-- -------------------------------------------------------- -- -- Структура таблицы `auth_rules` -- CREATE TABLE `auth_rules` ( `id` int(11) NOT NULL, `user_id` int(11) DEFAULT NULL, `ou_id` int(11) DEFAULT NULL, `type` int(11) NOT NULL, `rule` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `building` -- CREATE TABLE `building` ( `id` int(11) NOT NULL, `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `comment` text COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Дамп данных таблицы `building` -- INSERT INTO `building` (`id`, `name`, `comment`) VALUES(1, 'Earth', 'Somewhere'); -- -------------------------------------------------------- -- -- Структура таблицы `config` -- CREATE TABLE `config` ( `id` int(11) NOT NULL, `option_id` int(11) DEFAULT NULL, `value` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Дамп данных таблицы `config` -- INSERT INTO `config` (`id`, `option_id`, `value`) VALUES(1, 1, '1024'); INSERT INTO `config` (`id`, `option_id`, `value`) VALUES(77, 41, '/usr/local/scripts/fetch_new_arp.pl'); INSERT INTO `config` (`id`, `option_id`, `value`) VALUES(78, 37, '/usr/local/scripts/sync_mikrotik.pl'); -- -------------------------------------------------------- -- -- Структура таблицы `config_options` -- CREATE TABLE `config_options` ( `id` int(11) NOT NULL, `option_name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `uniq` tinyint(1) NOT NULL DEFAULT 1, `type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `default_value` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `min_value` int(11) NOT NULL DEFAULT 0, `max_value` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Дамп данных таблицы `config_options` -- INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(1, 'KB', 'Число байт в килобайте', 1, 'int', '1024', 1000, 1024); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(3, 'dns server', 'ip-адрес DNS-сервера', 1, 'text', '127.0.0.1', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(5, 'dhcp server', 'ip-адрес DHCP-сервера', 1, 'text', '127.0.0.1', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(9, 'default snmp version', 'Версия snmp по умолчанию. В настоящий момент поддерживаются 1 и 2. Поддержка версии 3 в разработке.', 1, 'int', '2', 1, 3); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(11, 'default snmp community', 'Read snmp community по умолчанию', 1, 'text', 'public', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(17, 'mac discavery', 'Выполнять опрос mac-таблицы коммутаторов при сканировании сети. Если опция отключена будет нельзя сопоставить ip-адрес порту коммутатора', 1, 'bool', '1', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(19, 'arp discavery', 'Выполнять сканирование arp-таблицы роутеров при сканировании сети. Если опция отключена сопоставление mac-адреса ip-адресу будет возможно только из логов dhcp-сервера.', 1, 'bool', '1', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(21, 'admin email', 'E-mail администратора', 1, 'text', 'root', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(22, 'add user from netflow', 'Создавать ли новые записи для неизвестных адресов из анализа трафика netflow. Обычно выключается, поскольку может создавать много фэйковых адресов - например при пинге подсети, когда пакеты идут на все, даже не существующие адреса. Имеет смысл включать только на маршрутизаторах во внешние сети.', 1, 'bool', '0', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(23, 'save traffic detail', 'Сохранять ли детализацию трафика из netflow по ip-адресам пользователей', 1, 'bool', '1', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(26, 'history detail traffic', 'Глубина хранения детализации в сутках. Установка значения больше 3-7 дней приведёт к разрастанию базы данных и увеличит время отображения детализации в интерфейсе администратора', 1, 'int', '3', 1, 7); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(27, 'history dhcp lease', 'Глубина хранения аренды dhcp-сервера', 1, 'int', '1', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(28, 'router_login', 'Логин для входа на маршрутизаторы Mikrotik для управления dhcp-сервером и контролем доступа', 1, 'text', 'admin', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(29, 'router_password', 'Пароль для входа на маршрутизаторы Mikrotik для управления dhcp-сервером и контролем доступа', 1, 'text', 'admin', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(30, 'router_port', 'Порт ssh маршрутизатора', 1, 'int', '22', 22, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(32, 'org name', 'Название организации', 1, 'text', 'ORG', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(33, 'office domain', 'Домен организации', 1, 'text', 'local', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(34, 'debug', 'Включить отладку', 1, 'bool', '0', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(35, 'connections history, days', 'Время хранения истории мест подключения ip-адресов', 1, 'int', '90', 1, 365); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(37, 'refresh access lists', 'Расположение скрипта управления контролем доступа для роутеров Mikrotik', 1, 'text', '/usr/local/scripts/sync_user_list.pl', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(38, 'regenerate dhcp cconfig', 'Расположение скрипта управления конфигурацией dhcp-серверами', 1, 'text', '/usr/local/scripts/update-dnsmasq', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(39, 'regenerate dns cconfig', 'Расположение скрипта управления dns-сервером', 1, 'text', '/usr/local/scripts/update-dns', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(40, 'regenerate nagios cconfig', 'Расположение скрипта конфигурирования Nagios', 1, 'text', '/etc/nagios/restart_nagios', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(41, 'discavery network', 'Расположение скрипта сканирования сети', 1, 'text', '/usr/local/scripts/fetch_new_arp.pl', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(44, 'Ignore hotspot dhcp log', 'Не писать лог событий dhcp-сервера хотспота. Имеет смысл вклчючать, поскольку время аренды в хот-споте как правило маленькое и в записях хот-спота становятся незаметны логи обычных пользователей', 1, 'bool', '1', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(45, 'ignore update dhcp event', 'Не писать события обновления ip-адреса dhcp-сервера. ', 1, 'bool', '0', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(46, 'update hostname from dhcp', 'Обновлять имя хоста в DNS при получении адреса по DHCP', 1, 'bool', '0', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(47, 'history worklog', 'Глубина хранения логов работы в интерфейсе администратора', 1, 'int', '90', 30, 1095); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(48, 'history syslog', 'Глубина хранения логов работы syslog-сервера', 1, 'int', '90', 30, 1095); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(49, 'history traffic stats', 'Глубина хранения статистики трафика юзеров', 1, 'int', '365', 30, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(50, 'urgent sync access', 'Немедленное изменение списков доступа на роутере после правки записи пользователя', 1, 'bool', '0', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(51, 'Email_alert', 'Отправлять e-mail сообщения для уровней сообщений WARNING & ERROR', 1, 'bool', '1', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(52, 'Sender email', 'E-mail адрес, с которого рассылается почта', 1, 'text', 'root', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(53, 'log level', 'Каждый уровень включает в себя предыдущий:\r\n0 - ERROR - писать только ошибки\r\n1 - WARNING - писать предупреждения\r\n2 - INFO - писать информационные сообщения\r\n3 - VERBOSE - писать подробную информацию о выполняемых операциях', 1, 'int', '2', 0, 3); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(54, 'enable_quotes', 'Включить обработку квот по трафику', 1, 'bool', '0', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(55, 'netflow_step', 'Интервал сброса данных из коллектора netflow, минуты', 1, 'int', '10', 1, 60); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(56, 'traffic_ipstat_history', 'Время хранения полной статистики по трафику для каждого ip-адреса в сутках. Таблица в 6 раз больше обычной часовой статистики. Врядли кому-то потребуется глубина хранения более месяца.', 1, 'int', '30', 7, 365); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(57, 'nagios_url', 'Адрес сайта nagios', 1, 'text', 'http://127.0.0.1/nagios', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(58, 'cacti_url', 'Адрес сайта cacti', 1, 'text', 'http://127.0.0.1/cacti', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(59, 'torrus_url', 'Адрес сайта Torrus', 1, 'text', 'http://127.0.0.1/torrus/CollectorName/', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(60, 'wiki_url', 'Адрес wiki', 1, 'text', 'http://127.0.0.1/wiki', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(61, 'wiki_path', 'Путь к каталогу данных вики', 1, 'text', '/var/www/foswiki/data/', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(62, 'stat_url', 'Адрес этого сайта', 1, 'text', 'http://127.0.0.1/stat', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(63, 'wiki_web', 'Web for Wiki. Default - Main. http://example.local/Main/WebHome', 1, 'text', 'Main', 0, 0); INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES(64, 'auto_mac_rule', 'Создавать автоматическую привязку мак-адреса к юзеру. Т.е. все ip-адреса для найденного мака будут привязываться к одном и тому же юзеру.', 1, 'bool', '0', 0, 1); -- -------------------------------------------------------- -- -- Структура таблицы `connections` -- CREATE TABLE `connections` ( `id` int(11) NOT NULL, `device_id` int(11) NOT NULL, `port_id` int(11) NOT NULL, `auth_id` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `Customers` -- CREATE TABLE `Customers` ( `id` int(11) NOT NULL, `Login` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT 'NULL', `Pwd` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT 'NULL', `readonly` tinyint(1) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Дамп данных таблицы `Customers` -- INSERT INTO `Customers` (`id`, `Login`, `Pwd`, `readonly`) VALUES(1, 'admin', '21232f297a57a5a743894a0e4a801fc3', 0); -- -------------------------------------------------------- -- -- Структура таблицы `devices` -- CREATE TABLE `devices` ( `id` int(11) NOT NULL, `device_type` int(11) NOT NULL DEFAULT 1, `device_model_id` int(11) DEFAULT 89, `firmware` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `vendor_id` int(11) NOT NULL DEFAULT 1, `device_name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `building_id` int(11) NOT NULL DEFAULT 1, `ip` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `port_count` int(11) NOT NULL DEFAULT 0, `SN` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `snmp_version` tinyint(4) NOT NULL DEFAULT 0, `snmp3_user_rw` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `snmp3_user_rw_password` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `snmp3_user_ro` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `snmp3_user_ro_password` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `community` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'public', `rw_community` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'private', `fdb_snmp_index` tinyint(1) NOT NULL DEFAULT 0, `discovery` tinyint(1) NOT NULL DEFAULT 1, `user_acl` tinyint(1) NOT NULL DEFAULT 0, `dhcp` tinyint(1) NOT NULL DEFAULT 0, `nagios` tinyint(1) NOT NULL DEFAULT 0, `active` tinyint(1) NOT NULL DEFAULT 1, `nagios_status` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'UP', `queue_enabled` tinyint(1) NOT NULL DEFAULT 0, `connected_user_only` tinyint(1) NOT NULL DEFAULT 1, `user_id` int(11) DEFAULT NULL, `deleted` tinyint(1) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `device_l3_interfaces` -- CREATE TABLE `device_l3_interfaces` ( `id` int(11) NOT NULL, `device_id` int(11) DEFAULT NULL, `interface_type` int(11) NOT NULL DEFAULT 0, `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `device_models` -- CREATE TABLE `device_models` ( `id` int(11) NOT NULL, `model_name` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `vendor_id` int(11) DEFAULT 1, `nagios_template` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Дамп данных таблицы `device_models` -- INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(1, '2011LS', 9, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(2, '2011UAS-2HnD', 9, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(3, 'AT-8000S', 8, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(4, 'AT-8100S/48POE', 8, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(5, 'AT-9000/28', 8, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(6, 'AT-GS950/24', 8, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(7, 'CCR1009-7G-1C-1S+', 9, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(8, 'CCR1036-8G-2S+', 9, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(10, 'CRS317-1G-16S+', 9, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(11, 'CRS326-24S+2Q+', 9, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(12, 'CRS328-24P-4S+', 9, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(14, 'CRS328-4C-20S-4S+', 9, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(15, 'DGS-3120-48TC', 7, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(16, 'ES-2024', 4, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(17, 'ES-2024A', 4, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(18, 'ES-2108', 4, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(19, 'ES-2108-G', 4, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(20, 'ES-3124-4F', 4, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(21, 'GS110TP', 10, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(22, 'GS-4024', 4, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(23, 'HP 1910', 15, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(24, 'ISCOM2110A-MA', 5, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(25, 'ISCOM2110EA-MA', 5, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(26, 'ISCOM2126EA-MA', 5, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(27, 'ISCOM2128EA-MA', 5, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(28, 'Linux server', 1, ''); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(29, 'MES2124F', 2, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(30, 'MES2124MB', 2, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(31, 'MES5248', 2, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(32, 'RB2011UAS', 9, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(33, 'RB3011UiAS', 9, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(34, 'RB960PGS', 9, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(35, 'RBD52G-5HacD2HnD', 9, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(36, 'S2940-8G-v2', 6, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(37, 'S2980G-24T', 6, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(38, 'S3750G-24S-E', 6, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(39, 'S5300-52P-LI-AC', 3, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(40, 'S5320-52X-PWR-SI-AC', 3, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(41, 'S5321-28X-SI-AC', 3, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(42, 'S5321-52X-SI-AC', 3, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(43, 'S6320-54C-EI-48S-AC', 3, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(44, 'SNR-S2980G-24T', 6, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(45, 'V1910-16G', 15, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(46, 'V1910-24G-PoE', 15, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(47, 'Windows server', 1, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(48, 'WS-C2960G-24TC-L', 16, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(49, 'WS-C3560G-24TS-S', 16, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(50, 'x210-16GT', 8, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(51, 'x210-24GT', 8, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(52, 'x610-24Ts/X', 8, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(53, 'x610-48Ts', 8, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(54, 'XGS-4728', 4, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(55, 'ZyWall 310', 4, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(56, 'APC Smart-UPS_3000', 20, 'ups.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(57, 'APC Smart-UPS_5000', 20, 'ups.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(58, 'Schneider Smart-UPS_3000', 27, 'ups.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(59, 'SMG-1016M', 2, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(60, 'EATON 9PX 1500i RT 2U', 24, 'ups.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(61, 'EATON 9PX3000i_RT_2U', 24, 'ups.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(62, 'EATON 9PX_6000i', 24, 'ups.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(63, 'EATON PW9130_3000', 24, 'ups.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(64, 'EATON PW9130_3000VA-R', 24, 'ups.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(65, 'Epson WF-5620 Series', 26, 'epson.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(66, 'Epson WF-8590 Series', 26, 'epson.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(67, 'HP Officejet-7000', 15, 'hp.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(68, 'OKI C610', 22, 'oki.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(69, 'OKI MB472', 22, 'oki.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(70, 'OKI MB491', 22, 'oki.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(71, 'OKI MC562', 22, 'oki.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(72, 'OKI MC573', 22, 'oki.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(73, 'OKI MC861', 22, 'oki.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(74, 'Panasonic KX-MB2000RU', 21, 'panasonic.cfg'); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(75, 'PT-MZ10KE', 21, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(76, 'PT-VX41', 21, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(77, 'Rave 522AA', 33, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(78, 'DZ570E', 21, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(79, 'DZ6700', 21, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(80, 'Rcq80', 21, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(81, 'RZ12K', 21, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(82, 'RZ660', 21, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(83, 'RZ770', 21, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(84, 'RZ970', 21, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(85, 'XVR-5216', 32, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(86, 'HWg-STE', 30, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(87, 'Computer', 1, ''); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(88, 'Mobile Phone', 1, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(89, 'Switch', 1, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(90, 'Projectiondesign F22', 34, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(91, 'DS-I252', 36, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(92, 'LTV-CNE-720-48', 37, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(93, 'U-100', 38, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(94, 'TAU-8', 2, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(95, 'SIP-T21P E2', 39, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(96, 'A510 IP', 40, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(97, 'W60B', 39, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(98, 'TAU-2M', 2, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(99, 'PAP2T', 41, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(100, 'VP-12', 2, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(101, 'SIP-T23P', 39, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(102, 'SPA-2102', 16, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(103, 'RB760iGS', 9, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(104, 'MES2324B', 2, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(105, 'MES2324FB', 2, NULL); INSERT INTO `device_models` (`id`, `model_name`, `vendor_id`, `nagios_template`) VALUES(106, 'MES2124P', 2, NULL); -- -------------------------------------------------------- -- -- Структура таблицы `device_ports` -- CREATE TABLE `device_ports` ( `id` int(11) NOT NULL, `device_id` int(11) DEFAULT NULL, `snmp_index` int(11) DEFAULT NULL, `port` int(11) DEFAULT NULL, `ifName` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `port_name` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `comment` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `target_port_id` int(11) NOT NULL DEFAULT 0, `auth_id` int(11) DEFAULT NULL, `last_mac_count` int(11) DEFAULT 0, `uplink` tinyint(1) NOT NULL DEFAULT 0, `nagios` tinyint(1) NOT NULL DEFAULT 0, `skip` tinyint(1) NOT NULL DEFAULT 0, `vlan` int(11) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `device_types` -- CREATE TABLE `device_types` ( `id` int(11) NOT NULL, `name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Дамп данных таблицы `device_types` -- INSERT INTO `device_types` (`id`, `name`) VALUES(1, 'Свич'); INSERT INTO `device_types` (`id`, `name`) VALUES(2, 'Роутер'); INSERT INTO `device_types` (`id`, `name`) VALUES(3, 'Сервер'); INSERT INTO `device_types` (`id`, `name`) VALUES(4, 'Точка доступа'); INSERT INTO `device_types` (`id`, `name`) VALUES(5, 'Сетевое устройство'); -- -------------------------------------------------------- -- -- Структура таблицы `dhcp_log` -- CREATE TABLE `dhcp_log` ( `id` int(10) UNSIGNED NOT NULL, `mac` varchar(17) COLLATE utf8mb4_unicode_ci NOT NULL, `ip_int` int(10) UNSIGNED NOT NULL, `ip` varchar(15) COLLATE utf8mb4_unicode_ci NOT NULL, `action` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), `auth_id` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `dns_cache` -- CREATE TABLE `dns_cache` ( `id` int(11) NOT NULL, `dns` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ip` int(11) DEFAULT NULL, `timestamp` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `Filter_list` -- CREATE TABLE `Filter_list` ( `id` int(11) NOT NULL, `name` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `proto` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dst` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dstport` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `action` int(11) NOT NULL DEFAULT 0, `type` int(10) UNSIGNED NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(1, 'pop3', 'tcp', '0/0', '110', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(3, 'http', 'tcp', '0/0', '80', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(4, 'https', 'tcp', '0/0', '443', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(5, 'icq', 'tcp', '0/0', '5190', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(6, 'jabber', 'tcp', '0/0', '5222', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(9, 'allow_all', 'all', '0/0', '0', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(10, 'icmp', 'icmp', '0/0', '0', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(11, 'ftp', 'tcp', '0/0', '20-21', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(14, 'radmin', 'tcp', '0/0', '4899', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(15, 'telnet', 'tcp', '0/0', '23', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(16, 'ssh', 'tcp', '0/0', '22', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(28, 'smtp', 'tcp', '0/0', '25', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(32, 'tsclient', 'tcp', '0/0', '3389', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(34, 'sberbank', 'udp', '0/0', '87', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(40, 'ntp', 'udp', '0/0', '123', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(44, 'vnc', 'tcp', '0/0', '5800-5900', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(55, 'unprivileged tcp', 'tcp', '0/0', '1024-65500', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(76, 'ipsec', 'udp', '0/0', '500', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(77, 'isakmp', 'udp', '0/0', '4500', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(79, 'pop3s', 'tcp', '0/0', '995', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(80, 'smtps', 'tcp', '0/0', '465,587', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(81, 'imap', 'tcp', '0/0', '143', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(82, 'imaps', 'tcp', '0/0', '993', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(83, 'unprivileged udp', 'udp', '0/0', '1024-65000', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(84, 'pptp', 'tcp', '0/0', '1723', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(85, 'openvpn-udp', 'udp', '0/0', '1194', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(88, 'pos-server', 'tcp', '0/0', '21101', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(89, 'ofdp.platformaofd.ru', 'all', '185.170.204.91', '0', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(90, 'dns_udp', 'udp', '0/0', '53', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(91, 'dns_tcp', 'tcp', '0/0', '53', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(92, 'sber-online', 'tcp', '0/0', '4477', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(93, 'devline.tv', 'tcp', '0/0', '843', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(96, 'cvs', 'tcp', '0/0', '5000-5012', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(97, 'devline', 'tcp', '0/0', '9780-9786,9877', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(101, 'snmp', 'udp', '0/0', '161', 1, 0); INSERT INTO `Filter_list` (`id`, `name`, `proto`, `dst`, `dstport`, `action`, `type`) VALUES(104, 'sberbank2', 'tcp', '0/0', '9443', 1, 0); -- -------------------------------------------------------- -- -- Структура таблицы `Group_filters` -- CREATE TABLE `Group_filters` ( `id` int(11) NOT NULL, `group_id` int(11) NOT NULL DEFAULT 0, `filter_id` int(11) NOT NULL DEFAULT 0, `order` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Дамп данных таблицы `Group_filters` -- INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(1, 1, 9, 0); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(2, 2, 1, 1); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(5, 2, 4, 9); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(6, 2, 5, 8); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(7, 2, 6, 7); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(10, 2, 10, 6); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(13, 2, 11, 5); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(147, 2, 67, 0); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(148, 2, 68, 0); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(149, 2, 69, 0); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(152, 1, 67, 0); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(153, 1, 68, 0); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(154, 1, 69, 0); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(166, 2, 3, 10); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(172, 0, 78, 1); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(173, 2, 81, 11); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(174, 2, 82, 12); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(175, 2, 80, 13); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(176, 2, 79, 14); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(179, 3, 11, 1); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(180, 3, 4, 2); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(181, 3, 10, 3); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(182, 3, 5, 4); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(183, 3, 81, 5); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(184, 3, 82, 6); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(185, 3, 6, 7); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(186, 3, 40, 8); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(187, 3, 1, 9); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(188, 3, 79, 10); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(190, 3, 80, 12); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(191, 3, 15, 13); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(192, 3, 55, 14); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(193, 3, 83, 15); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(194, 3, 3, 16); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(195, 3, 16, 17); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(198, 5, 90, 1); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(199, 5, 88, 2); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(200, 5, 89, 3); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(201, 5, 3, 4); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(202, 2, 90, 15); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(205, 3, 90, 19); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(206, 2, 92, 16); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(208, 2, 40, 18); INSERT INTO `Group_filters` (`id`, `group_id`, `filter_id`, `order`) VALUES(213, 5, 4, 5); -- -------------------------------------------------------- -- -- Структура таблицы `Group_list` -- CREATE TABLE `Group_list` ( `id` int(11) NOT NULL, `group_name` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Дамп данных таблицы `Group_list` -- INSERT INTO `Group_list` (`id`, `group_name`) VALUES(0, 'default'); INSERT INTO `Group_list` (`id`, `group_name`) VALUES(1, 'Allow all'); INSERT INTO `Group_list` (`id`, `group_name`) VALUES(2, 'Users'); -- -------------------------------------------------------- -- -- Структура таблицы `mac_history` -- CREATE TABLE `mac_history` ( `id` int(10) UNSIGNED NOT NULL, `mac` varchar(12) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), `device_id` int(11) DEFAULT NULL, `port_id` int(11) DEFAULT NULL, `ip` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `auth_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `mac_vendors` -- CREATE TABLE `mac_vendors` ( `id` int(11) NOT NULL, `oui` varchar(18) COLLATE utf8mb4_unicode_ci NOT NULL, `isprivate` tinyint(1) NOT NULL DEFAULT 0, `companyName` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `companyAddress` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `countryCode` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `assignmentBlockSize` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dateCreated` date DEFAULT NULL, `dateUpdated` date DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Дамп данных таблицы `mac_vendors` -- INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1, '28d93e', 0, 'Telecor Inc', '6205 Kestrel Road Mississauga Ontario L5T 2A1 CA', 'CA', 'MA-L', '2013-05-11', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2, '001bc5046', 0, 'GÉAnt', 'Singel 468D Amsterdam Noord-Holland 1017AW NL', 'NL', 'MA-S', '2011-11-18', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3, '0050c2f62', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62902 US', 'US', 'IAB', '2012-03-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4, '0050c2c3a', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5, '0894ef', 0, 'Wistron Infocomm (Zhongshan) Corp', 'No.38,East Keji Road,Zhongshan Torch Development Zone,Zhongshan City,Guangdong,China Zhongshan Guangdong 528437 CN', 'CN', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6, '0402ca', 0, 'Shenzhen Vtsonic Co, Ltd', 'No.35,the 2nd Industrial Zone,Tangxiayong Village,Songgang Town,Bao\'an District,Shenzhen,China. Shenzhen Guangdong 518102 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7, '70b3d566a', 1, 'Private', '', '', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8, '00020e', 0, 'Eci Telecom Ltd', '30 Hasivim St Petach-Tikva 49133 49133 IL', 'IL', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9, '0050c2b0b', 0, 'Honeywell', '13350 US Hwy 19 North Clearwater FL 33764-7290 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10, '94103e', 0, 'Belkin International Inc', '12045 East Waterfront Drive Playa Vista Ca. 90094 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11, '70b3d5412', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12, '646a74', 0, 'Auth-Servers, Llc', '43479 Stukely Dr Sterling VA 20166 US', 'US', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13, '002070', 0, 'Hynet, Ltd', '102 JABOTINSKY ST. PETACH TIKVA 49130 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14, '001fbe', 0, 'Shenzhen Mopnet Industrial Co, Ltd', '3F.No.3 Keyuan Rd., Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15, '001349', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2005-01-23', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16, '00141e', 0, 'P.A. Semi, Inc', '3965 Freedom Circle, Fl 8 Santa Clara CA 95054 US', 'US', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17, '40d855155', 0, 'Telefrang AB', 'Victor Hasselblads gata 9 Västra Frölunda Västra Götaland 42131 SE', 'SE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18, '98743d', 0, 'Shenzhen Jun Kai Hengye Tech Co Ltd', '5th floor,Yahua Building,#1Hongwan Gonghegongye RD,Xixiang Gushu Community,Baoan District,Shenzhen Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19, 'dc44271', 0, 'Tesla, Inc', '3500 Deer Creek Road Palo Alto CA 94304 US', 'US', 'MA-M', '2016-02-05', '2020-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20, '04d7a5', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21, '0003a8', 0, 'Idot Computers, Inc', '3F., No. 137, Lane 235 TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22, '000fdc', 0, 'Ueda Japan Radio Co, Ltd', 'Fumiiri 2-10-19 Ueda city Nagano prefecture 386-8608 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23, '70b3d5518', 0, 'Cruxell Corp', 'A-405 Migun techno world II,187 techno 2-ro, Yusong-gu Daejeon Daejeon 34025 KR', 'KR', 'MA-S', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24, '70b3d5af5', 0, 'Net And Print Inc', '52-1, Aza Kawakubo, Koriyama Fukushima 963-0725 JP', 'JP', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25, 'c4b9cd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26, '0050c265c', 0, 'Vtz d.o.o.', 'Koprska 96 Ljubljana 1000 SI', 'SI', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27, 'c02250', 0, 'Koss Corp', '4129 N. Port Washington Ave. Milwaukee WI 53212 US', 'US', 'MA-L', '2010-01-05', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28, 'e46449', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-11-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29, '70723c', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30, '70b3d5d8b', 0, 'Lenoxi Automation s.r.o.', 'Lipa 218 Lipa u Havlickova Brodu Vysocina 58257', '', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31, 'f42b48', 0, 'Ubiqam', '15 Gonen Petah Tiqva 4925915 IL', 'IL', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32, '0010a3', 0, 'Omnitronix, Inc', '760 HARRISON STREET SEATTLE WA 98109 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33, '001802', 0, 'Alpha Networks Inc', 'No.8 Li-shing Seventh Road,Science-based Industrial Park Hsinchu 300 TW', 'TW', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34, 'b0fd0b7', 0, 'Everynet Oy', 'At Azets Insight Oy, Hatanpään valtatie 26 (5.krs) Tampere 33100 FI', 'FI', 'MA-M', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35, '20040f', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36, 'e4e749', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2018-10-11', '2018-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37, 'fcaf6a', 0, 'Qulsar Inc', 'Torshamnsgatan 35 Kista SE-16440 SE', 'SE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38, '80ea23', 0, 'Wistron Neweb Corp', '20 Park Avenue II, Hsin Science Park, Hsinchu 308, Taiwan HsinChu Taiwan 308 TW', 'TW', 'MA-L', '2015-05-03', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(39, '00c029', 0, 'Nexans Deutschland GmbH - Ans', 'Bonnenbroicher Str. 100 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(40, '0009e2', 0, 'Sinbon Electronics Co, Ltd', '4F-13, No. 79, Sec 1, Hsin Tai Wu Rd. Hsi-Chih, Taipei 221 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(41, 'f4f5db', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(42, 'd8912a', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(43, '74d0dc', 0, 'Ericsson AB', 'Torshamnsgatan 48 STOCKHOLM 164 83 SE', 'SE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(44, '20107a', 0, 'Gemtek Tech Co, Ltd', 'No. 1 Jen Ai Road Hsinchu Industrial Park Hukou, Hsinchu 30352 TAIWAN, REPUBLIC OF CHINA Hsinchu TAIWAN 30352 TW', 'TW', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(45, '002160', 0, 'Hidea Solutions Co Ltd', '4F, Do&Can house Dldg., #656-1683, Seongsu 1-ga 2-dong, Seongdong-gu Seoul 656-1683 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(46, 'd4bf2d', 0, 'SE Controls Asia Pacific Ltd', 'Unit 301, 3/F, Hung To Centre, Kwun Tong Kowloon HK', 'HK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(47, '880f10', 0, 'Huami Information Tech Co, Ltd', 'Room 1201 Building A4, National Animation Industry Base Hefei Anhui 230088 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(48, 'b46e08', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(49, 'bc542f', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-12-17', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(50, '00e089', 0, 'Ion Networks, Inc', '1551 South Washington Ave. Piscataway NJ 08854 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(51, '0050c2031', 0, 'Eloquence Ltd', 'Unit 4, Progress Business Centre Berkshire SL1 6DQ GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(52, '000982', 0, 'Loewe Opta GmbH', 'Industriestrasse 11 Kronach 96317 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(53, '70b3d5d33', 0, 'Vector.Co, Ltd', '2-12-16 Ekiminami Kosai Shizuoka 431-0427 JP', 'JP', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(54, '287fcf', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(55, '70a191', 0, 'Trendsetter Medical, Llc', '2030 Ardmore BLVD Pittsburgh PA 15221 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(56, '0470bc', 0, 'Globalstar Inc', '461 S Milpitas Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(57, '70b3d5a0f', 0, 'Osaki Datatech Co, Ltd', '2-1-10 Higashi-Gotanda Shinagawa-ku Tokyo 141-0022 JP', 'JP', 'MA-S', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(58, '00c098', 0, 'Chuntex Electronic Co, Ltd', '6F., NO.2, ALLEY 6, LANE 235 TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(59, 'fc8329', 0, 'Trei technics', '801 Northpoint Pkwy West Palm Beach Florida 33407 US', 'US', 'MA-L', '2011-03-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(60, '0024c4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(61, '60a9b0', 0, 'Merchandising Tech, Inc', '1050 NW 229th Avenue HIllsboro OR 97124 US', 'US', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(62, '70b3d5528', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(63, '00d318', 0, 'Spg Controls', 'Blue gates business park Stortford road Dunmow Essex CM61SN GB', 'GB', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(64, '00c009', 0, 'KT Tech (S) Pte Ltd', 'KT BUILDING SINGAPORE 0511 SG', 'SG', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(65, '000f2d', 0, 'Chung-Hsin Electric & Machinery Mfg.Corp', 'NO. 25, Wen-Te Rd., Lo-Shan Village Kwei Shan Hsiang Taoyuan Hsien 330 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(66, '001bc50ad', 0, 'Tierra Japan Co, Ltd', 'Cosmos Mansion 201 Shinjuku-ku Tokyo 169-0072 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(67, '58fcdbe', 0, 'Applied Device Tech', '400 West Front Street Traverse City Michigan 49684 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(68, '747336', 0, 'Microdigtal Inc', '10F, Ace High-End Tower 9th, Seoul 153-803 KR', 'KR', 'MA-L', '2015-04-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(69, 'fc6bf0', 0, 'Topwell International Holdinds Ltd', 'Room 1301-5,Buliding China Youshe,NO.6013,ShenNan Road,CheGong Temple,FuTian District,ShenZhen,GuangDong province,China SHENZHEN GUANGDONG 518000 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(70, '70b3d5496', 0, 'Profcon AB', 'Victor Hasselblads gata 9 Västra Frölunda 42131 SE', 'SE', 'MA-S', '2019-04-10', '2019-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(71, '000ff6', 0, 'Darfon Lighting Corp', '31, Lane17, Zihciang N. Road Taoyuan 333 TW', 'TW', 'MA-L', '2004-04-03', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(72, 'bc20ba', 0, 'Inspur (Shandong) Electronic Information Co, Ltd', 'No.1036 Shunya Rd. Jinan Shandong 250101 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(73, '402cf4', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, Lane 351, Taiping Rd. Sec. 1, Tsao Tuen, Nan-Tou Hsien, 542 TW', 'TW', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(74, '98da92', 0, 'Vuzix Corp', '2166 Brighton Henrietta Town Line Road Rochester NY 14623 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(75, '0cb319', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-08-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(76, '70b3d5b38', 0, 'GoTrustID Inc', '800 N. State Street, Suite 402, Dover County of Kent DE 19901 US', 'US', 'MA-S', '2018-08-03', '2018-08-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(77, '08000c', 0, 'Miklyn Development Co', '3613 ANDOVER DIVE BEDFORD TX 76021 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(78, '001b6e', 0, 'Keysight Tech, Inc', '1400 Fountaingrove Pkwy. Santa Rosa CA 95403 US', 'US', 'MA-L', '2007-02-09', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(79, '080070', 0, 'Mitsubishi Precision Co, Ltd', '325 KAMIMACHIYA 000 00 JP', 'JP', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(80, '000f25', 0, 'AimValley B.V.', 'Utrechtseweg 38, Hilversum NH 1223 TV NL', 'NL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(81, '40d85518f', 0, 'Beat Sensing Co , Ltd', '1072-1 Sunto-gun Shizuoka 411-0917 JP', 'JP', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(82, 'a0bb3ee', 0, 'Messtechnik Sachs GmbH', 'Siechenfeldstr. 30/1 Schorndorf Germany 73614 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(83, '70b3d59f8', 0, 'Asymmetric Tech', '1395 Grandview Avenue, Suite 3 Columbus OH 43212 US', 'US', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(84, 'f0c42f', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(85, '00808c', 0, 'NetAlly', '310 Littleton Road Westford MA 01886 US', 'US', 'MA-L', '2000-11-09', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(86, '00d0df', 0, 'Kuzumi Electronics, Inc', '28-6 IIJIMA-CHYO, SAKAE-KU JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(87, '0050c274a', 0, 'Monitor Electronics Ltd', 'VOULIAGMENIS AV. 403, ILIOUPOLI ATHENS ATTIKI 16346 GR', 'GR', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(88, '0026be', 0, 'Schoonderbeek Elektronica Systemen B.V.', 'Roggestraat 3-5 Nieuw Vennep Noord Holland 2153GC NL', 'NL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(89, '38ece4', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-08-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(90, '001bc507f', 0, 'Hitechlab Inc', 'Hotarugaike-Nishimachi 2-14-14 Toyonaka Osaka 560-0036 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(91, 'b8db1c', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(92, '6ab6f2', 0, 'Eli Tech Inc', '380 Bedford Hwy, Suite 307 Bedford NS B3M 2L4 CA', 'CA', 'CID', '2018-12-01', '2018-12-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(93, '00e004', 0, 'Pmc-Sierra, Inc', '105-8555 BAXTER PLACE BURNABY, BC V5A 4V7 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(94, '000fcd', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2004-04-03', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(95, '002329', 0, 'DDRdrive Llc', '384 Madeline CT Palo Alto CA 94306 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(96, '0040d9', 0, 'American Megatrends Inc', '6145F N BELT PARKWAY NORCROSS GA 30071 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(97, '001f88', 0, 'Fms Force Measuring Systems AG', 'Aspstrasse 6 Oberglatt Zurich 8154 CH', 'CH', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(98, 'd0c193', 0, 'Skybell, Inc', '1 JENNER, SUITE 100 IRVINE CA 92618 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(99, '005088', 0, 'Amano Corp', '275, MAMEDO-CHO 222-8558 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(100, '40d85505e', 0, 'inoage GmbH', 'Fetscherplatz 5 Dresden Sachsen 01307 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(101, '0cec84', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN', 'CN', 'MA-L', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(102, '002663', 0, 'Shenzhen Huitaiwei Tech Ltd, Co', 'JianDa Building,501-502 Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(103, '9050ca', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(104, '002533', 0, 'Wittenstein AG', 'Walter-Wittenstein-Straße 1 Igersheim 97999 DE', 'DE', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(105, '70b3d5304', 0, 'Wartsila Voyage Ltd', '13-18 City Quay Dublin 2 D02 ED70 IE', 'IE', 'MA-S', '2018-04-05', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(106, 'f8051c', 0, 'Drs Imaging and Targeting Solutions', '100 N Babcock St Melbourne FL 32935 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(107, '64535d', 0, 'Frauscher Sensortechnik', 'Gewerbestraße 1 St. Marienkirchen Upper Austria 4774 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(108, '70b3d554e', 0, 'Rfl Electronics, Inc', '353 Powerville Road Booton Twp. NJ 07005 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(109, '70b3d54df', 0, 'Nidec Avtron Automation Corp', '8901 East Pleasant Valley Rd Independence Ohio 44131 US', 'US', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(110, '78530d', 0, 'Shenzhen Skyworth Digital Tech Co, Ltd', '4F,Block A, Skyworth?Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-12-19', '2019-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(111, '0050c20ae', 0, 'Zarak Systems Corp', '1175 Borregas Ave. Sunnyvale CA 94089 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(112, '000d53', 0, 'Beijing 5w Communication Corp', 'NO.4,Zhong-Guan-Cun South 4 street, Beijing 100080 CN', 'CN', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(113, '14cf92', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) shenzhen guangdong Province 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(114, '544408', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI', 'FI', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(115, 'bc3400', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-03-14', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(116, '001535', 0, 'Ote Spa', 'via Barsanti 8 Florence FI 50127 IT', 'IT', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(117, 'cc09c8', 0, 'Imaqliq Ltd', 'Obvodny Canal 93A St.Petersburg 191119 RU', 'RU', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(118, '880355', 0, 'Arcadyan Tech Corp', '4F., No.9 , Park Avenue II Hsinchu 300 TW', 'TW', 'MA-L', '2013-03-28', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(119, '5cf938', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(120, '080078', 0, 'Accell Corp', '50 SAGINAW DRIVE ROCHESTER NY 14623 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(121, '001c1b', 0, 'Hyperstone GmbH', 'Line-Eid-Straße 3 Konstanz Baden-Württemberg 78467 DE', 'DE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(122, 'c412f5', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(123, '000ab6', 0, 'Compunetix, Inc', '2420 MOSSIDE BLVD. MONROEVILLE PA 15146 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(124, '30e48e', 0, 'Vodafone UK', 'Vodafone House Newbury Berkshire RG142FN GB', 'GB', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(125, 'd076500', 0, 'CentrAlert, Inc', '275 Meijer Way Lexington KY 40503 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(126, '5c7695', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2019-06-18', '2019-06-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(127, '64a837', 0, 'Juni Korea Co, Ltd', 'E603 Bundang Techno-Park 151 Seongnam Gyeonggi 463-760 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(128, '94756e', 0, 'QinetiQ North America', '137 Delta Drive Pittsburgh PA 15238 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(129, '70b3d5e35', 0, 'Nanospeed Tech Ltd', 'Devonshire House Borehamwood Hertfordshire WD6 1QQ GB', 'GB', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(130, '0009eb', 0, 'HuMANDATA Ltd', '1-2-10 Ibaraki Osaka 567-0034 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(131, '0050c228b', 0, 'Orion Tech, Llc', '12605 Challenger Parkway Suite 130 Orlando FL 32826 US', 'US', 'IAB', '2003-08-19', '2017-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(132, '74a4a7', 0, 'Qrs Music Tech, Inc', '269 Quaker Drive Seneca PA 16346 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(133, '70b3d5ef9', 0, 'Critical Link Llc', '6712 Brooklawn Pkwy Syracuse NY 13211 US', 'US', 'MA-S', '2014-04-14', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(134, '70b3d5b77', 0, 'Motec Pty Ltd', '121 Merrindale Drive Croydon South Victoria 3136 AU', 'AU', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(135, '70b3d5b94', 0, 'Cygnetic Tech (Pty) Ltd', '10 Church Street Cape Town 7550 ZA', 'ZA', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(136, '000100', 0, 'Equip\'Trans', '31 rue Paul Cezanne LA ROCHETTE 77000 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(137, '004073', 0, 'Bass Associates', '435 TASSO STREET, STE. #325 PALO ALTO CA 94301 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(138, '70b3d5cfc', 0, 'Veilux Inc', '802 GREENVIEW DR. STE 200 GRAND PRAIRIE 75050 US', 'US', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(139, 'b09137', 0, 'ISis ImageStream Internet Solutions, Inc', '4374 FM 1518 Selma TX 78154 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(140, '9cda3e', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(141, '58971e', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(142, '047863', 0, 'Shanghai Mxchip Information Tech Co, Ltd', '9th Floor, No. 5 Building, 2145 Jinshajiang Rd., Putuo District Shanghai 200333 CN', 'CN', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(143, '001012', 0, 'Processor Systems (I) Pvt Ltd', '24 RICHMOND ROAD BANGALORE 560 025 IN', 'IN', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(144, '000745', 0, 'Radlan Computer Communications Ltd', 'Atidim Technology Park Tel Aviv 61131 IL', 'IL', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(145, 'd4f63f', 0, 'Iea S.R.L.', 'Eva Peron 4468 Rosario Santa Fe S2002LBQ AR', 'AR', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(146, 'd4ac4e', 0, 'BODi rS, Llc', '7622 Rickenbacker Drive Gaithersburg MD 20879 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(147, 'f83002', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-01-02', '2019-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(148, '0025f7', 0, 'Ansaldo Sts Usa', '1000 Technology Drive Pittsburgh PA 15219 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(149, 'cc5c75', 0, 'Weightech Com. Imp. Exp. Equip. Pesagem Ltda', 'Rodovia Virgílio Várzea, 3110 - Sala 01 Florianópolis SC 88032-001 BR', 'BR', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(150, '0050c21d7', 0, 'Pleora Tech Inc', '359 Terry Fox Drive, Suite 230 Kanata ON K2K 2E7 CA', 'CA', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(151, '0050c23c6', 0, 'Net Optics', '5303 Betsy Ross Drive Santa Clara California 95054 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(152, '0014b4', 0, 'General Dynamics United Kingdom Ltd', 'Castleham Road St Leonards on Sea East Sussex TN38 9NJ GB', 'GB', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(153, 'bcd713', 0, 'Owl Labs', '33-1/2 Union Square Somerville MA 02143 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(154, '0003b4', 0, 'Macrotek International Corp', '2F, No. 28, Lane 46 Taipei Taipei TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(155, '000594', 0, 'Hms Industrial Networks', 'PO Box 4126 SE30004 SE SE', 'SE', 'MA-L', '2001-06-04', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(156, 'f4f3aa', 0, 'Jbl GmbH & Co KG', 'Dieselstrasse 3 Neuhofen 67141 DE', 'DE', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(157, '001693', 0, 'PowerLink Tech Inc', 'N0. 18, Alley 1, Lane 151, Sec. 1, Jhongsing Rd., Wugu Township Taipei Hsien 248 TW', 'TW', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(158, '70b3d50da', 0, 'Aquavision Distribution Ltd', 'unit 7 Riverpark, Billet Lane Berkhamsted Hertfordshire HP4 1HL GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(159, '40d855071', 0, 'Tattile Srl', 'via Donizetti 1/3/5 Mairano Brescia 25030 IT', 'IT', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(160, '247f20', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(161, '70b3d5d8e', 0, 'Axatel SrL', 'Via del Mercato Nuovo, 75 VICENZA ITALY 36100 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(162, '000cb8', 0, 'Medion AG', 'Am Zehnthof 77 Essen NRW 45307 DE', 'DE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(163, '0050c295e', 0, 'BEEcube Inc', '39465 Paseo Padre Pkwy Fremont CA 94538 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(164, '0050c27f6', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(165, '00241d', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(166, '0050c2b53', 0, 'Prodco', '4529 De castille Montreal Quebec H1H 1Y3 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(167, '0050c2d2b', 0, 'Video Tech Laboratories, Inc', '2761-1 Togo, Shimokanuki Numazu Shizuoka Prefecture 410-0822 JP', 'JP', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(168, '3c3178', 0, 'Qolsys Inc', '1900 The Alameda San Jose Ca 95126 US', 'US', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(169, '741ae03', 0, 'Philips Personal Health Solutions', 'High Tech Campus, HTC37 floor 0 Eindhoven 5656 AE NL', 'NL', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(170, '00806a', 0, 'Eri (Empac Research Inc)', '47560 SEABRIDGE DRIVE FREMONT CA 94538 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(171, '000a81', 0, 'Teima Audiotex S.L.', 'C/ Tirvia, 6, local B Madrid 28040 ES', 'ES', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(172, 'fc94ce', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-08-31', '2018-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(173, '0010b3', 0, 'Nokia Multimedia Terminals', 'NOKIA HOME COMMUNICATIONS SE-583 35 LINKOPING SE', 'SE', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(174, 'fce23f', 0, 'Clay Paky Spa', 'Via Pastrengo 3/b Seriate Bergamo 24068 IT', 'IT', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(175, '3c04bf', 0, 'Pravis Systems CoLtd,', '4F, 5F Jaeyoon Bld, 75-3 Yangjae-Dong, Seoul Seocho-Gu 137-889 KR', 'KR', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(176, 'a0a130', 0, 'Dli Taiwan Branch office', 'No.18-5, No.738. Zhong Zheng Rd Taipei New City 23511 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(177, '84930c', 0, 'InCoax Networks Europe AB', 'Strommavagen 2 Gavle Sweden 80309 SE', 'SE', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(178, '4cb21c', 0, 'Maxphotonics Co, Ltd', 'Maxphotonics Industrial Park,Third Furong Road,Furong Industrial Area,Shajing,BaoAn ShenZhen GuangDong 518125 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(179, 'dcf090', 0, 'Nubia Tech Co, Ltd', '6/F-8/F 10/F-11/F A Tower,6/F B Tower,6/F-10/F C Tower Dazu Innovation Mansion, North Ring Rd,No.9018,High-Tech Park Nanshan District Shenzhen Guandong 518057 CN', 'CN', 'MA-L', '2016-06-27', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(180, '0050c217a', 0, 'Wolf Advanced Tech', '2 Campbell Drive, Suite 200 Uxbridge Ontario L9P 1H6 CA', 'CA', 'IAB', '2002-08-08', '2017-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(181, '0050c25d9', 0, 'Crimson Microsystems, Inc', '1277 N. Borregas Ave Sunnyvale CA 94089 US', 'US', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(182, '04dedb', 0, 'Rockport Networks Inc', '515 Legget Dr., Suite 600 Kanata ON K2K 3G4 CA', 'CA', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(183, 'c47c8de', 0, 'Labor Strauss Sicherungsanlagenbau GmbH', 'Wiegelestraße 36 Vienna 1230 AT', 'AT', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(184, '005030', 0, 'Future Plus Systems', '36 OLDE ENGLISH RD. BEDFORD NH 03110 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(185, '0cda41', 0, 'Hangzhou H3c Tech Co, Ltd', '310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN', 'CN', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(186, '28a6ac', 0, 'seca GmbH & Co kg', 'Hammer Steindamm 3-25 Hamburg Germany 22089 DE', 'DE', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(187, 'c400ad', 0, 'Advantech Tech (China) Co, Ltd', 'No.666, Han-Pu Rd. Yu-Shan Kun-Shan Jiang Su 215316 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(188, 'e0b6f58', 0, 'Yuneec International(China)Co,Ltd', '388 Zhengwei Road,JinXi Town,Kunshan,Jiangsu,China Kunshan Jiangsu 215300 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(189, '70b3d5847', 0, 'Ai-Lynx', '1 avenue de l\'Atlantique Les Ulis 91940 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(190, '002698', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(191, '0050c24ff', 0, 'Dakty GmbH', 'Campusallee 9927 Hoppstaedten-Weiersbach D-55768 DE', 'DE', 'IAB', '2005-09-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(192, '0050c291c', 0, 'MangoDSP', 'Hartom 8 Jerusalem ISRAEL 45116 IL', 'IL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(193, '0050c2ffd', 0, 'Touchless Biometric Systems AG', 'Rietbrunnen 2 Pfaeffikon SZ 8808 CH', 'CH', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(194, 'e8d11b', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(195, '0050c2a2f', 0, 'DragonFly Scientific Llc', 'RR2 Box 467A Harveys Lake PA 18618 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(196, 'f0acd74', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-M', '2016-08-25', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(197, 'a84d4a', 0, 'Audiowise Tech Inc', '2F, No 1-1, Innovation RD I, Hsinchu Science Park Hsincu Taiwan 30076 TW', 'TW', 'MA-L', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(198, '0001a8', 0, 'Welltech Computer Co, Ltd', '13F-4, no. 150, Jian Yi Road TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(199, '001fe8', 0, 'Kurusugawa Electronics Industry Inc,.', '2F, 52-5, Nogata 6chome Nakano-Ku TOKYO 165-0027 JP', 'JP', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(200, '001a08', 0, 'Simoco Ltd', 'Field House Derby DE1 1NH GB', 'GB', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(201, '903aa0', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2011-10-19', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(202, '6cc26b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-12-14', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(203, '742efc', 0, 'DirectPacket Research, Inc,', '909 Lake Carolyn Parkway Irving Texas 75039 US', 'US', 'MA-L', '2014-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(204, 'e4907e', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(205, 'b4a94f', 0, 'Mercury Corp', '90, Gajaeul-ro, Seo-gu INCHEON 22830 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(206, '002068', 0, 'Isdyne', '11 ROXBURY AVENUE NATICK MA 01760 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(207, '000c87', 0, 'Amd', '4555 Great America Pkwy Santa Clara CA 95054 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(208, '60b4f7', 0, 'Plume Design Inc', '200 California Ave Palo Alto CA 94306 US', 'US', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(209, '008078', 0, 'Practical Peripherals, Inc', '375 CONEJO RIDGE AVENUE THOUSAND OAKS CA 91361 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(210, '0050c2844', 0, 'Prodigy Electronics Ltd', '808 Futura Plaza, 111-113 How Ming St. Guangdong HK', 'HK', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(211, '0017d4', 0, 'Monsoon Multimedia, Inc', '1730 South Amphlett blvd. Suite 101 San Mateo CA 94402 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(212, '70b3d5e3e', 0, 'Sol Welding srl', 'Via Meucci 26 Costabissara Italy / Vicenza 36030 IT', 'IT', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(213, '00d06f', 0, 'Kmc Controls', 'P.O. BOX 497 NEW PARIS IN 46553 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(214, '00093a', 0, 'Molex Cms', '5224 Katrine Avenue Downers Grove IL 60515 US', 'US', 'MA-L', '2002-06-05', '2018-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(215, '0050c282f', 0, 'Momentum Data Systems', '17330 Brookhurst Street Fountain Valley CA 92708 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(216, 'd82918', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(217, '001d53', 0, 'S&O Electronics (Malaysia) Sdn. Bhd.', 'Lot 202, Bakar Arang 08000 Sungai Petani Kedah MY', 'MY', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(218, '001e12', 0, 'Ecolab', '655 Lone Oak Drive Eagan MN 55121 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(219, '000a75', 0, 'Caterpillar, Inc', 'Mailstop Location AC6130 Mossville IL 61552-0610 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(220, '0018fa', 0, 'Yushin Precision Equipment Co, Ltd', '11-260 KOGAHONMACHI KYOTO 612-8492 JAP JP', 'JP', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(221, '406aab', 0, 'Rim', 'Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(222, '6ceca1', 0, 'Shenzhen Clou Electronics Co Ltd', '5/F, building. T2, Hi-tech Industrial Park SHENZ GUANGONG 518057 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(223, '70f8e7e', 0, 'Cuav', 'zengcheng city xiapu guangzhou guangdong 511340 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(224, 'c4ffbcd', 0, 'Beijing Kdf information Tech Co Ltd', 'Room14C,TowerA,,LindaBuilding,No.8,Dongtucheng Road,Chaoyang District, Beijing. Beijing 100013 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(225, '0010f4', 0, 'Vertical Communications', '3979 Freedom Circle #400 Santa Clara CA 95054-1247 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(226, '000443', 0, 'Agilent Tech, Inc', '5301 Stevens Creek Boulevard Santa Clara CA 95051 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(227, '70b3d5c4c', 0, 'Vtc Digicom', '23 Lac Trung Ha Noi Ha Noi 100000 VN', 'VN', 'MA-S', '2018-08-10', '2018-08-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(228, '00119d', 0, 'Diginfo Tech Corp', '10Fl., No.82, Fu Hsing North Road Taipei 106 TW', 'TW', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(229, '001d26', 0, 'Rockridgesound Tech Co', 'Fumin Industrial Park, Houjie Town Dong Guan Guang Dong 523956 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(230, '44700b', 0, 'Iffu', '33, Annyeom-gil 112 beon-gil,jeongnam-myeon Hwaseong-si Gyeonggi-do 445-968 US', 'US', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(231, 'dce5335', 0, 'Controls Inc', '5204 Portside Drive Medina OH 44256 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(232, '2415106', 0, 'Shandong Kehui Power Automation Co Ltd', 'No. 16,Sanying Road Zibo Shandong 255087 CN', 'CN', 'MA-M', '2019-06-05', '2019-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(233, '0010a9', 0, 'Adhoc Tech', '1150 FIRST STREET SAN JOSE CA 95112 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(234, '0050c2115', 0, 'Vidco, Inc', '6175 SW 112th Ave Beaverton OR 97008 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(235, '2481aa', 0, 'Ksh International Co, Ltd', '2F, No.17 Minsheng Rd, Xindian Dist., New Taipei City 23150 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(236, '70b3d5d32', 0, 'Euklis by Gsg International', 'via Colombo 23 Trezzano sul Naviglio MI 20090 IT', 'IT', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(237, '84326f', 0, 'Guangzhou Ava Electronics Tech Co, Ltd', 'Science town luogang district guangzhou city branch bead road 232 profit people park 301, building 2 guangzhou guangdong 510000 CN', 'CN', 'MA-L', '2018-07-05', '2018-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(238, '008081', 0, 'Kendall Square Research Corp', '170 TRACER LANE WALTHAM MA 02154-1379 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(239, '001ba6', 0, 'intotech Inc', '13F DMC R&D Center E3-2 Building Land Development District Sangam-Dong Mapogu Seoul 121-270 KR', 'KR', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(240, '445829', 0, 'Cisco Spvtg', '5030 Sugarloaf Pkwy Lawrenceville GA 30044 US', 'US', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(241, '504a5e', 0, 'Masimo Corp', '40 Parker Irvine California 92618 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(242, '00105a', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '1998-04-22', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(243, '0021d0', 0, 'Global Display Solutions Spa', 'Via Tezze, 20/A Cornedo Vicentino Vicenza 36073 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(244, '348aae', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR', 'FR', 'MA-L', '2013-09-22', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(245, '48feea', 0, 'Homa B.V.', 'P.O. Box 545 Enschede 7500 AM NL', 'NL', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(246, 'b87879', 0, 'Roche Diagnostics GmbH', 'Sandhofer Strasse 116 Mannheim Baden-Wuerttemberg 68305 DE', 'DE', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(247, '00271d', 0, 'Comba Telecom Systems (China) Ltd', '10 Shenzhou Road Guangzhou Guangdong 510663 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(248, '0050c2fec', 0, 'First System Tech Co, Ltd', '1F., No.8, Alley 6, Lane 19, Fuhe Rd New Taipei City 23449 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(249, '0026d3', 0, 'Zeno Information System', '#1404 A-Dong Digital Empire Bldg, 980-3, Youngtong-dong, Youngtong-gu Suwon City Gyeonggi-Do 443-702 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(250, '78fee2', 0, 'Shanghai Diveo Tech Co, Ltd', 'No.8,Lane 777,LongWu Rd Shanghai 200232 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(251, '3c106f', 0, 'Albahith Tech', '165, King Abdullah Second Street Amman 11953 JO', 'JO', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(252, '10dffc', 0, 'Siemens AG', 'Siemensstrasse 10 Regensburg 93055 DE', 'DE', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(253, '90fd73', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(254, '001c42', 0, 'Parallels, Inc', '660 SW 39h Street Renton WA 98057 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(255, '586ed6', 1, 'Private', '', '', 'MA-L', '2010-01-05', '2010-01-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(256, '003560', 0, 'Rosen Aviation', '1020 Owen Loop South Eugene Oregon 97402 US', 'US', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(257, '40d63c', 0, 'Equitech Industrial(DongGuan)Co, Ltd', '4F Building B No.2 ShiChang Road SongYuan Technology Park,DongCheng District DongGuan GuangDong 523122 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(258, '001a5d', 0, 'Mobinnova Corp', '11F, 845, CHUNG SHAN RD TAOYUAN 33059 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(259, '00f22c', 0, 'Shanghai B-star Tech Co, Ltd', '4Floor NO.1158 Xiehe Road,Changning District ,shanghai ,China 200335 Shanghai 200335 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(260, '70b3d5017', 0, 'Ftg Corp', '10 Commander Blvd. Ajax Ontario M1S 3T2 CA', 'CA', 'MA-S', '2019-08-30', '2019-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(261, '0004d3', 0, 'Toyokeiki Co, Ltd', 'Wada 3967-10, Matsumoto-City JP', 'JP', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(262, '0012f5', 0, 'Imarda New Zealand Ltd', 'Suite G16, National Innovation Centre, Eveleigh NSW 2015 NZ', 'NZ', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(263, '94bbae', 0, 'Husqvarna AB', 'Drottninggatan 2 Huskvarna Sweden 56131 SE', 'SE', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(264, '60da83', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(265, '00408c', 0, 'Axis Communications AB', 'SCHEELEVAGEN 16 SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(266, '102eaf', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-06-10', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(267, '00086d', 0, 'Missouri FreeNet', 'PO Box 771026 St. Louis Missouri 63177-1026 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(268, 'f4cfa2', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(269, '001bc50a2', 0, 'Hettich Benelux', 'de Aaldor 9 Geldermalsen Gelderland 4191PC NL', 'NL', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(270, '70b3d533b', 0, 'Seal Shield, Llc', '2000 N. Alafaya Trail Suite 350 Jacksonville FL 32826 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(271, '187c0b', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-10-30', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(272, '4cb1cd', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(273, '001501', 0, 'LexBox', '3, avenue Didier Daurat TOULOUSE 31400 FR', 'FR', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(274, 'dc1792', 0, 'Captivate Network', '2 Executive Drive Suite 301 Chelmsford Massachusetts 01824 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(275, '40d855064', 0, 'Hipodromo DE Agua Caliente, S.A. DE C.V.', 'BLVD. AGUA CALIENTE 12027 TIJUANA BAJA CALIFORNIA 22420 MX', 'MX', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(276, '70b3d53a8', 0, 'JamHub Corp', 'One Main Street Whitinsville MA 01588 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(277, '5425ea', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(278, '749eaf', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(279, '70b3d54a2', 0, 'Devau Lemppenau GmbH', 'Wolbringstrasse 12 Bocholt NRW 46397 DE', 'DE', 'MA-S', '2018-10-17', '2018-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(280, '70b3d5299', 0, 'KMtronic Ltd', 'Dobri Czintulov 28A str. Gorna Oryahovica VT 5100 BG', 'BG', 'MA-S', '2019-07-03', '2019-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(281, '00106f', 0, 'Trenton Tech Inc', '2350 CENTENNIAL DRIVE GAINESVILLE GA 30504 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(282, '0003de', 0, 'Otc Wireless', '602 Charlot Ave. San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(283, '18c04d', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2019-10-23', '2019-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(284, 'f0038c', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(285, '70b3d5e86', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(286, '001683', 0, 'Webio International Co,.Ltd', '21F.,No.171 Songde Rd.,Sinyi District Taipei 11085 TW', 'TW', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(287, '001dd0', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-09-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(288, '807b854', 0, 'Quantel Usa, Inc', '601 Haggerty Ln. Bozeman Montana 59715 US', 'US', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(289, '2c16bd9', 0, 'Shanghai Walktech Information Tech Co, Ltd', '4F , No 85, Lane 1198, North Qin Zhou Road, Xu Hui District Shanghai Shanghai 200233 CN', 'CN', 'MA-M', '2019-04-22', '2019-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(290, '0007c4', 0, 'Jean Co Ltd', '7F, 2, Rei Kuang Road, Taipei TW', 'TW', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(291, '0050c2351', 0, 'Finesystem Co, Ltd', 'FINE BLDG. 2F HACHIOUJI TOKYO-TO 192-0032 JP', 'JP', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(292, '605464', 0, 'Eyedro Green Solutions Inc', '130 Weber St W, Suite 201 Kitchener Ontario N2H4A2 CA', 'CA', 'MA-L', '2011-03-17', '2020-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(293, 'fc9947', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(294, '8c192d2', 0, 'DataRemote Inc', '19301 SW 106th Ave Suite 6 Miami FL 33157 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(295, '70b3d57d2', 0, 'Sdk Kristall', 'Polevaia Sabirovskaia 49A, 1H Saint-Petersburg Russia 197183 RU', 'RU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(296, '00035e', 0, 'Metropolitan Area Networks, Inc', '1299 Pennsylvania Avenue, NW Washington DC 20004 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(297, '0050c28bc', 0, 'Honeywell Sensotec', '2080 Arlingate Ln. Columbus Ohio 43228 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(298, '70b3d5a9d', 0, 'Vitec Multimedia', '99, rue Pierre Sémard CHATILLON 92324 CEDEX FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(299, '305075', 0, 'GN Audio A/S', 'Lautrupbjerg 7 Ballerup DK-2750 DK', 'DK', 'MA-L', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(300, '286f7f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(301, '0030b8', 0, 'RiverDelta Networks', 'Three Highwood Drive East Tewksbury MA 01876 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(302, 'a098ed', 0, 'Shandong Intelligent Optical Communication Development Co, Ltd', 'No.149 Yingcui Road,Torch Town,Advanced Technique Development Area Jining Shandong 272023 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(303, 'a043b0', 0, 'Hangzhou BroadLink Tech Co, Ltd', 'Room 101,1/F,Unit C,Building 1,No.57 Jiang\'er Road,Changhe Street,Binjiang District,Hangzhou,Zhejiang,P.R.China Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(304, '001611', 0, 'Altecon Srl', 'Via F.lli Cairoli, 17 Lissone Milano 20035 IT', 'IT', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(305, '8c736e', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2010-02-21', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(306, 'ac9b0a', 0, 'Sony Corp', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2015-01-23', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(307, '089c86', 0, 'Nokia Shanghai Bell Co Ltd)', 'No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai 201206,P.R.China Shanghai Pudong 201206 CN', 'CN', 'MA-L', '2018-12-07', '2018-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(308, '7cb232', 0, 'Hui Zhou Gaoshengda Tech Co, Ltd', 'No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(309, '001e6e', 0, 'Shenzhen First Mile Communications Ltd', '5th Floor, Block R3-A Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(310, '00228a', 0, 'Teratronik elektronische systeme GmbH', 'Karl-Ulrich-Strasse 1 Gross-Umstadt D-64823 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(311, '00061d', 0, 'Mip Telecom, Inc', '3rd Floor, Sangil BLDG, Seoul 151-069 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(312, '0050c21bf', 0, 'International Test & Engineering Services Co, Ltd', '800, Ichimiyake, Yasu-cho, Yasu-gun, Shiga-ken, 520-2392 JP', 'JP', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(313, '0050c2994', 0, 'Xafax Nederland bv', 'Postbus 107 Alkmaar NH 1800AC NL', 'NL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(314, '40d855160', 0, 'Thermo Fisher Sceintific', '1410 Gillingham Lane Sugar Land Texas 77478 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(315, '90f305', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(316, '70b3d5611', 0, 'Avionica', '9941 West Jessamine St Miami FL 33157 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(317, '0080a6', 0, 'Republic Tech, Inc', 'P.O. BOX 141006 AUSTIN TX 78714 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(318, '00a075', 0, 'Micron Tech, Inc', '8000 S. Federal Way Boise ID 83707-0006 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(319, '70b3d550f', 0, 'Llc Sarov Innovative Tech (Wizolution)', 'RUSSIAN FEDERATION, Nizhny Novgorod region, Varlamovskaya road, 7, build 2 Sarov Nizhny Novgorod 607188 RU', 'RU', 'MA-S', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(320, '001dfd', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(321, '00234f', 0, 'Luminous Power Tech Pvt. Ltd', 'C8-C9, Community Center, New Delhi 110058 IN', 'IN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(322, '0050c2aab', 0, 'Brs Sistemas Eletrônicos', 'Rua Gomes de Freitas, 491 / 204 Porto Alegre RS 91380-000 BR', 'BR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(323, 'ec542e', 0, 'Shanghai XiMei Electronic Tech Co Ltd', 'Room 503, No.2623, GongHeXin Road Shanghai 200072 CN', 'CN', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(324, '4c494f', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-10-23', '2019-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(325, '001102', 0, 'Aurora Multimedia Corp', '205 Commercial Court Morganville New Jersey 07751-1070 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(326, '0013be', 0, 'Virtual Conexions', '410 rue St-Nicolas, suite 600 Montréal QUÉBEC H2Y 2P5 CA', 'CA', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(327, '000bce', 0, 'Free2move AB', 'Sperlingsgatan 7 Halmstad Halland 30248 SE', 'SE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(328, '00197b', 0, 'Picotest Corp', '8F-1, 286-9, Hsin-Ya Rd., 80673 Kaohsiung 80673 TW', 'TW', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(329, '00809f', 0, 'Ale International', '32 avenue Kléber Colombes 92700 FR', 'FR', 'MA-L', '1980-01-01', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(330, '000178', 0, 'Margi Systems, Inc', '3155 Kearney Street. - Ste.#200 Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(331, '0022a7', 0, 'Tyco Electronics Amp GmbH', 'Amperestraße 12-14 Bensheim Hessen 64625 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(332, '0050c2f12', 0, 'General Industrial Controls Pvt Ltd', 'T107, M.I.D.C. Pune Maharashtra 411026 IN', 'IN', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(333, '245880', 0, 'Vizeo', '13 rue Emile Decorps Villeurbanne 69100 FR', 'FR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(334, '34008a1', 0, 'Zqam Communications', '3F., No.6, Innovation Road II, Science Park, Hsinchu 30076 TW', 'TW', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(335, 'f4c7c8', 0, 'Kelvin Inc', '400 Centennial Parkway, Suite 190 Louisville CO 80027 US', 'US', 'MA-L', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(336, '020701', 0, 'Racal-Datacom', 'LAN INTERNETWORKING DIVISION BOXBOROUGH MA 01719 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(337, '001e91', 0, 'Kimin Electronic Co, Ltd', '293-4, Dongdan-Dong Gumi-city GyeongBuk 730-906 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(338, '3096fb', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(339, 'c86314a', 0, 'Optictimes Co, Ltd', 'Hangzhou City, Zhejiang Province Hangzhou Zhejiang 310023 CN', 'CN', 'MA-M', '2019-01-29', '2019-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(340, '0050c2a64', 0, 'tetronik GmbH Aen', 'Silberbachstr.10 Taunusstein Hessen 65232 DE', 'DE', 'IAB', '2009-02-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(341, 'e85484', 0, 'Neo Information Systems Co, Ltd', '609, Junganginduspia, #517-13, Sangdaeweon-Dong, Jungweon-Gu Seongnam Gyunggi-Do 462-713 KR', 'KR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(342, 'e4ca12', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(343, '28ec9a', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(344, '0025cd', 0, 'Skylane Optics', 'Rue d\'Arlon, 6 Windhof 8399 LU', 'LU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(345, '1ca0d33', 0, 'Savelec', 'rue de la houille blanche HERMILLON SAVOIE 73300 FR', 'FR', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(346, '001bc5087', 0, 'Onnet Tech and Innovations Llc', '1, Opp GIBCA CAMP AJMAN AJMAN 52141 AE', 'AE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(347, '70b3d52a8', 0, 'Dynamic Perspective GmbH', 'Wehlistrasse 29/1/1 Vienna 1200 AT', 'AT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(348, '786559', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2019-05-14', '2019-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(349, 'd4bbe6', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(350, '000c72', 0, 'Tempearl Industrial Co, Ltd', '3-1-42 Ohzu Hiroshima-shi Hiroshima 732-0802 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(351, '0050c2ac9', 0, 'Steinbeis-Transferzentrum Embedded Design und Networking', 'Poststraße 35 Heitersheim Baden-Württemberg 79423 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(352, '70b3d51a9', 0, 'Oceanix Inc', '15703 LAKE LODGE DR HOUSTON TX 77062 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(353, '00c0cc', 0, 'Telesciences Co Systems, Inc', '351 NEW ALBANY RD. MOORESTOWN NJ 08057-1177 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(354, '40d8551c1', 0, 'Triamec Motion AG', 'Industriestr. 49 Zug Zug 6300 CH', 'CH', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(355, '242e90', 0, 'Palit Microsystems, Ltd', '21F.,No.88,Sec.2,Zhongxiao E.Rd.,Golden Tower, TAIPEI 100 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(356, '0050c256b', 0, 'Dataton Utvecklings AB', 'Box 454 Linkoping . 58105 SE', 'SE', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(357, 'c40006', 0, 'Lipi Data Systems Ltd', 'Mewar Industrial Area (M.I.A) UDAIPUR RAJASTHAN 313003 IN', 'IN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(358, '0018a8', 0, 'AnNeal Tech Inc', 'Room 106, No. 47, Science Park Rd. II Hsinchu 300 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(359, '78dee4', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-03-17', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(360, 'c095da', 0, 'Nxp India Private Ltd', '1st Floor, Muttha Towers, Don Bosco Marg, Off Airport Road, Yerwada Pune Maharashtra 411006 IN', 'IN', 'MA-L', '2020-01-22', '2020-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(361, '0090ce', 0, 'avateramedical Mechatronics GmbH', 'Gewerbepark „Am Wald“ 4 ILMENAU D-98693 DE', 'DE', 'MA-L', '1998-04-22', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(362, '001811', 0, 'Neuros Tech International, Llc', '650 W Lake St Chicago IL 60661 US', 'US', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(363, '70b3d5133', 0, 'vidisys GmbH', 'Rudolf-Diesel-Ring 30 Sauerlach Bavaria 82054 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(364, '0050c2452', 0, 'Scame Sistemi srl', 'Via Lombardia N°5 ARLUNO MI 20010 IT', 'IT', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(365, '40d855081', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(366, '386e88', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(367, '001a2e', 0, 'Ziova Coporation', 'Unit 3, 7-9 Sherriffs road Lonsdale S.A. 5160 AU', 'AU', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(368, '00254b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2009-02-28', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(369, '0050c2ab5', 0, 'Mettler Toledo', '1571 Northpointe Parkway Lutz FL 33558 US', 'US', 'IAB', '2010-05-15', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(370, '741ae06', 0, 'Blocks Wearables Inc', '1800 Century Park East, 10th Floor Los Angeles CA 90067 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(371, '001efd', 0, 'Microbit 2.0 AB', 'Nystaden 1 KALIX 95261 SE', 'SE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(372, 'b0ece1', 1, 'Private', '', '', 'MA-L', '2015-01-23', '2015-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(373, '000e9d', 0, 'Tiscali UK Ltd', '20 Broadwick Street London W1F 8HT GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(374, '001958', 0, 'Bluetooth Sig, Inc', '5209 Lake Washington Blvd NE Kirkland WA 98033 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(375, '0009d8', 0, 'Fält Communications AB', 'Kylgränd 6a SE 906 20 Umeå SE', 'SE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(376, '90b11c', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2012-07-16', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(377, '70b3d54d1', 0, 'Contraves Advanced Devices Sdn. Bhd.', 'Batu Berendam FTZ, PO Box 39,75700 Malacca, Malaysia. Melacca No State 75700 MY', 'MY', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(378, '4048fd5', 0, 'The 52nd Research Institute of China Electronic Tech Group Corp', 'No.36 Ma Cheng Road, Hangzhou Zhejiang 310012 CN', 'CN', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(379, '90c54a', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(380, '70b3d531f', 0, 'Elcoma', 'Rua Barbosa Lima, 149 Recife Pernambuco 50030-330 BR', 'BR', 'MA-S', '2018-11-16', '2018-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(381, '000312', 0, 'TRsystems GmbH', 'Eglishalde 16 Trossingen Baden-Wuerttemberg D-78647 DE', 'DE', 'MA-L', '2000-11-09', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(382, '000789', 0, 'Allradio Co, Ltd', '861-5, Gwanyang-Dong, Dongan-Gu, Anyang-si, Gyeonggi-do, 430-803 KR', 'KR', 'MA-L', '2001-10-24', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(383, '0050c2aa2', 0, 'Elpa sas', 'via Rocciamelone 3 Caprie TO 10040 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(384, '1446e4', 0, 'Avistel', '15 rue Auguste Bartholdi Carrieres sur Seine 78420 FR', 'FR', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(385, '0050c2704', 0, 'The Dini Group, La Jolla Inc', '7469 Draper Ave. La Jolla CA 92037 US', 'US', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(386, '001dfb', 0, 'Netcleus Systems Corp', '3F, Daiichi-maeda Bldg. Yamato-shi 242-0017 JP', 'JP', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(387, '70b3d5ece', 0, 'Comm-connect A/S', 'Raasigvangen 2 Slangerup DK-3550 DK', 'DK', 'MA-S', '2014-11-04', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(388, '98aafc5', 0, 'Spm Instrument AB', 'Box 504 Strängnäs SE-64525 SE', 'SE', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(389, 'ac5093', 0, 'Magna Electronics Europe GmbH & Co Ohg', 'Kurfürst-Eppstein-Ring 9 Sailauf Bavaria 63877 DE', 'DE', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(390, '001bb9', 0, 'Elitegroup Computer Systems Co, Ltd', 'No.22, Alley 38, Lane 91 , Sec. 1 , Nei Hu Road Taipei 114 TW', 'TW', 'MA-L', '2007-04-09', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(391, '0050c2d61', 0, 'system2 GmbH', 'Gewerbering 8 Dorfen Bavaria 84405 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(392, 'ec51bc', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(393, '8489ecb', 0, 'EPSa Elektronik & Präzisionsbau Saalfeld GmbH', 'Remschuetzer Str. 1 Saalfeld/Saale 07318 DE', 'DE', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(394, '000228', 0, 'Necsom, Ltd', 'Necsom Ltd. c/o Koirsto FI', 'FI', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(395, '14cc20', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(396, '002568', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(397, 'e89309', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(398, '949aa9', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(399, '000bea', 0, 'Zultys Tech', '785 Lucern Drive Sunnyvale CA 94085 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(400, '0050c28f8', 0, 'Rmsd Ltd', '30A Uppingham Cres North Shore City Auckland 0627 NZ', 'NZ', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(401, '70b3d5c2f', 0, 'ATBiS Co, Ltd', '#1603 5th. Ace High-end Tower, 226 Gasan Digital 1-ro, Geumcheon-gu Seoul 08502 KR', 'KR', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(402, '8489ec7', 0, 'Byda Co Ltd,', '4F, KNS Bldg., 8, Gaepo-ro 25 gil, Gangnam-gu Seoul 06306 KR', 'KR', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(403, '0050c21d6', 0, 'shanghai trend intelligent systems Co, Ltd', 'floor 10,xinan building,NO.200,zhennin R shanghai 200040 CN', 'CN', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(404, '70b3d5f25', 0, 'Jsc “Scientific Industrial Enterprise Rubin', '2, Baydukov str. Penza Penza reg. 440000 RU', 'RU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(405, '001a2a', 0, 'Arcadyan Tech Corp', '4F., No. 9 , Park Avenue II, Hsinchu 300 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(406, 'e0aeb2', 0, 'Bender GmbH & CoKG', 'Londorfer Straße 65 Grünberg Hessen 35305 DE', 'DE', 'MA-L', '2013-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(407, '70b3d572d', 0, 'Kron Medidores', 'Rua Alexandre de Gusmão, 278 São Paulo São Paulo 04760-020 BR', 'BR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(408, '080009', 0, 'Hewlett Packard', 'ENTERPRISE SYSTEMS TECH.CENTER CUPERTINO CA 95014 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(409, '00139a', 0, 'K-ubique ID Corp', 'Yamasan Bldg.8F, Chuo-ku Tokyo 103-0023 JP', 'JP', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(410, '3c9174', 0, 'Along Communication Tech', '1301, Zhenye International Business Center, Shenzhen Guandong 518000 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(411, '0017ff', 0, 'Playline Co, Ltd', '1-4-21 MOTOAKASAKA TOKYO 107-0051 JP', 'JP', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(412, '10f96f', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2011-12-14', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(413, '74fe48', 0, 'Advantech Co, Ltd', 'NO.1, Alley 20, Lane 26 TAIPEI 231 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(414, 'c47dcc', 0, 'Zebra Tech Inc', '475 Half Day Road Lincolnshire IL 60069 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(415, '000000', 0, 'Xerox Corp', 'M/S 105-50C WEBSTER NY 14580 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(416, '90a783', 0, 'Jsw Pacific Corp', '3F-3, No.700, Chung-Zheng Rd, Zhonghe District New Taipei City 235 TW', 'TW', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(417, '0050c2a40', 0, 'Mosberger Consulting Llc', '1935 Stony Hill Rd Boulder CO 80305 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(418, 'f0933a', 0, 'NxtConect', 'Schillerstrasse 4 Bad Kissingen 97688 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(419, '000b28', 0, 'Quatech Inc', '662 Wolf Ledges Pkwy. Akron OH 44311 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(420, '0013cb', 0, 'Zenitel Norway AS', 'Sandaker v 24 c Oslo 0403 NO', 'NO', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(421, '0050c2f79', 0, 'Tattile Srl', 'via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT', 'IT', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(422, 'ac1826', 0, 'Seiko Epson Corp', '3-3-5 OWA SUWA-SHI NAGANO-KEN 392-8502 JP', 'JP', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(423, '000061', 0, 'Gateway Communications', '2941 ALTON AVENUE IRVINE CA 92714 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(424, '001204', 0, 'u10 Networks, Inc', '2-2-14 Kakinokizaka Meguro Tokyo 152-0022 JP', 'JP', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(425, '54e6fc', 0, 'TP-Link Tech Co, Ltd', '1-6F, Building 2, Pingshandayuan Industrial, South Zone, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(426, 'f023b93', 0, 'Bsp Rus Ltd', '174/1 Stavropolskaya street Krasnodar Krasnodar 350001 RU', 'RU', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(427, '000062', 0, 'Bull HN Information Systems', '300 CONCORD ROAD M/S 864A BILLERICA MA 01821 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(428, '000429', 0, 'Pixord Corp', '6F, No. 12, Innovation 1st Rd., TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(429, 'a0e25a', 0, 'Amicus SK, s.r.o.', 'Koreszkova 9 Skalica Trnavsky kraj 90901 SK', 'SK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(430, '70b3d5a40', 0, 'Strack Lift Automation GmbH', 'Lise-Meitner-Straße 2 Wülfrath NRW 42489 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(431, '0050c2095', 0, 'Seatech', '101 N. Beach Rd. Dania Beach FL 33004 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(432, '00f4b9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-01-19', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(433, 'ac0d1b', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2016-01-16', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(434, '70b3d5c4b', 0, 'Anker-East', 'B. Raznochinnaya 28 St Petersburg 197110 RU', 'RU', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(435, '70b3d5d8a', 0, 'Jiangsu Horaintel Co, Ltd', '32 Buidling R&D Center, No.99 Chuqiao Road ZHENJIANG JIANGSU 212009 CN', 'CN', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(436, '0050c2589', 0, 'Horiba Abx Sas', 'rue du caducee Montpellier Herault 34000 FR', 'FR', 'IAB', '2006-02-05', '2017-04-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(437, '0019f7', 0, 'Onset Computer Corp', 'P.O. Box 3450 Pocasset MA 02559 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(438, 'cc07ab', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(439, '44ee30', 0, 'Budelmann Elektronik GmbH', 'Von-Renesse-Weg 60 Muenster North Rhine-Westphalia 48163 DE', 'DE', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(440, '0050c2584', 0, 'Toyota Motorsport GmbH', 'Toyota-Allee 7 Köln NRW 50858 DE', 'DE', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(441, '0025fc', 0, 'Enda Endustriyel Elektronik Ltd Sti.', 'Y. Dudullu Barbaros C. Kutup S. No. 20 Istanbul 34775 TR', 'TR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(442, '0050c2556', 0, 'Freiburger BlickZentrum', 'Hans-Sachs-Gasse 6 79098 Freiburg DE', 'DE', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(443, '0050c2c53', 0, 'Eilersen Electric A/S', 'Kokkedal Industripark 4 Kokkedal 2980 DK', 'DK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(444, '148692', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(445, '4cd08a', 0, 'Humax Co, Ltd', 'HUMAX Village,216,Hwangsaeul-ro, Seongnam-si Gyeonggi-do 463875 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(446, '0cb2b7', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(447, '78db2f', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-01-02', '2019-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(448, '00061a', 0, 'Zetari Inc', '411 Waverly Oaks Rd. Waltham MA 02452-8401 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(449, '0050c2380', 0, 'Eke-Electronics Ltd', 'Piispanportti 7 ESPOO - 02240 FI', 'FI', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(450, 'cc5d78', 0, 'Jtd Consulting', '92 King Street South, Suite 200 Waterloo Ontario N2J 1P5 CA', 'CA', 'MA-L', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(451, '1c87748', 0, 'Surtec Industries, Inc', '9 Kon Jan North Road, Liutu Industrial Zone Keelung 20647 TW', 'TW', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(452, '70b3d5d94', 0, 'Dewetron GmbH', 'Parkring 4 Grambach 8074 AT', 'AT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(453, 'f0acd76', 0, 'Suzhou Pairlink Network Tech', 'Room304, Building 4, No.209, Zhu Yuan Road, Suzhou new district Suzhou Jiangsu 215011 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(454, '34a8eb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(455, '00c0c6', 0, 'Personal Media Corp', '1-7-7 MY BLDG. HIRATSUKA JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(456, '784476', 0, 'Zioncom Electronics (Shenzhen) Ltd', 'A1&A2 building,lantian technology park, xinyu road, xingqiao henggang block, shajing street, Baoan District shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2010-01-05', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(457, '246f8c', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(458, '0050c219f', 0, 'Fleetwood Electronics Ltd', 'The Irwin Centre Cambridge Cambridgeshire CB3 8AR GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(459, 'f8811a', 0, 'Overkiz', 'EUROPA 3 Archamps 74160 FR', 'FR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(460, '0c1262', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(461, '00e0cf', 0, 'Integrated Device', '6024 Silver Creek Valley Road San Jose CA 95138 US', 'US', 'MA-L', '1997-11-14', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(462, '00212d', 0, 'Scimolex Corp', '2430, Saijou, Showa-cho Nakakoma-gun, Yamanashi 409-3866 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(463, '00171e', 0, 'Theo Benning GmbH & Co KG', 'Muensterstraße 135-137 Bocholt NRW 46397 DE', 'DE', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(464, '70b3d52d5', 0, 'Teuco Guzzini', 'Via V. Guzzini, 2 Montelupone Macerata 62010 IT', 'IT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(465, '807b85b', 0, 'Oliotalo Oy', 'Sinikalliontie 18 B Espoo Uusimaa 02630 FI', 'FI', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(466, 'b4a2eb6', 0, 'ShenZhen Lark Acoustics Co, Ltd', 'Room 2406, Northwestern Polytechnical University, Gaoxin South Nine Road,Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(467, '00e02e', 0, 'Spc Electronics Corp', '2-1-3 SHIBASAKI, CHOFU-SHI TOKYO, 182 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(468, '000d9b', 0, 'Heraeus Electro-Nite International N.V.', 'Centrum Zuid 1105 Houthalen 3530 BE', 'BE', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(469, '34e380', 0, 'Genexis BV', 'Lodewijkstraat 1A Eindhoven 5652AC NL', 'NL', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(470, '3446ec', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(471, 'e8056d', 0, 'Nortel Networks', 'CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX', 'MX', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(472, '70b3d5e20', 0, 'Signature Control Systems, Llc', '425 Brice Rd. North Blacklick OH 43004 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(473, 'dc4427b', 0, 'Nautilus Infotech Co, Ltd', 'No.55, Fengcheng St., Bade District, Taoyuan City 334, Taiwan(R.O.C) Taoyuan City NA 334 TW', 'TW', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(474, 'ec9f0d0', 0, 'Hesai Photonics Tech Co, Ltd', '10th Floor, Building L2-B, Hongqiao World Center Shanghai Shanghai 200010 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(475, '70b3d5ef4', 0, 'Orange Tree Tech Ltd', '173 Curie Avenue, Harwell Oxford Didcot Oxfordshire OX11 0QG GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(476, '70b3d5280', 0, 'Computech International', '525 Northern Boulevard Great Neck NY 11021 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(477, '0050c224b', 0, 'Azimuth Systems, Inc', '31 Nagog Park Acton MA 01720 US', 'US', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(478, 'ccf67a', 0, 'Ayecka Communication Systems Ltd', 'POB 3059 Hod Hasharon 45130 IL', 'IL', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(479, '0050c2a00', 0, 'Technovare Systems', '1675 Scenic Ave. Suite 200 Costa Mesa CA 92626 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(480, 'a09169', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2015-07-23', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(481, '70b3d5ba8', 0, 'Controlled Power Co', '1955 Stephenston Hwy Troy MI 48083 US', 'US', 'MA-S', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(482, '70b3d5d49', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'MA-S', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(483, '70b3d5201', 0, 'Leontech Ltd', '1208 WorkingBerg Commercial Buildung, 41-47 Marble Road Hong Kong Hong Kong 00000 HK', 'HK', 'MA-S', '2019-11-26', '2019-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(484, '0040f3', 0, 'Netcor', '850 AUBURN COURT FREMONT CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(485, '001169', 0, 'Ems Satcom', 'Green Lane Tewkesbury Gloucestershire GL20 8HD GB', 'GB', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(486, '40d855030', 0, 'Tecnologias Plexus', 'Rua Jose Villar Granjel, 22-24 Santiago de Compostela A Coruna 15890 ES', 'ES', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(487, '40d8551df', 0, 'Chengdu Meihuan Tech Co, Ltd', 'Floor 17,Building D6,Tianfu Software Park, Chengdu Sichuan 610041 CN', 'CN', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(488, '404ad4', 0, 'Widex A/S', 'Nymoellevej 6 Lynge Alleroed DK3540 DK', 'DK', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(489, '3873ea5', 0, 'Istcontrol', '#1203, 37 Maebongsan-ro, Mapo-gu Seoul 03909 KR', 'KR', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(490, '34cb1a', 0, 'Procter & Gamble Co', '2 Procter & Gamble Plaza Cincinnati OH 45202 US', 'US', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(491, '0050c224f', 0, 'Macronet s.r.l.', 'Alsina 2965 Buenos Aires 1207 AR', 'AR', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(492, '0050c2ffe', 0, 'Sensata Tech', '4467 White Bear Parkway White Bear Lake MN 55110 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(493, '0040e0', 0, 'Atomwide Ltd', '23 THE GREENWAY UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(494, '000e80', 0, 'Thomson Tech Inc', '9087A 198th ST Surrey BC V1M-3B1 CA', 'CA', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(495, '001890', 0, 'RadioCOM, s.r.o.', 'Misikova 22 Bratislava 811 06 SK', 'SK', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(496, '0050c2969', 0, 'Gehrke Kommunikationssysteme GmbH', 'Seligenportenerstr. 30 Allersberg 90584 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(497, '502267', 0, 'PixeLINK', '3030 Conroy Road Ottawa Ontario K1G 6C2 CA', 'CA', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(498, '70b3d5f7b', 0, 'Kst Tech', '164-1, KST b/d., Bangi-dong, songpa-gu SEOUL N/A 138-050 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(499, '0000b6', 0, 'Micro-Matic Research', 'AMBACHTENLAAN 21 B5 BE', 'BE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(500, '00a0df', 0, 'Sts Tech, Inc', '13765 ST. CHARLES ROCK RD. BRIDGETON MO 63044 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(501, '70b3d51e1', 0, 'Tex Computer Srl', 'VIA MERCADANTE 35 CATTOLICA RIMINI 47841 IT', 'IT', 'MA-S', '2018-12-18', '2018-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(502, '34b571', 0, 'Plds', 'Schanzenfeldstrasse 2 Wetzlar Hessen 35578 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(503, '70b3d5d6a', 0, 'KnowRoaming', '90 Eglinton Ave. E Toronto Ontario - ON M4P2Y3 CA', 'CA', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(504, 'f0bcc9', 0, 'Pfu Ltd', 'Nu 98-2 Unoke Kahoku-shi, Ishikawa 929-1192 JP', 'JP', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(505, '000afb', 0, 'Ambri Ltd', '126 Greville Street Chatswood NSW 2067 AU', 'AU', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(506, '643409', 0, 'BITwave Pte Ltd', '2 Serangoon North Ave 5 554911 SG', 'SG', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(507, '00183d', 0, 'Vertex Link Corp', 'Meitetsu Fudosan Takebashi Bldg 6F Chiyoda-ku Tokyo 101-0054 JP', 'JP', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(508, '0050c29bb', 0, 'Omicron electronics GmbH', 'Oberes Ried 1 Klaus A-6833 AT', 'AT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(509, '0050c2e2f', 0, 'Beam Ltd', 'Northavon Buisness Centre Yate South Gloucestershire BS37 5NH GB', 'GB', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(510, '0004a7', 0, 'FabiaTech Corp', '4F-3, No. 18, Lane 609 Taipei Hsien, TAIWAN R.O.C TW', 'TW', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(511, '000f19', 0, 'Boston Scientific', '4100 Hamline Ave N. St. Paul MN 55112 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(512, '0050c2efa', 0, 'Predictive Sensor Tech', '316 N Main St Lynchburg Ohio 45142 US', 'US', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(513, '44a61e', 0, 'Ingram Micro Services', '100 CHEMIN DE BAILLOT MONTAUBAN 82000 FR', 'FR', 'MA-L', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(514, '000a1e', 0, 'Red-M Products Ltd', 'Neptune House Wooburn Green Buckinghamshire HP10 0HH GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(515, '0050c2e24', 0, 'DiTEST Fahrzeugdiagnose GmbH', 'Alte Poststrasse 152 Graz Steiermark 8020 AT', 'AT', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(516, '001e6b', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(517, '901d27', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(518, '98fb12', 0, 'Grand Electronics (HK) Ltd', 'Flat/Room 1120, 11/F Beverley Commercial Centre 999077 HK', 'HK', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(519, 'e498d1', 0, 'Microsoft Mobile Oy', 'Keilalahdentie 4 ESPOO 02150 FI', 'FI', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(520, '70b3d559a', 0, 'Wagner Group GmbH', 'Schleswigstrasse 1-5 Langenhagen 30853 DE', 'DE', 'MA-S', '2019-05-06', '2019-05-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(521, '70b3d5e81', 0, 'Slat', '11 Rue Jean-Elysée DUPUY Champagne au Mont d\'Or Rhône 69543 FR', 'FR', 'MA-S', '2019-05-09', '2019-05-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(522, '000f2b', 0, 'Greenbell Systems', '2TH Floor, Doonam Bldg, 236-11 Nonhyun-Dong, Kangnam-Ku Seoul 135-010 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(523, '0050c2759', 0, 'Sequentric Energy Systems, Llc', '4651 Woodstock Rd 208-150 Roswell GA 30075 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(524, 'e8995a', 0, 'PiiGAB, Processinformation i Goteborg AB', 'Anders Carlssons gata 1 Gothenburg 417 55 SE', 'SE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(525, 'b0ca68', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(526, '70b3d5711', 0, 'X-Laser Llc', '9125 Whiskey Bottom Rd Ste A Laurel MD 20723 US', 'US', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(527, 'a400e2', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(528, '0012de', 0, 'Radio Components Sweden AB', 'Viderogatan 3B Kista 16422 SE', 'SE', 'MA-L', '2004-11-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(529, '00145d', 0, 'WJ Communications, Inc', '401 River Oaks Parkway San Jose CA 95134 US', 'US', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(530, '70b3d5dbe', 0, 'Hiber', 'Keizersgracht 209-sous Amsterdam Noord-Holland 1016DT NL', 'NL', 'MA-S', '2018-10-08', '2018-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(531, '000932', 0, 'Omnilux', '130 W. Union St. Pasadena CA 91103 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(532, '98cb27', 0, 'Galore Networks Pvt. Ltd', '#D1104, Salarpuria Serenity, 41A, Bangalore Karnataka 560068 IN', 'IN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(533, '645106', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2014-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(534, '70b3d5c8f', 0, 'Trident Infosol Pvt Ltd', 'NO1A , KUSHAL GARDEN , PEENYA INDUSTRIAL AREA BANGALORE 560058 IN', 'IN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(535, '848bcdb', 0, 'Chongqing Huayi Kangdao Tech Co, Ltd', '14th Floor, Unicom Building, 192 Yuzhou Road, Yuzhong District CHONGQING 410010 CN', 'CN', 'MA-M', '2019-02-27', '2019-02-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(536, '04b429', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(537, '001f69', 0, 'Pingood Tech Co, Ltd', 'Rm1917, South Block, Cangsong Bldg., Tairan Industrial Zone, Futian District Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(538, '88ed1c', 0, 'Cudo Communication Co, Ltd', '10F ArirangTV 1467-80, Seocho-3dong, Seocho-gu Seoul 137-868 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(539, '9436cc', 0, 'Cisco', '170 West Tasman Drive SJCM/2 San Jose CA 95134 UNITED STATES US', 'US', 'MA-L', '2014-05-27', '2014-05-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(540, '0017c1', 0, 'CM Precision Tech Ltd', '2 Fl, No. 177, Chien-E Road, Chung-Ho City Taipei Hsien 235 TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(541, '18fe34', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2013-03-10', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(542, '9ad263', 0, 'FirmTek, Llc', '29300 Kohoutek Way Union City California 94587 US', 'US', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(543, '0050c243b', 0, 'A3ip', 'Batiment Placel, route de vannes SAUTRON Pays de la loire 44880 FR', 'FR', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(544, 'c4c9ec', 0, 'Gugaoo HK Ltd', 'Unit 04, 7/F BRIGHT WAY TOWER Kowloon, Hongkong HK', 'HK', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(545, '001777', 0, 'Obsidian Research Corp', '120 - 4445 Calgary Trail NW Edmonton Alberta T6H 5R7 CA', 'CA', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(546, '001b6b', 0, 'Swyx Solutions AG', 'Joseph-von-Fraunhofer-straße 13a Dortmund 44227 DE', 'DE', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(547, 'f42896', 0, 'Specto Paineis Eletronicos Ltda', 'RUA WALTER JOSE CORREA, AREA 12 SAO JOSE SANTA CATARINA 88122-035 BR', 'BR', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(548, '00203a', 0, 'Digital Bi0metrics Inc', '5600 ROWLAND ROAD- STE.#205 MINNETONKA MN 55364 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(549, '00c015', 0, 'New Media Corp', '15375 BARRANCA PARKWAY IRVINE CA 92718 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(550, 'a89dd2', 0, 'Shanghai DareGlobal Tech Co, Ltd', '22F Info-Tech Building Shanghai Shanghai 200092 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(551, '587f66', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(552, 'ec3ef7', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-09-27', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(553, 'ac1ddf6', 0, 'Shenzheng SenseTime Tech Co Ltd', '7F,Haixiang plaza, No.1052 Nanhai Road, Nanshan district Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(554, '70b3d5258', 0, 'Baykon Endüstriyel Kontrol Sistemleri San. ve Tic. A.Ş.', 'Kimya Sanayicileri Org. San. Bolgesi Organik Cad. No:31 Istanbul Tuzla 34956 TR', 'TR', 'MA-S', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(555, '845733', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND 98052 US', 'US', 'MA-L', '2019-04-10', '2019-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(556, '001c60', 0, 'Csp Frontier Tech, Inc', '3-2-3,Sasazuka Shibuya-ku Tokyo 151-0073 JP', 'JP', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(557, 'f866d1', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-03-11', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(558, '94bf80', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(559, '048a15', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2010-11-24', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(560, '00bb8e', 0, 'Hme Co, Ltd', 'No.200 , Liao Bei Str.,San Min Dist., Kaohsiung 807 TW', 'TW', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(561, 'd8160a', 0, 'Nippon Electro-Sensory Devices', 'Itachibori 2-5-12 Nishi-ku Osaka 550-0012 JP', 'JP', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(562, '201f31', 0, 'Inteno Broadband Tech AB', 'Stensätravägen 13 Skärholmen SE 127 39 SE', 'SE', 'MA-L', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(563, '080087', 0, 'Xyplex, Inc', '295 FOSTER STREET LITTLETON MA 01460 US', 'US', 'MA-L', '1980-01-01', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(564, '0050c2cc3', 0, 'viscount systems Inc', '4585 tillicum street burnaby bc v5j5k9 CA', 'CA', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(565, '4494fc', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-03-10', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(566, '70b3d5d29', 0, 'Sportzcast', '1144 Citrus Oaks Run Winter Springs FL 32708 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(567, '70b3d530b', 0, 'Ash Tech', 'Unit B5, M7 Business Park Naas Kildare W91P684 IE', 'IE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(568, '70b3d5e3c', 0, 'Densitron Tech Ltd', '16 South Park Sevenoaks Kent TN13 1AN GB', 'GB', 'MA-S', '2018-12-18', '2019-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(569, '0050c251f', 0, 'Traquair Data Systems, Inc', '114 Sheldon Rd Ithaca NY 14850 US', 'US', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(570, '0050c2cf6', 0, 'Epec Oy', 'P.L. Box 194 Seinäjoki 60101 FI', 'FI', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(571, '9470d2', 0, 'Winfirm Tech', '2-1015 Lotte IT Castle Seoul 153-768 KR', 'KR', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(572, '848bcde', 0, 'Emotiv Inc', '490 Post Street San Francisco CA 94102 US', 'US', 'MA-M', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(573, 'f4deaf', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(574, '0009c3', 0, 'Netas', 'Alemdag Cad. No 171 ISTANBUL 81244 TR', 'TR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(575, '0050c22bd', 0, 'StorLink Semi', '1804 N. Shoreline Blvd, Suite 240 Mountain View CA 94043 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(576, '142233', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(577, '009035', 0, 'Alpha Telecom, Inc', '2F, NO.2, LI HSIN ROAD HSIN-CHU TW', 'TW', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(578, '04bd70', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(579, '944696', 0, 'BaudTec Corp', '12F, No.181, Sec.1.Tatung Rd. Hsi-chih Taipei 221 TW', 'TW', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(580, 'd8052e', 0, 'Skyviia Corp', 'No. 10-1, Lixing 1st Rd., Science Park, Hsinchu City 300 TW', 'TW', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(581, '5ce2f4', 0, 'AcSiP Tech Corp', '3F., No.22, Dalin Rd. Taoyuan Taoyuan County 33067 TW', 'TW', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(582, 'e8519d', 0, 'Yeonhab Precision Co, Ltd', '219-27, Haksusosa-Gil, Mokcheon-Eup Cheonan Chungcheongnamdo 330-844 KR', 'KR', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(583, '40b6b1', 0, 'Sungsam Co,.Ltd', 'SUNGSAM Bldg, 7-1, BAnga-ro 23beon-gil, Bundang-gu Seongnam-si Gyeonggi-do 463-829 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(584, '70b3d5fa9', 0, 'CorDes, Llc', '20243 Kentucky Oaks Ct Ashburn VA 20147 US', 'US', 'MA-S', '2019-09-19', '2019-09-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(585, '000505', 0, 'Systems Integration Solutions, Inc', '3922 Coconut Palm Drive, Tampa FL 33619 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(586, '0026ae', 0, 'Wireless Measurement Ltd', 'The Crescent EMSWORTH PO10 8JS GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(587, 'bc34002', 0, 'LifeSmart', '1911, Huarong Times Plaza Hangzhou Zhejiang 310052 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(588, '70b3d5dd4', 0, 'ResIOT Ublsoftware Srl', 'Ripa di Porta Ticinese, 39 Milano Mi 20143 IT', 'IT', 'MA-S', '2019-08-16', '2019-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(589, '00135d', 0, 'Nttpc Communications, Inc', '3-25 Kanda Jinbo-cho Chiyoda-ku Tokyo 101-0051 JP', 'JP', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(590, '001fb6', 0, 'Chi Lin Tech Co, Ltd', 'No.18, Sheng Li 1st St., Jen Te Hsiang, Tainan Taiwan 71758 CN', 'CN', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(591, '301f9a9', 1, 'Private', '', '', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(592, '7cd9a0', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(593, '448c52', 0, 'Ktis Co, Ltd', '1208ho-103dong Ojung-Gu, Bucheon-si Gyeonggi-do 421-808 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(594, 'b437d18', 0, 'eInfochips Ltd', '303 Parishram Building, 5/B Rashmi Society Ahmedabad Gujarat 380009 IN', 'IN', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(595, '70b3d5039', 0, 'DoWoo Digitech', 'A-706ho,Ssangyong IT Twintower, dunchondaero, JungWon-Gu Seongnam-si Gyeonggi-do 13216 KR', 'KR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(596, 'c083594', 0, 'Ants', '88, Simindae-ro, Dongan-Gu Anyang 14079 KR', 'KR', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(597, '70b3d58da', 0, 'MicroElectronics System CoLtd', '29 uchihata-cho Nishinokyo Nakagyoku Kyoto City Kyoto-fu 604-8411 JP', 'JP', 'MA-S', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(598, '3c0c7d', 0, 'Tiny Mesh AS', 'Elisabeth von Hübschs gate 6 MOSS 1534 NO', 'NO', 'MA-L', '2019-01-16', '2019-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(599, '70b3d5824', 0, 'Songwoo Information & Tech Co, Ltd', '24-9, Jinju-daero 404beon-gil, Jinju-si, Gyeongsangnam-do, Korea Jinju Gyeongsangnam-do 52826 KR', 'KR', 'MA-S', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(600, '000b93', 0, 'Ritter Elektronik', 'Leverkuser Straße 65 Remscheid NRW 42897 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(601, '001a8e', 0, '3Way Networks Ltd', '7200 Cambridge Research Park Cambridge Cambridgeshire CB5 9TL GB', 'GB', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(602, '78ff57', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(603, '50a4d06', 0, 'PointGrab', '4 Haharash Str Hod Hasharon 45240 IL', 'IL', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(604, '000ff4', 0, 'Guntermann & Drunck GmbH', 'Obere Leimbach 9 Siegen NRW 57074 DE', 'DE', 'MA-L', '2004-04-03', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(605, '78593e', 0, 'Rafi GmbH & CoKG', 'Ravensburger Str. 128-134 Berg Baden Wurttemberg 88276 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(606, '0006e3', 0, 'Quantitative Imaging Corp', '8081 Lougheed Highway CA', 'CA', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(607, '742f68', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd., Xindian Taipei 231 TW', 'TW', 'MA-L', '2011-05-14', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(608, '745f00', 0, 'Samsung Semiconductor Inc', '3566 N. 1St Street San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(609, '00406a', 0, 'Kentek Information Systems, Inc', '2945 WILDERNESS PLACE BOULDER CO 80301 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(610, '009058', 0, 'Ultra Electronics Command & Control Systems', 'Knaves Beech Business Centre Hemel Hemstead Herts England HP2 7BW GB', 'GB', 'MA-L', '1998-04-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(611, '5cccff', 0, 'Techroutes Network Pvt Ltd', 'WW1-SF, Malibu Towne Gurgaon Haryana 122002 IN', 'IN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(612, '70b3d50d9', 0, 'Brechbuehler AG', 'Steinwiesenstrasse 3 Schlieren 8952 CH', 'CH', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(613, '70b3d5d39', 0, 'Ashida Electronics Pvt. Ltd', 'ASHIDA House Plot No A308 Road No. 21 Wagle Ind. Estate Thane Maharashtra 400604 IN', 'IN', 'MA-S', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(614, '001245', 0, 'Zellweger Analytics, Inc', '405 Barclay Blvd. Lincolnshire Illinois 60069 US', 'US', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(615, '001323', 0, 'Cap Co, Ltd', '11F,684-2,deungchon 3-dong,gangseo-gu Seoul 157-754 KR', 'KR', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(616, 'a0094c', 0, 'CenturyLink', '100 CenturyLink Drive Monroe 71203 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(617, '94d075', 0, 'Cis Crypto', 'Nauchnyy proezd 6 Moscow 117246 RU', 'RU', 'MA-L', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(618, '0005f8', 0, 'Real Time Access, Inc', '455 N. Canyons Pkwy. Livermore CA 94550 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(619, 'd03dc3', 0, 'AQ Corp', '205, Saneop-ro 155beon-gil, Gwonseon-gu Suwon Gyeonggi-do 16648 KR', 'KR', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(620, '000313', 0, 'Access Media Spa', 'Via delle Industrie, 4/g 24035 LALLIO (BG) IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(621, '0014d3', 0, 'Sepsa', 'calle Albatros, 7 y 9 PINTO Madrid 28320 ES', 'ES', 'MA-L', '2005-06-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(622, '70b3d5b0f', 0, 'merkur Funksysteme AG', 'Wassergrabe 14 Sursee 6210 CH', 'CH', 'MA-S', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(623, '000800', 0, 'Multitech Systems, Inc', '2205 WOODALE DRIVE MOUNDS VIEW MN 55112 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(624, '00027d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(625, '0050c2097', 0, 'Imv Invertomatic', 'via Cantonale CH-6595 Riazzino CH', 'CH', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(626, '0050c20f6', 0, 'Carl Baasel Lasertechnik GmbH', 'Petersbrunner Str. 1b 82319 Starnberg DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(627, '0050c22ea', 0, 'QUBIsoft S.r.l.', 'C.so del POpolo 8/C PADOVA 35131 IT', 'IT', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(628, '0050c2b62', 0, 'Measurement Tech NW', '4211 24th Avenue West Seattle WA 98199 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(629, '649968', 0, 'Elentec', '401-13 Chunggye-Ri Dongtan-Myun Kyunggi 445-811 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(630, '50cee3', 0, 'Gigafirm.CoLtd', '3-21-8,kisonishi machida-city tokyo 1940037 JP', 'JP', 'MA-L', '2019-06-17', '2019-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(631, '000122', 0, 'Trend Communications, Ltd', 'Knaves Beech Estate Bucks, HP10 9QZ GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(632, '00068c', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '2001-06-04', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(633, '0050c2533', 0, 'NanShanBridge CoLtd', 'C241, National Hi-Tech(westzone) ChengDu SiChuan 611731 CN', 'CN', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(634, '40d8551b2', 0, 'Age A. Gilg Elektronik', 'Wellenburger Str. 53 Augsburg Bayern D-86199 DE', 'DE', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(635, 'ec59e7', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(636, '30c3d9', 0, 'Alps Electric Co, Ltd', '6-1 Kakuda Miyagi-Pref 981-1595 JP', 'JP', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(637, '0080d9', 0, 'Emk Elektronik GmbH & Co KG', 'Obere Bergstrasse 28 75335 Dobel DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(638, '000b6b', 0, 'Wistron Neweb Corp', 'No. 10-1, Li-Hsin Road I, Science-based Hsinchu 300 TW', 'TW', 'MA-L', '2002-10-14', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(639, '1c184a', 0, 'ShenZhen RicherLink Tech Co, Ltd', '703,Building W1-A,High-Tech Industrial Park,KeJiNan 1st Road,NanShan, ShenZhen GuangDong 518057 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(640, 'e076d0', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu Hsinchu 30352 TW', 'TW', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(641, '70b3d5946', 0, 'Greatwall Infotech Co, Ltd', '7F, No. 143, Sec. 3, Cheng Gong Road,, Neihu District Taipei Taiwan 114 TW', 'TW', 'MA-S', '2019-02-13', '2019-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(642, 'b0fd0ba', 0, 'Temco Japan Co, Ltd', '2-21-4 HONAN SUGINAMI KU Tokyo-to 168-0062 JP', 'JP', 'MA-M', '2019-02-13', '2019-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(643, '00121d', 0, 'Netfabric Corp', '67 Federal Road Brookfield CT 06804 US', 'US', 'MA-L', '2004-08-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(644, 'acce8f', 0, 'Hwa Yao Tech Co, Ltd', 'NO. 6, LN. 48, NANSING RD., YONGKANG CITY, TAINAN COUNTY 710 TW', 'TW', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(645, '848bcd', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(646, '70b3d56c6', 0, 'Abbott Diagnostics Tech AS', 'P. O. Box 6863 Rodeløkka Oslo Oslo 0504 NO', 'NO', 'MA-S', '2019-12-05', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(647, 'f40e117', 0, 'Shenzhen Grandsun Electronic Co, Ltd', 'Gaoqiao Industrial Zone,Baishitang Village, Shenzhen Guangdong 518116 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(648, '1ca0d37', 1, 'Private', '', '', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(649, '480bb2d', 0, 'M2Lab Ltd', '148 Des Voeux Rd Central Hong Kong HK HK', 'HK', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(650, '00907b', 0, 'E-Tech, Inc', '30, R&D ROAD 2 HSINCHU TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(651, '001595', 0, 'Quester Tangent Corp', '201 - 9865 West Saanich Road Sidney BC V8L 5Y8 CA', 'CA', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(652, '0017ae', 0, 'Gai-Tronics', 'Brunel Drive Burton Upon Trent Staffordshire DE13 0BZ GB', 'GB', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(653, '0050c2956', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(654, '88124e', 0, 'Qualcomm Inc', '1700 Technology Drive San Jose CA 95110 US', 'US', 'MA-L', '2013-06-20', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(655, '907910', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(656, '302303', 0, 'Belkin International Inc', '12045 East Waterfront Drive Playa Vista null 90094 US', 'US', 'MA-L', '2018-06-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(657, '70b3d5669', 0, 'Pano0ramic Power', '15 Atir Yeda Kfar Saba 4464312 IL', 'IL', 'MA-S', '2018-11-15', '2018-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(658, '00e057', 0, 'Han Microtelecom. Co, Ltd', 'FASHION BD., 3RD FR, DONG SEO-GU, TAEJON KOREA 302-173 KR', 'KR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(659, '0007f8', 0, 'ITDevices, Inc', '606 110th Ave. NE Bellevue WA 98004 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(660, '0050c2cd3', 0, 'Covidence A/S', 'Strandvejen 2A Roende 8410 DK', 'DK', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(661, '283152', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(662, '78d75f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(663, '70b3d5a93', 0, 'Mes Communication Co, Ltd', '5F, No. 6 , Szu Wei Lane , Chung Cheng New Taipei City 231 TW', 'TW', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(664, '70b3d5767', 0, 'Franklin France', '13 RUE LOUIS ARMAND OZOIR LA FERRIERE 77330 FR', 'FR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(665, '0008b5', 0, 'Tai Guen Enterprise Co, Ltd', 'N0.400, 10F-7 HUANPEI RD., CHUNG LI 320-61 TW', 'TW', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(666, '78b81a', 0, 'Inter Sales A/S', 'Stavneagervej 22 Egaa 8250 DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(667, 'b4b676', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(668, '70b3d5415', 0, 'Idea Spa', 'VIA PARALLELA 2/4 VILLA BARTOLOMEA VERONA 37049 IT', 'IT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(669, '0003d6', 0, 'RADVision, Ltd', '24 Raul Wallenberg St. IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(670, '0050c285d', 0, 'Ing. Knauseder Mechatronik GmbH', 'Maierhof 12 Aurolzmuenster AUSTRIA 4971 AT', 'AT', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(671, '002125', 0, 'Kuk JE Tong Shin Co, Ltd', '476-3 Incheon Kwangyouk-Si 407-060 KR', 'KR', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(672, '0021d5', 0, 'X2e GmbH', 'Raiffeisenstrasse 9 Winden Rheinland-Pfalz 76872 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(673, '289af7', 0, 'Adva Optical Networking Ltd', 'ADVAntage House York YO30 4RY GB', 'GB', 'MA-L', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(674, '00c0ed', 0, 'US Army Electronic', 'PROVING GROUND SIERRA VISTA AZ 85635 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(675, '0050c243c', 0, 'Ducommun LaBarge Tech, Inc', '700 Braddock Avenue East Pittsburgh PA 15112 US', 'US', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(676, '0050c2c5d', 0, 'SweMet AB', 'Östgötagatan 19 Linköping 58232 SE', 'SE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(677, '0050c2cf9', 0, 'Elbit Systems of America', '4700 Marine Creek Parkway Fort Worth TX 76179 US', 'US', 'IAB', '2010-08-19', '2018-11-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(678, 'b4749f', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(679, '2cf203', 0, 'Emko Elektronik San VE Tic AS', 'DOSAB, KARANFIL SOK, NO:6 BURSA 16369 TR', 'TR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(680, 'ac202e', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(681, '000155', 0, 'Promise Tech, Inc', '4F, 1, Prosperity 1st Road TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(682, '000ddc', 0, 'Vac', '20F, N0. 456, Sec. 4, Hsin Yi Rd., Taipei 110 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(683, '40b4f0', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2012-07-16', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(684, 'cae505', 0, 'Mobilitie', '2220 University Dr Newport Beach 92660 US', 'US', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(685, '70b3d5837', 0, 'HiDes, Inc', '6F, No.86, Baozhong Rd., Xindian Dist., New Taipei City New Taipei City 23144 TW', 'TW', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(686, '94eaea', 0, 'Tellescom Industria E Comercio EM Telecomunicacao', 'Av. Buriti, 1900 – Setor B – Distrito Industrial Manaus Amazonas 69075-000 BR', 'BR', 'MA-L', '2018-07-12', '2018-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(687, '70b3d5a6c', 0, 'Controles S.A.', 'Rivera 3314 Montevideo Montevideo 11300 UY', 'UY', 'MA-S', '2019-06-27', '2019-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(688, '001e5f', 0, 'KwikByte, Llc', '2430 W. 12th Street Tempe AZ 85281 US', 'US', 'MA-L', '2007-10-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(689, 'b8ba68', 0, 'Xi\'an Jizhong Digital Communication Co, Ltd', '10 Block NO.1 Enterprise Newly-typed Industrial Zone High-Tech Zone Xi¡¯an,China Xi\'an ShaanXi 710119 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(690, '70b3d5a0e', 0, 'Vetaphone A/S', 'Fabriksvej 11 Kolding Region syddanmark 6000 DK', 'DK', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(691, '001a64', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(692, '0050c2887', 0, 'Inventis Tech Pty Ltd', 'Block A, Unit 40 Caringbah NSW 2229 AU', 'AU', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(693, '0050c28a9', 0, 'Intelligent Security Systems', 'Office 102, str. 77, vl. 1, Leninskie Gory, MSU Science Park Moscow 119234 RU', 'RU', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(694, '0050c2d47', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2011-02-21', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(695, 'a46706', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(696, 'c4bed4', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2015-12-22', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(697, '00808b', 0, 'Dacoll Ltd', 'DACOLL HOUSE, GARDNERS LANE SCOTLAND EH48 1TP GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(698, '000633', 0, 'Cross Match Tech GmbH', 'Unstrutweg 4 Jena 07743 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(699, '70b3d5ea0', 0, 'Park24', '48 rue René CLAIR PARIS 75018 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(700, 'ca8fa5', 0, 'Advanced TS Migrations, Co', 'PO BOX 478 ELLENTON FL 34222 US', 'US', 'CID', '2017-01-30', '2017-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(701, '002377', 0, 'Isotek Electronics Ltd', '9 Clayton Wood Bank Leeds LS16 6QZ GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(702, '0050c2e35', 0, 'Omnica Corp', '15560-D Rockfield Blvd. Irvine CA 92618 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(703, '0005a8', 0, 'Wyle Electronics', '3000 BOWERS AVENUE SANTA CLARA CA 95051-0919 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(704, '001ae6', 0, 'Atlanta Advanced Communications Holdings Ltd', '1900 West Oak Circle, Marietta Atlanta Georgia 30062 US', 'US', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(705, '902e87', 0, 'LabJack', '3232 S Vance St STE 100 Lakewood CO 80227 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(706, '186d99', 0, 'Adanis Inc', '#2015-2016 Geumkang Penterium Hakuro, Dongan-Gu, Anyang-Si Kyunggi-Do 431-060 KR', 'KR', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(707, 'b4b52f', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2012-04-08', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(708, 'c09879', 0, 'Acer Inc', '8F, 88, Sec.1, Xintai 5th Rd. New Taipei City N/A 221 TW', 'TW', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(709, '4a07d6', 0, 'Ieee 802.1 Working Group', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'CID', '2017-01-30', '2017-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(710, '70b3d5877', 0, 'Polynet Telecommunications Consulting and Contractor Ltd', 'Montevideo street 3/b Budapest 1037 HU', 'HU', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(711, '002402', 0, 'Op-Tection GmbH', 'Borsigstraße 80 Heinsberg Germany 52525 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(712, 'd02788', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-05-10', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(713, '44422f', 0, 'Testop Co, Ltd', '808RM Hanshin IT Tower ,272, Digital-ro Guro-gu Seoul 08389 KR', 'KR', 'MA-L', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(714, 'f0007f', 0, 'Janz - Contadores de Energia, SA', 'Avenida Infante D. Henrique Lisbon 1800-223 PT', 'PT', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(715, '70b3d52fa', 0, 'Toray Medical Co, Ltd', '405-65 onoue ashitaka numadu shizuoka 410-0001 JP', 'JP', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(716, '000908', 0, 'VTech Tech Corp', '2F-2, No. 124, Chung Cheng Rd., Shihlin Taipei 11141 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(717, '0050c2be9', 0, 'Zucchetti Spa', 'Via Adriatica, 282 Campoformido UDINE 33030 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(718, 'a44f299', 0, 'Certi Networks Sdn Bhd', '2-8 Level 8 Wisma Manjalara Kuala Lumpur Wilayah Persekutuan Kuala Lumpur 52200 MY', 'MY', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(719, '002259', 0, 'Guangzhou New Postcom Equipment Co, Ltd', 'No.3¡¡Guangpuxi Road,Guangzhou Science City, Guangzhou Guangdong 510663 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(720, '98208e', 0, 'Definium Tech', '34 Fairthorne Road Launceston Tasmania 7250 AU', 'AU', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(721, '0013f9', 0, 'Cavera Systems', '2355 Oakland Rd, Suite#33 San Jose CA 95131 US', 'US', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(722, '001635', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2005-10-29', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(723, '002355', 0, 'Kinco Automation(Shanghai) Ltd', 'Bldg1, No.1387, Zhangdong Road, Shanghai 201203 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(724, '6473e2', 0, 'Arbiter Systems, Inc', '1324 Vendels Circle Paso Robles California 93446 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(725, '00082f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(726, '5c7d5e', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(727, '0040a7', 0, 'Itautec Philco S.A.', 'GRUPO ITAUTEC PHILCO BR', 'BR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(728, '000bc3', 0, 'Multiplex, Inc', '5000 Hadley Rd. S. Plainfield NJ 07040 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(729, '14d169', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(730, '3889dc', 0, 'Opticon Sensors Europe B.V.', 'Opaallaan 35 Hoofddorp Noord Holland 2132 XV NL', 'NL', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(731, 'bc6641', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-07-13', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(732, '2c6a6f', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-01-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(733, '70b3d501f', 0, 'Spx Flow Tech BV', 'Munnikenheiweg 41 Etten-Leur Noord-Braband 4879NE NL', 'NL', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(734, '001578', 0, 'Audio / Video Innovations', 'A3-3375 North Service Road Burlington ON L7N 3G2 CA', 'CA', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(735, '001640', 0, 'Asmobile Communication Inc', 'No.11 Lane 120, Li-Te Rd., Peitou 112, Taipei, Taiwan, R.O.C Taipei 112 TW', 'TW', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(736, '6c9ce9', 0, 'Nimble Storage', '2645 Zanker Road San Jose CA 95134 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(737, '70b3d5e77', 0, 'Optix Jsc', '19 Kliment Ohridski str. Sofia Sofia 1756 BG', 'BG', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(738, 'a8ca7b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(739, '000454', 0, 'Quadriga UK', 'Baird House ENGLAND GB', 'GB', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(740, '0050c203d', 0, 'Isdn Gateway Tech AG', 'Karlstrasse 5 CH-8610 Uster CH', 'CH', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(741, '904dc3', 0, 'Flonidan A/S', 'Islandsvej 29 Horsens 8700 DK', 'DK', 'MA-L', '2019-01-08', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(742, '00008a', 0, 'Datahouse Information Systems', 'DIRECTOR OF OPERATIONS GU34 3QW ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(743, '40d8551cc', 0, 'Nkt Photonics A/S', 'Blokken 84 Birkerod 3460 DK', 'DK', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(744, '687cc8', 0, 'Measurement Systems S. de R.L.', '45999 Regal Plaza Sterling VA 20165 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(745, '3c39e77', 0, 'Sensor to Image GmbH', 'Lechtorstrasse 20 Schongau Bavaria 86956 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(746, 'f4911e', 0, 'Zhuhai Ewpe Information Tech Inc', 'Room 409,NO.10,Technology 1st Road, Gangwan Av.,Tangjia Bay Town,Zhuhai,Guangdong,China Zhuhai Guangdong 519070 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(747, '7c738b', 0, 'Cocoon Alarm Ltd', '46 The Calls Leeds West Yorkshire LS2 7EY GB', 'GB', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(748, 'c8b21e', 0, 'Chipsea Tech (Shenzhen) Corp', '9F,BLOCK A,GARDEN CITY DIGITAL BUILDING,NO.1079 NANHAI ROAD,NANSHAN DISTRICT SHEN ZHEN GUANG DONG 518000 CN', 'CN', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(749, '0495e6', 0, 'Tenda Tech Co, LtdDongguan branch', 'Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN', 'CN', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(750, '0050c2dea', 0, 'Cerner Corp', '2800 Rockcreek Parkway Kansas City MO 64117 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(751, '4c5427', 0, 'Linepro Sp. z o.o.', 'ul. Miedziana 11 Warszawa mazowieckie 00-835 PL', 'PL', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(752, '0069677', 0, 'Pangaea Solution Inc', '774, Yuseong-daero, Yuseong-gu, Daejeon Daejeon 34171 KR', 'KR', 'MA-M', '2019-09-21', '2019-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(753, '001fe2', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2008-02-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(754, '58685d', 0, 'Tempo Australia Pty Ltd', '8/14 Rodborough Rd Frenchs Forest NSW 2086 AU', 'AU', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(755, '1ca0d30', 0, 'Ooo Tekhnotronika', 'Studeniy 4/1 Moscow 127282 RU', 'RU', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(756, '70b3d5a47', 0, 'Kanoa Inc', '760 Bryant Street San Francisco CA 94107 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(757, 'c08c71', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2018-11-20', '2018-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(758, '0000fd', 0, 'High Level Hardware', 'PO BOX 170 WINDMILL ROAD ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(759, '0006d8', 0, 'Maple Optical Systems', '3200 North First St. San Jose CA 95134 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(760, '0023be', 0, 'Cisco Spvtg', '5030 Sugarloaf Pkwy Lawrenceville GA 30044 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(761, 'c03896', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-08-20', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(762, '446ab7', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(763, 'ccf957', 0, 'u-blox AG', 'Zuercherstrasse 68 Thalwil 8800 CH', 'CH', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(764, 'c4954d0', 0, 'BA International Electronics Co Ltd', '8F., No. 140, Nanhua 1st St., Luzhu Dist., Taoyuan City 338 TW', 'TW', 'MA-M', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(765, '00011e', 0, 'Precidia Tech, Inc', '10A Hearst Way Kanata Ontario K2M-2C4 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(766, '001b77', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(767, '0050c29fc', 0, 'Ectec Inc', '632 Rancho Vista Blvd. Palmdale CA 93550 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(768, 'f05b7b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(769, '9c3426', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(770, '402c76', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-10-22', '2019-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(771, '0001c2', 0, 'Ark Research Corp', '1198 Saratoga Ave. #11D San Jose CA 95129 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(772, '0050c225c', 0, 'Softhill Tech Ltd', '1329 Una Way Port Coquitlam British Columbia V3C 2V1 CA', 'CA', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(773, '146e0a', 1, 'Private', '', '', 'MA-L', '2010-01-05', '2010-01-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(774, '70b3d54b9', 0, 'Shen Zhen Ttk Tech Co, Ltd', '8/F, Nan Yuan commerical Bldg,Minzhi,Long Hua town,Baoan,district,Shenzhen SHEN ZHEN GuangDong 51813 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(775, '0003c2', 0, 'Solphone K.K.', '2-11-1 Kandatsukasa-cho 101-0048 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(776, '0050c29b5', 0, 'Telegamma srl', 'Via Noalese, 63/B Treviso TV 31100 IT', 'IT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(777, '6c626d', 0, 'Micro-Star Int\'L Co, Ltd', 'No.69, Lide St., Jhonghe City Taipei Conuty 235 TW', 'TW', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(778, '44c56f', 0, 'Ngn Easy Satfinder (Tianjin) Electronic Co, Ltd', 'A4, Sifang Hi-tech Building, Nankai Hi-tech Industry Area, Ya\'an Road, Nankai District Tianjin 300113 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(779, '609217', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(780, '70b3d506f', 0, 'Beijing Daswell Science and Tech CoLtd', '6th floor,Building B,Dachen Industry Park, NO.10 Jingyuan Street, BDA Beijing Beijing 100176 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(781, '00176a', 0, 'Avago Tech', '350 West Trimble Rd San Jose CA 95131 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(782, '001e66', 0, 'Resol Elektronische Regelungen GmbH', 'Heiskampstraße 10 Hattingen NRW 45527 DE', 'DE', 'MA-L', '2007-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(783, '603fc5', 0, 'Cox Co, Ltd', '904HO, ACE TWIN TOWER 1-CHA SEOUL 152-779 KR', 'KR', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(784, '70b3d52e3', 0, 'Meiknologic GmbH', 'Hölderlinweg 19a Darmstadt Hessen 64285 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(785, '0050c25f6', 0, 'Cambridge Consultants Ltd', 'SCIENCE PARK CAMBRIDGE ENGLAND CB4 0DW GB', 'GB', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(786, '18922c', 0, 'Virtual Instruments', '100 Enterprise Way Scotts Valley CA 95066 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(787, 'b4ec02', 0, 'Alps Electric Co, Ltd', '6-1 Kakuda Miyagi-Pref 981-1595 JP', 'JP', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(788, '882e5a', 0, 'storONE', 'POB 2660 Ra\'anana IL', 'IL', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(789, '40d855149', 0, 'Engage Tech', '7041 Boone Ave. N Brooklyn Park MN 55428 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(790, '70b3d53d7', 0, 'Remote Sensing Solutions, Inc', '3179 MAIN ST UNIT 3 BARNSTABLE MA 02630 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(791, '2c4d79', 0, 'Weifang Goertek Electronics Co, Ltd', 'No.268 Dongfang Road Weifang Shandong 261000 CN', 'CN', 'MA-L', '2015-12-03', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(792, '94f551', 0, 'Cadi Scientific Pte Ltd', '31 Ubi Road 1, Aztech Building, #07-01A Singapore 408694 SG', 'SG', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(793, '2c5731', 0, 'Wingtech Group (HongKong)Ltd', 'FLAT/RM 1903 19/F PODIUM PLAZA 5HANOI ROAD TSIM SHA TSUI Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(794, 'eca29b', 0, 'Kemppi Oy', 'Kempinkatu 1 Lahti Lahti 15810 FI', 'FI', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(795, 'dcae04', 0, 'Celoxica Ltd', '34 Porchester Road London W2 6ES GB', 'GB', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(796, '0050c2d5b', 0, 'Infinition Inc', '3630 Jean Talon Trois-Rivieres QC G8Y 2G7 CA', 'CA', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(797, '242e02', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(798, '20de88', 0, 'IC Realtime Llc', '3050 N Andrews Ave Ext. Pompano Beach FL 33064 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(799, '38d9a5', 0, 'Mikotek Information Inc', '3F, No. 20, Aly. 18, Ln. 478, Ruiguang Rd. Taipei 114 TW', 'TW', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(800, '70b3d5e15', 0, 'Benetel', 'Guinness Enterprise Centre, Taylors Lane, Dublin D08 XV25 IE', 'IE', 'MA-S', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(801, '00070a', 0, 'Unicom Automation Co, Ltd', 'Silk Bldg 3-31-11 Tokyo 164-0012 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(802, '000a93', 0, 'W2 Networks, Inc', '5808 NW Lac Leman Drive Issaquah Washington 98027 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(803, '905682', 0, 'Lenbrook Industries Ltd', '633 Granite Court Pickering Ontario L1W 3K1 CA', 'CA', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(804, '0050c2eee', 0, 'Abb Transmission and Distribution Automation Equipment (Xiamen) Co, Ltd', 'ABB Industrial Park, Torch Hi-Tech Development Zone. Xiamen Fujian 361006 CN', 'CN', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(805, '8cf228', 0, 'Mercury Communication Tech Co, Ltd', 'Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-01-23', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(806, 'e458e7', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(807, '70b3d5737', 0, 'SD Biosensor', 'C-4th & 5th Floor, Digital Empire Building, 980-3 Suwon-si Kyonggi-do ASI|KR|KS002|SUWON KR', 'KR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(808, '70b3d57af', 0, 'Hessware GmbH', 'Weinheimer Straße 68 Mannheim BW 68309 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(809, '0001e6', 0, 'Hewlett Packard', '11000 Wolfe Road, Mailstop 42LE Cupertino CA 95014 US', 'US', 'MA-L', '2000-11-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(810, '0014c5', 0, 'Alive Tech Pty Ltd', '11 Technology Drive Arundel Queensland 4214 AU', 'AU', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(811, 'f44e05', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(812, '78a351', 0, 'Shenzhen Zhibotong Electronics Co, Ltd', '2F,Bldg. A,Kangmai Industrial Park,Renmin Rd Shenzhen Guangdong 518110 CN', 'CN', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(813, '002063', 0, 'Wipro Infotech Ltd', 'UNITS 47-48, SDF BLOCK VII', '', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(814, '000bf8', 0, 'Infinera', '1322 Bordeaux Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(815, '0050c2f65', 0, 'Telebyte, Inc', '355 Marcus Blvd. Hauppauge NY 11788 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(816, '1c87766', 0, 'philandro Software GmbH', 'Rosenbergstr. 46 Stuttgart 70176 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(817, '4011756', 0, 'ShenZhen LanShuo Communication Equipment Co, Ltd', 'NO.12,YUMIN ROAD,SHAJING TOWN,BAO’AN DISTRICT SHENZHEN 518104 CN', 'CN', 'MA-M', '2019-07-11', '2019-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(818, '0050c250f', 0, 'Polystar Instruments AB', 'Mårbackagatan 19 Stockholm 11559 SE', 'SE', 'IAB', '2005-09-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(819, '0050c2bd2', 0, 'Percello Ltd', '14 Hatidhar St. Raanana 43650 IL', 'IL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(820, '4403a7', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(821, '50ff99b', 0, 'Sichuan Dowlab Electronics Tech Co Ltd', 'NO.198, Wenjia Street, Qingyang District Chengdu Sichuan 610091 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(822, 'f81d78', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(823, '00e037', 0, 'Century Corp', '2-28-5, Taito TAITO-KU, TOKYO 101 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(824, '0025ae', 0, 'Microsoft Corp', 'One Microsoft Way Redmond Washington 98052-6399 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(825, '40d8551b8', 0, 'Orion Systems, Inc', '3401 Masons Mill Rd Huntingdon Valley PA 19006 US', 'US', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(826, '08ed021', 0, 'Imperx, Inc', '6421 Congress Avenue Boca Raton FL 33487 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(827, '001dce', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-09-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(828, '04bfa8', 0, 'Isb Corp', '1-2-1 Shinyokohama, Kohoku-ku Yokohama Kanagawa 222-0033 JP', 'JP', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(829, '3c9157', 0, 'Yulong Computer Telecommunication Scientific (Shenzhen) Co, Ltd', '5F Building 2,No.56,Liuhe Road,Xihu District Hangzhou Zhejiang 310023 CN', 'CN', 'MA-L', '2011-03-17', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(830, 'd47bb0', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(831, '0055daa', 0, 'Speechlab', 'Gaasterlandstraat 3 Amsterdam NH 1079RH NL', 'NL', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(832, '001376', 0, 'Tabor Electronics Ltd', '9 Hatatsia St. Tel Hanan 20302 IL', 'IL', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(833, '0026a3', 0, 'FQ Ingenieria Electronica S.A.', 'Avda. Roquetes 9 Sant Pere de Ribes Barcelona 08812 ES', 'ES', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(834, 'd0c5f3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(835, '8c1cda6', 0, 'LocoLabs Llc', '3350 Scott Blvd, Bldg 56 Santa Clara CA 95054 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(836, '00e0ea', 0, 'Innovat Communications, Inc', '1257 N. PLANO ROAD RICHARDSON TX 75081 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(837, '742d0a', 0, 'Norfolk Elektronik AG', 'Luzernstrasse 12 Eschenbach LU 6274 CH', 'CH', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(838, '70b3d57a3', 0, 'Impulse Automation', 'Obuhovskoy Oborony 120-B Saint Petersburg Saint Petersburg 192012 RU', 'RU', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(839, '0050c22a3', 0, 'West-Com Nurse Call Systems, Inc', 'PO Box 640 Danville CA 94526 US', 'US', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(840, '0050c246c', 0, 'Camco GmbH', 'Fischpicke 5 Wenden NRW 57482 DE', 'DE', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(841, '0050c2973', 0, 'Systèmes Pran', '2245, Rue Léon Harmel Québec G1N4J6 CA', 'CA', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(842, '400107', 0, 'Arista Corp', '40675 Encyclopedia Circle Fremont CA 94538 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(843, '446747', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(844, '402c764', 0, 'Beijing Smarot Tech Co, Ltd', 'Room 505, unit 2, 5th floor, 12th building, 3rd yard , Kangze road, Fangshan district Beijing Beijing 102488 CN', 'CN', 'MA-M', '2019-10-24', '2019-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(845, '00d05f', 0, 'Valcom, Inc', '1111 INDUSTRY AVENUE ROANOKE VA 24013 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(846, '00119b', 0, 'Telesynergy Research Inc', '4F, No. 49, Tung Hsin Rd., Taipei 110 TW', 'TW', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(847, '0050c2100', 0, 'Corelatus AB', 'Ulf Svarte Bagge Tegnerg. 37 Stockholm SE-111 61 SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(848, '3a5e03', 0, 'Cirrus Data Solutions, Inc', '6800 Jericho Turnpike, suite 213W Syosset NY 11791 US', 'US', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(849, '70b3d5b72', 0, 'Ub330.net d.o.o.', 'Radio cesta 1 Domzale 1230 SI', 'SI', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(850, '4cbc986', 0, 'Humanplus Intelligent Robotics Tech Co, Ltd', 'Room507,5th Floor, Zhongguancun Frontier Technology Innovation Building, No. 67 North Fourth Ring Road,Haidian District, Beijing Beijing 100089 CN', 'CN', 'MA-M', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(851, '000370', 0, 'Nxtv, Inc', '5955 De Soto Ave, #160 Woodland Hills CA 91367 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(852, '0040eb', 0, 'Martin Marietta Corp', '12506 LAKE UNDERHILL ORLANDO FL 32825 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(853, '70b3d5cfb', 0, 'Screen Innovations', '9715 Burnet Rd B-400 Austin TX 78758 US', 'US', 'MA-S', '2019-11-19', '2019-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(854, '58bfea', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(855, 'c0d3919', 0, 'xxter b.v.', 'Elandsgracht 73 Amsterdam 1016 TR NL', 'NL', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(856, '0050c2cfe', 0, 'Techleader', 'HYEON BLDG 4TH FL 157-1 CHUNUI-DONG BUCHEON-SHI KYONGGI-DO 420-859 KR', 'KR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(857, 'ac87a3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(858, '2c4835d', 0, 'Phasor Solutions Ltd', 'The Record Hall, 16 Baldwin Gardens London EC1N 7RJ GB', 'GB', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(859, '00206f', 0, 'Flowpoint Corp', '7291 CORONADO DRIVE, STE# 4 SAN JOSE CA 95129 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(860, '0060f0', 0, 'Johnson & Johnson Medical, Inc', '4110 GEORGE RD. TAMPA FL 33634 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(861, '002686', 0, 'Quantenna Communcations, Inc', '3450 W. Warren Ave. Fremont CA 94538 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(862, '00bd3a', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI', 'FI', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(863, 'dc2aa1', 0, 'MedHab Llc', '3501 North US Highway 67 San Angelo TX 76905 US', 'US', 'MA-L', '2019-01-29', '2019-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(864, '7438b7', 0, 'Canon Inc', '30-2 Shimomaruko 3-chome Ohta-ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2019-03-04', '2019-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(865, '402c761', 0, 'Shanghai Dahua Scale Factory', 'No.1013 Wangqiao Road,Pudong New District Shanghai Shanghai 201201 CN', 'CN', 'MA-M', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(866, '0060be', 0, 'Webtronics', '3B-1 8-2-12 SHINAGAWA-KU TOKYO 141 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(867, '0050c200f', 0, 'Xln-t', 'Waran De Straat 9B BE', 'BE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(868, '006031', 0, 'Hrk Systems', 'P.O. BOX 514 WESTVILLE 3630 ZA', 'ZA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(869, 'e44cc7', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(870, '6cd2ba', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(871, '001c01', 0, 'Abb Oy Drives', 'Hiomotie 13 Helsinki FI-00380 FI', 'FI', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(872, '70b3d53bb', 0, 'A-M Systems', 'PO BOX 850 Carlsborg WA 98324 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(873, 'c89cdc', 0, 'Elitegroup Computer Systems Co, Ltd', 'NO. 239, Sec. 2, Ti Ding Blvd. Taipei 11493 TW', 'TW', 'MA-L', '2011-03-17', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(874, 'f0fda0', 0, 'Acurix Networks Pty Ltd', 'Unit 5, 348 Victoria Road, Malaga, Perth Western Austraila 6090 NZ', 'NZ', 'MA-L', '2012-04-08', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(875, '70b3d54c8', 0, 'Hosokawa Micron Powder Systems', '10 Chatham Road Summit New Jersey 07901 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(876, 'f4dca5', 0, 'Dawon Dns', '217ho, Sauphwajiwon-dong, KETI, 226, Cheomdangwagi-ro, Buk-gu Gwangju 61011 KR', 'KR', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(877, '001284', 0, 'Lab33 Srl', 'C.so F. Perrone 24 Genoa GE 16152 IT', 'IT', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(878, '1045f8', 0, 'Lnt-Automation GmbH', 'Hans-Paul-Kaysser-Straße 1 Leutenbach-Nellmersbach BW D-71397 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(879, '70b3d5402', 0, 'Akis Tech', 'Ciurlionio g. 82 Vilnius Lithuania 03100 LT', 'LT', 'MA-S', '2018-07-09', '2018-07-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(880, '000867', 0, 'Uptime Devices', '11724 Dunfries Lane Austin Texas 78754 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(881, '0011b7', 0, 'Octalix B.V.', 'Molensteijn 60 De Meern NL-3454 PT NL', 'NL', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(882, 'cc051b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-05-07', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(883, '0003b5', 0, 'Entra Tech Co', 'Fl. 3, No. 5, Alley 2, TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(884, 'c0c1c0', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(885, '0050c2729', 0, 'SP Controls, Inc', '930 Linden Avenue San Francisco CA 94080 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(886, '0050c2bea', 0, 'Daeyoung Inc', '596-1, Baegun-dong, Nam-gu Gwang-Ju 503-300 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(887, '6ca936', 0, 'DisplayLink (UK) Ltd', '140 Science Park, Milton road Cambridge Cambridgeshire CB4 0GF GB', 'GB', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(888, '000a34', 0, 'Identicard Systems Inc', '40 Citation Lane Lancaster Pennsylvania 17606 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(889, '000e5a', 0, 'Telefield Inc', '3F, Kumbo Bldg, 2-9, Seokchon-Dong Seoul 138-190 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(890, '0050c2970', 0, 'Tsuji Electronics Co, Ltd', '3739 Kandatsu-machi Tsuchiura-city Ibafaki Pref. 3000013 JP', 'JP', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(891, 'f47acc', 0, 'SolidFire, Inc', '1620 Pearl Street Boulder Colorado 80302 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(892, 'd048f3', 0, 'Dattus Inc', '3000 Kent Ave W Lafayette IN 47906 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(893, 'ecf6bd', 0, 'Sncf MobilitÉS', '9 rue Jean-Philippe Rameau SAINT-DENIS 93200 FR', 'FR', 'MA-L', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(894, '70b3d56de', 0, 'Ametek Solidstate Controls', '875 DEARBORN DR COLUMBUS OH 43085-1586 US', 'US', 'MA-S', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(895, '000f1f', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2004-02-12', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(896, '001c49', 0, 'Zoltan Tech Inc', '4F, No.30, Wunsi St. Jhubei Hsinchu 302 TW', 'TW', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(897, '34008a9', 0, 'Keruyun Technoligies(Beijing) Corp Ltd', 'Room 405, Taibang Technical Building, High-tech south 4 road, Nanshan Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(898, '70b3d5951', 0, 'Trident Systems Inc', '10201 Fairfax Blvd Suite 300 Fairfax VA 22030 US', 'US', 'MA-S', '2019-10-24', '2019-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(899, '64b21d', 0, 'Chengdu Phycom Tech Co, Ltd', 'No.216 beisen road Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(900, 'e4956e9', 0, 'eZeLink Llc', 'Office 1104, Aspect Tower, Executive Towers, Business Bay Dubai Dubai 111581 AE', 'AE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(901, '744aa4', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(902, '70b3d583e', 0, 'The Dini Group, La Jolla Inc', '7469 Draper Ave. La Jolla CA 92037 US', 'US', 'MA-S', '2019-05-03', '2019-05-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(903, '002679', 0, 'Euphonic Tech, Inc', '2-5-10 Shin-yokohama, Kouhoku-ku Yokohama 222-0033 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(904, '38aa3c', 0, 'Samsung Electro Mechanics Co, Ltd', '314, Maetan3-Dong, Yeongtong-Gu Suwon 443-743 US', 'US', 'MA-L', '2012-07-16', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(905, '188857', 0, 'Beijing Jinhong Xi-Dian Information Tech Corp', '4th -5th Floor, 1# Building NO.1 Zhonghe Road Beijing 100070 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(906, '882950', 0, 'Netmoon Tech Co, Ltd', '2nd Floor, Building No.1, NO.319, Qingpi Avenue Wenjiang District Chengdu 611130 CN', 'CN', 'MA-L', '2014-04-22', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(907, '001a57', 0, 'Matrix Design Group, Llc', '5741 Prospect Dr. Newburgh IN 47630 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(908, '0050c2e6a', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(909, '842f75', 0, 'Innokas Group', 'Tarjusojantie 12 Kempele Oulu 90440 FI', 'FI', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(910, '141fba8', 0, 'Shenzhen Catic Information Tech Industry Co, Ltd', '3/FL, Block 1, Shenzhen Software Park, No.2, Gaoxin Middle Street,Nanshan Shen Zhen Guang Dong 518057 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(911, 'a43135', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(912, '0c8e29', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(913, '002034', 0, 'Rotec Industrieautomation GmbH', 'GUTENBERGSTR. 15 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(914, '0050c25ff', 0, 'Gazelle Monitoring Systems', 'Level 11, Tower B, 821 Pacific Hwy Chatswood NSW 2067 AU', 'AU', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(915, '001504', 0, 'Game Plus Co, Ltd', '164-57, Yeonghwa-dong, Jangan-gu Suwon Gyeonggi-do 440-818 KR', 'KR', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(916, '001a16', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(917, '00251f', 0, 'Zynus Vision Inc', '1-1-7-1A SAGAMIHARA KANAGAWA 229-0039 JP', 'JP', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(918, '0050c2c40', 0, 'Bae Systems Bofors AB', 'SE-69180 Karlskoga Karlskoga Värmland 69180 SE', 'SE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(919, '04d783', 0, 'Y&H E&C Co, Ltd', '1501 Daerung Technotown 224-5 Anyang-city Gyeonggi-do 431-062 KR', 'KR', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(920, 'e4f14c', 1, 'Private', '', '', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(921, '0010f5', 0, 'Amherst Systems, Inc', '30 WILSON ROAD BUFFALO NY 14221 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(922, '0050c232d', 0, 'Consens Zeiterfassung GmbH', 'Ambachweg 1 Rietz Tirol 6421 AT', 'AT', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(923, '901aca', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-09-12', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(924, '800a80f', 1, 'Private', '', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(925, '0002f4', 0, 'Pctel, Inc', '1331 California Circle Milpitas CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(926, '00d0c2', 0, 'Balthazar Tech AB', 'ANKDAMMSGATAN 24 SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(927, '502a8b', 0, 'Telekom Research and Development Sdn Bhd', 'TMRND Innovation Centre Cyberjaya Selangor 63000 MY', 'MY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(928, '28c825', 0, 'DellKing Industrial Co, Ltd', '2F,Building D,Zhongxing Science Park, No 3,Ganli 2nd Road,Gankeng Community Shenzhen GuangDong 518112 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(929, '0050c265d', 0, 'Redfone Communications Llc', '9941 West Jessamine Street Miami Fl. 33157 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(930, '0050c27be', 0, 'Powerlinx, Inc', '10901-A Roosevelt Blvd. North St Petersburg Florida 33716 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(931, '00115c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(932, '0050c2d54', 0, 'ABtrack s.r.l.', 'Autoporto di Gorizia Pad B Gorizia 34170 IT', 'IT', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(933, '70b3d5961', 0, 'Task Sistemas DE Computacao Ltda', 'Rua 2 / 112 Jardim Itatiaia Itatiaia Rio de Janeiro 27580-000 BR', 'BR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(934, 'a49b4f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(935, '00d0cb', 0, 'Dasan Co, Ltd', 'DASAN Tower 7F, 49 Daewangpangyo-ro644beon-gil Seonggnam-Si Gyeoenggi-do 463-4000 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(936, '000de4', 0, 'Diginics, Inc', '178-7 Poi-dong Kangnam-gu Seoul 135-961 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(937, '000e81', 0, 'Devicescape Software, Inc', '1000 Marina Blvd Brisbane CA 94005 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(938, '001bc5079', 0, 'Hpi High Pressure Instrumentation GmbH', 'Ueberfuhrgasse 37 Graz Steiermark 8020 AT', 'AT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(939, 'a47b85', 0, 'Ultimedia Co Ltd,', 'Guro-Gu Saeaml-ro 102 Seoul 152770 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(940, '9802d82', 0, 'United Power Research Tech Corp', '8F.-5,No.83,Sec.2,Dongda Rd.,North Dist., Hsinchu City Taiwan 300 TW', 'TW', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(941, '885d909', 0, 'Gigatech R&D Corp', '7F-5, 16 Jian 8th road, Zhonghe Dist. New Taipei City Taiwan 23511 TW', 'TW', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(942, '000225', 0, 'One Stop Systems', '2235 Enterprise Street Escondido CA 92029 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(943, '000530', 0, 'Andiamo Systems, Inc', '375 E. Tasman Dr. San Jose CA 95134 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(944, '70b3d5b2a', 0, 'Myro Control, Llc', '201 164th Ave NE Redmond WA 98052 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(945, '0090d0', 0, 'Thomson Telecom Belgium', 'Prins Boudewijnlaan 47 B-2650 EDEGEM BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(946, '0050c20f4', 0, 'Sysnet Co, Ltd', '78 Ikenouchicho, Kishoin JP', 'JP', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(947, '0050c277c', 0, 'Atec Srl', 'VIA NOBEL No. 8 NOVENTA DI PIAVE VENICE 30020 IT', 'IT', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(948, 'd85b2a', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(949, '386b1c', 0, 'Shenzhen Mercury Communication Tech Co, Ltd', '3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(950, '004092', 0, 'Asp Computer Products, Inc', '160 SAN GABRIEL DRIVE SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(951, '001176', 0, 'Intellambda Systems, Inc', '48501 Warm Springs Blvd, #107 Fremont California 94539 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(952, '00507f', 0, 'DrayTek Corp', '26, Fushing Rd. Hsinchu Hukou 303 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(953, '70b3d5144', 0, 'GS Elektromedizinsiche Geräte G. Stemple GmbH', 'Hauswiesenstr. 26 Kaufering Bayern 86916 DE', 'DE', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(954, 'fc9fae', 0, 'Fidus Systems Inc', '35 Fitzgerald Road Ottawa Ontario K2H 1E6 CA', 'CA', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(955, '4c48da', 0, 'Beijing Autelan Tech Co, Ltd', '1-4F, 3rd Area, 9#Building Zhongguancun Software Park Beijing 100193 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(956, '6c9354', 0, 'Yaojin Tech (Shenzhen) Co, Ltd', 'No.18,Zhulong Tian Road,Shuitian No.4 Industrial Area,Shiyan Street, Baoan District,Shenzhen,China Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(957, '00c1b1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(958, '0050df', 0, 'AirFiber, Inc', 'P.O. BOX 502148 SAN DIEGO CA 92150-2148 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(959, '000c22', 0, 'Double D Electronics Ltd', 'Unit 6, Robins Wharf Northfleet Kent DA11 9AX GB', 'GB', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(960, '0024a1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-12-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(961, 'd45f25', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(962, '70b3d5676', 0, 'samwooeleco', 'A-1001,#119,GASAN-DIGITAL 1RO, GEUMCHEON-GU SEOUL 153-773 KR', 'KR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(963, '001254', 0, 'Spectra Tech Holdings Co Ltd', 'Unit 1301-09, Tower II 852 HK', 'HK', 'MA-L', '2004-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(964, '0050c281b', 0, 'Brain Tech Co, Ltd', '5th Floor, Dong-Young Bldg., 580, Suwon-City Kyunggi-Do 440-853 KR', 'KR', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(965, 'ac1ddfd', 0, 'Elekon AG', 'Cheerstrasse 16 Luzern 6014 CH', 'CH', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(966, '001c50', 0, 'Tcl Technoly Electronics (Huizhou) Co, Ltd', '10/F, Block A , TCL Tower Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(967, '70ca9b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(968, '080090', 0, 'Sonoma Systems', '4640 ADMIRALTY WAY, STE. #600 MARINA DEL REY CA 90292-6695 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(969, '001d83', 0, 'Emitech Corp', '2F,No.7-1,Industry E,Rd.9 Hsinchu 308 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(970, '00016e', 0, 'Conklin Corp', '6141 Crooked Creek Road Norcross GA 30092-3193 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(971, '0030c3', 0, 'Flueckiger Elektronik AG', 'KIRCHBARGSTRASSE 201 CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(972, '0050c2fe5', 0, 'Scandinova Systems AB', 'Ulltunaallen 2A UPPSALA 75651 SE', 'SE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(973, 'b0a37e', 0, 'Qing Dao Haier Telecom Co, Ltd', 'No.1,Haier Road,Qingdao 266101 P.R.China Qingdao Shandong 266101 CN', 'CN', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(974, '0090a6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(975, '90a4de', 0, 'Wistron Neweb Corp', '20 Park Avenue II, Hsinchu Science Park, Hsinchu 308 TW', 'TW', 'MA-L', '2010-11-24', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(976, '0050c2b90', 0, 'Naonworks Co, Ltd', 'Rm710, Byucksan Digitalvalley 3, Seoul 152-775 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(977, '0018c5', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V 1790 DK', 'DK', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(978, '0050c2858', 0, 'Wireless Acquisition Llc', '1635 West 12th Place Tempe, AZ 85281 US', 'US', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(979, 'c87e75', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-01-05', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(980, 'e8088b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(981, 'cce17f', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2014-07-13', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(982, '70b3d5723', 0, 'LG Electronics', '189, LG Gasan Digital Center, Gasan digital 1-ro, Geumcheon-gu Seoul 153-803 KR', 'KR', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(983, '40a108', 0, 'Motorola (Wuhan) Mobility Tech Communication Co, Ltd', 'No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(984, '000a04', 0, '3Com Ltd', 'Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(985, '0050c2434', 0, 'ImperativeNetworks', 'Hatamar 2 Yokneam 20692 IL', 'IL', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(986, '74ae76', 0, 'iNovo Broadband, Inc', '3475 Corporate Way Duluth Georgia 30096 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(987, '4865ee0', 0, 'DefPower Ltd', '6 Repton Close Basildon SS13 1LE GB', 'GB', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(988, '70b3d5816', 0, 'Smith Meter, Inc', '1602 Wagner Ave. Erie PA 16514 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(989, '34800d', 0, 'Cavium Inc', '15485 Sand Canyon Ave Irvine CA 92618 US', 'US', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(990, '00e048', 0, 'Sdl Communications, Inc', 'P.O. BOX 1303 EASTON MA 02334 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(991, 'ccf954', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2011-05-07', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(992, 'd4223f', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999,Qishan North 2nd Road,Information&Optoelectronics Park,Torch Hi-tech Industry Development Zone, Xiamen Fujian 361006 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(993, '44e137', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-08-28', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(994, '8c2fa6', 0, 'Solid Optics B.V.', 'Huchtstraat 35 Almere 1327EC NL', 'NL', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(995, '0050c2331', 0, 'Broadcast Sports Inc', '1360 Blair Drive Odenton MD 21113 US', 'US', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(996, '00152c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(997, '70b3d52a3', 0, 'Att Nussbaum Prüftechnik GmbH', 'Robert-Koch-Str. 35 Kehl-Auenheim 77694 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(998, '7c210d', 0, 'Cisco Systems, Inc', '80 West Tasman Dr. San Jose CA 94568 US', 'US', 'MA-L', '2019-08-21', '2019-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(999, '0014c2', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2005-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1000, '00a060', 0, 'Acer Peripherals, Inc', '9F, 135 CHIAN KUO N. RD. SEC 2 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1001, '0050c21a9', 0, 'Axotec Tech GmbH', 'Sudetenstraße 88 Geretsried Bavaria 82538 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1002, '0050c23d4', 0, 'Wisnu and Supak CoLtd', '102/111-112 Moo-Ban Sinpattanathanee Jatujak Bangkok 10900 TH', 'TH', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1003, '988bad', 0, 'Corintech Ltd', 'Ashford Mill Fordingbridge Hampshire SP6 1DZ GB', 'GB', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1004, 'c458c2', 0, 'Shenzhen Tatfook Tech Co, Ltd', '3rd Industrial Area of Shajing Industrial Company, Haoxiang Road Shenzhen Guangdong 518104 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1005, '4865ee5', 0, 'Swistec Systems AG', 'Allmendstrasse 30 Fehraltorf ZH 8320 CH', 'CH', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1006, '00e03f', 0, 'Jaton Corp', '556 SOUTH MILPITAS BLVD. MILPITAS CA 95035 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1007, '000ad7', 0, 'Origin Electric Co, Ltd', '1-18-1 TOSHIMA WARD TOKYO MET. 171-8555 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1008, '0050c210a', 0, 'Quinx AG', 'Hauptstrasse 115 CH-5732 Zetzwil CH', 'CH', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1009, '0050c269f', 0, 'Total RF, Llc', '777 American Drive Bensalem PA 19020 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1010, '001ecb', 0, 'Rpc Energoautomatika Ltd', 'Krasnokazarmennaya st., 13/1 Moscow 111250 RU', 'RU', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1011, '584822', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2015-04-18', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1012, '88d171', 0, 'Beghelli S.P.A', 'VIA MOZZEGHINE 13/15 LOCALITA\' MONTEVEGLIO - COMUNE VALSAMOGGIA BOLOGNA 40053 IT', 'IT', 'MA-L', '2017-09-10', '2017-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1013, '004037', 0, 'Sea-Ilan, Inc', '14602 NORTH US HIGHWAY #31 CARMEL IN 46032 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1014, '0050c2507', 0, 'Micro Connect Pty Ltd', '22 Gardenia Place FOREST GLEN QLD 4556 AU', 'AU', 'IAB', '2005-09-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1015, '000f39', 0, 'Iris Sensors', 'ZA les Ufernets TOULAUD Ardeche F07130 FR', 'FR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1016, '0050c2504', 0, 'Aphex Systems Ltd', '11068 Randall St Sun Valley CA 91352 US', 'US', 'IAB', '2005-09-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1017, 'f8c091', 0, 'Highgates Tech', '1415 Highgates Ave Los Angeles CA 90042 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1018, '0050c2d13', 0, 'Gunma Electronics Co Ltd', '760 OOMAMA MIDORI-CITY GUNMA 376-0101 JP', 'JP', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1019, '00c0df', 0, 'Kye Systems Corp', 'No. 492 Sec 5, Chung Hsin Road Taipei Hsien 241 TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1020, '000508', 0, 'Inetcam, Inc', '10171 Pacific Mesa Blvd. San Diego CA 92121 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1021, '0050c201d', 0, 'Princeton Gamma Tech', '1010 Commerce Park Dr. Old Ridge TN 37830 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1022, '0050c2c73', 0, 'Industry Controls, Inc', '16124 Rosecrans Ave. Suite E5 La Mirada CA 90638 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1023, '0050c2dcb', 0, 'CT Co', 'Godovikova 9, Moscow Moscow RUSSIA 129085 RU', 'RU', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1024, '7cec79', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1025, '848bcd6', 0, 'Twtg R&D B.V.', 'Schaardijk 386 Capelle aan den IJssel 2909LA NL', 'NL', 'MA-M', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1026, '001036', 0, 'Inter-Tel Integrated Systems', '7300 W. BOSTON STREET CHANDLER AZ 85226 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1027, '0050d4', 0, 'Joohong Information &', 'COMMUNICATIONS, LTD. SEOUL SEOUL KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1028, '5c2bf5', 0, 'Vivint Wireless Inc', '4931 N 300 W Provo UT 84604 US', 'US', 'MA-L', '2014-08-20', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1029, '0008a3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1030, '0050c2520', 0, 'McCain Traffic Supply', '2365 Oak Ridge Way Vista CA 92081 US', 'US', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1031, '980637e', 0, 'Shanghai Jinnian information Tech Co Ltd', 'Room 102-105 ,block 1 , No.33 leshan Road Shanghai Shanghai 200030 CN', 'CN', 'MA-M', '2019-05-30', '2019-05-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1032, 'c43a35', 0, 'FN-Link Tech Ltd', 'A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao\'an District SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-L', '2019-08-01', '2019-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1033, '00126f', 0, 'Rayson Tech Co, Ltd', '1F No.9 R&D Rd.II, Science-Based Industrial Park Hsin-Chu 300 TW', 'TW', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1034, '0050c246d', 0, 'Paul Scherrer Institut (Psi)', 'WHGA/U130 Villigen-PSI Aargau CH-5232 CH', 'CH', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1035, '54e2c8', 0, 'Dongguan Aoyuan Electronics Tech Co, Ltd', 'Factory A7 Zhen\'an Sci-Tech Industrial Park, Chang\'an Town, Dongguan City, Guangdong Province, China Dongguan City Guangdong Province 523863 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1036, '986d357', 0, 'Zhejiang Hanshow Tech Co, Ltd', 'Floor 18, Building C, Ruipu Plaza, No.15,Hongjunying South Rd, Beijing, China beijing beijing 100012 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1037, '40f413', 0, 'Rubezh', 'Ulyanovskaya str. 28 Saratov 410056 RU', 'RU', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1038, '70037e', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1039, '002079', 0, 'Mikron GmbH', 'BRESLAUERSTR. 1-3 85386 ECHING DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1040, 'b8d8128', 0, 'Visual Productions BV', 'Rollandstraat 55ZW Haarlem 2013SM NL', 'NL', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1041, 'ace342', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1042, '5cd998', 0, 'D-Link Corp', 'No.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW', 'TW', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1043, '64317e', 0, 'Dexin Corp', '14F-8, No. 258, Lian Cheng Rd. Chung Ho City, Taipei Hsien 235 TW', 'TW', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1044, '6cadef', 0, 'KZ Broadband Tech, Ltd', '1601 Tower C Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1045, '38b1db', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-07-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1046, 'f01e34', 0, 'Orico Tech Co, Ltd', 'F-9, Block14A, Zhonghaixin Science &Technology Zone ShenZhen Guangdong 518116 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1047, '70b3d56e1', 0, 'Shanghai Holystar Information Tech Co, Ltd', '8F Building A3 NO.1528 Gumei Rd Shanghai China PR shanghai 200233 CN', 'CN', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1048, '006060', 0, 'Data Innovations North America', '120 Kimball Avenue Suite 100 South Burlington VT 05403 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1049, '0050c2a7f', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1050, 'a4c0c7', 0, 'ShenZhen Hitom Communication Tech Co.Ltd', 'Room 110,Unit A,No.1 Chuangye Building,43# YanShan Road,Shekou Area ShenZhen GuangDong 518052 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1051, '0050c2674', 0, 'Protech Optronics Co Ltd', '4th Floor, No.82-3, Dongshun Street Shulin City Taipei county 238 TW', 'TW', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1052, '0050c2c1b', 0, 'Graesslin GmbH', 'Bundesstraße 36 St. Georgen Baden-Württemberg 78112 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1053, '70b3d5fc0', 0, 'Codesystem Co, Ltd', '#705, Namsung Plaza(Ace9), 130 Digitalro, Keumchon-Gu Seoul 08589 KR', 'KR', 'MA-S', '2018-07-24', '2018-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1054, '00a081', 0, 'Alcatel Data Networks', '12502 SUNRISE VALLEY DRIVE RESTON VA 22096 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1055, '001bc50bb', 0, 'Triax A/S', 'Bjornkaervej 3 Hornsyld Denmark 8783 DK', 'DK', 'MA-S', '2014-04-14', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1056, 'f84d33', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1057, '04d16ea', 0, 'Metra Electronics', '460 Walker Street Holly Hill FL 32117 US', 'US', 'MA-M', '2019-08-01', '2019-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1058, '303a64', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1059, 'bc34007', 0, 'Q-Products a. s.', 'Rybnicna 38/K Bratislava SK 83106 SK', 'SK', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1060, '0012b4', 0, 'Work Microwave GmbH', 'Raiffeisenstrasse 12 Holzkirchen 83607 DE', 'DE', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1061, '002652', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1062, '0026ef', 0, 'Tech Advancement Group, Inc', '22355 Tag Way Dulles VA 20166-9310 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1063, 'b40b7a', 0, 'Brusa Elektronik AG', 'Neudorf 14 Sennwald St. Gallen 9466 CH', 'CH', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1064, '70dee2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-08-31', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1065, '2852e0', 0, 'Layon international Electronic & Telecom Co, Ltd', '4rd Floor, Building 15, Juda Industrial Zone, ShiBei Industrial Road, HuiJiang , Da Shi Street, PanYu District,Guangzhou,China guangzhou guangdong 511430 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1066, '00d0f2', 0, 'Monterey Networks', '1909 N. GLENVILLE DRIVE RICHARDSON TX 75081 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1067, '00094a', 0, 'Homenet Communications', 'Innovation Centre Limerick IE', 'IE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1068, 'c82c2b1', 0, 'Galgus', 'Italica 1, 1st floor Camas Seville 41900 ES', 'ES', 'MA-M', '2019-02-05', '2019-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1069, '70b3d510c', 0, 'Vocality International Ltd', 'Lydling Barn Guildford Surrey GU86AP GB', 'GB', 'MA-S', '2014-11-04', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1070, '3009f93', 0, 'Ooo Microlink-Svyaz', '1st veshnjakovsky proezd 7 moscow moscow 109456 RU', 'RU', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1071, '000a72', 0, 'Stec, Inc', '3001 Daimler Street Santa Ana CA 92705 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1072, '70b3d589c', 0, 'Ihi Rotating Machinery Engineering Co, Ltd', '1, Shin-nakahara-cho, Isogo-ku Yokohama Kanagawa 235-8501 JP', 'JP', 'MA-S', '2019-08-01', '2019-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1073, '70b3d5147', 0, 'Romo Wind A/S', 'Olof Palmes Allé 47 Aarhus N 8200 DK', 'DK', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1074, '70b3d5830', 0, 'Nordson Corp', '11475 Lakefield Dr Duluth GA 30097 US', 'US', 'MA-S', '2019-07-11', '2019-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1075, '00e069', 0, 'Jaycor', '9775 TOWNE CENTRE DRIVE SAN DIEGO CA 92121 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1076, '0016a2', 0, 'CentraLite Systems, Inc', '6420 Wall Street Mobile AL 36695 US', 'US', 'MA-L', '2005-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1077, 'e03005', 0, 'Alcatel-Lucent Shanghai Bell Co, Ltd', 'No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN', 'CN', 'MA-L', '2012-02-04', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1078, 'f041c89', 0, 'Shenzhen Nufilo Electronic Tech Co, Ltd', 'Tianliao Building West Unit F1315, (New Materials Industrial Park), Xueyuan Road, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1079, '0050c24c0', 0, 'Bio-logic Systems Corp', 'One Bio-logic Plaza Mundelein IL 60060 US', 'US', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1080, 'a0e295', 0, 'Dat System Co, Ltd', 'Gun San Free Trade Area 511-1 , 573-540 KR', 'KR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1081, '74e14ac', 0, 'Wuhan Shenghong Laser Projection Tech Co, Ltd', 'Room 403,Tower A11,Optical valley software Park,No.1 GuanShan first Road,East lake development Zone Wuhan Hubei 430000 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1082, '549a115', 0, 'Elotech Industrieelektronik GmbH', 'Verbindungsstr. 27 Hilden NRW 40723 DE', 'DE', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1083, '082ad0', 0, 'Srd Innovations Inc', '11525 Valley Ridge Dr. NW Calgary AB T3B 5T4 CA', 'CA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1084, '181420', 0, 'Teb Sas', 'RD294 - Corpeau Meursault Burgundy 21190 FR', 'FR', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1085, '146080', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1086, '001bc50c8', 0, 'Dialine', '1 allee du pressoir Sucy en Brie Val de Marne 94370 FR', 'FR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1087, '5cf5da', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1088, '703acb', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1089, '001053', 0, 'Computer Tech Corp', '50 W. TECHNECENTER DRIVE MILFORD OH 45150 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1090, '000109', 0, 'Nagano Japan Radio Co, Ltd', 'Shimohigano 1163, Inasato-machi Nagano 381-2288 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1091, '3829dd', 0, 'ONvocal Inc', '104 Otis Street, Ste 28 Northborough MA 01532 US', 'US', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1092, '70b3d5c40', 0, 'HongSeok Ltd', '166, Osan-ro, Osan-myeon Iksan-si Jeollabuk-do 54670 KR', 'KR', 'MA-S', '2018-11-16', '2018-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1093, '70b3d5642', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2019-11-25', '2019-11-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1094, '00a079', 0, 'Alps Electric (Usa), Inc', '3553 NORTH 1ST STREET SAN JOSE CA 95134 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1095, '60190c', 0, 'Rramac', '15400 Medina Rd Plymouth MN 55447 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1096, 'fc3fab', 0, 'Henan Lanxin Tech Co, Ltd', '4/F-B, Building No.1, 863 Central China Software Park, No.6 Cuizhu Street, High & New Technology Industries Development Zone Zhengzhou Henan 450001 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1097, '70b3d5b89', 0, 'Ida', '1801 38th Street South Fargo ND 58103 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1098, '047503', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-08-06', '2016-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1099, 'a019b2d', 0, 'Ryd Electronic Tech Co, Ltd', 'Room1602,No68 Taidong Road,Siming District,Xiamen City Xiamen FuJian 361000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1100, 'aa0004', 0, 'Digital Equipment Corp', 'LKG 1-2/A19 LITTLETON MA 01460-1289 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1101, '000e79', 0, 'Ample Communications Inc', '4034 Clipper Ct. Fremont CA 94538 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1102, 'b0c83f', 0, 'Jiangsu Cynray Iot Co, Ltd', 'Building D1, 1 Zidong road, Qixia district Nanjing Jiangsu 210000 CN', 'CN', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1103, 'd42751', 0, 'Infopia Co, Ltd', '891, Hogye-dong, Dongan-gu Anyang Gyeonggi 431-080 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1104, '0050c2078', 0, 'Reselec AG', 'Schlosserstr. 4 CH-8180 Buelach CH', 'CH', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1105, '20f85e', 0, 'Delta Electronics', '252 Shangying Road Taoyuan County Taiwan 33341 TW', 'TW', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1106, '40ed98', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1107, 'd07714', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1108, '0050fd', 0, 'Visioncomm Co, Ltd', '4, 5F, DAEWON B/D YONGSAN-GU, SEOUL KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1109, '001120', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1110, '00d079', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1111, '000cd9', 0, 'Itcare Co, Ltd', '408 KT Seocho, 1001-1 Bangbae-dong, Seoul 137-850 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1112, '001769', 0, 'Cymphonix Corp', '8871 S. Sandy Parkway, Suite 150 Sandy UT 84070 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1113, '002414', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1114, '706f81', 1, 'Private', '', '', 'MA-L', '2011-06-05', '2011-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1115, '407a80', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1116, '00e0d4', 0, 'Excellent Computer', '551, M.K.N. ROAD ALANDUR, CHENNAI 600016 IN', 'IN', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1117, '00b069', 0, 'Honewell Oy', 'P.O. Box 168, FIN-78201 FI', 'FI', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1118, '308d99', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2015-04-04', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1119, 'fc19d0', 0, 'Cloud Vision Networks Tech Co, Ltd', 'F/9,Hechuan Building 2016 Shanghai 201103 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1120, '3c39e79', 0, 'Zone Controls AB', 'Verkstadsvägen 6 Västerhaninge Stockholms län 137 37 SE', 'SE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1121, 'b407f9', 0, 'Samsung Electro Mechanics Co, Ltd', 'Suwon-Si, Gyeonggi_Do, Korea Suwon Gyeonggi_Do 443-743 KR', 'KR', 'MA-L', '2010-06-10', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1122, '24e6ba', 0, 'Jsc Zavod im. Kozitsky', 'Bld. 70, 5th line, V.O, St.-Petersburg 199048 RU', 'RU', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1123, '40d85510e', 0, 'Hks-Prozesstechnik GmbH', 'Heinrich-Damerow-Str. 2 Halle Sachsen-Anhalt 06120 DE', 'DE', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1124, '7cbacc8', 0, 'Collinear Networks Inc', '2901 Tasman Drive Santa Clara CA 95054 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1125, '0050c24b8', 0, 'Shenzhen Hongdian Tech, Ltd', '15H,Jinsong Building,Chegongmiao Shenzhen Guangdong 518040 CN', 'CN', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1126, '002221', 0, 'Itoh Denki Co, Ltd', '1146-2, Asazuma-cho Kasai Hyogo 679-0180 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1127, '70b3d5084', 0, 'Rako Controls Ltd', 'Knight Road Rochester Kent ME2 2AH GB', 'GB', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1128, '94cc043', 0, 'Shenzhen Link Tech Co, Ltd', '901,9/F,Dahong High TechIndusryPark?NO.6-18,Xinhe Road,Xinqiao Community,Baoan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-12-25', '2019-12-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1129, '0050c201a', 0, 'Skylake Talix', 'Unit 3, Lulworth Business Ctr. S040 Southampton 3WW GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1130, '002366', 0, 'Beijing Siasun Electronic System Co, Ltd', 'Rm.1018 Huatian Bldg, No.6 Bei Xiaomachang Beijing 100038 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1131, '70b3d5a85', 0, 'exceet electronics GesmbH', 'Wildbichlerstraße 2e Ebbs Austria 6341 AT', 'AT', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1132, '001063', 0, 'Starguide Digital Networks', '5754 PACIFIC CENTER BLVD. SAN DIEGO CA 92121 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1133, '000113', 0, 'Olympus Corp', '2-3 Kuboyama-cho, Hachioji-shi Tokyo 192-8512 j JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1134, '68eda4', 0, 'Shenzhen Seavo Tech Co, Ltd', '5H,West Building,NO.210,Terra Hi-Tech Industrial Park, Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1135, '34c0f9', 0, 'Rockwell Automation', '1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1136, '885fe86', 0, 'Shenzhen Xin KingBrand enterprises Co, Ltd', 'KingBrand Industrial Zone, Nanpu Road,Shang Liao Lin Pikeng,Shajing Town,Baoan District Shenzhen 518000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1137, '6c2b59', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-08-07', '2018-08-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1138, '84c78f', 0, 'Stordis GmbH', 'Rosenwiesstr. 17 Stuttgart 70567 DE', 'DE', 'MA-L', '2019-02-04', '2019-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1139, 'fccce4', 0, 'Ascon Ltd', '1-15-27 Minato-machi Fukuyama –shi Hiroshima-ken 721-0964 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1140, 'acb313', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-05-02', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1141, '74614b', 0, 'Chongqing Huijiatong Information Tech Co, Ltd', 'Yubei District Longxi Street Hongjin Road No. 498, building Jialeziguang No.1 12-12, 12-13, 12-13, 12-14, 12-15 Chongqing Chongqing City 401120 CN', 'CN', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1142, '000693', 0, 'Flexus Computer Tech, Inc', '8F-2, No.5, Alley22, Lane 513, Taipei 114 TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1143, '0006b9', 0, 'A5tek Corp', '1233 Alderwood Ave. Sunnyvale CA 94089 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1144, '0017e3', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-04-08', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1145, '001c8a', 0, 'Cirrascale Corp', '9449 Carroll Park Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1146, '002716', 0, 'Adachi-Syokai Co, Ltd', '228-2 Hazama Maki Fukuchiyama-shi Kyoto 620-0913 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1147, '6ca96f', 0, 'TransPacket AS', 'Drammensveien 134 Oslo 0277 NO', 'NO', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1148, '0050c2f64', 0, 'Chrisso Tech Llc', '700 E Firmin Street Kokomo Indiana 46902 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1149, '384b76', 0, 'Airtame ApS', 'Vestergade 20C Copenhagen C Copenhagen 1456 DK', 'DK', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1150, '00a08e', 0, 'Check Point Software Tech', '8333 Ridgepoint Dr. Irving TX 75063 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1151, '08bbcc', 0, 'AK-Nord Edv Vertriebsges. mbH', 'FRIEDRICHSTRASSE 10 25436 TORNESCH DE', 'DE', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1152, '28fe65', 0, 'DongGuan Siyoto Electronics Co, Ltd', 'Hecheng Industrial District, QiaoTou Town DongGuan City Guangdong 523520 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1153, '58fcdb2', 0, 'Beseye Cloud Security Co Ltd', '3F.-1, No.45-1, Dexing W. Rd., Shilin Dist. Taipei City Taiwan 11158 TW', 'TW', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1154, 'd47208', 0, 'Bragi GmbH', 'Herzog-Heinrich-Strasse 20 Munich Bavaria 80336 DE', 'DE', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1155, '001d87', 0, 'VigTech Labs Sdn Bhd', '45-11 The Boulevard Mid Valley City Kuala Lumpur Selangor 59200 MY', 'MY', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1156, 'bc305b', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2010-08-15', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1157, 'd46867', 0, 'Neoventus Design Group', '2350 Commonwealth Dr, Suite E Charlottesville VA 22901 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1158, '70b3d5c9b', 0, 'Tieto Sweden AB', 'Kanikenäsbanken 12 Karlstad Karlstad 65115 SE', 'SE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1159, 'a45385', 0, 'Weifang Goertek Electronics Co, Ltd', 'Gaoxin 2 Road,Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN', 'CN', 'MA-L', '2016-06-11', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1160, '904e911', 0, 'Apollo Video Tech', '24000 35th Ave SE Bothell WA 98021 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1161, '001445', 0, 'Telefon-Gradnja d.o.o.', 'Plesivicka 3 Sveta Nedelja Zupanija Zagrebacka 10431 HR', 'HR', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1162, '001896', 0, 'Great Well Electronic Ltd', 'The Third Industrial Area Shenzhen Guangdong 518110 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1163, '2479f3', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-01-11', '2019-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1164, 'b4cef6', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1165, '70b3d52ab', 0, 'Nasa Johnson Space Center', '2101 NASA Parkway Houston TX 77058 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1166, '0080dd', 0, 'Gmx Inc/Gimix', '3223 ARNOLD LANE NORTHBROOK IL 60062-2406 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1167, '0050c2450', 0, 'Enconair Ecological Chambers Inc', '474 Jarvis Avenue Winnipeg Manitoba R2W 3A8 CA', 'CA', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1168, '58f98e', 0, 'Secudos GmbH', 'Rhenus-Platz 2 Holzwickede NRW 59439 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1169, 'b06cbf', 0, '3ality Digital Systems GmbH', 'Gut Mergenthau 1 Kissing Bayern 86438 DE', 'DE', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1170, 'c09d26', 0, 'Topicon HK Lmd.', '302, 3F, Lee Loong Building Central Hong Kong 0000 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1171, '70b3d5cf1', 0, 'LightDec GmbH & Co KG', 'Robert-Bosch-Str. 6 Ingolstadt Bavaria 85053 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1172, '8c59dc', 0, 'Asr Microelectronics (Shanghai) Co, Ltd', 'Building 2, NO.399 Keyuan Road,Pudong District Shanghai Shanghai 201210 CN', 'CN', 'MA-L', '2020-01-15', '2020-01-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1173, '00205d', 0, 'Nanomatic OY', 'PUISTOLAN RAITTI 4 FI', 'FI', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1174, '0050c297b', 0, 'Smartquantum SA', '4 rue Louis de Broglie Lannion 22300 FR', 'FR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1175, '38a28c', 0, 'Shenzhen RF-Link Tech Co, Ltd', 'Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1176, 'c4ffbc9', 0, 'Gsm Innovations Pty Ltd', '142-144 Fullarton Road Rose Park SA 5067 AU', 'AU', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1177, 'c8d2c1', 0, 'Jetlun (Shenzhen) Corp', '1008A Skyworth Building, Gao-xin Rd South Shenzhen 518057 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1178, '0050c2d2d', 0, 'Cadi Scientific Pte Ltd', '31 Ubi Road 1 Aztech Building Singapore 408694 SG', 'SG', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1179, 'e03c5b', 0, 'Shenzhen Jiaxinjie Electron Co, Ltd', 'Shenzhen Jiaxinjie Security Industrial park,No 6 Xin He Xin xing Industrial Park, Fuyong Town,Bao\'an District SHENZHEN GUANGDONG 518103 CN', 'CN', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1180, '642400', 0, 'Xorcom Ltd', 'Teradyon Industrial Park D.N Misgav 20179 IL', 'IL', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1181, '70b3d535c', 0, 'Acs electronics srl', 'Via Lamaneigra 10/R Tribogna Genova 16030', '', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1182, '28ede0', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1183, '00d002', 0, 'Ditech Corp', '825 EAST MIDDLEFIELD RD MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1184, '002356', 0, 'Packet Forensics Llc', '420 S Smith Rd Tempe AZ 85281 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1185, '70b3d576c', 0, 'Aural Ltd', 'Aural Ltd, 3b Wellington Close, Parkgate Industrial Estate KNUTSFORD Cheshire WA16 8XL GB', 'GB', 'MA-S', '2018-07-05', '2018-07-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1186, '6462663', 0, 'FaceHeart Inc', 'Rm. 8, 19F., No.118, Ciyun Rd., East Dist. Hsinchu Taiwan 300 TW', 'TW', 'MA-M', '2019-12-19', '2019-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1187, '0002e8', 0, 'E.D.&A.', 'Energielaan 16 BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1188, 'acc73f', 0, 'Vitsmo Co, Ltd', 'RM1418-1419, HansinIntervalley 24 Bldg. SEOUL 135-918 KR', 'KR', 'MA-L', '2014-09-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1189, '5045f7', 0, 'Liuhe Intelligence Tech Ltd', '7th Floor,Information Building, Beijing Beijing 100085 CN', 'CN', 'MA-L', '2015-04-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1190, 'f02fa7', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1191, '045c6c', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-03-06', '2019-03-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1192, '008049', 0, 'Nissin Electric Co, Ltd', '47, UMEZU - TAKASE - CHO JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1193, '0000bd', 0, 'Mitsubishi Cable Industries, Ltd / Ryosei Systems', '8, NISHINO-CHO, HIGASHI-MUKOJIMA AMAGASAKI HYOGO 660-0856 JP', 'JP', 'MA-L', '2000-11-09', '2018-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1194, '38fdfea', 0, 'Management Service Corp', '1-7-12 Marunouchi, Chiyoda-ku Tokyo 100-0005 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1195, '34298fd', 0, 'Keystone Electronic Solutions', '469 Julius Jeppe St, Waterkloof Pretoria Gauteng 0181 ZA', 'ZA', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1196, '001105', 0, 'Sunplus Tech Co, Ltd', '19, Innovation First Road, Hsinchu Science Park Hsinchu 300 TW', 'TW', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1197, '182195', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1198, 'cc4639', 0, 'Waav, Inc', '151 PEARL ST FL 4 BOSTON MA 02110 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1199, '8c593c3', 0, 'Chongqing beimoting Tech CoLtd', '97-2 keyuan 2nd street, jiulongpo district, Chongqing Chongqing 400039 CN', 'CN', 'MA-M', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1200, '00602b', 0, 'Peak Audio', '1790 30TH STREET STE #414 BOULDER CO 80301 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1201, '0006e6', 0, 'DongYang Telecom Co, Ltd', '642-7 Deung Chon-Dong, KangSeo-Gu Seoul 157-841 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1202, '001e1d', 0, 'East Coast Datacom, Inc', '245 Gus Hipp Blvd., STE 3 Rockledge FL 32955 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1203, '70b3d50c5', 0, 'Precitec Optronik GmbH', 'Schleussnerstraße 54 Neu-Isenburg Hessen 63263 DE', 'DE', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1204, '8ce38e', 0, 'Kioxia Corp', '1-21, Shibaura 3-chome Minato-ku Tokyo 108-0023 JP', 'JP', 'MA-L', '2017-05-24', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1205, 'f88a3cd', 0, 'Thk Co, Ltd', '4-9-16 Higashikoujiya Ota Tokyo 1440033 JP', 'JP', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1206, 'a0224ee', 0, 'Hunan Youmei Science&Tech Development Co, Ltd', '3F, Building No.B8, Cultural Advertising Creative Industry Park, Economic Development Zone Huaihua City Hunan Province 418000 CN', 'CN', 'MA-M', '2019-10-09', '2019-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1207, '000bc1', 0, 'Bay Microsystems, Inc', '2055 Gateway Place Santa Jose CA 95110 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1208, '001be5', 0, '802automation Ltd', '18 First Avenue Worthing West Sussex BN14 9NJ GB', 'GB', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1209, '001e65', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2007-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1210, '0050c2d81', 0, 'Tattile Srl', 'via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT', 'IT', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1211, '8439be4', 0, 'Shenzhen Ramos Digital Tech Co,.Ltd', '3F,Noth Block B, No.2 Kingdee Software Park, Keji South 12th Road, High-Tech Industrial Park, Nanshan District,Shenzhen 518057 Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1212, '404c77', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-09-25', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1213, '0020a4', 0, 'Multipoint Networks', '19 DAVIS DRIVE BELMONT CA 94002-3001 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1214, '0050c27a1', 0, 'Field Design Service', '4-5-40, Showa-cho Akishima Tokyo 196-0015 JP', 'JP', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1215, '0050c296c', 0, 'Aqua Cooler Pty Ltd', '161 Orchard Rd Chester Hill NSW 2162 AU', 'AU', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1216, 'ac3a7a', 0, 'Roku, Inc', '12980 Saratoga Ave Saratoga 95070 US', 'US', 'MA-L', '2014-08-20', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1217, '0060e7', 0, 'Randata', 'PO BOX 209 HAWTHORN VIC 3122 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1218, '0050c2749', 0, 'Affolter Tech SA', 'Grand-Rue 76 Malleray BE 2735 CH', 'CH', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1219, 'dc15db', 0, 'Ge Ruili Intelligent Tech ( Beijing ) Co, Ltd', 'Room 821, block E, No.6 Taiping Street, Xicheng District Beijing 100005 CN', 'CN', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1220, '20768f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1221, 'ca30bf', 0, 'Ieee 802.1 Working Group', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'CID', '2017-01-30', '2017-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1222, '70b3d56b9', 0, 'Becton Dickinson', '7 Loveton Circle Sparks MD 21152 US', 'US', 'MA-S', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1223, '008093', 0, 'Xyron Corp', '7864 LILY COURT CUPERTINO CA 95014 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1224, '70b3d53ed', 0, 'Ultra Electronics Sonar System Division', '418, Bridport Road Greenford Middlesex UB6 8UA GB', 'GB', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1225, '000db5', 0, 'Globalsat Tech Corp', 'Far East Century Park Taipei Hsien 235 TW', 'TW', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1226, '001c2d', 0, 'FlexRadio Systems', '8900 Marybank Dr. Austin TX 78750 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1227, '401175c', 0, 'disguise Tech Ltd', 'Units C&D 127 Great Suffolk Street London SE1 1PP GB', 'GB', 'MA-M', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1228, '00d04d', 0, 'Div OF Research & Statistics', 'BOG OF THE FEDERAL RESERVE SYS WASHINGTON DC 20551 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1229, '000d3a', 0, 'Microsoft Corp', 'One Microsoft Way Redmond Wa. 98052 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1230, '2c584f', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1231, 'dcdfd6', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-06-26', '2019-06-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1232, '0001e9', 0, 'Litton Marine Systems B.V.', '118 Burlington Road ENGLAND KT3 4NR GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1233, 'a0f419', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2012-03-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1234, '000d42', 0, 'Newbest Development Ltd', '3/F Unit 311-312 Shatin NT HK', 'HK', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1235, '0050c2004', 0, 'Sci Tech Inc', 'P.O. Box 1000 Huntsville AL 35807 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1236, '000af2', 0, 'NeoAxiom Corp', '1520 Montague Expressway San Jose CA 95131 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1237, '001bc5052', 0, 'Engineering Center Energoservice', '26 Kotlasskaya str. Arkhangelsk 163046 RU', 'RU', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1238, 'b44bd69', 0, 'Qstar Tech Co, Ltd', '311# Xindongxing Business Centre ,2rd Road liuxian ,Bao\'an Shenzhen China Shenzhen Guangdong 518100 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1239, '0002fc', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1240, 'f470ab', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1241, '001499', 0, 'Helicomm Inc', '1947 Camino Vida Roble Carlsbad CA 92008 US', 'US', 'MA-L', '2005-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1242, '0050c2a69', 0, 'Advanced Integrated Systems', '81 David Love Pl. Goleta CA 93117 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1243, '0050c2aea', 0, 'Embedia', '11 Avenue Albert EINSTEIN VILLEURBANNE 69100 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1244, '40d855159', 0, 'Platinum GmbH', 'Pfannerstrasse 75 Wangen 88239 DE', 'DE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1245, '70b3d5099', 0, 'Schwer+Kopka GmbH', 'Herkner Str. 4 Weingarten Baden Württemberg 88250 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1246, '70b3d576a', 0, 'Swiftnet Soc Ltd', 'Bldg 22, Cambridge Office Park Centurion Gauteng 0157 ZA', 'ZA', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1247, 'cc7b61', 0, 'Nikkiso Co, Ltd', 'Yebisu Garden Place Tower 22nd Floor, 20-3, Ebisu 4-Chome Shibuya-ku Tokyo 150-6022 JP', 'JP', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1248, '002046', 0, 'Ciprico, Inc', '2800 CAMPUS DRIVE--SUITE #60 PLYMOUTH MN 55441 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1249, '084e1c', 0, 'H2a Systems, Llc', '7545 Irvine Center Drive Irvine CA 92618 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1250, '000c78', 0, 'In-Tech Electronics Ltd', 'Unit A, 13th Floor., Wing Tai Centre Kwun Tong Kowloon HK', 'HK', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1251, '00210a', 0, 'byd:sign Corp', '2-10-6 Tsukiji Chuo-ku Tokyo 104-0045 JP', 'JP', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1252, 'e05b70', 0, 'Innovid, Co, Ltd', '5th Floor, Boga Building, 821-3, Bangbaedong, Seochogu Seoul 137-060 KR', 'KR', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1253, '30ae7b', 0, 'Deqing Dusun Electron Co, Ltd', 'No. 640 FengQing Street, Deqing Huzhou Zhejiang 313200 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1254, 'c056e3', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.469,Jianghui Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1255, '7c70bc9', 0, 'dogtra', '35, Namdongdong-ro 33beon-gil, Namdong-gu, Incheon, Seoul KS006 KR', 'KR', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1256, '0010c1', 0, 'OI Electric Co, Ltd', '7-3-16 KIKUNA YOKOHAMA KANAGAWA-KEN 222-0011 JP', 'JP', 'MA-L', '1997-11-14', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1257, '000018', 0, 'Webster Computer Corp', '16040 REDWOOD LODGE ROAD LOS GATOS CA 95033-9260 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1258, '04714be', 0, 'Gimso Mobile Ltd', '16 Hatidhar St Raanana 4366518 IL', 'IL', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1259, '4898ca', 0, 'Sichuan AI-Link Tech Co, Ltd', 'Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN', 'CN', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1260, '002241', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2008-10-25', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1261, '18673f', 0, 'Hanover Displays Ltd', 'Unit 24 Lewes East Sussex BN8 6JL GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1262, '00c0d4', 0, 'Axon Networks, Inc', '104 SPRUCE STREET WATERTOWN MA 02172 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1263, '001162', 0, 'Star Micronics Co, Ltd', '536 Shimizunanatsushinya Shizuoka 424-0066 JP', 'JP', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1264, '002136', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1265, '04b466', 0, 'Bsp Co, Ltd', '162-10 Gumi Gyeungsangbuk Do 730-902 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1266, '081ff3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1267, '0cf019', 0, 'Malgn Tech Co, Ltd', 'Star Tower #305, 223-25 Seongnam-Si Kyounggi-Do 462-738 KR', 'KR', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1268, '5caafd', 0, 'Sonos, Inc', '614 Chapala St Santa Barbara CA 93101 US', 'US', 'MA-L', '2014-07-13', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1269, '78ca837', 0, 'Beijing CarePulse Electronic Tech', '#6302 Hua Yuan Shang Wo Hui Guan, Hua Yuan Dong Road 30, Hai Dian District BEIJING 100191 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1270, '0050c204c', 0, 'New Standard Engineering NV', 'Inter Leu Ven Laan 3 3001 Leuven BE', 'BE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1271, '0014e0', 0, 'Let\'S Corp', 'Bancho Bldg. 4F, 2-18-20 Marunouchi, Naka Nagoya Aichi 460-0002 JP', 'JP', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1272, '24fce5', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1273, 'e05a9f6', 0, 'Fibrain', 'Zaczernie 190F Zaczernie Subcarpathia 36-062 PL', 'PL', 'MA-M', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1274, 'a0231b', 0, 'TeleComp R&D Corp', '102 SW Orange Blossom Lake City Florida 32025 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1275, '389592', 0, 'Beijing Tendyron Corp', '1810,Tower B,Jin-ma,Building,17 East Qing Hua Road Beijing 100083 CN', 'CN', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1276, '6c5d63', 0, 'ShenZhen Rapoo Tech Co, Ltd', 'Block A1,B1,B2,1st second stage, 1st Industrial Park, 3rd Industrial Zone ,Fenghuang Fuyong, BaoAn ShenZhen 518103 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1277, '0050c2348', 0, 'KoolSpan, Inc', '11134 Stephalee Lane North Bethesda MD 20852 US', 'US', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1278, '001bfe', 0, 'Zavio Inc', 'No.1,Lising 1st Rd. Science Based Industrial Park, Hsinchu 300 TW', 'TW', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1279, '28f537c', 0, 'Matricx Singapore Pte Ltd', '2nd Flr. 2 Bldg., Detai Technology Industrial Park, Huarong Road No. 460, Dalang, Longhua district, Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1280, 'c4ffbc8', 0, 'ShenZhen Zyt Tech Co, Ltd', 'Floor four,Build C,FuSen Industrial park, HangCheng Avenue,Baoan District Shenzhen GuangDong 518000 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1281, '4459e3', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1282, '100000', 1, 'Private', '', '', 'MA-L', '2001-10-24', '2001-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1283, '000cfc', 0, 'S2io Tech Corp', '505 March Rd Ottawa Ontario K2K 2M5 CA', 'CA', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1284, '0050c2296', 0, 'OpVista', '25A Technology Dr. Irvine CA 92618 US', 'US', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1285, '0050c23e4', 0, 'Cue, a.s.', 'K Nouzovu 2090/6 Praha 4 143 00 CZ', 'CZ', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1286, '0050c245a', 0, 'Funkwerk plettac electronic GmbH', 'Wuerzburger Strasse 150 Fuerth Bavaria 90766 DE', 'DE', 'IAB', '2005-02-17', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1287, '90903c', 0, 'Trison Tech Corp', 'No.3, Kung-Yeh 12th Rd., Ping-Jen Industrial Park, Ping-Jen City, TaoYuan County 32459 TW', 'TW', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1288, '001bc5045', 0, 'Marvel Digital International Ltd', '15/F Siu On Centre Wanchai HKSAR HK', 'HK', 'MA-S', '2011-10-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1289, 'd022121', 0, 'Aim', '21, avenue de la Plaine Fleurie MEYLAN ISERE 38240 FR', 'FR', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1290, '00059d', 0, 'Daniel Computing Systems, Inc', '3208 8th Avenue NE #118 T2A 7V8 CA', 'CA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1291, '0050c205f', 0, 'Malden Electronics Ltd', '2 High Street Ewell Surrey KT17 1SJ GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1292, '40ed98e', 0, 'Borda Tech', 'ITU ARI TEKNOKENT ARI 3 NO 504 ISTANBUL 34369 TR', 'TR', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1293, '346e8a', 0, 'Ecosense', '1414 Kolon science vallet-II., #811 Seoul Guro-gu 152-878 KR', 'KR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1294, '70b3d5cd0', 0, 'Ellenex Pty Ltd', '91 Tope Street South Melbourne VIC 3205 AU', 'AU', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1295, '0050c24dc', 0, 'Ace Electronics, Inc', '27574 Commerce ctr. dr. Temecula CA 92590 US', 'US', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1296, '247703', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1297, '70b3d5a10', 0, 'w-tec AG', 'Dombachstrasse 1a Bad Homburg 61352 DE', 'DE', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1298, 'c0d9f7', 0, 'ShanDong Domor Intelligent S&T Co, Ltd', 'Jining high-tech zone base of production,education & research Jining Shandong 272000 CN', 'CN', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1299, '0024c9', 0, 'Broadband Solutions Group', '1101 Marina Village Parkway Alameda CA 94501 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1300, 'e4751e', 0, 'Getinge Sterilization AB', 'Box 69 Getinge 31044 SE', 'SE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1301, '000ea4', 0, 'Quantum Corp', '8560 Upland Dr. Englewood CA 80112 US', 'US', 'MA-L', '2004-02-12', '2019-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1302, '0050c28c2', 0, 'Access Control Systems Jsc', '65, Serdobolskaya st. St-Petersburg 197342 RU', 'RU', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1303, '002498', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1304, '30de86', 0, 'Cedac Software S.r.l.', 'Via Toscana, 3 Castiglione dei Pepoli Bologna 40035 IT', 'IT', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1305, '083f76', 0, 'Intellian Tech, Inc', '348-5 Chungho-Ri Jinwi-Myeon Gyeonggi-Do 451-862 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1306, 'd425cc9', 0, 'Takumi Japan Ltd', '3-9-3 Uchiyama building 7F Nishishinbashi Minato-ku Tokyo Tokyo 1050003 JP', 'JP', 'MA-M', '2018-10-01', '2018-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1307, '00e05f', 0, 'e-Net, Inc', '12325 HYMEADOW DRIVE AUSTIN TX 78750 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1308, '000a6c', 0, 'Walchem Corp', '5 Boynton Road Holliston MA 01746 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1309, '00d058', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1310, '800a800', 0, 'Golana Tech (Shenzhen) Co, Ltd', '4th Floor, Integration Building A1 Shenzhen Guangdong 518129 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1311, '70b3d5b91', 0, 'Dynetics, Inc', '1004 Explorer Blvd Huntsville AL 35806 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1312, 'd8445c', 0, 'Dev Tecnologia Ind Com Man Eq Ltda', 'Av Prof Lineu Prestes 2242 SL 23 Sao Paulo SP 05508000 BR', 'BR', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1313, '70b3d5ead', 0, 'Cobo, Inc', '3624 Alta Vista Avenue Santa Rosa CA 95409 US', 'US', 'MA-S', '2019-02-22', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1314, '0010c0', 0, 'Arma, Inc', '4851 Northshore Lane North Little Rock AR 72118 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1315, 'e84ece', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1316, '0050c2c32', 0, 'Procon Electronics', 'PO Box 164 Sydney NSW 1730 AU', 'AU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1317, '0050c2324', 0, 'Odixion', '188 rue de la Liberté AVRANCHES France 50300 FR', 'FR', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1318, '001152', 0, 'Eidsvoll Electronics AS', 'Nedre Vilberg vei 8 Eidsvoll N-2080 NO', 'NO', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1319, '00194f', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1320, '446c24', 0, 'Reallin Electronic Co, Ltd', '2/F, Building 3, No.202 Zhengzhong Rd, XiHu industry Park Hang Zhou Zhe Jiang 310030 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1321, '70b3d566b', 0, 'Innitive B.V.', 'Brouwerijstraat 20 Enschede Overijssel 7523xd NL', 'NL', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1322, '70db98', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1323, '0090ea', 0, 'Alpha Tech Inc', '3767 ALPHA WAY BELLINGHAM WA 98226 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1324, '000249', 0, 'Aviv Infocom Co, Ltd', '962-5, Kwanyang-Dong, Dongan-Gu, Korea (ROK) KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1325, '54a4938', 0, 'Chengdu Evecca Tech Co, Ltd', 'Floor 20, Building B, Xingchen International, No.555, Middle Section of Yizhou Avenue Chengdu Sichuan 610015 CN', 'CN', 'MA-M', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1326, '4413d0', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1327, '001bc504c', 0, 'Rhino Controls Ltd', '13545 113 Ave Surrey British Columbia V3R 6S9 CA', 'CA', 'MA-S', '2011-12-19', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1328, 'a402b9', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1329, '0050c259c', 0, 'Delsat Group S.A.', 'CORDOBA 3197 MAR DEL PLATA BUENOS AIRES 7600 AR', 'AR', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1330, '441afa', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1331, '00a0a8', 0, 'Renex Corp', '2750 KILLARNEY DRIVE WOODBRIDGE VA 22192 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1332, '00d0b6', 0, 'Crescent Networks, Inc', '201 RIVERNECK ROAD CHELMSFORD MA 01842 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1333, '0007eb', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1334, '000da7', 1, 'Private', '', '', 'MA-L', '2003-06-30', '2003-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1335, '2c6fc9', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1336, '98039b', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1337, '006006', 0, 'Sotec Co, Ltd', 'YOKOHAMA BASHAMICHI BLDG., YOKOHAMA 231 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1338, '0000f1', 0, 'Magna Computer Corp', '22 KEEWAYDIN DRIVE SALEM NH 03079 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1339, 'd076505', 0, 'annapurnalabs', '1830 The Alameda San Jose California 95126 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1340, 'c083599', 0, 'Shenzhen Pay Device Tech Co, Ltd', 'Room 502,Peng’s Building,Fanshen Road,43# Baoan District Shenzhen Guangdong 518101 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1341, '180d2c', 0, 'intelbras', 'BR 101, km 210, S/N° São José Santa Catarina 88104800 BR', 'BR', 'MA-L', '2018-10-11', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1342, 'fcbd67', 0, 'Arista Networks', '5453 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1343, '70b3d547a', 0, 'GlooVir Inc', '#413, 96 Gajeongbuk-Ro Daejeon Yuseong 34111 KR', 'KR', 'MA-S', '2019-04-01', '2019-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1344, '24169d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1345, '004048', 0, 'Smd Informatica S.A.', 'LARGO MOVIMENTO DAS FORCAS PT', 'PT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1346, 'b40142', 0, 'Gci Science & Tech Co, Ltd', 'No.381,xingangzhong road , GuangZhou GuangDong 510310 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1347, '0012ca', 0, 'Mechatronic Brick Aps', 'Alsion 2 6400 Sonderborg DK', 'DK', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1348, '001d8a', 0, 'TechTrex Inc', '6221 Highway 7, Unit 12 Woodbridge Ontalio L4H 0K8 CA', 'CA', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1349, '70b3d5a5c', 0, 'Molekule', '2507 Bryant St. San Francisco CA 94110 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1350, '848bcd1', 0, 'Shenzhen Ltime In-Vehicle Entertainment System Co Ltd', '4/F, Building 1, Nangang 1st Industrial Park No. 1029, Songbai Road, Xili, Nanshan District SHENZHEN GUANGDONG 518055 CN', 'CN', 'MA-M', '2019-02-22', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1351, '00902d', 0, 'Data Electronics (Aust.) Pty, Ltd', '7 SEISMIC COURT VICTORIA 3178 AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1352, '00129a', 0, 'Irt Electronics Pty Ltd', '26 Hotham Parade Artarmon NSW 2064 AU', 'AU', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1353, 'e81863d', 0, 'Digital Dynamics, Inc', '5 VICTOR SQUARE SCOTTS VALLEY CA. 95066 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1354, '70b3d5a03', 1, 'Private', '', '', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1355, '00f48d', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1356, '00d0d2', 0, 'Epilog Corp', '500 CORPORATE CIRCLE - STE. GOLDEN CO 80401 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1357, '001ee9', 0, 'Stoneridge Electronics AB', 'Gårdsfogdevägen 18A Bromma Stockholm 168 66 SE', 'SE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1358, '0050c2ba1', 0, 'Transtechnik GmbH & CoKG', 'Ohmstraße 1 Holzkirchen Bavaria 83607 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1359, 'f88c1c', 0, 'Kaishun Electronic Tech Co, Ltd Beijing', 'NO.1 FARM, HENGQIAO VILLAGE WEST, MACHIKOU TOWN, BEIJING 102200 CN', 'CN', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1360, '0050c24ba', 0, 'Mistletoe Tech', '20450 Stevens Creek Blvd. Suite 200 Cupertino CA 95014 US', 'US', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1361, '00183a', 0, 'Westell Tech Inc', '750 N Commons Dr Aurora IL 60504 US', 'US', 'MA-L', '2006-06-13', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1362, '70b3d59dd', 0, 'HumanEyes Tech Ltd', 'Neve Ilan Neve Ilan 90850 IL', 'IL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1363, '4403773', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2019-08-23', '2019-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1364, '58d6d3', 0, 'Dairy Cheq Inc', '60 Baffin Place, Unit 5 Waterloo Ontario N2V 1Z7 CA', 'CA', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1365, '9c5c8e', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1366, '0050c2b75', 0, 'Blankom', 'Hermann-Petersilge-Str. 1 Bad Blankenburg TH 07422 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1367, 'f81d782', 0, 'Xperio Labs Ltd', 'Unit 3709, 37th Floor, Tower II, Lippo Centre, 89 Queensway, Admiralty, Hong Kong Hong Kong Hong Kong HK', 'HK', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1368, '0050c2aa4', 0, 'PSi Printer Systems international GmbH', 'Eiserfelder Strasse 316 Siegen 57080 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1369, '7c1afc', 0, 'Dalian Co-Edifice Video Tech Co, Ltd', '23F , Block A , #32 Huoju Road , Hi-Tech Zone Dalian Liaoning 116023 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1370, 'b04515', 0, 'mira fitness, Llc', '1925 West Field Court Suite100 Lake Forest IL 60045 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1371, '00077c', 0, 'Westermo Network Tech AB', 'Stora Sundby Sweden SE-640 40 SE', 'SE', 'MA-L', '2001-10-24', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1372, '0050c216c', 0, 'Brijing Embedor Embedded Internet Tech Co Ltd', 'Room 401, Library Building, Noo. 35, Beijing 100101 CN', 'CN', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1373, '001845', 0, 'Pulsar-Telecom Llc', 'Zaharova, 18a Penza 440044 RU', 'RU', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1374, '001bbb', 0, 'RFTech Co, Ltd', '339-17 Jwahang-Ri,Wonsam-Myun, Yongin-Si Kyungki-Do 449-871 KR', 'KR', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1375, '0022d7', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2008-10-25', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1376, '002607', 0, 'Enabling Tech Pty Ltd', '23/44 Kings Park Road West Perth Western Australia 6005 AU', 'AU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1377, '7c70bc0', 0, 'Shanghai magcomm communication Tech Co Ltd', 'B Block,11F,Software Building, No 461 Hongcaolu Shanghai Shanghai 200233 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1378, '0090e2', 0, 'Distributed Processing Tech', '140 CANDACE DRIVE ORLANDO FL 32751 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1379, '0011dd', 0, 'Fromus Tec. Co, Ltd', '2F 896-8 Hogye2-dong Dongan-Gu 431-836 KR', 'KR', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1380, '0013b1', 0, 'Intelligent Control Systems (Asia) Pte Ltd', '70 Ubi Crescent #01-12 408570 SG', 'SG', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1381, 'dcc101', 0, 'SOLiD Tech, Inc', '9th Floor, SOLiD Space, Pangyoyeok-ro 220 Seongnam-si Gyeonggi-do 463-400 KR', 'KR', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1382, 'ece2fd', 0, 'Skg Electric Group(Thailand) Co, Ltd', '3F,The Second Building,Sanhe village , Longhua Rd, Baoan Dist., Shenzhen, China Shenzhen Guangdong 518301 CN', 'CN', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1383, '4ce173e', 0, 'Plus One Japan Ltd', '2-8-6,Nishishinbashi Minato-ku Tokyo 105-0003 JP', 'JP', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1384, '70b3d5b97', 0, 'Canam Tech, Inc', '5318 East 2nd. St, #700 Long Beach CA 90803 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1385, '70b3d5c0c', 0, 'Tech4Race', '1137 A avenue des champs blancs Cesson-Sévigné 35510 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1386, '000628', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1387, '000c40', 0, 'Altech Controls', '1545 Industial Drive Missouri City Texas 77489 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1388, '00238e', 0, 'Adb Broadband Italia', 'VIALE SARCA 222 MILANO 20126 IT', 'IT', 'MA-L', '2008-10-25', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1389, 'fc6c31', 0, 'LXinstruments GmbH', 'Herrenberger Str. 130 Boeblingen 71034 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1390, '4827ea', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1391, '9405b6', 0, 'Liling FullRiver Electronics & Tech Ltd', 'FullRiver Industrial Area Economic Development Zone HuNan Province 412200 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1392, '800a802', 0, 'Sumitomo Wiring Systems, Ltd', 'Nagoya Lucent Tower 25F Nagoya Aichi 451-6025 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1393, '0050c2f8b', 0, 'comlet Verteilte Systeme GmbH', 'Amerikastr. 27 Zweibruecken Rheinland-Pfalz 66482 DE', 'DE', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1394, 'b0b3533', 0, 'AD Hoc Developments S.L', 'C/ Crisol 3 RIVAS-VACIAMADRID Madrid 28522 ES', 'ES', 'MA-M', '2019-11-23', '2019-11-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1395, '0050c23bd', 0, 'Bigbang L.T.D.', 'Shikahama 8-7-18 Adachi Tokyo 123-0864 JP', 'JP', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1396, '0022b6', 0, 'Superflow Tech Group', '4060 Dixon Street Des Moines IA 50266 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1397, '2ca157', 0, 'acromate, Inc', '#1101, JnK Digital Tower, 111 Seoul 152-848 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1398, 'b4944e', 0, 'WeTelecom Co, Ltd', 'The\'O Plus #915 Gunpo-si Kyunggi-do 435-805 KR', 'KR', 'MA-L', '2011-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1399, '40d8551bb', 0, 'Micromega Dynamics SA', '10 rue du Trou du Sart FERNELMONT Namur B-5380 BE', 'BE', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1400, '70b3d5b25', 0, 'Hifocus Electronics India Private Ltd', 'No. 3 Sunguvar Street, Chintadripet Chennai Tamil Nadu 600002 IN', 'IN', 'MA-S', '2019-09-14', '2019-09-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1401, '000c50', 0, 'Seagate Tech', 'M/S NW1F01 Longmont CO 80503 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1402, '00151e', 0, 'Ethernet Powerlink Standarization Group (Epsg)', 'c/o Zurich University of Applied Sciences Winterthur CH-8401 CH', 'CH', 'MA-L', '2005-07-08', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1403, '0012a8', 0, 'intec GmbH', 'Rahmedestraße 90 Luedenscheid NRW 58507 DE', 'DE', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1404, '00f3db', 0, 'Woo Sports', '11 Elkins St. BOSTON Massachusetts 02127 US', 'US', 'MA-L', '2014-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1405, '0050c2c7e', 0, 'Buerkert Werke GmbH', 'Christian-Buerkert-Strasse 13-17 Ingelfingen 74653 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1406, '000699', 0, 'Vida Design Co', '10F, No. 278 Ho Ping E. Rd., TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1407, '0050c236c', 0, 'Risco Group', '14 Hachoma Rishon Letzion 75655 IL', 'IL', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1408, '0050c280b', 0, 'Open Video, Inc', '65 Enterprise Aliso Viejo CA 92656 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1409, '00243d', 0, 'Emerson Appliance Motors and Controls', '1901 South St. Elgin IL 60123 US', 'US', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1410, 'a411636', 0, 'Beijing XiaoRui Tech Co, Ltd', 'Room 1201, Zhongqing Building, East Third Ring Road, Chaoyang District, Beijing Beijing Beijing 100029 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1411, '3873eab', 0, 'Shanghai ZoomSmart Tech Co, Ltd', 'ROOM 802, No. 189, Hengxi Road, Pujiang Town, Minhang District, Shanghai PRC Shanghai 200000 CN', 'CN', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1412, '00a0a2', 0, 'Digicom S.P.A.', 'VIA VOLTA 39 IT', 'IT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1413, '005042', 0, 'Sci Manufacturing Singapore Pte, Ltd', '3 DEPOT CLOSE SINGAPORE 109840 SG', 'SG', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1414, '70b3d5f4b', 0, 'Chengdu Lingya Tech Co, Ltd', '8 Floor, Block A, West City International Phase II, 48 Shuxi Road, Jinniu District Chengdu Sichuan 610037 CN', 'CN', 'MA-S', '2019-06-26', '2019-06-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1415, '001998', 0, 'Sato Corp', '1-207,ONARI-CHO, SAITAMA-SHI SAITAMA 330-0852 JP', 'JP', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1416, '50de195', 0, 'Bliq B.V.', 'Hogeweyselaan 145 Weesp 1382JK NL', 'NL', 'MA-M', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1417, '00dd0d', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1418, '00172d', 0, 'Axcen Photonics Corp', '6F, No. 119, Baujung Rd., Shindian City, Taipei 231 TW', 'TW', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1419, '7c4c58', 0, 'Scale Computing, Inc', '2121 El Camino Real San Mateo UNITED STATES 94403 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1420, '14444a', 0, 'Apollo Seiko Ltd', '2271-7 Jinba Gotenba Shizuoka 412-0047 JP', 'JP', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1421, 'f041c8e', 0, 'Shenzhen Umind Tech Co, Ltd', 'Add: D2-6A, TCL Science Park, 1001 ZhongshanYuan Road, Nanshan District Shenzhen Guangdong 581055 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1422, '00207d', 0, 'Advanced Computer Applications', '107 PENNS TRAIL NEWTOWN PA 18940 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1423, '00028d', 0, 'Movita Tech, Inc', 'No. 26 Wu-Chuan 7th Road, Taipei Taiwan, R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1424, '001ee8', 0, 'Mytek', '151 Lafayette Str 3 Fl New York NY 10013 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1425, '70b3d5f72', 0, 'Hanshin Electronics', 'Namhangnam-Ro 45, Yeongdo-Gu, Busan, Korea Busan N/C 606816 KR', 'KR', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1426, '0018ae', 0, 'Tvt Co, Ltd', '5/F,North Block,CE Lighting House shenzhen guangdong 518026 CN', 'CN', 'MA-L', '2006-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1427, '001c80', 0, 'New Business Division/Rhea-Information Co, Ltd', '4F 594 Yeong Pung Bldg, Gueui-Dong Seoul Gwangjin-Gu 143-200 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1428, '0050c27a7', 0, 'Guidance Navigation Ltd', '4 Dominus Way Leicester Leicestershire LE19 1RP GB', 'GB', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1429, '0050c2a73', 0, 'Kyoei Engineering Co, Ltd', '1-3-35 ATSUBETSU HIGASHI 5 JYO SAPPORO-SHI HOKKAIDO 004-0005 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1430, '80e4dad', 0, 'Dalian Roiland Tech Co, Ltd', '11th floor,7Huixian Yuan, Dalian, Liaoning 116023 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1431, '3456fe', 0, 'Cisco Meraki', '500 Terry A. Francois Blvd San Francisco null 94158 US', 'US', 'MA-L', '2017-06-17', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1432, '008087', 0, 'Oki Electric Industry Co, Ltd', '10-3 SHIBAURA 4-CHOME JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1433, '0050c20c0', 0, 'Imigix Ltd', 'Cardiff Gate Business Park Cardiff CF23 8RD GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1434, '0050c259d', 0, 'Dss Networks, Inc', '23 Spectrum Pointe Drive Lake Forest CA 92630 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1435, '00007a', 0, 'Dana Computer Inc', '550 DEL REY AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1436, '000b6c', 0, 'Sychip Inc', '2805 N. Dallas Parkway Suite 400 Plano Texas 75093 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1437, 'd89d67', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1438, 'f0ee10', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1439, '2830ac', 0, 'Frontiir Co Ltd', '5 Bayint Naung Road, Hlaing Township Yangon 11052 MM', 'MM', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1440, '6c8bd3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-01-08', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1441, '0021e1', 0, 'Nortel Networks', '2221 Lakeside Blvd Richardson TX 75081 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1442, '6c9b02', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1443, '70b3d505e', 0, 'Vitec', '99 rue pierre sémard Chatillon France 92320 FR', 'FR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1444, '2c3557', 0, 'Elliy Power Co.Ltd', '1-6-4, Osaki Shinagawa-ku TOKYO 141-0032 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1445, 'a46011', 0, 'Verifone', '2099 Gateway Place San Jose CA 95110 US', 'US', 'MA-L', '2016-06-27', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1446, '0050c2a0f', 0, 'Visualware Inc', 'PO Box 668 Turlock California 95381 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1447, '000768', 0, 'Danfoss A/S', 'E16-N12, DK-6430 Nordborg', '', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1448, '000bf7', 0, 'Nidek Co, Ltd', '34-14 Maehama Gamagori Aich 443-0038 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1449, '4c917ac', 0, 'Alibaba (Beijing) Software Service Inc', 'No. 301, 3 floor, 9 building, four district, Wangjing East Garden, Chaoyang District, Beijing Beijing 100102 CN', 'CN', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1450, '0016c3', 0, 'BA Systems Inc', '6895 Via Del Oro San Jose CA 95119 US', 'US', 'MA-L', '2005-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1451, '808c97', 0, 'Kaonmedia Co, Ltd', '884-3, Seongnam-daero, Bundang-gu Seongnam-si Gyeonggi-do 13517 KR', 'KR', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1452, '001ff9', 0, 'Advanced Knowledge Associates', '3350 Scott Blvd, Suite 40 Santa Clara CA 95054-3119 US', 'US', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1453, 'f45214', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2013-01-09', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1454, '10cdae', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2015-02-19', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1455, '70b3d55d1', 0, 'Software Motor Corp', '1295 Forgewood Avenue Sunnyvale CA 94089 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1456, '001618', 0, 'Hivion Co, Ltd', '2F., Akyung Bldg., 54-10, Munjeong-dong, Songpa-Gu Seoul KR', 'KR', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1457, '00176c', 0, 'Pivot3, Inc', '6605 Cypresswood Drive, Ste 350 Spring TX 77379-7741 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1458, '0050c2328', 0, 'I.C.S. Electronics Ltd', 'Unit V Rudford Industrial Est. Arundel West Sussex BN18 0BF GB', 'GB', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1459, '00162c', 0, 'Xanboo', '115 West 30th, 6th Fl New York NY 10001 US', 'US', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1460, 'e48ad5', 0, 'RF Window Co, Ltd', '14F, Daerung Posttower3 Seoul 152-746 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1461, '980d2e', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1462, '4ce1736', 0, 'Daikoku Denki Co, Ltd', '1-43-5 Nagono Nakamura-ku Nagoya Aichi 450-8640 JP', 'JP', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1463, '70b3d52c0', 0, 'Sensative AB', 'Mobilvägen 10 Lund 22362 SE', 'SE', 'MA-S', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1464, '00903b', 0, 'TriEMS Research Lab, Inc', '1275 N. TUSTIN AVENUE ANAHEIM CA 92807 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1465, '000679', 0, 'Konami Corp', '11-14-5 Akasaka, Minato-ku, JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1466, '4cf19e', 0, 'Groupe Atlantic', 'Ideal Boilers, National Ave Hull East Yorkshire HU5 4JB GB', 'GB', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1467, 'd0d3e0', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1468, '0050c2e8f', 0, 'Stt Condigi A/S', 'Niels Bohrs vej 42, Stilling Skanderborg 8660 DK', 'DK', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1469, '000266', 0, 'Thermalogic Corp', '22 Kane Industrial Drive Hudson MA 01749 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1470, '000a6f', 0, 'ZyFLEX Tech Inc', '2Fl. No. 58 Park Ave. II S.B.I.P., Hsinchu 30077 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1471, '00242d', 0, 'Ronan Engineering', '21200 Oxnard Woodland hills CA 91367 UNITED STATES US', 'US', 'MA-L', '2008-11-09', '2008-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1472, '00262c', 0, 'Ikt Advanced Tech s.r.o.', 'Piseckeho 334/19 Praha 5 15000 CZ', 'CZ', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1473, '70b3d5348', 0, 'BÄR Bahnsicherung AG', 'Luppmenstrasse 3 Fehraltorf 8320 CH', 'CH', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1474, '0050c232a', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1475, '0015af', 0, 'AzureWave Tech Inc', '8F., No.94, Baozhong Rd., Xindian Taipei 231 TW', 'TW', 'MA-L', '2005-09-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1476, '0015d8', 0, 'Interlink Electronics', '546 Flynn Road Camarillo CA 93012 US', 'US', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1477, '94ca0f', 0, 'Honeywell Analytics', '2840 2nd Ave SE Calgary Alberta T2A7X9 CA', 'CA', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1478, '14cfe2', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-05-02', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1479, '40d8551de', 0, 'vidisys GmbH', 'Rudolf-Diesel-Ring 30 Sauerlach Bavaria 82054 DE', 'DE', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1480, '70b3d5ad4', 0, 'Invissys', '25 rue marcel issartier merignac 33700 FR', 'FR', 'MA-S', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1481, '0080bb', 0, 'Hughes Lan Systems', '1225 CHARLESTON ROAD MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1482, '000dd4', 0, 'Symantec Corp', '275 2nd Ave Waltham MA 02541 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1483, '008c54', 0, 'Adb Broadband Italia', 'VIALE SARCA 336 MILANO 20126 US', 'US', 'MA-L', '2013-01-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1484, '28cc01', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1485, '84ef18', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1486, '001546', 0, 'Itg Worldwide Sdn Bhd', '2, Jalan AstakaU8/83 Shah Alam Selangor Darul Ehsan 40150 MY', 'MY', 'MA-L', '2005-07-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1487, 'cceed9', 0, 'Vahle Automation GmbH', 'Egerbach 12a Kufstein Schwoich Tirol 6334 AT', 'AT', 'MA-L', '2011-12-14', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1488, '4434a7', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1489, '0050c27c2', 0, 'Dsr Information Tech Ltd', 'Fehérvári út. 50-52 Budapest 1117 HU', 'HU', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1490, '0050c2a47', 0, 'Primetech Engineering Corp', 'Koishikawadaikoku Bldg. 3F, 1-3-25 Koishikawa, Bunkyo-ku Tokyo 112-0002 JP', 'JP', 'IAB', '2009-02-18', '2017-04-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1491, '243a82', 0, 'Irts', '639 BD DES ARMARIS, IRTS TOULON Provence Alpes Cotes d\'Azur 83100 FR', 'FR', 'MA-L', '2018-03-13', '2018-03-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1492, '003aaf', 0, 'BlueBit Ltd', 'Unit B, 21/F., 78 Hung To Road, Kowloon, HK', 'HK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1493, '40c245', 0, 'Shenzhen Hexicom Tech Co, Ltd', '1510 West Building,Nanshan Software Park, Nanshan Dist. Shenzhen Guangdong 518053 CN', 'CN', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1494, '5c6b32', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-06-05', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1495, 'f8462d', 0, 'Syntec Incorporation', '3F, NO.105, Shing-shyue St., Hsinchu 300 TW', 'TW', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1496, '9c0111', 0, 'Shenzhen Newabel Electronic Co, Ltd', '5Flr, South Tower of Sichuan Bld., Shenzhen Guangdong 518028 CN', 'CN', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1497, '58e876a', 0, 'Shenzhen Digissin Tech', 'Room 315, Zixinda Building, No. 1053, BAOYUAN Road, Xixiang, Baoan District, SHENZHEN GUANGDONG 518102 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1498, '70b3d5a4d', 0, 'Lansitec Tech Co, Ltd', 'No. 8 Huashen Avenue Nanjing Jiangsu 210012 CN', 'CN', 'MA-S', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1499, '0014e5', 0, 'Alticast', '16th floor, Nara Bldg, 1328-3 Seoul 137-070 KR', 'KR', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1500, 'dc49c9', 0, 'Casco Signal Ltd', 'No.489 Xizang Bei Road Shanghai 200071 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1501, '0023f6', 0, 'Softwell Tech Co, Ltd', '4F, No. 419, Jhonghe Rd., Yonghe City, Taipei County 234 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1502, '245ebe', 0, 'Qnap Systems, Inc', '2F., No.22, Zhongxing Rd., Xizhi Dist. New Taipei City 221 TW', 'TW', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1503, '005084', 0, 'Quantum Corp', '8560 Upland Dr. Englewood CO 80112 US', 'US', 'MA-L', '2000-11-09', '2019-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1504, '0018d4', 0, 'Unified Display Interface Sig', '15201 SW Greenbrier Road Beaverton Oregon 97006 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1505, '002443', 0, 'Nortel Networks', '2221 Lakeside Blvd Richardson TX 75081 US', 'US', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1506, '70b3d5811', 0, 'Cjsc «Interset»', '117292, Moscow, Nakhimovsky prospekt 52/27, office B Moscow Moscow 117292 RU', 'RU', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1507, '9457a5', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2015-07-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1508, '70b3d591b', 0, 'Dolotron d.o.o.', 'Ziskovec 141 Cakovec 40000 HR', 'HR', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1509, '0013e0', 0, 'Murata Manufacturing Co, Ltd', '2288, Oaza-Ohshinohara, Yasu-cho, Yasu-gun Shiga 520-2393 JP', 'JP', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1510, '001b76', 0, 'Ripcode, Inc', '1130 E. Arapaho Road Richardson TX 75081 US', 'US', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1511, '24fb65', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1512, '70b3d5a77', 0, 'Spx Radiodetection', 'Western Drive Bristol Avon BS14 0AF GB', 'GB', 'MA-S', '2020-02-08', '2020-02-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1513, '183451', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-01-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1514, '7cdd76', 0, 'Suzhou Hanming Tech Co, Ltd', 'Suite 407, No. 166, Ren Ai Road Suzhou Jiangsu 215123 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1515, '64f81c', 0, 'Huawei Tech Co, Ltd', 'Bantian, Longgang District, Shenzhen, 518129, P.R.C Shenzhen GUANGDONG Province 518000 CN', 'CN', 'MA-L', '2018-07-30', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1516, '0021d8', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1517, '74e1b6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-01-19', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1518, '0cfe5db', 0, 'Yinuo-Link Ltd', '5 Floor, Chuangyecheng,Xinghua Road,Xingwei,Fuyong Shenzhen Guangdong 518103 CN', 'CN', 'MA-M', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1519, '9405bb', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1520, '001783', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-04-08', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1521, 'c08ade', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2012-03-01', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1522, '18742e', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno 89507 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1523, '340aff', 0, 'Qingdao Hisense Communications Co, Ltd', 'Qianwangang Road 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2014-03-14', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1524, '70b3d5ecb', 0, 'Re spa - Controlli Industriali - It01782300154', 'via Firenze 3 Bussero 20060 IT', 'IT', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1525, 'f0264c', 0, 'Sigrist-Photometer AG', 'Hofurlistrasse 1 Ennetbürgen 6373 CH', 'CH', 'MA-L', '2010-01-05', '2019-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1526, '28f10e', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1527, '200a0d9', 0, 'Welzek (Beijing) Tech Co, Ltd', 'No 201,Building 12, Chaolai Science Park, No.36 Chuangyuan RoadLaiguangying, Chaoyang Disctrict Beijing Beijing 100012 CN', 'CN', 'MA-M', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1528, '0017f5', 0, 'Lig Neoptek', '926 Gosaek-dong Suwon-si Gyeonggi-do 441-813 KR', 'KR', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1529, '002403', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1530, '000cb3', 0, 'Round Co, Ltd', '3-9 Gokashou-Shibahigashi uji kyoto 611-0011 JP', 'JP', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1531, '8c14b4', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1532, '00209a', 0, 'The 3do Co', '600 GALVESTON DRIVE REDWOOD CITY CA 94063 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1533, '0050c2e78', 0, 'Task Sistemas DE Computacao Ltda', 'Rua 2 / 112 Jardim Itatiaia Itatiaia Rio de Janeiro 27580-000 BR', 'BR', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1534, 'a03be3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1535, '70b3d5b44', 0, 'Entec Electric & Electronic Co, Ltd', '78-2 Buncheon-ri, Bongdam-eup Hwaseong-city Gyungki-do 445-894 KR', 'KR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1536, '000511', 0, 'Complementary Tech Ltd', 'Comtech House, 28 Manchester Road BL5 3QJ GB', 'GB', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1537, '1ccae34', 0, 'Sunray Medical Apparatus Co, Ltd', '4/F No.242 Tianhe Dong Road ,510620 Guangzhou, PEOPLE’S REPUBLICA OF CHINA Guangzhou Guangdong 510620 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1538, 'f490ca', 0, 'Tensorcom', '5900 Pastuer Ct., Suite 105 Carlsbad CA 92008 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1539, '848e0c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1540, '9800c1', 0, 'GuangZhou Creator Tech Co, Ltd(China)', 'Level 3,Blg 6,No 9 Keji Yuan,LanYusi St, GuangZhou GuangDong 510730 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1541, '70b3d5809', 0, 'Tecnint Hte Srl', 'Via della Tecnica 16/18 Osnago Lecco 23875 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1542, '001965', 0, 'YuHua TelTech (ShangHai) Co, Ltd', 'YuHua R&D Building,27 xin jin qiao road, SHANGHAI 201206 CN', 'CN', 'MA-L', '2006-08-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1543, '001a14', 0, 'Xin Hua Control Engineering Co, Ltd', '160 Wenjing Rd., Minhang Shanghai 2000245 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1544, '3cd4d6', 0, 'WirelessWERX, Inc', '22687 Old Canal Rd. Yorba Linda California 92887 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1545, 'b88ec6', 0, 'Stateless Networks', '388 Market Street San Francisco CA 94111 US', 'US', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1546, '0007b4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1547, '0050c2671', 0, 'Skyline Products, Inc', '2903 Delta Drive Colorado Springs CO 80910 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1548, '0024df', 0, 'Digitalbox Europe GmbH', 'Sandstraße 65 Ratingen 40878 DE', 'DE', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1549, 'ec9327', 0, 'Memmert GmbH + Co KG', 'Aeussere Rittersbacher Strasse 38 Schwabach Bavaria 91126 DE', 'DE', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1550, '0090e3', 0, 'Avex Electronics Inc', '4807 BRADFORD DRIVE HUNTSVILLE AL 35805 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1551, '000365', 0, 'Kira Information & Communications, Ltd', '6th Fl. Anam Tower, KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1552, 'ecfa03', 0, 'Fca', '800 Chrylser Dr Auburn Hills MI 48326 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1553, '885d90d', 0, 'Hexaglobe', '1 rue Méhul Paris 75002 FR', 'FR', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1554, 'f88096', 0, 'Elsys Equipamentos Eletrônicos Ltda', 'Rod. Visconde de Porto Seguro, n.º 2.660, Sitio Recreio dos Cafezais Valinhos SP 13278327 BR', 'BR', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1555, '989449', 0, 'Skyworth Wireless Tech Ltd', 'Unit A Rm.3A01, Skyworth Bldg., Gaoxin Ave. 1.S., Nanshan District Shenzhen 518057 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1556, '689423', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2012-07-28', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1557, '380197', 0, 'Tsst Global, Inc', '14 Floor, Bldg. No. 102, Digital Empire2, 486, Sin-dong, Yeongtong-gu, Suwon-si, Su-won Gyeonggi 443-734 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1558, '8cdb25', 0, 'Esg Solutions', '20 Hyperion Court Kingston Ontario K7K 7K2 CA', 'CA', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1559, '0005c2', 0, 'Soronti, Inc', '12159 Business Park Dr, suite 140 Draper Utah 84020 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1560, '00150e', 0, 'Openbrain Tech Co, Ltd', '#804,ANYANG K-CENTER,1591-9 , BURIM-DONG,DONGAN-GU, ANYANG KYUNGGI-DO 431-815 KR', 'KR', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1561, '0019d8', 0, 'Maxfor', '#E 809, Bundang, Techno-Park Seongnam-City Gyeonggi-Do 463-760 KR', 'KR', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1562, '0050c2b6e', 1, 'Private', '', '', 'IAB', '2010-05-15', '2010-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1563, 'f43909', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1564, '001094', 0, 'Performance Analysis Broadband, Spirent plc', '27349 Agoura Road Calabasas Hills CA 91301 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1565, '008077', 0, 'Brother industries, Ltd', 'RESEARCH LABORATORY piscatawa 12345 JP', 'JP', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1566, '00085d', 0, 'Mitel Corp', '350 Legget Drive - K2K 2W7 CA', 'CA', 'MA-L', '2001-12-14', '2019-03-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1567, '70b3d564c', 0, 'Acemis France', '36 RUE ARISTIDE BERGES CUGNAUX 31270 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1568, '60fa9d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1569, '0060ca', 0, 'Harmonic Systems Inc', '199 1ST STREET - STE #302 LOS ALTOS CA 94022 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1570, '00059f', 0, 'Yotta Networks, Inc', '2201 Avenue K Plano TX 75074 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1571, '000705', 0, 'Endress & Hauser GmbH & Co', 'Hauptstrabe 1 - Postfach 1261 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1572, 'd89a34', 0, 'Beijing Shenqi Tech Co, Ltd', 'No.6 Shang Di West Road Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1573, '705a0f', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1574, '5c7776', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1575, '807ff8', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1576, '0080fc', 0, 'Avatar Corp', '65 SOUTH STREET HOPKINTON MA 01748 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1577, '00d029', 0, 'Wakefern Food Corp', '230 RARITAN CENTER PARKWAY EDISON NJ 08837 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1578, 'ec7c74', 0, 'Justone Tech Co, Ltd', 'Tongguang Building F19, 12# South Agriculture Exhibition Center Road, Beijing 100125 CN', 'CN', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1579, '00608b', 0, 'ConferTech International', '12110 N. PECOS STREET WESTMINSTER CO 80234-2074 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1580, '000b6e', 0, 'Neff Instrument Corp', '700 South Myrtle Ave. Monrovia CA 91016 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1581, '8c593c4', 0, 'Guralp Systems Ltd', '3 Midas House Reading Berkshire RG7 8EA GB', 'GB', 'MA-M', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1582, 'd05f649', 0, 'Shanghai Luying International Trade Co, Ltd', 'Room 1009 Block 12 No.858 South Huanzhen Road Baoshan District Shanghai City Shanghai 200442 CN', 'CN', 'MA-M', '2019-05-10', '2019-05-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1583, '2ce2a8', 0, 'DeviceDesign', 'Yeongtong-dong, Yeongtong-gu Suwon-si Gyeonggi-do 443-813 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1584, '046c9d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1585, 'f4fc32', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-01-05', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1586, '0050c227f', 0, 'Air Broadband Communications, Inc', '2620 Albany Dr. Suite 245 Santa Clara CA 95054 US', 'US', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1587, '0050c292a', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2008-11-13', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1588, '2c431a', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1589, '0050c212f', 0, 'Haag-Streit AG', 'Gartenstadtstrasse 10 Koeniz CH-3098 CH', 'CH', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1590, '0050c2613', 0, 'Tattile Srl', 'VIA TRENTO,127/129 CAPRIANO DEL COLLE BRESCIA 25020 IT', 'IT', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1591, '70b3d5d9f', 0, 'Digital Solutions Jsc', 'room 4, office 1, 3rd floor, building 7, house 9a, 2nd Sinichkina Str. Moscow 111020 RU', 'RU', 'MA-S', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1592, 'e46f13', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1593, '5c4a1f', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1594, '0050c2206', 0, 'Windmill Innovations', 'Beurtschipper 20 Nijkerk GLD 3861SC NL', 'NL', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1595, '0014d0', 0, 'Bti Systems Inc', '50 Northside Road Ottawa Ontario K2H 5Z6 CA', 'CA', 'MA-L', '2005-06-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1596, '00169f', 0, 'Vimtron Electronics Co, Ltd', '7F., No.9, Alley 2, Lane 35 Neihu District Taipei City 11492 TW', 'TW', 'MA-L', '2005-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1597, '0024b8', 0, 'free alliance sdn bhd', 'B-3-2 Plaza Damas Kuala Lumpur WP 50480 MY', 'MY', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1598, '24f5a2', 0, 'Belkin International Inc', '12045 East Waterfront Drive Playa Vista null 90094 US', 'US', 'MA-L', '2017-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1599, '1806f5', 0, 'Rad Data Communications, Ltd', '24 Raoul Wallenberg St. Tel Aviv 69719 IL', 'IL', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1600, '00d074', 0, 'Taqua Systems, Inc', '1600 FALMOUTH RD. - STE CENTERVILLE MA 02632 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1601, '0050c20d2', 0, 'Real World Computing Partnership', '2-5-12 Higashi-Kanda Chiyoda-ku Tokyo 101-0031 JP', 'JP', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1602, 'a87285', 0, 'Idt, Inc', '6024 SILVER CREEK VALLEY RD SAN JOSE CA 95138 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1603, '0050c2932', 0, 'Smavis Inc', '914 JEI Platz, 459-11 Gasan-dong, Seoul 153-803 KR', 'KR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1604, '0050c2a61', 0, 'Fr. Sauter AG', 'Im Surinam 55 Basel CH4016 CH', 'CH', 'IAB', '2009-02-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1605, '0cc9c6', 0, 'Samwin Hong Kong Ltd', 'Rm 901-902, 9/F, Futura Plaza, Hong Kong CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1606, 'b068b6', 0, 'Hangzhou Oye Tech Co Ltd', 'Room 202 Building 12 Wenxinrenjia, Hangzhou Zhejiang 310051 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1607, '6ce3b6', 0, 'Nera Telecommunications Ltd', '109 Defu Lane 10 Singapore Singapore 539225 SG', 'SG', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1608, '0017f7', 0, 'Cem Solutions Pvt Ltd', '49,Kanija Bhavan Bangalore Karnataka 560 001 IN', 'IN', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1609, 'f06281', 0, 'ProCurve Networking by HP', '60 Alexandra Terrace 118502 SG', 'SG', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1610, 'c47c8d2', 0, 'Star2Star Communications, Llc', '600 Tallevast Road, Suite 202 Sarasota FL 34243 US', 'US', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1611, '0050c27d6', 0, 'International Mining Tech', '19 Collingwood St. Osborne Park Western Australia 6916 AU', 'AU', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1612, 'c0e422', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-01-05', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1613, '780541', 0, 'Queclink Wireless Solutions Co, Ltd', 'Room 501, Building 9, No.99 Tianzhou Road shanghai shanghai 200233 CN', 'CN', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1614, '00be3b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1615, 'a456cc', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1616, '00a03f', 0, 'Computer Society Microprocessor & Microprocessor Standards C', '% APPLE COMPUTER, INC. CUPERTINO CA 95014 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1617, '9870e8', 0, 'Innatech Sdn Bhd', '2, JALAN TIARA 3, TIARA SQUARE SUBANG JAYA SELANGOR 47600 MY', 'MY', 'MA-L', '2015-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1618, '0026b1', 0, 'Navis Auto Motive Systems, Inc', 'Busan, Centumjungang-ro 78, Centum Greentower 8th floor BUSAN 612-822 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1619, '149346', 0, 'Pni sensor Corp', '2331 Circadian Way Santa Rosa CA 95407 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1620, '001947', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1621, '0021eb', 0, 'Esp Systems, Llc', '1422 East Fourth Street Charlotte NC 28204 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1622, 'e8447e', 0, 'Bitdefender Srl', '24 Delea Veche St. Bucharest Romania 024102 RO', 'RO', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1623, '00609a', 0, 'Njk Techno Co', 'N1-25 KAMIYASATO KOMATSU #923 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1624, '74e14a', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-07-13', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1625, '00500c', 0, 'e-Tek Labs, Inc', '1057 EAST HENRIETTA RD. ROCHESTER NY 14623 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1626, '0019bd', 0, 'New Media Life', 'Hea Ju Bild, 5F, 837-7, Yeoksam-dong Kangnam-gu Seoul 135-080 KR', 'KR', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1627, '20a787', 0, 'Bointec Taiwan Corp Ltd', '1F, A20, L790, SEC.5, TAIPEI TAIWAN 11082 TW', 'TW', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1628, '34298f2', 0, 'Shenzhen Advance River System Tech Co, Ltd', '6/F South Factory,2nd Jinxiang Building,Xinzhou South Road,Futian District, Shenzhen Guangdong 518048 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1629, '0020c7', 0, 'Akai Professional M.I. Corp', '1-3, Hiranuma 1-Chome, 220-0023 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1630, '00e0f0', 0, 'Abler Tech, Inc', '4F, NO. 54 SEC. 4 TAIPEI TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1631, '00216d', 0, 'Soltech Co, Ltd', '#30-3,3F Yongsan Ku Seoul 140837 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1632, '002fd9', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1633, '00134d', 0, 'Inepro BV', 'Pondweg 7 Nieuw- Vennep NL', 'NL', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1634, '0050c24f6', 0, 'Real D', '100 N. CRESCENT DR. #120 BEVERLY HILLS CA 90210 US', 'US', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1635, '8c278a', 0, 'Vocollect Inc', '703 Rodi Road Pittsburgh Pa 15235 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1636, 'b0487a', 0, 'TP-Link Tech Co, Ltd', '1-6F, Building 2, Pingshandayuan Industrial, South Zone, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1637, 'b437d1e', 0, 'Union Tecnologica Noxium S.L.', 'Calle Averroes nº8, Edificio Acropolis Sevilla Sevilla 41020 ES', 'ES', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1638, '70b3d5d08', 0, 'Veeco Instruments', '4875 Constellation Dr St. Paul MN 55127 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1639, 'f88a3c0', 0, 'Art Spa', 'VOC.PISCHIELLO, 20 PASSIGNANO SUL TRASIMENO PG 06065 IT', 'IT', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1640, '50a009', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1641, '001aaf', 0, 'Blusens Tech', 'EDIFICIO CNL,- AV. 15707 - SANTIAGO DE COMPOSTELA A Coruña ES', 'ES', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1642, '003a9d', 0, 'Nec Platforms, Ltd', '800 Shimomata Kakegawa Shizuoka 436-8501 JP', 'JP', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1643, '001eec', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 25, THE 3RD Street KUNSHAN CITY SUZHOU PROVINCE 215300 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1644, '0025e9', 0, 'i-mate Development, Inc', '8383 158th Ave. N.E., Suite 300, Redmond, Washington WA 98052-3871 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1645, '004d32', 0, 'Andon Health Co, Ltd', 'NO.3Jin PIng Road Ya An Street Tianjin 300190 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1646, '00503b', 0, 'Mediafire Corp', '11317 FREDERICK AVENUE BELTSVILLE MD 20705 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1647, '000edb', 0, 'XiNCOM Corp', '2840 Industrial Ave. Hubbard OR 97032 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1648, '78d800a', 0, 'Insignal Co, Ltd', '#301, Ace High-end Tower 1st, 5 Digital-ro 26-gil Seoul ASI KR KS013 SEOUL KR', 'KR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1649, '00127c', 0, 'Swegon AB', 'Box 300 KVÄNUM VÄSTRA GÖTALAND SE 535 23 SE', 'SE', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1650, '20c8b3', 0, 'Shenzhen Bul-Tech Co, Ltd', 'Area C,4/F,NO.59,Longjing 2nd Road, SHENZHEN GuangDong 518101 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1651, '543530', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-11-12', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1652, '00e03c', 0, 'AdvanSys', '1150 RINGWOOD COURT SAN JOSE CA 95131 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1653, '88a5bd', 0, 'Qpcom Inc', '6030 NW 99 AVE DORAL FLORIDA 33178 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1654, '6c5a34', 0, 'Shenzhen Haitianxiong Electronic Co, Ltd', 'Rm.407, Block A, University-town Business Park, Taoyuan street, Lishan Road Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1655, '50bc96', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1656, '003038', 0, 'Xcp, Inc', '40 ELM STREET DRYDEN NY 13053 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1657, '00239d', 0, 'Mapower Electronics Co, Ltd', 'No. 50 Minquan Road Taoyuan County 33846 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1658, '0018b4', 0, 'Dawon Media Inc', 'Rm503. woolim e-biz center 170-5, Guro3dong Gurogu, Seoul 152-769 KR', 'KR', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1659, '001c15', 0, 'iPhotonix Llc', '2600 N Central Expressway Richardson Texas 75080 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1660, 'f0c24c', 0, 'Zhejiang FeiYue Digital Tech Co, Ltd', 'Baoting Industrial Park, 531 Jiaogong Road Hangzhou City Zhejiang Province 310012 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1661, '7cf31b', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2019-07-02', '2019-07-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1662, '000f88', 0, 'Ametek, Inc', '150 Freeport Road Pittsburgh PA 15238 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1663, '0050c240e', 0, 'ads-tec GmbH', 'Raiffeisenstraße 14 Leinfelden-Echterdingen Baden-Württemberg 70771 DE', 'DE', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1664, '008058', 0, 'Printer Systems Corp', '207 PARRY PARKWAY GAITHERSBURG MD 20877 US', 'US', 'MA-L', '2000-11-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1665, '001252', 0, 'Citronix, Llc', '2214 South Watson Road Arlington Texas 76010 US', 'US', 'MA-L', '2004-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1666, '0050c262d', 0, 'Procon Electronics', 'PO Box 164 Sydney NSW 1730 AU', 'AU', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1667, '0050c2b44', 0, 'Ampcontrol Pty Ltd', '7 Billbrooke Close Cameron Park NSW 2285 AU', 'AU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1668, '1c8879b', 0, 'gekartel AG', 'Julius-Otto-Straße 7 Dresden 01219 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1669, '244e7b8', 0, 'Cyber1st', 'Meteor Centre, Mansfield Road Derby Derbyshire DE21 4SY GB', 'GB', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1670, '0003d7', 0, 'NextNet Wireless, Inc', '9555 James Ave. So. Bloomington MN 55431 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1671, '004040', 0, 'Ring Access, Inc', '957-R INDUSTRIAL ROAD SAN CARLOS CA 94070 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1672, 'c0d834', 0, 'xvtec Ltd', 'Ha\'nagar 24 Hod Hasharon Israel 4527713 IL', 'IL', 'MA-L', '2018-10-29', '2018-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1673, 'ac2da3', 0, 'txtr GmbH', 'Rosenthaler Str. 13 Berlin 10119 DE', 'DE', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1674, 'b01f81c', 0, 'Access Device Integrated Communications Corp', 'No. 839, Sec.3, ChungChing Road, Taichung City Taichung 42862 TW', 'TW', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1675, 'ec74ba', 0, 'Hirschmann Automation and Control GmbH', 'Stuttgarter Strasse 45-51 Neckartenzlingen Baden-Württemberg 72654 DE', 'DE', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1676, 'cceddc', 0, 'MitraStar Tech Corp', 'No. 6, Innovation Road II, Hsinchu 300 TW', 'TW', 'MA-L', '2018-11-12', '2018-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1677, '001304', 0, 'Flaircomm Tech Co Ltd', '2088 Huashan Road Shanghai 200030 CN', 'CN', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1678, '40d8550a8', 0, 'Baudisch Electronic GmbH', 'Im Gewerbegebiet 7-9 Wäschenbeuren Baden-Württemberg 73116 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1679, '0050c2ff7', 0, 'Human Intech', '#1213 JnK Dijital Tower, 222-3 Guro-dong, Guro-gu Seoul 152-053 KR', 'KR', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1680, '70b3d5288', 0, 'Bresslergroup', '1216 Arch Street, Floor 7 Philadelphia PA 19107 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1681, '641084', 0, 'Hexium Technical Development Co, Ltd', 'Vaci ut 51b BUDAPEST H-1134 HU', 'HU', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1682, '6ca780', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1683, 'acc595', 0, 'Graphite Systems', '2037 Landings Drive Mountain View California 94043 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1684, '5c3b35', 0, 'Gehirn Inc', '1-3-6 Kudan-kita Chiyoda Tokyo 102-0073 JP', 'JP', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1685, 'e89fec', 0, 'Chengdu KT Electronic HI-Tech Co, Ltd', 'No.9, 3rd Wuke Road, Wuhou District Chengdu Sichuan Province 610045 CN', 'CN', 'MA-L', '2016-11-26', '2016-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1686, '70b3d560a', 0, 'Tata Power Sed', '42-43 Electronics City Bengaluru Karnataka 560100 IN', 'IN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1687, '000137', 0, 'IT Farm Corp', 'Asashiseimei Fuchu Bldg. 11F 183-0055 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1688, '005046', 0, 'Menicx International Co, Ltd', 'NO.9, MING TSUN ROAD TAIWAN 310 TAIWAN 310 R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1689, 'dc2a14', 0, 'Shanghai Longjing Tech Co', '689 Chundong Road, Minhang District Shanghai 201108 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1690, '00869c', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2017-05-23', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1691, 'd8860b7', 0, 'Grünbeck Wasseraufbereitung GmbH', 'Josef-Grünbeck-Str. 1 Hoechstaedt a.d. Donau 89420 DE', 'DE', 'MA-M', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1692, 'c82c2b9', 0, 'Biot Sp. z o.o.', 'Nowy Kisielin-Nowa 7 Zielona Góra Lubuskie 66-002 PL', 'PL', 'MA-M', '2019-02-04', '2019-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1693, '00c0a9', 0, 'Barron Mccann Ltd', 'BEMAC HOUSE UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1694, '0050c27fd', 0, 'Adeneo', '2 chemin du ruisseau Ecully 69136 FR', 'FR', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1695, '70b599', 0, 'Embedded Tech s.r.o.', 'Doubravice 134 Turnov 51101 CZ', 'CZ', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1696, '043389', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1697, 'e05a9fe', 0, 'ShenZhen Arts Changhua Intelligent Tech Co, Ltd', '15i, Taibang Science & Technology Building, Science and Technology South 8th Road, Hi-Tech Park South Area Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2018-11-20', '2018-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1698, '0005b6', 0, 'Insys Microelectronics GmbH', 'Hermann-Köhl-Straße 22 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1699, '609e64', 0, 'Vivonic GmbH', 'Kurfuerst-Eppstein-Ring 4 Sailauf Bayern 63877 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1700, '70b3d5a86', 0, 'Divigraph (Pty) Ltd', 'Postnet Suite 72, Private Bag X7 Chempet 7442 ZA', 'ZA', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1701, '002448', 0, 'SpiderCloud Wireless, Inc', '475 Sycamore Drive Milpitas CA 95035 US', 'US', 'MA-L', '2008-12-03', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1702, '24240e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1703, '9c0cdf', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1704, '00c01e', 0, 'LA Francaise Des Jeux', 'CENTRE DE ROUSSY/DTI FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1705, '34ed0b', 0, 'Shanghai XZ-Com.Co, Ltd', '11th Floor,B Building ,No.100 Qinzhou Road ,Shanghai shanghai shanghai 200235 CN', 'CN', 'MA-L', '2016-04-06', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1706, '0003dc', 0, 'Lexar Media, Inc', '47421 Bayside Parkway Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1707, '001ac5', 0, 'Keysight Tech, Inc', '1400 Fountaingrove Pkwy. Santa Rosa CA 95403 US', 'US', 'MA-L', '2006-12-17', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1708, '0050c2363', 0, 'Septentrio nv/sa', 'Ubicenter Leuven BE-3001 BE', 'BE', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1709, '0050c28bf', 0, 'Aristo Graphic Systeme GmbH & Co KG', 'Schnackenburgallee 117 Hamburg 22525 DE', 'DE', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1710, '0025f5', 0, 'Dvs Korea, Co, Ltd', '497-3, SangHa-Dong, Giheung-gu Yong-In city Gyeonggi-do 446-914 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1711, 'f0deb9', 0, 'ShangHai Y&Y Electronics Co, Ltd', 'No.3, 588 Tianxiong Road, Shanghai International Medical Zone(SIMZ), Shanghai 201318 CN', 'CN', 'MA-L', '2011-08-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1712, 'bc1a67', 0, 'YF Tech Co, Ltd', 'No.62,South Fumin Road, Dongguang Guangdong 523773 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1713, '58fcdb5', 0, 'Shenzhen Siecom Communication Tech Development Co, Ltd', 'Wanwei building401 ,Industry 5th Road Shenzhen Guangdong 518067 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1714, '00a039', 0, 'Ross Tech, Inc', '5316 HWY 290 WEST - STE. #500 AUSTIN TX 78735 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1715, '00050f', 0, 'Tanaka S/S Ltd', '1942 Nomura Hirooka Nagano 399-0702 JP', 'JP', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1716, 'c0d2f3', 0, 'Hui Zhou Gaoshengda Tech Co, Ltd', 'No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1717, '7c035e', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1718, '00132c', 0, 'Maz Brandenburg GmbH', 'Pascalstraße 10a Berlin Berlin 10587 DE', 'DE', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1719, '68a0f6', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1720, '54be53', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1721, '0001cc', 0, 'Japan Total Design Communication Co, Ltd', 'Enesta Suginamihigashi Build., 3F, JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1722, '0050c23dc', 0, '3D perception', 'PO Box 455 Asker N-1373 NO', 'NO', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1723, '80fbf0', 0, 'Quectel Wireless Solutions Co, Ltd', '7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai 200233 CN', 'CN', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1724, '70b3d5e8c', 0, 'Fracarro srl', 'via Cazzaro 3 Castelfranco Veneto 31033 IT', 'IT', 'MA-S', '2018-10-04', '2018-10-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1725, '00308f', 0, 'Micrilor, Inc', '17 Lakeside Office Park Wakefield MA 01880 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1726, '0050c2a98', 0, 'Sentry 360 Security', '1280 Iroquois Ave Naperville IL 60563 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1727, '703a0e', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2016-01-25', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1728, '70b3d5caf', 0, 'Dave Srl', 'VIA TALPONEDO 29/A PORCIA PORDENONE 330850 IT', 'IT', 'MA-S', '2019-10-24', '2019-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1729, '4813f3', 0, 'Bbk Educational Electronics Corp, Ltd', 'LiWu INDUSTRIAL PARK,Wusha,Chang\'an Dong Guan Guang Dong 523860 CN', 'CN', 'MA-L', '2011-08-18', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1730, '90b134', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2011-12-14', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1731, '84248d', 0, 'Zebra Tech Inc', '475 Half Day Road Lincolnshire IL 60069 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1732, '84569c', 0, 'Coho Data, Inc,', '1230 Midas Way, Suite 110 Sunnyvale CA 94085 US', 'US', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1733, 'a87c01', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-08-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1734, '2c598a', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2016-08-26', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1735, 'dce2ac', 0, 'Lumens Digital Optics Inc', '5F, No.35, Sintai Rd., Jhubei City Jhubei HsinChu 302 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1736, '0050c2bdb', 0, 'GasTOPS Ltd', '1011 Polytek Street Ottawa Ontario K1J9J3 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1737, '0050c2604', 0, 'Hcjb Global', '2830 South 17th St. Elkhart IN 46517-4008 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1738, 'bca9d6', 0, 'Cyber-Rain, Inc', '5272 Evanwood Avenue Oak Park California 91377-4809 US', 'US', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1739, 'd43266', 0, 'Fike Corp', '704 SW 10th Street Blue Springs MO 64015 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1740, '0050c22c1', 0, 'Stage Tec Entwicklungsgesellschaft für professionelle Audio', 'Tabbertstraße 10 Berlin Berlin 12459 DE', 'DE', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1741, '0050c23e8', 0, 'Conformative Systems, Inc', '4516 Seton Center Parkway Austin TX 78759 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1742, '001f10', 0, 'Toledo DO Brasil Industria DE Balancas Ltda', 'RUA MANOEL CREMONESI, 1 SAO BERNARDO DO CAMPO SP 09851-900 BR', 'BR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1743, '0050c2c2f', 0, 'Reflex Ces', '2 RUE DU GEVAUDAN EVRY 91047 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1744, '68fcb3', 0, 'Next Level Security Systems, Inc', '6353 Corte Del Abeto Carlsbad CA 92011 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1745, '70b3d52d4', 0, 'CT Co', 'Godovikova , 9, Moscow Moscow RUSSIA 129085 RU', 'RU', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1746, '9c83bf', 0, 'Pro-Vision, Inc', '8625-B Byron Commerce Dr. SW Byron Center MI 49315 US', 'US', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1747, '70b3d5f21', 0, 'dds', '606, Woolim Lions Valley 2Cha, 2, Gasan digital 1-ro Geumcheon-gu Seoul 08591 KR', 'KR', 'MA-S', '2018-08-31', '2018-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1748, '00008d', 0, 'Cryptek Inc', '1501 Moran Road Sterling VA 20166 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1749, '000115', 0, 'Extratech Corp', '760 Thornton St., Unit 2 Post Falls ID 83854 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1750, '0021ee', 0, 'Full Spectrum Inc', '1149 Chestnut Street, Suite 100 Menlo Park California 94025 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1751, 'a08c15', 0, 'Gerhard D. Wempe KG', 'Steinstrasse 23 Hamburg 20095 DE', 'DE', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1752, '88c397', 0, 'Beijing Xiaomi Mobile Software Co, Ltd', 'The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN', 'CN', 'MA-L', '2020-01-03', '2020-01-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1753, '00220a', 0, 'OnLive, Inc', '1091 N Shoreline Blvd Mountainview California 94043 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1754, '0050c2f5d', 0, 'Smartb Tech', '#625 1ST FLOOR 3 RD CROSS CBI MAIN ROAD HMT LAYOUT RT NAGAR BANAGALORE KARNATAKA 560032 IN', 'IN', 'IAB', '2012-03-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1755, '0008fc', 0, 'Gigaphoton Inc', 'YOKOKURA SHINDEN400 OYAMA TOTIGI 323-8558 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1756, '000d5e', 0, 'Nec Personal Products', '6-80, Shimohanazawa 2-Chome Yonezawa-shi Yamagata 992-8520 JP', 'JP', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1757, '001d42', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2007-08-18', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1758, 'd85d84', 0, 'CAx soft GmbH', 'Noettinger Strasse 3 Karlsbad BW 76307 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1759, 'e4956ef', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1760, '3089d3', 0, 'Hongkong Ucloudlink Network Tech Ltd', 'FLAT A-8 9/F DELYA INDUSTRIAL CENTRE 7 SHEK PAI TAU ROAD Hong Kong CN', 'CN', 'MA-L', '2015-03-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1761, '000235', 0, 'Paragon Networks International', '61 Commerce Drive Brookfield CT 06804 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1762, '000207', 0, 'VisionGlobal Network Corp', '826 E. Stale Road American Fork UT 84003 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1763, '205a00', 0, 'Coval', 'ZA Les Petits Champs MONTELIER Drome 26120 FR', 'FR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1764, '1007238', 0, 'Ion Professional Solutions', '4514 Flower Bridge Ct Humble Texas 77396 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1765, 'd81d72', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1766, '0041d2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1767, '00502f', 0, 'TollBridge Tech, Inc', '872 HERMOSA DRIVE SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1768, '001cb0', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1769, '10eed9', 0, 'Canoga Perkins Corp', '20600 Prairie Street Chatsworth CA 91311 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1770, '6891d04', 0, 'G-Tech Instruments Inc', '2F.-2, No.83, Sec. 2, Gongdao 5th Rd., East Dist. Hsinchu 30070 TW', 'TW', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1771, 'f46e95', 0, 'Extreme Networks, Inc', '6480 Via Del Oro San Jose 95119 US', 'US', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1772, '000491', 0, 'Technovision, Inc', '5155 Spectrum Way, Unit #31 L4W 5A1 CA', 'CA', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1773, '001bbc', 0, 'Silver Peak Systems, Inc', '471 El Camino Real Santa Clara CA 95050 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1774, '0050c20af', 0, 'Latus Lightworks, Inc', '250 East Arapaho Rd. Richardson TX 75081 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1775, '70b3d5819', 0, '«Intellect module» Llc', 'Krasnogo kursanta str. 25 lit. J Saint-Petersburg 197110 RU', 'RU', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1776, '08512e', 0, 'Orion Diagnostica Oy', 'Koivu-Mankkaan tie 6 Espoo 02100 FI', 'FI', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1777, '187ed5', 0, 'shenzhen kaism Tech Co Ltd', '37# chuanglong west road pinghu shenzhen shenzhen 518111 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1778, 'd022129', 0, 'Uab "Salda"', 'Ragaines 100 Šiauliai Europe LT-78109 LT', 'LT', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1779, '20677c', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1780, 'b8ef8b', 0, 'Shenzhen Cannice Tech Co, Ltd', 'F-20,7A,Baoneng Technology Park Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1781, '000ecc', 0, 'Tableau, Llc', 'N8 W22195 Johnson Drive, Suite 100 Waukesha WI 53186 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1782, '001a6e', 0, 'Impro Tech', '47B Gillits Rd Pinetown KwaZulu-Natal 3610 ZA', 'ZA', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1783, '70b3d5558', 0, 'Multiple Access Communications Ltd', 'Delta House, Southampton Science Park Southampton Hampshire SO16 7NS GB', 'GB', 'MA-S', '2019-02-05', '2019-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1784, '4c4bf90', 0, 'Multitek Elektronik Sanayi ve Ticaret A.S.', 'Meclis Mah. Ataturk Cad. No:47, sancaktepe istanbul 34785 TR', 'TR', 'MA-M', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1785, '70b3d5234', 0, 'EDFelectronics Jrmm Sp z o.o. sp.k.', 'Rybnicka 64 Radlin 44-310 PL', 'PL', 'MA-S', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1786, '304225', 0, 'Burg-WÄChter KG', 'Altenhofer Weg 15 Wetter NRW 58300 DE', 'DE', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1787, 'cc464e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1788, '986f60', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1789, '282cb2', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1790, '84c0ef', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1791, '9498a2', 0, 'Shanghai Listen TechLtd', '7F,A#,NO.3699,Gonghexin Road SHANGHAI SHANGHAI 200435 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1792, '3400a3', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1793, 'eccb30', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1794, '70b3d5140', 0, 'Virta Laboratories, Inc', '1327 Jones Dr Ann Arbor Michigan 48105 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1795, '98aa3c', 0, 'Will i-Tech Co, Ltd', '34, Deokcheon-ro, Manan-gu, Anyang-si, Gyeonggi-do, Korea Anyang 14088 KR', 'KR', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1796, '90173f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1797, '0050c24a7', 0, 'iseg Spezialelektronik GmbH', 'Bautzner Landstr. 23 Radeberg OT Rossendorf 01454 DE', 'DE', 'IAB', '2005-06-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1798, '002559', 0, 'Syphan Tech Ltd', 'The Watermill Skipton North Yorkshire BD23 3AG GB', 'GB', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1799, '000d34', 0, 'Shell International Exploration and Production, Inc', 'BTC-Gasmer Houston TX 77001 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1800, '002314', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1801, 'dc8b28', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1802, 'd8fb68', 0, 'Cloud Corner Ltd', 'Cloud Corner Smart Bldg, Mei Ju Center NO.39 Dongcheng South Road Dong Guan Guang Dong 523129 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1803, '283638b', 0, 'ShangHai Canall Information Tech Co, Ltd', '11F,TongLian Building,1565 Jiaotong Rd.,ShangHai 200065,P.R.C. ShangHai ShangHai 200065 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1804, '3c2c94', 0, '杭州德澜科技有限公司(HangZhou Delan Tech Co, Ltd)', 'tianmushan road no.398,Xihu District, hangzhou city, zhejiang province, China Hangzhou ZheJiang 310013 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1805, '0050c29ec', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2008-12-20', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1806, 'f8db4c', 0, 'Pny Tech, Inc', '100 Jefferson Road Parsippany New Jersey 07054 US', 'US', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1807, '001a43', 0, 'Logical Link Communications', '1909 Central Drive Suite 205 Bedford TX 76021 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1808, '001bc5025', 0, 'andersen lighting GmbH', 'Technologiezentrum Hildesheim D-31137 DE', 'DE', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1809, '44619c', 0, 'FONsystem Co Ltd', '3F annex of Venture support center GwangJu 500-706 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1810, '70b3d573e', 0, 'Trident Rfid Pty Ltd', 'Unit 1/24 Redcliffe Gardens Drive Clontarf QLD 4019 AU', 'AU', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1811, 'cc8826', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1812, '00907e', 0, 'Vetronix Corp', '2030 ALAMEDE PADRE SERRA SANTA BARBARA CA 93103 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1813, '00e04e', 0, 'Sanyo Denki Co, Ltd', '812-3, Shimonogou, Ueda-Shi Nagano 386-1211 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1814, '907065', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1815, '88532e', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1816, '70b3d5dca', 0, 'DSan Corp', '142 Mineola Avenue Roslyn Heights NY 11577 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1817, '70b3d5482', 0, 'Aeryon Labs Inc', '575 Kumpf Dr Waterloo ON N2V 1K3 CA', 'CA', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1818, '0050c22de', 0, 'Research Applications', '650 S 79th St Chandler Az 85226 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1819, '40d8550f9', 0, 'Invisua Lighting BV', 'Nuenenseweg 167 Geldrop NB 5667KP NL', 'NL', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1820, '0021c4', 0, 'Consilium AB', 'Västra Finnbodavägen 2-4 Nacka Stockholm 13131 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1821, '908d78', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1822, '980d51', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1823, '0040d5', 0, 'Sartorius Mechatronics T&H GmbH', 'WEENDER LANDSTR: 94 - 108 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1824, '00051a', 0, '3com Europe Ltd', '3COM CENTRE vvvvv UNITED KINGDOM GB', 'GB', 'MA-L', '2001-02-02', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1825, '00187b', 0, '4nsys Co Ltd', '3F, Hana Bldg Guro-Gu Seoul 152-100 KR', 'KR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1826, '3c94d5', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-01-09', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1827, '7cbc841', 0, 'Xiamen Mage Information Tech Co, Ltd', 'Room 302B, No.40 Guanri Road, Software Park II Xiamen Fujian 361008 CN', 'CN', 'MA-M', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1828, '00c0cd', 0, 'Comelta, S.A.', 'AVDA. PARC TECNOLOGIC, 4 ES', 'ES', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1829, '0050c20b0', 0, 'Lmi Tech', '1673 Cliveden Avenue Delta British Columbia V3M 6V5 CA', 'CA', 'IAB', '2002-08-08', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1830, '002463', 0, 'Phybridge Inc', '3495 Laird Rd Mississauga Ontario L5L5S5 CA', 'CA', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1831, '4ccbf5', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1832, '98faa7', 0, 'Innonet', 'C-417, Munjeong Hyundai Knowledge Industry Center, Beobwon-ro 11-gil-7 Songpa-gu Seoul 05836 KR', 'KR', 'MA-L', '2020-01-18', '2020-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1833, '0070b0', 0, 'M/A-Com Inc Companies', '11717 EXPLORATION LANE GERMANTOWN MD 20767 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1834, '001daa', 0, 'DrayTek Corp', 'No. 26, Fu-Shing Road Hsin-Chu 303 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1835, '001559', 0, 'Securaplane Tech, Inc', '10800 N. Mavinee Dr. Tucson AZ 85737 US', 'US', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1836, '044e06', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2013-11-12', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1837, '001962', 0, 'Commerciant, LP', '2901 Wilcrest Houston Texas 77042 US', 'US', 'MA-L', '2006-08-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1838, '0025e0', 0, 'CeedTec Sdn Bhd', '303-4-5, Krystal Point Business Center Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1839, '8058c5', 0, 'NovaTec Kommunikationstechnik GmbH', 'Technologiepark 9 Paderborn NRW 33100 DE', 'DE', 'MA-L', '2011-03-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1840, '001bc5004', 0, 'Intellvisions Software Ltd', '303, Steel House, 24 Mahal Indl Estate Mumbai Maharashtra 400093 IN', 'IN', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1841, '6cf97c', 0, 'Nanoptix Inc', '699 Champlain St Dieppe NB E1A 1P6 CA', 'CA', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1842, 'd80831', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1843, '00021e', 0, 'Simtel S.R.L.', 'Via Bonifacio Lupi, 25 IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1844, '0050c2136', 0, 'Tensilica, Inc', '3255-G Scott Blvd. Santa Clara CA 95054 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1845, '981bb5', 0, 'Assa Abloy Korea Co, Ltd iRevo', '10F of JEI PLATZ Bldg., 186, Gasandigital-ro, Geumcheon-gu Seoul 08502 KR', 'KR', 'MA-L', '2019-08-27', '2019-08-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1846, '70b3d5580', 1, 'Private', '', '', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1847, '480bb22', 0, 'Thales Cetca Avionics Co, Ltd', 'NO.9 Baichuan road,Hi-tech industry west zone park, Chengdu, Sichuan Chengdu Sichuan 611731 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1848, '8489ecc', 0, 'Shinkawa Ltd', 'Shinjuku Front Tower 32F, 2-21-1 Kitashinjyuku Shinjuku-ku Tokyo 169-0074 JP', 'JP', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1849, '745bc5a', 0, 'Fournie Grospaud Energie Sasu', '220 rue du chene vert LABEGE 31670 FR', 'FR', 'MA-M', '2018-12-10', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1850, '4c917a7', 0, 'S.I.C.E.S. srl', 'Via Molinello, 8B Jerago con Orago VARESE 21040 IT', 'IT', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1851, '001888', 0, 'Gotive a.s.', 'Zámocká 34 Bratislava 81101 SK', 'SK', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1852, '40d85517b', 0, 'Luceo', '16 Rue Laënnec Vern Sur Seiche 35770 FR', 'FR', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1853, '0050c22b4', 0, 'Polatis Ltd', '332/2 Cambridge Science Park, Cambridge CB4 0BZ GB', 'GB', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1854, '000f41', 0, 'Zipher Ltd', '7 Faraday Building Nottingham Nottinghamshire NG7 2QP GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1855, '0050c238c', 0, 'Epsilon Srl', 'VIA DELLE GEROLE 24 CAPONAGO MILANO 20040 IT', 'IT', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1856, '0017c9', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3Dong, Yeongtong-Gu Suwon Geyonggi-Do 443-742 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1857, '70b3d5e10', 0, 'Leidos', '7031 Albert Einstein Drive Columbia MD 21046 US', 'US', 'MA-S', '2019-08-22', '2019-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1858, '0002e2', 0, 'Ndc Infared Engineering', '5314 N. Irwindale Ave. Irwindale CA 91706 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1859, '000d58', 1, 'Private', '', '', 'MA-L', '2003-06-01', '2003-06-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1860, '001bc5024', 0, 'Annecy Electronique Sas', 'Parc Altaīs, 1 Rue Callisto CHAVANOD FRANCE 74650 FR', 'FR', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1861, 'a4251b', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2014-08-20', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1862, '3cd16e', 0, 'Telepower Communication Co, Ltd', '5/F,Zonghe Building, Hantian Technology Town,Guiping RD,Nanhai District,F Foshan City Guangdong 528251 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1863, '506787', 0, 'Planet Networks', '1 Ivy Crest Ln Rockaway NJ 07866 US', 'US', 'MA-L', '2014-04-22', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1864, '8c7967', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1865, '307cb2', 0, 'Anov France', '100 CHEMIN DE BAILLOT MONTAUBAN TARN ET GARONNE 82000 FR', 'FR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1866, '54f6c5', 0, 'Fujian Star-Net Communication Co, Ltd', '19-22# Building, Star-net Science Plaza, Juyuanzhou, FUZHOU FUJIAN 350002 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1867, '8cf710', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1868, '00138f', 0, 'Asiarock Tech Ltd', 'P.O. Box957, Offshore Incorporations Centre Road Town Tortola 12345 VG', 'VG', 'MA-L', '2005-02-06', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1869, '0021ff', 0, 'Cyfrowy Polsat SA', 'Łubinowa Warsaw Mazowieckie 03-878 PL', 'PL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1870, '041d10', 0, 'Dream Ware Inc', '5-23-7 Masugata, Tama-ku, Kawasaki Kanagawa 214-0032 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1871, 'b01f813', 0, 'Sound United', '11433 Cronridge Drive Owings Mills Maryland 21117 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1872, '0050c2005', 0, 'GD California, Inc', '1799 Portola Ave. Livermore CA 94550 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1873, '0050c2910', 0, 'Autotank AB', 'P.O. Box 11059 BROMMA STOCKHOLM SE-16111 SE', 'SE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1874, '7cfadf', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1875, 'f80278a', 0, 'Luxul Tech Inc', '2F., No.3, Yuandong Rd New Taipei City Taiwan 220 TW', 'TW', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1876, '70b3d5d38', 0, 'Vista Research, Inc', '2231 Crystal Drive, Suite 515 Arlington VA 22202 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1877, '000a4c', 0, 'Molecular Devices Corp', '1311 Orleans Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1878, '0050c2d40', 0, 'demmel products', 'Radnitzkygasse 43 Vienna 1100 AT', 'AT', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1879, '00230e', 0, 'Gorba AG', 'Sandackerstrasse Oberbüren SG CH - 9245 CH', 'CH', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1880, '64fb813', 0, 'Mobilus Inc', '2nd Fl. 18, Seocho-gu Seoul 138-898 KR', 'KR', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1881, 'd016b4', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1882, '0016b3', 0, 'Photonicbridges (China) Co, Ltd', 'No. 900, Yishan road, Shanghai 200233 US', 'US', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1883, '001dc5', 0, 'Beijing Jiaxun Feihong Electricial Co, Ltd', 'Electrical Building,No. 31 Jiaoda East Road, Beijing Haidian District, 100044 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1884, '5414fd', 0, 'Orbbec 3D Tech International', '950 Stephenson Hwy Suite 208 Troy MI 48083 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1885, 'f88a3cc', 0, 'Excetop Tech (Beijing) Co, Ltd', 'A03, 9th Floor, Horizon International Tower, No.6, Zhichun Road, Haidian District Beijing 100191 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1886, '0050c23f4', 0, 'MC Tech GmbH', 'Ottilienweg 9 Blumberg BW 78176 DE', 'DE', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1887, '001f9b', 0, 'Posbro', 'ShinyoungGtower 6F, 271-1 Seongnam-si Kyunggi-do 463-824 KR', 'KR', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1888, '64daa0', 0, 'Robert Bosch Smart Home GmbH', 'Schockenriedstraße 17 Stuttgart 70565 DE', 'DE', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1889, '886b44', 0, 'Sunnovo International Ltd', '1717 Haitai Building Beijing Beijing 100083 CN', 'CN', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1890, '48a74e', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1891, 'b01f81f', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1892, '70b3d5b93', 0, 'Internet Protocolo Logica SL', 'Sector Foresta 43, local 26 Tres Cantos Madrid 28760 ES', 'ES', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1893, '70b3d5d91', 0, 'FoodALYT GmbH', 'Robert-Hooke-Str.8 Bremen Bremen 28359 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1894, '50a4d03', 0, 'Guangzhou Hysoon Electronic Co, Ltd', 'No.1, Fenghuang South Road, Xinhua, Huadu District Guangzhou Guangdong 510800 CN', 'CN', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1895, '90324b', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1896, '000022', 0, 'Visual Tech Inc', '1703 MIDDLESEX STREET LOWELL MA 01851 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1897, '70b3d50ba', 0, 'Ayre Acoustics, Inc', '2300 Central Ave, #B Boulder CO 80301 US', 'US', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1898, '0868d0', 0, 'Japan System Design', 'Skyhills Deshio 3F Hiroshima 734-0001 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1899, '6459f8', 0, 'Vodafone Omnitel B.V.', 'VIA JERVIS, 13 10015 IVREA (TO) IT', 'IT', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1900, '00b086', 0, 'LocSoft Ltd', '7 Bright Street Clitheroe Lancashire BB7 1NW GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1901, '000778', 0, 'Gerstel GmbH & Co KG', 'Eberhard-Gerstel-Platz 1 Mülheim an der Ruhr DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1902, '8439be5', 0, 'Neat S.r.l.', 'via Edoardo D\'Onofrio 304 Rome ITALY 00155 IT', 'IT', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1903, 'a00460', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2016-05-19', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1904, '00025a', 0, 'Catena Networks', '307 Legget Drive Canada K2K 3C8 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1905, '909864', 0, 'Impex-Sat GmbH&Co KG', 'Beim Giesshaus 7 Glueckstadt 25348 DE', 'DE', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1906, '8c192de', 0, 'Elcon AB', 'Hyttrisvagen 27 Nyhammar 77014 SE', 'SE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1907, '006085', 0, 'Storage Concepts', '14352 Chamber Road Tustin CA 92780 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1908, '40d85512d', 0, 'Biotage Sweden AB', 'Vimpelgatan 5 Uppsala 753 18 SE', 'SE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1909, '70da9c', 0, 'Tecsen', '$401, Jeongsu Bd, 94-70, SEOUL NA 150-037 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1910, 'bc6c21', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1911, '70b3d5012', 0, 'Kst Tech', '164-1, KST b/d., Bangi-dong, songpa-gu SEOUL N/A 138-050 KR', 'KR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1912, '70dda8', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-02-06', '2019-02-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1913, '0060cb', 0, 'Hitachi Zosen Corp', '3-4, SAKURAJIMA 1-CHOME KONOHANA-KU, OSAKA 554 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1914, '001bc508c', 0, 'Triax A/S', 'Bjornkaervej 3 Hornsyld Denmark 8783 DK', 'DK', 'MA-S', '2014-04-14', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1915, '70b3d5660', 0, 'Smart Service Tech Co, Ltd', 'No.802, 2-12-3, Imajuku, Nishi-ku Fukuoka Fukuoka 819-0167 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1916, '009040', 0, 'Siemens Network Convergence Llc', 'Ten Technology Park Drive Westford MA 01886-3146 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1917, '00048d', 0, 'Teo Tech, Inc', '11609 49th Place West Mukilteo WA 98275 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1918, '0017bf', 0, 'Coherent Research Ltd', '8 Princess Mews Kingston upon Thames Surrey KT1 2SZ GB', 'GB', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1919, '0050c2da8', 0, 'Sine Systems, Inc', '972 Main St. Nashville TN 37206-3614 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1920, '3c404f', 0, 'Guangdong Pisen Electronics Co, Ltd', 'Building C,Liuyue Jintang Industry Zone Shenzhen Guangdong 518173 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1921, '70b3d59ba', 0, 'Atim Radiocommunication', 'Chemin des Guillets Villard de Lans 38250 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1922, '00e013', 0, 'Eastern Electronic Co, Ltd', 'NO. 4, SHIN-LONG ROAD, TAO-YUAN TW', 'TW', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1923, '000b5c', 0, 'Newtech Co, Ltd', 'K-Bldg 1-7-7 Shibadaimon Minato-ku Tokyo 105-0012 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1924, '0050c2bb1', 0, 'Pro4tech', 'Kochav Yokneam bldg 5 floor Yokneam Illit 20692 IL', 'IL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1925, '6c71d9', 0, 'AzureWave Tech Inc', '9F.,No.92,Baozhong Rd Xindian District New Taipei City 231 TW', 'TW', 'MA-L', '2013-01-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1926, '30d32d', 0, 'devolo AG', 'Charlottenburger Allee 67 Aachen NRW 52068 DE', 'DE', 'MA-L', '2015-05-23', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1927, 'c4b239', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-10-10', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1928, '706655', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2019-12-17', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1929, '000753', 0, 'Beijing Qxcomm Tech Co, Ltd', '4F Tower B, TongTai Building No. 33, Beijing 100032 CN', 'CN', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1930, '002657', 0, 'Ooo Npp Ekra', 'I.Yakovleva St., 3 Cheboksary Chuvash Republic 428003 RU', 'RU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1931, 'fc643a', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1932, 'd842e2', 0, 'Canary Connect, Inc', '132 East 43rd Street New York 10017 US', 'US', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1933, '70b3d5e8e', 0, 'Macnica Tech', '380 Stevens Avenue Solana Beach CA 92075 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1934, '0050c2d1f', 0, 'Olympus Ndt Canada Inc', '505, boul Parc Technologique Quebec G1P 4S9 CA', 'CA', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1935, '70b3d5b6a', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1936, '009086', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1937, '0013fc', 0, 'SiCortex, Inc', 'One Clocktower Place Maynard MA 01754 US', 'US', 'MA-L', '2005-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1938, '0050c220e', 0, 'Pyramid Computer GmbH', 'Boetzinger Strasse 60 Freiburg BW 79111 DE', 'DE', 'IAB', '2003-02-18', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1939, '0014fc', 0, 'Extandon, Inc', '39350 Civic Center Drive Ste. 160 Fremont CA 94538 US', 'US', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1940, '001e88', 0, 'Andor System Support Co, Ltd', 'Minami-Shinagawa 2-15-8 Sinagawa Tokyo 140-0004 JP', 'JP', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1941, '00dbdf', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-10-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1942, '28fd803', 0, 'Nuuo, Inc', 'B1, No.207-1, Sec. 3, Beixin Rd. New Taipei City Xindian Dist. 231 TW', 'TW', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1943, '1cb044', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1944, '000a33', 0, 'Emulex Corp', '2021 Opportunity Drive Roseville CA 95678 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1945, '000bdf', 0, 'Shenzhen RouterD Networks Ltd', '8/F, Building A, Tsinghua Hi-Tech Park Shenzhen CN', 'CN', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1946, 'b09bd4', 0, 'Gnh Software India Private Ltd', '9/14 Sengani Amman Koil Street Chennai Tamilnadu 600032 IN', 'IN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1947, 'e8ba70', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1948, 'e467ba', 0, 'Danish Interpretation Systems A/S', 'Vestre Teglgade 12 Copenhagen SV 2450 DK', 'DK', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1949, '2cd141f', 1, 'Private', '', '', 'MA-M', '2015-02-16', '2015-02-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1950, 'c0d391b', 1, 'Private', '', '', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1951, 'd8a6fd', 0, 'Ghost Locomotion', '800 California St. Suite 200 Mountain View CA 94041 US', 'US', 'MA-L', '2018-09-05', '2018-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1952, '00147b', 0, 'Iteris, Inc', '1515 S. Manchester Ave. Anaheim CA 92802 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1953, 'a4de50', 0, 'Total Walther GmbH', 'Frankfurter Ring 17 Munich 80807 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1954, '1442fc', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1955, '209ae9', 0, 'Volacomm Co, Ltd', '15F-6., No.7, Sec.3, New Taipei Blvd., Xinzhuang Dist., New Taipei City 242., Taiwan (R.O.C) Xinzhuang Dist. New Taipei City 242 TW', 'TW', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1956, '70b3d5c61', 0, 'JC Hunter Tech', '185 Custer St. Apt. 4 Lander wy 82520 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1957, '00239c', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2008-10-25', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1958, '680235', 0, 'Konten Networks Inc', '7F-1, No.108, Minquan Rd., Xindian Dist., New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1959, '00c0d2', 0, 'Syntellect, Inc', '15810 N. 28TH AVENUE PHOENIX AZ 85023 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1960, '001e1a', 0, 'Best Source Taiwan Inc', '2F, No.16, Lane 56, Jhongjheng W. Rd., Jhubei City, Hsinchu County 302 TW', 'TW', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1961, '5cd2e4', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1962, '8c3357', 0, 'HiteVision Digital Media Tech Co, Ltd', '1st building,Honghui Industrial Park,LiuXian Shenzhen Guangdong 510008 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1963, '88c255', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1964, '8cb0e9', 0, 'Samsung Electronics.,Ltd', '129, Samsung-ro, Yeongtong-gu Suwon Gyeonggi-Do 443-742 KR', 'KR', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1965, '94cc04b', 0, 'Shandong free optical Tech Co, Ltd', '195 East First Street, Industrial First Street, Economic Development Zone, Weifang, Weicheng District, Weifeng Shandong 216000 CN', 'CN', 'MA-M', '2019-12-31', '2019-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1966, '0050c25a5', 0, 'Equipos de Telecomunicación Optoelectronicos, S.A.', 'Poligono Malpica G. Quejido, 74 Zaragoza 50007 ES', 'ES', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1967, '70baef', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District, Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2014-07-13', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1968, '1c82592', 0, 'Diatrend Corp', 'Grand Front Osaka Tower-B 28F, 3-1 ofuka-cho, kita-ku Osaka Osaka 530-0011 JP', 'JP', 'MA-M', '2019-03-09', '2019-03-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1969, '001821', 0, 'Sindoricoh', '277-22, 2ga, Sungsu-dong, Sungdong-gu, Seoul 133-120 KR', 'KR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1970, '70b3d553a', 0, 'Pano0ramic Power', '15 Atir Yeda Kfar Saba 4464312 IL', 'IL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1971, '0050c2c72', 0, 'Quail', '92 Lots Road London SW10 0QD GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1972, '702605', 0, 'Sony Visual Products Inc', '2-10-1 Osaki Shinagawa-ku Tokyo 141-8610 JP', 'JP', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1973, '086bd1', 0, 'Shenzhen SuperElectron Tech Co, Ltd', '1213-1214, haosheng business center, dongbin road, nanshan street, nanshan district, shenzhen city Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2020-01-08', '2020-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1974, '0020db', 0, 'Xnet Tech, Inc', '426 S. HILLVIEW DRIVE MILPITAS CA 95035 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1975, '00233d', 0, 'Laird Tech', 'Meesmannstrasse 103 Bochum 44807 DE', 'DE', 'MA-L', '2008-10-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1976, '0050c281d', 0, 'IT Salux Co, Ltd', 'Suite 201, Woorim e-Biz center, 170-5, Seoul 152-050 KR', 'KR', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1977, 'ec01ee', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1978, '50de197', 0, 'Tianjin Natianal Health Tech Co, Ltd', 'Room 2-6, No.8, Haitai development fifth Road, Huayuan industrial Zone , Binhai high-tech District Tianjin Tianjin 300450 CN', 'CN', 'MA-M', '2019-10-31', '2019-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1979, '00a027', 0, 'Firepower Systems, Inc', '190 INDEPENDENCE DRIVE MENLO PARK CA 94025 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1980, '0001d5', 0, 'Haedong Info & Comm Co, Ltd', '#801 The Corporation Center for Universi Taejeon Republic of Korea 305 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1981, '0050c2e41', 0, 'Higeco S.r.l.', 'Via Cal De Formiga 12 Santa Giustina Veneto 32035 IT', 'IT', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1982, 'f40e83', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1983, '5800bb', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1984, '0020ee', 0, 'Gtech Corp', '55 TECHNOLOGY WAY WEST GREENWICH RI 02817 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1985, '002451', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1986, 'c835b8', 0, 'Ericsson, Eab/Rwi/K', 'Skolgången 17 SE-800 06 SE', 'SE', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1987, '70b3d543b', 0, 'Kalycito Infotech Private Ltd', '6/2 & 6/3,Pappampatti Pirivu, Trichy Road, Coimbatore Tamil Nadu 641103 IN', 'IN', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1988, '58d67a', 0, 'TCPlink', 'Daerungpost tower 1-cha 1720, 288 digital-ro,Guro-gu seoul 08390 KR', 'KR', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1989, '70b3d506b', 0, 'U-Tech', '#306 Building 25, Simin-daero 284 beon-gil, Dongan-gu Anyang-si Gyeonggi-do 14067 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1990, '000543', 0, 'IQ Wireless GmbH', 'Carl-Scheele-Str. 14 DE', 'DE', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1991, '0050c245f', 0, 'T2c Marketing AB', 'Sjovagen 1 Upplands Vasby Stockholm 194 67 SE', 'SE', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1992, 'f42c56', 0, 'Senor Tech Co Ltd', 'No.165, Kangning St New Taipei City Taiwan 221 TW', 'TW', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1993, 'a4580f9', 0, 'Ksenia Security srl', 'SP Valtesino 44 Ripatransone AP 63065 IT', 'IT', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1994, '008075', 0, 'Parsytec GmbH', 'JUELICHER STR. 338 F.R. DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1995, '0050c26cf', 0, 'Microway', '12 Richards Rd Plymouth MA 02360 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1996, '70b3d594a', 0, 'Shenzhen Wisewing Internet Tech Co, Ltd', 'No.826,Zone 1,Block B,Famous industrial product display purchasing center,Baoyuan Road,Xixiang,Bao\'an Dis., Shenzhen,P.R.China shenzhen China 518102 CN', 'CN', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1997, '88a3cc', 0, 'Amatis Controls', '210 Aspen Airport Business Center, Suite A Aspen CO 81611 US', 'US', 'MA-L', '2013-01-09', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1998, '7011ae', 0, 'Music Life Ltd', 'Unit E, 31/F, Billion Centre Tower A Kowloon N/A 00000 HK', 'HK', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(1999, '90cf15', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2000, '0060ff', 0, 'QuVis, Inc', '2921 SW WANAMAKER DRIVE TOPEKA KS 66614 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2001, '0050c2da2', 0, 'metraTec GmbH', 'Niels-Bohr-Str. 5 Magdeburg Sachsen-Anh. 39106 DE', 'DE', 'IAB', '2011-02-21', '2017-12-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2002, '0050c2265', 0, 'Belik S.P.R.L.', 'Rue du Roussart 147 Waterloo Brabant B-1410 BE', 'BE', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2003, '001e1e', 0, 'Honeywell Life Safety', '12 Clintonville Road Northford CT 0422 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2004, '804b20', 0, 'Ventilation Control', 'Kronenstrasse 34 Villingen-Schwenningen Baden-Wuerttemberg 78054 DE', 'DE', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2005, '6c198f', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2006, '54e140', 0, 'Ingenico', '9 AVENUE DE LA GARE VALENCE DROME 26958 FR', 'FR', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2007, 'd09dab', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2015-02-19', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2008, '00405d', 0, 'Star-Tek, Inc', '71 LYMAN STREET NORTHBORO MA 01532 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2009, '00a068', 0, 'Bhp Ltd', '1500 Post Oak Boulevard #11.08 B Houston TX 77056-3030 US', 'US', 'MA-L', '2000-11-09', '2018-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2010, 'c0a1a2', 0, 'MarqMetrix', '410 West Harrison ST #200 Seattle WA 98119 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2011, '10c67e', 0, 'Shenzhen Juchin Tech Co, Ltd', 'Unit 423 4/B NO.1, Central Business District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2012, '0469f8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2013, '8cfe74', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2014, '0050c2282', 0, 'Telvent', 'Tamarguillo, 29 Seville 41006 ES', 'ES', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2015, '0026df', 0, 'TaiDoc Tech Corp', '7F, No. 127, Wugong 2nd Rd., 24888 Wugu Township Taipei County Taiwan 24888 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2016, '0007fb', 0, 'Giga Stream Umts Tech GmbH', 'Konrad-Zuse-Strabe 7 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2017, '0050c2291', 0, 'Chauvin Arnoux', 'LA QUEUE DEVEE REUX PONT L EVEQUE 14130 FR', 'FR', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2018, '04e2f8', 0, 'Aep Ticketing solutions srl', 'Via dei Colli, 240 Signa Firenze 50058 IT', 'IT', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2019, 'b47356', 0, 'Hangzhou Treebear Networking Co, Ltd', '2F,Block A, Lianhe Building, 2#, Zijinghua RD, Xihu District Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2014-09-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2020, '008037', 0, 'Ericsson Group', 'Telefonaktiebolaget SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2021, '080029', 0, 'Megatek Corp', '16868 Via Del Campo Court San Diego CA 92127 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2022, '008024', 0, 'Kalpana, Inc', '1154 EAST ARQUES AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2023, '00309d', 0, 'Nimble Microsystems, Inc', '50 Church Street - 5th Floor Cambridge MA 02138 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2024, '001028', 0, 'Computer Technica, Inc', '3-5-19 HIGASHINAKA HAKATA-KU FUKUOKA 816 JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2025, '0050c20d5', 0, 'Zelax', 'Office 8, 146, Zelenograd Moscow 103305 RU', 'RU', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2026, '000dad', 0, 'Dataprobe, Inc', '1B Pearl Court Allendale NJ 07401 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2027, '001101', 0, 'Cet Tech Pte Ltd', '100 Jurong East Street 21 609602 SG', 'SG', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2028, '0050c2850', 0, 'K.K. Rocky', 'NK bldg. 2F Shinjyuku-Ku, Tokyo, 161-0034 JP', 'JP', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2029, '0025d7', 0, 'Cedo', 'Videnska 127 BRNO 61900 CZ', 'CZ', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2030, '0000d2', 0, 'Sbe, Inc', '4550 NORTH CANYON ROAD SAN RAMON CA 94583 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2031, '0020ec', 0, 'Techware Systems Corp', '#100 - 12051 HORSESHOE WAY V7A 4V4 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2032, '0cb6d2', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2033, 'ccf538', 0, '3isysnetworks', '11F-2 No1247 , Jung Jeng RD , Taipei Taiwan 0000 TW', 'TW', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2034, '70b3d5163', 0, 'Bharat Heavy Electricals Ltd', 'ELECTRONICS DIVISION , P.B NO. 2606 , MYSORE ROAD, BANGALORE KARNATAKA 560026 IN', 'IN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2035, '40d8551c0', 0, 'Npb Automation AB', 'Industrigatan 14B Jönköping Jönköping 55302 SE', 'SE', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2036, '4403779', 0, 'Shenzhen UT-King Tech Co, Ltd', '504, Building B ,Guangming Industrial Park, Zhonghua Road, Minzhi, Longhua District SHENZHEN GUANGDONG 518131 CN', 'CN', 'MA-M', '2019-08-19', '2019-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2037, 'f8db7f', 0, 'Htc Corp', 'No.23 Xinghua Road Taoyuan County 330 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2038, 'a4b818', 0, 'Penta Gesellschaft für elektronische Industriedatenverarbeitung mbH', 'Ulrichsberger Str. 17 Deggendorf 94469 DE', 'DE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2039, '9c8edc', 0, 'Teracom Ltd', '123456 Noida Uttar Pradesh 201301 IN', 'IN', 'MA-L', '2012-04-08', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2040, '70b3d509d', 0, 'P&S GmbH', 'Hainstr. 13 Gera Germany 07545 DE', 'DE', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2041, '94a04e', 0, 'Bostex Tech Co, Ltd', 'NO.148 West MinZhou Road Cixi City Zhejiang Province 315301 CN', 'CN', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2042, '001db4', 0, 'Kumho Eng Co, Ltd', '498-13, HYUNDAI B/D 5F DAEGU 703-835 KR', 'KR', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2043, '0050c2dfc', 0, 'I-Evo Ltd', 'Henson House Newcastle Upon Tyne Tyne & Wear NE12 6RZ GB', 'GB', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2044, '000532', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2045, '0009c7', 0, 'Movistec', '110-5 Maryoung -ri Seosu-myun Kunsan Chonbuk 573-940 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2046, '0019f8', 0, 'Embedded Systems Design, Inc', '6810 Deerpath Road Elkridge MD 21075 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2047, '64dfe9', 0, 'Ateme', '6 rue Dewoitine Vélizy-Villacoublay 78140 FR', 'FR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2048, '70b3d5b76', 0, 'Atl-SD', 'Ogawacho 1-1034-11 Kodaira Tokyo 187-0032 JP', 'JP', 'MA-S', '2018-10-23', '2018-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2049, '645cf3', 0, 'ParanTek Inc', '3F, 40-15 Gilju-Ro, 411 Beon-Gil Wonmi-Gu, Bucheon City Gyeonggi-Do 14488 KR', 'KR', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2050, '0001bd', 0, 'Peterson Electro-Musical Products, Inc', '11601 S. Mayfield Avenue Alsip IL 60803-2476 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2051, '00d041', 0, 'Amigo Tech Co, Ltd', '4F-1B, NO.12, LANE 609, SEC.5, TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2052, '008cfa', 0, 'Inventec Corp', 'No. 255, Jen-Ho Road Sec. 2, 33547, Tachi Taoyuan 33547 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2053, 'ccf9e8', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2054, '000831', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2055, '8c8abb', 0, 'Beijing Orient View Tech Co, Ltd', 'Building NO.1, LiYe Road 7 Huilongguan Town Changping District, Beijing 102206 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2056, 'f07960', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2057, '803a0a', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2058, '0050c2024', 0, 'Ipitek', '2330 Faraday Ave Carlsbad CA 920 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2059, '000be0', 0, 'SercoNet Ltd', '16 Ha\'haroshet st. Ra\'anana 43657 IL', 'IL', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2060, '0050c2bbb', 0, 'Ghl Systems Berhad', 'L5-E-7B, Enterprise 4 Bukit Jalil Kuala Lumpur 57000 MY', 'MY', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2061, '60d1aa', 0, 'Vishal Telecommunications Pvt Ltd', '25 Sitaram Building Dr D N Road Mumbai Maharastra 400001 IN', 'IN', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2062, '909916', 0, 'Elvees NeoTek Ojsc', 'Proezd 4922, dom 4, stroenie 2 Moscow Zelenograd 124498 RU', 'RU', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2063, '7091f3', 0, 'Universal Electronics, Inc', '201 E. Sandpointe Ave Santa Ana CA 92707 US', 'US', 'MA-L', '2017-06-17', '2017-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2064, '0050c217e', 0, 'Binary Wave Tech Inc', '106 Schneider Road, Unit C Ottawa Ontario K2K 1Y2 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2065, '0050c28b1', 0, 'RingCube Tech, Inc', '3990 Freedom Circle, Suite 200 Santa Clara CA 95050 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2066, '645601', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2067, '70b3d5486', 0, 'ChongQing JianTao Tech Co, Ltd', '10th, Building NO.C1, District E, Dawn industrial area, CunTan, JiangBei District, ChongQing City. China ChongQing ChongQing 400025 CN', 'CN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2068, '34049e', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2069, 'dce305', 0, 'Zao Npk Rotek', 'Prospekt Mira Moscow 129223 RU', 'RU', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2070, '10327e', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2071, '000398', 0, 'Wisi', 'Wilhelm-Sihn-Str. 5-7 D-75223 Niefern-Oeschelbronn DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2072, '001e74', 0, 'Sagemcom Broadband Sas', 'Le Ponnant de Paris CEDEX Paris 75512 FR', 'FR', 'MA-L', '2007-10-22', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2073, 'd82477', 0, 'Universal Electric Corp', '168 Georgetown Road Canonsburg PA 15317 US', 'US', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2074, '000907', 0, 'Chrysalis Development', '8125 River Dr. Suite 100 Morton Grove IL 60053 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2075, '287994', 0, 'Realplay Digital Tech(Shenzhen) Co, Ltd', '7/F,Building E,SDG Information Port ,Kefeng Rd.,Hi-tech Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2076, '001b1a', 0, 'e-trees Japan, Inc', 'Oowada-cho 2-9-2 Hachioji-city Tokyo 150-0001 JP', 'JP', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2077, '0024b7', 0, 'GridPoint, Inc', '2801 Clarendon Blvd. Arlington VA 22201 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2078, '6c60eb', 0, 'Zhi Yuan Electronics Co, Ltd', 'UNIT 2508A 25/F BANK OF AMERICA TOWER, 12 HARCOURT RD CENTRAL  HONGKONG 999077 HK', 'HK', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2079, '0002ef', 0, 'Ccc Network Systems Group Ltd', '13 Farnborough Business Centre ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2080, '00407b', 0, 'Scientific Atlanta', 'Information Technology Norcross GA 30091-6850 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2081, '70b3d53f9', 0, 'Herrick Tech Labs', '20201 Century Blvd. Germantown MD 20874 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2082, '70b3d569e', 0, 'Ptype Co, Ltd', 'B121, B-dong, Keumkang Penterium IT Tower, 810, Gwanyand 2-dong, Dongan-gu Anyang-si Gyeonggi-do 14056 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2083, '00227b', 0, 'Apogee Labs, Inc', '210 S. 3rd St. North Wales PA 19454 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2084, '70b3d54bc', 0, 'Tiama', 'ZA des Plattes - 1 Chemin des Plattes VOURLES 69390 FR', 'FR', 'MA-S', '2019-06-03', '2019-06-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2085, 'a4b980', 0, 'Parking Boxx Inc', '382 NE 191st St. #93984 Miami FL 33179-3899 US', 'US', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2086, 'b887a8', 0, 'Step Ahead Innovations Inc', '20 Wintersport Ln. Williston VT 05495 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2087, '1c88796', 0, 'Eolos IT Corp', '3663 SW 8 th Street, STE 210 Miami FL 33135 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2088, '0011f0', 0, 'Wideful Ltd', 'F5, 3/F., Phase II, Superluck Industrial Centre, HK', 'HK', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2089, '0050c2a75', 0, 'Jtl Systems Ltd', '41 Kingfisher Court Newbury Berks RG14 5SJ GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2090, '24c696', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2091, 'a43bfa1', 0, 'Beijing Uniwill Science and Tech Co, Ltd', 'NO.30 Jinyuan Road Daxing Zone Beijing 102600 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2092, '3cf862', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2093, '0050c2519', 0, 'Dbmcorp, Inc', '32A Spruce Street Oakland New Jersey 07436 US', 'US', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2094, '00194d', 0, 'Avago Tech Sdn Bhd', 'Bayan Lepas Free Industrial Zone Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2095, '48f47d', 0, 'TechVision Holding Internation Ltd', 'Offshore Incorporations Centre Road Town Tortola VG1110 VG', 'VG', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2096, '40d855093', 0, 'Sentry 360 Security', '24012 W Renwick Road Plainfield IL 60544 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2097, 'bc66410', 0, 'InSync Tech Ltd', 'Tilbrook House Petersfield Hampshire GU31 4AZ GB', 'GB', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2098, '70b3d522b', 0, 'Vitec', '99 rue pierre sémard Chatillon France 92320 FR', 'FR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2099, '70b3d511d', 0, 'Dakton Microlabs Llc', '520 Brickell Key Drive, A-1811 Miami FL 33131 US', 'US', 'MA-S', '2016-02-18', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2100, '002227', 0, 'uv-electronic GmbH', 'Grosswiesenstraße 20 Durchhausen Baden-Württemberg 78591 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2101, '0050c2bf5', 0, 'Ailes Electronics Co, Ltd', '840 ASSO KAINAN CITY WAKAYAMA 642-0015 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2102, '002541', 0, 'Maquet Critical Care AB', 'Röntgenvägen 2 Solna SE-171 95 SE', 'SE', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2103, '2872c5', 0, 'Smartmatic Corp', '1001 Broken Sound Pkwy NW Suite D Boca Raton Florida 33487 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2104, '94ba31', 0, 'Visiontec da Amazônia Ltda.', 'Rod. Geraldo Scavone, 2300 - Galpao 27 Jacareí SP 12305-490 BR', 'BR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2105, '0050c2a78', 0, 'Apantac Llc', '13500 SW Pacific HWY Portland OR 97223 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2106, '94d019', 0, 'Cydle Corp', '1203, KofomoTower, 16-3 , Sunae-Dong, Bundang-Gu Seongnam-City Gyeonggi-Do 463825 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2107, 'a06faa', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2108, '0050c2019', 0, 'Emtac Tech Corp', '1F No. 22 Industry East 9 Road Hsin-Chu 300 TW', 'TW', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2109, '001ab2', 0, 'Cyber Solutions Inc', '6-6-3, Minami Yoshinari Sendai Miyagi-ken 989-3204 JP', 'JP', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2110, 'c40bcb', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2111, '3ca581', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2112, '001790', 0, 'Hyundai Digitech Co, Ltd', '13th Fl, Choung-Jin Bldg, 53-5 Seoul 140-719 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2113, '0050c26e2', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2114, '70b3d541d', 0, 'Azmoon Keifiat', '#3,19th Alley,Gandi Ave,Tehran Tehran Tehran 1517865314 IR', 'IR', 'MA-S', '2019-07-31', '2019-07-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2115, '00a0c1', 0, 'Ortivus Medical AB', 'BOX 513 SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2116, '080030', 0, 'Cern', 'CH-1211 GENEVE SUISSE/SWITZ 023 CH', 'CH', 'MA-L', '1980-01-01', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2117, 'e86f38', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2019-04-22', '2019-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2118, 'f866f2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2119, '70b3d55b8', 0, 'Hella Gutmann Solutions GmbH', 'Am Krebsbach 2 Ihringen Baden Württemberg 79241 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2120, '001f06', 0, 'Integrated Dispatch Solutions', '645 Mountain Ave Wyckoff NJ 07481 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2121, '0050c2e88', 0, 'Pivitec, Llc', '116 Research Dr. Bethlehem PA 18015 US', 'US', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2122, 'a4d856', 0, 'Gimbal, Inc', '12526 High Bluff Drive San Diego Ca 92130 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2123, '4ce933', 0, 'RailComm, Llc', '1387 Fairport Road Fairport New York 14450 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2124, 'b0c5ca3', 0, 'abode systems, Inc', '2625 Middlefield Road Palo Alto CA 94306 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2125, '0014af', 0, 'Datasym Pos Inc', '45 Dalkeith Drive Brantford Ontario N3P1M1 CA', 'CA', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2126, '001a67', 0, 'Infinite QL Sdn Bhd', 'G.02, Block A, Dataran Hamodal Petaling Jaya Selangor Darul Ehsan 46300 MY', 'MY', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2127, 'b0c128', 0, 'Adler Elreha GmbH', 'Schwetzinger Str. 103 Hockenheim Baden-Württemberg D-68766 DE', 'DE', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2128, '006080', 0, 'Microtronix Datacom Ltd', '4056 Meadowbrook Drive, Unit 126 LONDON ONTARIO N6L 1E3 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2129, 'd476ea', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2130, '40d855056', 0, 'Group 57', 'Burgemeestersrand 37 Delft ZH 2625 NV US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2131, '0c2369', 0, 'Honeywell Sps', '700 Visions Dr. Skaneateles Falls NY 13153 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2132, '540df9', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2133, '0050c23a5', 0, 'LabJack Corp', '3232 S Vance St STE 100 Lakewood CO 80227 US', 'US', 'IAB', '2004-07-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2134, '002456', 0, '2Wire Inc', '1764 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2008-12-03', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2135, '90837a', 0, 'General Electric Water & Process Tech', '6060 Spine Road Boulder Colorado 80301-3687 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2136, 'e05f45', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2137, '78055f', 0, 'Shenzhen Wyc Tech Co, Ltd', 'No.618 Wenzhengxin Building,Hi-tech Park,Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2138, 'cce194', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2139, '000797', 0, 'Netpower Co, Ltd', 'Baekam Bldg., 6F Seoul 138-162 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2140, '000ae4', 0, 'Wistron Corp', '21F, No. 88, Section 1, Hsin Tai Wu Rd. Taipei 221 TW', 'TW', 'MA-L', '2002-10-14', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2141, '001bf1', 0, 'Nanjing SilverNet Software Co, Ltd', '3/F, 10 building, Nanjing World Window Technology & Software Park Nanjing Jiangsu 210013 CN', 'CN', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2142, '8841c1', 0, 'Orbisat DA Amazonia Ind E Aerol SA', 'AV SHISHIMA HIFUMI, 2911 SAO JOSE DOS CAMPOS São Paulo 12244-000 BR', 'BR', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2143, '40d855147', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2144, '70b3d5f85', 0, 'Solystic', '152/160 av Aristide Briand Bagneux Region Parisienne 92227 FR', 'FR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2145, 'd8209f', 0, 'Cubro Acronet GesmbH', 'Geiselberstraße 17 / 6 Floor Vienna Vienna 1110 AT', 'AT', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2146, '009087', 0, 'Itis', 'CENTRE ESPACE PERFORMANCE 35769 SAINT-GREGOIRE CEDEX FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2147, '00133b', 0, 'Speed Dragon Multimedia Ltd', 'Room 1312, Vanta Industrial Centre, Kwai Chung N.T. HK', 'HK', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2148, '7419f81', 0, 'Trend-Tech Tech Co, Ltd', 'NO. 609, Noble Plaza, Qianjin YiLu Shenzhen Guangdong 518101 CN', 'CN', 'MA-M', '2014-01-20', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2149, 'ec42b4', 0, 'Adc Corp', '77-1, Miyako Namegawa-machi, Hiki-gun Saitama Pref. 355-0812 JP', 'JP', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2150, '70b3d52e8', 0, 'Telefire', '43 hasivim Petah Tikva Israel 49000 IL', 'IL', 'MA-S', '2018-07-24', '2018-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2151, '000b2d', 0, 'Danfoss Inc', '7941 Corporate Dr Baltimore MD 21236 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2152, '40d855118', 0, 'University of Nebraska -- Lincoln', '208 Jorgensen Hall Lincoln NE 68588-0299 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2153, '0050c22ee', 0, 'Shf Communication Tech AG', 'Wilhelm-von-Siemens-Str. 23 d Berlin Berlin 12277 DE', 'DE', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2154, '045a95', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2155, '70b3d542c', 0, 'D.Marchiori Srl', 'Via Pontina Km 43,856 Aprilia LT 04011 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2156, 'c09bf4a', 0, 'Inveo', 'Rzemieslnicza 21 Kozy 43-340 PL', 'PL', 'MA-M', '2020-02-13', '2020-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2157, '00406f', 0, 'Sync Research Inc', '7 STUDEBAKER IRVINE CA 92718 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2158, '000cc4', 0, 'Tiptel AG', 'Halskestrasse 1 Ratingen NRW 40880 DE', 'DE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2159, '00d043', 0, 'Zonal Retail Data Systems', '24 FORTH STREET SCOTLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2160, '0025a9', 0, 'Shanghai Embedway Information Tech Co, Ltd', '2F,Building 9,Lujiazui Software Park, No.20,Lane 91,E\'Shan Road Shanghai 200127 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2161, 'c0ac54', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR', 'FR', 'MA-L', '2011-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2162, 'fc52ce', 0, 'Control iD', 'Rua Hungria, 574 São Paulo SP 01455-000 BR', 'BR', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2163, '4062b6', 0, 'Tele system communication', '5F, No.437, Tao Ying Rd Taoyuan 33068 TW', 'TW', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2164, 'f8b5681', 0, 'PT. Eyro Digital Teknologi', 'Jalan Amir Mahmud IX/23 Surabaya Jawa Timur 60294 ID', 'ID', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2165, '0001fa', 0, 'Horoscas', '26, LOUIS BLANC FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2166, '00023e', 0, 'Selta Telematica S.p.a', 'Via Nazionale km 404.5 IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2167, '000a0d', 0, 'Amphenol', 'Holzhauser Strasse 175 Berlin 13509 DE', 'DE', 'MA-L', '2002-06-05', '2020-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2168, 'f8d027', 0, 'Seiko Epson Corp', '2070 Kotobuki Koaka Matsumoto-shi Nagano-ken 399-8702 JP', 'JP', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2169, '0868ea', 0, 'Eito Electronics Co, Ltd', '1-34-1 Shinmeidai Hamura-shi Tokyo 205-0023 JP', 'JP', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2170, '40d85515b', 0, 'Sqf Spezialelektronik GmbH', 'Achimer Str.56 Oyten 28876 DE', 'DE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2171, '707c18', 0, 'Adata Tech Co, Ltd', '2F, No.258, Lian Cheng Rd. New Taipei City 23553 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2172, '70b3d5e59', 0, 'Fracarro srl', 'VIA CAZZARO 3 CASTELFRANCO VENETO TV 31033 IT', 'IT', 'MA-S', '2015-08-12', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2173, 'b0b353a', 0, 'Ledger', '1 rue du mail Paris 75002 FR', 'FR', 'MA-M', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2174, '001761', 1, 'Private', '', '', 'MA-L', '2006-04-08', '2013-09-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2175, '0050c2883', 0, 'Neocontrol Soluções em Automação', 'Rua Alagoas 1160, 10. andar Belo Horizonte Minas Gerais 30130-912 BR', 'BR', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2176, '001493', 0, 'Systimax Solutions', '1300 E Lookout Drive Richardson Texas 75082 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2177, '28ba18', 0, 'NextNav, Llc', '484 Oakmead Parkway Sunnyvale CA 94085 US', 'US', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2178, 'd0a4b1', 0, 'Sonifex Ltd', '61 Station Road Irthlingborough Northamptonshire NN9 5QE GB', 'GB', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2179, '98541b', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-07-18', '2016-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2180, 'c0bfc0', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2181, '70b3d5129', 0, 'Ooo Microlink-Svyaz', '1st veshnjakovsky proezd 7 moscow moscow 109456 RU', 'RU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2182, '000204', 0, 'Bodmann Industries Elektronik GmbH', 'Messerschmittring 33 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2183, '000cdb', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2184, '54a65c', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2017-12-10', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2185, '0050c2f70', 0, 'Noralta Tech Inc', '2350, 444 - 5 Ave S.W. Calgary Alberta T2P 2T8 CA', 'CA', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2186, '24694a', 0, 'Jasmine Systems Inc', '50 Charles Lindbergh Blvd. Suite 411 Uniondale NY 11553 US', 'US', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2187, 'f437b7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2188, '488ad2', 0, 'Mercury Communication Tech Co, Ltd', 'Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-09-27', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2189, '001f79', 0, 'Lodam Electronics A/S', 'Kærvej 77 Sønderborg Als DK-6400 DK', 'DK', 'MA-L', '2008-01-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2190, '0050c28ce', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2191, '00225e', 0, 'Uwin Tech Co, Ltd', '2F,No.22.R&D RD II,SBIP Hsinchu 300 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2192, '58c876', 0, 'China Mobile (Hangzhou) Information Tech Co, Ltd', 'No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2193, '00203f', 0, 'Juki Corp', '8-2-1 KOKURYO-CHO JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2194, '001460', 0, 'Kyocera Wireless Corp', '10300 Campus Point Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2195, '0050c2740', 0, 'McQuay China', 'Pinghu Village,Pinghu Town,Shenzhen,Guangdong Province,Peoples Republic of China Shenzhen Guangdong 518111 CN', 'CN', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2196, '0030bb', 0, 'CacheFlow, Inc', '650 Almanor Drive Sunnyvale CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2197, '0013f8', 0, 'Dex Security Solutions', '10 Junction Road Parktown Johannesburg Guteng 2000 ZA', 'ZA', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2198, '94350a', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2199, '48d343', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2200, '70b3d5983', 0, 'Ens Engineered Network Systems', '14451 Ewing Ave. Suite 100 Burnsville MN 55306 US', 'US', 'MA-S', '2019-04-16', '2019-04-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2201, '0008ca', 0, 'TwinHan Tech Co, Ltd', '13F-6,No 79,Sec 1,Hsin Tai Wu RD.,Hsi-Ch Taipei Hsien 221 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2202, 'c02973', 0, 'Audyssey Laboratories Inc', '110 E. 9th Street, Suite C700 Los Angeles CA 90079 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2203, '0013de', 0, 'Adapt4, Llc', '1050 W Nasa Blvd, Melbourne FL 32901 US', 'US', 'MA-L', '2005-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2204, '40d85508b', 0, 'MeshWorks Wireless Oy', 'Hermiankatu 6-8 H Tampere Suomi 33720 FI', 'FI', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2205, '70b3d5b16', 0, 'XI\'AN Shenming Electron Tech Co, Ltd', '1-2-4-2401 XIANGSHU NO.3 KEJI FIVE STREET XI\'AN SHANXI 710000 CN', 'CN', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2206, '00e07c', 0, 'Mettler-Toledo, Inc', '1150 DEARBORN DRIVE WORTHINGTON OH 43085 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2207, '0080cf', 0, 'Embedded Performance Inc', '3385 SCOTT BLVD. SANTA CLARA CA 95054-3115 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2208, '70b3d563e', 0, 'Riken Optech Corp', '5615-1 Taguchi Saku-city Nagano 384-0412 JP', 'JP', 'MA-S', '2017-08-14', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2209, '001353', 0, 'Hydac Filtertechnik GmbH', 'Industriegebiet Sulzbach/Saar Saarland 66280 DE', 'DE', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2210, 'a462df', 0, 'DS Global. Co, Ltd', '3F, 107, Gasan digital 2-ro, Geumcheon-gu Seoul 08505 KR', 'KR', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2211, '100e2b', 0, 'Nec Casio Mobile Communications', '1753,Shimonumabe Kawasaki-shi Kanagawa 211-8666 JP', 'JP', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2212, '70b3d51ea', 0, 'Sense For Innovation', 'Nistelrodeseweg 9A Uden 5406 PT NL', 'NL', 'MA-S', '2018-07-04', '2018-07-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2213, 'a4d4b2', 0, 'Shenzhen MeiG Smart Tech Co, Ltd', '#88 Qinjiang Road, Xuhui District Shanghai 200233 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2214, '745bc5e', 0, 'Qingdao Wintec System Co, Ltd', 'Wintec Park, Xinye Road, High-tech Zone, Qingdao, China 266114 QING DAO shan dong of China 6805 CN', 'CN', 'MA-M', '2018-12-17', '2018-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2215, '0006f4', 0, 'Prime Electronics & Satellitics Inc', '69,Tung-Yuan Rd Chung-Li City Tao-Yuan County 32000 TW', 'TW', 'MA-L', '2001-10-24', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2216, '001fef', 0, 'Shinsei Industries Co, Ltd', '4-12-15,HORIFUNE, KITA-KU, TOKOYO 114-0004 JP', 'JP', 'MA-L', '2008-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2217, '0001ac', 0, 'Sitara Networks, Inc', '60 Hickory Drive Waltham MA 02451 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2218, '0050c24fd', 0, 'Network Automation mxc AB', 'P.O Box 7294 Stockholm 103 90 SE', 'SE', 'IAB', '2005-09-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2219, '54c57a', 0, 'Sunnovo International Ltd', '1717 Haitai Building Beijing Beijing 100083 CN', 'CN', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2220, '34ba38', 0, 'Pal Mohan Electronics Pvt Ltd', '40 DLF, INDUSTRIAL AREA, KIRTI NAGAR NEW DELHI DELHI 110015 IN', 'IN', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2221, '00c048', 0, 'Bay Technical Associates', '200 N. SECOND STREET BAY ST. LOUIS MS 39520 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2222, '00e061', 0, 'EdgePoint Networks, Inc', '2238 MARTIN AVENUE SANTA CLARA CA 95050 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2223, '0050c2d0e', 0, 'Weinert Engineering GmbH', 'An den Kolonaten 27 Bad Zwischenahn Niedersachsen 26160 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2224, 'dc9c9f', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2225, '080004', 0, 'Cromemco Inc', '280 BERNARDO AVENUE MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2226, '0013f1', 0, 'Amod Tech Co, Ltd', '2F., No. 16, Prosperity Road II Hsinchu, 30078 TW', 'TW', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2227, '40d85505f', 0, 'EPSa GmbH', 'Remschuetzer Strasse 1 Saalfeld/Saale Thuringia 07318 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2228, '409f38', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2229, '70b3d5b65', 0, 'Rotem Industry Ltd', 'Rotem Industrial Park Mishor Rotem D.N. Arava 8680600 IL', 'IL', 'MA-S', '2019-05-07', '2019-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2230, '000535', 0, 'Chip PC Ltd', '20 A.L. Motzkin St. Tirat Carmel 39100 IL', 'IL', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2231, 'cc912b', 0, 'TE Connectivity Touch Solutions', '2245 Brighton Henrietta Town Line Road Rochester New York 14623 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2232, '70b3d5246', 0, 'Saline Lectronics, Inc', '710 N Maple Rd Saline MI 48176 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2233, '0050c209e', 0, 'Infinitec Networks, Inc', '4343 S. 118 E. Ave. Tulsa OK 74146 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2234, '34de34', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2235, '0001c1', 0, 'Vitesse Semiconductor Corp', 'Hoerkaer 18 DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2236, '001285', 0, 'Gizmondo Europe Ltd', '1 Meadow Gate Avenue Farnborough Hampshire GU14 6FG GB', 'GB', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2237, '0050c249f', 0, 'Gcs, Inc', '2665 Pine Grove Rd. Cumming Georgia 30041 US', 'US', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2238, '70b3d5862', 0, 'TripleOre', 'Kazernestraat 19 Venlo 5928 NL NL', 'NL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2239, '643139', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2240, '0050e2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2241, '000f11', 0, 'Prodrive B.V.', 'P.O. 28030 Eindhoven 5602 JA NL', 'NL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2242, '9c4563', 0, 'Dimep Sistemas', 'Av. Mofarrej, 840 São Paulo 05311000 BR', 'BR', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2243, '681605', 0, 'Systems And Electronic Development Fzco', 'Roundabout no. 8 Jebel Ali free Zone Dubai P.O.Box 61129 AE', 'AE', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2244, '70b3d539b', 0, 'Iroc AB', 'Bärtas Väg 15 Kode Västra Götaland 442 98', '', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2245, '04c09c', 0, 'Tellabs Inc', '1415 W. Diehl Road Naperville Illinois 60563 US', 'US', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2246, '100723b', 0, 'Fujian Quanzhou Dong Ang Electronics Co, Ltd', '5th floor of Hengtaixing mansion, Yingbin Road Quanzhou Fujian 362000 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2247, 'd4fc13', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2248, '001271', 0, 'Measurement Computing Corp', '10 Commerce Way Norton MA 02766 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2249, '0050c2968', 0, 'BuLogics, Inc', '70 E Swedesford Rd, Suite 120 Malvern PA 19355 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2250, '60abd2', 0, 'Bose Corp', 'The Mountain Framingham MA 01701-9168 US', 'US', 'MA-L', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2251, '006021', 0, 'Dsc Corp', 'RECRUIT-SHINOHTSUKA BLDG., TOKYO 170 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2252, '00d0fb', 0, 'Tek Microsystems, Inc', 'ONE NORTH AVENUE BURLINGTON MA 01803 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2253, '000ab9', 0, 'Astera Tech Corp', '2380 Waverley Street Palo Alto CA 94301 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2254, '0016cd', 0, 'Hiji High-Tech Co, Ltd', 'Ohga 8133 Hayami Oita 879-1504 JP', 'JP', 'MA-L', '2005-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2255, '0c1167', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2256, 'b0c5ca1', 0, 'Ivk-Sayany', 'Aviamotornaya str. 50 Moscow Moscow 111024 RU', 'RU', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2257, '6c3838', 0, 'Marking System Tech Co, Ltd', '76-1, Hirakawa Yokomichi Joyo-shi Kyoto 610-0101 JP', 'JP', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2258, '000311', 0, 'Micro Tech Co, Ltd', 'Suehiro Bldg. 101-0021 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2259, '005000', 0, 'Nexo Communications, Inc', '2ND FL., 160, MINGCHU ROAD HSINCHU CITY TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2260, '70b3d527f', 0, 'ST Aerospace Systems', '505A Airport Road Paya Lebar Singapore Singapore 539934 SG', 'SG', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2261, '9c69b4e', 0, 'Ningbo Shen Link Communication Tech Co, Ltd', 'NO.87,FENGMINGROAD,LIZHOUSTREET, YUYAO, ZHEJIANG NINGBO ZHEJIANG 315400 CN', 'CN', 'MA-M', '2018-09-28', '2018-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2262, '000707', 0, 'Interalia Inc', '4110-79th Street N.W. T3B 5C2 CA', 'CA', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2263, '8038bc', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-01-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2264, '001335', 0, 'VS Industry Berhad', 'Plo 47, Senai Ind. Est. II, Senai Johor 81400 MY', 'MY', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2265, '001466', 0, 'Kleinhenz Elektronik GmbH', 'Greinerberg 14 Munich 81371 DE', 'DE', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2266, '60391f', 0, 'Abb Ltd', 'Distribution Automation Vadodara Gujarat 390013 IN', 'IN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2267, '2838cf', 0, 'Gen2wave', 'Gumi-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-741 KR', 'KR', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2268, '10df8b', 0, 'Shenzhen CareDear Communication Tech Co, Ltd', 'No.605,6th floor, 1st Section, 25th Building, Science and Technology Park Industrial Zone, median space, High-tech Zone ShenZhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2269, '8c192d0', 0, 'Noritsu Precision Co, Ltd', '579-1 Umehara Wakayama Wakayama 640-8550 JP', 'JP', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2270, '00508e', 0, 'Optimation, Inc', 'P.O. BOX 14357 HUNTSVILLE AL 35815 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2271, '000c90', 0, 'Octasic Inc', '4101 Molson St. Montreal Quebec H1Y 3L1 CA', 'CA', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2272, '00c0ef', 0, 'Abit Corp', '29-11 HIRAOKA-CHO 192 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2273, '78ca5e', 0, 'Elno', '43 rue Michel Carré Argenteuil - F95102 US', 'US', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2274, 'e0b6f51', 0, 'Start Today Co, Ltd', 'WBG Malibu West 16 Floor 2-6-1 Nakase Mihama-ku, Chiba Chiba Chiba 261-7116 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2275, 'c0d391e', 0, 'Samsara Networks Inc', '525 York St San Francisco CA 94110 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2276, '0050c25ae', 0, 'Cps Europe B.V.', 'Boxtelseweg 26 Vught 5261NE NL', 'NL', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2277, '009569', 0, 'Lsd Science and Tech Co, Ltd', 'Lierda Building,No.425 Dengyun Rd. Hangzhou Zhijiang 310011 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2278, '001943', 0, 'Belden', '793 Fort Mill Highway Fort Mill South Carolina 29715 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2279, '0001ca', 0, 'Geocast Network Systems, Inc', '190 Independence Drive Menlo Park CA 94025 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2280, '0009a7', 0, 'Bang & Olufsen A/S', 'Peter Bangs Vej 15 S1r 7600 DK', 'DK', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2281, '001e48', 0, 'Wi-Links', '332 Ayiou street Limassol 3725 CY', 'CY', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2282, 'd4945a', 0, 'Cosmo Co, Ltd', '1-12, Higashi-Gotanda 2-chome Shinagawa-ku Tokyo 141-0022 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2283, 'b0fd0b4', 0, 'Fasii Information Tech (Shanghai) Ltd', 'Room 5011, Building 1, No.335 Guoding Road, Yangpu District Shanghai Shanghai 200433 CN', 'CN', 'MA-M', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2284, '0080f8', 0, 'Mizar, Inc', '1419 DUNN DRIVE CARROLLTON TX 75006 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2285, '000466', 0, 'Armitel Co', 'F5, Doman Plaza 353-4, Republic of KOREA KR', 'KR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2286, '647d81', 0, 'Yokota Industrial Co,.Ltd', '5-55 NISHIIWATA HIGASHI OSAKA-CITY OSAKA 578-0947 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2287, '5c899a', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2288, 'b03eb0', 0, 'Microdia Ltd', 'Suites 1608-1610, 16/F., Prosperity Centre, 25 Chong Yip Street, Kwun Tong Kowloon, 000000 HK', 'HK', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2289, '001609', 0, 'Unitech electronics Co, Ltd', '5F,No.136,Lane 235 ,Pao-chiao Rd., Hsin-Tien city Taipei Hsien 231 TW', 'TW', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2290, '0050c2e3d', 0, 'Baudisch Electronic GmbH', 'Im Gewerbegebiet 7-9 Wäschenbeuren Baden-Württemberg 73116 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2291, '184e94', 0, 'Messoa Tech Inc', '13611 12th St., Unit B Chino CA 91710 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2292, 'b06ebf', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2293, '000ac2', 0, 'Wuhan FiberHome Digital Tech Co, Ltd', 'No.88 YouKeyuan Road,Hongshan District,W Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2002-10-14', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2294, '001bc4', 0, 'Ultratec, Inc', '450 Science Drive Madison WI 53711 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2295, '0023f1', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2008-10-25', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2296, 'f4ec38', 0, 'TP-Link Tech Co, Ltd', '1-6F, Building 2, Pingshandayuan Industrial, South Zone, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2297, 'c4da7d', 0, 'Ivium Tech B.V.', 'De Zaale 11 Eindhoven Noord Brabant 5612 AJ NL', 'NL', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2298, 'f81d78a', 0, 'AVPro Global Holdings Llc', '3518 N Casco Ave Sioux Falls SD 57104 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2299, '102fa3', 0, 'Shenzhen Uvision-Tech Tech CoLtd', 'shenzhen longhua Street shenzhen GuangDong 518000 CN', 'CN', 'MA-L', '2019-07-10', '2019-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2300, '0004c2', 0, 'Magnipix, Inc', '3539 St-Charles Blvd., Suite 212 CANADA H9H3C4 CA', 'CA', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2301, '00119f', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2004-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2302, '3cab8e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2303, '001bc50af', 0, 'Enerwise Solutions Ltd', 'Flat/Room 510, 5/F Wayson,Comm Building HK', 'HK', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2304, '245bf0', 0, 'Liteon, Inc', '3001 Summit Avenue, Suite 400 Plano Tx 75074 US', 'US', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2305, '784501', 0, 'Biamp Systems', '9300 SW Gemini Dr Beaverton OR 97008 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2306, '70b3d5fd5', 0, 'Oceancctv Ltd', '4F., No. 1, Ln. 297, Xinyi Rd.,Banqiao Dist., New Taipei City 220 TW', 'TW', 'MA-S', '2019-03-09', '2019-03-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2307, '60de35', 0, 'Gitsn Inc', '#601~602, Daerung Post Tower 1, 288, Digital-ro Guro-gu Seoul 08390 KR', 'KR', 'MA-L', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2308, 'e899c4', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2309, '40d8550ae', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2013-04-03', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2310, '00116c', 0, 'Nanwang Multimedia Inc, Ltd', 'Floor 12,Tianyuan Bldg,Wensan Rd#508 Hangzhou Zhejiang 310013 CN', 'CN', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2311, 'b48655', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2312, '38454c', 0, 'Light Labs, Inc', '636 Ramona St. Palo Alto CA 94301 US', 'US', 'MA-L', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2313, '1cbfc0', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2314, '189ba5e', 0, 'Taiwan Name Plate Co, Ltd', 'No.36, Huaya 1st Rd., Guishan Dist., Taoyuan City 33383, Taiwan Taoyuan City Taiwan 33383 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2315, 'e0af4f', 0, 'Deutsche Telekom AG', 'Friedrich-Ebert-Allee 140 Bonn 53113 DE', 'DE', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2316, '00c0b8', 0, 'Fraser\'S Hill Ltd', '27502 W. GILL ROAD MORRISTOWN AZ 85342 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2317, '001439', 0, 'Blonder Tongue Laboratories, Inc', 'One Jake Brown Road Old Bridge 08857 US', 'US', 'MA-L', '2005-04-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2318, 'ec9681', 0, '2276427 Ontario Inc', '31-1275 Morningside Ave Toronto ON M1B3W1 CA', 'CA', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2319, 'a44f292', 0, 'Luceor', '2 Place Jules Gevelot ISSY LES MOULINEAUX IDF 92138 FR', 'FR', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2320, 'b841a4', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2321, '64f6bb', 0, 'Fibocom Wireless Inc', '5/F,TowerA,Technology Building 2,1057 Nanhai Blvd, Nanshan Shenzhen 518000 Guangdong CN', 'CN', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2322, '0030c0', 0, 'Lara Tech, Inc', '2345 North First Street San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2323, '001682', 0, 'Pro Dex, Inc', '1800 NW 169th Place Beaverton Oregon 97006 US', 'US', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2324, '0812a5', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2325, '0080c6', 0, 'National Datacomm Corp', '2F, 28, INDUSTRY EAST 9TH RD. TAIWAN 30077 TAIWAN 30077 R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2326, '9c1874', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790V DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2327, 'e0c286', 0, 'Aisai Communication Tech Co, Ltd', 'Room 2610 Asia Trade Centre, Kwai Chung N.T. 852 HK', 'HK', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2328, '4065a3', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2329, '9ca3a9', 0, 'Guangzhou Juan Optical and Electronical Tech Joint Stock Co, Ltd', 'NO.9, street 3, HengLing industrial zone, Tangdong, tianhe district Guangzhou Guangdong 510000 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2330, '9097f3', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2331, '70b3d50dd', 0, 'Shenzhen Virtual Clusters Information Tech Co, Ltd', 'Room 201,Building A,No.1,Qianhai 1st Road,Shengang cooperation zone,Qianhai Shenzhen 518054 CN', 'CN', 'MA-S', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2332, '00a09b', 0, 'Qpsx Communications, Ltd', '33 RICHARDSON STREET Western 00000 AU', 'AU', 'MA-L', '1980-01-01', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2333, '0025d1', 0, 'Eastern Asia Tech Ltd', '8F-1, No. 188, Baoqiao Rd., Xindian Dist. New Taipei City 23145 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2334, '0050c29b6', 0, 'Actech', 'Parc d\'activités Angers-Beaucouzé Beaucouzé 49070 FR', 'FR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2335, '002485', 0, 'ConteXtream Ltd', '94 Em-HaMoshavot Petach-Tikva 49527 IL', 'IL', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2336, '0025ab', 0, 'Aio Lcd PC BU / Tpv', '10F., No., 230, Liancheng Rd. Zhonghe City Taipei Taiwan 23553 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2337, 'fc48ef', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2338, 'a88195', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2339, '0013c5', 0, 'Lightron Fiber-Optic Devices Inc', '51-1 Moonpyung-Dong, Taeduck-Gu Taejon 306-220 KR', 'KR', 'MA-L', '2005-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2340, '0018e1', 0, 'Verkerk Service Systemen', 'Molenvliet 1 Zwijndrecht Zuid-Holland NL-3335LH NL', 'NL', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2341, '0050c2212', 0, '4Links Ltd', 'PO Box 816, The Mansion Milton Keynes Buckinghamshire MK3 6ZP GB', 'GB', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2342, '0050c2e65', 0, 'IB Elektronik GmbH', 'Daimlerstraße 51 Karlsruhe Baden-Württemberg 76185 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2343, '003676', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-10-07', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2344, '70b3d5bfc', 0, 'Vishay Nobel AB', 'Box 423 Karlskoga SE-691 27 SE', 'SE', 'MA-S', '2019-06-27', '2019-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2345, '0050ea', 0, 'Xel Communications, Inc', '17101 E. OHIO DRIVE AURORA CO 80017 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2346, '000c60', 0, 'Acm Systems', '3034 Gold Canal Drive Rancho Cordova CA 95670 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2347, '1499e2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2348, '70b3d5a32', 0, 'Toughdog Security Systems', '1317 E Hackberry Ave McAllen TX 78501 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2349, '0809c7', 0, 'Zhuhai Unitech Power Tech Co, Ltd', '102, Yinhua Road Zhuhai Guangdong 519000 CN', 'CN', 'MA-L', '2019-10-24', '2019-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2350, '000a50', 0, 'Remotek Corp', '6F-6, No 77, Sec 1, HSIN TAI WU ROAD, HSI-CHIH TAIPEI HSIEN 221 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2351, '0050c25d8', 0, 'Technifor Sas', '114 QUAI DU RHONE MIRIBEL RHONE-ALPES 01708 FR', 'FR', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2352, '4cbaa3', 0, 'Bison Electronics Inc', '3F., No.28, Lane 583, Rueiguang Rd., Neihu District Taipei City 11492 TW', 'TW', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2353, 'e48b7f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2354, 'f48c50', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2355, '148430', 0, 'Mitac Computing Tech Corp', '3F., NO.1, R&D ROAD 2, HSINCHU SCIENCE PARK HSINCHU 30076 TW', 'TW', 'MA-L', '2019-03-06', '2019-03-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2356, '009093', 0, 'Eizo Corp', '153 Shimokashiwano Hakusan Ishikawa 924-8856 JP', 'JP', 'MA-L', '2000-11-09', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2357, '0026e1', 0, 'Stanford University, OpenFlow Group', '353 Serra Mall Stanford CA 94305-9030 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2358, '58fd20', 0, 'Bravida Sakerhet AB', 'Mikrofonvagen 28 STOCKHOLM 126 81 SE', 'SE', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2359, '0050c2b56', 0, 'Sinovia SA', '3 RUE DE CHEVILLY FRESNES VAL DE MARNE 94260 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2360, '10b9fe', 0, 'Lika srl', 'Via San Lorenzo 25 Carrè Vicenza 36010 IT', 'IT', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2361, '2c081c', 0, 'Ovh', '2, rue Kellermann Roubaix Nord 59100 FR', 'FR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2362, '20ee28', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2363, '70b3d5db8', 0, 'Sistem SA', 'Avda.Rita Levi Montalcini, nº2 Parcela 5 Getafe Madrid 28906 ES', 'ES', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2364, '006070', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2365, '0050c2272', 0, 'Verex Tech', '5201 Explorer Drive Mississauga Ontario L4W 4H1 CA', 'CA', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2366, '001183', 0, 'Datalogic Adc, Inc', '959 Terry St Eugene OR 97402 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2367, '0050c272b', 0, 'Sequestered Solutions', '801 B Street Anchorage Alaska 99501 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2368, '281471', 0, 'Lantis Co, Ltd', 'busan innobiz center 401 busan 616-829 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2369, '0cd746', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2370, '40ed983', 0, 'Knox Co', '1601 W DEER VALLEY RD Phoenix AZ 85027-2112 US', 'US', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2371, '00e0da', 0, 'Alcatel-Lucent Enterprise', '26801 West Agoura Road CALABASAS CA 91301 US', 'US', 'MA-L', '1980-01-01', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2372, '0040d3', 0, 'Kimpsion International Corp', '4701 PATRICK HENRY DRIVE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2373, 'f462d0', 0, 'Not for Radio, Llc', '425 Front St Lititz PA 17543 US', 'US', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2374, '3856b5', 0, 'Peerbridge Health Inc', '3 Columbus Circle 15th Fl New York NY 10019 US', 'US', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2375, '2c16bda', 0, 'Shenzhen Haiying Wire Tech Co, Ltd', '5/F, No. 6 Bldg, Longcheng Industrial Park, Longhua District Shenzhen Guangdong 518110 CN', 'CN', 'MA-M', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2376, '0090fa', 0, 'Emulex Corp', '3333 Susan Street Costa Mesa CA 92626 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2377, '0014b7', 0, 'AR Infotek Inc', '9F, No.185, GangQian Road Taipei 11494 TW', 'TW', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2378, '001dcc', 0, 'Ayon Cyber Security, Inc', '2350 Commerce Park Dr. Palm Bay FL 32905 US', 'US', 'MA-L', '2007-09-29', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2379, '80c16e', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-12-14', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2380, '0030ca', 0, 'Discovery Com', '4935 Century Street Huntsville AL 35816 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2381, '001c9c', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2007-05-16', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2382, 'd4e32c', 0, 'S. Siedle & Sohne', 'Bregstrasse 1 Furtwangen D-78120 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2383, '001bc50b5', 0, 'Exibea AB', 'Ekmansgatan 3 411 SE- 41132 SE', 'SE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2384, '70b3d5b24', 0, 'Datasat Digital Entertainment', '9631 Topanga Canyon Place Chatsworth California 91311 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2385, '00a742', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2386, '001246', 0, 'T.O.M Tech Inc.', '906 Woolim E-biz Center 2, Seoul Guro-Gu 184-1 KR', 'KR', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2387, '001e33', 0, 'Inventec Corp', 'Inventec Building, 66 Hou-Kang Street Taipei 111 TW', 'TW', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2388, 'f0f6c1', 0, 'Sonos, Inc', '614 Chapala St Santa Barbara CA 93101 US', 'US', 'MA-L', '2020-01-03', '2020-01-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2389, 'cc2de0', 0, 'Routerboard.com', 'Mikrotikls SIA Riga Riga LV1009 LV', 'LV', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2390, '601d9d', 0, 'Sichuan AI-Link Tech Co, Ltd', 'Anzhou, Industrial Park Mianyang Sichuan 622650 CN', 'CN', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2391, '00d036', 0, 'Tech Atlanta Corp', '141 W. WIEUCA RD. N.E. ATLANTA GA 30342 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2392, '001bc3', 0, 'Mobisolution Co, Ltd', '848-16 Gumi Gyeongbuk 730-300 KR', 'KR', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2393, '34bb26', 0, 'Motorola Mobility Llc, a Lenovo Co', '600 North US Highway 45 Libertyville IL 60048 US', 'US', 'MA-L', '2014-05-27', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2394, '00000e', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '1980-01-01', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2395, '00a030', 0, 'Captor NV/SA', 'DE HENE 13 BE', 'BE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2396, '849681', 0, 'Cathay Communication Co, Ltd', 'Tsinghua Institude A319 of Hi-tech Park,Nanshan district,Shenzhen China Shenzhen Canton 0755 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2397, 'e80734', 0, 'Champion Optical Network Engineering, Llc', '23645 Mercantile Rd. Beachwood OH 44122 US', 'US', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2398, '0050c2277', 0, 'T/R Systems, Inc', '1300 Oakbrook Drive Norcross GA 30093 US', 'US', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2399, '0017c3', 0, 'Ktf Tech Inc', '4th Fl., Central Tower, 265-3, Seohyun-Dong Sungnam-City Kyunggi-Do 463-769 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2400, '34049e8', 0, 'Eclipse Information Tech', 'Gulsuyu Mah. Fevzi Cakmak Cad Lefke Sk 16/6 Istanbul Turkey 34848 TR', 'TR', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2401, '00048f', 0, 'TD Systems Corp', '100 Bearfoot Rd. Hudson MA 01749 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2402, '487604', 1, 'Private', '', '', 'MA-L', '2013-11-12', '2013-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2403, 'd0b60a', 0, 'Xingluo Tech Co Ltd', '28F, Building A, Aerospace Science And Technology Square, Nanshan District ShenZhen GuangDong 518067 CN', 'CN', 'MA-L', '2018-07-23', '2018-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2404, 'a47e39', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2405, '38ac3d', 0, 'Nephos Inc', '2840 Junction Ave. , San Jose CA 95134 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2406, 'cc6ea4', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2407, '00067f', 0, 'Digeo, Inc', '8815 122nd Avenue NE Kirkland WA 98033 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2408, '70b3d5274', 0, 'Stercom Power Solutions GmbH', 'Sebastian-Tiefenthalerstr. 15 Rohrdorf Bayern 83101 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2409, '0034f1', 0, 'Radicom Research, Inc', '2148 Bering Drive San Jose Ca 95131 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2410, '0c1c20', 0, 'Kakao Corp', '242, Cheomdan-ro Jeju-si Jeju-do 63309 KR', 'KR', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2411, '70b3d5eed', 0, 'Comm-connect A/S', 'Raasigvangen 2 Slangerup DK-3550 DK', 'DK', 'MA-S', '2017-08-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2412, '70b3d5fa5', 0, 'Shenzhen Hui Rui Tianyan Tech Co, Ltd', '7th Floor, Yuemei Building, Gaoxin South Road, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-S', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2413, '00c0c7', 0, 'Sparktrum Microsystems, Inc', '2860 ZANKER ROAD, STE.#210 SAN JOSE CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2414, '0018b9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2415, '00161f', 0, 'Sunwavetec Co, Ltd', '#823, Kwanyang-dong, Dongan-ku Anyang-si Kyungki-do 431-060 US', 'US', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2416, '54a493a', 0, 'Wonders Tech Co, Ltd', '4/F,Tower A,3rd Building,Tian\'an Cloud Park,Bantian Avenue,Longgang District Shenzhen 518129 CN', 'CN', 'MA-M', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2417, '0090c0', 0, 'K.J. Law Engineers, Inc', '42300 W. NINE MILE ROAD NOVI MI 48375 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2418, '0050c23a3', 0, 'Star Link Communication Pvt. Ltd', 'HR114/6 & Hr132/6, Pulprehladpur, New Delhi 110044 IN', 'IN', 'IAB', '2004-07-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2419, '7c70bc8', 0, 'Mennekes Elektrotechnik GmbH & Co KG', 'Aloys-Mennekes-Str. 1 Kirchhundem NRW 57399 DE', 'DE', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2420, 'dce5331', 0, 'Ambi Labs Ltd', '1903, 19/F, Loon Lee Building, 267-275 Des Voeux Road Central., Sheung Wan, Hong Kong Hong Kong Hong Kong 00000 HK', 'HK', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2421, '00019f', 0, 'ReadyNet', '6952 High Tech Drive Midvale UT 84047 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2422, '0050c2745', 0, 'Acisa', 'Isaac Newton s/n Sevilla 41092 ES', 'ES', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2423, 'f03a55', 0, 'Omega Elektronik AS', 'Ege Serbest Bolgesi Izmir 35410 TR', 'TR', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2424, '50a72b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2425, '0016fe', 0, 'Alps Electric Co, Ltd', '1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP', 'JP', 'MA-L', '2006-01-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2426, '1c3de7', 0, 'Sigma Koki Co, Ltd', '1-19-9 Midori Sumida-ku Tokyo 130-0021 JP', 'JP', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2427, '0006c5', 0, 'Innovi Tech Ltd', '31st Floor, China Online Centre Wanchai HK', 'HK', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2428, '000c3f', 0, 'Cogent Defence & Security Networks,', 'Meadows Road, Newport, South Wales, NP19 4SS GB', 'GB', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2429, '001328', 0, 'Westech Korea Inc,', '548-9, Gajwa3-Dong,Seo-ku, Incheon 404-817 KR', 'KR', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2430, '0015e6', 0, 'Mobile Technika Inc', 'Sotobori Sky Bld. 5th Floor Shinjuku-ku Tokyo 162-0845 JP', 'JP', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2431, '1c959f', 0, 'Veethree Electronics And Marine Llc', '2050 47th Terrace East Bradenton Florida 34203 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2432, 'fcdbb3', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2433, '002086', 0, 'Microtech Electronics Ltd', 'LANCASTER ROAD KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2434, '000230', 0, 'Intersoft Electronics', 'Lammerdries 27 BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2435, '2c279e1', 0, 'Electronique Bluewave Inc', '5292 Marquette Montreal Qc H2J 3Z3 CA', 'CA', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2436, '0011a5', 0, 'Fortuna Electronic Corp', '3F, No.9, Sec.1, ChangAn East Rd., Taipei 104 TW', 'TW', 'MA-L', '2004-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2437, '002363', 0, 'Zhuhai Raysharp Tech Co, Ltd', 'No.119 of Huawei Road, Qianshan Science & Technology Park, Zhuhai Guangdong 519070 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2438, '0026d4', 0, 'Irca SpA', 'Viale Venezia 31 - C.P. 248 San Vendemiano (Treviso) Italy 31020 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2439, '8c2f39', 0, 'Iba Dosimetry GmbH', 'Bahnhofstrasse 5 Schwarzenbruck 90592 DE', 'DE', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2440, 'e866c4', 0, 'Diamanti', '111 N. Market Street San Jose CA 95113 US', 'US', 'MA-L', '2015-01-23', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2441, '88074b', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2015-10-25', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2442, '004076', 0, 'Sun Conversion Tech', '100 Commerce Boulevard Quakertown PA 78951-2237 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2443, '00e0e2', 0, 'Innova Corp', '3325 SOUTH 116TH STREET SEATTLE WA 98168 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2444, 'd83bbf', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-10-10', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2445, 'd4ab82', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2446, '0069678', 0, 'Ambient-System sp. z o.o.', 'ul. Galaktyczna 37 Gdansk 80-299 PL', 'PL', 'MA-M', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2447, '7419f85', 0, 'Starcor Beijing Co, Ltd', 'NO.210 Block B, Building 2 Beijing Berijing 100089 CN', 'CN', 'MA-M', '2014-01-20', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2448, '4ce173', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2449, '1007230', 0, 'RippleTek Tech Ltd', 'Tianyi Street #38 Idealisim Center Building #1 Room #705 Chengdu Sichuan 610041 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2450, 'b0359f', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2451, '000710', 0, 'Adax, Inc', '614 Bancroft Way Berkeley CA 94556 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2452, '001467', 0, 'ArrowSpan Inc', '4699 Old Ironsides Dr. Suite 100 Santa Clara CA 95054 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2453, '0050c28bd', 0, 'Matrix Switch Corp', '17720 Retrac Way Grass Valley CA 95949 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2454, '70b3d5e0c', 0, 'Communication Systems Solutions', '6030 S. 58th Street Lincoln NE 68516 US', 'US', 'MA-S', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2455, '9405bb3', 0, 'Neurik AG', 'Im alten Riet 143 Schaan SCHAAN 9494 LI', 'LI', 'MA-M', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2456, 'fc2d5e', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2457, '78f29e', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2458, '68ae20', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2459, 'bc6641c', 0, 'Shenzhen Crave Communication Co, Ltd', '8th Block, Dongfangming Industry Park Shenzhen GuangDong 518000 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2460, 'f0ab54', 0, 'Mitsumi Electric Co, Ltd', '2-11-2, Tsurumaki Tama-shi Tokyo 206-8567 JP', 'JP', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2461, '0050c226c', 0, 'Crystal Vision Ltd', 'Lion Technology Park, Station Road East Cambridge Cambs CB2 4NL GB', 'GB', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2462, 'c035bd', 0, 'Velocytech Aps', 'Automatikvej 1, 3rd floor SOEBORG 2860 DK', 'DK', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2463, '7052c5', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2013-03-10', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2464, '000259', 0, 'Tsann Kuen China (Shanghai)Enterprise Co, Ltd IT Group', '8F, #99, Huaihai Rd, East, CHINA 200021 CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2465, 'dc0265', 0, 'Meditech Kft', 'Üllõi út 200. Budapest 1191 HU', 'HU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2466, '70b3d5d4c', 0, 'Elystec Tech Co, Ltd', 'Room 601, Zhong Da Court,Zhong Guan Garden,No.1311 Liuxian Road Shenzhen Guangdong 518000 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2467, '70b3d5b64', 0, 'Osung Lst Co, Ltd', '#433-31, Sandong-ro, Eumbong-myeon Asan-si Chungcheongnam-do 31418 KR', 'KR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2468, '0050c2463', 0, 'Codem Systems, Inc', '7 Executive Park Drive Merrimack NH 03054 US', 'US', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2469, '0050c27a3', 0, 'Abb Transmission and Distribution Automation Equipment (Xiamen) Co, Ltd', 'ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN', 'CN', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2470, '282c02c', 0, 'Epoch International Enterprises, Inc', '10542 Calle Lee, #114 Los Alamitos CA 90720 US', 'US', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2471, '002281', 0, 'Daintree Networks Pty', '1 Dalmore Drive Scoresby Victoria 3179 AU', 'AU', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2472, 'c05e6f', 0, 'V. Stonkaus firma Kodinis Raktas', 'Ateities 10 Vilnius 08303 LT', 'LT', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2473, '50a4d07', 0, 'Shanghai Pujiang Smart Card Systems Co, Ltd', 'No.100, Lane 7488, Hutai Road Shanghai 86-201809 CN', 'CN', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2474, '20f3a3', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2475, '40d8550bb', 0, 'Whiptail', '9 Whippany Rd Whippany NJ 07981 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2476, '00110e', 0, 'Tsurusaki Sealand Transportation Co Ltd', '1000 Misa Oita 8700196 JP', 'JP', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2477, '0026b3', 0, 'Thales Communications Inc', '22605 Gateway Center Drive Clarksburg MD 20871 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2478, '044f4c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2479, '183825', 0, 'Wuhan Lingjiu High-Tech Co, Ltd', 'No.718 Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2480, '54ef92', 0, 'Shenzhen Elink Tech Co, Ltd', 'A531, Famous, No 168 Bao Yuan Road, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2481, '9c6b72', 0, 'Realme Chongqing MobileTelecommunications Corp Ltd', 'No.24 Nichang Boulevard, Huixing Block, Yubei District, Chongqing. Chongqing China 401120 CN', 'CN', 'MA-L', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2482, '001bfb', 0, 'Alps Electric Co, Ltd', '1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP', 'JP', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2483, 'ccbe71', 0, 'OptiLogix BV', 'Joop Geesinkweg 999 Amsterdam NH 1096AZ NL', 'NL', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2484, '001f08', 0, 'Risco Ltd', '32 Hacharoshet St Kiriat Malachi 83101 IL', 'IL', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2485, '001415', 0, 'Intec Automation Inc', '2751 Arbutus Rd. Victoria British Columbia V8N 5X7 CA', 'CA', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2486, '0014e6', 0, 'Aim Infrarotmodule GmbH', 'Soeflingerstraße 100 Ulm BW 89077 DE', 'DE', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2487, '001681', 0, 'Vector Informatik GmbH', 'Ingersheimer Str. 24 Stuttgart Baden-Württemberg 70499 DE', 'DE', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2488, 'aca213', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO 268,Fuqian Rd,Jutang Community shenzhen guangdong 518110 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2489, '40b93c', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2490, '00145f', 0, 'Aditec Co Ltd', '4F Hyowon B/D, 99-5, Seoul 138-805 KR', 'KR', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2491, '38b8eb5', 0, 'Dojo-Labs Ltd', 'Hatidhar 17 Raanana 346651 IL', 'IL', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2492, '8020e1', 0, 'Bvba DPTechnics', 'Westkapellestraat 396/44 Knokke-Heist West-Vlaanderen 8300 BE', 'BE', 'MA-L', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2493, '6c8686', 0, 'Technonia', '#1101, Hanshin IT Tower 235 Seoul 152-768 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2494, '70b3d5043', 0, 'cal4care Pte Ltd', '118 Aljunied AVE 2 SINGAPORE SINGAPORE 380118 SG', 'SG', 'MA-S', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2495, '984914', 0, 'Wistron Neweb Corp', 'No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW', 'TW', 'MA-L', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2496, 'e0faec', 0, 'Platan sp. z o.o. sp. k.', 'ul.Platanowa 2 Sopot pomorskie 81-855 PL', 'PL', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2497, 'e0189f', 0, 'EM Microelectronic', 'Rue des Sors 3 Marin-Epagnier Neuchatel 2074 CH', 'CH', 'MA-L', '2018-08-31', '2018-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2498, '1c234f', 0, 'Edmi Europe Ltd', 'The Grainger Suite, Dobson House Newcastle upon Tyne NE3 3PF GB', 'GB', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2499, '28cf08', 0, 'Essys', 'gaetbeol-ro Incheon 21999 KR', 'KR', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2500, '189c27', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2501, 'e44cc7c', 0, 'Eps Bio', 'No. 8, R&D 3rd Rd, Science-Based Industrial Park Hsinchu Taiwan 30077 TW', 'TW', 'MA-M', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2502, '0018a2', 0, 'Xip Tech AB', 'PO Box 437 Jönköping Sweden SE- 551 16 SE', 'SE', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2503, '0050c275e', 0, 'Sky-Skan, Inc', '51 Lake Street Nashua NH 03060-4513 US', 'US', 'IAB', '2007-05-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2504, '0017da', 0, 'Spans Logic', '201 San Antonio Circle Mountain View CA 94040 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2505, 'c8a1ba', 0, 'Neul Ltd', 'Suite 42 Innovation Centre Cambridge Cambs CB4 0EY GB', 'GB', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2506, '0002d7', 0, 'Empeg Ltd', '1 Signet Court CB5 8LA GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2507, '0050c2428', 0, 'Roxar A/S', 'Bjellandveien 24. Toensberg 3103 NO', 'NO', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2508, '0004b7', 0, 'Amb i.t. Holding', 'Zuiderhoutlaan 4 PJ Haarlem 2012 NL', 'NL', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2509, 'e49f1e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2510, '24da11', 0, 'NO Nda Inc', '828 Bryant St Palo Alto IA 94301 US', 'US', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2511, '70b3d5045', 0, 'Navaero Avionics AB', 'Forradsgatan 4 Sundsvall Vasternorrland 85633 SE', 'SE', 'MA-S', '2019-08-16', '2019-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2512, '0c839a', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2513, '001a92', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou Taipei 112 TW', 'TW', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2514, '5c20d0', 0, 'Asoni Communication Co, Ltd', '21F-1, No.97, Sec. 4, Chongsin Rd., Sanchong District New Taipei City Taiwan 24161 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2515, '001d66', 0, 'Hyundai Telecom', 'Hyundai Telecom Bldg., 4273-12, Shingil-Dong, Youngdungpo-Gu, Seoul 150-859 KR', 'KR', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2516, 'c02567', 0, 'Nexxt Solutions', '3505 NW 107TH AVENUE MIAMI FLORIDA 33178 US', 'US', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2517, '70b3d5439', 0, 'TriLED', 'Dijkstraat 8 Ham Limburg 3945 BE', 'BE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2518, '0001ec', 0, 'Ericsson Group', 'Telefonaktiebolaget SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2519, '0050c277a', 0, 'Smith Meter, Inc', '1602 Wagner Ave Erie PA 16514 US', 'US', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2520, 'bce09d', 0, 'Eoslink', '#602, 900-1 Anyang-City Kyonggi-Do 431-060 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2521, 'b86b23', 0, 'Toshiba', '2-9,Suehiro-Cho Ome Tokyo 1988710 JP', 'JP', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2522, 'd4a148', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2523, 'd41d71', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2016-06-27', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2524, '70b3d59d1', 0, 'Os42 UG (haftungsbeschraenkt)', 'Wachtelstrasse 81 Hamburg 22305 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2525, '0030ff', 0, 'DataFab Systems Inc', 'ROOM #1910, 19F, NO. 333 TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2526, 'b8a175', 0, 'Roku, Inc', '12980 Saratoga Ave Saratoga CA 95070 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2527, '0050c2733', 0, 'Cimetrics Research Pty Ltd', '36 Bushland Close Tolmie VIC 3723 AU', 'AU', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2528, 'fcffaa', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-05-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2529, '409f87', 0, 'Jide Tech (Hong Kong) Ltd', 'jiahua Mansion 3F, 133 North 4th Ring Road East, Chaoyang District Beijing 100101 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2530, '00097a', 0, 'Louis Design Labs.', '2F,NO 4, Lane 497, Chung-Cheng Rd.,Hsin- Hsin-Tien Taipei Hsien 231 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2531, '0091d6', 0, 'Crystal Group, Inc', '850 Kacena Rd. Hiawatha IA 52233 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2532, '9c431ec', 0, 'SuZhou Jinruiyang Information Tech Co, Ltd', 'NO.1003 Room A1 Buliding Tengfei Business Park in Suzhou Industrial Park. Suzhou Jiangsu 215123 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2533, '0050c21d0', 0, 'Yazaki North America, Inc', '6801 Haggerty Road Canton MI 48187 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2534, '001613', 0, 'LibreStream Tech Inc', '895 Waverley Street Winnipeg Manitoba R3T 5P4 CA', 'CA', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2535, '049f06', 0, 'Smobile Co, Ltd', 'T-1009, Poongrim i-won Plus, 255-1 Seohyeon-dong, Bundang-gu Seongnam-si, Gyeonggi-do 463-862 KR', 'KR', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2536, '0050c26e4', 0, 'MangoDSP', 'Hartom 8 Jerusalem 45116 IL', 'IL', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2537, 'e4d71d', 0, 'Oraya Therapeutics', '8000 Jarvis Avenue Ste. 200 Newark CA 94560 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2538, '00120e', 0, 'AboCom', '1F , No. 21, Yanfa 2nd Rd., SBIP Hsinchu City 300 TW', 'TW', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2539, '002634', 0, 'Infineta Systems, Inc', '2870 Zanker Rd San Jose CA 95134 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2540, '70b3d5d76', 0, 'attocube systems AG', 'Koeniginstrasse 11A Muenchen 80997 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2541, '70b3d5a39', 0, 'Spetsstroy-Svyaz Ltd', '13-26 B. Bulvarnaya St. Taganrog Rostov 347913 RU', 'RU', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2542, '00a0d4', 0, 'Radiolan, Inc', '454 DEGUIGNE DRIVE - STE SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2543, '000016', 0, 'DU Pont Pixel Systems .', 'MEADLAKE PLACE ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2544, '88308a', 0, 'Murata Manufacturing Co, Ltd', '1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2545, '543968', 0, 'Edgewater Networks Inc', '2895 Northwestern Parkway Santa Clara CA 95051 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2546, 'b0d59d', 0, 'Shenzhen Zowee Tech Co, Ltd', 'Block 5 (ZOWEE Technology Building), Pingshan, Xili Town, Nanshan District Shenzhen, Guangdong 518055 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2547, 'bc97e1', 0, 'Broadcom Ltd', '15191 Alton Parkway Irvine CA 92618 US', 'US', 'MA-L', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2548, '000685', 0, 'NetNearU Corp', '2908 Finfeather Road Bryan TX 77801 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2549, '680927', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-11-26', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2550, '4048fd4', 0, 'Dynamic Engineering', 'Dynamic Engineering, 150 DuBois St. Suite C Santa Cruz CA 95060 US', 'US', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2551, '70b3d50bf', 0, 'Den Automation', 'Unit 6.05, Metropolitan Wharf London E1W 3SS GB', 'GB', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2552, 'c8f319', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2553, '240dc2', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2554, '40017a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2555, 'b0e97e', 0, 'Advanced Micro Peripherals', 'Unit 1 Harrier House Witchford Cambridgeshire CB6 2HY GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2556, 'e448c7', 0, 'Cisco Spvtg', '5030 Sugarloaf Pkwy Lawrenceville GA 30044 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2557, 'dcefca', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2558, '000fdd', 0, 'Sordin AB', 'Rorlaggarvagen 8 Varnamo Smaland S-331 34 SE', 'SE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2559, '0050c2709', 0, 'RO.VE.R. Laboratories S.p.A', 'Via Parini 2/4 Colombare di SIrmione BS 25019 IT', 'IT', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2560, '0050c2823', 0, 'Robot Visual Systems GmbH', 'Opladener Strasse 202 Monheim 40789 DE', 'DE', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2561, '002367', 0, 'UniControls a.s.', 'Krenicka 2257 Prague 10 100 00 CZ', 'CZ', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2562, 'f450eb', 0, 'Telechips, Inc', 'KORAD Bldg,1000-12, Daechi-Dong, Gangnam-Gu, Seoul 135-280 KR', 'KR', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2563, '304ec3', 0, 'Tianjin Techua Tech Co, Ltd', '12-1-1401 Tianlinyuan Fulicheng Gulouxi Road,Nankai District Tianjin 300101 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2564, '00104e', 0, 'Ceologic', 'ZA DE PISSALOOP 78192 TRAPPES FR', 'FR', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2565, '0050c23ef', 0, 'Pat Industries, Dba Pacific Advanced Tech', '85 Industrial Way, Unit A Buellton CA 93427 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2566, '348446', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2013-01-09', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2567, '78c2c07', 0, 'Guangzhou Hongcai Stage Equipment Co, Ltd', 'no.32 Changsha Rd Shayong village Guangzhou Guangdong 511450 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2568, 'f81d781', 0, 'Adtechno Inc', '2-3-10 Kudanminami, Chiyoda-Ku Tokyo 102-0074 JP', 'JP', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2569, '9cfea1', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2570, '606ed0', 0, 'Seal AG', 'Landstrasse 176 Wettingen 5430 CH', 'CH', 'MA-L', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2571, '70b3d541f', 0, 'Orion S.r.l.', 'Via Alessandro Volta 25/B Veggiano Padova 35030 IT', 'IT', 'MA-S', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2572, '00e03d', 0, 'Focon Electronic Systems A/S', 'DAMVANG, PO BOX 269 DK-6400 SONDERBORG DK', 'DK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2573, '000008', 0, 'Xerox Corp', 'M/S 105-50C WEBSTER NY 14580 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2574, '0050c2f63', 0, 'Triax A/S', 'Bjornkaervej 3 Hornsyld Denmark 8783 DK', 'DK', 'IAB', '2012-03-30', '2017-12-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2575, 'c47154', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2576, '000448', 0, 'Polaroid Corp', '300 Baker Avenue Concord MA 01742 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2577, '000b68', 0, 'Addvalue Communications Pte Ltd', '28,TAI SENG STREET #06-02 Singapore 534106 SG', 'SG', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2578, '0050c2f16', 0, 'Peter Huber Kältemaschinenbau GmbH', 'Werner-von-Siemens-Str. 1 Offenburg Baden-Württemberg 77656 DE', 'DE', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2579, '5cf286d', 0, 'BrightSky, Llc', '5121 Castello Drive Naples null 34103-1927 US', 'US', 'MA-M', '2016-02-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2580, 'c4fee2', 0, 'Amiccom Electronics Corp', '10F, No.18, Taiyuan St., Zhubei City Hsinchu Country Taiwan 30265 TW', 'TW', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2581, 'dc080f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2582, '001971', 0, 'Guangzhou Unicomp Tech Co, Ltd', '7/F,North Tower,Jinshan Building.No.248 Guangzhou Guangdong 510630 CN', 'CN', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2583, '2c4401', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2584, 'b0a72a', 0, 'Ensemble Designs, Inc', '870 Gold Flat Road Nevada City CA 95959 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2585, 'a8bf3c', 0, 'Hdv Phoelectron Tech Ltd', 'Room 1103, Hang Seng Mongkok Building, 677 Nathan Road,Mongkok Kowloon Hong Kong 518103 CN', 'CN', 'MA-L', '2018-12-19', '2018-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2586, '0050c237a', 0, 'Ida Corp', '1345 Main Ave Fargo North Dakota 58103 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2587, '002447', 0, 'Kaztek Systems', '17 Bromfield Road Acton MA 01720 US', 'US', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2588, 'f06130', 0, 'Advantage Pharmacy Services, Llc', 'PO Box 7 Madison MO 39130-0007 US', 'US', 'MA-L', '2013-11-12', '2018-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2589, '0008d2', 0, 'Zoom Networks Inc', '13F,XinLuDao Building,No.1175,Nanshan Ro Shen Zhen GuangDong Province 518052 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2590, 'd0be2c', 0, 'CNSLink Co, Ltd', 'room 807, Jungang Induspia 5 Seongnam Gyeonggi 462-807 US', 'US', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2591, 'c47295', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2592, 'e0aadb', 0, 'Nanjing Paneng Tech Development Co, Ltd', 'NO.6 Paneng Road,Nanjing High-tech Zone,Jiang Su,China Nanjing 210061 CN', 'CN', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2593, '000306', 0, 'Fusion In Tech Co, Ltd', '6Fl, Daeyoon Bldg. 1688-5, Seocho-dong Seoul, KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2594, 'b8b42e', 0, 'Gionee Communication Equipment Co, LtdShenZhen', '21/F Times Technology Building, 7028 Shennan Road, Futian District, Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2595, 'c462ea', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2596, '005055', 0, 'Doms A/S', 'FORMERVANGEN 28 DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2597, '0050c2301', 0, 'Delphi Display Systems, Inc', '3160 Pullman Street Costa Mesa CA 92626 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2598, '001857', 0, 'Unilever R&D', 'Bldg. 50 Bedford Bedfordshire MK44 1LQ GB', 'GB', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2599, '0050c2a7a', 0, 'DetNet South Africa Pty (Ltd)', '1 Platinum Drive Modderfontein Gauteng 1645 ZA', 'ZA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2600, '604a1c', 0, 'Suyin Corp', 'No.377,Fude 1st Rd Taipei 221 TW', 'TW', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2601, '300d2a', 0, 'Zhejiang Wellcom Tech Co, Ltd', 'Liuhe Road,Binjiang District , Hangzhou Hangzhou Zhejiang 310012', '', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2602, '70b3d5da1', 0, 'Qprel srl', 'Via Fiorentina 578/D Pistoia Italy 51100 IT', 'IT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2603, 'e4c801', 0, 'Blu Products Inc', '10814 NW 33rd Street Miami FL 33172 US', 'US', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2604, '002000', 0, 'Lexmark International, Inc', '740 NEW CIRCLE ROAD LEXINGTON KY 40550 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2605, '0050c2395', 0, 'vidisys GmbH', 'Rudolf-Diesel-Ring 30 Sauerlach Bavaria D-82054 DE', 'DE', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2606, '70b3d5c44', 0, 'Franz Kessler GmbH', 'Franz-Kessler-Str. 2 Bad Buchau Baden-Wuerttemberg 88422 DE', 'DE', 'MA-S', '2019-09-23', '2019-09-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2607, '10b1f8', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2608, '3c510e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2609, '006d52', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2610, '70b3d55a3', 0, 'CT Co', 'Godovikova , 9, Moscow Moscow RUSSIA 129085 RU', 'RU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2611, '48bca6', 0, '​Asung Techno Co, Ltd', '462, Dogok-ro, Songpa-gu, Seoul, Republic of Korea SEOUL Repubilc of KOREA 05574 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2612, '74acb9', 0, 'Ubiquiti Networks Inc', '2580 Orchard Pkwy San Jose CA 95131 US', 'US', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2613, '6462664', 0, 'Redstone Systems, Inc', '24 School Street, 2nd floor Boston 02108 US', 'US', 'MA-M', '2019-12-19', '2019-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2614, '0050c24cf', 0, 'Ziehl-Abegg AG', 'Heinz-Ziehl-Straße Kuenzelsau Baden-Württemberg 74653 DE', 'DE', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2615, '002107', 0, 'Seowonintech Co Ltd', '689-47 Geumjeongdong Gunposi Kyoungkido 436-862 KR', 'KR', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2616, '001f0d', 0, 'L3 Communications - Telemetry West', '9020 Balboa Ave San Diego CA 92123 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2617, '002493', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-12-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2618, '002632', 0, 'Instrumentation Tech d.d.', 'Velika pot 22 Solkan Nova Gorica 5250 SI', 'SI', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2619, '70fc8c', 0, 'OneAccess SA', '381 avenue du général de Gaulle CLAMART France 92140 FR', 'FR', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2620, '34d0b82', 0, 'Blustream Pty Ltd', '24 Lionel Road Mt. Waverley Victoria 3149 AU', 'AU', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2621, '70b3d522a', 0, 'Shishido Electrostatic, Ltd', '4-7-21 Chigasaki-higashi, Tsuzuki-ku Yokohama Kanagawa Prefecture 224-0033 JP', 'JP', 'MA-S', '2018-08-23', '2018-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2622, '0010c8', 0, 'Communications Electronics Security Group', '10/4W22 FIDDLERS GREEN LANE Benhall, Cheltenham Glouster GL52 5AJ GB', 'GB', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2623, '0001ce', 0, 'Custom Micro Products, Ltd', '450 Blandford Road UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2624, '70b3d5f91', 0, 'Solid State Disks Ltd', 'The Granary Reading Berkshire RG74BB GB', 'GB', 'MA-S', '2019-10-26', '2019-10-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2625, '000471', 0, 'IPrad', '24 Raoul Wallenberg St. IL', 'IL', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2626, '8c9246', 0, 'Oerlikon Textile GmbH&CoKG', 'NO.9 Changyang Street Suzhou Jiangsu 215000 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2627, '70b3d50cc', 0, 'ADMiTAS Cctv Taiwan Co Ltd', '12F-3, No. 77 Xinpu 6th Street, Taoyuan District Taoyuan 330 TW', 'TW', 'MA-S', '2019-11-26', '2019-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2628, '0002a8', 0, 'Air Link Tech', 'Bethel Bldg. 303 Seoul KOREA 137-130 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2629, '009030', 0, 'Honeywell-Dating', 'VIA TINTORETTO, 15 21012 CASSANO MAGNAGO (VA) IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2630, '0018bf', 0, 'Essence Tech Solution, Inc', 'B1, No. 207, Beisin Rd., Sec. 3 Sindian, Taipei County 231 TW', 'TW', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2631, '0050c29ac', 0, 'Questek Australia Pty Ltd', '22 Brodie St Rydalmere NSW 2116 AU', 'AU', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2632, '349a0d', 0, 'Zbd Displays Ltd', 'Orchard Lea Windsor Berkshire SL4 4RU GB', 'GB', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2633, '64a341', 0, 'Wonderlan (Beijing) Tech Co, Ltd', 'Room 04D, Building D, KeShi Plaza Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2634, 'd4351d', 0, 'Technicolor', 'Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE', 'BE', 'MA-L', '2019-02-14', '2019-02-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2635, '1cccd6', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-06-13', '2019-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2636, '000e20', 0, 'Access Systems Americas, Inc', '1188 East Arques Avenue Sunnyvale CA 94085 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2637, '00118f', 0, 'Eutech Instruments Pte. Ltd', 'Blk 55,Ayer Rajah Crescent, #04-16/24. 139949 SG', 'SG', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2638, '70b3d59bd', 0, 'Signal Processing Devices Sweden AB', 'Teknikringen 6 Linköping SE-58330 SE', 'SE', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2639, '90c6825', 0, 'S.A.E.T. S.R.L.', 'VIA PO 13 BUSCA CUNEO 12022 IT', 'IT', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2640, 'bcadab', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2015-05-12', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2641, '0001b8', 0, 'Netsensity, Inc', 'PO Box 1060 Lake Forest CA 92630 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2642, 'e09579', 0, 'ORTHOsoft Inc, d/b/a Zimmer Cas', '75 Queen Street, Suite 3300 Montreal Quebec H3C 2N6 CA', 'CA', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2643, '0030f4', 0, 'Stardot Tech', '6820-H ORANGE THORPE AVE. BUENA PARK CA 90620 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2644, '0014ae', 0, 'Wizlogics Co, Ltd', 'Rm#1321, Samchang Plaza, 173, Seoul 121-745 KR', 'KR', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2645, '080080', 0, 'Aes Data Inc', '1900 MINNESOTA COURT CANADA L5N L5N 3C9 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2646, '0008e1', 0, 'Barix AG', 'Seefeld Strasse 303 Zürich ZH 8008 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2647, '000c53', 1, 'Private', '', '', 'MA-L', '2003-02-07', '2003-02-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2648, '0050c235e', 0, 'Jobin Yvon, Inc', '3880 Park Ave Edison NJ 08820 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2649, 'b83a08', 0, 'Tenda Tech Co, LtdDongguan branch', 'Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2650, '40cbc0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2651, '0000a8', 0, 'Stratus Tech', '5 Mill and Main Place, Suite 500 Maynard MA 01754 US', 'US', 'MA-L', '1980-01-01', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2652, '0080b5', 0, 'United Networks Inc', '2178 PARAGON DRIVE SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2653, '70b3d5104', 0, 'Plum sp. z o.o', 'Ignatki 27a Kleosin podlaskie 16-001 PL', 'PL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2654, '70b3d5083', 0, 'Zao Zeo', 'Khachaturiana 14a Moscow 127562 RU', 'RU', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2655, '387862', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2017-11-12', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2656, '90a7c1', 0, 'Pakedge Device and Software Inc', '1011 Edwards Road Burlingame CA 94010 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2657, '94e226', 0, 'D. ORtiz Consulting, Llc', '22601 N. 17th Avenue Suite 270 Phoenix AZ 85027 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2658, '00224f', 0, 'Byzoro Networks Ltd', 'Room 5A1,Block A, Keshi Plaza,No. 28A Info. Road, Beijing 100085 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2659, '3ca348', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2660, '000c1a', 0, 'Quest Technical Solutions Inc', '4110 Mourning Dove Crt. Melbourne FL 32934 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2661, '000f74', 0, 'Qamcom Tech AB', 'Gruvgatan 8 Vastra Frolunda SE', 'SE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2662, '0050c2f56', 0, 'Monsoon Solutions, Inc', '2405 140th Ave NE Bellevue WA 98005 US', 'US', 'IAB', '2012-03-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2663, '204c6d', 0, 'Hugo Brennenstuhl GmbH & Co KG.', 'Seestr. 1-3 Tuebingen Baden-Wuerttemberg 72074 DE', 'DE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2664, 'd4bf7f', 0, 'Upvel', '13139 Ramona Blvd. #F Irwindale CA 91706 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2665, '0000aa', 0, 'Xerox Corp', 'M/S 105-50C WEBSTER NY 14580 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2666, '000782', 0, 'Oracle Corp', '500 Oracle Parkway Redwood Shores CA 94065 US', 'US', 'MA-L', '2001-10-24', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2667, '70b3d55c4', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2668, 'a09d86', 0, 'Alcatel-Lucent Shanghai Bell Co, Ltd', 'No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2669, '70b3d5fa6', 0, 'Rfl Electronics, Inc', '353 Powerville Road Booton Twp. 07005 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2670, '2c9569', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2671, '70b3d52c7', 0, 'Worldsensing', 'Carrer Viriat 47, Edificio Numancia 1 7th floor Barcelona - Please Choose - 08014 ES', 'ES', 'MA-S', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2672, '00e06d', 0, 'Compuware Corp', 'One Campus Martius Detroit MI 48226 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2673, 'dca971', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2674, '48b8a3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2675, '000071', 0, 'Adra Systems Inc', '59 TECHNOLOGY DRIVE LOWELL MA 01851 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2676, 'ac1ddfa', 0, 'Wesco Integrated Supply', '36 HARBOR PARK DRIVE PORT WASHINGTON NY 11050 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2677, '70b3d58a7', 0, 'Tucsen Photonics Co, Ltd', '6F NO.1 building Caimao Zone, 756# Qi an Road, Gaishan Town, Cangshan Area, Fuzhou, Fujian, PR, CHINA. fuzhou 350000 CN', 'CN', 'MA-S', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2678, 'e0071b', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2679, '68feda', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2680, '0050c2a3c', 0, 'Brähler Ics Konferenztechnik AG', 'Auf der Alten Burg 6 Koenigswinter NRW 53639 DE', 'DE', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2681, 'a0b549', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2018-08-01', '2018-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2682, '20bb76', 0, 'Col Giovanni Paolo SpA', 'Via F.lli Ceirano n. 20 Moncalieri TORINO 10024 IT', 'IT', 'MA-L', '2015-10-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2683, '741ae00', 0, 'Huano International Tech Ltd', 'Room 402, Building A, ChuangXin Technology Plaza(Phase 1),Chegongmiao, Futian District, Shenzhen 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2684, '94290c', 0, 'Shenyang wisdom Foundation Tech Development Co, Ltd', 'No. 262 North Main Street, Huanggu District, the Yellow River shenyang 110000 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2685, '70a41c', 0, 'Advanced Wireless Dynamics S.L.', 'Centro de Empresas UPM oficina 3 Pozuelo de Alarcon Madrid 28223 ES', 'ES', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2686, 'c45dd8', 0, 'Hdmi Forum', '1140 East Arques Avenue, Suite 900 Sunnyvale CA 94085 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2687, '842519', 0, 'Samsung Electronics', '129, Samsung-rom Yeongtong-gu Suwon-si Gyeonggi-do 16677 KR', 'KR', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2688, '40d3ae', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2689, '108ee0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2690, '000ae9', 0, 'AirVast Tech Inc', '3F.-5, No.6, Lane 609, Sec. 5, Chongsin Rd. Sanchong City Taipei 241 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2691, 'f41563', 0, 'F5 Networks, Inc', '1322 North Whitman Lane Liberty Lake WA 99019 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2692, '0009ab', 0, 'Netcontrol Oy', 'Karvaamokuja 3 Helsinki FIN 00380 FI', 'FI', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2693, '70b3d5688', 0, 'MG s.r.l.', 'via Monte Bianco, 1 Solbiate Olona VA 21058 IT', 'IT', 'MA-S', '2018-07-05', '2018-07-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2694, '0050c2d4c', 0, 'Dalog Diagnosesysteme GmbH', 'Siemensstrasse 2a Neusaess Bavaria 86356 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2695, '70b3d5742', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2696, '1890d8', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2697, 'f81d0f', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2698, '6003a6', 0, 'Inteno Broadband Tech AB', 'Stensätravägen 13 Skärholmen SE 127 39 SE', 'SE', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2699, '08f458', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2700, '002098', 0, 'Hectronic AB', 'BOX 3002 S-75003 UPPSALA SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2701, '0050c2e37', 0, 'Fuji Data System Co, Ltd', '5-21-14 AMAGASAKI-Shi HYOGO Pref. 660-0892 JP', 'JP', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2702, '0050c2eb3', 0, 'AR RF/Microwave Instrumentation', '160 School House Road Souderton PA 18964 US', 'US', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2703, 'b8c6aa', 0, 'Earda Tech Co Ltd', 'Block A,Lianfeng Creative Park, #2 Jisheng Rd., Nansha District Guangzhou Guangdong 511455 CN', 'CN', 'MA-L', '2020-01-11', '2020-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2704, '000e1a', 0, 'Jps Communications', '5800 Departure Drive Raleigh NC 27616 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2705, '001ce9', 0, 'Galaxy Tech Ltd', '9/F Win Full Commerical Building, 172-176 Wing Lok Street, Sheung Wan, HK', 'HK', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2706, '289e97', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2707, '8c8f8b', 0, 'China Mobile Chongqing branch', '6 building, No. 2, Xingguang three road Yubei District Chongqing 401120 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2708, '0050c2739', 0, 'Tattile Srl', 'via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT', 'IT', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2709, '70b3d5100', 0, 'Gupsy GmbH', 'Metzgerstrasse 67 Aachen NRW 52070 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2710, 'a4e975', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2711, '0050c2bf7', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2712, '789f87', 0, 'Siemens AG I IA PP Prm', 'Gleiwitzer Strasse 555 Nuremberg Bavaria 90475 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2713, 'd45297', 0, 'nSTREAMS Tech, Inc', '10F-2, No. 302, Ruiguang Rd., Neihu District, Taipei City 114 TW', 'TW', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2714, '000243', 0, 'Raysis Co, Ltd', '997-10, Daechi-Dong, Kangnam-Ku, Seoul 135-280, South Korea KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2715, '0050c2a32', 0, 'Harris Designs of Nrv, Inc', '1902 Lacy Lane Blacksburg VA 24060 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2716, 'ecc882', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2717, '70b3d5d4e', 0, 'FLSmidth', 'Vigerslev Allé 77 Valby Copenhagen 2500 DK', 'DK', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2718, 'daff6b', 0, 'Team Precision Public Co Ltd', '198 Moo 13 Suwansorn Rd., Dong-Khee-Lek, Prachinburi Muang 25000 TH', 'TH', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2719, 'a83fa12', 0, 'Medcaptain Medical Tech Co, Ltd', '12th Floor, Baiwang Research Building, No.5158 Shahe West Road, Xili, Nanshan Shenzhen 518055 CN', 'CN', 'MA-M', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2720, '70b3d5b5f', 0, 'Crdmdeveoppements', '13 Petit chemin de la generale Villenave d\'Ornon Gironde 33140 FR', 'FR', 'MA-S', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2721, '001bca', 0, 'Beijing Run Tech Ltd Co', '4/F, Hangtian Technology Building Beijing 100037 CN', 'CN', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2722, '0022a5', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2008-10-25', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2723, '008a96', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2724, '004008', 0, 'A Plus Info Corp', '5F, NO.2, LANE 235 TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2725, '00232f', 0, 'Advanced Card Systems Ltd', 'Unit 2010-13, Chevalier Commercial Centre, Kowloon Bay, SAR HK', 'HK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2726, '0050c251c', 0, 'Toa Systems', '305 East Dr. Melbourne Florida 32904 US', 'US', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2727, '50d274', 0, 'Steffes Corp', '3050 Highway 22 North Dickinson ND 58601 US', 'US', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2728, '78d129', 0, 'Vicos', 'Eugenmuellerstrasse 14 Salzburg Salzburg 5020 AT', 'AT', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2729, '885fe8c', 0, 'Inor Process AB', 'Travbanegatan 10 Malmo Skane SE-213 77 SE', 'SE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2730, '00207a', 0, 'WiSE Communications, Inc', '130 KNOWLES DRIVE LOS GATOS CA 95030 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2731, '00103b', 0, 'Hippi Networking Forum', 'PO BOX 10173 ALBUQUERQUE NM 87184-0173 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2732, '4c83de', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2733, '6c6efe', 0, 'Core Logic Inc', '11th Fl., 1-B U-SPACE Bldg. Seongnam Gyeonggi-do 463-400 KR', 'KR', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2734, '70b3d517d', 0, 'Entech Electronics', '37 Belford Ave Adelaide Australia 5008 AU', 'AU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2735, '2c5491', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2736, '686dbc', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.555 Qianmo Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2737, '0001f9', 0, 'TeraGlobal Communications Corp', '9171 Towne Centre Drive San Diego CA 92122 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2738, '001bd3', 0, 'Panasonic Corp Avc Networks Co', '1-15 Matsuo-cho Kadoma Osaka 571-8504 JP', 'JP', 'MA-L', '2007-04-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2739, '000f9e', 0, 'Murrelektronik GmbH', 'Falkenstraße 3 Oppenweiler Baden-Württemberg 71570 DE', 'DE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2740, '70b3d5eb3', 0, 'Kws-Electronic GmbH', 'Sportplatzstrasse 1 Grosskarolinenfeld D-83109 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2741, '70b3d5bd6', 0, 'Consarc Corp', '100 Indel Ave Rancocas NJ 08073 US', 'US', 'MA-S', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2742, '0050d0', 0, 'Minerva Systems', '1585 CHARLESTON ROAD MOUNTAIN VIEW CA 84943 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2743, '000b55', 0, 'ADInstruments', 'P. O. Box 587 Dunedin Otago 9001 NZ', 'NZ', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2744, '241510c', 0, 'Shenzhen Xtooltech Co, Ltd', '10574 Acacia St, Suite D4 Rancho Cucamonga CA 91730 US', 'US', 'MA-M', '2019-06-05', '2019-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2745, '942ddc', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2746, '00125a', 0, 'Microsoft Corp', 'One Microsoft Way Redmond Washington 98052-6399 US', 'US', 'MA-L', '2004-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2747, '783690', 0, 'Yulong Computer Telecommunication Scientific (Shenzhen) Co, Ltd', 'Road NO2, West of Industrial Park,North of Science & Technology Park Dongguan Guangdong 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2748, '80427c', 0, 'Adolf Tedsen GmbH & Co KG', 'Otto-Hahn-Str. 13-15 Trittau Schleswig-Holstein D-22946 DE', 'DE', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2749, '002410', 0, 'Nueteq Tech, Inc', '11F, No. 112, Sec. 1, Zhong-Xiao E Rd. Taipei 100 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2750, '843f4e', 0, 'Tri-Tech Manufacturing, Inc', '333 Turbine Drive Rapid City SD 57703 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2751, '001871', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2006-06-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2752, '001bc5016', 0, 'Energotechnica Ooo Npp Ltd', '3, Lermontova str. Penza RU', 'RU', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2753, '9802d88', 0, 'Simplo Tech Co, Ltd', 'No471., Sec.2, Pa The Rd., Hu Kou 30348 Hsin Chu Hsien TW', 'TW', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2754, '00047e', 0, 'Siqura B.V.', 'Zuidelijk Halfrond 4 NL', 'NL', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2755, '0009cc', 0, 'Moog GmbH', 'Hanns-Klemm-Str. 28 Boeblingen D-71034 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2756, '70b3d5956', 0, 'AeroVision Avionics, Inc', '2F, No.30, R&D. II, Science Park, Hsinchu City Taiwan 30076 TW', 'TW', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2757, '04bd88', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2015-01-23', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2758, '70b3d5583', 0, 'Ducommun Inc', '700 Braddock Avenue East Pittsburgh PA 15112 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2759, 'ac7e8a', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2760, '70b3d52ed', 0, 'Signals and systems india pvt Ltd', '15/D-19, 3rd Main Road, SIPCOT IT PARK, SIRUSERI, OMR CHENNAI TAMIL NADU 603103 IN', 'IN', 'MA-S', '2018-08-27', '2018-08-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2761, '70b3d59c3', 0, 'Sevensense Robotics AG', 'Weinbergstrasse 35 Zurich 8092 CH', 'CH', 'MA-S', '2019-11-15', '2019-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2762, '00907c', 0, 'Digitalcast, Inc', '503, ILKWANG BLDG., 1656-2 SEOCHO-KU SEOUL KR', 'KR', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2763, '0014b9', 0, 'Mstar Semiconductor', '11-13 rue René Jacques Issy les Moulineaux 92130 FR', 'FR', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2764, '7c8ee4', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-07-26', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2765, '24e9b3', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2766, '0050c291e', 0, 'Automation Tec', '1970 Hwy 265 Hollister MO 65672 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2767, '94de0e', 0, 'SmartOptics AS', 'Stalfjaera 9 Oslo N-0975 NO', 'NO', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2768, '70b3d5fff', 1, 'Private', '', '', 'MA-S', '2014-04-14', '2014-04-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2769, '00a046', 0, 'Scitex Corp Ltd', 'P.O.BOX 330 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2770, '000a82', 0, 'Tatsuta System Electronics Co, Ltd', 'IWATATYOU2-3-1 HIGASHIOOSAKA-SHI OOSAKA-FU 578-8585 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2771, '001e60', 0, 'Digital Lighting Systems, Inc', '12302 Sw 128th ct, #105 Miami FL 33186 US', 'US', 'MA-L', '2007-10-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2772, '002200', 0, 'Ibm Corp', '2051 Mission College Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2773, '0cac05', 0, 'Unitend Tech Inc', 'No.6 Nanda\'an Hutong, Xizhimeng st Zicheng District Beijing 100035 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2774, '70b3d5475', 0, 'Ewattch', '13, rue Maurice Jeandon Saint Die des Vosges Lorraine 88100 FR', 'FR', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2775, '000677', 0, 'Sick AG', 'Erwin-Sick Str.1 Waldkirch D-79183 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2776, '000c2c', 0, 'Enwiser Inc', '4F, Cheongseok B/D Seoul Seoul 135-010 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2777, 'c027b9', 0, 'Beijing National Railway Research & Design Institute of Signal & Communication Co, Ltd', 'Building No.18, Huayuan YiLi,Fengtai District, Beijing 100073 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2778, 'e09db8', 0, 'Planex Communications Inc', 'Planex Volta Bldg., 2-11-9 Ebisu-Nishi,Shibuya-ku, 00000 1500021 US', 'US', 'MA-L', '2012-05-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2779, '28993a', 0, 'Arista Networks', '5453 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2780, '00093c', 0, 'Jacques Tech P/L', '268 Montague Rd West End Queensland 4101 AU', 'AU', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2781, '001f30', 0, 'Travelping', 'Chemnitz Saxony 09113 DE', 'DE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2782, '70b3d5e6f', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-S', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2783, 'e41c4b', 0, 'V2 Tech, Inc', '4450 Enterprise Street Fremont California 94538 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2784, '70b3d5b9f', 0, 'Yuksek Kapasite Radyolink Sistemleri San. ve Tic. A.S.', 'Ikitelli Osb Mah., TU Ikitelli Teknopark Sok. 1/Z18 Istanbul Basaksehir 34490 TR', 'TR', 'MA-S', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2785, '0008a9', 0, 'SangSang Tech, Inc', '64-8, Nogok-ri, Docheok-myun, Gwangju Kyonggi-do 464-882 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2786, 'f89d0d', 0, 'Control Tech, Inc', '7608 North Hudson Ave Oklahoma City OK 73116 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2787, '0050c2872', 0, 'Oliotalo Oy', 'Sinikalliontie 18 B 02630 Espoo 000 FI', 'FI', 'IAB', '2008-02-20', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2788, '70b3d523a', 0, 'Mesa Labs, Inc', '12100 West 6th Ave. Lakewood CO 80228 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2789, '0050c257f', 0, 'Orderite, Inc', 'P. O. Box 48004 Athens GA 30604 US', 'US', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2790, '001854', 0, 'Argard Co, Ltd', '2571 Lardprao Rd. wangthonglang Bangkok 10310 TH', 'TH', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2791, '0024d6', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2792, '106f3f', 0, 'Buffalo.Inc', 'AKAMONDORI Bldg., 30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref. 460-8315 JP', 'JP', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2793, '380546', 0, 'Foctek Photonics, Inc', 'No. 8, the 7th Road Phase II of Minhou Tieling Industrial District Fuzhou Fujian 350100 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2794, 'f0b31e', 0, 'Universal Electronics, Inc', '201 E. Sandpointe Ave Santa Ana CA 92707 US', 'US', 'MA-L', '2018-10-17', '2018-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2795, '00206e', 0, 'Xact, Inc', 'P.O. BOX 55 ARGYLE TX 76226 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2796, '001d9f', 0, 'Matt R.P.Traczynscy Sp.J.', 'Polnocna 44 Koscian wielkopolskie PL-64000 PL', 'PL', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2797, '0050c2975', 0, 'Pyramid Technical Consultants', '1050 Waltham St Lexington MA 02421 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2798, '84c5a6', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-09-12', '2019-09-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2799, '00c00d', 0, 'Advanced Logic Research, Inc', '9401 JERONIMO IRVINE CA 92618 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2800, '003000', 0, 'Allwell Tech Corp', '4F, #15, LANE3, SEC.2 TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2801, '0005ac', 0, 'Northern Digital, Inc', '103 Randall Drive Waterloo Ontario N2V 1C5 CA', 'CA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2802, '30fd11', 0, 'Macrotech (Usa) Inc', '1799 BAYSHORE HIGHWAY BURLINGAME CA 94010 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2803, '28285d', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2804, 'e8f2e3', 0, 'Starcor Beijing Co, Ltd', 'NO.210 Block B, Building 2 Beijing Berijing 100089 CN', 'CN', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2805, 'b46c47', 0, 'Panasonic Appliances Co', '2-3-1-2 Noji-higashi Kusatsu City Shiga 525-8555 JP', 'JP', 'MA-L', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2806, '9405bb0', 0, 'Qingdao Maotran Electronics Co, Ltd', 'Room2907, Building 2 of Minghui International, No.39 of Shiling Road, Laoshan District Qingdao Shandong 266000 CN', 'CN', 'MA-M', '2020-01-11', '2020-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2807, '0020c2', 0, 'Texas Memory Systems, Inc', '11200 WESTHEIMER RD-STE#1000 HOUSTON TX 77042 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2808, '0004b2', 0, 'Essegi Srl', 'Via Del Cavaratori, 17 IT', 'IT', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2809, '0050c285c', 0, 'B S E', 'BP 87 LE CREUSOT 71200 FR', 'FR', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2810, '6ca604', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2811, '0050c2756', 0, 'Chesapeake Sciences Corp', '1127 B Benfield Blvd Millersville MD 21108 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2812, '0025b0', 0, 'Schmartz Inc', '2307 Valerian Trl Round Rock TX 78665 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2813, 'a02833a', 0, 'Medical Evolution Kft', 'Liszenko telep 1 Pomaz 2013 HU', 'HU', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2814, '0013a8', 0, 'Tanisys Tech', '11001 Lakeline blvd Austin TX 78717 US', 'US', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2815, '00148c', 0, 'General Dynamics Mission Systems', '150 Rustcraft Road Dedham MA 02026 US', 'US', 'MA-L', '2005-05-07', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2816, '0050c283d', 0, 'beroNet GmbH', 'Friedrichstr. 231 Berlin 10969 DE', 'DE', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2817, '0050c2c9f', 0, 'xxter b.v.', 'Elandsgracht 73 I Amsterdam NH 1016 TR NL', 'NL', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2818, '747d24', 0, 'Phicomm (Shanghai) Co, Ltd', '3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2819, 'e81a58', 0, 'Technologic Systems', '16525 E Laser Dr Fountain Hills AZ 85268-6534 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2820, '080055', 0, 'Stanford Telecomm. Inc', '1221 CROSSMAN SUNNYVALE CA 94089 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2821, '000c39', 0, 'Sentinel Wireless Inc', '439 S. Union St. South Lawrence MA 01843 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2822, '00211f', 0, 'Shinsung Deltatech Co, Ltd', '44-10 CHANGWON-CITY KYUNGNAM-DO 641-290 KR', 'KR', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2823, '50c006', 0, 'Carmanah Signs', '#5 6025 12 Street SE Calgary Alberta T2H2K1 CA', 'CA', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2824, '5cf286', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2825, '74c14f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2826, '006034', 0, 'Robert Bosch GmbH', 'POSTBOX 11 62 D-64701 ERBACH DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2827, '0010d4', 0, 'Storage Computer Corp', '11 RIVERSIDE STREET NASHUA NH 03062 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2828, 'd4e08e', 0, 'ValueHD Corp', 'Xinwei Xili, Nanshan District, Shenzhen City Industrial Zone, Shiling 8, 3rd Floor, North Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2829, 'b0e2e5', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2014-10-25', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2830, 'e0db10', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2831, 'd4258b', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2832, '08004a', 0, 'Banyan Systems Inc', '135 FLANDERS ROAD WESTBORO MA 01581 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2833, '001a1d', 0, 'PChome Online Inc', '11F, 105, Sec. 2, Tun-Hwa S. Rd. Taipei 106 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2834, '000aee', 0, 'Gcd Hard- & Software GmbH', 'Henkestraße 79 Erlangen Bayern 91052 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2835, '0050c255b', 0, 'Matrix Telecom Pvt. Ltd', '394-GIDC VADODARA GUJARAT 390010 IN', 'IN', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2836, '0050c298e', 0, 'Link Tech, Inc', '6560 Satke Drive House Springs MO 63051 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2837, '10d542', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2838, '1c8879d', 0, 'Beijing Raycores Tech Co, Ltd', '1113# 11/F #A Building No.118 Huilongguan West Street,Changping District Beijing 102208 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2839, '70b3d577b', 0, 'AeroVision Avionics, Inc', '2F, No.30, R&D. II, Science Park, Hsinchu City Taiwan 30076 TW', 'TW', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2840, '00609e', 0, 'Asc X3 - Information Tech Standards Secretariats', '1250 EYE STREET NW - STE #200 WASHINGTON DC 20005 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2841, '00a08b', 0, 'Aston Electronic Designs Ltd', '123/127 DEEPCUT BRIDGE ROAD ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2842, '70b3d59a9', 0, 'Pablo Air Co, Ltd', '#E-1606, 30, Songdomirae-ro, Yeonsu-gu Incheon 21990 KR', 'KR', 'MA-S', '2019-01-04', '2019-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2843, '00125e', 0, 'Caen', 'via Vetraia, 11 Viareggio LUCCA 55049 IT', 'IT', 'MA-L', '2004-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2844, '00222a', 0, 'SoundEar A/S', 'Rentemestervej 80 Copenhagen NV Denmark DK-2400 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2845, 'a44f295', 0, 'Shanghai KuanYu Industrial Network Equipment Co, Ltd', '15/F,No.3003,Baoyang Road, Baoshan District, Shanghai 201901 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2846, '884aea', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2847, '40a93f', 0, 'Pivotal Commware, Inc', '1555 132nd Ave. NE Bellevue WA 98005 US', 'US', 'MA-L', '2017-08-20', '2018-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2848, '00c026', 0, 'Lans Tech Co, Ltd', '153 MINTSU RD. 2F, TAOYUAN, TAIWAN R. O. C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2849, '000d2e', 0, 'Matsushita Avionics Systems Corp', '26200 Enterprise Way Lake Forest CA 92630 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2850, '940c6d', 0, 'TP-Link Tech Co, Ltd', 'Building 7, Second Part, Honghualing Industrial Zone Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2851, '40d8550e7', 0, 'Lightstar', '18,CHASEONGDONGRO, 142BEONGIL BUSAN 619-905 KR', 'KR', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2852, '70b3d578b', 0, 'Jingtu Printing Systems Co, Ltd', '25 Xiaoyun Road, Beijing 100027 CN', 'CN', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2853, '5098f3', 0, 'Rheem Australia Pty Ltd', '1 Alan Street Rydalmere NSW 2116 AU', 'AU', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2854, '540237', 0, 'Teltronic AG', 'Gewerbestrasse 9 Biberist 4562 CH', 'CH', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2855, 'e4e0a6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2856, '00c032', 0, 'I-Cubed Ltd', 'UNIT J1, THE POADDOCKS CB1 4DH CB1 4DH ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2857, '00500b', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2858, '04d16e2', 0, 's.d.i. s.p.a.', 'Edison, 10 Trezzano sul Naviglio Milano 20090 IT', 'IT', 'MA-M', '2019-07-31', '2019-07-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2859, '000589', 0, 'National Datacomputer', '900 Middlesex Tpk. Billerica MA 01821 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2860, '000703', 0, 'Csee Transport', '4, avenue du CANADA FR', 'FR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2861, '0050c2626', 0, 'Winsys Informatica ltda', 'rua luis goes , 672 São Paulo 04043-050 BR', 'BR', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2862, 'c4ea1d', 0, 'Technicolor', 'Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE', 'BE', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2863, '340ced', 0, 'Moduel AB', 'Hudiksvallsgatan 8 Stockholm Stockholm 11330 SE', 'SE', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2864, '70b3d5cc9', 0, 'Rapiscan Systems', '14000 Mead Street Longmont CO 80504 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2865, '001050', 0, 'Rion Co, Ltd', '3-20-41 HIGASHIMOTOMACHI KOKUBUNJI, TOKYO 185 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2866, '0030c8', 0, 'Gad Line, Ltd', 'BEIT ROKAR HAR HOTZVIM IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2867, '0050c2a9b', 0, 'Pdq Manufacturing Inc', '1698 Scheuring Road De Pere WI 54115 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2868, 'c8c791', 0, 'Zero1.tv GmbH', 'Heinrich-Roller-Str. 16 B Berlin 10405 DE', 'DE', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2869, '14f65a', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2014-04-22', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2870, 'e0319e', 0, 'Valve Corp', '10900 NE 4th ST Bellevue Washington 98004 US', 'US', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2871, '1c3ade', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2016-01-16', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2872, '70b3d5c38', 0, 'Cresprit Inc', 'D-315 ,177, Jeongjail-ro, Bundang-gu Seongnam-si 13557 KR', 'KR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2873, '0030ed', 0, 'Expert Magnetics Corp', '12/F., Unit D, MTG Bldg., 1-3, Nakase Mihama-ku, Chiba-city, 261-8501 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2874, '0050c2426', 0, 'Stom System', 'Yangjae-dong 316-9, OSL B/D 5F Seoul 137-876 KR', 'KR', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2875, 'a41232', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2876, '00128a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2004-10-10', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2877, '0050c2791', 0, 'M Squared Lasers Ltd', '1 Technology Terrace Glasgow Scotland G20 0XA GB', 'GB', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2878, '60f81d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2879, '38378b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2880, '006094', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2881, '0004a0', 0, 'Verity Instruments, Inc', '2901 Eisenhower St. Carrollton TX 75007 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2882, '001c3b', 0, 'AmRoad Tech Inc', '18F-3 No. 150 , Chien I Rd Chung Ho Taipei Hsien 23511 TW', 'TW', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2883, '0050c2ed3', 0, 'Eco Monitoring Utility Systems Ltd', 'ST BEDES CHAMBERS JARROW TYNE AND WEAR NE32 5JU GB', 'GB', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2884, '0009c4', 0, 'Medicore Co, Ltd', '72-3 5th Fl., Luna Bldg, Chungdam-dong Seoul 135-080 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2885, '0050c261b', 0, 'Nci Tech Inc', '636 Cure Boivin Blvd. Boisbriand Quebec J7G 2A7 CA', 'CA', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2886, '0050c22ad', 0, 'Abb T&D Spa', 'division SACE T.M.S. Dalmine Bergamo 24044 IT', 'IT', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2887, '001deb', 0, 'Dinec International', 'Rue de la Gare, 30 BRAINE L\'ALLEUD BRABANT WALLON 1420 BE', 'BE', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2888, '002076', 0, 'Reudo Corp', '4-1-10 SHINSAN JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2889, '00091a', 0, 'Macat Optics & Electronics Co, Ltd', '15/F., Macat Center, No. 63 Macat Road Huizhou Guangdong 516001 CN', 'CN', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2890, '0050c25c8', 0, 'Georgia Tech Research Institute', '400 Tenth St. NW Atlanta Georgia 30332 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2891, '00197f', 0, 'Plantronics, Inc', '345 ENCINAL STREET SANTA CRUZ CA 95060 US', 'US', 'MA-L', '2006-09-03', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2892, '001f9a', 0, 'Nortel Networks', '2221 Lakeside Blvd Richardson TX 75082-4399 US', 'US', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2893, '982f3c', 0, 'Sichuan Changhong Electric Ltd', '35 East Mianxing Road,High-Tech Park, MianYang SiChuan 621000 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2894, '000af1', 0, 'Clarity Design, Inc', '13029 Danielson Street Poway CA 92064-8810 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2895, '000e66', 0, 'Hitachi Industry & Control Solutions, Ltd', '5-1-26, Omika-cho, Hitachi-shi, Ibaraki 319-1221 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2896, '000b91', 0, 'Aglaia Gesellschaft für Bildverarbeitung und Kommunikation mbH', 'Tiniusstraße 12-15 Berlin D-13089 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2897, '70b3d5446', 0, 'Santa Barbara Imaging Systems', '340 Storke Road, Suite 101 Goleta CA 93117 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2898, 'd8860b4', 0, 'Teplovodokhran Ltd', 'Novaya , 51v Ryazan 390027 RU', 'RU', 'MA-M', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2899, '0050c25af', 0, 'Dorlet Sau', 'Albert Einstein 34 Vitoria Alava 01510 ES', 'ES', 'IAB', '2006-04-13', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2900, '18b81f', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2901, '00805e', 0, 'Lsi Logic Corp', '1551 MCCARTHY BOULEVARD MILPITAS CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2902, 'e48d8c', 0, 'Routerboard.com', 'Mikrotikls SIA Riga Riga LV1009 LV', 'LV', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2903, '0023fd', 0, 'Aft Atlas Fahrzeugtechnik GmbH', 'Gewerbestraße 14 Werdohl 58791 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2904, 'c4c919', 0, 'Energy Imports Ltd', '306a Broadway Ave Palmerston North Manawatu 4414 NZ', 'NZ', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2905, '0016a7', 0, 'Aweta G&P', 'Burg. Winkellaan 3 Nootdorp 2631 HG NL', 'NL', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2906, '001308', 0, 'Nuvera Fuel Cells', '129 Concord Road, #1 Billerica MA 01821 US', 'US', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2907, '001515', 0, 'Leipold+CoGmbH', 'Kreuzwiese 12 Rockenhausen RLP D-67806 DE', 'DE', 'MA-L', '2005-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2908, '70b3d5b88', 0, 'Arp Corp', '166-1 Horikawa Hadano Kanagawa 259-1305 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2909, '604baa', 0, 'Magic Leap, Inc', '1855 Griffin Rd, Room B454 Dania Beach FL 33004 US', 'US', 'MA-L', '2016-05-31', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2910, '000623', 0, 'Mge Ups Systems France', '140 Avenue Jean Kuntzmann FR', 'FR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2911, '90ef68', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2014-07-13', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2912, '08df1f', 0, 'Bose Corp', 'The Mountain Framingham MA 01701-9168 US', 'US', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2913, '70b3d5c5d', 0, 'Foshan Shilantian Network S.T. Co, Ltd', 'NO.11,ZHANGCHA ROAD,CHANCHENG DISTRICT FOSHAN GUANGDONG 528000 CN', 'CN', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2914, '0050c2769', 0, 'Bes GmbH', 'Spitzenmeer 1 Westerstede D 26655 DE', 'DE', 'IAB', '2007-05-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2915, '703ad8', 0, 'Shenzhen Afoundry Electronic Co, Ltd', '201, A Building, Bole Industrial Zone, Bantian, Longgang District Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2916, '70b3d5cc2', 0, 'Lsc Lighting Systems (Aust) Pty Ltd', '65-67 Discovery Road Dandenong South Victoria 3175 AU', 'AU', 'MA-S', '2018-07-24', '2018-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2917, '00009f', 0, 'Ameristar Tech Inc', '47 WHITTIER AVE. MEDFORD NY 11763 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2918, '0050c23a1', 0, 'Samsoft', 'Linde alle 20 Glostrup DK 2600 DK', 'DK', 'IAB', '2004-07-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2919, '98588a', 0, 'Sysgration Ltd', '10Fl.NO.868-3.Chung Cheng Rd. NewTaipei City 235 TW', 'TW', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2920, '0050c2ffb', 0, 'Sefram', '32 rue E MARTEL SAINT-ETIENNE FRANCE 42009 FR', 'FR', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2921, '70b3d5955', 0, 'Dynacard Co, Ltd', '1F.,No.19-1,Ln.222,Dunhua N.Rd. Taipei Tapei 105 TW', 'TW', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2922, '70b3d58a9', 0, 'WoKa-Elektronik GmbH', 'Fulder Tor 30 Alsfeld Hessen 36304 DE', 'DE', 'MA-S', '2019-02-04', '2019-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2923, 'bcf2af', 0, 'devolo AG', 'Charlottenburger Allee 67 Aachen NRW 52068 DE', 'DE', 'MA-L', '2010-04-11', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2924, '50ead6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-07-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2925, '0080fb', 0, 'Bvm Ltd', 'Lakeside House, Brickyard Road, Swanmore SOUTHAMPTON SO32 2SA GB', 'GB', 'MA-L', '1980-01-01', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2926, '001c0d', 0, 'G-Tech, Inc', '1653 Stanford Street Santa Monica CA 90404 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2927, '986d354', 0, 'blossom communications Corp', 'Floor 19, No. 104, Sec. 1, Sin Tai Wu Road, Xi Zhi District New Taipei City 221 TW', 'TW', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2928, '40a3cc', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2929, '2caa8e', 0, 'Wyze Labs Inc', '4030 Lake Washington Boulevard NE Kirkland WA 98033 US', 'US', 'MA-L', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2930, '6882f2', 0, 'grandcentrix GmbH', 'Holzmarkt 1 Cologne NW 50676 DE', 'DE', 'MA-L', '2019-02-08', '2019-02-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2931, '000829', 0, 'Tokyo Electron Device Nagasaki Ltd', '6-42 Tsukuba-machi, Isahaya-shi Nagasaki Kyushu 854-0065 JP', 'JP', 'MA-L', '2001-12-14', '2019-08-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2932, '40d85519a', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2013-11-18', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2933, '24c17a', 0, 'Beijing Iactive Network Co, Ltd', 'Room 525, Yiquanhui Building, No. 35 Shangdi East Road, Haidian District BEIJING 100085 CN', 'CN', 'MA-L', '2019-07-16', '2019-07-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2934, '64a965', 0, 'Linkflow Co, Ltd', '54, Nonhyeon-ro 2-gil, Gangnam-gu Seoul 06313 KR', 'KR', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2935, '00113a', 0, 'Shinboram', '4F DAHNWORLD BUILDING, 154-11 SAMSUNG-DONG SEOUL 135-879 KR', 'KR', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2936, '001ddb', 0, 'C-Bel Corp', 'Futabacho 35-12 Itabashi-ku Tokyo 173-0011 JP', 'JP', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2937, '0050c27af', 0, 'C2 Microsystems', '2833 Junction Ave San Jose CA 95134-1224 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2938, '002713', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2939, '70b3d5a4b', 0, 'McKay Brothers Llc', '2355 Broadway Oakland CA 94612 US', 'US', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2940, '7c6af3', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2941, '60447a', 0, 'Water-i.d. GmbH', 'Daimlerstr. 20 Eggenstein 76344 DE', 'DE', 'MA-L', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2942, '001140', 0, 'Nanometrics Inc', '250 Herzberg Rd. Kanata Ontario K2K 2A1 CA', 'CA', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2943, '001c56', 0, 'Pado Systems, Inc', '#706 Loadland EZ Tower 153 SungNam Gyung gi-Do 463-810 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2944, '70b3d5b39', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 5 Dinkelsbühl Bavaria 91550 DE', 'DE', 'MA-S', '2014-04-14', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2945, '383a21c', 0, 'Mission Embedded GmbH', 'Gutheil-Schoder-Gasse 8-12 Wien Wien 1100 AT', 'AT', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2946, 'e44790', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2947, '00099e', 0, 'Testech, Inc', 'Bundang-Technopark, C-Dong, 702-Ho, #145 Sungnam-City Kyungki-Do 463-070 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2948, '905446', 0, 'Tes Electronic Solutions', 'Immeuble Odyssee BRUZ 35170 FR', 'FR', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2949, '0050c2a50', 0, 'i-Red Infrarot Systeme GmbH', 'Hafenstr. 47-51 Linz Upper Austria 4020 AT', 'AT', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2950, '70fd45', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2951, '402c766', 0, 'Guangzhou Lango Electronics Tech Co, Ltd', '136#, Gaopu Road, Tianhe District Guangzhou Guangdong 510663 CN', 'CN', 'MA-M', '2019-10-29', '2019-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2952, '004013', 0, 'Ntt Data Comm. Systems Corp', 'DEVELOPMENT HEADQUARTERS TOKYO 135 TOKYO 135 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2953, '001a6d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2954, 'ac88fd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2955, '74da88', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-07-10', '2019-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2956, '002165', 0, 'Presstek Inc', '55 Executive Drive Hudson New Hampshire 03051 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2957, '00257f', 0, 'CallTechSolution Co, Ltd', '#123,Daewooprugio B/D,344-1, Seogyo-Dong,Mapo-gu Seoul 121-837 KR', 'KR', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2958, '00171b', 0, 'Innovation Lab Corp', '12FL., No. 285, Sec. 2, TiDing Blvd., Taipei 11493 TW', 'TW', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2959, '0050c2946', 0, 'Megware Computer GmbH', 'Nordstrasse 19 Chemnitz-Roehrsdorf Sachsen 09247 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2960, '40ecf8', 0, 'Siemens AG', 'I IS MS EDM Munich Germany 85630 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2961, '9c741a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2962, '000400', 0, 'Lexmark International, Inc', '740 NEW CIRCLE ROAD LEXINGTON KY 40550 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2963, '000f8a', 0, 'WideView', 'F. 6, No. 8, Wu-chuan 2 Rd, Hsin-Chuang City Taipei Country 242 TW', 'TW', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2964, '001f32', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2007-12-31', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2965, '002370', 0, 'Snell', 'Hartman House Reading Berks RG6 4PB GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2966, '54098d', 0, 'Deister Electronic GmbH', 'Hermann-Bahlsen-Str. 11 Barsinghausen Niedersachsen 30890 DE', 'DE', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2967, '84d412', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2019-04-17', '2019-04-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2968, '90bde6', 0, 'Quectel Wireless Solutions Co, Ltd', '7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai 200233 CN', 'CN', 'MA-L', '2019-05-08', '2019-05-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2969, '0008de', 0, '3up Systems', '6 Results Way Cupertino CA 95014 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2970, '000fab', 0, 'Kyushu Electronics Systems Inc', '3-3, Kongo 2-Chome, Yahatanishi Ward Kitakyushu City Fukuoka Pref. 807-1263 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2971, 'd85def', 0, 'Busch-Jaeger Elektro GmbH', 'Freisenbergstrasse 2 Luedenscheid NRW 58513 DE', 'DE', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2972, '1065a3', 0, 'Core Brands Llc', '1880 South McDowell Blvd Petaluma CA 94954 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2973, '0050c2cf1', 0, 'TelGaAs, Inc', '125 N. Central Dr. O\'Fallon MO 63366 US', 'US', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2974, '885fe80', 0, 'Jungheinrich Norderstedt AG & Co KG', 'Lawaetzstr. 9-13 Norderstedt 22844 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2975, '0009a9', 0, 'Ikanos Communications', '47709 Fremont Blvd Fremont CA 94538 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2976, '001431', 0, 'Pdl Electronics Ltd', '81 Austin Street Napier Hawkes Bay NZ', 'NZ', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2977, '0050c2eab', 0, 'Warp9 Tech Design, Inc', '3650 Pheasant Run N.E. Blaine MN 55449 US', 'US', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2978, 'd0d471', 0, 'Mvtech Co, Ltd', '#1004, Hanshin IT Tower, 235, Guro 3-dong, Guro-Gu SEOUL 152-768 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2979, 'cc5fbf', 0, 'Topwise 3G Communication Co, Ltd', '6 Floor, A8 Music Building, Keyuan Road, High-Tech Park, Nanshan District, Shenzhen, China Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2980, '0050c225a', 0, 'Zendex Corp', '6780 Sierra Court Dublin CA 94568 US', 'US', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2981, '0050c2a31', 0, 'Coolit Systems, Inc', '3920 - 29th St. N.E. Calgary AB T1Y6B6 CA', 'CA', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2982, '0050c2f2f', 0, 'Arcos Tech Ltd', '26 Hasivim Petach Tikva 49517 IL', 'IL', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2983, '508a0f', 0, 'Shenzhen Fise Tech Holding Co, Ltd', 'No.6 Building, Longfu Industrial Area, Huarong Road, Tongsheng Community, Dalang Street, Longhua New District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2984, '003088', 0, 'Ericsson', '250 Holger Way SAN JOSE CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2985, 'a05dc1', 0, 'Tmct Co, Ltd', '5F-561, #19-11 SanChong Rd. Taipei 115 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2986, '48ee86', 0, 'UTStarcom (China) Co, Ltd', '25 Floor,A Block,1#Building,TianZuo International Center, Haidian District BeiJing 100081 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2987, '142bd6', 0, 'Guangdong Appscomm Co, Ltd', 'Rm 903, Block C3, Chuangxin Building, No.182, Guangzhou Guangdong 510663 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2988, 'f0acd79', 0, 'U3storage Tech Co, Ltd', 'information Road No. 26 , Haidian District BEIJING 100085 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2989, '88d7bc', 0, 'Dep Co', 'Poryadkovy pereulok,21 Moscow 127055 RU', 'RU', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2990, 'c4e032', 0, 'Ieee 1904.1 Working Group', '1351 Redwood Way, Petaluma CA 94954 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2991, '1cb72c', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2992, '483c0c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2993, '3c427e3', 0, 'Shenzhen Vetas Communication Tech Co , Ltd', 'Room 1301-1303,West Wing,Skyworth Semiconductor Design Building,No.18,Gaoxin South 4th road, Nanshan District ShenZhen Guangdong 518063 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2994, '00a0a0', 0, 'Compact Data, Ltd', '58 DITTON WALK CAMBRIDGE CB5 8QE GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2995, '00509e', 0, 'Les Tech SoftAcoustik Inc', 'Quebec G1K 3P6 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2996, '00110b', 0, 'Franklin Tech Systems', '20406 Earl St Torrance CA 90503 US', 'US', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2997, '006b9e', 0, 'Vizio, Inc', '39 Tesla Irvine CA 92618 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2998, '70918f', 0, 'Weber-Stephen Products Llc', '1415 S. Roselle Rd Palatine IL 60067 US', 'US', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(2999, '70b3d502f', 0, 'Legendaire Tech Co, Ltd', '2F,No.278,Fu Shun Rd. Taichung City 40764 TW', 'TW', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3000, '50de192', 0, 'Spii Spa', 'VIA D. VOLPI 37 - ANGOLO VIA MONTOLI SARONNO VARESE 21047 IT', 'IT', 'MA-M', '2019-11-06', '2019-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3001, '0050c2167', 0, 'Precision Filters, Inc', '240 Cherry Street Ithica NY 14850 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3002, '000d09', 0, 'Yuehua(Zhuhai) Electronic Co Ltd', '4Rd Pingdong,Nanping Science & Technolog Zhuhai Guangdong 519070 CN', 'CN', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3003, '001bee', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3004, '34a3bf', 0, 'Terewave. Inc', 'Room 217, Ssangyong Research Center Yuseong-gu Daejeon-city 305804 KR', 'KR', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3005, 'ccd39d0', 0, 'Inx Co, Ltd', '6F Nippatsu Nishiguchi Bldg 3-32-1 Tsuruya-cho Kanagawa-ku Yokohama-shi Kanagawa 221-0835 JP', 'JP', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3006, '3cda6d', 0, 'Tiandy Tech Co, Ltd', 'NO.8,haitai huake rd2 (outside ring road),huayuan new technology industrial park Tianjin Tianjin 300384 CN', 'CN', 'MA-L', '2019-11-12', '2019-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3007, '000d41', 0, 'Siemens AG Icm MP UC RD IT Klf1', 'Suedstrasse 9 Kamp-Lintfort NRW 47475 DE', 'DE', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3008, '00117a', 0, 'Singim International Corp', '6F-2, No. 190, Sec. 2 Chung Hsin Road, Hsin Tien City 231 TW', 'TW', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3009, '0011d2', 0, 'Perception Digital Ltd', 'Flat A, 8/F, Shaw House Clear Water Bay NT HK', 'HK', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3010, '500e6d', 0, 'TrafficCast International', '2801 Coho Street Madison WI 53713 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3011, 'ac7f3e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-07-12', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3012, 'ccb11a', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2015-12-17', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3013, 'a41163e', 0, 'tinylogics', 'St John\'s Innovation Centre, Cambridge London CB4 0WS GB', 'GB', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3014, '0040c3', 0, 'Fischer And Porter Co', '125 E. COUNTY LINE ROAD WARMINSTER PA 18974 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3015, '0050c20a8', 0, 'Kaveri Networks', '600 East Diehl Rd. Naperville Il 60563 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3016, '68a682', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3017, '00807e', 0, 'Southern Pacific Ltd', 'SANWA BLDG., 2-16-20 JAPAN JAPAN 220 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3018, '000754', 0, 'Xyterra Computing, Inc', '14505 Hayden Rd., Scottsdale AZ 85260-6953 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3019, '000549', 0, 'Salira Optical Network Systems', '2694 Orchard Parkway San Jose CA 95134 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3020, '000fdf', 0, 'Solomon Tech Corp', 'No.42,Sing Zhong Rd.,Nei Hu Dist., Taipei 114 TW', 'TW', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3021, '001eed', 0, 'Adventiq Ltd', 'Technology House Bar Hill Cambs. CB3 8SQ GB', 'GB', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3022, '0021f2', 0, 'Easy3call Tech Ltd', 'Room 1903-6, 19/F., HING YIP Commercial Centre Hong Kong 999077 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3023, '70b3d5c09', 0, 'Rch Vietnam Ltd Liability Co', 'Workshop F.01B-2, Lot No. F.01B Long Hau Ho Chi Minh City Ho Chi Minh 70000 VN', 'VN', 'MA-S', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3024, '008071', 0, 'Sai Tech', '4224 CAMPUS POINT COURT SAN DIEGO CA 92121-1513 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3025, '0080bc', 0, 'Hitachi Engineering Co, Ltd', '4-8-26, OMIKACHO JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3026, '9c6f52', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3027, '70b3d5e8d', 0, 'Natav Services Ltd', 'Binyamin 39/1 Modiin Israel 7175260 IL', 'IL', 'MA-S', '2019-05-21', '2019-05-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3028, '40d855016', 0, 'ParTech Inc', '139 Premier Drive Lake Orion MI 48359 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3029, '70b3d5551', 0, 'infrachip', 'Danwan-Gu, Yeonsuwan-Ro, Post-Bi Center Ansan Gyeonggi 425-849 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3030, '709a0b', 0, 'Italian Institute of Tech', 'Via Morego 30 Genova GE 16163 IT', 'IT', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3031, '34a84e', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3032, '4c7c5f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3033, '70b3d51b5', 0, 'StarBridge, Inc', '3-5-10 Tachikawa Tokyo 190-0023 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3034, '001f7f', 0, 'Phabrix Ltd', 'Blindmans Gate Cottage Newbury Hampshire RG20 9XB GB', 'GB', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3035, 'd0c1b1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3036, '94fd1d', 0, 'WhereWhen Corp', '96A Flynn Avenue Mountain View California 94043 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3037, '20e564', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2011-12-14', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3038, 'fcbba1', 0, 'Shenzhen Minicreate Tech Co, Ltd', '5/F.,5th,Building,Animation Park,Yuehai Road Shenzhen Guangdong 518066 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3039, 'a8a795', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-05-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3040, '40ed98d', 0, 'Hangzhou Ganx Tech Co, Ltd', 'Room 502, Building 2, No 1180, BinAn Rd, Binjiang District Hangzhou Zhejiang 310000 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3041, '70b3d5e84', 0, 'Entec Electric & Electronic Co, Ltd', '78-2 Buncheon-ri, Bongdam-eup Hwaseong-city Gyungki-do 445-894 KR', 'KR', 'MA-S', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3042, '000680', 0, 'Card Access, Inc', '11778 S. Election Rd Salt Lake City UT 80420 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3043, '0050c296f', 0, 'Varec Inc', '5834 Peachtree Corners East Norcross GA 30092 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3044, '14ae859', 0, 'Veo Tech', 'Aldersrogade 6c, 4. sal København Denmark 2100 DK', 'DK', 'MA-M', '2019-12-12', '2019-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3045, 'a01859', 0, 'Shenzhen Yidashi Electronics Co Ltd', 'Building A10, Fukang Industrial Zone Shenzhen Guangdong 518110 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3046, '885d90c', 0, 'iRoom GmbH', 'Paracelsus Str. 4 Oberndorf Salzburg 5110 AT', 'AT', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3047, '00c022', 0, 'Lasermaster Tech, Inc', '7156 SHADY OAK ROAD EDEN PRAIRIE MN 55344 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3048, '0050c2a3b', 0, 'IPcontrols GmbH', 'Neue Kasseler Str. 50 Marburg 35039 DE', 'DE', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3049, '0050c2bc0', 0, 'Galaxia Electronics', '#1307 Tech Center, SK Technopark Seongnamsi Gyeonggido 462-721 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3050, '68db67', 0, 'Nantong Coship Electronics Co, Ltd', 'No.188 Xinsheng Road Nantong 226000 US', 'US', 'MA-L', '2013-03-10', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3051, '14abc5', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3052, '001ccc', 0, 'BlackBerry Rts', '305 Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2007-06-16', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3053, '0050c2825', 0, 'Funkwerk Information Tech Karlsfeld GmbH', 'Dieselstr. 8 Karlsfeld 85757 DE', 'DE', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3054, '40d855177', 0, 'Tri Engineering Co, Ltd', '23-30 Goban-cho Ageo Saitama 362-0024 JP', 'JP', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3055, 'd425cc5', 0, 'bvk Tech', 'Mithatpasa Mah. Serin Cikmazi No:4 C Blok Kemerburgaz, Eyupsultan Istanbul Istanbul 34075 TR', 'TR', 'MA-M', '2018-10-04', '2018-10-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3056, '001026', 0, 'Accelerated Networks, Inc', '31238 VIA COLINAS, UNIT WESTLAKE VILLAGE CA 91362 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3057, '00008c', 0, 'Alloy Computer Products (Australia) Pty Ltd', 'Unit 4/585 Blackburn Road Notting Hill Victoria 3168 AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3058, '0050c2ac4', 0, 'Orion Tech, Llc', '12605 Challenger Parkway Suite 130 Orlando FL 32826 US', 'US', 'IAB', '2010-05-15', '2017-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3059, 'bc6b4d', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2014-07-13', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3060, '70b3d514c', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3061, '44a466', 0, 'Groupe Ldlc', 'Groupe LDLC - 2 rue des Erables LIMONEST Rhone 69760 FR', 'FR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3062, '004032', 0, 'Digital Communications', 'ASSOCIATES, INC. SAN JOSE CA 95131 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3063, '00189e', 0, 'Omnikey GmbH', 'Ferihumerstrasse 13 Linz Upperaustria 4040 AT', 'AT', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3064, '0050c26ef', 0, 'Pneumopartners LaenneXT SA', '91b route des Romains STRASBOURG Région Alsace F-67200 FR', 'FR', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3065, '002278', 0, 'Shenzhen Tongfang Multimedia Tech Co, Ltd', '2f Sector D of TongFang Information Harbor Nanshan District, Shenzhen GuangDong 518058 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3066, '0055da5', 0, 'Nanoleaf', '162 John Street Toronto Ontario M5V2E5 CA', 'CA', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3067, '6c5c3d1', 0, 'Shenzhen Justek Tech Co, Ltd', '5/F, Building No.818, Qingtiexi Mabu Community, Bao \'an DistrictXixiang Street, Shenzhen Guangdong 518102 CN', 'CN', 'MA-M', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3068, '0050c2303', 0, 'CI Systems Ltd', 'P.O.Box 147 Migdal HaEmek 10551 IL', 'IL', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3069, '001b38', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 25, THE 3RD AVENUE KUNSHAN CITY SUZHOU PROVINCE 215300 CN', 'CN', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3070, 'b0c554', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3071, 'e4956eb', 0, 'iConservo Inc', '35 Tesla Irvine CA 92618', '', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3072, '3c8d20', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3073, '141346', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3074, '08008b', 0, 'Pyramid Tech Corp', '1295 CHARLESTON ROAD MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3075, '0050c28b3', 0, 'Vtq Videtronik GmbH', 'Gruene Str. 2 Querfurt Saxon-Anhalt 06268 DE', 'DE', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3076, '0050c24de', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2005-07-27', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3077, '00199b', 0, 'Diversified Technical Systems, Inc', '909 Electric Avenue Seal Beach California 90740 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3078, '0050c2789', 0, 'Rosslare Enterprises Ltd', 'Flat 912 Wing Fat Industrial Building Kowloon Bay, Kowloon HK', 'HK', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3079, '0050c2b2b', 0, 'CosmoData Informatica Ltda.', 'Rua Artur de Azevedo, 2103 São Paulo 05404-015 BR', 'BR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3080, 'accb09', 0, 'Hefcom Metering (Pty) Ltd', 'PO Box 10770 Centurion Gauteng 0046 ZA', 'ZA', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3081, '505527', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2014-09-24', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3082, '00a00f', 0, 'Broadband Tech', 'P.O. Box 13737 Research Triangle Park, NC 27709-3737 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3083, '000ee4', 0, 'Boe Tech Group Co, Ltd', 'No.10 Jiuxianqiao Road,Chaoyang District,Beijing,PRC Beijing 100016 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3084, '98e7f5', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3085, 'ccc3ea', 0, 'Motorola Mobility Llc, a Lenovo Co', '600 North US Highway 45 Libertyville IL 60048 US', 'US', 'MA-L', '2014-02-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3086, 'c444a0', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3087, '904e913', 0, 'Teleepoch Ltd', 'No.13 Langshan Rd,HiTech Park,Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3088, '004006', 0, 'Sampo Tech Corp', '26-2 TING-HU, 33334 TAIWAN 33334 TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3089, '001668', 0, 'Eishin Electronics', 'Nishiku Miyashita 1-19 Kobe City Hyogo Prefecture 651-2146 JP', 'JP', 'MA-L', '2005-11-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3090, '008099', 0, 'Eaton Industries GmbH', 'Hein-Moeller - Straße 7-11 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3091, '00082d', 0, 'Indus Teqsite Private Ltd', '#7, Arya Gowder Road, Tamil Nadu 600033 IN', 'IN', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3092, '000dc2', 1, 'Private', '', '', 'MA-L', '2004-02-12', '2004-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3093, '0050c2585', 0, 'Wireless Cables Inc', '1414 Soquel Ave, Ste 212 Santa Cruz CA 95062 US', 'US', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3094, '0050c25fd', 0, 'Meg Electronic Inc', 'Bogazici Universitesi Kuzey Kampus Bebek Besiktas TR', 'TR', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3095, 'f4e142', 0, 'Delta Elektronika BV', 'Vissersdijk 4 Zierikzee 4301 ND NL', 'NL', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3096, '00a058', 0, 'Glory, Ltd', '1-3-1 SHIMOTENO, HIMEJI HYOGO PREF. 670 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3097, '0000ea', 0, 'Upnod AB', 'BOX 23051 SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3098, '70b3d5984', 0, 'Sanmina Israel', 'Koren Industrial Zone , POBox 102 Maalot Israel 2101002 IL', 'IL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3099, '90da4e', 0, 'Avanu', '5205 Prospect Rd San Jose CA 95129-5034 US', 'US', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3100, '102c83', 0, 'Ximea', 'Lesna 52 Marianka SK 90033 SK', 'SK', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3101, '70b3d54b7', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3102, '2836389', 0, 'Shenzhen Zhi Hua Creative Tech Co, Ltd', 'Bao`an District, Shenzhen Baoan District Xixiang Bao yuan road beach village in the 8-905 room Shenzhen 518000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3103, '0050c27cc', 0, 'Sweco Japs AB', 'Metallverksgatan 8 Västerås SE-721 30 SE', 'SE', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3104, '40d85509b', 0, 'Tokyo Denki Gijutsu Kogyo', '2-12-2 Nakane Meguro-ku TOKYO 152-0031 JP', 'JP', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3105, '001612', 0, 'Otsuka Electronics Co, Ltd', '1-10 Sasagaoka, Minakuchi kouka shiga 528-0061 US', 'US', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3106, '0050c253b', 0, 'Teleks Co Ltd', 'ul. Dostojevskogo, 15 St.Petersburg 191002 RU', 'RU', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3107, '001e47', 0, 'PT. Hariff Daya Tunggal Engineering', 'Jl. Soekarno Hatta No. 450 Bandung Jawa Barat 40266 ID', 'ID', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3108, 'acca54', 0, 'Telldus Tech AB', 'Skiffervägen 102 Lund 224 78 SE', 'SE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3109, '6cc147', 0, 'Xiamen Hanin Electronic Tech Co, Ltd', '#8 building, Gaoqi Nan Shi\'er Road, Huli Distric Xiamen Fujian 361000 CN', 'CN', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3110, '6c5c3d5', 0, 'Unitel Engineering', '2-я Кабельная д.2 стр.1 Москва Россия 111024 RU', 'RU', 'MA-M', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3111, '0010db', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '1998-04-22', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3112, '001600', 0, 'CelleBrite Mobile Synchronization', '25 Basel St Petach Tikva 49170 IL', 'IL', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3113, '8096b1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2012-05-01', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3114, 'ac5d10', 0, 'Pace Americas', '1764 Automation Parkway San Jose Ca 95131 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3115, 'd425cc4', 0, 'Barobo Inc', '221 G Street, #204 Davis CA 95616 US', 'US', 'MA-M', '2018-09-28', '2018-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3116, '0050c2364', 0, 'Tattile Srl', 'Via Trento 127/129 Capriano del Colle Brescia 25020 IT', 'IT', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3117, '68bdab', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3118, '20719e', 0, 'SF Tech Co, Ltd', '1/F,Block B,Building 1,ShenzhenSoftware Industry Base,Hi-Tech Industrial Park South Shenzhen Guangdong Province 518054 CN', 'CN', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3119, '000252', 0, 'Carrier Corp', 'One Carrier Place Farmington CT 06034-4015 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3120, '40d85503c', 0, 'Computer System Co, Ltd', 'Matsuyama-Daiichi-Seimei Bldg 8F Matsuyama EHIME 790-0001 JP', 'JP', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3121, '0050c2433', 0, 'Idetech Europe S.A.', 'Pedrosa C nº23 (Polígono Pedrosa) Hospitalet de Llobregat BARCELONA 08908 ES', 'ES', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3122, '1083d2', 0, 'Microseven Systems, Llc', '404 South Lemon Ave., #9 Walnut California 91789 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3123, 'd47c44d', 0, 'Huaqin Telecom Tech Co, Ltd', 'Building 1,No.399, Keyuan Road, Pudong, Shanghai China Shanghai 200120 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3124, '0025a6', 0, 'Central Network Solution Co, Ltd', '584-1, Pajang-Dong, JangAn-Gu Suwon-Si, Kyunggi-Do 440-854 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3125, '70b3d5188', 0, 'Birket Engineering', '162 W Plant St Winter Garden FL 34787 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3126, '40d855017', 0, 'Franke Aquarotter GmbH', 'Parkstra Ludwigsfelde 14974 DE', 'DE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3127, '38bb3c', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2014-03-11', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3128, '74a528', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3129, 'ac482d', 0, 'Ralinwi Nanjing Electronic Tech Co, Ltd', '3rd Floor, Building B,R&D Block 3, Xuzhuang Software Park, No. 699-27, Xuanwu Avenue Nanjing Jiangsu 210046 CN', 'CN', 'MA-L', '2016-04-30', '2016-04-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3130, '3c24f06', 0, 'Inter Action Corp', '14F,Yokohama-Kanazawa High-Tech Center,1-1, Yokohama Kanagawa 236-0004 JP', 'JP', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3131, '0040ab', 0, 'Roland DG Corp', '1227 OKUBO-CHO, HAMAMATSU-SHI 432 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3132, '0050c2223', 0, 'visicontrol GmbH', 'Ettishofer Straße 8 Weingarten Baden-Württemberg 88250 DE', 'DE', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3133, '2c6a6fd', 0, 'Holjeron', '9524 SW Tualatin Sherwood Rd. Tualatin OR 97062 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3134, '001089', 0, 'WebSonic', '3466 EDWARD AVE. SANTA CLARA CA 95054 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3135, '649c81', 0, 'Qualcomm Inc', '5665 Morehouse Drive San Diego CA 92071 US', 'US', 'MA-L', '2013-05-02', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3136, '002511', 0, 'Elitegroup Computer Systems Co, Ltd', 'NO. 239, Sec. 2, Ti Ding Blvd. Taipei Taiwan 11493 TW', 'TW', 'MA-L', '2009-02-02', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3137, 'ec986c', 0, 'Lufft Mess- und Regeltechnik GmbH', 'Gutenbergstraße 20 Fellbach Baden-Württemberg 70736 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3138, 'f0620d', 0, 'Shenzhen Egreat Tech Corp, Ltd', '4F,1Building,Chuangye Industrial park Shenzhen Guangdong 518104 CN', 'CN', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3139, '70b3d5a82', 0, 'Telefrank GmbH', 'Am Wildengrund 1 Altenambach TH 98553 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3140, 'f00df5', 0, 'Acoma Medical Industry Co,. Ltd', '2-14-14 hongo bunkyo-ku Tokyo 113-0033 JP', 'JP', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3141, '00c017', 0, 'NetAlly', '2075 Research Parkway Colorado Springs CO 80920 US', 'US', 'MA-L', '2000-11-09', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3142, '00146b', 0, 'Anagran, Inc', '580 North Pastoria Av Sunnyvale CA 94085 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3143, '8086f2', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3144, 'b0e235', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2016-04-01', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3145, '007686', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3146, 'ec9f0d9', 0, 'Fci', 'B-7F,Silicon Park, 35, Pangyo-ro 255 beon-gil,Bundang-gu Seongnam si Gyeonggi-do. KOREA 13486 KR', 'KR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3147, '4cc7d6', 0, 'Flextronics Manufacturing(Zhuhai)Co, Ltd', 'Xin Qing Science & Technology Industrial Park,Jin An Town,Doumen ,Zhuhai,Guangdong,PRC Zhuhai Guangdong 519180 CN', 'CN', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3148, '0050c21ed', 0, 'Emka-electronic AG', 'Lohmühlenweg 18a Arnstadt Thüringen 99310 DE', 'DE', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3149, '0050c25e6', 0, 'Musatel', 'c/Caridad, 1 BIS Pozuelo de Alarcón Madrid 28224 ES', 'ES', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3150, '001340', 0, 'AD.EL s.r.l.', 'via S. Pertini,5 Martellago VENEZIA 30030 IT', 'IT', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3151, '0050c2a7e', 0, 'Densitron Tech Ltd', 'Saxon Way Royston Herts SG8 6DN GB', 'GB', 'IAB', '2010-05-15', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3152, '000756', 0, 'Juyoung Telecom', '#201, Dunsan Building Taejon 302-846 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3153, '001329', 0, 'Vsst Co, Ltd', 'suit 3202, Korea World Trade Center 159-1 Seoul 135-729 KR', 'KR', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3154, '001eab', 0, 'TeleWell Oy', 'Alahotie 14 b Jarvenpaa Uusimaa 04430 FI', 'FI', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3155, '70b3d5813', 0, 'Wavemed srl', 'Via di campo gillaro 29/a San Cesareo Roma 00030 IT', 'IT', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3156, 'b0fd0b', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-02-07', '2019-02-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3157, '001522', 0, 'Dea Security', 'Via Togliatti Santo Stefano Magra SP 19037 IT', 'IT', 'MA-L', '2005-07-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3158, '001a0b', 0, 'Bona Tech Inc', '4F, E-Place Bldg., 719-24 Seoul 135-080 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3159, '0050c205b', 0, 'Radiometer Medical A/S', 'Akandevej 21 DK 2700 Bronshoj DK', 'DK', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3160, 'c08acd', 0, 'Guangzhou Shiyuan Electronic Tech Co Ltd', 'No.6, 4th Yunpu Road, Yunpu industry District Guangzhou Guangdong 510530 CN', 'CN', 'MA-L', '2018-12-05', '2018-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3161, '70b3d5fdc', 0, 'Tapdn', '840 Apollo St Suite 100 El Segundo CA 90245 US', 'US', 'MA-S', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3162, '9078b2', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3163, '00a066', 0, 'Isa Co, Ltd', 'SHINJUKU LAMBDAX BLDG. 5F., JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3164, '009053', 0, 'Daewoo Electronics Co, Ltd', 'DIT RESEARCH CENTER CHUNG-GU SEOUL 100-714 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3165, '002123', 0, 'Aerosat Avionics', '62 State Rd. Amherst NH 03031 US', 'US', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3166, 'e44cc7d', 0, 'Telo Systems Limitd', '4/F, Chuangye Building, Seven-Star Park, Yu\'an 2nd Road ShenZhen GuangDong 518000 CN', 'CN', 'MA-M', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3167, '001270', 0, 'Nges Denro Systems', '7055 Troy Hill Dr Elkridge MD 21075 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3168, '002154', 0, 'D-Tacq Solutions Ltd', 'James Watt Building East Kilbride Lanarkshire G75 0QD GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3169, '0050c2b3b', 0, 'Sportvision Inc', '1240 La Avenida Mountain View CA 94043 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3170, '443192', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-09-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3171, '887598', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3172, '000447', 0, 'Acrowave Systems Co, Ltd', 'Maru B/D 86-6, Nonhyun-Dong KOREA zip: 135-818 KR', 'KR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3173, '0050c22cd', 0, 'DataWind Research', '555 Rene-Levesque West Montreal Quebec H2Z 1B1 CA', 'CA', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3174, '0005f3', 0, 'Webyn', '26 Rue Oes Gaudines FR', 'FR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3175, '00096b', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3176, '001a2b', 0, 'Ayecom Tech Co, Ltd', 'No. 25, R&D Road 2, Science-Based Industrial Park Hsinchu 300 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3177, '2c094d', 0, 'Raptor Engineering, Llc', '2556 Anderson Dr. Belvidere IL 61008 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3178, 'd80d17', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3179, '70b3d531d', 0, 'Ava Monitoring AB', 'Vädursgatan 6 Göteborg Västra götaland 412 50 SE', 'SE', 'MA-S', '2019-02-27', '2019-02-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3180, '009061', 0, 'Pacific Research & Engineering Corp', '2070 LAS PALMAS DRIVE CARLSBAD CA 92009 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3181, '00a0ac', 0, 'Gilat Satellite Networks, Ltd', '24A HABARZEL STREET IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3182, 'fca47a9', 0, 'Oberix Group Pty Ltd', '22 McIntyre Street Burwood VIC 3125 AU', 'AU', 'MA-M', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3183, '645299', 0, 'The Chamberlain Group, Inc', '300 Windsor Drive Oak Brook IL 60523 US', 'US', 'MA-L', '2011-11-26', '2019-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3184, 'b80415', 0, 'Bayan Audio', '5 The Pavilions Pease Pottage West Sussex RH11 9BJ GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3185, '70b3d57e9', 0, 'Mecsel Oy', 'Laitilankuja 5 Helsinki 00420 FI', 'FI', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3186, 'dc0d30', 0, 'Shenzhen Feasycom Tech Co, Ltd', '#2004, Huichao Science & Technology Building, Jinhai Road, Xixiang Shenzhen Guangdong 18000 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3187, 'b40b78', 0, 'Brusa Elektronik AG', 'Neudorf 14 Sennwald St. Gallen 9466 CH', 'CH', 'MA-L', '2018-08-09', '2018-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3188, '001d4c', 0, 'Alcatel-Lucent', '601 Data Dr. Plano TX 75075 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3189, '001fd7', 0, 'Telerad SA', '2, avenue de la butte aux cailles ANGLET 64600 FR', 'FR', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3190, '00081e', 0, 'Repeatit AB', 'Farogatan 7 SE', 'SE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3191, '001c28', 0, 'Sphairon Tech GmbH', 'Philipp-Reis-Strasse 1 Bautzen Saxony 02625 DE', 'DE', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3192, '307c30', 0, 'Rim', '295 Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3193, '88c9d0', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2014-07-13', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3194, '38b8eb8', 0, 'CeeNex Inc', '1200 Aerowood Drive Unit 30 Mississauga, ON Canada L4W 2S7 L4W 2S7 CA', 'CA', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3195, '70b3d5cd4', 0, 'Southern Ground Audio Llc', '101 Gardner Park Peachtree City GA 30269 US', 'US', 'MA-S', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3196, '00e0b8', 0, 'Gateway 2000', '610 GATEWAY DRIVE N. SIOUX CITY SD 57049 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3197, '009048', 0, 'Zeal Corp', '301, HIRAIKE NAGAKUTE-CHO, AICHI-PREF. 480-1155 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3198, '70b3d5230', 0, 'CT Co', '9F.-1, No,Jian 8th Rd. Jhonghe Dist New Taipei 23511 TW', 'TW', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3199, '000803', 0, 'Cos Tron', '4F Boolim B/D, 1431-22, Anyang 431-061 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3200, '000a9a', 0, 'Aiptek International Inc', 'No 5-1 Innovation Rd 1 Hsin-Chu 300 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3201, '004056', 0, 'Mcm Japan Ltd', 'SYUUKAEN BLD. 2-11-1 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3202, '001868', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3203, 'd03e5c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-07-31', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3204, '94fe22', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3205, '347eca', 0, 'Nextwill', 'JJ-Building, 20, Deongmyeong-ro 71beon-gil1, Yuseong-gu Daejeon 34155 KR', 'KR', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3206, '001e55', 0, 'Cowon Systems, Inc', '6th Fl. COWON TOWER,689-3, Seoul 135-080 KR', 'KR', 'MA-L', '2007-10-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3207, '0050c286d', 0, 'Tieline Research Pty Ltd', 'PO Box 2092 Malaga Western Australia 6944 AU', 'AU', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3208, '001ba8', 0, 'Ubi&Mobi,.Inc', '3F, Duido Bldg, #288-5, Yangjae-Dong Seocho-Gu Seoul 137-130 KR', 'KR', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3209, 'b8d812a', 0, 'Kiwigrid GmbH', 'Kleiststraße 10b Dresden Saxony 01129 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3210, '0020bc', 0, 'Long Reach Networks Pty Ltd', 'Unit 3, 118-122 Bowden St MEADOWBANK NSW 2114 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3211, '00124f', 0, 'nVent', '1665 Utica Avenue, Suite 700 St Louis Park MN 55416 US', 'US', 'MA-L', '2004-09-09', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3212, 'b8ff61', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-08-15', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3213, 'b8634d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3214, 'fcb662', 0, 'IC Holdings Llc', '9066 S 300 W Sandy UT 84070 US', 'US', 'MA-L', '2018-12-05', '2018-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3215, '50804a', 0, 'Quectel Wireless Solutions Co, Ltd', '7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai 200233 CN', 'CN', 'MA-L', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3216, '70b3d5ea9', 0, 'Zhuhai Lonl electric Co, Ltd', '2nd floor, building B3, nanfang software park, xiangzhou district Zhuhai Guangdong 519000 CN', 'CN', 'MA-S', '2019-11-26', '2019-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3217, '00128d', 0, 'Stb Datenservice GmbH', 'Weinsbergstraße 190 Köln NRW 50825 DE', 'DE', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3218, '001e29', 0, 'Hypertherm Inc', '15 Great Hollow Rd Hanover NH 03755 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3219, '444a65', 0, 'Silverflare Ltd', '2 Bakers Yard Uxbridge Greater London UB8 1JZ GB', 'GB', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3220, '8870ef', 0, 'SC Professional Trading Co, Ltd', '2 Soi Krungthepkreetar 21 Sapansoong Bangkok 10250 TH', 'TH', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3221, 'c0a5dd', 0, 'Shenzhen Mercury Communication Tech Co, Ltd', '3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3222, '0016ef', 0, 'Koko Fitness, Inc', '136 Longwater Drive Norwell MA 02061 US', 'US', 'MA-L', '2006-01-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3223, '045453', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-08-31', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3224, '681def', 0, 'Shenzhen Cyx Tech Co, Ltd', '2/F, Bldg. 6, Guangxi Industrial Park, Jianshe Rd., Longhua New Dist., Shenzhen Shenzhen 518109 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3225, 'e4f327', 0, 'Atol Llc', 'Bolshaya Novodmitrovskaya str., 14, build 4 Moscow 127015 RU', 'RU', 'MA-L', '2019-09-23', '2019-09-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3226, '000d83', 0, 'Sanmina-Sci Hungary Ltd', 'Kota Jozsef u. 2. Tatabanya Komarom-Esztergom 2800 HU', 'HU', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3227, 'e83eb6', 0, 'Rim', 'Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3228, '089f97', 0, 'Leroy Automation', '35, Boulevard du Libre Echange Saint Orens de Gameville 31650 FR', 'FR', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3229, '68dfdd', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2014-01-12', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3230, '70b3d5339', 0, 'Sierra Nevada Corp', '444 Salomon Circle Sparks NV 89434 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3231, 'a08cf8', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3232, '44e4ee', 0, 'Wistron Neweb Corp', 'No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3233, '0006a9', 0, 'Universal Instruments Corp', 'PO Box 825 Binghamton NY 13902 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3234, '0050c2670', 0, 'Naim Audio', 'Southampton Road Salisbury Wiltshire SP1 2LN GB', 'GB', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3235, '0015ac', 0, 'Capelon AB', 'Jägerhorns väg 1 Kungens Kurva Stockholm S-141 75 SE', 'SE', 'MA-L', '2005-08-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3236, '0050c25b2', 0, 'Syntronic AB', 'Utmarksvagen 33C Gavle 802 91 SE', 'SE', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3237, '70b3d589e', 0, 'Innovative Control Systems, LP', '10801 N. 24th Ave Ste 102 Phoenix AZ 85029 US', 'US', 'MA-S', '2019-09-25', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3238, '004041', 0, 'Fujikura Ltd', '1-5-1, KIBA, KOTO-KU JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3239, '0050c21a1', 0, 'Portalplayer, Inc', '3255 Scott Blvd Santa Clara CA 95054 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3240, '683c7d', 0, 'Magic Intelligence Tech Ltd', 'B13/Flat 4,East block,Jinhui Blding.Nanhai Road Nanshan District, Shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3241, 'a0bb3e6', 0, 'Xiamen Kehua Hengsheng Co, Ltd', 'No.457,Malong Road,Torch High-tech Industrial Zone Xiamen Fujian 361000 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3242, '0c45ba', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3243, '749ea5', 0, 'Ohsung', '335-4,SANHODAERO,GUMI,GYEONG BUK,KOREA GUMI GYEONG BUK 730-030 KR', 'KR', 'MA-L', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3244, '0060a8', 0, 'Tidomat AB', 'S-12089 STOCKHOLM SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3245, '0005b2', 0, 'Medison Co, Ltd', '997-4, Saechi-Dong, 135-280 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3246, '28a6db', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3247, 'c0174d', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3248, 'e4c0cc', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3249, 'dc6b12', 0, 'worldcns Inc', '174, Namjo-ro 1-gil, Jocheon-eup Jeju-si Jeju-do 63335 KR', 'KR', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3250, '000cba', 0, 'Jamex, Inc', '2415 N Triphammer Rd Ithaca NY 14850 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3251, '001c02', 0, 'Pano Logic', '2000 Seaport Drive, Suite 200 Redwood City CA 94063 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3252, '0050c29e2', 0, 'E-ViEWS Safety Systems, Inc', '5331 DERRY AVE AGOURA HILLS CA 91301 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3253, '6c40c6', 0, 'Nimbus Data, Inc', '5151 California Ave, Ste 100 Irvine CA 92617 US', 'US', 'MA-L', '2012-07-16', '2019-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3254, 'a8bc9c', 0, 'Cloud Light Tech Ltd', '3/F, 6 Science Park East Avenue Hong Kong Science Park Shatin, N.T., Hong Kong Hong Kong 00000 HK', 'HK', 'MA-L', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3255, 'c82e47', 0, 'Suzhou SmartChip Semiconductor Co, Ltd', '9A,Science Plaza,1355 JinJiHu Avenue, Suzhou Industrial Park, Suzhou Jiangsu 215021 CN', 'CN', 'MA-L', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3256, '0050c254d', 0, 'Silent System', 'Sumikawa 5-5-1-6 Minamiku Sapporo Hokkaido 005-0005 JP', 'JP', 'IAB', '2005-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3257, '001b6d', 0, 'Midtronics, Inc', '7000 Monroe St. Willowbrook IL 60527 US', 'US', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3258, 'bcbbc9', 0, 'Kellendonk Elektronik GmbH', 'Butzweilerhof Allee 4 Cologne NRW 50829 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3259, 'cc1be09', 0, 'MobiStor Tech Inc', 'Rm. 209, 2F., No. 99-1, Anzhong Rd., Xindian Dist. New Taipei City Taiwn 23154 TW', 'TW', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3260, '78b213', 0, 'DWnet Tech(Suzhou) Corp', 'No.8,Tangzhuang Road, Suzhou Industrial Park, Jiangsu, China Suzhou 21500 CN', 'CN', 'MA-L', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3261, '00098f', 0, 'Cetacean Networks', '110 Corporate Drive Portsmouth NH 03801 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3262, '001be0', 0, 'Telenot Electronic GmbH', 'Wiesentalstraße 42 Aalen Baden-Württemberg 73434 DE', 'DE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3263, '84a6c8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3264, '00d028', 0, 'Harmonic, Inc', '965 Stewart Drive Sunnyvale CA 94086-3913 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3265, '00233e', 0, 'Alcatel-Lucent Ipd', '701 E. Middlefield Rd. Mountain View CA 94043 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3266, '0050c2128', 0, 'Pycon, Inc', '3301 Leonard Ct. Santa Clara CA 95054 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3267, '0024ab', 0, 'A7 Engineering, Inc', '12127 Kirkham Road Suite 101 Poway CA 92064 US', 'US', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3268, '0050c2e83', 0, 'Witree Co, Ltd', '621 Hyundai venture ville, 713 Suseo-dong, Gangnam-gu Seoul 135-539 KR', 'KR', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3269, '28bb59', 0, 'Rnet Tech, Inc', '240. W. Elmwood Dr. Dayton OHIO 45459-4248 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3270, '1c8776d', 0, 'Qivivo', '11 impasse Juton NANTES 44000 FR', 'FR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3271, '70b3d5803', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'MA-S', '2018-12-05', '2018-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3272, '00035a', 0, 'Photron Ltd', '1-1-8, Fujimi, Chiyoda-ku 102-0071 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3273, '000452', 0, 'RocketLogix, Inc', '6504 International Parkway Plano TX 75093 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3274, '0050c2b14', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3275, '4ce1739', 0, 'Shenzhen Evolution Dynamics Co, Ltd', 'Room 1212, Wanjun trade building, Baoxing Rd No.21, Baoan District, Shenzhen City, China shenzhen GuangDong 518100 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3276, '8ca5a1', 0, 'Oregano Systems - Design & Consulting GmbH', 'Franzosengraben 8 Vienna 1030 AT', 'AT', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3277, 'dc0c2d', 0, 'Weifang Goertek Electronics Co, Ltd', 'Gaoxin 2 Road, Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN', 'CN', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3278, '34298f6', 0, 'Bellman & Symfon', 'Södra Långebergsgatan 30 Västra Frölunda 42132 SE', 'SE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3279, '0050c2525', 0, 'VASTech', 'PO Box 36124 Menlo Park Gauteng 0102 ZA', 'ZA', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3280, '001cff', 0, 'Napera Networks Inc', '7683 SE 27th Mercer Island WA 98040 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3281, '0050c2f4d', 0, 'Knowhow Infocom Inc', '32-1, YOUNGMUN-DONG, SEOUL KR', 'KR', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3282, '0050c2fd5', 0, 'American Microsystems, Ltd', '2190 Regal Pkwy Euless TX 76040 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3283, '00140c', 0, 'Gkb Cctv Co, Ltd', '7F, No. 1, Lane 641, Ta Ya Hsiang, TAICHUNG 428 TW', 'TW', 'MA-L', '2005-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3284, '2852f9', 0, 'Zhongxin Intelligent Times (Shenzhen) Co, Ltd', '3rd Floor,Building 46,Cuigang Industrial Zone 5,Fuyong Street,Baoan District Shenzhen Guangdong 518103 CN', 'CN', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3285, '0008bf', 0, 'Aptus Elektronik AB', 'FO Petersons G 6 SE', 'SE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3286, 'd4f4be', 0, 'Palo Alto Networks', '4401 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3287, '00247d', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3288, '241f2c', 0, 'Calsys, Inc', '2700 Augustine drive, Ste145 Santa Clara California 95054 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3289, 'c40938', 0, 'Fujian Star-Net Communication Co, Ltd', '19-22# Building,,Star-net Science Plaza Fuzhou Fujian 350002 CN', 'CN', 'MA-L', '2013-06-20', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3290, 'f0acd71', 0, 'Intenta GmbH', 'Annabergerstraße 240 Chemnitz Sachsen 09125 DE', 'DE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3291, 'dca4ca', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3292, 'e8eca3', 0, 'Dongguan Liesheng Electronic CoLtd', '13th Floor South Building, Gosun Science Park, Hongtu Rd Dongguan Dongguan 523073 CN', 'CN', 'MA-L', '2018-12-31', '2018-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3293, '000b30', 0, 'Beijing Gongye Science & Tech Co, Ltd', 'Unit D.17/E,Shenlanhuating mid Road No.6 Beijing 100029 CN', 'CN', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3294, '001ef3', 0, 'From2', '2F, Mester inc Daejeon 306-230 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3295, '300a60b', 0, 'Giax GmbH', 'Am Weichselgarten 7 Erlangen 91058 DE', 'DE', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3296, '149448', 0, 'Blu Castle S.A.', '5 RUE BONNEVOIE LUXEMBOURG L-1260 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3297, '00a3d1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3298, '0003d1', 0, 'Takaya Corp', 'Development Division JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3299, '7cfe4e', 0, 'Shenzhen Safe vision Tech Co, Ltd', 'Shenzhen ring view south road and 27 digital dragon industrial park industrial zone shenzhen Guangdong province 518110 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3300, '40520d', 0, 'Pico Tech', 'James House, Marlborough Road St Neots Cambridgeshire PE19 8YP GB', 'GB', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3301, '6819ac', 0, 'Guangzhou Xianyou Intelligent Technogoly Co, Ltd', 'No.32 Xixiu Road, Xiuquan Street,Huadu District Guangzhou Guangdong 510800 CN', 'CN', 'MA-L', '2019-09-23', '2019-09-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3302, '50a4d0b', 0, 'Zheng Dian Electronics Ltd', '11 Xianghe Street, Xinmin, Changan Dongguan Guangdong 523879 CN', 'CN', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3303, '0050c2f5c', 0, 'Dsp Design Ltd', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2012-03-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3304, 'ac35ee', 0, 'FN-Link Tech Ltd', 'A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao\'an District SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3305, '0090e4', 0, 'Nec America, Inc', '3100 N.E. SHUTE ROAD HILLSBORO OR 97124 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3306, '000d04', 0, 'Foxboro Eckardt Development GmbH', 'Glockenstrasse 52 Stuttgart Baden-Württemberg 70376 DE', 'DE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3307, '2c279e7', 0, 'Focal-JMLab', '108 rue de l\'Avenir La Talaudière 42353 FR', 'FR', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3308, '0050c2a58', 0, 'Epl', '4 IMPASSE DES SAULES FAREMOUTIERS SEINE ET MARNE 77515 FR', 'FR', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3309, '0025b2', 0, 'Mbda Deutschland GmbH', 'Hagenauer Forst 27 Schrobenhausen Bavaria 86529 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3310, '70b3d5ab0', 0, 'Osr R&D Israel Ltd', '24 Magshimim St Petah-Tikva 4934833 IL', 'IL', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3311, 'a47b9d', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2017-05-23', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3312, '70b3d5c17', 0, 'Potter Electric Signal Co Llc', '1609 Park 370 Place Hazelwood 63042 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3313, '000eea', 0, 'Shadong Luneng Jicheng Electronics, Co, Ltd', 'No.188,east,Huayuan Road Jinan Shandong 250100 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3314, '001ec7', 0, '2Wire Inc', '1704 Automation Prkwy San Jose 95131 US', 'US', 'MA-L', '2007-12-31', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3315, '20eac7', 0, 'Shenzhen Riopine Electronics Co, Ltd', 'ROOM1002~1004, BaoYuan HuaFeng Headquarters\' Business Building, Xixiang Avenue (west) , Bao\'an District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3316, 'b86ce8', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3317, '70b3d548a', 0, 'George Wilson Industries Ltd', 'Barlow Road, Aldermans Green Industrial Estate Coventry West Midlands CV2 2LD GB', 'GB', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3318, '70b3d58fa', 0, 'Dea System Spa', 'VIA DELLA TECNICA 6 PIOVENE ROCCHETTE VICENZA 36013 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3319, '00220f', 0, 'MoCA (Multimedia over Coax Alliance)', '90 Inverness Circle East Englewood CA 94583 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3320, '0050c2e1d', 0, 'Holdline Tecnologia e Sistemas Ltda', 'Rua Turfa, 1257 Belo Horizonte Minas Gerais 30430380 BR', 'BR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3321, '943fc2', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3322, '8c839d', 0, 'Shenzhen Xinyupeng Electronic Tech Co, Ltd', 'ROOM 1505,BIT INNOVATION BUILDING,SCIENCE AND TECHNOLOGY PARK,NANSHAN DISTRICT Shenzhen 518057 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3323, '04d16e6', 0, 'Etl Elektrotechnik Lauter GmbH', 'Konrad-Zuse-Str. 2 Mauerstetten Bavaria 87665 DE', 'DE', 'MA-M', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3324, 'e087b1', 0, 'Nata-Info Ltd', '28, Prokhorova str. Yoshkar-Ola Republic Mari-El 424007 RU', 'RU', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3325, 'b4e62a', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3326, '001863', 0, 'Veritech Electronics Ltd', '8F, 67, Sec. 1, Zhongshan Road, Xinzhuang, Taipei 242 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3327, '0050c2792', 0, 'Smartro Co, Ltd', 'B-dong,SK TwinTechTower,#345-9,Gasan-dong,Geumcheon-gu Seoul 153-773 KR', 'KR', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3328, '0050c2f87', 0, 'Vaisala Oyj', 'Vanha Nurmijarventie 21 VANTAA Fin-01670 FI', 'FI', 'IAB', '2012-05-09', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3329, '783ce3', 0, 'Kai-EE', '3F.-12, No.79, Sec. 1, Xintai 5th Rd., New Taipei City 22101 TW', 'TW', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3330, 'acb859', 0, 'Uniband Electronic Corp,', '6F-1 No. Dongguang Rd., Hsinchu 300 300 TW', 'TW', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3331, '30636b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3332, '0000d6', 0, 'Punch Line Holding', 'P.O. BOX 391708 SOUTH AFRICA ZA', 'ZA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3333, '0012a2', 0, 'Vita', 'PO Box 19658 Fountain Hills AZ 85269 US', 'US', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3334, '70b3d5c26', 0, 'Triple Play Communications', '250 East Drive, Suite F Melbourne Florida 32904 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3335, 'e43ed7', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3336, 'b4e62d', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2017-10-11', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3337, '54bf64', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3338, '0050c2055', 0, 'SanCastle Tech, Inc', '2375 Zanker Rd. San Jose CA 95131 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3339, '0050c2854', 0, 'Ratioplast-Optoelectronics GmbH', 'Jockweg 66 Lübbecke NRW D-32312 DE', 'DE', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3340, '00267e', 0, 'Parrot SA', '174 Quai de Jemmapes Paris 75010 FR', 'FR', 'MA-L', '2010-01-05', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3341, 'f8e968', 0, 'Egker Kft.', 'Szuglo u. 49. Budapest 1145 HU', 'HU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3342, 'a4f7d0', 0, 'Lan Accessories Co, Ltd', '8F-1, No. 159, Sec. 1 Hsin Tai Wu Road, New Taipei City, 221 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3343, '009089', 0, 'Softcom Microsystems, Inc', '47509 SEABRIDGE DRIVE FREMONT CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3344, '001d89', 0, 'VaultStor Corp', '1010 Brioso Drive Costa Mesa CA 92627 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3345, '50c58d', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-03-28', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3346, '04714bc', 0, 'KittyHawk Corp', '2700 Broderick Way Mountain View CA 94043 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3347, '009075', 0, 'Nec DO Brasil S.A.', 'RODOVIA PRESIDENTE DUTRA, KM 218 São Paulo-SP CEP - 07210-902 BR', 'BR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3348, '000c14', 0, 'Diagnostic Instruments, Inc', '6540 Burroughs Sterling Heights MI 48314 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3349, '00125f', 0, 'Awind Inc', '17F., No. 886-5, Jungjeng Rd Taipei County 235 TW', 'TW', 'MA-L', '2004-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3350, '00248d', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2008-12-16', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3351, 'a0143d', 0, 'Parrot SA', '174 Quai de Jemmapes Paris 75010 FR', 'FR', 'MA-L', '2013-07-29', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3352, '6854c1', 0, 'ColorTokens, Inc', '2101 Tasman Dr. Suite 200A Santa Clara CA 95054 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3353, '0040cc', 0, 'Silcom Manuf\'G Tech Inc', '5620 TIMBERLEA BOULEVARD CANADA L4W 4M6 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3354, '000116', 0, 'Netspect Tech, Inc', '3945 Freedom Circle - Ste. #360 Santa Clara CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3355, 'e85a8b', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3356, 'f041c81', 0, 'DongGuan Siyoto Electronics Co, Ltd', 'Hecheng Industrial District, QiaoTou Town DongGuan City Guangdong 523520 CN', 'CN', 'MA-M', '2018-03-18', '2018-07-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3357, '94cc04', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3358, '80cf41', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999,Qishan North 2nd Road,Information&Optoelectronics Park,Torch Hi-tech Industry Development Zone, Xiamen Fujian 361006 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3359, '90c99b', 0, 'Tesorion Nederland B.V.', 'Auke Vleerstraat 6-D Enschede 7521 PG NL', 'NL', 'MA-L', '2015-07-31', '2018-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3360, '00167b', 0, 'Haver&Boecker', 'Carl-Haver-Platz 3 Oelde NRW 59302 DE', 'DE', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3361, '0050c2b24', 0, 'Teledyne Defence Ltd', 'Airedale House, Acorn Park Shipley West Yorkshire BD17 7SW GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3362, 'e05da6', 0, 'Detlef Fink Elektronik & Softwareentwicklung', 'Brühlstraße 13 Mössingen 72116 DE', 'DE', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3363, '949901', 0, 'Shenzhen Yitoa Digital Appliance Co, Ltd', '5/F,Yitoa Building,Keji South Road 5th,Hi-tech Industrial Park,Nanshan District, shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-11-26', '2016-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3364, '000def', 0, 'Soc. Coop. Bilanciai', 'via S.Ferrari 16 Campogalliano Modena 41011 IT', 'IT', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3365, '0012c3', 0, 'Wit S.A.', '138 avenue Léon Bérenger Saint Laurent du Var PACA 06700 FR', 'FR', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3366, '001ddd', 0, 'Dat H.K. Ltd', 'Suite 1405 14/F., City Plaza 4, Tai Koo Wan Rd, Tai Koo Shing Hong Kong Island 064828 HK', 'HK', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3367, '0050c242a', 0, 'Dsp Design', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3368, '001afc', 0, 'ModusLink Corp', '2905 Prestonwood Drive Plano Texas 75093 US', 'US', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3369, '40d855006', 0, 'Bactest Ltd', 'St John\'s Innovation Centre Cambridge Cambridgeshire CB4 0WS GB', 'GB', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3370, '041e7a', 0, 'DSPWorks', '12/947, MHB Colony, Gorai Road Mumbai 400091 IN', 'IN', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3371, 'acafb9', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3372, 'c4e1a1', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3373, '0050c263b', 0, 'Powis Corp', '2301 NW. Jefferson Blue Springs MO 64015 US', 'US', 'IAB', '2006-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3374, '001c86', 0, 'Cranite Systems, Inc', '121 Albright Way Los Gatos CA 95032 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3375, '74e19a', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3376, '000e6f', 0, 'Iris Corp Berhad', 'IRIS Smart Technology Complex Kuala Lumpur WP 57000 MY', 'MY', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3377, '0050c2ea2', 0, 'ThinkRF Corp', '390 Legget Drive Ottawa Ontario K2K 0G7 CA', 'CA', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3378, '40831d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3379, '3c427e', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3380, '4c80ba', 0, 'Wuhan Tianyu Information Industry Co, Ltd', 'HUST Industry Park, East-Lake Development Zone Wuhan Hubei 430223 CN', 'CN', 'MA-L', '2019-07-17', '2019-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3381, '0025d0', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3382, '70b3d590c', 0, 'Antek GmbH', 'Im Koechersgrund 3 Beilstein Baden-Württemberg 71717 DE', 'DE', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3383, '00a0da', 0, 'Integrated Systems Tech, Inc', '4601 PRESIDENTS DRIVE LANHAM MD 20706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3384, '0050c2d6a', 0, 'A&T Corp, Electrics Group , Las R&D Unit,', '2023-1 Endo Fujisawa-shi Kanagawa-Pref. 252-0816 JP', 'JP', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3385, '001492', 0, 'Liteon, Mobile Media Solution Sbu', '4F, 3, Lane 768, Sec. 4, Taipei 115 TW', 'TW', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3386, '000b66', 0, 'Teralink Communications', 'Capital Tower 15F, Daejeon 302120 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3387, '000d99', 0, 'Orbital Sciences Corp; Launch Systems Group', '3380 S. Price Rd. Chandler, AZ 85248 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3388, '0050c2a86', 0, 'Limab AB', 'Almedalsvägen Göteborg 41263 SE', 'SE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3389, '40d85502a', 0, 'Tinkerforge GmbH', 'Roemerstr. 18 Stukenbrock NRW 33758 DE', 'DE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3390, '30f6b9', 0, 'Ecocentric Energy', 'E3 The Innovation Centre, 9 De Laeter Way, Technology Park Bentley Western Australia 6102 AU', 'AU', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3391, '1c88795', 0, 'Shenzhenfreelink Electronic Co, Ltd', '3/F,Building A,Quanyongyuan industrial park,Langkou industrial area,Dalang,Bao\'an District,Shenzhen,China Shenzhen 518000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3392, '00e003', 0, 'Nokia Wireless Business Commun', 'ACCESS POINT PRODUCTS GROUP CB4 0WS GB', 'GB', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3393, '000fbb', 0, 'Nokia Siemens Networks GmbH & Co KG.', 'Werner-von-Siemens Straße 2-6 Bruchsal Baden-Württemberg 76646 DE', 'DE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3394, '00182f', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-06-13', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3395, 'a8b0ae', 0, 'Leoni', '3945 Freedom Circle Santa Clara California 95054 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3396, 'f8e61a', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3397, '70b3d586c', 0, 'eeas GmbH', 'Bachstrasse 44 Schwertberg 4311 AT', 'AT', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3398, '00c0a3', 0, 'Dual Enterprises Corp', '9TH FLOOR 48 NAN-KANG ROAD TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3399, '00023a', 0, 'Zsk Stickmaschinen GmbH', 'Magdeburger Straße 38-40 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3400, '00136d', 0, 'Tentaculus AB', 'Studiegangen 3 Ostersund Jamtland SE - 831 40 SE', 'SE', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3401, '0015b0', 0, 'Autotelenet Co, Ltd', '2F, 898-24, Hogye2-dong, Dongan-gu Anyang-City Kyunggi-do 431-836 KR', 'KR', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3402, '40d855028', 0, 'Integrated Control Corp', '748 Park Ave Huntington NY 11743 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3403, '0030aa', 0, 'Axus Microsystems, Inc', '2F-4, NO.18/N. 609, SEC. 5 TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3404, '000ca8', 0, 'Garuda Networks Corp', '48499 Milmont Drive Fremont CA 94538 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3405, '482cea', 0, 'Motorola Inc Business Light Radios', '8000 W Sunrise Boulevard Plantation Florida 33324 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3406, '5c9ad8', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2010-11-24', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3407, '70b3d5863', 0, 'Shenzhen Wesion Tech Co, Ltd', 'A511, Mingyou Purchasing Center, Baoyuan Road, Xixiang Street Shenzhen Guangdong 518102 CN', 'CN', 'MA-S', '2018-12-03', '2018-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3408, '000084', 0, 'Supernet', '846 DEL REY AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3409, '0050c24cb', 0, 'Verint Systems Ltd', '23 Habarzel St. Tel Aviv 69710 IL', 'IL', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3410, '0050c2b0f', 0, 'Nara Controls Inc', 'Nara Bldg. 71-22 Chungdamdong Kangnamku Seoul 135-100 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3411, '0050c2ecc', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3412, '48365f', 0, 'Wintecronics Ltd', 'Rm. 3, 11F., No.716, Zhongzheng Rd., Zhonghe Dist., New Taipei City 23552, Taiwan (R.O.C.) New Taipei City 23552 TW', 'TW', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3413, '5075f1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3414, 'c82c2bd', 0, 'Ubitron Co, Ltd', 'Sinbuk-Ro Chuncheon City Gangwon 24206 KR', 'KR', 'MA-M', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3415, 'dc9840', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND 98052 US', 'US', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3416, '006053', 0, 'Toyoda Machine Works, Ltd', '1-7 KITAJIZOYAMA NODACHOU KARIYA CITY, AICHI JO', 'JO', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3417, '0014ed', 0, 'Airak, Inc', '21641 Beaumeade Circle Ashburn Virginia 20147 US', 'US', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3418, 'c8aa55', 0, 'Hunan Comtom Electronic Inc Co, Ltd', '6 -7 Floor, Jindan Building B,Xiongtian Road, Furong District changsha Hunan 410126 CN', 'CN', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3419, '486834', 0, 'Silicon Motion, Inc', '8F, No. 36, Taiyuan St. Zhubei City Hsinchu County 30265 TW', 'TW', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3420, '00105d', 0, 'Draeger Medical', 'Moislinger Allee 53-55 Luebeck D-23542 DE', 'DE', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3421, '0050c26ab', 0, 'Softwareentwicklung', 'Bluecherstraße 32 Pforzheim Baden-Württemberg 75177 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3422, '70b3d5f14', 0, 'Sanyu Switch Co, Ltd', 'Muro 1639-2 Kikuchi-gun Ohzu-cho Kumamoto-pref. 869-1235 JP', 'JP', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3423, '001f67', 0, 'Hitachi, Ltd', 'Minamioi 6-27-18, Shinagawa-ku Tokyo Tokyo 140-8572 JP', 'JP', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3424, '70b3d5016', 0, 'Guardian Controls International Ltd', '56 Crewe Road Sandbach Cheshire CW11 4NN GB', 'GB', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3425, '2085937', 0, 'Great Lite International', '11F., No.207-2, Sec. 3, Beixin Rd., Xindian Dist., New Taipei City Taiwan 23143 TW', 'TW', 'MA-M', '2019-06-13', '2019-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3426, '0050c28cd', 0, 'Cambridge Sound Management, Llc', '27 Moulton Street Cambridge MA 02138 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3427, '4cabfc', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3428, '00122c', 0, 'Soenen Controls N.V.', 'Wijnedalestraat 190 Roeselare W-VL 8800 BE', 'BE', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3429, '001e69', 0, 'Thomson Inc', '101 West 103rd Street Indianapolis IN 46290-1102 US', 'US', 'MA-L', '2007-10-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3430, '001e96', 0, 'Sepura Plc', 'Radio House Cambridge CAMBRIDGESHIRE CB4 1GR GB', 'GB', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3431, '5070e5', 0, 'He Shan World Fair Electronics Tech Ltd', 'New Material Base, Gonghe Town Jiangmen Guangdong 529728 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3432, '0010c3', 0, 'Csi-Control Systems', 'INTERNATIONAL DALLAS TX 75229 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3433, '0003ac', 0, 'Fronius Schweissmaschinen', 'Günter Fronius-Straße 1 AT', 'AT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3434, '001c0a', 0, 'Shenzhen Aee Tech Co, Ltd', '1st Floor B Building, Shenzhen, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3435, '70b3d5aeb', 0, 'Association Romandix', 'rue de Sebeillon 9b Lausanne Vaud 1004 CH', 'CH', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3436, '0002b7', 0, 'Watanabe Electric Industry Co, Ltd', '6-16-19, Jingumae, Shibuya-ku JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3437, '00060b', 0, 'Artesyn Embedded Tech', '2900 S. Diablo Way Suite 190 Tempe AZ 85282 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3438, '70b3d5a58', 0, 'Mcq Tech GmbH', 'Ottilienweg 9 Blumberg BW 78176 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3439, '00e052', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3440, 'b8d812f', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3441, '7c70bcd', 0, 'mk-messtechnik GmbH', 'Zeppelinstr. 1 Notzingen D 73274 DE', 'DE', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3442, 'a0415e', 0, 'Opsens Solution Inc', '2014 rue Cyrille-Duquet, suite 125 Quebec QC G1N 4N6 CA', 'CA', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3443, '70b3d5be4', 0, 'Kunshan excellent Intelligent Tech Co, Ltd', 'Room 2002 Site B Modern Square No 8 Wei yi Road kunshan Jiangsu Province 215301 CN', 'CN', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3444, 'd41243', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3445, '00016f', 0, 'Inkel Corp', 'CheongCheon-Dong, BuPyeong-Gu, Incheon-Si KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3446, 'fcd5d9', 0, 'Shenzhen Sdmc Tech Co, Ltd', '7/F,Block A,Huahan Bldg., Shenzhen GuangDong 518000 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3447, 'a00bba', 0, 'Samsung Electro Mechanics Co, Ltd', 'Suwon-Si, Gyeonggi_Do, Korea Suwon Gyeonggi_Do 443-743 KR', 'KR', 'MA-L', '2010-11-24', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3448, 'f08261', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR', 'FR', 'MA-L', '2013-12-13', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3449, 'fc7774', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-08-08', '2018-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3450, '00193f', 0, 'Rdi Tech(Shenzhen) Co, Ltd', 'Building C1&C2, Xin Tang Industrial Zone,East BaiShiXia Village, Fuyong Town, Baoan District SHENZHEN GUANGDONG province 518103 CN', 'CN', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3451, '001eb5', 0, 'Ever Sparkle Tech Ltd', 'Unit 403, Nan Fung Commercial Centre Kowloon Bay Kowloon HK', 'HK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3452, '70b3d5200', 0, 'NextEV Co, Ltd', '20 Building, No. 56 AnTuo Road, Anting Town, Jiading Shanghai Shanghai 201805 CN', 'CN', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3453, '00b8c2', 0, 'Heights Telecom T Ltd', 'Moshe Lerer 15 Nes Ziona 7404996 IL', 'IL', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3454, 'd05f648', 0, 'TytoCare Ltd', '12 Haomanut st., 2nd floor Netanya Merkaz 4250445 IL', 'IL', 'MA-M', '2019-05-08', '2019-05-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3455, '001196', 0, 'Actuality Systems, Inc', '25 Corporate Drive Burlington MA 01803 US', 'US', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3456, '00187c', 0, 'Intercross, Llc', 'Novoselov str., 58/7 Ryazan 390049 RU', 'RU', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3457, '0050c2be2', 0, 'Convergent Bioscience Ltd', '27 Coronet Road Toronto ON M8Z 2L8 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3458, '0050c2f76', 0, 'Rong Jie(FuZhou)Electronics Co, Ltd', 'No. 38, Jinqiao Road, Wuhan City, wuhan hubei 430000 CN', 'CN', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3459, 'cc9891', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3460, '24faf3', 0, 'Shanghai Flexem Tech Co, Ltd', 'Room 804, C6 Building,No.52 Bay Valley Technology Park, Lane 1688 North Guoquan Road, Yangpu District. Shanghai 200438 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3461, '008014', 0, 'Esprit Systems', '14F, NO. 1, SEC. 4 TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3462, '0050c28f7', 0, 'Tge Co, Ltd', '204-3, Anyang-7Dong, Manan-Gu, Anyang-City Gyeonggi-Do 430-017 KR', 'KR', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3463, 'fc4d8c', 0, 'Shenzhen Pante Electronics Tech Co, Ltd', 'Building 5,Hui Mingsheng industrial park,Tongfu Rd,Fu Yong street Shenzhen Guangdong 518042 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3464, '7845c4', 0, 'Dell Inc', 'One Dell way Round Rock 78682 US', 'US', 'MA-L', '2012-03-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3465, '70b3d52e0', 0, 'Peter Huber', 'Kaeltemaschinenbau GmbH Offenburg Ba-Wue 77656 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3466, '001b62', 0, 'Jht Optoelectronics Co, Ltd', 'Hetian Industrial Park 2rd,Houjie Town, Donguan, Dongguan Guangdong 523945 CN', 'CN', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3467, '0022a8', 0, 'Ouman Oy', 'Voimatie 6 Kempele FIN-90440 FI', 'FI', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3468, 'a036fa', 0, 'Ettus Research Llc', '1043 N Shoreline Blvd Mountain View CA 94043 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3469, '0050c2d60', 0, 'Nihon Kessho Koogaku Co, Ltd', '318-19 Kondo-cho Tatebayashi Gunma 374-0042 JP', 'JP', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3470, '70b3d5958', 0, 'pureLiFi Ltd', 'ETTC, Alrick Building Edinburgh Edinburgh EH9 3BF GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3471, '0090a2', 0, 'CyberTAN Tech Inc', '99, Park Avenue III Hsinchu 12345 TW', 'TW', 'MA-L', '1998-04-22', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3472, '00169d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3473, '0050c2467', 0, 'United Western Tech', '330 West Clark Street Pasco Washington 99301 US', 'US', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3474, '0014a7', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3475, 'b02680', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3476, '44efcf', 0, 'Ugene Solution Inc', 'A-1508, 1509, 583, Yangcheon-ro, Gangseo-gu Seoul KS013 KR', 'KR', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3477, '50c4dd', 0, 'Buffalo.Inc', 'AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP', 'JP', 'MA-L', '2019-01-22', '2019-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3478, '00a00e', 0, 'NetAlly', '310 Littleton Road Westford MA 01886 US', 'US', 'MA-L', '1980-01-01', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3479, '0050c2234', 0, 'Silverback Systems', '695 Campbell Technology Pkwy Campbell CA 95008 US', 'US', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3480, '001b5c', 0, 'Azuretec Co, Ltd', '3F, No.8, Alley 8, Lane 45, Baoxing Rd., Xindian Dist., New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3481, '001da0', 0, 'Heng Yu Electronic Manufacturing Co Ltd', 'Room 1503-5, Nan Fung Com\'l Centre, Kowloon HK', 'HK', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3482, '64995d', 0, 'Lge', '60-39 , Kasan -dong , Gumcheon-gu. Seoul 153-801 KR', 'KR', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3483, '0050c2e76', 0, 'Embedded Solution Bank Co, Ltd', '#905 A, Woolim Lions Valley 5, 144-3 Seongnam-Si Kyunggi-Do 462-120 KR', 'KR', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3484, 'a019b22', 0, 'Beijing Deephi Intelligent Tech Co, Ltd', '7F Building D, Tsinghua Tongfang High-Tech PlazaRoom 1706, Building D-East, Tsinghua Tongfang High-Tech Plaza Haidian District, Beijing, 100083, China BEIJING HAIDIAN 100083 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3485, '00a088', 0, 'Essential Communications', '4374 ALEXANDER BLVD. NE-STE ALBUQUERQUE NM 87107 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3486, '00c07f', 0, 'Nupon Computing Corp', '1391 WARNER AVE., -SUITE TUSTIN CA 92680 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3487, '001e89', 0, 'Crfs Ltd', 'Building 7200 Waterbeach Cambridgeshire CB25 9TL GB', 'GB', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3488, '70b3d5749', 0, 'Granite River Labs Inc', '3500 Thomas Rd # A, Santa Clara 95054 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3489, '0050c2471', 0, 'Pixtree Tech, Inc', 'ShinChon-Dong SeoDaeMun-Gu Seoul 120-749 KR', 'KR', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3490, '001606', 0, 'Ideal Industries', '15070 Ave. of Science #200 San Diego CA 92128 US', 'US', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3491, '002575', 0, 'FiberPlex Tech, Llc', '10840-412 Guilford Rd Annapolis Junction MD 20701 US', 'US', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3492, '641a22', 0, 'Heliospectra AB', 'Frans Perssons väg 6 SE', 'SE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3493, '907025', 0, 'Garea Microsys Co, Ltd', '4th Floor, Building 2, Software Park Suzhou Jiangsu 215163 CN', 'CN', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3494, '7001b5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3495, '70b3d5cba', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3496, 'b0700d', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2019-02-08', '2019-02-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3497, '002024', 0, 'Pacific Communication Sciences', '9645 SCRANTON ROAD SAN DIEGO CA 92121 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3498, '000347', 0, 'Intel Corp', 'M/S: JF3-420 Hillsboro OR 97124 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3499, '48a2e6', 0, 'Resideo', '2 Corporate Center Dr. Melville NY 11747 US', 'US', 'MA-L', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3500, '080038', 0, 'Bull S.A.S.', 'rue Jean Jaures B.P.68 Les Clayes sous Bois 78430 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3501, 'e47e9a', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3502, '001fd4', 0, '4ipnet, Inc', '38129 CAMBRIDGE COURT FREMONT CA 94536 US', 'US', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3503, 'e0ca94', 0, 'Askey Computer Corp', '10F,NO.119,CHIENKANG RD,CHUNG-HO,TAIPEI, TAIWAN TAIPEI 235 TW', 'TW', 'MA-L', '2011-03-17', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3504, '00108b', 0, 'Laseranimation Sollinger GmbH', 'CRELLESTR. 19/20 D 10827 BERLIN DE', 'DE', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3505, '0030ba', 0, 'AC&T System Co, Ltd', 'ROOM 702, KEUM-WHA PLAZA 435-040 SOUTH KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3506, '0050c2941', 0, 'Rolbit', 'Shoham 21 Barkan Israel 44820 IL', 'IL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3507, '70b3d57c0', 0, 'Torgovyy Dom Tehnologiy Llc', 'The village of Rumyantsevo, Build.1 Moscow Moscow 142784 RU', 'RU', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3508, 'e828c1', 0, 'Eltex Enterprise Ltd', 'Okruzhnaya st. 29v Novosibirsk 630020 RU', 'RU', 'MA-L', '2019-03-08', '2019-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3509, '001734', 0, 'Adc Telecommunications', '541 E Trimble Road San Jose California 95134-1224 US', 'US', 'MA-L', '2006-01-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3510, '0050c276f', 0, 'Control and Robotics Solutions', '5 Mazal Eliezer St. Rishon Le-Zion 75653 IL', 'IL', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3511, '0050c26bb', 0, 'Ele.Mag S.r.l.', 'via Milano14 Gorgonzola Milan 20064 IT', 'IT', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3512, 'c025a2', 0, 'Nec Platforms, Ltd', '2-3 Kandatsukasamachi Chiyodaku Tokyo 101-8532 JP', 'JP', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3513, '001a2d', 0, 'The Navvo Group', '4400 Baker Road Minnetonka MN 55343 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3514, '0026d5', 0, 'Ory Solucoes em Comercio de Informatica Ltda.', 'Av. Unisinos, 615 Sao Leopoldo RS 93022000 BR', 'BR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3515, '60ee5c', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3516, '000ce7', 0, 'MediaTek Inc', '1F, No. 13, Innovation Road 1, Hsinchu 300 TW', 'TW', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3517, '001475', 0, 'Wiline Networks, Inc', '741 Alexander Rd Princeton NJ 08540 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3518, '00166e', 0, 'Arbitron Inc', '9705 Patuxent Woods Drive Columbia MD 21046 US', 'US', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3519, '002245', 0, 'Leine & Linde AB', 'Box 8 Strängnäs Södermanland SE-645 21 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3520, '002298', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2008-10-25', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3521, '7c1cf1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3522, 'a8f5ac', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3523, '006000', 0, 'Xycom Inc', '750 N. MAPLE SALINE MI 48176 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3524, '0015a6', 0, 'Digital Electronics Products Ltd', 'Room 301, 3 rd Floor, Tsun Yip Centre Kwun Tong 852 HK', 'HK', 'MA-L', '2005-08-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3525, 'f409d8', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2014-05-27', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3526, '70b3d57e3', 0, 'RedLeaf Security', '1226 Islington Avenue, Center Tower, 8-10th Floor Toronto M8X 1Y8 CA', 'CA', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3527, 'c81fbe', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3528, '000e21', 0, 'Mtu Friedrichshafen GmbH', 'Maybachplatz 1 Friedrichshafen Baden Wuertemberg 88040 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3529, '0023b0', 0, 'Comxion Tech Inc', '11F, No. 111, Sec 2, Keelung Rd., Sinyi Distric Taipei Taiwan 110 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3530, '0025f9', 0, 'Gmk electronic design GmbH', 'Daimlerstraße 8 Wernberg-Koeblitz Bavaria D-92533 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3531, '0838a5', 0, 'Funkwerk plettac electronic GmbH', 'Wuerzburger Str. 150 Fuerth Bavaria 90766 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3532, '001bc5066', 0, 'Manufacturas y transformados AB', 'Sant Antoni de Baix 110-112 Igualada Barcelona 08700 ES', 'ES', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3533, 'd0c5d3', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3534, '0080ba', 0, 'Specialix (Asia) Pte, Ltd', '3 WINTERSELLS ROAD UNITED KINGDOM US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3535, '00242e', 0, 'Datastrip Inc', '1 Waterview Drive Shelton CT 06484 US', 'US', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3536, '00d0db', 0, 'Mcquay International', '13600 INDUSTRIAL PARK BLVD. MINNEAPOLIS MN 55441 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3537, '080081', 0, 'Astech Inc', '670 NORTH COMMERCIAL STREET MANCHESTER NH 03101 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3538, '0050c222f', 0, 'Htec Ltd', 'George Curl Way Southampton Hampshire SO18 2RX GB', 'GB', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3539, '04fe7f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3540, 'c85663', 0, 'Sunflex Europe GmbH', 'Konrad-Zuse-Str. 13 Schwerte NRW 58239 DE', 'DE', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3541, '88f7c7', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2013-11-12', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3542, '00608a', 0, 'Citadel Computer', '29 ARMORY RD MILFORD MA 03055 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3543, '00405c', 0, 'Future Systems, Inc', 'ROOM 102 DONG BANG B/D, SEOUL 130-080 SEOUL 130-080 KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3544, '70b3d584a', 0, 'Mog Laboratories Pty Ltd', '18 Boase St Brunswick VIC 3056 AU', 'AU', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3545, '0021a4', 0, 'Dbii Networks', '2217 Via Blanca Oceanside CA 92054 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3546, 'c03b8f', 0, 'Minicom Digital Signage', '24 Hebron Road Jerusalem 93542 IL', 'IL', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3547, '749c52', 0, 'Huizhou Desay SV Automotive Co, Ltd', '103, Hechang 5th Road West, Huizhou Guangdong 516006 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3548, '00c07c', 0, 'Hightech Information', 'SYSTEM LTD. HONG KONG HK', 'HK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3549, '0050c2327', 0, 'Dornier GmbH', 'an der B31 Friedrichshafen Baden-Württemberg 88039 DE', 'DE', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3550, '001bc5056', 0, 'ThinKom Solutions, Inc', '20000 Mariner Ave Torrance CA 90503 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3551, '0050c2a3d', 0, 'Owandy', '6 Allée Kepler Champs sur Marne 77420 FR', 'FR', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3552, 'f84897', 0, 'Hitachi, Ltd', '27-18, Minami Oi 6-chome, Shinagawa-ku Tokyo 140-8572 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3553, '0840f3', 0, 'Tenda Tech Co, LtdDongguan branch', 'Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3554, '000a08', 0, 'Alpine Electronics, Inc', '20-1 Yoshima-Kogyodanchi iwaki-city Fukushima 970-1192 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3555, '00259b', 0, 'Beijing Pkunity Microsystems Tech Co, Ltd', '11th Floor, Resource Plaza, No.151 North Zhongguancun Street Beijing 100080 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3556, '000b46', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3557, '000d39', 0, 'Network Electronics', 'Box 1020 Sandefjord Sandefjord N3204 NO', 'NO', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3558, '0050c2d64', 0, 'Tv1 GmbH', 'Betastr. 9a Unterfoehring Bavaria 85774 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3559, '70b3d55e4', 0, 'Dsp Design', 'TAPTON PK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3560, '283638e', 0, 'Sca Hygiene Products AB', 'Mölndals bro 2 405 03 Göteborg - SE', 'SE', 'MA-M', '2016-08-25', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3561, 'd0d94f2', 0, 'Teco Image Systems Co, Ltd', '2F., No. 1568-1, Chung Shan Road, Sec. 1, Kuang-In Taoyuan 328 TW', 'TW', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3562, '00d01b', 0, 'Mimaki Engineering Co, Ltd', '5-9-41 KITA SHINAGAWA JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3563, '00069c', 0, 'Transmode Systems AB', 'Jakobsdalsvagen 17 Hägersten SE-126 53 SE', 'SE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3564, '00156f', 0, 'Xiranet Communications GmbH', 'Bertolt-Brecht-Allee 24 Dresden Saxony 01309 US', 'US', 'MA-L', '2005-08-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3565, '10d0ab', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3566, '200a0d4', 0, 'Virtium', '30052 Tomas Racho Santa MArgarita CA 92688 US', 'US', 'MA-M', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3567, '00405e', 0, 'North Hills Israel', 'P.O. BOX 1280 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3568, '000962', 0, 'Sonitor Tech AS', 'Forskningsveien 1B Oslo Blindern N-0134 NO', 'NO', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3569, '144fd70', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2017-02-21', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3570, '70b3d54e8', 0, 'Copious Imaging Llc', '83 Hartwell Ave, Suite 150 Lexington MA 02421 US', 'US', 'MA-S', '2019-07-19', '2019-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3571, 'c4fce4', 0, 'DishTV NZ Ltd', '10 Penney Ave Auckland 1041 NZ', 'NZ', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3572, '70480f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3573, '000584', 0, 'AbsoluteValue Systems, Inc', '715-D North Dr. Melbourne FL 32934 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3574, '9ca5c0', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong 523860 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3575, '580454', 0, 'Icomm HK Ltd', 'SUITES 2302-6, 23/F GREAT EAGLE CTR 23 HARBOUR RD WANCHAI NA HK', 'HK', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3576, '002055', 0, 'Altech Co, Ltd', 'OHISHI BLDG., 2-23-11 TOKYO 116 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3577, '0090e9', 0, 'Janz Computer AG', 'Im Dörener Feld 8 D-33100 Paderborn DE', 'DE', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3578, '0017e8', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-04-08', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3579, '7c2cf3', 0, 'Secure Electrans Ltd', 'Pioneer House, Pioneer Business Park Ellesmere Port CH65 1AD GB', 'GB', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3580, '5c5015', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3581, '70b3d5cb1', 0, 'Radar', '547 W 27th St. NEW YORK NY 10001-5670 US', 'US', 'MA-S', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3582, '70b3d5ec4', 0, 'hmt telematik GmbH', 'Grazer Str. 34b Graz 8045 AT', 'AT', 'MA-S', '2019-07-18', '2019-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3583, '10c65e', 0, 'Adapt-IP', '1671 Dell Avenue, Suite 130 Campbell CA 95008-6900 US', 'US', 'MA-L', '2019-08-21', '2019-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3584, '00c06e', 0, 'Haft Tech, Inc', 'DAINI-DOHO BLDG. 305 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3585, 'aa0001', 0, 'Digital Equipment Corp', 'LKG 1-2/A19 LITTLETON MA 01460-1289 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3586, '001c94', 0, 'LI-Cor Biosciences', '4647 Superior Street Lincoln NE 68504 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3587, '0050c2882', 0, 'Warecube, Inc', '36-12 Gunpo-Si Gyeonggi-Do 435-010 KR', 'KR', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3588, '6ca858', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3589, '480bb2c', 0, 'Shenzhen Topwell Tech Co.Ltd', '5th Floor, Building 10 Changyuan New Material Port,No.2,Middle Road 1, High Tech Park, Nanshan District,Shenzhen 518001 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3590, '70b3d5ed0', 0, 'shanghai qiaoqi zhinengkeji', 'building 34, lane 333, laifang road shanghai 201615 CN', 'CN', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3591, '0000fb', 0, 'Rechner Zur Kommunikation', 'BITZENSTR. 11 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3592, '0050c2711', 0, 'Linkit S.R.L.', 'Via Lavoratori Autobianchi, 1 Desio MI 20033 IT', 'IT', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3593, '04f938', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3594, '70b3d54b1', 0, 'Lace Llc', 'Obukhovskoy oborony 70/2, office 416 Saint-Petersburg Saint-Petersburg 192029 RU', 'RU', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3595, 'd4883f', 0, 'Hdpro Co, Ltd', 'HDPRO Bldg. 23, 362 Beon-gil, Shinheung-ro, Ojeong-gu Bucheon-City Gyunggi-Do 14491 KR', 'KR', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3596, '3c0518', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3597, 'e4956ee', 0, 'Tacom Projetos Bilhetagem Inteligente ltda', '3800 Raja Gabaglia avenue Belo Horizonte Minas Gerais 30494310 BR', 'BR', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3598, '70b3d5890', 0, 'Eidos s.r.l.', 'via dell\'Industria, 11 Z.I. Fontaneto CHIERI Turin 10023 IT', 'IT', 'MA-S', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3599, '70b3d5f6f', 0, 'Smashtag Ltd', 'Unit B6 Beech House, Melbourn Science Park Royston Hertfordshire SG8 6HB GB', 'GB', 'MA-S', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3600, '145290', 0, 'Kns Group Llc (Yadro Co)', 'Spartakovskaya sq., 14, bl. 1 Moscow 105082 RU', 'RU', 'MA-L', '2018-12-27', '2018-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3601, '00c0e8', 0, 'Plexcom, Inc', '65 MORELAND ROADENUYE SIMI VALLEY CA 93065 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3602, '0090f5', 0, 'Clevo Co', '35, WU-GON 6TH ROAD TAIPEI HSIEN 12345 TW', 'TW', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3603, '40d855182', 0, 'Georg Neumann GmbH', 'Ollenhauerstrasse 98 Berlin 13403 DE', 'DE', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3604, '346ac2', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3605, '70b3d5b21', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3606, 'a463a1', 0, 'Inventus Power Eletronica do Brasil Ltda', 'Av Buriti, 4285 Distrito Industrial Manaus Amazonas 69075000 BR', 'BR', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3607, '00d0a2', 0, 'Integrated Device', 'TECHNOLOGY, INC. SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3608, '0009f0', 0, 'Shimizu Tech Inc', '15-6, No.107, Chung Shan Rd., Sec.1 Hsin Chuan, Taipei 242 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3609, 'c46516', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2019-01-22', '2019-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3610, '00045f', 0, 'Avalue Tech, Inc', '7F, 228, Lian-Cheng Road TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3611, '001d95', 0, 'Flash, Inc', '3703 N. 200th St. Elkhorn NE 68022-2922 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3612, '0050c231b', 0, 'Datacon', 'Instrasse 6 Radfeld Tirol 6240 AT', 'AT', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3613, '0050c2d7a', 0, 'Transbit Sp.z o.o.', 'Przyczolkowa 109A Warsaw 02-968 PL', 'PL', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3614, '0008ed', 0, 'ST&T Instrument Corp', '16 Shing-Gong Road, Yung-Kung Industrial Yung-Kung Tainan 710 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3615, 'c8028f', 0, 'Nova Electronics (Shanghai) Co, Ltd', 'Room B706, 7th Floor, MET Plaza, No.268 Tongxie Road Shanghai Changning District 200335 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3616, '4c65a88', 0, 'Instant Byte, S.L.', 'Calle Julio Palacios, 10 Naves 1-5, Pol. Ind. Ntra. Sra. de Butarque Leganés Madrid 28914 ES', 'ES', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3617, '6c5c3d2', 0, 'Vertiv Industrial Systems', '30 avenue Montgolfier Chassieu 69684 FR', 'FR', 'MA-M', '2018-07-26', '2018-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3618, '0060a2', 0, 'Nihon Unisys Ltd Co', 'P.O. BOX 135 SHINONOME 1-10-9 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3619, '000305', 0, 'Msc Vertriebs GmbH', 'Design Center Aachen AACHEN D-52076 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3620, '0050c2873', 0, 'Xronet Corp', '3rd flr., Sunae Bldg., 6-4, Sunae-dong, Seongnam Gyeonggi 463-020 KR', 'KR', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3621, '70b3d549e', 0, 'Captemp, Lda', 'Rua São João, s/n - Ladeira das Leais Pombal 3100-346 PT', 'PT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3622, '582f40', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3623, '0069674', 0, 'Command Alkon, Inc', '1800 International Park Dr., Ste 400 Birmingham AL 35243 US', 'US', 'MA-M', '2019-09-25', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3624, '006092', 0, 'Micro/Sys, Inc', '3447 OCEAN VIEW BLVD. GLENDALE CA 91208 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3625, '00e0a4', 0, 'Esaote S.p.A.', 'via di CACIOLLE, 15 50127 FLORENCE IT', 'IT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3626, '0021ca', 0, 'Art System Co, Ltd', 'Mobile Techno Bldg Room 910 Dae-Gu 702-020 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3627, '0021f6', 0, 'Oracle Corp', '900 Chelmsford Street Lowell MA 01851 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3628, '0023b5', 0, 'Ortana Ltd', 'OSTIM KOCASINAN SANAYI SITESI ANKARA 06370 TR', 'TR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3629, '0023f5', 0, 'Wilo SE', 'Nortkirchenstraße 100 D - 44263 Dortmund NRW 44263 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3630, '7cd30a', 0, 'Inventec Corp', 'Inventec Building, 66 Hou-Kang Street Taipei 111 TW', 'TW', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3631, '0014f1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3632, '001892', 0, 'ads-tec GmbH', 'Raiffeisenstrasse 14 Leinfelden-Echterdingen BW 70771 DE', 'DE', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3633, '0050c291f', 0, '2ncomm Design Srl', 'Str. Amiral I. Murgescu, Nr. 1 Bucuresti sector 2 021753 RO', 'RO', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3634, '0c6803', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3635, 'c089ab', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3636, '00d01f', 0, 'Senetas Corp Ltd', '1/11 Queens Road consolidation consolidation AU', 'AU', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3637, '0004ad', 0, 'Malibu Networks', '26637 Agoura Rd. Calabasas CA 91302 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3638, 'e02a82', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3639, '7c477c7', 0, 'BlueSmart Tech Corp', '1451 Grant Road, Suite 200 Mountain View CA 94042 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3640, 'e8ada6', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-07-20', '2018-07-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3641, '00c0d7', 0, 'Taiwan Trading Center Dba', 'TTC COMPUTER PRODUCTS IRVING TX 75038 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3642, '0050c297c', 0, 'Creacon Tech B.V.', 'Cornelis Houtmanstraat 26 Emmen 7825 VG NL', 'NL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3643, '405a9b', 0, 'Anovo', 'ZI de Bracheux BEAUVAIS 60000 FR', 'FR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3644, 'fc15b4', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3645, '2834a2', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3646, 'f4ca24', 0, 'FreeBit Co, Ltd', 'E.Space Tower 3-6 Maruyama-Cho Shibuya-ku Tokyo 150-0044 JP', 'JP', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3647, 'f0c9d1', 0, 'GD Midea Air-Conditioning Equipment Co, Ltd', 'Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong 528311 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3648, '70b3d5102', 0, 'Oxford Monitoring Solutions Ltd', 'Oakfield Estate Eynsham Oxford OX298JG GB', 'GB', 'MA-S', '2019-04-01', '2019-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3649, '00e0e0', 0, 'SI Electronics, Ltd', '28-16, SHIMOMARUKO 2-CHOME, TOKYO 146 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3650, '001294', 0, 'Sumitomo Electric Device Innovations, Inc', '1000 Kamisukiawara,Showa-cho Nakakoma-gun Yamanashi 409-3883 JP', 'JP', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3651, '900a3a', 0, 'Psg Plastic Service GmbH', 'Pinaer Str. 12-16 Mannheim BW 68309 DE', 'DE', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3652, '78ca832', 0, 'Apc', 'PO Box 30204 Al-Khobar 31952 SA', 'SA', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3653, '4865ee9', 0, 'VideoStitch, Inc', '4677 Old Ironsides Dr, Suite 320 Santa Clara CA 95054 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3654, '002529', 0, 'Comelit Group S.P.A', 'DON ARRIGONI N. 5 SAN LORENZO, ROVETTA BERGAMO 24020 IT', 'IT', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3655, '0050c2a85', 0, 'Joysystem', '2-3-21 DAIKAIDORI KOBE HYOUGO 652-0803 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3656, '1861c7', 0, 'lemonbeat GmbH', 'Deutsche Str. 5 Dortmund 44339 DE', 'DE', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3657, '0050c2132', 0, 'Procon Electronics', 'PO Box 164 Sydney NSW 1730 AU', 'AU', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3658, 'dc4d23', 0, 'Mrv Comunications', 'Hayetzira Yokneam 614 IL', 'IL', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3659, '98072d', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3660, 'b4f7a1', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3661, 'dcf401', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3662, '70b3d5c04', 0, 'Prolan Zrt.', 'Szentendrei út 1-3. Budakalasz 2011 HU', 'HU', 'MA-S', '2018-09-26', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3663, '0080ac', 0, 'Imlogix, Division OF Genesys', '1900 SUMMIT TOWER BLVD.STE#770 ORLANDO FL 32810 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3664, '442a60', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3665, '001780', 0, 'Applied Biosystems B.V.', 'Blk 33, Marsiling Industrial Estate Road 3, 739256 SG', 'SG', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3666, '6cfa58', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2013-03-10', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3667, '04885f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3668, '0040d1', 0, 'Fukuda Denshi Co, Ltd', 'R & D DEPARTMENT NO. 1 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3669, '0050c24b7', 0, 'Gfi Chrono Time', '121 rue des Guillees CHAURAY 79180 FR', 'FR', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3670, '70b3d5d97', 0, 'Brs Sistemas Eletronicos', 'Rua Gomes de Freitas, 491/204 Porto Alegre - RS (Non U.S.) 91380-000 BR', 'BR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3671, 'c47c8d8', 0, 'Getemed Medizin- und Informationstechnik AG', 'Oderstrasse 77 Teltow Brandenburg 14513 DE', 'DE', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3672, '70b3d5cd2', 0, 'Hbh Microwave GmbH', 'Helmholtzstr. 1 Stutensee 76297 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3673, '005056', 0, 'VMware, Inc', '3401 Hillview Avenue PALO ALTO CA 94304 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3674, '0012f9', 0, 'Uryu Seisaku, Ltd', '1-2-11 HIGASHINARI-KU OSAKA 537-0002 JP', 'JP', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3675, '70b3d5abe', 0, 'Mart Network Solutions Ltd', 'ABBEY HOUSE, 450 BATH ROAD LONGFORD MIDDLESEX UB70EB GB', 'GB', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3676, '2cc546', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3677, 'd412bb', 0, 'Quadrant Components Inc Ltd', 'Unit 5, 17/F, Metro Loft, Kwai Chung, New Territory HK', 'HK', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3678, '1ca2b1', 0, 'ruwido austria GmbH', 'Koestendorferstrasse 8 Neumarkt a.W. Salzburg 5202 AT', 'AT', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3679, '0050c21d1', 0, 'Benchmark Electronics', '4065 Theurer Blvd. Winona MN 55987 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3680, '001b65', 0, 'China Gridcom Co, Ltd', '21/F, Huaneng Building, No. 2068 Shennan Main Road Shenzhen Guangdong 0086 CN', 'CN', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3681, '10dcb6', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3682, 'e898c2', 0, 'Zetlab Co', 'Savelkinsky passage, 4 Zelenograd Moscow 124482 RU', 'RU', 'MA-L', '2020-02-05', '2020-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3683, '50d6d7', 0, 'Takahata Precision', '4-17-1 Suniyoshi Kofu 400-0851 JP', 'JP', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3684, '0050c2f99', 0, 'Dr. Neumann elektronik GmbH', 'Schiffgesweg 9 Pulheim North Rhine-Westphalia 50259 DE', 'DE', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3685, '0050c290a', 0, 'Board Level Ltd', 'Finches Wadhurst East Sussex TN5 6HE GB', 'GB', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3686, 'c8c50e', 0, 'Shenzhen Primestone Network TechCo, Ltd', 'Room 705,Complex Building, Tsinghua Hi-Tech Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3687, '381d14', 0, 'Skydio Inc', '114 Hazel Ave Redwood City CA 94061 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3688, '00e0ce', 0, 'Arn', '51, RUE GASTON LAURIAU F-93512 MONTREUIL CEDEX FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3689, '0014a6', 0, 'Teranetics, Inc', '3965 Freedom Circle Santa Clara CA 95054 US', 'US', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3690, '18e2c2', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-05-01', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3691, 'f88a3c7', 0, 'Josh.ai', '191 University Blvd #188 Denver CO 80206 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3692, '70b3d5e56', 0, 'Hipodromo DE Agua Caliente, S.A. DE C.V.', 'BLVD. AGUA CALIENTE 12027 TIJUANA BAJA CALIFORNIA 22420 MX', 'MX', 'MA-S', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3693, '0050c292c', 0, 'Exatrol Corp', '1308 West 635 South Orem UT 84058 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3694, '0050c2980', 0, 'Digital Payment Tech', '4105 Grandview Highway Burnaby BC V5C 6B4 CA', 'CA', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3695, 'ecfaaa', 0, 'The Ims Co', '2929 E. Imperial Highway Brea CA 92821 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3696, 'bc0f2b', 0, 'Fortune Techgroup Co, Ltd', '7-8F,No.1198 North Qinzhou Road, Shanghai 200233 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3697, '000ec6', 0, 'Asix Electronics Corp', '4F, NO.8, HSIN ANN RD., HSINCHU 300 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3698, '00135f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3699, '70b3d5ada', 1, 'Private', '', '', 'MA-S', '2015-08-12', '2015-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3700, '70b3d58b8', 0, 'Gdi Tech Inc', '12400 SW 134 Ct #14 Miami FL 33186 US', 'US', 'MA-S', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3701, '000cee', 0, 'jp-embedded', 'Buen 21, Nr. Dalby Borup 4140 DK', 'DK', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3702, '880fb6', 0, 'Jabil Circuits India Pvt Ltd,-Ehtp unit', 'B-26, MIDC, Ranjangaon, Tal.Shirur Pune Maharashtra 412220 IN', 'IN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3703, '001f04', 0, 'Granch Ltd', '40 Koroleva str. Novosibirsk NSO 630015 RU', 'RU', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3704, 'f41f0b', 0, 'Yamabishi Corp', '3-14-12 Kamigou Ebina-city KANAGAWA 243-0434 JP', 'JP', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3705, '7c8956', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3706, '70b3d5780', 0, 'Nidec Leroy-Somer', 'Boulevard Marcellin Leroy zone industriel angoulême Angoulême 16800 FR', 'FR', 'MA-S', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3707, '00196e', 0, 'Metacom (Pty) Ltd', '6 Ndabeni Business Park Cape Town Western Cape 7405 ZA', 'ZA', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3708, '001cae', 0, 'WiChorus, Inc', '3590 N 1st Street, Suite 300 San Jose CA 95134 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3709, '2893fe', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3710, '2832c5', 0, 'Humax Co, Ltd', 'HUMAX Village,216,Hwangsaeul-ro,Bundang-gu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3711, '741ae09', 1, 'Private', '', '', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3712, '00809a', 0, 'Novus Networks Ltd', 'JOHN SCOTT HOUSE ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3713, '002248', 0, 'Microsoft Corp', 'One Microsoft Way Redmond Washington 98052-6399 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3714, '2442bc', 0, 'Alinco, Inc', 'Yodoyabashi Dai-Bldg 13F, Osaka Osaka pref. 541-0043 JP', 'JP', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3715, '70b3d5855', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3716, '08ef3b', 0, 'Mcs Logic Inc', '6F. Samho Center B Bldg., 275-6,Yangjae-Dong, Secho-Ku,Seoul Seoul 137-941 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3717, '70b3d5f71', 0, 'Sonel S.A.', 'Wokulskiego 11 Swidnica Dolnoslaskie 58-100 PL', 'PL', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3718, '001936', 0, 'Sterlite Optical Tech Ltd', 'E-1,E-2,&E-3 AURANGABAD MAHARASTRA 431136 IN', 'IN', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3719, '001c8f', 0, 'Advanced Electronic Design, Inc', '344 John L Dietsch Blvd., Unit #2 North Attleboro MA 02763 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3720, 'fcd2b60', 0, 'CG Power And Industrial Solutions Ltd', 'A-3, MIDC , AMBAD NASHIK MAHARASHTRA 422010 IN', 'IN', 'MA-M', '2018-12-18', '2018-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3721, '0060db', 0, 'Ntp Elektronik A/S', 'KNAPHOLM 7 DK-2730 HERLEV DK', 'DK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3722, '00bb01', 0, 'Octothorpe Corp', '285 WEST GREEN STREET PASADENA CA 91105 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3723, '94f6a3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3724, '8c897a', 0, 'Augtek', 'Tuanjie Road No.100, Building C, Room 521 Nanjing Jiangsu 211899 CN', 'CN', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3725, '70b3d5be8', 0, 'AndFun Co, Ltd', '5972-2 Ohkusa Komaki Aichi 4850802 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3726, '70b3d584f', 0, 'Mettler Toledo', '1571 Northpointe Parkway Lutz FL 33558 US', 'US', 'MA-S', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3727, '0050c242f', 0, 'Win4NET', 'KOLON Digital Tower 1301, 222-7 Seoul Kuro-dong, Kuro-gu 152-848 KR', 'KR', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3728, '6c3e6d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-05-26', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3729, '0050c2a13', 0, 'Talyst, Inc', '13555 SE 36th Avenue Bellevue WA 98006 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3730, 'b8d9ce', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-05-26', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3731, '986d355', 0, 'Pdahl', 'Gammagatan 1 Moelndal Sweden 43949 SE', 'SE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3732, '4cdd31', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3733, '0050c20b2', 0, 'RF Micro Devices', '5500 Scotts Valley Dr., Suite 400 Scotts Valley CA 95066 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3734, '0050c25d5', 0, 'Cannon Tech', 'Queensway Bournmouth Hampshire BH25 5NU GB', 'GB', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3735, '10b3d5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-06-21', '2019-06-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3736, '5c5819', 0, 'Jingsheng Tech Co, Ltd', 'Linyin street 5# chengdu sichuan 610000 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3737, '70b3d5764', 0, 'Schmid electronic', 'Badstrasse 39 Reutlingen 72766 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3738, '002594', 0, 'Eurodesign BG Ltd', 'Business Park Sofia, Building 4, Floor 2 Sofia 1113 BG', 'BG', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3739, '00502a', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3740, '000aa2', 0, 'Systek Inc', 'JCOM BUILDING 402, OJEON-DONG 124-4, UIWANG-SI GYUNGGI-DO 437-070 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3741, '0014ea', 0, 'S Digm Inc (Safe Paradigm Inc)', '5F, Shin-an Bldg. 89-8, Songpa-Gu Seoul 138-201 KR', 'KR', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3742, '0019af', 0, 'Rigol Tech, Inc', 'No. 156 Cai He Village, Sha He Town Beijing 102206 CN', 'CN', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3743, '0050c2ddd', 0, 'A&A General Srl', 'Calea Victoriei 85, bl.1, ap.30 Bucuresti 010066 RO', 'RO', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3744, '2c922c', 0, 'Kishu Giken Kogyou Co Ltd,.', '466 Nunohiki Wakayama city Wakayama prefecture 6410015 JP', 'JP', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3745, '70b3d56e6', 0, 'Eleven Engineering Inc', '10150 - 100 Street, Suite 800 Edmonton Canada, Alberta T5J 0P6 CA', 'CA', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3746, '806940', 0, 'Lexar Co, Ltd', '10TH FLOOR,CHINA AEROSPACE CENTRE,143 HOI BUN ROAD,KWUN TONG,KOWLOON, HONG KONG HONG KONG 999077 HK', 'HK', 'MA-L', '2018-07-30', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3747, '0008fd', 0, 'BlueKorea Co, Ltd', '3F, sejong Building, 379-15, Seokyo-Dong Seoul 121-839 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3748, '001111', 0, 'Intel Corp', '2111 NE 25th Avenue Hillsboro OR 97124 US', 'US', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3749, '70b3d593b', 0, 'Changchun Faw Yanfeng Visteon Automotive Electronics.,Ltd', 'No.2338 Guanggu Street Changchun City chang chun ji lin 130000 CN', 'CN', 'MA-S', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3750, 'e440e2', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3751, '0896ad', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3752, '70b3d52a1', 0, 'Blink Services AB', 'Generalsgatan 5 Malmö 211 33 SE', 'SE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3753, '001c26', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2007-05-13', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3754, '0027f8', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2010-05-10', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3755, '00158c', 0, 'Liab ApS', 'Oestre Alle 6 Stoevring DK-9530 DK', 'DK', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3756, 'a078ba', 0, 'Pantech Co, Ltd', '110-1 Ongjeong-Ri, Tongjin-Eup Gimpo-Si Gyounggi-Do 415-865 KR', 'KR', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3757, '60843b', 0, 'Soladigm, Inc', '195. S Milpitas Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3758, 'b009da', 0, 'Ring Solutions', '1200 Atwater Drive, Suite 225 Malvern PA 19355 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3759, '2c4835b', 0, 'Shanghai Visteon Automotive Electronics System Co Ltd', 'No.1268, East Kangqiao Road, Pudong District, ShangHai 201315 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3760, 'b0b353e', 0, 'Nanjing Yining Intelligent Tech Co, Ltd', 'Room 209-114, 2 / F, Building 04, No. 18 Jialingjiang East Street, Jianye District, Nanjing Nanjing Jiangsu 210019 CN', 'CN', 'MA-M', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3761, '0001e7', 0, 'Hewlett Packard', '11000 Wolfe Road, Mailstop 42LE Cupertino CA 95014 US', 'US', 'MA-L', '2000-11-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3762, '009001', 0, 'Nishimu Electronics Industries Co, Ltd', '700 TATENO MITAGAWA-CHO KANZAKI-GUN SAGA PREF. JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3763, '00402e', 0, 'Precision Software, Inc', '600 S FEDERAL HWY STE DEERFIELD BEACH FL 33441-4193 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3764, '40d855157', 0, 'Hitachi Power Solutions Co, Ltd', '38 shinkoutyou hitachinaka ibaraki 312-0005 JP', 'JP', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3765, '70b3d5d80', 0, 'Ammt GmbH', 'Anselm-Feuerbach-Str. 6 Frankenthal RLP 67227 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3766, '0050c26f8', 0, 'RV Tech Ltd', '12/F, Wilson House HK', 'HK', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3767, '0050c2bc7', 0, 'Pts GmbH', 'Gottfried-Schenker-Str. 2 Lichtenau Saxony 09244 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3768, '24920e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3769, '70b3d53d6', 0, 'Ariston Thermo s.p.a.', 'Via Aristide Merloni 45 Fabriano Ancona 60044 IT', 'IT', 'MA-S', '2020-02-05', '2020-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3770, '00d063', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3771, '2074cf', 0, 'Shenzhen Voxtech Co, Ltd', '4/F East, Building 4, Minqi Science&Technology Park, Pingshan, Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3772, '1c6f65', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3773, '14b7f8', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2016-10-30', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3774, '001977', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2006-08-27', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3775, '0019ab', 0, 'Raycom Co ., Ltd', 'A,3-4/FL, Building 1,27 Chuangxin Road, Beijing 102200 CN', 'CN', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3776, '1441e2', 0, 'Monaco Enterprises, Inc', '14820 E. Sprague Ave. Spokane WA 99216 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3777, '444891', 0, 'Hdmi Licensing, Llc', '1140 East Arques, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3778, '382de8', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3779, '0050c2667', 0, 'Vocality International Ltd', 'Lydling Barn Shackleford Surrey GU8 6AP GB', 'GB', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3780, '00251e', 0, 'Rotel Tech', 'CEVIZLIDERE 14.CD NO:2/19 BALGAT ANKARA 06520 TR', 'TR', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3781, '78b8d6', 0, 'Zebra Tech Inc', 'ONE ZEBRA PLAZA HOLTSVILLE NY 11742 US', 'US', 'MA-L', '2020-01-18', '2020-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3782, 'ac1ddf8', 0, 'Sichuan Odot Automation System Co, Ltd', 'No.6,Hongsheng Street MianYang SiChuan 621102 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3783, 'fc589a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-05-29', '2019-05-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3784, '0050c2dd3', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2011-08-06', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3785, 'd867d9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3786, '80b708', 0, 'Blue Danube Systems, Inc', '3131 Jay Street, Suite 201 Santa Clara CA 95054 US', 'US', 'MA-L', '2017-09-10', '2017-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3787, 'dc4ef4', 0, 'Shenzhen Mtn Electronics Co, Ltd', 'MTN Industrial Park, No. 5, 9 South Futai Road, Pingxi Community, Pingdi Street, Longgang District Shenzhen Guangdong 518117 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3788, '00e090', 0, 'Beckman Lab. Automation Div.', '90 BOROLINE ROAD ALLENDALE NJ 07401 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3789, '883c1c', 0, 'Mercury Corp', '90, Gajaeul-ro, Seo-gu INCHEON 22830 KR', 'KR', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3790, '8c0c90', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-01-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3791, '74bfc0', 0, 'Canon Inc', '30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3792, '70b3d54e4', 0, 'W.A. Benjamin Electric Co', '1615 Staunton Ave. Los Angeles CA 60021 US', 'US', 'MA-S', '2019-10-05', '2019-10-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3793, '00007f', 0, 'Linotype-Hell AG', 'POSTFACH 56 60 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3794, '000c17', 0, 'Aja Video Systems Inc', '180 Litton Drive Grass Valley CA 95945 US', 'US', 'MA-L', '2003-02-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3795, 'b482c5', 0, 'Relay2, Inc', '1525 McCarthy Blvd., Milpitas CA 95035 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3796, 'a0554f', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3797, '001059', 0, 'Diablo Research Co Llc', '825 STEWART DRIVE SUNNYVALE CA 94086 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3798, '000ccc', 0, 'Aeroscout Ltd', '3 Pekeris St. Rehovot 76701 IL', 'IL', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3799, '002308', 0, 'Arcadyan Tech Corp', '4F, No. 9, Park Avenue II , Hsinchu 300 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3800, 'a04041', 0, 'Samwonfa Co, Ltd', '470-5, Moonhyun2-Dong Busan 608-042 KR', 'KR', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3801, '64e599', 0, 'Efm Networks', '6F, Benposra II 1197-1 Bojeong Giheung Gu Yong In Kyunggi do 446913 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3802, '70b3d5e07', 0, 'Baader Planetarium GmbH', 'Zur Sternwarte Mammendorf Bavaria 82291 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3803, '84e0f45', 0, 'Hangzhou Nationalchip Science & Tech Co, Ltd', '5-6th Floor, Innovation Mansion East Software Park,90# Wensan Road Hangzhou Zhejiang 310012 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3804, '000175', 0, 'Radiant Communications Corp', '5001 Hadley Road South Plainfield NJ 07080 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3805, '0019f2', 0, 'Teradyne K.K.', '272-13, Heisei, Takaono Kikuchi-gun Kumamoto 869-1232 JP', 'JP', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3806, '98aafcc', 0, 'dots Inc', '10F WiL Office, Izumi Garden Tower, 1-6-1 Roppongi, Minatoku Tokyo Tokyo 1066010 JP', 'JP', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3807, '0002ff', 0, 'Handan BroadInfoCom', '5th Fl. Shinsung Plaza #697-11 Seoul KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3808, 'f81654', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3809, '081196', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3810, 'bc8199', 0, 'Basic Co, Ltd', 'Keiefu-Building 9F Minato-ku Tokyo 108-0014 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3811, '0050c2ebe', 0, 'Global Tecnologia Ltda.', 'Av. das Araucárias, n.2558 Araucária PR 81530-020 BR', 'BR', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3812, '705986', 0, 'Ooo Ttv', 'No. 75, Okulov Street, Building 8 Perm 614068 RU', 'RU', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3813, '70b3d59da', 0, 'Blake UK', '177-187, Rutland Road Sheffield --select-- S3 9PT GB', 'GB', 'MA-S', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3814, '000890', 0, 'Avilinks SA', 'Etic Center - CS 77 729 Cesson Sevigne Cedex 35577 FR', 'FR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3815, '001f2c', 0, 'Starbridge Networks', '3265 Meridian Parkway Weston FL 33331 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3816, '64168d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3817, '6488ff', 0, 'Sichuan Changhong Electric Ltd', '35 East Mianxing Road,High-Tech Park, MianYang SiChuan 621000 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3818, '1409dc', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3819, '286d97', 0, 'Samjin Co, Ltd', '199-6, Anyang 7-dong, Manan-gu Anyang-si Gyeonggi-do 430-817 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3820, '70b3d5880', 0, 'Skopei B.V.', 'Haagweg 199 Rijswijk ZH 2281AM NL', 'NL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3821, '000712', 0, 'Jal Information Tech', 'Network Solution Dep. JAL-Tamachi Bldg. Tokyo JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3822, '000ed4', 0, 'Cresitt Industrie', '12 rue de Blois Orleans BP 6744 45067 cedex FR', 'FR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3823, '140ac5', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-11-09', '2019-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3824, '8cae89', 0, 'Y-cam Solutions Ltd', '3 dee road Richmond Surrey TW9 2JN GB', 'GB', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3825, '70b3d5103', 0, 'Hanyoung Nux Co, Ltd', '28. GILPA-RO INCHEON NAM-GU 22121 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3826, '001386', 0, 'Abb Inc/Totalflow', '123 Bartlesville OK 74006 US', 'US', 'MA-L', '2005-02-06', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3827, '7c04d0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3828, '682737', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2016-10-12', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3829, '004001', 0, 'Zero One Tech Co Ltd', '10 Fl., No. 8, Lane 360, Sec 1, Neihu Dist., Taipei City 114 TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3830, '009013', 0, 'Samsan Corp', 'ELECTRONICS & COMM DIVISION Kangdong-Gu Seoul 134-050 KR', 'KR', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3831, 'ec473c', 0, 'Redwire, Llc', '8 Thorndike St Everett MA 02149 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3832, '70b3d5ebc', 0, 'Refine Tech, Llc', '26 Chapin Road, Unit 1107, PO Box 691 Pine Brook NJ 07058 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3833, '00508d', 0, 'Abit Computer Corp', '3F-7, NO. 79, SEC.1 TAIPEI HSIEN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3834, '000fd7', 0, 'Harman Music Group', '8760 Sandy Parkway Sandy Utah 84070 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3835, '000fd3', 0, 'Digium', '445 Jan Davis Drive NW Huntsville AL 35806 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3836, '001544', 0, 'coM.s.a.t. AG', 'Besselstraße 3 Mannheim D-68219 US', 'US', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3837, '5ce223', 0, 'Delphin Tech AG', 'Lustheide 81 Bergisch-Gladbach 51427 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3838, '70b3d539e', 0, 'Lanmark Controls Inc', '125 Nagog Park Acton MA 01720 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3839, 'a41791', 0, 'Shenzhen Decnta Tech Co, Ltd', 'F13,No.02,Building Shangqi,Nanhaidadao 4050 Nanshan District,Shenzhen,P.R.China shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-10-22', '2018-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3840, '000972', 0, 'Securebase, Inc', '2nd Fl,Seungseung-Bldg,Dokok 2-Dong,Kang Seoul 135-854 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3841, '000fce', 0, 'Kikusui Electronics Corp', '1-1-3,Higashi yamata Yokohama Kanagawa 224-0023 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3842, 'a8ccc5', 0, 'Saab AB (publ)', 'Nobymalmsvagen Linkoping SE-581 82 SE', 'SE', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3843, '70b3d5bc1', 0, 'Abionic', 'Route de la Corniche 5 Epalinges 1066 CH', 'CH', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3844, '006011', 0, 'Crystal Semiconductor Corp', 'P.O. BOX 17847 AUSTIN TX 78760 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3845, '000264', 0, 'AudioRamp.com', '15941 Red Hill Suite 205 Tustin CA 92780 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3846, '7c051e', 0, 'Rafael Ltd', 'GUSH SEGEV POB 2250 HAIFA 31008 IL', 'IL', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3847, '40f385d', 0, 'Digital Bros S.p.A.', 'via Tortona, 37 Milan MI 20144 IT', 'IT', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3848, '001fbb', 0, 'Xenatech Co, Ltd', '514-2 Ya Tab-Dong Bun Dang Gu Seong namsi Gyong gi-do 463-839 KR', 'KR', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3849, '002666', 0, 'Efm Networks', '6F, Benposra II 1197-1 Bojeong Giheung Gu Yong In Kyunggi do 446913 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3850, '540955', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3851, '8c8fe9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3852, '082522', 0, 'Advansee', '9 Rue Alfred Kastler NANTES 44307 FR', 'FR', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3853, 'e4956ec', 0, 'Shenzhen Arronna Telecom Co, Ltd', '4F, Block 1, No 17-2, Pingxi South Rd Shenzhen Guangdong 518117 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3854, '000b74', 0, 'Kingwave Tech Co, Ltd', '18F-3, No. 186, Jian-Yi Rd. Chung-Ho Taipei 235 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3855, '0050c22b2', 0, 'Smiths Detection', '1730 Aimco Blvd Mississauga Ontario L4W 1V1 CA', 'CA', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3856, '2c8065', 0, 'Harting Inc of North America', '1370 Bowes Road Elgin Illinois 60123 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3857, '3cc1f6', 0, 'Melange Systems Pvt. Ltd', '4/1, 7th Cross, Kumarapark West Bangalore Karnataka 560020 IN', 'IN', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3858, 'd076509', 0, 'Greenwave Scientific', '2720 Discovery Dr. Raleigh North Carolina 27612 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3859, '70b3d5cff', 0, 'DTech Labs Inc', '22876 Shaw Rd Sterling Virginia 20166 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3860, '0050c2211', 0, 'Hochschule für Technik, Wirtschaft und Kultur Leipzig (FH)', 'Wächterstraße 13 Leipzig Saxonia D-04107 DE', 'DE', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3861, 'a479e4', 0, 'Klinfo Corp', '301 923 wolpyung-dong Daejeon 302-852 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3862, '001726', 0, 'm2c Electronic Tech Ltd', '2403, 24/F, Nanyang Plaza Kwuntong Hong Kong 999 999 CN', 'CN', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3863, '2429fe', 0, 'Kyocera Corp', '30 Hoji Kitami, Hokkaido 099-1595 JP', 'JP', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3864, '9cf6dd', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3865, '443e07', 0, 'Electrolux', 'Corso Lino Zanussi 24 Porcia PORDENONE 33080 IT', 'IT', 'MA-L', '2018-11-19', '2018-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3866, 'c4954d2', 0, 'Shen Zhen Euse Tech Co, Ltd', '4/F, Block A2, Xinhao First Industrial Zone,  Qiaotou Community, Fuhai Street Shenzhen Guangdong 518103 CN', 'CN', 'MA-M', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3867, '0020de', 0, 'Japan Digital Laborat\'Y CoLtd', 'JDL KAWASAKI R & D CENTER KANAGAWA-KEN 215 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3868, '0050c2142', 0, 'Instrumeter A/S', 'Linde Alle 29 Naerum DK-2850 DK', 'DK', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3869, '0050c298b', 0, 'Ti2000 Tecnologia Informatica 2000', 'CARDENAL HERRERA ORIA 165 MADRID 28034 ES', 'ES', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3870, '007298', 0, 'Kaonmedia Co, Ltd', 'Kaonmedia Building, 513-4 Yatap-Dong, Bundang-Gu Sungnam-City Kyonggi-Do 463-839 KOREA, REPUBLIC OF KR', 'KR', 'MA-L', '2011-03-17', '2011-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3871, 'd0c8571', 0, 'Dali A/S', 'Dali Alle 1 Norager 9610 DK', 'DK', 'MA-M', '2019-03-25', '2019-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3872, '0050c2008', 0, 'Portable Add-Ons', 'Chineham Court, Lutyens Close Hampshire RG24 8AH GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3873, '00179d', 0, 'Kelman Ltd', 'Rathdown Close Lisburn Co. Antrim BT28 2RB GB', 'GB', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3874, '0050c29a1', 0, 'ComAp s.r.o', 'Kundratka 17 Prague 18000 CZ', 'CZ', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3875, '5c353b', 0, 'Compal Broadband Networks, Inc', '13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW', 'TW', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3876, 'ac83e9', 0, 'Beijing Zile Tech Co, Ltd', 'Tecent WeWork, Huilongguan East Avenue, Changping District Beijing Beijing 100096 CN', 'CN', 'MA-L', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3877, '000a99', 0, 'Calamp Wireless Networks Inc', '101-5540 Ferrier Street Town of Mount-Royal Quebec H4P 1M2 CA', 'CA', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3878, '000ca1', 0, 'Sigmacom Co, Ltd', 'DacomBldg 7F 200-12 Anyang-dong 430-817 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3879, '848d84', 0, 'Rajant Corp', '400 East King Street Malvern PA 19355 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3880, '00cdfe', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3881, '44e66e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3882, 'c0dcda', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3883, '0003ef', 0, 'Oneline AG', 'Steinfeldstraße 3 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3884, '2804e0', 0, 'Fermax Electronica S.A.U.', 'Tres Cruces 133 Valencia 46017 ES', 'ES', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3885, 'e4956e7', 0, 'NationalchipKorea', '#1109, Ace PyeongchonTower Anyang-si Gyeonggi-do 431-804 KR', 'KR', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3886, '44a842', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2014-11-11', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3887, '70b3d580a', 0, 'Sensing Labs', 'CAP OMÉGA - Rond Point Benjamin Franklin MONTPELLIER 34960 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3888, '38f32e', 0, 'Skullcandy', '6301 N. LANDMARK DRIVE Park City 84098 US', 'US', 'MA-L', '2019-01-29', '2019-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3889, '00013d', 0, 'RiscStation Ltd', '168 Elliott Street UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3890, '0050c29d2', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3891, '001b1c', 0, 'Coherent', '1280 Blues Hills Ave. Bloomfield CT 06002 US', 'US', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3892, '70b3d5a00', 0, 'Atx Networks Ltd', 'Halapid 12 st Petach tikva Israel 4917001 IL', 'IL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3893, 'f4e4ad', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3894, 'b8de5e', 0, 'Longcheer Telecommunication Ltd', 'Building 1,No.401,Caobao Rd Shanghai Xuhui District 200233 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3895, '0008aa', 0, 'Karam', '98-3, Hankangro 2-KA, Yongsan Seoul 140-012 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3896, '000f0a', 0, 'Clear Edge Networks', '11250 El Camino Real San Diego CA 92130 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3897, 'a0c5f2b', 0, 'Oray.com Co, Ltd', '8008Rm, building No.1 GuoDing d. Yangpu District Shanghai Shanghai 200433 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3898, '2811ec', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3899, '0012b9', 0, 'Fusion Digital Tech', 'Victoria Mews, 23 Millfield Road Bingley BD16 1PY GB', 'GB', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3900, '7c386c', 0, 'Real Time Logic', '12515 Academy Ridge View Colorado Springs Colorado 80921 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3901, '000597', 0, 'Eagle Traffic Control Systems', '8004 Cameron Road Austin TX 78754 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3902, '001afe', 0, 'Sofacreal', '149 avenue du MAINE PARIS Region Parisienne 75014 FR', 'FR', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3903, '609bc8', 0, 'Hipad Intelligent Tech Co, Ltd', 'No. 688, East of Huangtang Street, LinkongEconomy District Nanchang Jiangxi 330000 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3904, '88964e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3905, '00e075', 0, 'Verilink Corp', '127 Jetplex Circle Madison AL 35758 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3906, '000238', 0, 'Serome Tech, Inc', '555-14, Baekang B/D 7F Seoul Korea 135-120 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3907, '2c1984', 0, 'Idn Telecom, Inc', '2669 Great Arbor Way Union City CA 94587 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3908, '0050c2c92', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62902 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3909, 'ec7d9d', 0, 'Cpi', '3222 Phoenixville Pike Suite 200 Malvern PA 19355 US', 'US', 'MA-L', '2011-03-17', '2018-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3910, 'd487d8', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-03-01', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3911, '74372f', 0, 'Tongfang Shenzhen Cloudcomputing Tech Co, Ltd', '4,1 Building,FinanceBase,NO.8KeFaRoad,Science park ShenZhen City GuangDong 518057 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3912, '0050c2a15', 0, 'Industrial Computing Ltd', 'Elmcroft Gillingham Dorset SP8 4NG GB', 'GB', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3913, '002604', 0, 'Audio Processing Tech Ltd', 'Whiterock Business Park Belfast BT12 7FP GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3914, '646e6c', 0, 'Radio Datacom Llc', '9601 N 35th St Phoenix AZ 85028 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3915, 'b8ad3e', 0, 'Bluecom', '116, Venture-ro, Yeonsu-gu, Incheon 406-840 KR', 'KR', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3916, '000c59', 0, 'Indyme Electronics, Inc', '9085 Aero Dr. San Diego CA 92123 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3917, '000e94', 0, 'Maas International BV', 'Science Park Eindhoven 5051 Son Noord Brabant NL-5692 EB NL', 'NL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3918, 'd8f15b', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-03-06', '2019-03-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3919, '000067', 0, 'Soft * Rite, Inc', '15392 ASSEMBLY LANE, UNIT A HUNTINGTON BEACH CA 92649 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3920, '30eb25', 0, 'Intek Digital', '801, 8th Fl., Anyang K-center building, 1591-9 Anyang 431-060 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3921, '70b3d5796', 0, 'Gampt mbH', 'Hallesche Str. 99F Merseburg S-A 06217 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3922, '480031', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3923, '000b7b', 0, 'Test-Um Inc', '808 Calle Plano Camarillo CA 93012 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3924, '0050c28b6', 0, 'Shadrinskiy Telefonny Zavod', '16, Komsomolskaya str. Shadrinsk Kurganskaya obl. 641870 RU', 'RU', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3925, '947bbe', 0, 'Ubicquia', '3281 Fairlane Farms Rd Wellington FL 33449 US', 'US', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3926, '30c507', 0, 'Eci Telecom Ltd', '30 Hasivim St. Petah Tikva 49133 IL', 'IL', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3927, '300a60c', 0, 'Thermo Process Instruments, LP', '27 Forge Parkway Frankllin MA 02038 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3928, '0088ba', 0, 'NC&C', 'Gurogu Seoul 08390 KR', 'KR', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3929, '983571', 0, 'Sub10 Systems Ltd', 'Ash House Kingsteignton Devon TQ12 3RZ GB', 'GB', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3930, '40d85519f', 0, 'Patria Aviation Oy', 'Naulakatu 3 Tampere 33100 FI', 'FI', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3931, '50a4d04', 0, 'Raven Industries Inc', '205 E 6TH Street Sioux Falls SD 57104 US', 'US', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3932, '00052b', 0, 'Horiba, Ltd', '2 Miyanohigashi, Kisshoin, 601-8510 JP', 'JP', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3933, '0023e5', 0, 'IPaXiom Networks', 'Aston Court High Wycombe Buckinghamshire HP11 1LA GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3934, 'd8d090', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2019-01-23', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3935, '00a07c', 0, 'Tonyang Nylon Co, Ltd', 'ELECTRONIC RESEARCH LAB ANYANG-CITY, KYUNGKI-DO 430-080 KR', 'KR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3936, '38bf33', 0, 'Nec Casio Mobile Communications', '1753,Shimonumabe Kawasaki-shi Kanagawa 211-8666 JP', 'JP', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3937, '000f5b', 0, 'Delta Information Systems, Inc', '300 Welsh Road, Bldg. 3 Horsham PA 19044-2273 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3938, 'e82e0c', 0, 'Netint Tech Inc', '#306, 3500 Gilmore Way Burnaby BC V5G0B8 CA', 'CA', 'MA-L', '2019-09-21', '2019-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3939, '0050c22a2', 0, 'Epelsa, SL', 'C/albasanz, 6 y 8 Madrid 28037 ES', 'ES', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3940, '000e85', 0, 'Catalyst Enterprises, Inc', '3385 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3941, '18a6f7', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-11-17', '2015-11-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3942, '005068', 0, 'Electronic Industries Association', '2500 WILSON BLVD. ARLINGTON VA 22201 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3943, '0018c0', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-07-01', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3944, '284fce', 0, 'Liaoning Wontel Science and Tech Development Co, Ltd', 'A704 Floor TaiHe building Shenyang Liaoning 110000 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3945, 'd07650e', 0, 'Revox Inc', '1880-2 Kamimizo, Chuo-ku, Sagamihara Kanagawa 252-0243 JP', 'JP', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3946, '0016fb', 0, 'Shenzhen Mtc Co Ltd', '5/F BenYuan Bldg,6015 ShenNan Road ShenZhen GuangDong 518040 CN', 'CN', 'MA-L', '2006-01-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3947, '001a45', 0, 'GN Netcom A/S', 'Metalbuen 66 Ballerup Skovlunde DK - 2750 DK', 'DK', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3948, '0050c2e4a', 0, 'Ghl Systems Bhd', 'L5-E-7B, Enterprise 4 Bukit Jalil Kuala Lumpur 57000 MY', 'MY', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3949, '1065cf', 0, 'Iqsim', '2000 Route des Lucioles BIOT 06410 FR', 'FR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3950, '34a395', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3951, '0020b2', 0, 'Gkd Gesellschaft Fur Kommunikation Und Datentechnik', 'SAARBURGER RING 10-12 68229 MANNHEIM DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3952, 'e01f0a', 0, 'Xslent Energy Tech Llc', '7428 Redwood Blvd Novato CA 94945 US', 'US', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3953, '04b648', 0, 'Zenner', 'Roemerstadt 6 Saarbruecken 66121 DE', 'DE', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3954, '70b3d5970', 0, 'Bintel AB', 'Mobilvägen 10 Lund Skåne 22362 SE', 'SE', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3955, '0019cd', 0, 'Chengdu ethercom information Tech Ltd', 'South Extension of Tianfu Wide Road No.7 department room 201 Chengdu Sichuan 610041 CN', 'CN', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3956, '283b96', 0, 'Cool Control Ltd', 'Mivtahim 2 Petah Tikva Israel 4951774 IL', 'IL', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3957, 'fc4463', 0, 'Universal Audio, Inc', '4585 Scotts Valley Dr. Scotts Valley CA 95066 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3958, '64808b', 0, 'vg controls, Inc', '11 Butternut Drive Vernon NJ 07462 US', 'US', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3959, '0050c2ff9', 0, 'Ava Monitoring AB', 'Vädursgatan 6 Göteborg Västra götaland 412 50 SE', 'SE', 'IAB', '2012-11-04', '2019-02-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3960, '70b3d5b56', 0, 'Power Electronics Espana, S.L.', 'C/ Leonardo Da Vinci, 24-26 Paterna Valencia 46980 ES', 'ES', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3961, '002071', 0, 'Ibr GmbH', 'KOHLERSTR. 45 D-46286 DORSTEN DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3962, '00182e', 0, 'XStreamHD', '7900B Westpark Drive McLean VA 22102 US', 'US', 'MA-L', '2006-06-13', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3963, 'c455c2', 0, 'Bach-Simpson', '109 Meg Drive London Ontario N6E3Z7 CA', 'CA', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3964, 'cc785f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3965, '70b3d529b', 0, 'DermaLumics S.L.', 'Ronda de Poniente 16, 1E Tres Cantos Madrid 28760 ES', 'ES', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3966, '00152f', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-07-21', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3967, 'c4e17c', 0, 'U2s Co', '104-706, SK Ventium Building, 522, Dangjeong-Dong Gunpo-si Geonggi-do 435-776 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3968, '001ec0', 0, 'Microchip Tech Inc', '2355 W. Chandler Blvd. Chandler AZ 85224 US', 'US', 'MA-L', '2007-12-31', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3969, '28e14c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3970, '5ceb68', 0, 'Cheerstar Tech Co, Ltd', '5th Floor,Hongye Industrial Park, ShenZhen GuangDong 518006 CN', 'CN', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3971, 'f82f6a', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2018-10-29', '2018-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3972, '00402a', 0, 'Canoga Perkins Corp', '21012 LASSEN STREET CHATSWORTH CA 91311-4241 US', 'US', 'MA-L', '1980-01-01', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3973, '000279', 0, 'Control Applications, Ltd', '3 Tevuot Haarets St. IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3974, '001bc50a1', 0, 'Hangzhou Zhiping Tech Co, Ltd', 'Room 619, Science and technology square, East software park, Hangzhou Zhejiang 310012 CN', 'CN', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3975, 'dca3ac', 0, 'RBcloudtech', '5th Floor, Jiangnan Street NO.3900, Binjiang District, Hangzhou City. Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2015-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3976, '8cd2e9', 0, 'Yokote Seiko Co, Ltd', '10-18 Minami-Gosyono Yasumoto Yokote-City Akita 013-0811 JP', 'JP', 'MA-L', '2016-03-16', '2017-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3977, 'ac5775', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2018-09-21', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3978, '001aff', 0, 'Wizyoung Tech', '9F, No. 25, Sec. 1, Nanjing E. Rd. Taipei 104 TW', 'TW', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3979, '64eac5', 0, 'SiboTech Automation Co, Ltd', '5th Floor, Bld 3 Shanghai Shanghai 201612 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3980, '001ff7', 0, 'Nakajima All Precision Co, Ltd', 'Kami-Gomyo1480 Hanishina-Gun Nagano-Ken 389-0606 JP', 'JP', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3981, '70b3d5e30', 0, 'Quiss AG', 'Lilienthalstr. 5 Puchheim Bavarian 82178 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3982, 'ccd31ea', 0, 'Haishu Tech Ltd', 'Jiulong Midun street No.89 Hongkong 999077 HK', 'HK', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3983, '000bb9', 0, 'Imsys AB', 'Johanneslundsvagen 3 Upplands Vasby SE-19461 SE', 'SE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3984, 'd0738e', 0, 'Dong OH Precision Co, Ltd', '#282 SHINGAL-RI, JICSAN-EUP CHEONAN-SI CHUNGCHEONGNAM-DO 331-814 KR', 'KR', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3985, '6cfdb9', 0, 'Proware Tech Co, Ltd', '2nd F1 East Wing,South Section,Factory Building 24,Science&Technology Park Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3986, '2c6289', 0, 'Regenersis (Glenrothes) Ltd', '1 James Watt Avenue Glenrothes Fife KY7 4UA GB', 'GB', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3987, '2415109', 0, 'Topgolf Sweden AB', 'Svärdvägen 11 Danderyd Stockholm 182 33 SE', 'SE', 'MA-M', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3988, '000203', 0, 'Woonsang Telecom, Inc', '104-9, Munji-Dong, Yusong-Gu KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3989, '0050c2336', 0, 'Golden River Traffic', '6 Talisman Business Centre Bicester OXON OX26 6HR GB', 'GB', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3990, 'ece154', 0, 'Beijing Unisound Information Tech Co, Ltd', 'Rm406,keyan Building,Tsinghua Hi-tech Park,High-tech Industrial Park North Area,Nanshan Shenzhen 518057 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3991, '54e061', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3992, '8c593cb', 0, 'Scharfe-Sicht GmbH', 'Huttropstraße 60 Essen Nordrhein-Westfalen 45138 DE', 'DE', 'MA-M', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3993, '008029', 0, 'Eagle Tech, Inc', '6800 ORANGETHORPE AVE.UNIT BUENA PARK CA 90620 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3994, '000e0e', 0, 'Esa elettronica S.P.A.', 'Mariano Comense CO 22066 IT', 'IT', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3995, '5800e3', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3996, '0050c2889', 0, 'Acs Motion Control Ltd', 'SHAUL AMOR BLV RAMAT GABRIEL MIGDAL HA\'EMEQ ISRAEL 10500 IL', 'IL', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3997, '64d814', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3998, '443eb2', 0, 'Deotron Co, Ltd', '506, Dain Bldg Ansan Kyonggi-do 425-856 KR', 'KR', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(3999, 'acb57d', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4000, '789682', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4001, '0009f6', 0, 'Shenzhen Eastern Digital Tech Ltd', 'Shenzhen Futian Chegongmiao Tairan Shenzhen Guangdong 518048 CN', 'CN', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4002, '0014db', 0, 'Elma Trenew Electronic GmbH', 'Stuttgarter Straße 11 Pforzheim 75179 DE', 'DE', 'MA-L', '2005-06-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4003, '70bbe9', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-07-30', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4004, 'bcd767', 1, 'Private', '', '', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4005, '0c35fe', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2020-01-17', '2020-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4006, '001eff', 0, 'Mueller-Elektronik GmbH & Co KG', 'Franz-Kleine-Str. 18 Salzkotten NRW 33154 DE', 'DE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4007, 'd4d748', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4008, '249504', 0, 'Sfr', '40-42 QUAI DU POINT DU JOUR BOULOGNE BILLANCOURT HAUT DE SEINE 92100 FR', 'FR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4009, '40d8551be', 0, 'Peek Traffic', '2906 Corporate Way Palmetto FL 34235 US', 'US', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4010, '782f17', 0, 'Xlab Co, Ltd', '#401 4F, Achasan-ro, Seongdong-gu SEOUL 04793 KR', 'KR', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4011, '000d31', 0, 'Compellent Tech, Inc', '7625 Smetana Lane Eden Prairie Minnesota 55344 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4012, '0050c25bb', 0, 'Unic Tech Inc', 'NO.7, 5TH AVE. SHANGDI HAIDIAN BEIJING 100085 CN', 'CN', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4013, '001c7a', 0, 'Perfectone Netware Co Ltd', 'Unit 815, Sun Fung Centre, Kwai Chung HK', 'HK', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4014, '0050c262b', 0, 'First Control Systems AB', 'Ängsgärdg 4 Västerås Västmanland SE-72130 SE', 'SE', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4015, '046e49', 0, 'TaiYear Electronic Tech (Suzhou) Co, Ltd', '12-B101 Creative Industrial Park ,No. 328,Xinghu Street ,Suzhou Industrial Park SuZhou JiangSu 215000 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4016, '0050c29aa', 0, 'Teko Telecom SpA', 'Via dell\' Industria, 5 San Lazzaro di Savena Bologna 40068 IT', 'IT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4017, 'e8d0fa', 0, 'Mks Instruments Deutschland GmbH', 'Schatzbogen 43 Munich 81829 DE', 'DE', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4018, '182a7b', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2013-01-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4019, '606dc7', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-04-04', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4020, 'dce533d', 0, 'Suzhou Ates electronic Tech CoLtd', 'NO.2 aimin road,Xiangcheng district Suzhou city Jiangsu Province 215002 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4021, '00fa21', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4022, '0005d6', 0, 'L-3 Linkabit', '9890 Town Center Drive San Diego CA 92121 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4023, '0050c2862', 0, 'Elsys AG', 'Mellingerstrasse 12 Niederrohrdorf AG 5443 CH', 'CH', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4024, '70b3d5638', 0, 'Parkalot Denmark ApS', 'Niels Jernes Vej 12 Aalborg East 9220 DK', 'DK', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4025, '00e072', 0, 'Lynk', 'RABIN BUILDING D.N. MISGAV 201 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4026, '245cbf', 0, 'Ncse', 'Future of China Electronics Science & Technology Beijing Changping District 102200 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4027, '0c4c39', 0, 'MitraStar Tech Corp', '4F No.6 Innovation Road II Hsin-Chu 300 TW', 'TW', 'MA-L', '2011-07-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4028, '70b3d5194', 0, 'Husty M.Styczen J.Hupert Sp.J.', 'Rzepakowa 5e Krakow malopolska 31-989 PL', 'PL', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4029, '00175f', 0, 'Xenolink Communications Co, Ltd', '2nd Fl., Jungyou B/D 797-22 Seoul 135-930 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4030, '0050c2b78', 0, 'Folink', '4F 647-39Deungchon-Dong Kangseo-Gu Seoul 157-840 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4031, '0023bf', 0, 'Mainpine, Inc', 'PO Box 241 Wilsonville Oregon 97070-0241 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4032, '70b3d58f5', 0, 'Stmovic', '201 2, 3 th. Gangdonggu Seoul 134-811 KR', 'KR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4033, 'c02e25', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4034, '00404b', 0, 'Maple Computer Systems', 'P.O. BOX 10050 CANADA ALA 4L5 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4035, '000576', 0, 'Nsm Tech Ltd', '22 Floor, Times Tower Koloon HK', 'HK', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4036, '983000', 0, 'Beijing Kemacom Tech Co, Ltd', 'Room 208, Building 6, No.50, Xi San Huan Bei Road Beijing 100044 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4037, '70b3d546b', 0, 'Airborne Engineering Ltd', '3 Landmark House Glastonbury Somerset BA6 9FR GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4038, '483974', 0, 'Proware Tech Co, Ltd', '2nd F1 East Wing,South Section,Factory Building 24,Science&Technology Park, Shennan Rd, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4039, '743a65', 0, 'Nec Corp', '7-1, Shiba 5-chome, Minato-ku Tokyo 108-8001 JP', 'JP', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4040, '00bac0', 0, 'Biometric Access Co', '2555 North IH 35 Round Rock Texas 78664 US', 'US', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4041, '001e5d', 0, 'Holosys d.o.o.', 'Kovinska 4 Zagreb 10090 HR', 'HR', 'MA-L', '2007-10-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4042, '64e8e6', 0, 'global moisture management system', '11132 broad river road irmo sc 29063 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4043, '08f728', 0, 'Globo Multimedia Sp. z o.o. Sp.k.', 'Gryfinska 104 Szczecin Zachodniopomorskie 70-772 PL', 'PL', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4044, '0050c28d2', 0, 'TTi Ltd', 'Glebe Road Huntingdon Cambridgeshire PE29 7DR GB', 'GB', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4045, '0050c29ad', 0, 'Chronos Tech Ltd', 'Stowfield House Lydbrook Gloucestershire GL17 9PD GB', 'GB', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4046, '1ce2cc', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-03-17', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4047, 'a40e2b', 0, 'Facebook Inc', '1 Hacker Way Menlo Park CA 94025 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4048, '14ae851', 0, 'Henfred Tech Co, Ltd', '3F.-7, No.77, Sec. 1, Xintai 5th Rd New Taipei City Xizhi Dist 221 TW', 'TW', 'MA-M', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4049, '0011cb', 0, 'Jacobsons AB', 'Nedralid s 32 Motala 591 97 SE', 'SE', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4050, '001c1d', 0, 'Chenzhou Gospell Digital Tech Co, Ltd', 'BAILUTANG,SUXIAN DISTRICT, CHENZHOU HUNAN 423025 CN', 'CN', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4051, '503cc4', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999,Qishan North 2nd Road,Information&Optoelectronics Park, Xiamen Fujian 361006 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4052, 'b84fd5', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4053, '4cc602', 0, 'Radios, Inc', '31355 State Road 46 Sorrenot Floriad 32776 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4054, '282c021', 0, 'Astronics Aes', '12950 Willows Rd NE Kirkland WA 98034 US', 'US', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4055, 'd462ea', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4056, '002090', 0, 'Advanced Compression Tech, Inc', '820 FLYNN ROAD CAMARILLO CA 93012 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4057, '40a6d9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-11-24', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4058, '001f73', 0, 'Teraview Tech Co, Ltd', '23F, No. 29-5, Sec. 2, Jhongjheng E. Road, Taipei County 251 TW', 'TW', 'MA-L', '2008-01-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4059, '0050c2a3f', 0, 'Lha Systems CC', '1 Innovation Centre 2 Stellenbosch Western cape 7600 ZA', 'ZA', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4060, '38fdfed', 0, 'Fuba Automotive Electronics GmbH', 'Tec Center 1 Bad Salzdetfurth 31162 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4061, '70b3d520f', 0, 'Tieline Research Pty Ltd', 'PO Box 2092 MALAGA Western Australia 6944 AU', 'AU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4062, '00023b', 0, 'Ericsson', '250 Holger Way SAN JOSE CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4063, '000e44', 0, 'Digital 5, Inc', '101 Grovers Mill Rd. Lawrenceville NJ 08648 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4064, '242124', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4065, 'fc8743', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4066, '80414e', 0, 'Bbk Educational Electronics Corp, Ltd', 'LiWu INDUSTRIAL PARK,Wusha,Chang\'an Dong Guan Guang Dong 523860 CN', 'CN', 'MA-L', '2014-02-25', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4067, '609813', 0, 'Shanghai Visking Digital Tech Co Ltd', 'Room 1301, Building A8, No.1688 Guoquan North Road, Yangpu District Shanghai 200082 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4068, '001e73', 0, 'zte Corp', '12/F ZTE Plaza,Keji Road South,Hi-Tech Industrial Park,Nanshan District, Shenzhen GUANGDONG 518057 CN', 'CN', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4069, '0c0400', 0, 'Jantar d.o.o.', 'Kranjska cesta 24 Naklo Slovenia 4202 SI', 'SI', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4070, '283638c', 0, 'Swisson AG', 'Fabrikstrasse 21 Lyss 3250 CH', 'CH', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4071, 'ccc079', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4072, 'f490cbc', 0, 'Cheetah Medical', '2A Hashlosha st. Tel Aviv 6706055 IL', 'IL', 'MA-M', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4073, '00030d', 0, 'Uniwill Computer Corp', 'No. 24, Pei Yuan Rd., Chung Li City TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4074, '000a11', 0, 'ExPet Tech, Inc', '6F, Kyonggi Small Business Center Suwon, Kyonggi-do, 442-270 442-770 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4075, 'c04301', 0, 'Epec Oy', 'P.O. Box 194 Seinäjoki 60101 FI', 'FI', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4076, 'dc6723', 0, 'barox Kommunikation GmbH', 'Marie-Curie-Strasse 8 Lörrach DE-79539 DE', 'DE', 'MA-L', '2018-10-22', '2018-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4077, '4c6371', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-11-23', '2019-11-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4078, '0050c2891', 0, 'Admiral Secure Products, Ltd', '15-6400 Millcreek Drive Mississauga Ontario L5N 3E7 CA', 'CA', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4079, '80eb77', 0, 'Wistron Corp', 'No. 158, SingShan Rd., Neihu, Taipei 11469, Taiwan, R.O.C. Neihu Taipei 11469', '', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4080, '881dfc', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4081, '70b3d596d', 0, 'Msb Elektronik und Gerätebau GmbH', 'Hofwiesenstr. 23 Crailsheim 74564 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4082, 'a826d9', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4083, '34b1f7', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2013-01-09', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4084, 'f0d1b8', 0, 'Ledvance', '200 Ballardvale St Wilmington MA 01887 US', 'US', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4085, '70b3d5e89', 0, 'Jsc Kaluga Astral', 'Tsyolkovsky 4 Kaluga Kaluga 248000 RU', 'RU', 'MA-S', '2019-08-21', '2019-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4086, '0080ed', 0, 'IQ Tech, Inc', '11811 NE FIRST STREET BELLEVUE WA 98005 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4087, '0014c6', 0, 'Quixant Ltd', '61A Mount Pleasant England Kent TN16 3TP GB', 'GB', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4088, '000f89', 0, 'Winnertec System Co, Ltd', '#405, 4th Floor. Ace-Techno Tower III, 197-48, Seoul 152-766 KR', 'KR', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4089, '408a9a', 0, 'Titeng Co, Ltd', '7Fl. Shindo B/D 10 Garak-dong Seoul 138-160 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4090, '60893c', 0, 'Thermo Fisher Scientific P.O.A.', '46 Jonspin Rd. Wilmington MA 01887 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4091, '906cac', 0, 'Fortinet Inc', '899 Kifer Road Sunnyvale California 94086 US', 'US', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4092, '70b3d5c3e', 0, 'Dosadores Alltronic', 'RUA VALENTE DE NOVAIS, 270 SÃO PAULO SAO PAULO 08120-420 BR', 'BR', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4093, '005078', 0, 'Megaton House, Ltd', 'ZIP: 224 NO.1-3-5 NAKAMACHIBAI YOKOHAMA JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4094, '08004b', 0, 'Planning Research Corp', '1508 Kennedy Drive Bellvue NE 68005 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4095, '0003f4', 0, 'NetBurner', '5405 Morehouse Drive San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4096, 'e84040', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4097, 'f03a4b', 0, 'Bloombase, Inc', '955 Benecia Ave Sunnyvale California 94085 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4098, '4857dd', 0, 'Facebook Inc', '1 Hacker Way Menlo Park 94025 US', 'US', 'MA-L', '2014-07-13', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4099, 'e0d55e', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4100, '70b3d51ee', 0, 'Meggitt', '14600 MYFORD RD IRVINE CA 92606 US', 'US', 'MA-S', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4101, '00a0aa', 0, 'Spacelabs Medical', '5150 220 Ave SE Issaquah WA 98027 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4102, '00a0e9', 0, 'Electronic Retailing Systems International', '372 DANBURY ROAD WILTON CT 06897-2523 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4103, '000889', 0, 'Dish Tech Corp', '94 Inverness Terrace E Englewood CO 80112 US', 'US', 'MA-L', '2001-12-14', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4104, '0008ef', 0, 'Dibal, S.A.', 'Astintze Kalea 24 Derio Vizcaya 48160 ES', 'ES', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4105, '0026fd', 0, 'Interactive Intelligence', '7601 Interactive Way IN 46278 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4106, '002705', 0, 'Sectronic', 'Z.I. Les Saulniers Sainte-Maure de Touraine 37800 FR', 'FR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4107, 'ac40ea', 0, 'C&T Solution Inc', '12F-1, No.700, Zhongzheng Rd., Zhonghe Dist. New Taipei City Taiwan 235 TW', 'TW', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4108, 'bc9889', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2013-07-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4109, '001065', 0, 'Radyne Corp', '5225 S. 37TH STREET PHOENIX AZ 85040 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4110, '009043', 0, 'Tattile Srl', '1-13-10 SHIROGANE CHUO-KU FUKUOKA-CITY JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4111, '000bc6', 0, 'Isac, Inc', 'PO Box 7682 Auburn CA 95604 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4112, '104d77', 0, 'Innovative Computer Engineering', '10302 Eaton Place STE 100 Fairfax VA 22030 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4113, '40d8550d6', 0, 'deskontrol electronics', 'Avinguda del port 158 - 9 Valencia Comunidad Valenciana 46023 ES', 'ES', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4114, '8cc8f45', 0, 'Beijing Kxwell Tech Co, Ltd', 'Room 12A05, North Real Estate Building, Block 3 81 Zizhuyuan Road, Haidian District Beijing 100089 CN', 'CN', 'MA-M', '2016-11-04', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4115, '70b3d5b3a', 0, 'Adigitalmedia', '#211, 444, Hangeulbiseok-ro, Nowon-gu seoul 01666 KR', 'KR', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4116, '70b3d5d7b', 0, 'Peter Huber Kaeltemaschinenbau AG', 'Werner-von-Siemens-Str. 1 Offenburg Ba-Wue 77656 DE', 'DE', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4117, '0020b1', 0, 'Comtech Research Inc', '24271 TAHOE LAGUNA NIGUEL CA 92656 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4118, '000809', 0, 'Systemonic AG', 'Am Waldschloesschen 1 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4119, '70b3d5d4a', 0, 'OÜ Eliko Tehnoloogia Arenduskeskus', 'Mäealuse 2/1 Tallinn Harju 12618 EE', 'EE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4120, '0050c2734', 0, 'CardioMEMS Inc', '75 Fifth St NW Atlanta Ga 30308 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4121, '002267', 0, 'Nortel Networks', '2221 Lakeside Blvd Richardson TX 75081 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4122, '00248b', 0, 'Hybus Co, Ltd', 'Rm# 701, Daerung Post Tower 1st SEOUL 152-790 KR', 'KR', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4123, '00a08f', 0, 'Desknet Systems, Inc', '80 BUSINESS PARK DRIVE ARMONK NY 10504 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4124, '00164c', 0, 'Planet Int Co, Ltd', '8th Floor, Saeum B/D, 1361-5 Seoul 137-070 KR', 'KR', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4125, 'd854a2', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2015-01-23', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4126, '70b3d542a', 0, 'Critical Link Llc', '6712 Brooklawn Parkway Syracuse null 13211 US', 'US', 'MA-S', '2016-10-11', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4127, '70b3d5826', 0, 'Elbit Systems of America', '4700 Marine Creek Parkway Fort Worth TX 76179 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4128, '70b3d541b', 0, 'Sys Tec electronic GmbH', 'Am Windrad 2 Heinsdorfergrund D-08468 DE', 'DE', 'MA-S', '2018-10-05', '2018-10-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4129, 'ec5b73', 0, 'Advanced & Wise Tech Corp', '5F, No. 3-2, Industry East 9th Road, Hsinchu Science Park, Hsinchu City Hsinchu 30075 TW', 'TW', 'MA-L', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4130, '0019c6', 0, 'zte Corp', 'Technology Management Department, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4131, '001ee2', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4132, '40d8550cf', 0, 'Clark-Mxr, Inc', '7300 W. Huron River Dr. Dexter MI 48130 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4133, '70b3d5591', 1, 'Private', '', '', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4134, '68572d', 0, 'Hangzhou Aixiangji Tech Co, Ltd', '7 Floor, 3 Blvd., More Centre, 87 Gudun Rd., Xihu District Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4135, '70b3d52e9', 0, 'NeurIT s.r.o.', 'Husovo náměstí 14 Hostivice Czech Republic 25301 CZ', 'CZ', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4136, '000423', 0, 'Intel Corp', 'M/S: JF3-420 Hillsboro OR 97124 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4137, '0c93fb', 0, 'Bns Solutions', 'PO Box 508 Walpole MA 02081 US', 'US', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4138, '70b3d5b8c', 0, 'ePOINT Embedded Computing Ltd', 'Williamton House Culross Fife KY12 8HL GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4139, 'd8197a', 0, 'Nuheara Ltd', 'Unit 5, 28 John St Northbridge WA 6003 AU', 'AU', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4140, '0050c2069', 0, 'EC Elettronica S.R.L.', 'Via Industriale TR. 3, 15 25060 Cellatica (BS) IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4141, '74f413', 0, 'Maxwell Forest', 'Level 2, 51 Murray Street Pyrmont NSW 2009 AU', 'AU', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4142, '706417', 0, 'Orbis Tecnologia Electrica S.A.', 'Lerida, 61 Madrid Madrid E28020 US', 'US', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4143, 'cc3d82', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4144, '70b3d5c25', 0, 'speedsignal GmbH', 'Aeussere Oberaustr. 20 Rosenheim Bavaria 83026 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4145, '38b8eb6', 0, 'Matrixstream Tech, Inc', '303 Twin Dolphins Drive 6th Floor Redwood Shores, california,USA 94065 california 94065 AM', 'AM', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4146, '70b3d50af', 0, 'KMtronic Ltd', 'Dobri Czintulov 28A str. Gorna Oryahovica VT 5100 BG', 'BG', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4147, '70b3d58eb', 0, 'Procon Electronics Pty Ltd', 'P O Box 164 Seven Hills NSW 1730 AU', 'AU', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4148, '00071c', 0, 'AT&T', '3300 E Renner Road Richardson TX 75082 US', 'US', 'MA-L', '2001-10-24', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4149, '000f1a', 0, 'Gaming Support B.V.', 'Industrie weg 29 Rotterdam 3044 AS NL', 'NL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4150, '28cfe9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4151, 'e88e60', 0, 'Nsd Corp', 'Osu 3-31-28 Nagoya Aichi 460-8302 JP', 'JP', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4152, '800a804', 0, 'Llvision Tech Co, Ltd', 'Room302,Building A Fuxing,No.30 He Tao Yuan,Guan Dong Dian Bei Jie Beijing Beijing 100026 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4153, '0050c289c', 0, 'Mediana', 'Wonju Medical Industry Park, 1650-1 Donghwa-Ri, Wonju-Si Gangwon-Do 220-801 KR', 'KR', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4154, '002585', 0, 'Kokuyo S&T Co, Ltd', '1-8-35 Minato-ku Tokyo 108-8710 JP', 'JP', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4155, '78bc1a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4156, '70b3d5355', 0, 'Hongin., Ltd', '160, Daehwa-ro, Daedeok-gu Daejeon Republic of Korea 34368 KR', 'KR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4157, '3429ea', 0, 'Mcd Electronics SP. Z O.O.', 'Lelewela 26 Zywiec slaskie 34-300 PL', 'PL', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4158, '64e84f', 0, 'Serialway Communication Tech Co Ltd', 'Room 315, 706 Painting Room, Beijing 100096 CN', 'CN', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4159, '001d0a', 0, 'Davis Instruments, Inc', '3465 Diablo Ave. Hayward CA 94545 US', 'US', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4160, '0023da', 0, 'Industrial Computer Source (Deutschland)GmbH', 'Marie-Curie-Straße 9 Pulheim NRW 50259 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4161, 'c0210d', 0, 'Shenzhen RF-Link Tech Co, Ltd', 'Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4162, 'b8c227', 0, 'PSTec', '#80, Hwanggeum 3-ro 7beon-gil, Yangchon-eup Gimpo-si Gyeonggi-do 10048 KR', 'KR', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4163, '0006bb', 0, 'Ati Tech Inc', '75 Tiverton Court CA', 'CA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4164, '00143b', 0, 'Sensovation AG', 'Markhallen -Str Radolfzell Baden-Württemberg 78315 DE', 'DE', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4165, 'e4956e8', 0, 'PT.MLWTelecom', 'Jalan Jembatan Dua Raya no.16/2 Jakarta 14450 ID', 'ID', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4166, '40a36bc', 0, 'Onion Corp', '186 Denison Street Markham Ontario L3R 1B5 CA', 'CA', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4167, '70b3d5ff9', 0, 'InOut Communication Systems', 'via Nobel, 10 Noventa di Piave Venezia 30020 IT', 'IT', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4168, '004060', 0, 'Comendec Ltd', 'ENTERPRISE WAY, BIRMINGHAM BIRMINGHAM ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4169, '0016e7', 0, 'Dynamix Promotions Ltd', '788-790, Finchley Road London NW11 7TJ GB', 'GB', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4170, '88cf98', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4171, '506255e', 0, 'Shinsoft Co, Ltd', '3F., No. 128, Xinhu 2nd Rd., Neihu Dist. Taipei City 114 TW', 'TW', 'MA-M', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4172, '0014ac', 0, 'Bountiful WiFi', '707 West 700 South Woods Cross Utah 84087 US', 'US', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4173, '74f8dbe', 0, 'Bernard Krone Holding GmbH & Co KG', 'Heinrich-Krone-Str. 10 Spelle Niedersachsen 48480 DE', 'DE', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4174, '000816', 0, 'Bluelon ApS', 'Nattergalevej 6 DK', 'DK', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4175, '0c1420', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4176, '0062ec', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4177, '78a6e1', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose 95134 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4178, '00809d', 0, 'Commscraft Ltd', 'PO BOX 160 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4179, '0080ae', 0, 'Hughes Network Systems', '11717 EXPLORATION LANE GERMANTOWN MD 20876 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4180, '70b3d555d', 0, 'LunaNexus Inc', '1-8-29 nishimiyahara Osakashi yodogawa-ku Osaka-fu 5320004 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4181, '70b3d5b7c', 0, 'Electronic Navigation Ltd', '65 Gaunt Street Auckland 1010 NZ', 'NZ', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4182, 'a4580f6', 0, 'Astro, Inc', '450 W. 33rd St New York NY 10001 US', 'US', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4183, 'cc4d38', 0, 'Carnegie Tech', '9737 Great Hills Trail #260 Austin TX 78759 US', 'US', 'MA-L', '2017-09-22', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4184, 'c09bf46', 0, 'Ltd Delovoy Office', 'Block “B”, floor 6, build 4/1, Stroiteley blvd Krasnogorsk 143401 RU', 'RU', 'MA-M', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4185, '0050c274d', 0, 'Beceem Communications, Inc', '3960 Freedom Cir., 1st Floor Santa Clara CA 95054 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4186, '0050c29c6', 0, 'Protronic GmbH', 'Am Schwarzwasser 2b Bennewitz Sachsen 04828 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4187, '001df8', 0, 'Webpro Vision Tech Corp', '4F., No.573, Cingping Rd. Anping District 708 TW', 'TW', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4188, '583879', 0, 'Ricoh Co Ltd', '1005, Shimo-ogino Atsugi-City Kanagawa-Pref. 243-0298 JP', 'JP', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4189, '14ae85a', 0, 'Mta Systems', 'Pemstraße 2 Mauthausen 4310 AT', 'AT', 'MA-M', '2019-12-10', '2019-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4190, '0050c20f9', 0, 'Raven Industries', 'PO Box 1007 Sioux Falls SD 57104 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4191, '001a34', 0, 'Konka Group Co, Ltd', 'Shenzhen Konka R & D Building, 28th floor 15-24 Nanshan District Guangdong 00000 CN', 'CN', 'MA-L', '2006-11-29', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4192, '000d12', 0, 'Axell Corp', 'Akihabara UDX South Wing 10F Chiyoda-ku Tokyo 101-8973 JP', 'JP', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4193, 'b0869e', 0, 'Chloride S.r.L', 'Via Fornace ,30 CastelGuelfo (Bologna) Italy 40023 IT', 'IT', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4194, '70b3d5e0d', 0, 'Sigma Connectivity AB', 'BOX99 Lund Skane SE- 221 00 SE', 'SE', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4195, '240d65', 0, 'Shenzhen Vsun Communication Tech Co, Ltd', '3/F., 19 Block, Wisdomland Business Park, No.2 Nantou Gateway Road, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4196, '0c3796', 0, 'Bizlink Tech, Inc', '47211 BAYSIDE PARKWAY Fremont CA 94538 US', 'US', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4197, '0040a4', 0, 'Rose Electronics', 'P.O. BOX 742571 HOUSTON TX 77274-2571 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4198, '000965', 0, 'HyunJu Computer Co, Ltd', '222-22, Hyunju B/D, Guro 3 Dong, Gurogu Seoul 152-848 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4199, '38cada', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4200, '7a84f0', 0, 'McDowell Signal Processing, Llc (dba McDSP)', '2083 Old Middlefield Way #204 Mountain View CA 94043 US', 'US', 'CID', '2019-02-22', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4201, '00b810', 0, 'Yi chip Microelectronics (Hangzhou) Co, Ltd', 'Room 401, Building 15, No.498 Guoshoujing Road, Pudong Software Park Shanghai 200120 CN', 'CN', 'MA-L', '2019-10-10', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4202, '000b9a', 0, 'Shanghai Ulink Telecom Equipment Co Ltd', '6 Floor, Building 3 Shanghai 200083 CN', 'CN', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4203, '0050c2bf3', 0, 'Wanco Inc', '5870 Tennyson St. Arvada CO 80003 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4204, 'c42ad0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4205, '20826a', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4206, '48f7f1', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2011-06-05', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4207, '70b3d5903', 0, 'Cymtec Ltd', 'Tredomen Business Centre Ystrad Mynach Caerphilly CF82 7FN GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4208, '0c4885', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2015-01-23', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4209, 'c86314b', 0, 'Shenzhen Lihewei Electronics Co, LtdHunan Branch', 'Room 501,Room 502,Building 2,Xinggong Technology Park,No.100 Luyun Road, High-tech Development Zone Changsha Hunan 410000 CN', 'CN', 'MA-M', '2019-01-16', '2019-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4210, '3caa3f', 0, 'iKey, Ltd', '2621 Ridgepoint Drive Austin Texas 78754 US', 'US', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4211, '4c8ecc', 0, 'Silkan SA', 'Immeuble le Sirius Meudon La Foret Ile de France 92360 FR', 'FR', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4212, '70b3d5c1b', 0, 'Labinvent Jsc', 'vul. Adoewskaha 131, office 303 Minsk Minsk 220018 BY', 'BY', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4213, '9c7da3', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4214, '7405a5', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4215, '000c2f', 0, 'SeorimTechnology Co, Ltd', '2F DIPLOMATIC CENTER B/D 1376-1 SEOCHO2- SEOUL 137-072 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4216, '0050c2e16', 0, 'Jetstream Ltd', '97 Granby Street VC', 'VC', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4217, 'a89675', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4218, '14ae85e', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-M', '2019-12-12', '2019-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4219, '002295', 0, 'Sgm Tech for lighting spa', 'Via Pio La Torre 1 Tavullia PU 61010 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4220, '48b620', 0, 'Roli Ltd', '2 Glebe Road London E8 4BD GB', 'GB', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4221, '1c87799', 0, 'Istria soluciones de criptografia, S. A.', 'Calle la Fragua, 6 Tres Cantos Madrid 28760 ES', 'ES', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4222, '787d48', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4223, '00e029', 0, 'Standard Microsystems Corp', '6 HUGHES IRVINE CA 92718 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4224, '00e040', 0, 'DeskStation Tech, Inc', '15729 COLLEGE BLVD. LENEXA KS 66219 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4225, '0050c217b', 0, 'Broadstorm Telecom', '400 - 112th Ave. NE Bellevue WA 98004 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4226, '000a9d', 0, 'King Young Tech Co Ltd', '1Fl., No. 9, Lane 26, Gangchi Rd., Neihu Taipei 114 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4227, '000d24', 0, 'Sentec E&E Co, Ltd', 'No. 32. Gong5 Rd. Lungtan Taoyuan 325 TW', 'TW', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4228, '001752', 0, 'Dags, Inc', 'C-510, Woolim Lion\'s Valley, 371-28, Gasan Dong, Geumcheon Ku Seoul 153-786 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4229, '001cbf', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4230, '88e0f3', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2011-06-05', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4231, '0005e1', 0, 'Trellis Photonics, Ltd', 'P.O.B. 36 IL', 'IL', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4232, '0050c2039', 0, 'Apex Signal Corp', '3285 Vets Memorial Highway Ronkonkoma NY 11779 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4233, 'e8d0b9', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4234, '984a47', 0, 'Chg Hospital Beds', '1020 Adelaide St S London ON N6E 1R6 CA', 'CA', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4235, '680571', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4236, '70b3d507d', 0, 'Panoramic Power', '20 ATIR YEDA ST. KFAR-SABA ISRAEL 44643 IL', 'IL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4237, '70b3d5ed8', 0, 'Wartsila Voyage Ltd', '13-18 City Quay Dublin 2 D02 ED70 IE', 'IE', 'MA-S', '2018-11-19', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4238, '70b3d5e8b', 0, 'Dream D&S Co, Ltd', '6F, 8, Jungdae-ro 8-gil, Songpa-gu Seoul 05833 KR', 'KR', 'MA-S', '2019-08-24', '2019-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4239, 'e023ff', 0, 'Fortinet Inc', '899 Kifer Road Sunnyvale 94086 US', 'US', 'MA-L', '2020-01-15', '2020-01-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4240, '0050c2241', 0, 'Contronics Automacao Ltda', 'R. Lauro Linhares 589 Florianopolis SC 88036-002 BR', 'BR', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4241, '70e284', 0, 'Wistron Infocomm (Zhongshan) Corp', 'No.38,East Keji Road,Zhongshan Torch Development Zone,Zhongshan City,Guangdong,China Zhongshan Guangdong 528437 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4242, '44fe3b', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4243, '18e777', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-09-19', '2019-09-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4244, '0050c2316', 0, 'Dataline AB', 'Katrinedalsgatan 53 BORÅS S-50451 SE', 'SE', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4245, '0050c2ef3', 0, 'Smart Power Electronics GmbH & Co KG', 'Lise-Meitner-Straße 21 Itzehoe Schleswig-Holstein 25524 DE', 'DE', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4246, '000d56', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2003-06-01', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4247, '0013c4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4248, '0024a7', 0, 'Advanced Video Communications Inc', '633 W 5th Street Los Angeles CA 90017 US', 'US', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4249, 'a00abf', 0, 'Wieson Tech Co, Ltd', '7F, No. 276, Sec. 1, Datong Rd New Taipei City 221 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4250, '3c08f6', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4251, '2841c6', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4252, '00e0fb', 0, 'Leightronix, Inc', '2330 JARCO DR. HOLT MI 48842 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4253, '000b54', 0, 'BiTMICRO Networks, Inc', '47929 Fremont Blvd Fremont CA 94538 US', 'US', 'MA-L', '2002-10-14', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4254, '7c696b', 0, 'Atmosic Tech', '12930 Saratoga Ave, Suite B6 Saratoga CA 95070 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4255, '70b3d54f3', 0, 'Xps Eletronica Ltda', 'AVENIDA JAÇANÃ, 470/474 - VILA NELSON SÃO PAULO SÃO PAULO 02273-001 BR', 'BR', 'MA-S', '2020-01-31', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4256, '0019c7', 0, 'Cambridge Industries(Group) Co, Ltd', 'Room 309,333 Hong Qiao Road Shanghai 200030 CN', 'CN', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4257, '70b3d5313', 0, 'Diehl Controls', 'Pfannerstrasse 75-83 Wangen im Allgaeu D 88239 DE', 'DE', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4258, 'b4a95a', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2013-05-02', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4259, '70b3d54fe', 0, 'WiTagg, Inc', '1045 Linda Vista Avenue Mountain View CA 94043 US', 'US', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4260, '9cdd1f', 0, 'Intelligent Steward Co, Ltd', 'Room 508-598 XiTianGeZhuang Town Government Office Building,8# XiTong Road ,Economic Development District ,MiYun County ,BeiJing City BeiJing City 101509 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4261, '000d32', 0, 'DispenseSource, Inc', '29801 Santa Margarita Parkway Rancho Santa Margarita CA 92688 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4262, '000fa4', 0, 'Sprecher Automation GmbH', 'Franckstrasse 51 Linz Oberösterreich 4018 AT', 'AT', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4263, '885fe84', 0, 'Beijing laiwei Tech Co, Ltd', 'Room 205,2/F,No.1 Fazhan Road Beijing information international base Huilongguan town Changping district Beijing Beijing Beijing 102206 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4264, '70b3d5810', 0, 'Advice', '16 Atir Yeda St Kfar Saba Not applicable 4464321 IL', 'IL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4265, '380118', 0, 'Ulvac, Inc', '2500 Hagizono Chigasaki Kanagawa 253-8543 JP', 'JP', 'MA-L', '2019-03-21', '2019-03-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4266, '70b3d5c81', 0, 'Dsp Design', 'TAPTON PK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4267, 'a0bb3e4', 0, 'Comsys Communications Systems Service GmbH', 'TecCenter Bad Salzdetfurth Niedersachsen 31162 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4268, '2cb693', 0, 'Radware', '22 Raoul Wallenberg St. Tel-Aviv 69710 IL', 'IL', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4269, '986d350', 0, 'Shenzhen Malata Mobile Communication Co, Ltd', '25F, Malata Technology Building, No. 9998 Shennan Avenue, Hi-techPark, Nanshan District Shenzhen GUANGDONG 518057 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4270, '0090da', 0, 'Dynarc, Inc', '1887 LANDINGS DRIVE MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4271, '94bf1e', 0, 'eflow Inc / Smart Device Planning and Development Division', 'Ryoka-Yoyogi building 3F Shibuya-Ku TOKYO 151-0051 JP', 'JP', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4272, '70f8e77', 0, 'Nst Tech Ltd Co, Ltd', '1F,ABuilding,Juxie Zuo,No.18 Zhenze Road, wuxi Jiangsu 214073 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4273, '684b88', 0, 'Galtronics Telemetry Inc', '31 Lupi Ct Palm Coast Florida 32137 US', 'US', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4274, 'e08a7e', 0, 'Exponent', '149 Commonwealth Drive Menlo Park CA 94025 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4275, '64c3d6', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4276, '60e956', 0, 'Ayla Networks, Inc', '218 Morgan Lane Menlo Park CA 94025 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4277, '70b3d548e', 0, 'Allim System Co,.Ltd', '#605, E&C Venture Dream Tower 6Cha, Seoul Seoul 152-179 KR', 'KR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4278, '001897', 0, 'Jess-Link Products Co, Ltd', '9F, No. 176, Jian-Yi Rd., Chung Ho City Taipei County 235 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4279, '002420', 0, 'NetUP Inc', 'Olof Palme st., 1, sect. 7 Moscow 119311 RU', 'RU', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4280, '045604', 0, 'Gionee Communication Equipment Co, Ltd', '21/F,Times Technology Building,No. 7028,Shennan Avenue,Futian District Shenzhen 518000 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4281, '70b3d54a4', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach North Rhine-Westphalia 51465 DE', 'DE', 'MA-S', '2019-04-10', '2019-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4282, '00505f', 0, 'Brand Innovators', 'Steenovenweg 5 Helmond 5708 HN NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4283, '0013a5', 0, 'General Solutions, Ltd', '5902 Sovereign Drive Houston Texas 77036 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4284, '3cd9ce', 0, 'Eclipse WiFi', '68 S Service Rd Melville NY 11747 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4285, '000e92', 0, 'Open Telecom', '803-804 Daeryung Techno-town II Keuncheon-Ku Seoul 153-771 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4286, '0016b1', 0, 'Kbs', '88 rue Pierre Sémard Moissy cedex Ile de France 77552 FR', 'FR', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4287, '001210', 0, 'WideRay Corp', '25 Kearny Street San Francisco CA 94108 US', 'US', 'MA-L', '2004-08-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4288, '001caf', 0, 'Plato Networks Inc', '2855 Kifer Road Santa Clara CA 95051 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4289, '68a47d', 0, 'Sun Cupid Tech (HK) Ltd', '16/F, CEO Tower, 77 Wing Hong Street, Kowloon Hong Kong 00000 HK', 'HK', 'MA-L', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4290, '342fbd', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2019-11-09', '2019-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4291, 'a8705d', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-11-21', '2019-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4292, '001061', 0, 'Hostlink Corp', '10F-1, NO. 181 HSI-CHIH, TAIPEI TW', 'TW', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4293, '002654', 0, '3com', '5353 Betsy Ross Drive Santa Clara 95054-1162 US', 'US', 'MA-L', '2004-04-03', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4294, '74e6e2', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2014-08-20', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4295, 'acc51b', 0, 'Zhuhai Pantum Electronics Co, Ltd', 'Area A, 3rd floor, Building No.1, No.3883, Zhuhai Avenue, Zhuhai, Guangdong, China Zhuhai Guangdong 519000 CN', 'CN', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4296, '08007f', 0, 'Carnegie-Mellon University', 'INFORMATION TECHNOLOGY PITTSBURGE PA 15213 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4297, '1c965a', 0, 'Weifang Goertek Electronics Co, Ltd', 'Gaoxin 2 Road,Free Trade Zone,Weifang,Shandong,261205,P.R.China Wei Fang Shan Dong 261205 CN', 'CN', 'MA-L', '2014-08-20', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4298, '50b7c3', 0, 'Samsung Electronics Co, Ltd', '416, Maetan 3Dong, Yeongtong-Gu Suwon Geyonggi 443742 KR', 'KR', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4299, '74ac5f', 0, 'Qiku Internet Network Scientific (Shenzhen) Co, Ltd', 'Cyber Harbor, 2nd Mengxi Road, Hi-Tech Industrial Park (North), NanShan District ShenZhen GuangDong 518000 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4300, '78c2c0a', 0, 'Ombitron, Inc', '1425 Broadway Seattle Washington 98122 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4301, '5c8816', 0, 'Rockwell Automation', '1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US', 'US', 'MA-L', '2018-11-19', '2018-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4302, '000c81', 0, 'Schneider Electric (Australia)', '80 Schneider Road Eagle Farm Qld 4009 AU', 'AU', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4303, '0050c2cfb', 0, 'New Embedded Tech', '204 N El Camino Real Encinitas Ca 92024 US', 'US', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4304, '70b3d54fa', 0, 'Thruvision Ltd', '121 Olympic Avenue, Milton Park Abingdon Oxfordshire OX14 4SA GB', 'GB', 'MA-S', '2019-02-22', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4305, 'ec5c69', 0, 'Mitsubishi Heavy Industries Mechatronics Systems, Ltd', '1-16,5-CHOME,KOMATSU-DORI, KOBE HYOGO 652-0865 JP', 'JP', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4306, 'd8addd', 0, 'Sonavation, Inc', '3970 RCA Blvd. Palm Beach Gardens Florida 33410 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4307, '40d8551a4', 0, 'cibite AG', 'Posthof 4 Donauwoerth BY D-86609 DE', 'DE', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4308, '885fe8b', 0, 'Shenzhen Orvibo Tech Co, Ltd', '7F, A7 Zhiyuan, No.1001, Xueyuan AV., Nanshan district, Shenzhen,518055,PRC Shenzhen guangdong 518000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4309, '0003fc', 0, 'Intertex Data AB', 'Rissneleden 45 SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4310, '00508c', 0, 'Rsi Systems', '5555 W. 78TH STREET, Suite F EDINA MN 55439 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4311, '28a5ee', 0, 'Shenzhen Sdgi Catv Co, Ltd', '2/F, NO, 3, QIONGYU ROAD, shenzhen Guangdong province 518057 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4312, '00057d', 0, 'Sun Communications, Inc', 'Gloria Bldg 6th Tokyo 162-082 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4313, '0050c280e', 0, 'Bruno International Ltd', '14 Bar Kochva st. Bney Berak TA 51261 IL', 'IL', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4314, '001f41', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2007-12-31', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4315, '649b24', 0, 'V Tech Co, Ltd', 'YBP East Tower 5F, Yokohama city Kanagawa 240-0005 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4316, '70b3d5978', 0, 'Satixfy Israel Ltd', '12 Hamada st. Rehovot 7670300 IL', 'IL', 'MA-S', '2018-07-09', '2018-07-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4317, '00041b', 0, 'Bridgeworks Ltd', '135 Somerford Road Christchurch DORSET BH23 3PY GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4318, '000a45', 0, 'Audio-Technica Corp', 'Naruse 1,348 Machida Tokyo 194-8566 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4319, '00da55', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4320, '3cfad34', 0, 'Grg Banking Tech Co, Ltd', '232 Gaotang Road,Tianhe District Guangzhou Guangdong 510000 CN', 'CN', 'MA-M', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4321, '0050c236f', 0, 'Ximea s.r.o.', 'Lesna 52 Marianka SK 900 33 SK', 'SK', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4322, '70b3d50f0', 0, 'Avionica', '9941 West Jessamine St Miami Florida 33157 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4323, '0050c253e', 0, 'Honeywell', '13350 us hwy 19 n clearwater 33764 US', 'US', 'IAB', '2005-12-02', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4324, '0025c6', 0, 'kasercorp, Ltd', 'South 20,Gaobu Road,Gaobu Town Dongwan Guangdong 523000 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4325, '78510c', 0, 'LiveU Ltd', '5 Hagavish St. Kfar-Saba 44641 IL', 'IL', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4326, '70b3d519f', 0, 'Koizumi Lighting Tech Corp', '3-5-2-Chome Higashinakamoto,Higashinari-ku,Osaka 537-0021 JP', 'JP', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4327, '70b3d56fc', 0, 'MI Inc', '6F, Toto building, 5-1-4, Toranomon, Minato-ku Tokyo 1050001 JP', 'JP', 'MA-S', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4328, '0050c22b9', 0, 'Richmond Sound Design Ltd', '205-11780 River Road Richmond BC V6X 1Z7 CA', 'CA', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4329, '0050c2529', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4330, 'f06728', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4331, '00025d', 0, 'Calix Networks', '1035 North McDowell Blvd. Petaluma CA 94954 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4332, '000b01', 0, 'Daiichi Electronics Co, Ltd', '1-11-13 Hitotsuya Adachi-ku Tokyo 121-8639 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4333, '70b3d583f', 0, 'Lumine Lighting Solutions Oy', 'Albertinkatu 27b Helsinki Uusimaa 00180 FI', 'FI', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4334, '142e5e', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '2019-04-19', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4335, '8081a5', 0, 'Tongqing Communication Equipment (Shenzhen) Co, Ltd', 'Tongqing Industry Park,jiuwei,xixiang Town,Baoan District, Shenzhen Guangdong 518126 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4336, '1cb3e9', 0, 'Shenzhen Zhongke United Communication Tech', '6C jiajiahao commercial building, Shennan avenue Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-01-04', '2019-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4337, '0050c22ce', 0, 'Ross Video Ltd', '8 John Street Iroquois Ontario CA', 'CA', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4338, '0050c2855', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2008-01-18', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4339, '000a67', 0, 'OngCorp', '481 Hackensack Ave. Hackensack NJ 07601 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4340, '5ca86a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4341, 'bc54fc', 0, 'Shenzhen Mercury Communication Tech Co, Ltd', '3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4342, '0040aa', 0, 'Valmet Automation', 'Lentokentänkatu 11, P.O.Box 237 Tampere FIN-3310 FI', 'FI', 'MA-L', '1980-01-01', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4343, '0060f2', 0, 'Lasergraphics, Inc', '20 ADA IRVINE CA 92718 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4344, '0050c2071', 0, 'Net Vision Telecom', '117-11, Jungchon-Dong, Jung-Gu Taejon, 301-080 KR', 'KR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4345, '00157b', 0, 'Leuze electronic GmbH + Co KG', 'In der Braike 1 Owen Baden-Württemberg 73277 DE', 'DE', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4346, '0050c28c8', 0, 'Pumatronix Equipamentos Eletronicos Ltda.', 'Rua Algacyr Munhoz Mader, 3775 Curitiba Paraná 81350-010 BR', 'BR', 'IAB', '2008-04-01', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4347, '20aa4b', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4348, '00e07f', 0, 'Logististem s.r.l.', 'VIA PANCIATICHI 94/18 50127 FIRENZE IT', 'IT', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4349, '000506', 0, 'Reddo Networks AB', 'Livdjursgatan 4 SE', 'SE', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4350, '008092', 0, 'Silex Tech, Inc', '2-3-1 Hikaridai, Kyoto 619-0237 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4351, '00249e', 0, 'Adc-Elektronik GmbH', 'Östingstraße 13b Hamm NRW D-59063 DE', 'DE', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4352, '94b8c5', 0, 'RuggedCom Inc', '300 Applewood Crescent Concord Ontario L4K 5C7 CA', 'CA', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4353, '8489ec1', 0, 'Research Electronics International, Llc', '455 Secuity Drive Cookeville TN 38506 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4354, '6095ce9', 0, 'Jlztlink Industry(ShenZhen)Co, Ltd', 'D-502#,Tongan logistics center,Sanwei hangkong 30#,Xiang street,Baoan, Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4355, 'b4f58e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4356, '08001d', 0, 'Able Communications Inc', '17891 CARTWRIGHT ROAD IRVINE CA 92714-6216 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4357, '0050c20b4', 0, 'Wavefly Corp', '9420 Research Blvd. Austin TX 78759 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4358, '70b3d57f2', 0, 'Tci', '3541 Gateway Blvd Fremont CA 94538 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4359, '000bc4', 0, 'Biotronik GmbH & Co', 'Woermannkehre 1 Berlin 12359 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4360, 'e4956e4', 0, 'Guang Lian Zhi Tong Tech Ltd', 'Room 1102 Baoyuanhuafeng Economy Bldg Shenzhen Guang Dong 518000', '', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4361, '0050c2aaa', 0, 'Flexible Picture Systems', '174 West Beaver Creek Road Richmond Hill Ontario L4B 1B4 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4362, '0050c2fb5', 0, 'Assembly Contracts Ltd', 'Ledson Road Manchester Lancashire M23 9GP US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4363, '4c7f62', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4364, '64d954', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD, Lu Du, Taicang Jiangsu 215412 CN', 'CN', 'MA-L', '2014-04-22', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4365, '70b3d5ad2', 0, 'Wart-Elektronik', 'Nickenicher Strasse 24 Andernach 56626 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4366, '3c427ec', 0, 'Privacy Labs', '10400 NE 4th Street, 7th Floor Bellevue WA 98004 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4367, '0009f3', 0, 'Well Communication Corp', '11F, No.778, Chung Cheng Rd., Chung Ho C Chung Ho 235 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4368, '0025c4', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-01-05', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4369, '84948c', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4370, '00e027', 0, 'Dux, Inc', '5-18-19, NISHIKAMATA, OTA-KU TOKYO-TO, 144 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4371, '001dac', 0, 'Gigamon Systems Llc', '598 Gibraltar Drive Milpitas CA 95035 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4372, '289edf', 0, 'Danfoss Turbocor Compressors, Inc', '1769 E. Paul Dirac Ave. Tallahassee Florida 32310 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4373, '78ab60', 0, 'Abb Australia', 'PMB 88 Berrimah NT 0828 AU', 'AU', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4374, '40d8551bc', 0, 'KbDevice, Inc', 'Takakura building F3 465-2 Senshouji-chou takatujitouri yanaginobannba nishiiru shimogyou-ku kyoto-shi kyoto-fu 600-8076 JP', 'JP', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4375, '706d15', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-07-24', '2018-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4376, 'a0687e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-11-21', '2019-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4377, '00a04a', 0, 'Nisshin Electric Co, Ltd', '5, MEOTOGOSHI, MUTSUSHI, AICHI 481 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4378, '00213d', 0, 'Cermetek Microelectronics, Inc', '374 Turquoise Street Milpitas CA 95035 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4379, '000e75', 0, 'New York Air Brake Corp', '748 Starbuck Ave. Watertown NY 13601 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4380, '000ec1', 0, 'Mynah Tech', '504 Trade Center Blvd Chesterfield MO 63005 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4381, '001fbf', 0, 'Fulhua Microelectronics Corp Taiwan Branch', '1F, No.12, R&D Road, Hsin-Chu, 300 886 TW', 'TW', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4382, '3085a9', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou Taipei 112 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4383, '40d85504c', 0, 'Serveron Corp', '13550 SW Karl Braun Drive Beaverton OR 97077 US', 'US', 'IAB', '2013-04-03', '2019-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4384, '6cb56b', 0, 'Humax Co, Ltd', 'HUMAX Village,216,Hwangsaeul-ro,Bundang-gu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4385, '003010', 0, 'Visionetics International', '3F, NO. 3, PROSPERITY ROAD 1 TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4386, '0008cc', 0, 'Remotec, Inc', '114 Union Valley Road Oakridge TN 37830 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4387, '60d248', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4388, '5c0bca', 0, 'Tunstall Nordic AB', 'Agnesfridsvagen 113A Malmo 21237 SE', 'SE', 'MA-L', '2019-06-19', '2019-06-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4389, '8c8b83', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4390, 'a4580fc', 0, 'Homebeaver', '3 place ville marie, 4th floor Montreal Quebec H3B 2E3 CA', 'CA', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4391, 'b089c2', 0, 'Zyptonite', '1460 Broadway, 12 fl. New York NY 10036 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4392, '1c34da', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4393, '002082', 0, 'Oneac Corp', '27944 N. BRADLEY RD. LIBERTYVILLE IL 60048 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4394, '74cc39', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4395, '70b3d5a44', 0, 'Fsr Inc', '244 Bergen Blvd Wodland Park NJ 07424 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4396, 'b44bd66', 0, 'Perspicace Intellegince Tech', '4F, 1326#, West YanAn road, Shanghai, P.R.China ShangHai ShangHai 200052 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4397, '2c16bd0', 0, 'Beijing Jishi Huitong Tech Co, Ltd', '4/F,No.3 building,No.8,Haiying Road,Fengtai District Beijing Beijing 100070 CN', 'CN', 'MA-M', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4398, '0040ef', 0, 'Hypercom, Inc', '2851 WEST KATHLEEN ROAD PHOENIX AZ 85023 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4399, '10face', 0, 'Reacheng Communication Tech Co, Ltd', 'Building No.5-401, Pu Dong New District, Shanghai 201203 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4400, '0050c2e9c', 0, 'Sparq systems', '166 barrie st kingston ontario k7l3n6 CA', 'CA', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4401, 'fc019e', 0, 'Vievu', '105 W. John St Seattle WA 98119 US', 'US', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4402, '4480eb', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4403, '00148e', 0, 'Tele Power Inc', '1-46-15#B1F Nerima-ku Tokyo 176-0005 JP', 'JP', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4404, '0023fe', 0, 'Biodevices, SA', 'Rua 5 de Outubro, 309 Porto 4100-175 PT', 'PT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4405, 'd82916', 0, 'Ascent Communication Tech', '13/F., Shum Tower Hong Kong 9999 HK', 'HK', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4406, '084fa9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4407, '00c072', 0, 'Knx Ltd', 'HOLLINGWOOD HOUSE LS21 3HA UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4408, '001a30', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4409, '001a58', 0, 'Ccv Deutschland GmbH - Celectronic eHealth Div.', 'Gertraudenstrasse 18 Berlin D-10178 DE', 'DE', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4410, '0050c29b3', 0, 'Kahler Automation', '808 Timberlake Rd Fairmont MN 56031 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4411, '0024e0', 0, 'DS Tech, Llc', '2210 Hutton Drive Carrollton TX 75006 US', 'US', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4412, '70b3d52a9', 0, 'Power Electronics Espana, S.L.', 'C/ Leonardo Da Vinci, 24-26 Paterna Valencia 46980 ES', 'ES', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4413, 'a86d5f', 0, 'Raisecom Tech Co, Ltd', 'No. 11, East Area, No. 10 Block, East Xibeiwang Road Beijing 100094 CN', 'CN', 'MA-L', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4414, '940b19', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4415, '0020b5', 0, 'Yaskawa Electric Corp', '2-1 Kurosakishiroishi, Yahatanishi-ku, Kitakyushu 806-0004 JP', 'JP', 'MA-L', '1980-01-01', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4416, '000282', 0, 'ViaClix, Inc', '1400 Dell Ave., Suite B Campbell CA 95008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4417, '980d67', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4418, '0007b5', 0, 'Any One Wireless Ltd', 'Namseoul Bd., 8F, 1304-3 Seoul KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4419, '14987d', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2016-11-16', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4420, 'fcdd55', 0, 'Shenzhen WeWins wireless Co, Ltd', '6/F.,B Wing,Yuehai Piaza,Nanhai Road Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4421, '70b3d565b', 0, 'Roush', '12249 Levan Livonia MI 48150 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4422, '70b3d5f1a', 0, 'Sator Controls s.r.o.', 'Ke Zdravotnímu středisku 103/1 Praha - Řeporyje Select State 15500 CZ', 'CZ', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4423, '70b3d50d3', 0, 'Tsat AS', 'Martin Linges v 25 Fornebu 1364 NO', 'NO', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4424, 'f8b568a', 0, 'SinePulse GmbH', 'Kistlerhofstr. 170 Munich D-81379 DE', 'DE', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4425, '0050c27c1', 0, 'Primary Integration Encorp Llc', '1825 Sharp Point Drive, Suite 118 Fort Collins CO 80525 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4426, '38c096', 0, 'Alps Electric Co, Ltd', '6-1 KAKUDA-CITY MIYAGI-PREF 981-1595 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4427, '080071', 0, 'Matra (Dsie)', 'PARC D\'AFFAIRES - B.P. 262 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4428, '001519', 0, 'StoreAge Networking Tech', '63 Bar-Yehuda st. Nesher 36651 IL', 'IL', 'MA-L', '2005-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4429, '001794', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4430, 'ec64e7', 0, 'Mocacare Corp', '887 Federation Way Palo Alto CA 94303 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4431, '40b034', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4432, '70b3d5728', 0, 'Bcd Audio', '5 Bristol Way, Stoke Gardens Slough Berkshire SL1 3QE GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4433, '00c044', 0, 'Emcom Corp', '840 AVENUE PLANO TX 75074 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4434, '0002e1', 0, 'Integrated Network Corp', '757 Route 202/206 Bridgewater NJ 08807 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4435, '0040a8', 0, 'Imf International Ltd', 'NO.5 2/F KINGSFORD IND. CENTRE HONG KONG HK', 'HK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4436, '0050c242b', 0, 'Vlsip Tech Inc', '750 PRESIDENTIAL DRIVE RICHARDSON TEXAS 75081 US', 'US', 'IAB', '2004-12-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4437, '0cc66a', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4438, '10d38a', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4439, '70b3d55ee', 0, 'Mikrotron Mikrocomputer, Digital- und Analogtechnik GmbH', 'Landshuter Str. 20 - 22 Unterschleissheim Bavaria 85716 DE', 'DE', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4440, 'f0acd7b', 0, 'Zhejiang Makepower Electronics, Inc', 'Building 2, Estate 10, Wenzhou Hi-Tech Industrial Development Area, zhejiang, China shenzhen 518000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4441, '00c019', 0, 'Leap Tech, Inc', '20 BURLINGTON MA 01803 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4442, '0002da', 0, 'ExiO Communications, Inc', '2362 Qume Drive San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4443, '0050c2d36', 0, 'Enatel Ltd', '66 Treffers Road Christchurch Canterbury 8042 NZ', 'NZ', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4444, '40d8550e0', 0, 'Richter', 'Griesborner Str. 13 Sarland 66806 DE', 'DE', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4445, 'f406a5', 0, 'Hangzhou Bianfeng Networking Tech Co, Ltd', 'BlockC,2F,Building B,Paradise Software Park Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4446, '70b3d5f2d', 0, 'ID Lock AS', 'Stasjonsveien 46 Moi Rogaland 4460 NO', 'NO', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4447, 'b844d9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4448, 'a4817a', 0, 'Cig Shanghai Co Ltd', '5th Floor, Building 8 No 2388 Chenhang Road SHANGHAI 201114 CN', 'CN', 'MA-L', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4449, '0050c21a4', 0, 'Protech Optronics Co Ltd', '5th Floor, No. 82-3 Dongsung Street, Sulin City Taipei County 235 TW', 'TW', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4450, '0014eb', 0, 'AwarePoint Corp', '8899 University Center Lane San Diego CA 92122 US', 'US', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4451, '141fba7', 0, 'Wisnetworks Tech Co, Ltd', 'No.77, FuTe West 3 Road, China Shanghai 200000', '', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4452, 'ecbafe', 0, 'Giroptic', '165 avenue de Bretagne Lille Nord 59000 FR', 'FR', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4453, '1c63bf', 0, 'Shenzhen Broadtel Telecom Co, Ltd', 'No.14-1, Tongqing Road, Baolong street, Longgang District ShenZhen GuangDong 518116 CN', 'CN', 'MA-L', '2019-12-07', '2019-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4454, '00a024', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '1980-01-01', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4455, '00003d', 0, 'Unisys', 'MS8-010 SAN JOSE CA 95150-6685 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4456, '2c67fb', 0, 'ShenZhen Zhengjili Electronics Co, Ltd', 'The Longhua Town Shenzhen City Streets huaning three house Science Park Road Chiayi Source fifth floor Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4457, '6a737d', 0, '25g Ethernet Consortium', '3855 SW 153rd Dr Beaverton OR 97003 US', 'US', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4458, '38f7b2', 0, 'Seojun Electric', '468 Gangseo-ro, 07573, SEOJUN ELECTRIC Ace Techno Tower 805 Seoul 07573 KR', 'KR', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4459, '74f661', 0, 'Schneider Electric Fire & Security Oy', 'Sokerilinnantie 11 C Espoo 02650 FI', 'FI', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4460, '002404', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4461, '0024d3', 0, 'Qualica Inc', '5-29-15,Toyo, Tokyo 135-0016 JP', 'JP', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4462, '000682', 0, 'Convedia', '4190 Still Creek Dr. V5C 6C6 CA', 'CA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4463, '24b657', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4464, '40d40e', 0, 'Biodata Ltd', '10 Stocks Street Manchester M8 8QG GB', 'GB', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4465, '90c682c', 0, 'Li Seng Tech Ltd', 'Room 901, 9/F Shiu Fung Hong Building Hong Kong 852 HK', 'HK', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4466, 'c4c603', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4467, '44d5f28', 0, 'Cetc Avionics.L td', 'No. 9, baichuan road, high-tech district Chengdu Sichuan 611731 CN', 'CN', 'MA-M', '2019-05-14', '2019-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4468, 'f4bd9e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4469, '0050c2075', 0, 'Enttec Pty Ltd', 'po box 4051 ringwood vic 3134 AU', 'AU', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4470, '0017a0', 0, 'RoboTech srl', 'Via Mazzini 82 Sarzana (SP) I-19038 IT', 'IT', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4471, '00c0d9', 0, 'Quinte Network Confidentiality', 'EQUIPMENT INC. CANADA K8N 1C3 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4472, '000eef', 1, 'Private', '', '', 'MA-L', '2004-02-12', '2004-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4473, '0016de', 0, 'Fast Inc', '905 Honeyspot Rd Stratford CT 06615 US', 'US', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4474, '9c0dac', 0, 'Tymphany HK Ltd', 'RM 1307-8 43-59, Queen\'s Road East Wanchai HK', 'HK', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4475, '70b3d50ae', 0, 'Norsat International Inc', '110-4020 Viking Way Richmond BC V6V 2L4 CA', 'CA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4476, '0040d0', 0, 'Mitac International Corp', '8TH FL. 585 MING SHENG E. RD. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4477, '000e30', 0, 'Aeras Networks, Inc', 'P.O. Box 7330 Laguna Niguel CA 92607-7330 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4478, '0016a8', 0, 'Cwt Co, Ltd', '10F No. 74 Sec. 1 Chung-Hua Rd. Taipei 108 TW', 'TW', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4479, '0050c2f93', 0, 'Baudisch Electronic GmbH', 'Im Gewerbegebiet 7-9 Wäschenbeuren Baden-Württemberg 73116 DE', 'DE', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4480, 'f0f8f2', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4481, 'dce5330', 0, 'Flyht Aerospace', '300E 1144 - 29th St. N.E. Calgary AB T2E7P1 CA', 'CA', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4482, '00a0d1', 0, 'Inventec Corp', 'INVENTEC BUILDING TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4483, '00c078', 0, 'Computer Systems Engineering', '46791 FREMONT BLVD. FREMONT CA 94538 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4484, '001f14', 0, 'NexG', '5F Seoul Academy Bldg, Daechi-Dong, Gangnam-Gu, Seoul 135-280 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4485, '0050c2b17', 0, 'Elcoteq Design Center Oy', 'Joensuunkatu 13 Salo 24100 FI', 'FI', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4486, 'a4895b', 0, 'Ark Infosolutions Pvt Ltd', '4428, GANESH BAZAR CLOTH MARKET DELHI 110006 IN', 'IN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4487, '98fd74', 0, 'Act.CoLtd', '3-RD Floor 93, Sanbon-ro Gunpo-si Gyeonggi-do 15849 KR', 'KR', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4488, '34008a0', 0, 'Angee Tech Ltd', 'City House, 3 Cranwood Street London EC1V 9PE GB', 'GB', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4489, '00d0ef', 0, 'Igt', '9295 PROTOTYPE DRIVE RENO NV 89511 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4490, '000eb8', 0, 'Iiga Co, Ltd', '3F TKBldg. 3-5-2 Sotokanda Chiyoda-Ku Tokyo 101-0021 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4491, 'd8860b6', 0, 'Scanmatik', 'Letnaya 18-2 Mytischi Moscow 141008 RU', 'RU', 'MA-M', '2018-11-12', '2018-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4492, '000a65', 0, 'GentechMedia.Co, Ltd', 'solvit bldg 2f, 402-8, yangjae-don, seocho-gu, seoul 137-899 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4493, 'a411632', 0, 'Allgo Tech (Beijing) Co, Ltd', 'Room 6012 Innovation Building ,NO.101 Southwest of 4th Ring Road, Fengtai District Beijing Beijing 100070 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4494, '0050c284c', 0, 'Performance Motion Devices', '1 Technology Park Drive Westford MA 01886 US', 'US', 'IAB', '2007-12-18', '2017-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4495, '0025fb', 0, 'Tunstall Healthcare A/S', 'Stroemmen 6 Noerresundby 9400 DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4496, '0001dd', 0, 'Avail Networks', '305 E. Eisenhower Parkway Ann Arbor MI 48108 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4497, '0030a4', 0, 'Woodwind Communications System', '20300 Century Blvd., Suite 200B Germantown MD 20874 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4498, '70b3d5df0', 0, 'astozi consulting Tomasz Zieba', 'ul. Inzynierska 8/20 Nowa Sol Lubuskie 67-100 PL', 'PL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4499, '70b3d557d', 0, 'Wicom1 GmbH', 'Im Frauental 15 Amberg Bavaria 92224 DE', 'DE', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4500, 'c4954dc', 0, 'SolidGear Corp', 'Shinyokohama Kaneko Bldg 8F, 2-3-9 ShinYokohama Kohoku-ku Yokohama Knanagawa 222-0033 JP', 'JP', 'MA-M', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4501, '000e9b', 0, 'Ambit Microsystems Corp', '5F-1, 5 Hsin-An Rd. Science-Based Industrial Park Hsinchu 300 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4502, '40d855198', 0, 'devboards GmbH', 'Birkerstrasse 67 Lohmar NRW 33106 DE', 'DE', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4503, '0050c2fe1', 0, 'dotOcean', 'Lieven Bauwensstraat 20 Brugge West-Vlaanderen 8200 BE', 'BE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4504, 'a45046', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4505, '00c0f8', 0, 'About Computing Inc', 'P.O. BOX 172 BELMONT MA 02178 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4506, '0022e6', 0, 'Intelligent Data', 'Edf. Inverinnova – Avda. Punto Mobi, 4. Parque Científico Tecnológico Alcalá de Henares Madrid 28805 ES', 'ES', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4507, 'b8d8123', 0, 'iModesty Tech Corp', '3F-1, No.76, Sec.2 Jiafeng S.Rd., Zhubei County Taiwan 302 TW', 'TW', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4508, '70b3d5067', 0, 'Neopath Integrated Systems Ltda', 'Rua Paulo Emídio Barbosa, 485 - sala 302 Rio de Janeiro Rio de Janeiro 21941-907 BR', 'BR', 'MA-S', '2019-07-23', '2019-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4509, 'b8d8120', 0, 'Glamo Inc', '6F Sunshinecity Bunkakaikan, Tokyo Toshima-ku 1708630 JP', 'JP', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4510, '70b3d5111', 0, 'Leonardo Sistemi Integrati S.r.l.', 'Via Greto di Cornigliano, 6R Genova 16152 IT', 'IT', 'MA-S', '2019-03-06', '2019-03-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4511, 'bc97403', 0, 'Precision Galaxy Pvt. Ltd', '3rd Floor, No.22 Habibullah Road, T Nagar CHENNAI,Tamil Nadu Tamilnadu 600017 IN', 'IN', 'MA-M', '2019-03-19', '2019-03-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4512, '000acd', 0, 'Sunrich Tech Ltd', 'Unit 1301, Eastern Centre, 1065 King\'s R Quarry Bay HK', 'HK', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4513, '001d3e', 0, 'Saka Techno Science Co, Ltd', 'Nishi 105-1 Kanazawa Ishikawa 920-0367 JP', 'JP', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4514, '00024a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4515, '70b3d5507', 0, 'Human Oriented Tech, Inc', 'Rm 1021, 10/F SOLO Bldg Tsimshatsui Kowloon TW', 'TW', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4516, '2c16bde', 0, 'Molex Inc', '46360 Fremont Blvd Fremont CA 94538 US', 'US', 'MA-M', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4517, '008007', 0, 'Dlog NC-Systeme', 'WERNER-VON-SIEMENS STRASSE 13 GERMANY', '', 'MA-L', '1980-01-01', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4518, '00e0c1', 0, 'Memorex Telex Japan, Ltd', 'YAESUGUCHI KAIKAN, 1-7-20 TOKYO 103 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4519, '048d38', 0, 'Netcore Tech Inc', '9F,B block,Tsinghua Information Guard Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4520, '60e701', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4521, '004e01', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4522, '002519', 0, 'Viaas Inc', '3175 South Winchester Blvd Campbell CA 95008 US', 'US', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4523, 'c0a364', 0, '3D Systems Massachusetts', '19 Connector Road Andover MA 01810 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4524, '0050c2396', 0, 'RapidWave Inc', '6296A San Ignacio Ave. San Jose CA 95119 US', 'US', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4525, '0021af', 0, 'Radio Frequency Systems', 'Kabelkamp 20 Hannover 30179 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4526, '0023b6', 0, 'Securite Communications / Honeywell', 'FONT DE L\'ORME MOUGINS FRANCE 06250 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4527, '74d675', 0, 'Wyma Tecnologia', 'Rua Clímaco Barbosa, 171-179 São Paulo 01523-000 BR', 'BR', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4528, '908c63', 0, 'GZ Weedong Networks Tech Co , Ltd', '38th Floor,Ren Feng Building Guangzhou Guangdong 510620 CN', 'CN', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4529, '40786a', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US', 'US', 'MA-L', '2014-05-27', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4530, '0050c202c', 0, 'Narrowband Telecommunications', 'Unit 1A - 3751 Burnaby BC V5J 5G4 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4531, '0050c2154', 0, 'Jostra AB', 'Annedalsv. 2B Lund 22764 SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4532, '2c4835a', 0, 'Collatz+Trojan GmbH', 'Borsteler Chaussee85-99a Hamburg Hamburg 22453 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4533, 'e0735f', 0, 'Nucom', 'Arte, 21,5B Madrid Madrid 28033 ES', 'ES', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4534, '0030e3', 0, 'Sedona Networks Corp', '10A HEARST WAY CANADA K2L 2P4 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4535, '40a36ba', 0, 'Embrionix Design Inc', '2120 Monterey, suite 200 Laval Québec H7L3S3 CA', 'CA', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4536, '002527', 0, 'Bitrode Corp', '9787 Green Park Industrial Drive St. Louis MO 63123 US', 'US', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4537, '8c89a5', 0, 'Micro-Star Int\'L Co, Ltd', 'No.69, Lide st. Taipei County 235 TW', 'TW', 'MA-L', '2011-03-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4538, '489153', 0, 'Weinmann Geräte für Medizin GmbH + Co KG', 'Kronsaalsweg 40 Hamburg D-22525 DE', 'DE', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4539, 'b0c5ca6', 0, 'SunTech Medical, Inc', '507 Airport Blvd. Morrisville NC 27560 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4540, '282c02b', 0, 'ThirdReality, Inc', '647 East Longhua Road, Huangpu District Shanghai Shanghai 200023 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4541, '0000b7', 0, 'Dove Computer Corp', '1200 NORTH 23RD STREET WILMINGTON NC 28405 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4542, '000fe9', 0, 'GW Tech Co, Ltd', 'No.38 Shangdi Xilu,Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4543, '84de3d', 0, 'Crystal Vision Ltd', 'Lion Technology park Whittlesford/ Cambridge Cambs CB22 4WL GB', 'GB', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4544, '2c1e4f', 0, 'Chengdu Qianli Network Tech Co, Ltd', 'Room 1208, 4 Building, Ideal Center, NO.38 Tianyi Street, Chengdu High-tech Zone Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2019-04-01', '2019-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4545, '1c687e', 0, 'Shenzhen Qihu Intelligent Tech Co Ltd', 'Room 201, Block A, No.1, Qianwan Road 1,Qianhai Shenzhen HongKong Modern Service Industry Cooperation Zone Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4546, '7422bb', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4547, '0010e5', 0, 'Solectron Texas', '12455 RESEARCH BLVD. M/S 2205 AUSTIN TX 78759 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4548, '000cdc', 0, 'Becs Tech, Inc', '9487 Dielman Rock Island Industrial Driv St. Louis MO 63132 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4549, '0050c2e26', 0, 'Cinetix s.r.l.', 'Via LIsbona 1 Padova PD 35127 IT', 'IT', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4550, '2cb115', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4551, '0050c26a2', 0, 'Cadi Scientific Pte Ltd', '31 Ubi Road 1 Aztech Building Singapore 408694 SG', 'SG', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4552, '001ed2', 0, 'Ray Shine Video Tech Inc', '6F,No.98,Sec.1,Xintai 5th Rd. Xizhi City Taipei County 221 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4553, '001b42', 0, 'Wise & Blue', '#715-3 Anyang Megavalley Anyang-Si Gyunggi-Do 431-767 KR', 'KR', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4554, 'a88cee', 0, 'MicroMade Galka i Drozdz sp.j.', 'ul. Wieniawskiego 16 Pila Wielkopolskie 64-920 PL', 'PL', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4555, '703c69', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4556, '5404a6', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4557, '5454cf', 0, 'Probedigital Co, Ltd', '#107 Hyundai I-Valley, 31, Galmachi-ro 244beon-gil, Jungwon-gu Seongnam-si Gyeonggi-do 13212 KR', 'KR', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4558, '5897bd', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4559, '70b3d5c9f', 0, 'Triax A/S', 'Bjornkaervej 3 Hornsyld Denmark 8783 DK', 'DK', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4560, '1c82594', 0, 'winsun AG', 'Beeschi Mattenstrasse 2 Steg Wallis 3940 CH', 'CH', 'MA-M', '2019-03-04', '2019-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4561, '001c5a', 0, 'Advanced Relay Corp', '1896 Columbia St Eugene OR 97403 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4562, '70b3d5f5a', 0, 'Hameg GmbH', 'Industriestr. 6 Mainhausen Hessen 63533 DE', 'DE', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4563, '0040df', 0, 'Digalog Systems, Inc', '3180 SOUTH 166TH STREET NEW BERLIN WI 53151 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4564, '0050c27d4', 0, 'WR Systems, Ltd', '2500 Almeda Ave. Norfolk VA 23513 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4565, 'd84606', 0, 'Silicon Valley Global Marketing', '830 Stewart Dr. #201 Sunnyvale Ca 94085 US', 'US', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4566, '0050c2d29', 0, 'Axible Tech', '425 rue Jean Rostand Labège 31670 FR', 'FR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4567, 'c85195', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4568, '4ac03f', 0, 'Wuhan Hikstorage Tech Co, Ltd', 'Rm.01, 21/F, F4 Building, 5th Phase-NO.1 Software Park, Guanshan 1 Rd, East Lake Development Zone, Wuhan, China(430040) Wuhan Hubei 430040 CN', 'CN', 'CID', '2018-12-01', '2018-12-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4569, '004025', 0, 'Molecular Dynamics', '880 EAST ARQUES AVENUE SUNNYVALE CA 94086-4536 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4570, '001a13', 0, 'Wanlida Group Co, Ltd', 'Jiahe Road No.618 Xiamen Fujian 361006 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4571, '0050c23fd', 0, 'Hartmann software GbR', 'Johann-Feilner-Str.1 Mistelbach Bayern 95511 DE', 'DE', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4572, '382b78', 0, 'Eco Plugs Enterprise Co, Ltd', '10F,-6, No.117, Sec.2, Zhongbei Rd., Zhongli Dist., Taoyuan Taiwan 32097 TW', 'TW', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4573, '00164e', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4574, '70b3d5b36', 0, 'Cetitec GmbH', 'Mannheimer Strasse 17 Pforzheim 75179 DE', 'DE', 'MA-S', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4575, '0090be', 0, 'Ibc/Integrated Business Computers', '2685 C PARK CENTER DRIVE SIMI VALLEY CA 93065 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4576, '000857', 0, 'Polaris Networks, Inc', '6810 Santa Teresa Blvd. San Jose CA 95119 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4577, '000cd5', 0, 'Passave Inc', '1557 Jasper Dr. Sunnyvale CA 94087 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4578, '001720', 0, 'Image Sensing Systems, Inc', '1600 University Ave. W. St. Paul MN 55104 US', 'US', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4579, '001858', 0, 'TagMaster AB', 'Kronborgsgréind 1 Kista Stockholm S-16487 SE', 'SE', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4580, '74e277', 0, 'Vizmonet Pte Ltd', '32,Canberra drive,#05-28 76431 SG', 'SG', 'MA-L', '2014-09-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4581, '9ce33f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4582, 'ecb5fa', 0, 'Philips Lighting BV', 'High Tech Campus 45 Eindhoven Noord Brabant 5656 AE NL', 'NL', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4583, '000020', 0, 'Dataindustrier Diab AB', 'BOX 2029 SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4584, '00308a', 0, 'Nicotra Sistemi S.P.A', '41 Via Primo Maggio Baranzate (MI) 20021 IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4585, 'c82c2b2', 0, 'Repp Health', '1919 14th Street , Suite 700 Boulder CO 80302 US', 'US', 'MA-M', '2019-02-05', '2019-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4586, '0050c2a84', 0, 'Lino Manfrotto +Co spa', 'via sasso rosso 19 Bassano del Grappa Vicenza 36061 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4587, '5c969d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4588, 'b0935b', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4589, '0009b9', 0, 'Action Imaging Solutions', 'Kings Hall, St Ives Business Park Huntingdon Cambridgeshire PE27 4WY GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4590, '081651', 0, 'Shenzhen Sea Star Tech Co, Ltd', 'Seastar industrial Park, BaoLong 6th Ave ShenZhen GuangDong 518116 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4591, '001c85', 0, 'Eunicorn', '226-16 unbo b/d suckchon-dong songpa-gu seoul 138845 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4592, '587675', 0, 'Beijing Echo Tech Co, Ltd', 'NO1 Street 4 Shangdi BeiJing 100085 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4593, '00116d', 0, 'American Time and Signal', '140 Third St. South Dassel MN 55325 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4594, '70b3d5845', 0, 'Harborside Tech', '140 Mcknitt Pl Garner NC 27529 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4595, '786a89', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4596, '341fe4', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4597, '70b3d522f', 0, 'Instec, Inc', '5589 Arapahoe Avenue, Ste. 208 Boulder CO 80303 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4598, '702d84', 0, 'i4C Innovations', '3800 Concorde Parkway, Suite 400 Chantilly VA 20151 US', 'US', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4599, '500084', 0, 'Siemens Canada', '300 Applewood Crescent Concord Ontario L4K 5C7 CA', 'CA', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4600, '0010b0', 0, 'Meridian Tech Corp', '11 MCBRIDE CORP. CENTER DR. CHESTERFIELD MD 63005 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4601, 'e4f3e3', 0, 'Shanghai iComhome Co, Ltd', 'Small second floor of No.773 Siping Road Shanghai 200092 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4602, 'f415fd', 0, 'Shanghai Pateo Electronic Equipment Manufacturing Co, Ltd', '20th Floor, Metro Tower Xuhui District Shanghai 200030 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4603, '64babd', 0, 'Sdj Tech, Inc', '2125-B Madera Road Simi Valley CA 93065 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4604, '40d8551aa', 0, 'Broachlink Tech Co, Ltd', 'Room B402,Building No.28,Danhebei Road Shenzhen GuangDong 518100 CN', 'CN', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4605, '70b3d5771', 0, 'Apator Miitors ApS', 'Bautavej 1A Aarhus V Midtjylland 8210 DK', 'DK', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4606, '78f882', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2015-09-27', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4607, '003011', 0, 'Hms Industrial Networks', 'P O Box 4126 SE-300 04 SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4608, '585076', 0, 'Linear Equipamentos Eletronicos SA', 'Praca Linear 100 Santa Rita do Sapucai MG 37540000 BR', 'BR', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4609, '002629', 0, 'Juphoon System Software Inc', 'Room 910,Building 2 Ningbo Zhejiang 315041 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4610, '0050c2f73', 0, 'Deltacast.TV', 'Rue Gilles Magnee 92/6 ANS 4430 BE', 'BE', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4611, '70b3d5d23', 0, 'Cott Electronics', '71-75 Shelton Street London WC2H 9JQ GB', 'GB', 'MA-S', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4612, '6431396', 0, 'Hunan Voc Acoustics Tech Co, Ltd', 'State Industrialpark, Jiulong Development Zone, Yanling County Zhuzhou Hunan 412500 CN', 'CN', 'MA-M', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4613, '001da2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4614, '00234a', 1, 'Private', '', '', 'MA-L', '2008-10-25', '2008-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4615, '20c06d', 0, 'Shenzhen Spacetek Tech Co, Ltd', '3F, NO.2, ChaXiSanWei Industrial Park, Gushu Community, XiXiang Street, BaoAn District ShenZhen GuangDong 518100', '', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4616, '347e5c', 0, 'Sonos, Inc', '614 Chapala St Santa Barbara CA 93101 US', 'US', 'MA-L', '2017-10-31', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4617, '00040c', 0, 'Kanno Works, Ltd', '1-5-25 Kamitomino, JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4618, '0022ae', 0, 'Mattel Inc', '333 Continental Blvd. El Segundo CA 90245 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4619, '70b3d5dcf', 0, 'Kls Netherlands B.V.', 'Buitenvaart 1401 HOOGEVEEN DRENTHE 7905 SJ NL', 'NL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4620, '70b3d5cb4', 0, 'Planewave Instruments', '1819 Kona Dr. Compton CA 90220 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4621, 'b09575', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-12-05', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4622, '00040b', 0, '3com Europe Ltd', 'BOUNDARY WAY vvvvv UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4623, '000aeb', 0, 'TP-Link Tech Co, Ltd', 'Hi-Tech Park R1-B3 Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2002-10-14', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4624, '0050c2447', 0, 'Grupo Epelsa S.L.', 'C/ Albasanz, 6 y 8 Madrid 28037 ES', 'ES', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4625, '002323', 0, 'Zylin AS', 'Auglendsdalen 78 Stavanger 4017 NO', 'NO', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4626, '74f102', 0, 'Beijing Hchcom Tech Co, Ltd', 'Patton Building 8 floor,11# Wan liu zhong lu,Haidian District,Beijing,China Beijing China 100089 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4627, '40d855044', 0, 'An Chen Computer Co, Ltd', '2F.,No.37,Sec. 2, San Min Rd., New Taipei City 220 TW', 'TW', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4628, '3c0e23', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4629, 'f03d03', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4630, '005036', 0, 'Netcam, Ltd', '6071 N. PASEO ZALDIVAR TUCSON AZ 85750 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4631, '00506d', 0, 'Videojet Systems', 'INTERNATIONAL INC. WOODDALE IL 60091-1073 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4632, '70b3d55a6', 0, 'TimeMachines Inc', '300 S 68th Street Place, Suite 100 Lincoln NE 68510 US', 'US', 'MA-S', '2019-02-22', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4633, '00904c', 0, 'Epigram, Inc', '870 West Maude Ave. Sunnyvale CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4634, 'b08807', 0, 'Strata Worldwide', '8995 Roswell Road Sandy Springs GA 30350 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4635, '14373b', 0, 'Procom Systems', '#1001, Kranz Techno, 5442-1 Seongnam-si Gyunggi-do 462-729 KR', 'KR', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4636, '3c39e7c', 0, 'Vanstone Electronic (Beijing)Co,. Ltd', 'Room 805,8/F,Qinghua Information Port Development Building,North High-tech Industrial Park,Nanshan District,Shenzhen shenzhen guangdong 518000 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4637, '70b3d5462', 0, 'EarTex', '41 Corsham Street London England N1 6DR GB', 'GB', 'MA-S', '2016-12-27', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4638, '70b3d59fe', 0, 'Suruga Seiki Co, Ltd', '505, Nanatsushinya, Shimizu-ku Shizuoka-shi Shizuoka 424-8566 JP', 'JP', 'MA-S', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4639, '000b80', 0, 'Lycium Networks', '9 Hamenofim St. Herzliya Israel 46733 IL', 'IL', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4640, '0ca402', 0, 'Alcatel-Lucent Ipd', '600 March Drive Kanata Ontario K2K2E6 CA', 'CA', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4641, '001503', 0, 'PROFIcomms s.r.o.', 'Turgenevova 5 Brno EU/Europe 618 00 CZ', 'CZ', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4642, '001d88', 0, 'Clearwire', '1475 120th Ave NE Bellevue Washington 98005 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4643, '0050c297a', 0, 'Kst Tech Co, Ltd', '# 506, ACE TWIN TOWER I SEOUL 152-779 KR', 'KR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4644, '6879ed', 0, 'Sharp Corp', '22-22,Nagaike-cho Osaka city Osaka prefecture 545-8522 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4645, '84aca4', 0, 'Beijing Novel Super Digital TV Tech Co, Ltd', '4F Tower B Jingmeng Hightech building Beijing 100085 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4646, 'e8361d', 0, 'Sense Labs, Inc', '485 Massachusetts Ave Cambridge MA 02139 US', 'US', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4647, '002087', 0, 'Memotec, Inc', '7755 Henri-Bourassa MONTREAL, QUEBEC H4S 1P7 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4648, '0003ab', 0, 'Bridge Information Systems', '717 Office Parkway St. Louis MO 63141 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4649, '9ca615', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4650, '202cb7', 0, 'Kong Yue Electronics & Information Industry (Xinhui) Ltd', 'Kong Yue Industrial Park, 18 Kongyue Road, Jinguzhou Jiangmen Guangdong 529141 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4651, 'f8b599', 0, 'Guangzhou Chnavs Digital Tech Co, Ltd', 'Buliding C, industy base of digital home application and demonstration ,zhongyi road Guangzhou higher education mega center Guangzhou Guangdong 510006 CN', 'CN', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4652, '70b3d518f', 0, 'Newtec A/S', 'Stærmosegårdsvej 18 Odense SV Region Syd 5230 DK', 'DK', 'MA-S', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4653, '0002ad', 0, 'Hoya Corp', '2-7-5 Naka-Ochiai, Shinjuku-ku, Tokyo 161-8525 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4654, '0050c282e', 0, 'LogiCom GmbH', 'Gautinger Strasse 51 Krailling Bayern 82152 DE', 'DE', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4655, '001a02', 0, 'Secure Care Products, Inc', '39 CHENELL DRIVE CONCORD NH 03301 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4656, '506b8d', 0, 'Nutanix', '1740 Technology Drive Ste #150 San Jose CA 95110 US', 'US', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4657, '0050c2ff3', 0, 'Control Systems Srl', 'Via del Brolo, 14 Cremona CR 26100 IT', 'IT', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4658, '141fba2', 0, 'Deutsche Energieversorgung GmbH', 'Am Schenkberg 12 Leipzig Bundesland / Region wählen 04349 DE', 'DE', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4659, 'f83d4e', 0, 'Softlink Automation System Co, Ltd', 'No.12, Hi-tech South 7th Rd., Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4660, 'f8e71e', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4661, '889765', 0, 'exands', 'RM2202 , No. 666 Gubei road shanghai 200336 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4662, '70b3d55dd', 0, 'Theatrixx Tech, Inc', '1655 Richardson Montreal QC H3K3J7 CA', 'CA', 'MA-S', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4663, 'b4f18c', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4664, '0015c8', 0, 'FlexiPanel Ltd', '7 bis rue Lalo Paris 75016 FR', 'FR', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4665, '001cd4', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4666, '000b1b', 0, 'Systronix, Inc', '939 Edison St. Salt Lake City Utah 84111 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4667, '0016c8', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4668, '00259a', 0, 'CEStronics GmbH', 'Friedrichstraße 243 Velbert 42551 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4669, '78baf9', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4670, '70b3d5974', 0, 'Jireh Industries Ltd', '53158 Range Road 224 Ardrossan Alberta T8E2K4 CA', 'CA', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4671, '206be7', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4672, '00e04b', 0, 'Jump Industrielle Computertechnik GmbH', 'D94469 DEGGENDORF DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4673, '0010c7', 0, 'Data Transmission Network', '9110 W. DODGE RD. - STE.#200 OMAHA NE 68114 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4674, 'a411630', 0, 'Adetel Equipment', '3200 rue guénette Montréal Québec H4S 2G5 CA', 'CA', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4675, 'b0982b', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4676, 'f023b97', 0, 'Transcend Building Automation control network Corp', '15F. No.145 Ren’ai Rd. Xizhi Dist. New Taipei City Taiwan 22164 TW', 'TW', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4677, '00024e', 0, 'Datacard Group', '11111 Bren Road West Minnetonka MN 55343 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4678, '0008e6', 0, 'Littlefeet', '13000 Gregg Street Poway California 92064 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4679, '001147', 0, 'Secom-Industry CoLtd', 'Fukuoka Kuramoto Ichihonki 3-3 Shiroishi Miyagi 989-0295 JP', 'JP', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4680, '24dbed', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4681, '0050c2bb7', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2010-05-15', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4682, '3009f9e', 0, 'ZhongLi HengFeng (Shenzhen) Tech Co, Ltd', 'Room 402C Donglian Buiding,Chuangye NO 2 road,Baoan Shenzhen Guangdong 430000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4683, '0cd7c2', 0, 'Axium Tech, Inc', '6625 N. Calle Eva Miranda Irwindale CA 91702 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4684, '485b39', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4685, 'd00ed9', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD, Lu Du Taicang Jiangsu 215412 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4686, '280245', 0, 'Konze System Tech Co, Ltd', '4F., No.134, Ln. 235, Baoqiao Rd., Xindian Dist. New Taipei City --- 231 TW', 'TW', 'MA-L', '2018-01-26', '2018-01-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4687, '8850f6', 0, 'Shenzhen Jingxun Software Telecommunication Tech Co, Ltd', '3/F,A5 Building Zhiyuan Community No.1001,Xueyuan Road Nanshan Distric Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2018-09-05', '2018-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4688, '90e2fc7', 0, 'Fair Winds Digital srl', 'Via Italo Svevo 85 Rome Italy 00137 IT', 'IT', 'MA-M', '2019-12-04', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4689, '0050c2032', 0, 'MotionIO', '650 Saratoga Ave San Jose CA 95129 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4690, '7cd9fe', 0, 'New Cosmos Electric Co, Ltd', '2-5-4 Mitsuyanaka Osaka Osaka-fu 532-0036 JP', 'JP', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4691, '000076', 0, 'Abekas Video System', '101 GALVESTON DRIVE REDWOOD CITY CA 94063 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4692, '0022c7', 0, 'Segger Microcontroller GmbH & Co KG', 'In den Weiden 11 Hilden NRW 40721 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4693, '0050c2ed1', 0, 'Arcontia Tech AB', 'Gruvgatan 35A Vastra Frolunda 42130 SE', 'SE', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4694, '64f6f7', 0, 'Anhui Dynamic Power Co, Ltd', 'NO.20 Jinniu Mid Road, Xuancheng Anhui 242100 CN', 'CN', 'MA-L', '2019-11-19', '2019-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4695, '00608d', 0, 'Unipulse Corp', '2-7, SENGENDAI-NISHI SAITAMA 343 JO', 'JO', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4696, '0080f9', 0, 'Heurikon Corp', '8310 EXCELSIOR DRIVE MADISON WI 53717 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4697, '00240b', 0, 'Virtual Computer Inc', '3 LAN Drive Westford MA 01886 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4698, 'd09b05', 0, 'Emtronix', '5# Gaopeng Dadao Chengdu 610041 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4699, '086df2', 0, 'Shenzhen Mimowave Tech Co, Ltd', 'Shenzhen Guangdong 518172 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4700, 'a408f5', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4701, 'd4c94b', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4702, '00c0fc', 0, 'Elastic Reality, Inc', '925 STEWART STREET MADISON WI 53713 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4703, '0050c2687', 0, 'Access Specialties, Inc', '10255 Inver Grove Trail Inver Grove Heights MN 55077 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4704, '0050c29a4', 0, 'Entwicklung Hard- & Software', 'Berlinerstr. 9 Schoenaich BW 71101 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4705, '70b3d58c2', 0, 'F-domain Corp', '157 Nakayashiki Sobue town Inazawa city Aichi pref. 495-0001 JP', 'JP', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4706, 'd4dacd', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2020-01-14', '2020-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4707, '000327', 0, 'Act\'L', 'Avenue de Artisanat 10A BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4708, '0050c23d1', 0, 'Braintronics BV', 'Gildemark 130 Almere 1351 HL NL', 'NL', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4709, '1cda27', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4710, '98aafc6', 0, 'Mekotronics Co, Ltd', 'Rm 19C Lockhart Ctr 301-307, Lockhart Rd Wan Chai Hong Kong 999077 HK', 'HK', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4711, 'f86465', 0, 'Anova Applied Electronics, Inc', '580 Howard Street, #403 san francisco CA 94105 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4712, '647033', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4713, '40eedd', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4714, 'f8afdb', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4715, '00238d', 0, 'Techno Design Co, Ltd', '312-2 Aso-gun Kumamoto-ken 861-2401 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4716, '386793', 0, 'Asia Optical Co, Inc', 'No. 22-3 South 2nd Road, T.E.P.Z. Taichung Taiwan 42754 TW', 'TW', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4717, '50294d', 0, 'Nanjing Iot Sensor Tech Co, Ltd', 'ROOM 422 NO.420 ZHONGHUA ROAD QINHUAI DISTRICT NANJING CITY Nangjing jiangsu 210000 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4718, '70b3d52b9', 0, 'Belectric GmbH', 'Wadenbrunner Str, 10 Kolitzheim Bavaria 97509 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4719, 'c8b422', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4720, '642cac', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4721, '70b3d5e0a', 0, 'Acouva, Inc', '2269 Chestnut St San Francisico CA 94123 US', 'US', 'MA-S', '2019-11-01', '2019-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4722, '0010a2', 0, 'Tns', '800 Third Street, Suite B100 HERNDON VA 20170 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4723, '0050c25e7', 0, 'Eads Test & Services', '5, avenue guynemer BP 86 colomiers 31772 FR', 'FR', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4724, '0050c2ad6', 0, 'Unisensor A/S', 'Gydevang 42 Alleroed 3450 DK', 'DK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4725, '60a8fe', 0, 'Nokia', 'Karaportti 3 Espoo 02610 FI', 'FI', 'MA-L', '2014-04-02', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4726, 'dc48b2', 0, 'Baraja Pty. Ltd', '36 Bradfield Road West Lindfield NSW 2070 AU', 'AU', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4727, '001593', 0, 'U4ea Tech Inc', '48860 Milmont Drive Fremont CA 94538 US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4728, '0050c26e8', 0, 'Anymax', '9200 Voie des Clouets Val de Reuil Eure 27100 FR', 'FR', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4729, '0002fa', 0, 'DX Antenna Co, Ltd', '2-15 Hamazaki-Dori, JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4730, '008040', 0, 'John Fluke Manufacturing Co', 'P.O. BOX C9090-M/S 244F EVERETT WA 98206 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4731, '001728', 0, 'Selex Communications', 'Via Pieragostini 80 Genova 16151 IT', 'IT', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4732, '00400c', 0, 'General Micro Systems, Inc', 'P.O. BOX 3689 RANCHO CUCAMONGA CA 91729 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4733, '08001f', 0, 'Sharp Corp', 'ENGINEERING DEPARTMENT 6 NARA 639-11 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4734, '001f29', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2007-12-31', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4735, '68ed43', 0, 'BlackBerry Rts', '451 Phillip Street Waterloo ON N2L 3X2 CA', 'CA', 'MA-L', '2011-11-13', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4736, 'f4cd90', 0, 'Vispiron Rotec GmbH', 'Frankfurter Ring 224 München Bayern 80807 DE', 'DE', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4737, '009062', 0, 'Icp Vortex Computersysteme GmbH', 'FALTERSTRASSE 51-53 D 74223 FLEIN DE', 'DE', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4738, '0050c24df', 0, 'Thermo Electron', '9303 W. Sam Houston Parkway South Houston TX 77099 US', 'US', 'IAB', '2005-07-28', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4739, '4048fde', 0, 'Smart Sensor Devices AB', 'Sollentunavägen 67A Sollentuna Stockholm 19140 SE', 'SE', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4740, '70b3d56ae', 0, 'Hangzhou Weimu Tech Co,.Ltd', '3 / f, building 1, yongle village, cangqian street, yuhang district Hangzhou Zhejiang 310000 CN', 'CN', 'MA-S', '2019-10-12', '2019-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4741, '7071b3', 0, 'Brain Corp', '5665 Morehouse Dr. San Diego CA 92121 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4742, '508789', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4743, '002232', 0, 'Design Design Tech Ltd', 'Unit 9, Ash Road South Wrexham North Wales LL13 9UG GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4744, '0050c2982', 0, 'Triple Ring Tech, Inc', '39655 Eureka Ave Newark Ca 94560 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4745, '64f970', 0, 'Kenade Electronics Tech Co, Ltd', 'F/G room,11/F,Hangdu building,Huafu Rd, Futian district, ShenZhen GuangDong 518028 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4746, 'a895b0', 0, 'Aker Subsea Ltd', 'Kiekhill Industrial Estate Aberdeen AB51 3XA GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4747, '7ccbe22', 0, '1000eyes GmbH', 'Joachimsthaler Str. 12 Berlin 10719 DE', 'DE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4748, '18b6f7', 0, 'New Pos Tech Ltd', 'AB Unit, 14th Floor,Block A, Financial Technology Building.No. 11 Keyuan Rd Shenzhen 518057 CN', 'CN', 'MA-L', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4749, '0050c234a', 0, 'Nie Corp', 'Ohara-Sanden Bldg. 7-F Shinagawa-ku Tokyo 141-0022 JP', 'JP', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4750, '001564', 0, 'Behringer Spezielle Studiotechnik GmbH', 'Hanns-Martin-Schleyer-Str. 36-38 Willich DE', 'DE', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4751, '000abb', 0, 'Taiwan Secom Co,. Ltd', '13F, 108, Sec1, Shin-Tai 5th Road Hsi-Chih Taipei County 221 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4752, 'dcf755', 0, 'Sitronik', '22 MARISCHAL GARDENS ABERDEEN ABERDEENSHIRE AB21 9BY GB', 'GB', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4753, '88b111', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4754, '0040f5', 0, 'Oem Engines', '1190 DELL AVENUE, STE. CAMPBELL CA 95008 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4755, '00034b', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2000-11-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4756, '0004e4', 0, 'Daeryung Ind., Inc', '#219-6, Kasan Dong, Seoul Seoul KOREA KR', 'KR', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4757, '000a41', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4758, '3c0771', 0, 'Sony Corp', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2012-07-28', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4759, 'b8d7af', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4760, '40d85550d', 0, 'Shenzhen MaiWei Cable TV Equipment Co, Ltd', '13/F,Fiyta Hi-tech Building,GaoXinnanyi Avenue,Southern District of Hi-tech Park,Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4761, 'bc34006', 0, 'Cameron', '14450 John F. Kennedy Blvd Houston TX 77032', '', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4762, 'e4bad9', 0, '360 Fly Inc', '1000 Town Center Blvd Canonsburg PA 15317 US', 'US', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4763, '347a60', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-03-07', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4764, '6891d08', 0, 'solvimus GmbH', 'Ehrenbergstr. 11 Ilmenau 98693 DE', 'DE', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4765, '00d06d', 0, 'Acrison, Inc', '20 EMPIRE BLVD. MOONACHIE NJ 07074 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4766, '00172a', 0, 'Proware Tech Corp(By Unifosa)', '6Fl., No. 4, Alley 1, Lane 235, PaoChao Rd., Sindian Dist., New Taipei City 231 TW', 'TW', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4767, 'a4d1d1', 0, 'ECOtality North America', '430 S 2nd Avenue Phoenix AZ 85003 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4768, '3806b4', 0, 'A.D.C. GmbH', 'Peter-Dornier-Str. 10 Lindau 88131 DE', 'DE', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4769, '18810e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4770, '00e09a', 0, 'Positron Inc', '5101 Buchan Street Montreal, Québec H4P 2R9 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4771, '0040a9', 0, 'Datacom Inc', '146 HIGHWAY ROUTE 34 - STE 250 HOLMDEL NJ 07733 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4772, '000d51', 0, 'Divr Systems, Inc', '2161 Saturn Ct. Bakersfield CA 93308 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4773, '988b5d', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison 92848 FR', 'FR', 'MA-L', '2010-01-05', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4774, 'b08e1a', 0, 'URadio Systems Co, Ltd', 'Phase II D202-2, 1355 JinJiHu Blvd Suzhou Jiangsu 215021 CN', 'CN', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4775, 'a4da32', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4776, '1449bc', 0, 'DrayTek Corp', 'No. 26, Fushing Rd., Hukou, Hsinchu Industrial Park, Hsinchu county 30352 TW', 'TW', 'MA-L', '2019-03-14', '2019-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4777, '003020', 0, 'Tsi, Inc.', '500 Cardigan Road Shoreview MN 55126 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4778, '0050c20fc', 0, 'Kimmon Manufacturing Co, Ltd', '2-3-6 Mukogaoka, Bunkyo-Ku Tokyo 113-0023 JP', 'JP', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4779, '0050c2c4f', 0, 'Powersense A/S', 'Skovlytoften 33 Holte Sealand 2840 DK', 'DK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4780, '0050c2d6b', 0, 'Nemec Automation', 'Waldkircher Str. 12 Freiburg BW 79106 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4781, '70b3d56a6', 0, 'Wow System', '#411, MEGA Center, 124, Sagimakgol-ro, Jungwon-gu Seongnam-si 13207 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4782, '002036', 0, 'Bmc Software', '1600 CITY WEST BLVD., #1600 HOUSTON TX 77042 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4783, '0050c28f0', 0, 'Xentras Communications', '1381 S Central Dr. Chandler AZ 85248 US', 'US', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4784, '0050c2d75', 0, 'Collectric AB', 'Regementsvagen 4 Sundsvall Medelpad 85238 SE', 'SE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4785, '949426', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4786, 'bc66416', 0, 'Intuitive Surgical, Inc', '1250 Kifer Rd Sunnyvale California 94086 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4787, '0050c23e9', 0, 'MedAvant Healthcare', '2533 Centennial Blvd Jeffersonville IN 47150 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4788, '001721', 0, 'Fitre S.p.A.', 'Via Valsolda, 15 MILANO MI 20142 IT', 'IT', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4789, '70b3d53d5', 0, 'oxynet Solutions', 'G04 A block, Ground Floor, King Space Meadows, Thanisandra Main Road Bangalore Karnataka 560077 IN', 'IN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4790, 'a4da228', 0, 'SolidPro Tech Corp', '10F.-1, No.150, Jian 1st Rd. Zhonghe Dist. New Taipei City 23511 TW', 'TW', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4791, '70b3d5085', 0, 'Human Systems Integration', '153 Washington St, 4th Floor Walpole MA 02170 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4792, '900218', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4793, '6802b8', 0, 'Compal Broadband Networks, Inc', '13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW', 'TW', 'MA-L', '2019-08-28', '2019-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4794, 'ea115d', 0, 'Autovision Tech Inc', 'NO. 2-3, INDUSTRY EAST ROAD 2, SCIENCE PARK, HSINCHU 30075 TW', 'TW', 'CID', '2019-09-26', '2019-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4795, '6c3a84', 0, 'Shenzhen Aero-Startech. CoLtd', 'F3-4, Building3,Zhongyuntai Industrial Park.Shiyan Town., Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4796, 'a88e24', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4797, '6c4a85', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4798, '001c72', 0, 'Mayer & Cie GmbH & Co KG', 'Emil Mayer Strasse 10 Albstadt Baden-Württemberg 72461 DE', 'DE', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4799, '0050c2cdd', 0, 'K.C.C. Shokai Ltd', '1-2-1 Kobe Hyougo-ken 651-2241 JP', 'JP', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4800, '00e045', 0, 'Touchwave, Inc', 'Maglebjergvej 5B DK-2800 Lyngby DK', 'DK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4801, '00046f', 0, 'Digitel S/A Industria Eletronica', 'R. Doutor Joao Ignacio, 1165 Zip: 90230.181 BR', 'BR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4802, '2829cc', 0, 'Corsa Tech Inc', '505 March Road Ottawa Ontario K2K 3A4 CA', 'CA', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4803, 'c8a9fc', 0, 'Goyoo Networks Inc', 'Building D, Kelin Blocks, No.107, Dongsi North St, Beijing Beijing 100007 CN', 'CN', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4804, '04714b4', 0, 'Apparatebau Gauting GmbH', 'Friedrichshafener Strasse 5 Gilching 82205 DE', 'DE', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4805, 'b4c9b9', 0, 'Sichuan AI-Link Tech Co, Ltd', 'Anzhou, Industrial Park Mianyang Sichuan 622650 CN', 'CN', 'MA-L', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4806, '080049', 0, 'Univation', '1037 NORTH FAIR OAKS AVE. SUNNYVALE CA 94089 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4807, '4c4e35', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4808, 'f04bf2', 0, 'Jtech Communications, Inc', '6413 Congress Ave. Boca Raton FL 33487 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4809, '2cd141c', 0, 'Pin Shang Led Co, Ltd', '5-6Floor, Huilongda Industrial Park,shuitian community, ShiYan Town,bao’an district, ShenZhen Guangdong 518108 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4810, '34d0b86', 0, 'NumberFour AG', 'Schoenhauser Allee 8 Berlin 10119 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4811, '006037', 0, 'Nxp Semiconductors', 'High Tech Campus 32, Office 1.21 SAF AD 13456 NL', 'NL', 'MA-L', '1980-01-01', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4812, '000936', 0, 'Ipetronik GmbH & Co KG', 'Im Rollfeld 28 Baden-Baden Baden-Württemberg 76532 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4813, '28ffb2', 0, 'Toshiba Corp', '1-1 Shibaura 1-Chome, Minato-Ku Tokyo 105-8001 JP', 'JP', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4814, '70b3d5980', 0, 'Beijing Yourong Runda Rechnology Development CoLtd', 'Changping District Science and Technology Park Advanced Road 37 Beijing 6219650 CN', 'CN', 'MA-S', '2020-01-08', '2020-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4815, '0050c224e', 0, 'Scharff Weisberg Systems Integration Inc', '36-36 33rd St. Long Island City NY 11106 US', 'US', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4816, '70b3d56c3', 0, 'Beijing Zgh Security Research Institute Co, Ltd', 'Room 1407, Tianchen Plaza, Chaoyang District BeiJing BeiJing 100020 CN', 'CN', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4817, '0023c7', 0, 'AVSystem', 'ul. Friedleina 4 Kraków małopolskie 30-009 PL', 'PL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4818, '0003e3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4819, '001216', 0, 'Icp Internet Communication Payment AG', 'Wilhelm-Stein-Weg 24 Hamburg D-22339 DE', 'DE', 'MA-L', '2004-08-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4820, '001dc3', 0, 'Rikor TV, Ltd', 'Kostomarovsky per.,3 Moscow 105120 RU', 'RU', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4821, '6c3be5', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4822, '70b3d58a6', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4823, '70b3d534b', 0, 'Leaff Engineering Srl', 'Via Pastore 10 Osimo AN 60027 IT', 'IT', 'MA-S', '2019-11-12', '2019-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4824, '000d48', 0, 'Aewin Tech Co, Ltd', '7F, No. 2, Lane 47, Sec. 3, Nan-Gang Rd. TAIPEI 115 TW', 'TW', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4825, '00173a', 0, 'Cloudastructure Inc', '585 Broadway Redwood City CA 94063 US', 'US', 'MA-L', '2006-01-30', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4826, '6c5c3da', 0, 'krtkl Inc', '350 Townsend Street, Suite 301A San Francisco CA 94107 US', 'US', 'MA-M', '2018-07-30', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4827, 'e44cc7a', 0, 'Muzik Inc', '9220 Sunset Blvd #112 West Hollywood CA 90069 US', 'US', 'MA-M', '2018-12-03', '2018-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4828, '0050c2b2a', 0, 'Trench Austria GmbH', 'Paschinger Straße 49 Leonding Austria 4060 AT', 'AT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4829, '800a801', 0, 'Dongguan I-Chime electrinics Co, Ltd', '3/F,A/B,west of Xiangmang road,Fugang village Dongguan Guangdong 523660 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4830, '6095cea', 0, '(UN)Manned', 'Baron Ruzettelaan 3 Brugge 8310 BE', 'BE', 'MA-M', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4831, '000fd6', 0, 'Sarotech Co, Ltd', 'HanGang Bldg, 1549-7, Seocho-Dong, Seoul 137-070 KR', 'KR', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4832, '0050c25c4', 0, 'ProMik GmbH', 'Suedwestpark 100 Nuernberg Bayern 90449 DE', 'DE', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4833, '0050c28a5', 0, 'Mocon, Inc', '7500 Boone Avenue North Minneapolis MN 55428 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4834, '1cdf0f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4835, '74e537', 0, 'Radspin', 'Songpa-gu Garak-dong 78 Seoul 138-950 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4836, '04e1c8', 0, 'Ims Soluções em Energia Ltda.', 'Av. Bernardino Silveira Pastoriza, 720 Porto Alegre RS 91160-310 BR', 'BR', 'MA-L', '2011-03-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4837, '9cd21e', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-01-12', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4838, 'a4cd23', 0, 'Shenzhenshi Xinzhongxin Co, Ltd', 'Building A3, Donghuan Industrial Zone, Nanpu Road, Shajing Town, Baoan District Shenzhen Guangdong 518125 CN', 'CN', 'MA-L', '2019-08-02', '2019-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4839, '0005de', 0, 'Gi Fone Korea, Inc', 'Twin Bldg. 4th Fl, Seoul, KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4840, '001762', 0, 'Solar Tech, Inc', '7620 Cetronia Road Allentown PA 18106 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4841, '001a86', 0, 'AdvancedIO Systems Inc', '595 Howe Street, Suite 502 Vancouver BC V6C 2T5 CA', 'CA', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4842, '806629', 0, 'Prescope Tech Co, Ltd', '12F-1,No.192,Sec 2,Chung Hsin Road Hsin Tien City Taipei County 23146 TW', 'TW', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4843, '0050c2c60', 0, 'Integration Tech Ltd', 'Level 4 City Council Building Palmerston North Manawatu 4410 NZ', 'NZ', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4844, '64a68f', 0, 'Zhongshan Readboy Electronics Co, Ltd', 'Changmingshui Industrial Park Wuguishan Zhongshan City,Guangdong Province Zhongshan Guangdong 528400 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4845, '70b3d5cae', 0, 'Thema', 'le praesidium , 350 av du club hippique aix en provence france 13090 FR', 'FR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4846, 'c468d0', 0, 'VTech Telecommunications Ltd', '23/F, Tai Ping Industrial Centre, Block 1, HONG KONG NA 000000 HK', 'HK', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4847, '00d0b8', 0, 'Iomega Corp', '1821 West 4000 South Roy UT 84067 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4848, '00046e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4849, '40bc60', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4850, '2c6e85', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4851, '70b3d5b07', 0, 'Arrowvale Electronics', 'Shawbank Road Redditch Worcestershire B98 8YN GB', 'GB', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4852, '0019b8', 0, 'Boundary Devices', '7200 W. Oakland Chandler AZ 85226 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4853, 'a8bbcf', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-06-20', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4854, '30cbf8', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4855, '00d0e0', 0, 'Dooin Electronics Co', 'DOOIN BLDG. 16-6, SOONAE-DONG KOREA 463-020 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4856, '18b79e', 0, 'Invoxia', '87 rue du Gouverneur Général Eboué Issy-Les-Moulineaux 92130 FR', 'FR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4857, '70b3d5ae6', 0, 'Ya Batho Trading (Pty) Ltd', '9 Estee Ackerman Street Jet Park Gauteng 1462 ZA', 'ZA', 'MA-S', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4858, '000b96', 0, 'Innotrac Diagnostics Oy', 'Kalevantie 25 Turku Åbo 20520 FI', 'FI', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4859, '48bf74', 0, 'Baicells Tech Co, Ltd', '10F,Dinghao Electronics Plaza-B,No.3 Haidian St.,Haidian Dist.,Beijing,China Beijing Beijing 10080 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4860, '70b3d5492', 0, 'Jiangsu Jinheng Information Tech Co, Ltd', 'LuHe District,XieJiaDian,Ninggang Road No.81 Nanjing Jiangsu 210035 CN', 'CN', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4861, '88a406', 0, 'Johnson Outdoors Marine Electronics d/b/a Minnkota', '1531 E Madison Ave Mankato MN 56001 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4862, '001670', 0, 'Sknet Corp', 'Fontana Shinyokohama Yokohama Kanagawa 222-0033 JP', 'JP', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4863, '70b3d5086', 0, 'Husty M.Styczen J.Hupert Sp.J.', 'Rzepakowa 5e Krakow malopolska 31-989 PL', 'PL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4864, '70b3d58f2', 0, 'Rimota Ltd', 'Archer House, Britland Estate, Northbourne Road Eastbourne East Sussex BN22 8PW GB', 'GB', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4865, 'a8e705', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4866, '00407c', 0, 'Qume Corp', '500 YOSEMITE DRIVE, M/S-29 MILPITAS CA 95035-5426 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4867, '0050c2af8', 0, 'Global Satellite Engineering', '1831 Cordova Road Fort Lauderdale FL 33316 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4868, '70b3d5c3f', 0, 'Code Blue Corp', '259 Hedcor St Holland MI 49423 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4869, 'f01b6c', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4870, '70b3d59fb', 0, 'Unicom Global, Inc', '581, Ruiguang Road, Neihu Dist. Taipei 11492 TW', 'TW', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4871, '10dcb6c', 0, 'Bbpos International Ltd', 'Suite 1602, Tower 2, Nina Tower, 8 Yeung Uk Road, Tsuen Wan, NT Hong Kong China 00000 HK', 'HK', 'MA-M', '2019-07-17', '2019-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4872, '002206', 0, 'Cyberdyne Inc', '504 @C49-2 Tsukuba-shi Ibaraki-ken 305-0817 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4873, '006440', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4874, 'f45b73', 0, 'Wanjiaan Interconnected Tech Co, Ltd', '2nd Floor,Incubation Building, Science Development Institute of China, High-tech South 1st Street, Nanshan District Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4875, '70b3d5cd3', 0, 'Controlrad', '20(49), HaTaas st, Kfar-Saba, Israel 4442520 IL', 'IL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4876, '0890ba', 0, 'Danlaw Inc', '23700 research Dr. Farmington Hills 48335 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4877, '0050c2237', 0, 'Tandata Systems Ltd', 'Richmond House Newbury Berkshire RG14 1QY GB', 'GB', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4878, '001113', 0, 'Fraunhofer Fokus', 'Kaiserin-Augusta-Allee 31 Berlin 10589 DE', 'DE', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4879, '38b725', 0, 'Wistron Infocomm (Zhongshan) Corp', 'No.38,East Keji Road,Zhongshan Torch Development Zone,Zhongshan City,Guangdong,China Zhongshan Guangdong 528437 CN', 'CN', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4880, '70b3d54af', 0, 'Agramkow Fluid Systems A/S', 'Augustenborg Landevej 19 Soenderborg DK 6400 DK', 'DK', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4881, '000adc', 0, 'RuggedCom Inc', '30 Whitmore Road Woodbridge Ontario L4L 7Z4 CA', 'CA', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4882, '001b19', 0, 'Ieee I&M Society Tc9', '100 Bureau Dr., Mail Stop 8220 Gaithersburg MD 20899-8220 US', 'US', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4883, '001bcc', 0, 'Kingtek Cctv Alliance Co, Ltd', '5F-3, NO. 106, SEC. 3, HSIN YI ROAD TAIPEI 106 TW', 'TW', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4884, '402ba1', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2010-02-21', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4885, 'a47c1f', 0, 'Cobham plc', '3985 Gateway Centre Blvd Pinellas Park FL 33782 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4886, '848506', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-07-16', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4887, '0090bd', 0, 'Omnia Communications, Inc', '100 NICKERSON ROAD MARLBOROUGH MA 01752 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4888, '00064a', 0, 'Honeywell Co, Ltd (Korea)', '56, Chaam-dong, Chonan-city KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4889, '203a07', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4890, 'a4d18c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4891, '30f7d7', 0, 'Thread Tech Co, Ltd', '4F, A Block, CYG, No.2,Mid GaoXin Shenzhen GuangDong 518055 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4892, '70886b0', 0, 'Veracity UK Ltd', '4 Dow Road Monkton, Prestwick KA9 2TU GB', 'GB', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4893, 'e86ff2', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2017-05-23', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4894, '70b3d5108', 0, 'Tex Computer Srl', 'VIA MERCADANTE 35 CATTOLICA RIMINI 47841 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4895, 'a89042', 0, 'Beijing Wanwei Intelligent Tech Co, Ltd', 'Room 616, Section 1, Cuicing, No. 1 Shanyuan Street, Haidian District Beijing Beijing 100000 CN', 'CN', 'MA-L', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4896, '4ce176', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-10-22', '2019-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4897, '0050c2539', 0, 'Detection Tech Inc', 'Micropolis Ii 91100 FI', 'FI', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4898, '001ec2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2007-12-31', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4899, '044665', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4900, 'a03e6bb', 0, 'KoCoS Messtechnik AG', 'Südring 42 Korbach Hessen 34497 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4901, '0011f9', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2004-08-04', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4902, '0050c27b6', 0, 'Alstom (Schweiz) AG', 'Baden AG 5401 CH', 'CH', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4903, '7cbc84', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4904, '70b3d5fed', 0, 'Niron systems & Projects', 'PO Box 8546 Netania 4250407 IL', 'IL', 'MA-S', '2018-12-13', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4905, '00a05b', 0, 'Marquip, Inc', '1245 E. WASHINGTON AVE. MADISON WI 53703 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4906, '0050c27d5', 0, 'Deuta Werke GmbH', 'Paffrather Strasse 140 Bergisch-Gladbach NRW 51465 DE', 'DE', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4907, '00214a', 0, 'Pixel Velocity, Inc', '3917 Research Park Dr. Ann Arbor MI 48108 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4908, '9c417c', 0, 'Hame Tech Co, Ltd', '5F, No. 18 High Tech Middle Avenue One, High Tech Industrial Park, Nanshan District, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4909, '28d576', 0, 'Premier Wireless, Inc', '4222 E. La Palma Ave. Anaheim CA 92807 US', 'US', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4910, '8016b7', 0, 'Brunel University', 'School of IS, Computing & Maths Uxbridge Middlesex UB8 3PH GB', 'GB', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4911, 'c8ae9c', 0, 'Shanghai Tyd Elecronic Tech Co Ltd', '21F, BLKB, NO.391 GuiPing Rd, Shanghai 200233 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4912, '34298fc', 0, 'Albert Handtmann Maschinenfabrik GmbH&CoKG', 'Hubertus-Liebrecht-Str. 10-12 Biberach 88400 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4913, '00c056', 0, 'Somelec', 'BP 7010 - 95050 FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4914, '0011e9', 0, 'Starnex Co, Ltd', '4th Floor, C&C Bldg, 228-2 Kwangjin-gu Seoul 143-200 KR', 'KR', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4915, '3412f9', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4916, '88108f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4917, '74a78e', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4918, '705425', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-06-19', '2019-06-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4919, '000ea9', 0, 'Shanghai Xun Shi Communications Equipment Ltd Co', 'Hi-Tech King World, Unit C603 Shanghai 200001 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4920, 'e0aeed', 0, 'Loenk', 'F9, Cheongdam Venture Plaza SEOUL 135-951 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4921, 'b877c3', 0, 'Meter Group', '2365 NE Hopkins Court Pullman WA 99163 US', 'US', 'MA-L', '2013-01-09', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4922, '70b3d5f63', 0, 'Ars Products', '30 Crabtree Lane Woodstock CT 06281 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4923, 'f85a00', 0, 'Sanford LP', '6655 Peachtree Dunwoody Road Atlanta GA 30228 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4924, '70b3d5519', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2019-08-22', '2019-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4925, '0010f6', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4926, '0050c2224', 0, 'Pannocom Ltd', 'Törökvész út 98/b Budapest Pest Megye 1025 HU', 'HU', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4927, '1c0656', 0, 'Idy Corp', 'IDEMITSU Korakuen Bld 9F Bunkyo-ku Tokyo 112-0002 JP', 'JP', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4928, '78d004', 0, 'Neousys Tech Inc', '13F.-1, NO.1, BAOSHENG RD., YONGHE CITY TAIPEI COUNTY 23444 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4929, '70b3d53e2', 0, 'Avi Pty Ltd', '9 Pitt Way Booragoon Western Australia 6154 AU', 'AU', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4930, '00a0b6', 0, 'Sanritz Automation Co, Ltd', '4-21 MINAMI NARUSE', '', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4931, '00210f', 0, 'Cernium Corp', '1943 Isaac Newton Sq Reston VA 20190 US', 'US', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4932, '40d8550dc', 0, 'Nvs Tech Inc', '1505 Adams Dr Suite D Menlo Park CA 94025 US', 'US', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4933, '44ce7d', 0, 'Sfr', '5 RUE NOEL PONS NANTERRE 92000 FR', 'FR', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4934, '70b3d5001', 0, 'Soredi touch systems GmbH', 'Werner-von-Siemens-Str. 13 Olching Bavaria 82140 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4935, '5c1dd9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4936, '00206b', 0, 'Konica Minolta Holdings, Inc', '1-6-1, Marunouchi, Tokyo 100-0005 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4937, 'ac932f', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4938, '001928', 0, 'Siemens AG, Transportation Systems', 'Ackerstraße 22 Braunschweig 38126 DE', 'DE', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4939, '0050c2898', 0, 'Veeco Process Equipment, Inc', '2330 E. Prospect Rd. Fort Collins Colorado 80526 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4940, '70b3d58be', 0, 'Connoiseur Electronics Private Ltd', 'Connoiseur House, #12, 13th Main, 12th cross, Doopanahalli, H.A.L. 2nd Stage, Indiranagar Bangalore Karnataka 560038 IN', 'IN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4941, 'bc9740', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4942, '00056a', 0, 'Heuft Systemtechnik GmbH', 'Brohltalstr 31-33 Deutschland DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4943, '0050c2196', 0, 'Netsynt Spa', 'Via A. G. Resti, 53 Roma 00143 IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4944, '70b3d5f30', 0, 'Ade Tech Inc', '15F. No.90, Xingde Rd., Sanchong Dist. New Taipei City 24158 TW', 'TW', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4945, '70b3d52a4', 0, 'Gsp Sprachtechnologie GmbH', 'Teltowkanalstraße 1 Berlin 12247 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4946, '0022b4', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4947, 'e061b2', 0, 'Hangzhou Zenointel Tech Co, Ltd', 'Room 806, F#, Cambridge Combridge, Shenhua Road,District Xihu, Hangzhou Zhejiang 310030 CN', 'CN', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4948, 'a4da221', 0, 'T2t System', '#316, HYUNDAI Knowledge Industry Center, 70, Dusan-ro Geumcheon-gu Seoul 08584 KR', 'KR', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4949, '70b3d5eec', 0, 'Impolux GmbH', 'Boschstr. 7 Kastellaun RLP 56288 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4950, '54a4937', 0, 'Red Hydrogen Llc', '15 Cushing IRVINE CA 92618 US', 'US', 'MA-M', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4951, '000531', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4952, 'd87495', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4953, '001add', 0, 'PePWave Ltd', '17/F., Park Building, Cheung Sha Wan Kowloon HK', 'HK', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4954, '48c8b6', 0, 'SysTec GmbH', 'Ludwig-Erhard-Strasse 6 Bergheim-Glessen NRW 50129 DE', 'DE', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4955, '28b9d9', 0, 'Radisys Corp', '5435 NE Dawson Creek Drive Hillsboro OR 97124 US', 'US', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4956, '40a36b3', 0, 'Omnitracs, Llc', '717 North Harwood St. Dallas TX 75201 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4957, '70b3d537b', 0, 'Power Ltd', 'Kazal str. 64-66 Budapest 1031 HU', 'HU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4958, '145f94', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-08-06', '2016-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4959, '004099', 0, 'Newgen Systems Corp', '17580 NEWHOPE STREET FOUNTAIN VALLEY CA 92708 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4960, '0050c2497', 0, 'Advanced Driver Information Tech GmbH', 'Robert Bosch Strasse 200 Hildesheim . 31139 DE', 'DE', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4961, '0050c21b3', 0, 'Dsp Design', 'TAPTON PK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4962, '001e68', 0, 'Quanta Computer Inc', 'NO. 211, WEN HWA 2RD., KUEI SHAN HSIANG TAIPEI TAO YUAN SHIEN 333 TW', 'TW', 'MA-L', '2007-10-09', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4963, '70b3d5389', 1, 'Private', '', '', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4964, '70b3d53f2', 0, 'H3d, Inc', '812 Avis Drive Ann Arbor MI 48108 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4965, '000318', 0, 'Cyras Systems, Inc', '47100 Bayside Parkway Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4966, '00903c', 0, 'Atlantic Network Systems', 'IMMEUBLE Kennedy 33700 MERIGNAC FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4967, '00153e', 0, 'Q-Matic Sweden AB', 'Neongatan 8 Molndal 431 53 SE', 'SE', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4968, 'dcfb02', 0, 'Buffalo.Inc', 'AKAMONDORI Bldg.,30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref 460-8315 JP', 'JP', 'MA-L', '2013-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4969, 'fca47a5', 0, 'Syfer', '227 SANDY SPRINGS PL SUITE D-454 Atlanta GA 30328-5918 US', 'US', 'MA-M', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4970, '00300e', 0, 'Klotz Digital AG', 'Hans-Stiessbergerstraße 2A D-85540 Haar DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4971, '001495', 0, '2Wire Inc', '1704 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4972, '00168d', 0, 'Korwin Co, Ltd', '3rd Floor, Hana Bldg, 123-7 Nonhyun-dong Seoul 135-010 KR', 'KR', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4973, '0050c28e2', 0, 'Wireless Cables Inc', '1414 Soquel Ave, Ste 212 Santa Cruz CA 95062 US', 'US', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4974, '0050c2ec3', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2011-10-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4975, 'b8cd93', 0, 'Penetek, Inc', '6F, No.18, Wuqun 7th Rd, Wugu Dist New Taipei City 248 TW', 'TW', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4976, '247189', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4977, '70b3d517a', 0, 'Gencoa Ltd', '4 De Havilland Drive Liverpool Merseyside L24 8RN GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4978, '00602f', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4979, '08000e', 0, 'Ncr Corp', 'WORLD HEADQUARTERS DAYTON OH 45479 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4980, '70b3d57fe', 0, 'Rch Italia SpA', 'Via Cendon 39 SILEA Treviso 31057 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4981, '406c8f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-07-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4982, '0050c2ead', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2011-10-15', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4983, '284430', 0, 'GenesisTechnical Systems (UK) Ltd', 'Venture Centre Coventry CV4 7EZ GB', 'GB', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4984, '70b3d5a35', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4985, '3009f92', 0, 'Beijing Netswift Tech Co, Ltd', 'No. 7, 7th floor, No.49 Zhichun Road, Haidian District Beijing Beijing 100190 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4986, '9405bba', 0, 'SolarEdge Tech', '1 Abba Eban St. Herzelia 46725 IL', 'IL', 'MA-M', '2020-01-08', '2020-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4987, '0020ed', 0, 'Giga-Byte Tech Co, Ltd', '365 CLOVERLEAF BALDWIN PARK CA 91706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4988, '0011c0', 0, 'Aday Tech Inc', '9F.-3, No. 247, Sec. 1, Taichung Port Rd., Taichung City 403 TW', 'TW', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4989, '0050c20bb', 0, 'MAZeT GmbH', 'Goeschwitzer Str.32 D-07745 Jena DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4990, '64c6af', 0, 'Axerra Networks Ltd', '24 Raoul Wallenberg St. , Tel-Aviv ISRAEL 69719 IL', 'IL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4991, 'c417fe', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4992, '70b3d5422', 0, 'Sus Corp', '6F, S-patio Bldg. 14-25 Minami-cho, Suruga-ku, Shizuoka city, Shizuoka 422-8067 JP', 'JP', 'MA-S', '2019-09-03', '2019-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4993, '0002f6', 0, 'Equipe Communications', '100 Nagog Park Acton MA 01720 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4994, '00501e', 0, 'Grass Valley, A Belden Brand', '3499, Douglas B. Floreani Montreal Quebec H4S 2C6 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4995, '0050c2176', 0, 'Wavium AB', 'Västberga Allé 60 Stockholm SE-126 75 SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4996, '0011c8', 0, 'Powercom Co, Ltd', '8F, No. 246, Lien Chen Rd. Chung Ho Taipei 235 TW', 'TW', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4997, 'a09bbd', 0, 'Total Aviation Solutions Pty Ltd', 'Suite 816A / 3 PARKLAND BVDE Brisbane QLD 4000 AU', 'AU', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4998, '70b3d57f1', 0, 'AeroVision Avionics, Inc', '2F, No.30, R&D Rd. II, Hsinchu City Hsinchu City 30076 TW', 'TW', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(4999, '70b3d50f3', 0, 'MonsoonRF, Inc', '7740 Garvey Ave, Unit D Rosemead CA 91770 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5000, '00a031', 0, 'Hazeltine Corp, MS 1-17', '450 E. PULASKI ROAD GREENLAWN NY 11740 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5001, '0009e1', 0, 'Gemtek Tech Co, Ltd', 'No.1 Jen Ai Road Hukou Hsinchu 303 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5002, 'f44d17', 0, 'Goldcard High-Tech Co, Ltd', 'No.158, Jinqiao Stree,Economic&Technological Development Area, Hangzhou Zhejiang 310018 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5003, '70b3d5c1d', 0, 'Kranze Tech Solutions', '742 Pinecrest Dr Prospect Heights IL 60070 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5004, 'b0b867', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5005, '807d3a', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5006, '00150f', 0, 'mingjong', '8F,NO.1,LANE 16,SZE CHUAN ROAD,SEC.2,PANCHIAO CITY. TAIPEI 220 TW', 'TW', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5007, '0050c2512', 0, 'Linear Acoustic, Inc', '354 N Prince St Lancaster PA 17603 US', 'US', 'IAB', '2005-09-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5008, '70b3d5e53', 0, 'MI Inc', '3F Daiichi-Heiwa-Bldg. 5-1, Kabuto-cho TOKYO Chuo-ku 103-0026 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5009, '2078f0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5010, 'ccd31ee', 0, 'ShenZhenBoryNet Co, Ltd', 'building 9.C-18-n,baoneng tech.park qingxiang road longhua district,shenzhen shenzhen guangzhou 518109 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5011, '5cba37', 0, 'Microsoft Corp', '31807 - 25th Ave SW Federal Way 98023 US', 'US', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5012, '70b3d5674', 0, 'Fortress Cyber Security', '189 South Orange Ave, Suite 1950 Orlando FL 32801 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5013, '001dd4', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-09-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5014, '5475d0', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5015, '0050c2485', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2005-04-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5016, '0025bd', 0, 'Italdata Ingegneria dell\'Idea S.p.A.', 'viale Eroi di Cefalonia 123 Roma 00128 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5017, '74f8db6', 0, 'Shenzhen Melon Electronics Co, Ltd', '3 Floor ,A5 building ,YinLong Technology Industrial Park ,Shenshan Road 292 ,Longgang District Shenzhen Guangdong 518116 CN', 'CN', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5018, 'd40fb2', 0, 'Applied Micro Electronics Ame bv', 'Esp 100 Eindhoven NB 5633 AA NL', 'NL', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5019, 'e0191d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-09-21', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5020, '000f1c', 0, 'DigitAll World Co, Ltd', 'Sejin Bld 2F, 689 ilwon2-dong, gangnam-gu Seoul 135-946 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5021, 'd4f207', 0, 'Diaodiao(Beijing)Tech Co, Ltd', '48D Image Base, No 3 Guangqu Road, Chaoyang District, Beijing, China Beijing 100124 CN', 'CN', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5022, '70b3d538b', 0, 'Lookman Electroplast Industries Ltd', 'Old No : 9, New No : 15, II Street Etn., III Main Road , CIT Nagar, Nandanam Chennai Tamilnadu 600035 IN', 'IN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5023, '00c006', 0, 'Nippon Avionics Co, Ltd', 'INDUSTRIAL SYSTEM DIVISION JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5024, '000d70', 0, 'Datamax Corp', '4501 Parkway Commerce Blvd Orlando FL 32808 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5025, '0050c2a33', 0, 'Fuji Firmware', '535-211 Nakayamacyou-Nishi Nara-City Nara-Prefecture 631-0013 JP', 'JP', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5026, 'a49981', 0, 'FuJian Elite Power Tech Co, Ltd', '8th Floor£¬56 GuanRi Road Xiamen Fujian 361009 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5027, '7c6b52', 0, 'Tigaro Wireless', 'Shen A\'ari 7 Even Yehuda 40500 IL', 'IL', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5028, '380e7b', 0, 'V.P.S. Thai Co, Ltd', '279-281 Mangkorn Rd., Pomprab District Bangkok Bangkok 10100 TH', 'TH', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5029, '2c279ea', 0, 'Exegy Inc', '349 Marshall Avenue, Suite 100 Saint Louis 63119 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5030, '000247', 0, 'Great Dragon Information Tech (Group) Co, Ltd', '169 Beiyuan Rd., Beijing 100101, CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5031, '003033', 0, 'Orient Telecom Co, Ltd', 'MISUNG BULDING 115-7 KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5032, '0050c22dc', 0, 'Wiener, Plein & Baus GmbH', 'Muellersbaum 20 Burscheid 51399 DE', 'DE', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5033, 'ec2368', 0, 'IntelliVoice Co, Ltd', '3-6 Kioicho Chiyoda Tokyo 102-0094 JP', 'JP', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5034, '30f7c5', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5035, '4c3fd3', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5036, 'b4c4fc', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5037, 'b4a2eb8', 0, 'Shenzhen Zhuifengma Tech Co, Ltd', '2 FLOOR WEST WING BLOCK 3 NO.28 LANGSHAN ROAD, NANSHAN DISTRICT SHENZHEN Guangdong 518040 CN', 'CN', 'MA-M', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5038, '0020a6', 0, 'Proxim Wireless', '1561 Buckeye Drive Milpitas CA 95035 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5039, '0050a3', 0, 'TransMedia Communications, Inc', '20 GREAT OAKS BLVD., #210 SAN JOSE CA 95119 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5040, '0050c255a', 0, 'Valde Systems, Inc', '26 Iron Works Ln Brookline NH 03033 US', 'US', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5041, '60da23', 0, 'Estech Co, Ltd', '#717,133-1,Sangdaewon-Dong Seongnam-Si Gyeonggi-Do 462-120 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5042, 'ecea03', 0, 'Darfon Lighting Corp', '167, Shanying Road Gueishan Taoyuan 33341 TW', 'TW', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5043, '705681', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-04-08', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5044, '40d855045', 0, 'Genadsystem', '#522 Innoplex Bldg. 1-613, Wonchen-dong Suwon Gyeonggi-do 443-380 KR', 'KR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5045, '885d906', 0, 'Hi-Profile Achievement (M) Sdn Bhd', '42A, Lorong Teras Jaya 2, Kawasan Perniagaan Teras Jaya Butterworth Pulau Pinang 13400 MY', 'MY', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5046, '00a06b', 0, 'Dms Dorsch Mikrosystem GmbH', 'HOLMLUECK 13-15 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5047, '0050c2096', 0, 'Utronix Elektronikutreckling AB', 'Teknikringen 1 SE-583 30 Linkoping SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5048, '70b3d5329', 0, 'Primalucelab isrl', 'VIA BRENTELLA 53/7 ROVEREDO IN PIANO PN 33080 IT', 'IT', 'MA-S', '2019-07-10', '2019-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5049, '0022e2', 0, 'Wabtec Transit Division', '130 Ridgeview Circle Duncan SC 29334 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5050, '00100b', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5051, '0050c275b', 0, 'Dmt System S.p.A.', 'Via Zanella 21 Lissone Milan 20035 IT', 'IT', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5052, '70b3d5f6c', 0, 'VisioGreen', '26, Avenue Winston Churchill Louviers 27 Eure 27400 FR', 'FR', 'MA-S', '2019-05-07', '2019-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5053, '0cd292', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5054, 'eca86b', 0, 'Elitegroup Computer Systems Co, Ltd', 'NO. 239, Sec. 2, Ti Ding Blvd. Taipei 11493 TW', 'TW', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5055, 'f81d780', 0, 'Dongguan Shun Hing Plastics Ltd', 'No.11,13,15,Zhongfang Industrial Road,Shatou,Changan Town Dongguan City Guangdong 523861 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5056, '282c028', 0, 'Shenzhen Neoway Tech Co, Ltd', '4F-2#,Lian Jian Science & Industry Park,Huarong Road,Dalang Street,Longhua District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5057, '002231', 0, 'Smt&C Co, Ltd', '2Fr. Haksan Bldg. 110, Gwangjang-dong, Gwangjin-gu Seoul 143-802 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5058, '707e43', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-12-06', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5059, '001c93', 0, 'ExaDigm Inc', '2871 Pullman St Santa Ana CA 92705 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5060, '34862a', 0, 'Heinz Lackmann GmbH & Co KG', 'Harkortstraße 15 Münster NRW 48163 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5061, '04dad2', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5062, '1ccae38', 0, 'OxySec S.r.l.', 'via delle Querce, 7 Treviolo Bergamo 24048 IT', 'IT', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5063, '04c3e65', 0, 'Invasys', 'Sochorova 36 Brno 616 00 CZ', 'CZ', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5064, '0020d6', 0, 'Breezecom, Ltd', 'ATIDIM TECHNOLOGICAL PK-BLDG.3 Tel-aviv 12345 IL', 'IL', 'MA-L', '1980-01-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5065, '001810', 0, 'IPTrade S.A.', 'Parc Scientifique Sart-Tilman Wallonie 4031 BE', 'BE', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5066, 'c40049', 0, 'Kamama', '100 Enterprise Way Scotts Valley CA 95066 US', 'US', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5067, 'c8de51', 0, 'IntegraOptics', '745 Albany Shaker Rd Latham NY 12110 US', 'US', 'MA-L', '2012-05-26', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5068, '7c70bc6', 0, 'Bidgely', '298 S Sunnyvale Ave Sunnyvale CA 94086 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5069, 'd046dc', 0, 'Southwest Research Institute', '6220 Culebra Road San Antonio Texas 78238 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5070, '94e979', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5071, '0050c278e', 0, 'Globalcom Engineering Srl', 'Via Volta 9 MORNAGO VA 21020 IT', 'IT', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5072, '448e81', 0, 'Vig', '705 Hanshin IT Tower, 60-18, Kasan-dong, Geumcheon-gu Seoul KSXX0022 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5073, '0050c2d58', 0, 'Nik-Elektronika Ltd', 'L.Kurbasa Ave 2-B Kiev 03148 UA', 'UA', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5074, '70b3d5868', 0, 'U-Jin Mesco Co, Ltd', 'Nakajima-cho 18-22 Nishinomiya Hyogo 663-8105 JP', 'JP', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5075, '000fcf', 0, 'DataWind Research', '555 Rene-Levesque West Montreal Quebec H2Z 1B1 CA', 'CA', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5076, '00264f', 0, 'Krüger &Gothe GmbH', 'Atzendorfer Straße 19 Staßfurt Sachsen Anhalt 39418 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5077, '10f49a', 0, 'T3 Innovation', '808 Calle Plano Camarillo CA 93012 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5078, 'd881ce', 0, 'Ahn Inc', '1006,Halla sigma valley, 53, Gasandigital 2-Ro Seoul 153 706 KR', 'KR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5079, '1007235', 0, 'Beijing Sooall Information Tech Co, Ltd', 'Room 1028,Block B,No.11 XinghuoRoad,Science City,Fengtai District Beijing Beijing 100070 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5080, '3c7a8a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5081, '3871de', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5082, 'a85c2c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5083, '0009cd', 0, 'Hudson Soft Co, Ltd', 'C62,Geijutsu-no-mori Sapporo Hokkaido 005-0864 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5084, '0019c2', 0, 'Equustek Solutions, Inc', '#286 - 5489 Byrne Road, Burnaby BC V5J 3J1 CA', 'CA', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5085, 'b4b686', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5086, 'f8d478', 0, 'Flextronics Tech(Ind) Pvt Ltd', 'SURVEYNO.381, PADUR ROAD, KUTHAMBAKKAM VILLAGE, 602107 POONAMALLEE TALUK, THIRUVALLUR DISTRIC Chennai 602107 IN', 'IN', 'MA-L', '2018-10-25', '2018-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5087, 'c86314c', 0, 'Freeus Llc', '640 W 1100 S Ogden UT 84404 US', 'US', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5088, 'd06726', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5089, 'a0c5f23', 0, 'Shenzhen Feima Robotics Tech Co, Ltd', '1/f,16 ,Zhiheng Industrial Park, Nantou Second Road, Nantou Street, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5090, 'd466a8', 0, 'Riedo Networks Ltd', 'Route de la Fonderie 6 Fribourg 1700 CH', 'CH', 'MA-L', '2010-05-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5091, '1cb243', 0, 'Tdc A/S', 'Telehøjen 1 Odense SØ 5220 DK', 'DK', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5092, '20ad56', 0, 'Continental Automotive Systems Inc', '21440 W. Lake Cook Rd. Deer Park IL 60010 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5093, 'd0c857d', 0, 'Iflytek Co, Ltd', 'National Intelligent Speech High-tech Industrialization Base, No. 666, Wangjiang Road West, Hefei An hui 230088 CN', 'CN', 'MA-M', '2019-03-22', '2020-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5094, '0060f1', 0, 'Exp Computer, Inc', '141 EILEEN WAY SYOSSET NY 11791 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5095, '0030c6', 0, 'Control Solutions, Inc', '201 85TH AVENUE NW MINNEAPOLIS MN 55433 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5096, '443719', 0, '2 Save Energy Ltd', 'The Annexe, Field House Barn Sherborne St John Hampshire RG24 9LR GB', 'GB', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5097, 'd02598', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5098, 'a4ed435', 0, 'Beijing Icpc Co, Ltd', 'Fengtai District HuaXiang LiuQuan West Road NO.8 Xinhua ShuangChuangYuan Building B Floor 2 NO.203 Beijing Beijing 100070 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5099, '74366d', 0, 'Vodafone Italia S.p.A.', 'Via Lorenteggio nr. 240 Milan Italy 20147 IT', 'IT', 'MA-L', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5100, '00207b', 0, 'Intel Corp', '2111 NE 25th Avenue Hillsboro OR 97124 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5101, '00c0af', 0, 'Teklogix Inc', '2100 MEADOWVALE BOULEVARD CANADA L5N 7J9 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5102, '001b8b', 0, 'Nec Platforms, Ltd', '800 Shimomata Kakegawa Shizuoka 436-8501 JP', 'JP', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5103, '002597', 0, 'Kalki Communication Tech', '4th Floor, Survey. No. 17/1, Outer Ring Road Opp. Prestige Cessna Park Bangalore 560 103 IN', 'IN', 'MA-L', '2010-01-05', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5104, '70b3d5aff', 0, 'digital-spice', 'toyohira529-2 chino nagano 391-0213 JP', 'JP', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5105, 'a02833c', 0, 'Kalray S.A.', '180 avenue de l’Europe Montbonnot Saint Martin 38330 FR', 'FR', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5106, '14ae856', 0, 'Tmg TE GmbH', 'Zur Gießerei 10 Karlsruhe 776227 DE', 'DE', 'MA-M', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5107, '006028', 0, 'Macrovision Corp', '2830 De La Cruz Boulevard Santa Clara CA 95050 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5108, '0008f0', 0, 'Next Generation Systems, Inc', 'PO BOX 31205 Dayton OH 45437-0205 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5109, '0025b8', 0, 'Agile Communications, Inc', '810 Lawrence Dr Thousand Oaks California 91320 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5110, '0050c2f4f', 0, 'Bap Precision Ltd', '1F., No.5, Ln. 147, Chengzhang 1st St. Zhongli City Taoyuan County 320 TW', 'TW', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5111, '58fcdb', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-05-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5112, 'e8b6c2', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5113, '302432', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-03-13', '2018-03-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5114, '003057', 0, 'QTelNet, Inc', '400 - 3115 12th Street NE Calgary Alberta T2E 7J2 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5115, '0012a4', 0, 'ThingMagic, Llc', 'One Broadway Cambridge MA 02142 US', 'US', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5116, '000139', 0, 'Point Multimedia Systems', '4Ra 507, Shihwa Industrial Complex Korea 425-110 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5117, '0050c250d', 0, 'Clearsonics Pty. Ltd', 'Level 1 Adelaide SA 5000 AU', 'AU', 'IAB', '2005-09-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5118, 'c41ece', 0, 'Hmi Sources Ltd', '5 Floor, Suite 2, 233 Hsin Yi Road, Section 4 Taipei 10681 TW', 'TW', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5119, 'c0e54e', 0, 'Aries Embedded GmbH', 'Schöngeisinger Str. 84 Fürstenfeldbruck D-82256 DE', 'DE', 'MA-L', '2011-07-26', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5120, '68a828', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-07-31', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5121, 'ec8eae', 0, 'Nagravision SA', 'Route de Geneve 22-24, PO 7980 Cheseaux Vaud 1033 CH', 'CH', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5122, '080039', 0, 'Spider Systems Ltd', 'SPIDER PARK SCOTLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5123, '080051', 0, 'ExperData', '88, RUE BRILLAT SAVARIN 0000 0000 FR', 'FR', 'MA-L', '1980-01-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5124, '10c22f', 0, 'China Entropy Co, Ltd', 'Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5125, '000e1e', 0, 'QLogic Corp', '26650 Aliso Viejo Parkway Aliso Viejo CA 92656 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5126, 'e0286d', 0, 'Avm Audiovisuelles Marketing und Computersysteme GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5127, '0015ab', 0, 'Pro Co Sound Inc', '225 PARSONS STREET KALAMAZOO MICHIGAN 49008 US', 'US', 'MA-L', '2005-08-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5128, '0018f6', 0, 'Thomson Telecom Belgium', 'Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE', 'BE', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5129, '001ff6', 0, 'PS Audio International', '4826 Sterling Drive Boulder CO 80301 US', 'US', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5130, '0050c2995', 0, 'Inter Control Hermann Köhler Elektrik GmbH&CoKG', 'Schafhofstraße 30 Nürnberg Bavaria 90411 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5131, 'f47626', 0, 'Viltechmeda Uab', 'Kalvariju 125 Vilnius LT-08221 LT', 'LT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5132, '0055da1', 0, 'KoolPOS Inc', '5th Floor, B Section, Virgo Building, Wuxi Jiangsu 214135 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5133, '004064', 0, 'Kla Instruments Corp', '160 RIO ROBLES SAN JOSE CA 95161-9055 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5134, '00505b', 0, 'Kawasaki Lsi U.S.A., Inc', '2570 NORTHFIRST STREET SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5135, '8c593cc', 0, 'Dantherm Cooling Inc', '110 Corporate Dr., Suite K Spartanburg SC 29303 US', 'US', 'MA-M', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5136, '084027', 0, 'Gridstore Inc', '1975 Landings Dr. Mountain View CA 94043 US', 'US', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5137, 'd48f33', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5138, 'b01f81d', 0, 'Taiwan Anjie Electronics Co, Ltd', 'One 7th Floor,No.125,Lane 235, Pao Chiao Xindian District New Taipei City Xindian District 231 TW', 'TW', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5139, '94f128', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville 95747 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5140, '00224d', 0, 'Mitac International Corp', '6TH FL., NO187, TIDING BLVD., SEC. 2 Taipei 114 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5141, '0050c2a16', 0, 'Baudisch Electronic GmbH', 'Im Gewerbegebiet 7-9 Wäschenbeuren Baden-Württemberg 73116 DE', 'DE', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5142, 'ec4670', 0, 'Meinberg Funkuhren GmbH & Co KG', 'Lange Wand 9 Bad Pyrmont NDS 31812 DE', 'DE', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5143, '40d8550a5', 0, 'WooshCom Corp', '16095 Ridge Tee Dr. Morrison CO 80465-2140 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5144, '84e5d8', 0, 'Guangdong Unipoe IoT Tech Co, Ltd', '11th Fl., BLDG. B1, Guangda WE Valley, Songshan Lake District Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5145, '8059fd', 0, 'Noviga', 'Lefortovskaya nab., 1 Moscow - 105005 RU', 'RU', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5146, '70b3d5997', 0, 'ProTom International', '1100 Parker Square, Suite 230 Flower Mound TX 75028 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5147, '70b3d5853', 0, 'Hgh Systemes Infrarouges', '10 Rue Maryse Bastié Igny IDF 91430 FR', 'FR', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5148, '70b3d5b80', 0, 'Bighouse.,Inc', '72-11, Pyeongchangmunwha-ro SEOUL KOREA 03011 KR', 'KR', 'MA-S', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5149, '006dfb', 0, 'Vutrix Tech Ltd', 'Unit 1 Red Lodge Business Park Weston-super-mare North Somerset BS24 7TN GB', 'GB', 'MA-L', '2010-11-24', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5150, '545ebd', 0, 'NL Tech', '33 Laird Drive Toronto ON M4G3S8 CA', 'CA', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5151, '001b30', 0, 'Solitech Inc', '1838 Main Street Stevensville MD 21666 US', 'US', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5152, '00254d', 0, 'Singapore Tech Electronics Ltd', '24 Ang Mo Kio 569061 SG', 'SG', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5153, '001bc50b7', 0, 'Autelis, Llc', '1820 W Calle De Pompas Phoenix Arizona 85085 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5154, '70b3d5091', 0, 'Profitt Ltd', 'office 5H, block 14-2 lit.A, Raevsky av. Saint-Petersburg 194064 RU', 'RU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5155, '70b3d55cd', 0, 'Mvt Video Tech R + H Maedler GbR', 'Neustraße 35-37 Velbert 42553 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5156, '28d1b7', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5157, '0030db', 0, 'Mindready Solutions, Inc', '2800 Marie-Curie Avenue Quebec H4S 2C2 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5158, '0050c239b', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'IAB', '2004-07-10', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5159, 'ec7949', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5160, '0050c29e1', 0, 'Enreduce Energy Control AB', 'Box 459 UPPSALA 751 06 SE', 'SE', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5161, 'f4e204', 0, 'Traqueur', '1, rue Royale Saint-Cloud 92210 FR', 'FR', 'MA-L', '2017-06-17', '2017-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5162, '001057', 0, 'Rebel.com, Inc', '150 ISABELLA STREET--STE. 1000 OTTAWA, ONTARIO K1S 1V7 CA', 'CA', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5163, '001626', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-10-13', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5164, '0050c2978', 0, 'Logital Digital Media srl', 'via Palazzetti, 5/f San Lazzaro di Savena Bologna 40068 IT', 'IT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5165, '90c6823', 0, 'Innovative Electronic Tech', 'IET House Potten End Herts HP42RN GB', 'GB', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5166, '6891d0e', 0, 'Outstanding Tech Co, Ltd', '9th floor, New Yaesu bldg., 3-5-12 nihon-bashi Chuo-ku Tokyo 103-0027 JP', 'JP', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5167, '001004', 0, 'The Brantley Coile Co, Inc', '545 RESEARCH DRIVE ATHENS GA 30605 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5168, '001c66', 0, 'Ucamp Co, Ltd', '#1015, Kolon Science Valley ¥± Seoul Guro-Dong,Guro-gu, 152-848 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5169, '0050c2a37', 0, 'Software Systems Plus', '9924 N. Ash Avenue Kansas City Missouri 64157 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5170, '70b3d5a4c', 0, 'Alere Tech AS', 'Kjelsaasveien 161 Oslo Oslo 0382 NO', 'NO', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5171, '70b3d5eea', 0, 'Dameca a/s', 'Islevdalvej 211 Roedovre 2610 DK', 'DK', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5172, 'a897cd', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-09-25', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5173, '009055', 0, 'Parker Hannifin Corp Compumotor Division', '5500 BUSINESS PARK DRIVE ROHNERT PARK CA 94928 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5174, '0022e5', 0, 'Fisher-Rosemount Systems Inc', '12301 Research Blvd Austin Texas 78759 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5175, '0050c20a7', 0, 'WaterCove Networks', '6 New England Executive Park Burlington MA 01803 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5176, '0050c2400', 0, 'SmartMotor AS', 'Stiklestadveien 1 Trondheim Sør-Trøndelag 7041 NO', 'NO', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5177, 'b82adc', 0, 'Efr Europäische Funk-Rundsteuerung GmbH', 'Nymphenburger Straße 20b Munich 80335 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5178, '00e0d6', 0, 'Computer & Communication Research Lab.', 'CHUTUNG, HSINCHU TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5179, '000200', 0, 'Net & Sys Co, Ltd', 'Kuro Hitech Industrial Complex 304, KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5180, '58fc73', 0, 'Arria Live Media, Inc', '2388 NE Lindsey Drive Hillsboro OR 97124 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5181, '0055da8', 0, 'BroadSoft, Inc', '550 S. Winchester Blvd. Suite 250 San Jose California 95128 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5182, '90e2fc', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-11-28', '2019-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5183, '0050d3', 0, 'Digital Audio Processing Pty. Ltd', 'PO BOX 40 NSW 2138 AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5184, '001bc50ac', 0, 'AVnu Alliance', '3855 SW 153rd Drive Beaverton Oregon 97003 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5185, '0026cc', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5186, '509f27', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5187, '4865ee1', 0, 'Gopod Group Ltd', '5-6/f,building 8,Lianjian Industrial Park,Longhua Shenzhen 518109 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5188, '003072', 0, 'Intellibyte Inc', 'Canada Trust Tower - BCE Place Toronto Ontario M5J 2S1 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5189, '00d07a', 0, 'Amaquest Computer Corp', '8/F, 79 HSIN-TAI TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5190, '0050c2a12', 0, 'Hce Engineering S.r.l.', 'Via Lamarmora 2L Livorno LI 57122 IT', 'IT', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5191, '40040c', 0, 'A&T', '#411, Will Town, 402-3 Bucheon-Si Gyeonggi-Do 420-814 KR', 'KR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5192, '60c1cb', 0, 'Fujian Great Power Plc Equipment Co, Ltd', '6/F.Bld.34.Zone C.Software Park Fuzhou Fujian,China 350003 CN', 'CN', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5193, '70b3d587b', 0, 'Liquid Instruments Pty Ltd', '31 Pokana Cct Kaleen ACT 2617 AU', 'AU', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5194, 'b8c111', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5195, '70b3d5414', 0, 'Smith Meter, Inc', '1602 Wagner Ave. Erie PA 16514 US', 'US', 'MA-S', '2019-05-28', '2019-05-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5196, '0050c266f', 0, 'Nilan A/S', 'Nilanvej 2 Hedensted Vejle amt 8722 DK', 'DK', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5197, '002345', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2008-10-25', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5198, '0050c2ad5', 0, 'Mighty Lube Systematic Lubrication, Inc', '9569 West 40th Street Fremont MI 49412 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5199, '0ce0e4', 0, 'Plantronics, Inc', '345 ENCINAL STREET SANTA CRUZ CA 95060 US', 'US', 'MA-L', '2013-12-13', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5200, 'dc6672', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5201, '0014e4', 0, 'infinias, Llc', '857 West Carmel Drive Carmel IN 46032 US', 'US', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5202, '0050c2916', 0, 'Chk GridSense P/L', 'Unit 3, 20 36 Nancarrow Avenue MEADOWBANK NSW 2114 AU', 'AU', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5203, '9816ec', 0, 'IC Intracom', '550 Commerce Blvd Oldsmar Florida 34677 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5204, '2c088c', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5205, '70b3d5081', 0, 'Ist Tech (Shenzhen) Ltd', 'Flat 1203, Block C6, HengFeng Industrial City, HeZhou, Shenzhen Guangdong 518126 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5206, '00e07e', 0, 'Walt Disney Imagineering', '1401 FLOWER ST. GLENDALE CA 91221 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5207, '0030d7', 0, 'Innovative Systems, L.L.C.', '1000 Innovative Drive Mitchell SD 57301 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5208, '70b3d5b10', 0, 'Zumbach Electronic AG', 'Hauptstrasse 93 Orpund Bern 2552 CH', 'CH', 'MA-S', '2018-08-13', '2018-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5209, '109c70', 0, 'Prusa Research s.r.o.', 'Partyzanska 188/7a Prague 17000 CZ', 'CZ', 'MA-L', '2018-10-09', '2018-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5210, '0026ec', 0, 'Legrand Home Systems, Inc', '301 Fulling Mill Rd Middletown PA 17057 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5211, '940149', 0, 'AutoHotBox', '14090 SW Frwy, Ste. 300 Sugar Land TX 77478 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5212, 'e0c6b3', 0, 'MilDef AB', 'Box 22079 Helsingborg Skane 25022 SE', 'SE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5213, '78d800', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5214, '0060a0', 0, 'Switched Network Tech, Inc', '13805 1ST AVENUE NORTH PLYMOUTH MN 55441-5455 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5215, '000e88', 0, 'Videotron Corp', '17-16,2-CHOME HACHIOJI TOKYO 193-0835 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5216, '141fba1', 0, 'GloQuad', '301 Biz Incubation Center, GSBC Suwon-si Gyeonggi-do 443-270 KR', 'KR', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5217, '2c5089', 0, 'Shenzhen Kaixuan Visual Tech Co, Ltd', 'No.19th Xifu Road, Hongxing Community Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5218, '64fb812', 0, 'Seven Solutions S.L', 'C/Periodista Rafael Gómez Montero, 2. Granada Granada 18014 ES', 'ES', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5219, '0050c25f0', 0, 'Dias Infrared GmbH', 'Gostritzer Str. 63 Dresden Saxony 01217 DE', 'DE', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5220, '0050c2e02', 0, 'Cleverscope', '28 Ranfurly Rd Auckland NI 1023 NZ', 'NZ', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5221, '8c192d7', 0, 'Srett', '305 Avenue Le jour se lève Boulogne-Billancourt 92100 FR', 'FR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5222, '70b3d5d7c', 0, 'D.T.S Illuminazione Srl', 'Via Fagnano Selve, 12 / 14 Misano Adriatico Rimini 47843 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5223, 'd43260', 0, 'GoPro', '3000 Clearview Way San Mateo CA 94402 US', 'US', 'MA-L', '2018-07-26', '2018-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5224, '0021ad', 0, 'Nordic ID Oy', 'Myllyojankatu 2A SALO FIN-24100 FI', 'FI', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5225, '7c534a', 0, 'Metamako', 'Suite 207 Sydney Other 2000 AU', 'AU', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5226, 'e44cc77', 0, 'Channel Enterprises (HK) Ltd', 'Room 2006, 20/F., 43-47 Wang Lung Street, Tsuen Wan NA HK', 'HK', 'MA-M', '2018-11-29', '2018-11-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5227, '000ef3', 0, 'Smartlabs, Inc', '1621 Alton Parkway, Suite 100 Irvine CA 92606 US', 'US', 'MA-L', '2004-02-12', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5228, 'b8653b', 0, 'Bolymin, Inc', '13F-1, No.20, Ta-Long Rd., Taichung 40310 TW', 'TW', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5229, 'b0a6f5', 0, 'Xaptum, Inc', '350 W Ontario ST FL 4 Chicago IL 60654 US', 'US', 'MA-L', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5230, '009025', 0, 'Bae Systems Australia (Electronic Systems) Pty Ltd', '2 Second Ave Mawson Lakes South Australia 5095 AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5231, '84e629', 0, 'Bluwan SA', 'Espace Lumiere, Bat 2 Chatou 78400 FR', 'FR', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5232, '9ca577', 0, 'Osorno Enterprises Inc', '976 Elgin Ave Winnipeg MB R3E 1B4 CA', 'CA', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5233, '000410', 0, 'Spinnaker Networks, Inc', '107 Gamma Drive Pittsburgh PA 15238 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5234, '0015de', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5235, '70b3d54a7', 0, 'aelettronica group srl', 'via matteotti,22 gaggiano milano 20083 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5236, '885fe8e', 0, 'Unicom Global, Inc', '581, Ruiguang Road, Neihu Dist. Taipei 11492 TW', 'TW', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5237, '000d90', 0, 'Factum Electronics AB', 'Teknikringen 1H Linköping Östergötland 583 30 SE', 'SE', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5238, '286c07', 0, 'Xiaomi Electronics, Co, Ltd', 'Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2016-04-27', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5239, '0050c2146', 0, 'Apcon, Inc', '17938 SW Upper Bones Ferry Road Portland OR 97224 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5240, '70b3d508e', 0, 'Beijing CONvision Tech Co, Ltd', 'suzhoujie apartment #33 room 1302 Beijing 100080 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5241, '0004b6', 0, 'Stratex Networks, Inc', '64 White Road Cape Town 7945 ZA', 'ZA', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5242, '0004bc', 0, 'Giantec, Inc', '4F, No. 3, Lane 123, TAIWAN 231 TAIWAN 231 R.O.C. TW', 'TW', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5243, '644f74', 0, 'Lenus Co, Ltd', '18-5 Gwacheon-Dong Gwacheon Gyeonggi-Do 427-060 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5244, 'e0d31a', 0, 'Eques Tech Co, Ltd', 'Room 301, Building 1, No.168 Jixin Road, Shanghai 201199 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5245, '70b3d524b', 0, 'Tosei Engineering Corp', '4-6, Higashi-Nakanuki-machi Tsuchiura-city Ibaraki 300-0006 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5246, '00244d', 0, 'Hokkaido Electronics Corp', '1-1 East 10 North 10 Sapporo Hokkaido 065-0010 JP', 'JP', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5247, '48343d', 0, 'Iep GmbH', 'Am Pferdemarkt 9c Langenhagen Niedersachsen 30853 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5248, '001262', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2004-09-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5249, '0050c2aee', 0, 'IPtec, Inc', '5673 W. Las Positas Blvd. Pleasanton CA 94588 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5250, '70b3d5ab5', 0, 'BroadSoft, Inc', '550 S Winchester Blvd San Jose CA 95128 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5251, 'bc2643', 0, 'Elprotronic Inc', '35 Austin Rumble Crt. King City ON L7B0B2 CA', 'CA', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5252, 'b0fd0be', 0, 'Shenzhen Feibit Electronic Tech Co, Ltd', '5th floor,Bld. A1, Lilang Software Park Shenzhen 518112 CN', 'CN', 'MA-M', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5253, '00119e', 0, 'Solectron Brazil', 'Rod. Campinas Mogi Mirim Jaguariuna SP 13820-000 BR', 'BR', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5254, '0050c2393', 0, 'Sys Tec electronic GmbH', 'Am Windrad 2 Heinsdorfergrund D-08468 DE', 'DE', 'IAB', '2004-07-10', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5255, '9c431e4', 0, 'Wireless Environment, Llc', '600 Beta Drive Unit 100 Mayfield Village, OH 44143,US Mayfield Village OH 44143 US', 'US', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5256, '70cd91', 0, 'Teracom Telematica S.A', 'RUA AMERICA,1000 Eldorado do Sul Rio Grande do Sul 92990-000 BR', 'BR', 'MA-L', '2018-12-17', '2018-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5257, '000483', 0, 'Deltron Tech, Inc', '8F-3, No. 125, Lane 235 Taipei TAIWAN, R.O.C. TW', 'TW', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5258, '40d855091', 0, 'Kdt', '203-902, bucheon Techno-park 192, Yakdae-dong, Wonmi-gu Bucheon-si Gyeonggi-do 420-733 KR', 'KR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5259, 'a4ed434', 0, 'Netas Telekomunikasyon A.S.', 'Kurtköy Mahallesi, Osmanlı Blv. No:11 Pendik Istanbul 34912 TR', 'TR', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5260, '70b3d5df4', 0, 'Heim- & Bürokommunikation Ilmert e.K.', 'Jakobsbrunnenstr. 14 Frankfurt am Main 60386 DE', 'DE', 'MA-S', '2019-04-01', '2019-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5261, '48dc2d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5262, '0050c2b3f', 0, 'M-Tronic Design and Tech GmbH', 'Im Großen Gunterstal 8 Blieskastel Saarland 66440 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5263, '40d855051', 0, 'CS Instruments Asia', 'Room 31, Cambridge Plaza, Tower B Hong Kong 000008 HK', 'HK', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5264, 'a81374', 0, 'Panasonic Corp Avc Networks Co', '1-15 Matsuo cho Kadoma city Osaka 571-8504 JP', 'JP', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5265, '000504', 0, 'Naray Information & Communication Enterprise', '3F San Woo Bldg., 1543-11 Seoul 137-070 KR', 'KR', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5266, '0050c2602', 0, 'Chauvin Arnoux', 'la queue Devée REUX PONT L\'EVEQUE 14130 FR', 'FR', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5267, '701d08', 0, '99iot Shenzhen Co, Ltd', '609C north block, Cangsong Building, Tairan Seven Road, Futian District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5268, '0050c227d', 0, 'Allied Telesis K.K.', 'PIAZZA TIRANA N. 24/4 B MILANO 20147 IT', 'IT', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5269, '38e595', 0, 'Shenzhen Gongjin Electronics Co, LT', 'B116,B118,A211-A213,B201-B213,A311-A313,B411-413,BF08-09 Nanshan Medical Instrument Industry Park, Shenzhen Guangdong 518067 CN', 'CN', 'MA-L', '2013-01-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5270, '001749', 0, 'Hyundae Yong-O-SA Co, Ltd', '448-10, Hyuckjae B/D Seongnae, Kangdong-gu Seoul 134-847 KR', 'KR', 'MA-L', '2006-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5271, '0020dc', 0, 'Densitron Taiwan Ltd', 'KYOWA NANABANKAN 5F JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5272, '0001e3', 0, 'Siemens AG', 'Schlavenhorst 88 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5273, '0050c2a25', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5274, 'cc25ef', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5275, '70b3d52b1', 0, 'Wixcon Co, Ltd', 'Room 803, 77, Seongsuil-ro, Seongdong-gu SEOUL 04790 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5276, '000e73', 0, 'Tpack A/S', 'Lautrupbjerg 7 - 11 DK 2750 Ballerup DK 2750 DK', 'DK', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5277, '001e64', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2007-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5278, '7cbc845', 0, 'Nanning auto digital Tech Co, Ltd', '3/f, no.6 guichun road, qingxiu district Nanning Guangxi 530021 CN', 'CN', 'MA-M', '2018-08-27', '2018-08-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5279, '542018', 0, 'Tely Labs', '545 Middlefield Road Menlo Park CA 94025 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5280, '5c97f3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5281, 'b0c5ca', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-05-31', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5282, '4c65a89', 0, 'Shenzhen Lisaier Tronics Co, Ltd', 'No.22 xihu industrial park ,xikeng henggang Town Longgang District shenzhen Guang Dong 518115 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5283, '2cd2e3', 0, 'Guangzhou Aoshi Electronic Co, Ltd', 'B1,Huachuang industrial park,Jinshan Avenue,Panyu District Guangzhou Guangdong 511450 CN', 'CN', 'MA-L', '2019-07-03', '2019-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5284, '0019fb', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2006-11-29', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5285, '3c1915', 0, 'Gfi Chrono Time', '121 rue des Guillees CHAURAY 79180 FR', 'FR', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5286, '74c621', 0, 'Zhejiang Hite Renewable Energy Co, Ltd', 'NO1320,2th Ring Road(South) Tongxiang City Zhejiang Province 314500 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5287, '001bc5097', 0, 'Plexstar Inc', '209 S H 121 Bypass, STE 35 Lewisville TX 75067 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5288, '70b3d5bc2', 0, 'Dwewoong Electric Co, Ltd', '10, Hwanggeum-ro 127beon-gil Yangchon-eup Gimpo-si Gyeonggi-do 10048 KR', 'KR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5289, '000de2', 0, 'Cmz Sistemi Elettronici', 'Via dell\'Artiginato, 21 Vascon di Carbonera Treviso 31050 IT', 'IT', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5290, '001d99', 0, 'Cyan Optic, Inc', '1390 N. McDowell Blvd Petaluma CA 94954 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5291, '70b3d56d3', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach 51465 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5292, '70b3d5c83', 0, 'CertusNet Inc', 'No.699-22 Xuanwu Avenue, Xuanwu District Nanjing Jiangsu 210042 CN', 'CN', 'MA-S', '2019-05-28', '2019-05-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5293, '740ae1', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5294, '000ce2', 0, 'Rolls-Royce', '105 N. Sandusky St. Mt. Vernon Ohio 43050 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5295, '0014a3', 0, 'Vitelec BV', 'kapittelweg 18 Breda NB NL 4827 HG NL', 'NL', 'MA-L', '2005-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5296, 'a03e6be', 0, 'Nanjing zhanyi software Tech Co, Ltd', 'Room 1101-1,Building No.2,No.106 Software Avenue,Yuhuatai District,Nanjing Jiangsu Nanjing Jiangsu 210000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5297, '00080c', 0, 'Vda Elettronica spa', 'Viale Lino Zanussi, 3 33170 Pordenone IT', 'IT', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5298, '24df6a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5299, '70b3d5488', 0, 'Cardinal Scale Mfg Co', '203 E. Daugherty Webb City MO 64870 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5300, '0050c2129', 0, 'TTPCom Ltd', 'Melbourn Science Park Royston, Herts SG8 6EE GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5301, '0050c21a2', 0, 'Abb Switzerland Inc', 'Dept. Dw/ATBN Baden Aargau CH 5401 CH', 'CH', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5302, '046b1b', 0, 'Sysdine Co, Ltd', '506 Convergence technology research commercialization center 218 Gajung-Ro, Yuseong-gu Daejeon-City Daejeon-City 34129 KR', 'KR', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5303, '70b3d5358', 0, 'Nevotek', '5201 Great America Pkwy ste 320 Santa Clara CA 95054 US', 'US', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5304, '0080ab', 0, 'Dukane Network Integration', '2900 DUKANE DRIVE ST. CHARLES IL 60174 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5305, '244e7b7', 0, 'Nanjing Wanlida Tech Co, Ltd', 'Wanlida Industry Zone, Nanjing County Zhangzhou Fujian 363601 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5306, '000b75', 0, 'Iosoft Ltd', '5 Woodlark Road Cambridge Cambs. CB3 0HT GB', 'GB', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5307, '002416', 0, 'Any Use', 'LG APT 211-1805, Yongin City Gyeong-Gi Province 448-150 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5308, 'c81451', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5309, '00100d', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5310, '0050c207f', 0, 'Dunti Corp', '3925 West Braker Lane Austin TX 78759 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5311, '0050c223e', 0, 'Kallastra Inc', '5190 de Mentana Montreal QC H2J 3C4 CA', 'CA', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5312, '2ca17d', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5313, '2c16bdb', 0, 'Lingdong Tech (Beijing) Co Ltd', '2603-01, Floor 22, building 2, No.66 Zhongguancun East Road, Haidian District, Beijing Beijing 100080 CN', 'CN', 'MA-M', '2019-04-19', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5314, '002012', 0, 'Camtronics Medical Systems', 'P.O. BOX 950 HARTLAND WI 53029 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5315, '00a08d', 0, 'Jacomo Corp', '26900 E. PINK HILL ROAD INDEPENDENCE MO 64057 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5316, '04f13e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5317, '2c6a6fe', 0, 'Eaton Fhf Funke + Huster Fernsig GmbH', 'Gewerbeallee 15 - 19 Muelheim an der Ruhr NRW 45478 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5318, '2c6373', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5319, '70b3d5c93', 0, 'Gmi Ltd', 'Inchinnan Business Park Renfre PA4 9RG GB', 'GB', 'MA-S', '2018-12-18', '2018-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5320, '00a01d', 0, 'Red Lion Controls, LP', '20 Willow Springs Circle York NY 17402 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5321, '00309b', 0, 'Smartware', '49 AV Aristide 92160 Antony FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5322, '542aa2', 0, 'Alpha Networks Inc', 'No.8 Li-shing 7th Rd., Science-based Industrial Park, Hsinchu, Taiwan, R.O.C Hsinchu Taiwan 300 TW', 'TW', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5323, '70b3d55c1', 0, 'Shanghai JaWay Information Tech Co, Ltd', 'Rm. 1102, Science and Technology Building A, No. 900 of Yishan Road, Xuhui District, Shanghai 200030 CN', 'CN', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5324, 'dc8c37', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-02-13', '2019-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5325, '00e01b', 0, 'Sphere Communications, Inc', '2 ENERGY DRIVE LAKE BLUFF IL 60044 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5326, '0050c23ba', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Strasse 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5327, '002290', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5328, '0050c2c2c', 0, 'bach-messtechnik GmbH', 'Gotzweg 103 Monchengladbach 41238 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5329, '086361', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5330, '008e73', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5331, '000e7e', 0, 'ionSign Oy', 'P.O.BOX 246 Rauma FI', 'FI', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5332, '0016e1', 0, 'SiliconStor, Inc', '48430 Lakeview Blvd. Fremont CA 94538 US', 'US', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5333, '002574', 0, 'Kunimi Media Device Co, Ltd', '3 KITAMACHIDA YAMAZAKI KUNIMI, DATE FUKUSHIMA 969-1771 JP', 'JP', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5334, 'd84a87', 0, 'OI Electric Co, Ltd', '7-3-16 KIKUNA YOKOHAMA KANAGAWA-KEN 222-0011 JP', 'JP', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5335, 'a07099', 0, 'Beijing Huacan Electronics Co, Ltd', 'NO.122, Room 2006, 20/F, Qingyun Contemporary Tower, Building 9, Manting Fangyuan Residential District, Qing Yun Li, Hai Dian District Beijing 100036 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5336, '001056', 0, 'Sodick Co, Ltd', '3-12-1 NAKAMACHIDAI TSUZUKI-KU, YOKOHAMA KANAGAWA 224 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5337, '001141', 0, 'GoodMan Corp', '2F, No.572, Sec.1, Ming-Sheng N Road, Kwei-Shan Hsiang Taoyuan Hsien 33300 TW', 'TW', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5338, '00088c', 0, 'Quanta Network Systems Inc', '13, 13F, Sec. 2, Pei-Tou Rd Taipei 112 TW', 'TW', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5339, '000b27', 0, 'Scion Corp', '82 Worman\'s Mill Court Frederick MD 21701 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5340, 'c4017c', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2012-05-26', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5341, '00064f', 0, 'Pro-Nets Tech Corp', 'Pao-Chung Road, Hsin Tien Taipei, TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5342, '0050c211b', 0, 'Digital Vision AB', 'Upplagsvagen 1 SE-117 43 Stockholm SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5343, 'e0ca4d', 0, 'Shenzhen Unistar Communication Co, Ltd', '9/F,Qinghai Building,7043, Berhuan Road, Futian District, Shenzhen Guangdong 518034 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5344, '48437c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5345, '004090', 0, 'Ansel Communications', '1701 JUNCTION COURT SAN JOSE CA 95112 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5346, '001e0e', 0, 'Maxi View Holdings Ltd', 'Suite 2302,23/F Great Eagle Centre, 23 Harbour Road, Wanchai Hong Kong CN', 'CN', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5347, 'c0a0bb', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5348, '70b3d527c', 0, 'Motion Lib, Inc', 'Saiwai-ku ,Shinkawasaki 7-7-237 Kawasaki City Kanagawa 212-0032 JP', 'JP', 'MA-S', '2018-08-03', '2018-08-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5349, '00a0cc', 0, 'Lite-ON Communications, Inc', '720 S. HILLVIEW DRIVE MILPITAS CA 95035 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5350, '0050c2989', 0, 'Psigenics Corp', 'PO Box 2160 Gainesville FL 32602 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5351, '54e43a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5352, '001a9a', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2006-12-05', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5353, '48c1ac', 0, 'Plantronics, Inc', '345 ENCINAL STREET SANTA CRUZ CA 95060 US', 'US', 'MA-L', '2011-08-05', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5354, '0876ff', 0, 'Thomson Telecom Belgium', 'Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE', 'BE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5355, '249442', 0, 'Open Road Solutions , Inc', '88-13 SHUILI ROAD HSINCHU 30059 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5356, '244e7b1', 0, 'sonoscape', 'yuquan road shenzhen guangdong 518052 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5357, '0005e6', 0, 'Egenera, Inc', '165 Forest St. Marlboro MA 01752 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5358, '000bb1', 0, 'Super Star Tech Co, Ltd', 'No. 7 Lane 306,Sec. 2,Tai-Lin Rd. Taipei Hsien 243 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5359, '000e28', 0, 'Dynamic Ratings P/L', 'C/O Wilson Transformer Co. Glen Waverley Victoria 3150 AU', 'AU', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5360, '001619', 0, 'Lancelan Tech S.L.', 'C/Angel Guimera 208 bis Terrassa Barcelona 08223 ES', 'ES', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5361, '0050c2b9c', 0, 'Dave Srl', 'Via Talponedo 29 Porcia PN A-33080 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5362, '4ce173b', 0, 'Shanghai Ehong Tech Co, Ltd', 'RM1505,blk 1st,No.833 South Hongmei Road Minhang Dis Shanghai shanghai 200237 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5363, '001048', 0, 'Htrc Automation, Inc', '285 LAVAL STREET QUEBEC J0B 1H0 CA', 'CA', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5364, '000672', 0, 'Netezza', '1671 Worcester Road Framingham MA 01701 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5365, '0021cf', 0, 'The Crypto Group', 'Zugerstrasse 42 Steinhausen Zug 6312 CH', 'CH', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5366, 'd87988', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-04-11', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5367, 'ac0142', 0, 'Uriel Tech Sia', 'Dzerbenes iela 14 Riga LV-1006 LV', 'LV', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5368, '8496d8', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-03-14', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5369, 'a49813', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5370, '4403776', 0, 'Shen Zhen Huawang Tech Co; Ltd', 'Longhua New District Qing Xiang Road, Bao Neng Technology Park SHEN ZHEN GUANG DONG 518109 CN', 'CN', 'MA-M', '2019-08-19', '2019-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5371, '000762', 0, 'Group Sense Ltd', '27/F, Wu Chung House, Wanchai HK', 'HK', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5372, '0013d8', 0, 'Princeton Instruments', '3660 Quakerbridge Road Trenton NJ 08619 US', 'US', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5373, '001aac', 0, 'Corelatus AB', 'Tegnergatan 37 Stockholm 11161 SE', 'SE', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5374, '70b3d534c', 0, 'Glt Exports Ltd', 'Detection House Swansea County of Swansea SA1 2EN GB', 'GB', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5375, 'ace4b5', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5376, '0050c2444', 0, 'Offshore Systems Ltd', '107 - 930 West 1st Street North Vancouver B.C. V7P 3N4 CA', 'CA', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5377, '001594', 0, 'Bixolon Co, Ltd', '502-508,Digital Empire Bldg. Yeongtong-Gu,Suwon Gyeonggi-Do 443-813 KR', 'KR', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5378, 'a028335', 0, 'Jgr Optics Inc', '160 Michael Cowpland Drive Ottawa Ontario K2M 1P6 CA', 'CA', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5379, '24ab81', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-11-24', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5380, 'e8edf3', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5381, '70b3d5b3e', 0, 'Paradigm Communication Systems Ltd', 'Paradigm House Alton Hants GU34 2PP GB', 'GB', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5382, '78ca83d', 0, 'Hubei Boyuan Zhijia Network Media Co Ltd', 'Wuhan City, Hubei City, Optics Valley Province, Optics Valley 77, city, financial port A3 12 Wuhan Hubei 42000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5383, '5c35da', 0, 'There Corp Oy', 'Elimäenkatu 5 Helsinki 00510 FI', 'FI', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5384, '70b3d5c29', 0, 'Softland India Ltd', '#14A, KINFRA SMALL INDUSTRIES PARK, MENAMKULAM, KAZHAKOOTTAM TRIVANDRUM KERALA 695586 IN', 'IN', 'MA-S', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5385, '0004d9', 0, 'Titan Electronics, Inc', 'Rm 7, 11 Fl., No. 398, Taoyuan Taoyuan TAIWAN TW', 'TW', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5386, '001fc7', 0, 'Casio Hitachi Mobile Communications Co, Ltd', '2-229-1, Sakuragaoka Higashiyamato-shi Tokyo 207-8501 JP', 'JP', 'MA-L', '2008-02-02', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5387, '00266b', 0, 'Shine Union Enterprise Ltd', 'UNIT 1211, 12FL., CHEVALIER COMMERCIAL CENTER, KOWLOON NIL HK', 'HK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5388, '70b3d5a8e', 0, 'Omesh City Group', '202,A building,Xu Zhuang Software Park,Xuan Wu District Nangjing Jiangsu 240042 CN', 'CN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5389, 'd055b2', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5390, '007c2d', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5391, '0050c2f38', 0, 'AeroControl, Inc', '595 Utica Ave. Boulder CO 80304 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5392, '70b3d5d79', 0, 'Goma Elettronica SpA', 'Via Carlo Capelli 89 TURIN TO 10146 IT', 'IT', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5393, '002579', 0, 'J & F Labs', '1214 W. Boston Post Road Mamaroneck NY 10543 US', 'US', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5394, '90e2fc0', 0, 'Pars Ertebat Afzar Co', '1116 – Burlington Tower Business Bay Dubai 90072 AE', 'AE', 'MA-M', '2019-12-03', '2020-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5395, '00d0fe', 0, 'Astral Point', 'COMMUNICATIONS, INC. CHELMSFORD MA 01824 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5396, '000dd7', 0, 'Bright', '1-12-44 Aobadai Kashiwa-shi Chiba-ken 277-0055 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5397, '70b3d581b', 0, 'bobz GmbH', 'Südring 3d Wentorf b. Hamburg SH 21465 DE', 'DE', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5398, '70b3d52e6', 0, 'Ipg Photonics Corp', '377 Simarano Drive Marlborough MA 01752 US', 'US', 'MA-S', '2018-10-12', '2018-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5399, 'ac8ff8', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5400, '000586', 0, 'Lucent Tech', '1701 Harbor Bay Parkway Alameda CA 94502 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5401, '000b50', 0, 'Oxygnet', '402 E. Carrillo St. Santa Barbara CA 93101 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5402, '0050c210f', 0, 'Perceptics Corp', '9737 Cogdill Road Knoxville TN 37932 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5403, '0050c23b3', 0, 'Media Lab., Inc', '3-6-7 Sotokanda Chiyoda-ku Tokyo 101-0021 JP', 'JP', 'IAB', '2004-08-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5404, 'f07bcb', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-02-21', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5405, '009098', 0, 'Sbc Designs, Inc', '3077-H LEEMAN FERRY ROAD HUNTSVILLE AL 35801 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5406, '0008c7', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2000-11-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5407, '80b686', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5408, '985d82', 0, 'Arista Networks', '5453 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2018-07-30', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5409, '000299', 0, 'Apex, Inc', '9911 Willows Rd. N.E. Redmond WA 95052 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5410, '001156', 0, 'Pharos Systems NZ', 'Level 3, 123 Carlton Gore Road Auckland NZ 1001 NZ', 'NZ', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5411, '0018fd', 0, 'Optimal Tech International Inc', '12 Spanish Main Drive Freeport GBI BS', 'BS', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5412, '002254', 0, 'Bigelow Aerospace', '1899 W. Brooks Ave North Las Vegas NV 89032 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5413, '002444', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2008-12-03', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5414, '58f496', 0, 'Source Chain', '#407-4 eBIZ.Center Seoul seoul ASI|KR|KS013|SEOUL KR', 'KR', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5415, '00208b', 0, 'Lapis Tech, Inc', '1100 MARINA VILLAGE PKWY ALAMEDA CA 94501 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5416, '00a04b', 0, 'Tfl Lan Inc', '9F, NO. 499 CHUNG CHENG ROAD TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5417, '701e68', 0, 'Hanna Instruments, Inc', '584 Park East Dr. Woonsocket RI 02895 US', 'US', 'MA-L', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5418, '30a220', 0, 'Arg Telecom', 'No.69, W. Lavasani St. , Tehran Tehran 1936938194 IR', 'IR', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5419, 'dc4427d', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'MA-M', '2016-02-05', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5420, '70b3d5c5a', 0, 'Commsignia Ltd', 'Bartok Bela ut 105-113. Building 4. Floor 2 Budapest Budapest 1115 HU', 'HU', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5421, '3c2c30', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-08-03', '2018-08-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5422, '0050c2438', 0, 'Telecom Protection Tech Ltd', 'Unit 1A, Garden Close Plymouth Devon PL7 5EU GB', 'GB', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5423, '0050c2b18', 0, 'Rosslare Enterprises Ltd', 'Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK', 'HK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5424, '0050c20dd', 0, 'Interisa Electronica, S.A.', 'Avda. de los Artesanos, 46 Madrid ES', 'ES', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5425, '70b3d5d7f', 0, 'ConectaIP Tecnologia S.L.', 'Novell 58, 4.2 Barcelona 08014 ES', 'ES', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5426, '90c682', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-01-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5427, '40ed98a', 0, 'Integrated Design Ltd', 'Feltham Point, Air Park Way Feltham Middlesex TW137EQ GB', 'GB', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5428, '000181', 0, 'Nortel Networks', '1100 Technology Park Drive Billerica MA 01821 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5429, '0050c20cf', 0, 'Pcsc', '3541 Challenger St. Torrance CA 90503 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5430, '3842a6', 0, 'Ingenieurbuero Stahlkopf', 'Ingenieurbuero Stahlkopf Glockengießerweg 2 Bielefeld 33659 DE', 'DE', 'MA-L', '2013-07-12', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5431, 'c88ed13', 0, 'Linx Tech', '159 Ort Lane Merlin OR 97532 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5432, '70b3d5019', 0, 'Transit Solutions, Llc', '114 West Grandview Avenue Zelienople 16063 US', 'US', 'MA-S', '2019-02-27', '2019-02-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5433, '00149f', 0, 'System and Chips, Inc', '4F,No. 1, Lane 50, NanKang Road, Section 3, Taipei 115 TW', 'TW', 'MA-L', '2005-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5434, '1435b3', 0, 'Future Designs, Inc', '2702 Triana Blvd Huntsville AL 35805 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5435, '40d855080', 0, 'Honeywell', '13350 US Highway 19 N Clearwater FL 33764 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5436, 'a072e4', 0, 'NJ System Co, Ltd', 'Urim lions valley 5cha, A-1701, 144-3, Sangdaewon-dong, Jungwon-gu Seongnam Gyeonggido 13201 KR', 'KR', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5437, '70b3d56b7', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5438, 'c4f7d5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5439, '00c058', 0, 'Dataexpert Corp', '1156 SONOPRA COURTN-KANG RD. SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5440, '001589', 0, 'D-Max Tech Co, Ltd', '7F-6,NO.26,Lian Cheng RD.,Chung-Ho City Taipei Hsien 235 US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5441, '40d85507d', 0, 'Wuxi SiNeng New Energy Co, Ltd', 'No.1 Wind power Road, Wind Power Technology Industrial Park Wuxi Jiangsu Province 214000 CN', 'CN', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5442, '8c192db', 0, 'Abside Networks, Inc', '16 heritage road Acton MA 01720 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5443, '543e64', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5444, '806933', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5445, '0050c23a2', 0, 'Vegas Amusement', 'P.O. Box 11 Mountain Rest SC 29664 US', 'US', 'IAB', '2004-07-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5446, '001220', 0, 'Cadco Systems', '2363 Merritt Dr Garland Texas 75041 US', 'US', 'MA-L', '2004-08-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5447, '3cbd3e', 0, 'Beijing Xiaomi Electronics Co, Ltd', 'Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5448, '70b3d5c1c', 0, 'D.E.M. Spa', 'Z.I. VILLANOVA 20 Longarone (BL) 32013 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5449, '0015dc', 0, 'KT&C Co, Ltd', '487-4, KT&C Bldg. GangSeo-Ku Seoul 157-849 KR', 'KR', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5450, '001bc5067', 0, 'Embit srl', 'via Emilia est, 911 Modena Modena 41122 IT', 'IT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5451, '0050c26eb', 0, 'Harrison Audio, Llc', '1024 Firestone Pkwy La Vergne TN 37086 US', 'US', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5452, 'fcfbfb', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5453, '686359', 0, 'Advanced Digital Broadcast SA', 'Avenue de Tournay 7 Pregny-Chambesy 1292 CH', 'CH', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5454, '94677e', 0, 'Belden India Private Ltd', 'Plot No. D-228, Chakan MIDC Phase 2, Village Bhamboli, Taluka:Khed Pune, Maharashtra 410 507 IN', 'IN', 'MA-L', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5455, '0000de', 0, 'Cetia', '150 RUE BERTHELOT FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5456, '000191', 0, 'Syred Data Systems', '272 Lanes Mill Road Howell NJ 07731 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5457, '1c5216', 0, 'Dongguan Hele Electronics Co, Ltd', 'Lijiangwei Group, Dongguan City Guangdong 86 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5458, '285f2f', 0, 'RNware Co, Ltd', '#202 ICT Park Bldg, 205, Songhyun-ro, Dalseo-gu Daegu 42734 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5459, '0020f0', 0, 'Universal Microelectronics Co', '3, 27TH RD., TAICHUNG IND.PARK TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5460, '001bc509a', 0, 'Shenzhen Guang Lian Zhi Tong Ltd', 'Room 2411, Block E, Xi hai ming zhu Shenzhen Guangdong 518000 CN', 'CN', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5461, '00212b', 0, 'Msa Auer', 'Thiemannstraße 1 Berlin 12059 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5462, '0050c2fcb', 0, 'Propagation Systems Ltd', 'Unit219A, 2/F, Enterprise Place, No.5 Science Park Science Park, Shatin HK', 'HK', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5463, 'a4ed432', 0, 'Shanghai Mission Information Tech (Group) Co, Ltd', 'Room 803, modern traffic building (East District), 218 Hengfeng Road, Jingan District Shanghai 200041 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5464, '000ad1', 0, 'Mws', '12, quai Papacino NICE 06300 FR', 'FR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5465, '0050c247e', 0, 'Energie Umwelt Systemtechnik GmbH', 'Friedrich-Barnewitz-Str. 3a Rostock 18119 DE', 'DE', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5466, 'f04347', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5467, '1496e5', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5468, '40d85501b', 0, 'Audio Enhancement', '14241 S. Redwood Road Bluffdale UT 84065 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5469, '70b3d5c8d', 0, 'Kst Tech', '164-1, KST b/d., Bangi-dong, songpa-gu SEOUL N/A 138-050 KR', 'KR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5470, '9495a0', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5471, '788038', 0, 'Funai Electric Co, Ltd', '7-1, NAKAGAITO 7-CHOME DAITO OSAKA 5740013 JP', 'JP', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5472, '0050c28e3', 0, 'bioMérieux Italia S.p.A.', 'via di Campigliano, 58 Ponte a Ema FI 50015 IT', 'IT', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5473, '98262a', 0, 'Applied Research Associates, Inc', '4300 San Mateo Boulevard NE Albuquerque NM 87110 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5474, '70b3d51d1', 0, 'Eurotek Srl', 'Strada Comunale Savonesa, 9 Rivalta Scrivia AL 15050 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5475, '0050c214c', 0, 'Optibase Ltd', 'Shenkar 7 Herzlya 46725 IL', 'IL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5476, 'b82410', 0, 'Magneti Marelli Slovakia s.r.o.', 'Industrial Park Kechnec Kechnec 04458 SK', 'SK', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5477, '28b0cc', 0, 'Xenya d.o.o.', 'Celovska cesta 172 Ljubljana 1000 SI', 'SI', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5478, '8c41f2', 0, 'Rda Tech Ltd', 'Suite 2203, CC Wu Building, WanChai Hong Kong 00000 HK', 'HK', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5479, 'f8ab05', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2016-11-26', '2016-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5480, '0050c22be', 0, 'Lipowsky Industrie-Elektronik GmbH', 'Roemerstr. 57 Darmstadt Hessen 64291 DE', 'DE', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5481, '002297', 0, 'Xmos Semiconductor', 'Venturers House Bristol BS1 4PB GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5482, '0050c27f1', 0, 'Stuhl Regelsysteme GmbH', 'Am Wasserturm 1 Spalt BY 91174 DE', 'DE', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5483, '58d759', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5484, '0004f8', 0, 'Qualicable TV Industria E Com., Ltda', 'Av. Joao Paulo Ablas, 308 BR', 'BR', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5485, '001c22', 0, 'Aeris Elettronica s.r.l.', 'Zona Ind.le Vallecupa Colonnella Teramo 64010 IT', 'IT', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5486, 'b4ed54', 0, 'Wohler Tech', '31055 Huntwood Avenue Hayward CA 94544 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5487, '0050c2a96', 0, 'Fep Srl', 'VIA MODENA, 68 SAN GIOVANNI IN PERSICETO BOLOGNA 40017 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5488, '18f46a', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-11-24', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5489, '00b338', 0, 'Kontron Asia Pacific Design Sdn. Bhd', 'Plot 554, Lorong Perusahaan 4 Prai Free Trade Zone Prai, Penang 13600 MY', 'MY', 'MA-L', '2011-07-09', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5490, '70b3d56a5', 0, 'Akenori Pte Ltd', '176 JOO CHIAT ROAD #02-02 427447 SG', 'SG', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5491, '385f66', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5492, '000b76', 0, 'ET&T Tech Co Ltd', '6F No.101, SongJiang Rd. Taipei 104 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5493, '0050c2a05', 0, 'Adgil Design Inc', '12915 Brault Mirabel Quebec J7J 1P3 CA', 'CA', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5494, 'dce533a', 1, 'Private', '', '', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5495, '349971', 0, 'Quanta Storage Inc', '3F. No.188, Wenhua 2nd Rd Taoyuan City Guishan District 33383 TW', 'TW', 'MA-L', '2016-01-16', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5496, '1c87742', 0, 'Nichigaku', 'Oimachi 1-49-15 Shinagawa Tokyo 1400014 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5497, '2005e8', 0, 'Ooo InProMedia', 'pr.4806, d.6 Zelenograd Moscow 124466 RU', 'RU', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5498, '3c197d', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2011-08-20', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5499, 'd44da4', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2019-02-14', '2019-02-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5500, '00142e', 0, '77 Elektronika Kft.', 'Fehervari ut 98. Budapest H-1163 HU', 'HU', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5501, '001698', 0, 'T&A Mobile Phones', '4/F, South Building,No.2966, Jinke Road Pudong Shanghai 201203 CN', 'CN', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5502, 'b0027e', 0, 'Muller Services', '107 Boulevard Ney PARIS ILE DE FRANCE 75018 FR', 'FR', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5503, '70b3d562f', 0, 'Barco, s.r.o.', 'Hradistska 849 Buchlovice 68708 CZ', 'CZ', 'MA-S', '2019-05-22', '2019-05-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5504, '70b3d5f64', 0, 'silicom', '14 Atir-Yeda St/ Kfar-Sava Israel 44000 IL', 'IL', 'MA-S', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5505, '0050c21f2', 0, 'Tattile Srl', 'Via Trento 127/129 Capriano del Colle Brescia 25020 IT', 'IT', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5506, 'c8f406', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2011-06-05', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5507, 'b40832', 0, 'TC Communications', '17575 Cartwright Road Irvine CA 92614 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5508, '0050c2f37', 0, 'Rosslare Enterprises Ltd', 'Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK', 'HK', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5509, 'a468bc', 1, 'Private', '', '', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5510, '00a025', 0, 'Redcom Labs Inc', 'ONE REDCOM CENTER VICTOR NY 14564-0995 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5511, '0016ab', 0, 'Dansensor A/S', 'Roennedevej 18 Ringsted DK-4100 DK', 'DK', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5512, '0019c5', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2006-09-25', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5513, '002300', 0, 'Cayee Computer Ltd', 'Units 1002-1003, 10/F, Join-In Hang Sing Centre Kwai Chung N.T HK', 'HK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5514, '0026af', 0, 'Duelco A/S', 'Mommarkvej 5 Soenderborg Soenderjylland DK6400 DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5515, '70b3d552b', 0, 'GE Aviation Cheltenham', 'Evesham Road Cheltenham Glos GL52 8SF GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5516, 'a81b6a', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5517, '04d590', 0, 'Fortinet Inc', '899 Kifer Road Sunnyvale null 94086 US', 'US', 'MA-L', '2019-04-03', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5518, '00107f', 0, 'Crestron Electronics, Inc', '15 Volvo Drive Rockleigh NJ 07647 US', 'US', 'MA-L', '1998-04-22', '2020-01-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5519, '001330', 0, 'Euro Protection Surveillance', '30 Rue du Doubs STRASBOURG 67100 FR', 'FR', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5520, '0050c261f', 0, 'Imagine Communications', '45 Hamelacha St. P.O.Box 8447 Netanya 42504 IL', 'IL', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5521, '40d85506a', 0, 'elgris', 'Krantzstr 7 Aachen NRW 52070 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5522, '70b3d54aa', 0, 'Twoway Communications, Inc', '41 Wu Kung 6 Rd., New Taipei Industrial Park, New Taipei City,24891,Taiwan,R.O.C. New Taipei city Taipei 24891 TW', 'TW', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5523, '20906f', 0, 'Shenzhen Tencent Computer System Co, Ltd', '5-10 Building High-tech Zone, Nanshan District, Shenzhen Guangdong Province 518057 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5524, '34d0b8e', 0, 'Kongqiguanjia (Beijing)Tech Co,Ltd', 'Room 1201,Block A,Building of Fesco,Xidawang Road,Chaoyang district Beijing Beijing 100022 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5525, '0009d9', 0, 'Neoscale Systems, Inc', '1500 Mc Candless Drive Milpitas CA 95035 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5526, '00178e', 0, 'Gunnebo Cash Automation AB', 'Fabriksgatan 10 Göteborg 402 27 SE', 'SE', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5527, 'cc6b98', 0, 'Minetec Wireless Tech', '10 Kembla Way Willetton WA 6155 AU', 'AU', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5528, '40d8550eb', 0, 'Wantech Networks', '7, rue Jemmapes MARSEILLE Bouches-du-Rhône 13001 FR', 'FR', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5529, '1cc0e10', 0, 'Shenzhen Highsharp Electronics Ltd', 'A8 Music Tower 2007-08, High-tech Park Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5530, '002614', 0, 'Ktnf', '204,Daeryungtechnotown1,327,Gasan-Dong, Seoul 153-771 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5531, '0050c2a97', 0, 'Microsystemes', '14 rue Jean Perrin TOULOUSE 31100 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5532, '0012a7', 0, 'Isr Tech Inc', '1100, rue Notre-Dame Ouest Montreal Quebec H3C 1K3 CA', 'CA', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5533, '7cb03e', 0, 'Osram GmbH', 'Berliner Allee 65 Augsburg Bayern 86136 DE', 'DE', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5534, '703a73', 0, 'Shenzhen Sundray Tech Co Ltd', '6th Floor,Block A1, Nanshan iPark, No.1001 XueYuan Road, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5535, '000ac6', 0, 'Overture Networks', '637 Davis Drive Morrisville NC 27560 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5536, '00d0f5', 0, 'Orange Micro, Inc', '1400 N. LAKEVIEW AVE. ANAHEIM CA 92807 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5537, '000929', 0, 'Sanyo Industries (UK) Ltd', 'School Road Lowestoft Suffolk NR33 9NA GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5538, '443c88', 0, 'Ficosa Maroc International', 'Zone Franche Technopolis Rocade Rabat-Salé 11103 Sala Al Jadida - Salé Salé 11103 MA', 'MA', 'MA-L', '2018-10-10', '2018-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5539, '6cb0ce', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5540, '50c9a0', 0, 'Skipper AS', 'Enebakkvn 150 Oslo 0612 NO', 'NO', 'MA-L', '2013-09-12', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5541, '40d8551c8', 0, 'Sensata Tech', '4467 White Bear Parkway St. Paul Minnesota 55110 US', 'US', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5542, '00157a', 0, 'Telefin S.p.A.', 'Via Albere 87/A Verona VR 37138 IT', 'IT', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5543, '0050c25f7', 0, 'Metrologic Group', '6 ch du vieux chêne Meylan Isère 38700 FJ', 'FJ', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5544, '001975', 0, 'Beijing Huisen networks Tech Inc', 'Jia#2 of Xili of Baiyun road,Xicheng district Beijing 100045 CN', 'CN', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5545, '4c6e6e', 0, 'Comnect Tech Co, Ltd', '7-402, Xinyuan Industrial Park, No.61 Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5546, '7844fd', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5547, '0090b9', 0, 'Beran Instruments Ltd', 'HATCHMOOR INDUSTRIAL ESTATE N DEVON EX38 7HP GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5548, '00dd09', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5549, '70b3d5963', 0, 'Triax A/S', 'Bjornkaervej 3 Hornsyld Denmark 8783 DK', 'DK', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5550, '00030f', 0, 'Digital China (Shanghai) Networks Ltd', '602-23, Haitai Building, 351 Guo Shoujin Shanghai CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5551, '300ee3', 0, 'Aquantia Corp', '700 Tasman Drive Milpitas CA 95035 US', 'US', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5552, '0050c2fdd', 0, 'Toptech Systems, Inc', '1124 Florida Central Parkway Longwood FL 32750 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5553, '1cfd085', 0, 'Beijing Hengxin Rainbow Information Tech Co, Ltd', '11Floor,north district,newton business building,No.25 Landian factory south road,Haidian District Beijing Beijing 100097 CN', 'CN', 'MA-M', '2018-07-18', '2018-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5554, '001bc8', 0, 'Miura Co, Ltd', '620-1,Nakanishisoto Matsuyama Ehime 799-2425 JP', 'JP', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5555, '002140', 0, 'EN Tech Inc', 'Geumbok Bldg. 9F, Band-yi-dong 45-2, Songpa-gu Seoul 138-828 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5556, '001bc506d', 0, 'Tes Electronic Solutions (I) Pvt. Ltd', '#65, 35th Main, 100 feet Ring Road, Bangalore Karnataka 560068 IN', 'IN', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5557, '6cca08', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-10-13', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5558, 'c098da', 0, 'China Mobile Iot Co Ltd', 'NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN', 'CN', 'MA-L', '2017-12-10', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5559, '000b2c', 0, 'Eiki Industrial Co Ltd', '4-12 Manzai-cho, Kita-ku Osaka 530 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5560, 'c864c7', 0, 'zte Corp', '12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5561, '0015cc', 0, 'Uquest, Ltd', 'Sannomiya Intes Bldg. 8F KOBE HYOGO 651-0086 JP', 'JP', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5562, '08fc52', 0, 'OpenXS B.V.', 'Koaibosk 3 Terwispel Friesland 8407ED NL', 'NL', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5563, 'd48304', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5564, '18d0c5', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-07-23', '2019-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5565, '2cea7f', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2020-01-04', '2020-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5566, '0050a0', 0, 'Delta Computer Systems, Inc', '11719 NE 95TH STREET - STE. VANCOUVER WA 98682-2444 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5567, '00131b', 0, 'BeCell Innovations Corp', '12F-9, No. 79, Shin-Tai 5th Rd Sec 1, Shih-chih, Taipei 221 TW', 'TW', 'MA-L', '2004-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5568, '001c57', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5569, 'b8ac6f', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2010-01-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5570, '20cf30', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5571, '849dc5', 0, 'Centera Photonics Inc', '3F, No 6-3 Dusing Rd. Hsinchu Taiwan 30078 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5572, '5c6b4f', 0, 'Hello Inc', '438 Shotwell Street San Francisco CA 94110 US', 'US', 'MA-L', '2014-10-25', '2016-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5573, '002067', 1, 'Private', '', '', 'MA-L', '2001-10-24', '2002-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5574, '000e62', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2004-02-12', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5575, 'fc8b97', 0, 'Shenzhen Gongjin Electronics Co, LT', 'B116,B118,A211-A213,B201-B213,A311-A313,B411-413,BF08-09 Nanshan Medical Instrument Industry Park, Shenzhen Guangdong 518067 CN', 'CN', 'MA-L', '2013-01-16', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5576, '44f436', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5577, '002287', 0, 'Titan Wireless Llc', '3914 Gattis School Rd Round Rock Texas 78664 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5578, '94dd3f', 0, 'A+V Link Tech, Corp', '5F., No.550, Xianzheng 2nd Rd. Zhubei City Hsinchu Country 30268 TW', 'TW', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5579, '749975', 0, 'Ibm Corp', '4400 North First Street San Jose CA 95134 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5580, '40d855126', 0, 'TTi Ltd', 'Glebe Road Cambridge Cambridgeshire PE29 7DR GB', 'GB', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5581, 'c8f946', 0, 'Locosys Tech Inc', '20F.-13, No. 79, Sec. 1, Xintai 5th Rd, Xizhi Dist. New Taipei City Taiwan 22101 TW', 'TW', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5582, '741ae0d', 0, 'Voltaware Services Ltd', '230 High Street Swanage BH19 2PQ GB', 'GB', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5583, '0001e0', 0, 'Fast Systems, Inc', '87-9 Yang-Jae, Seo-Cho, KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5584, '001bb7', 0, 'Alta Heights Tech Corp', '108 Alta Heights Court Los Gatos California 95030 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5585, '0050c2253', 0, 'Dsm-Messtechnik GmbH', 'Dieselstraße 16 Aalen Baden-Württemberg 73431 DE', 'DE', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5586, '001c0c', 0, 'Tanita Corp', '1-14-2,Maeno-cho Tokyo 174-8630 JP', 'JP', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5587, '94e0d0', 0, 'HealthStream Taiwan Inc', '16-3, Zichiang 1st Road Jhongli, Taoyuan county 32063 TW', 'TW', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5588, 'ccd31e8', 0, 'inoage GmbH', 'Wiener Str. 56 Dresden 01219 DE', 'DE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5589, '00a000', 0, 'Centillion Networks, Inc', '359 RAVENDALE DRIVE MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5590, '0007f6', 0, 'Qqest Software Systems', '860 East 4500 South #200 Murray UT 84107 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5591, '4c3275', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5592, 'aca016', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5593, '4826e8', 0, 'Tek-Air Systems, Inc', '41 Eagle Road Danbury CT 06810 US', 'US', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5594, '001bc5083', 0, 'Diwel', '80 avenue des buttes de coesmes RENNES 35700 FR', 'FR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5595, '70b3d5ca8', 0, 'Grupo Epelsa S.L.', 'C/ Punto Net,3 Alcala de Henares Madrid 28805 ES', 'ES', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5596, '44c874', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5597, '00038b', 0, 'Plus-One I&T, Inc', '7F, A-San Venture Tower, KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5598, '0050c2680', 0, 'Honey Network Research Ltd', 'Bedford i-Lab Bedford Bedfordshire MK44 3RZ GB', 'GB', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5599, '0050c230a', 0, 'Innings Telecom Inc', '1241 Denison Street Markham Ontario L3R 4B4 CA', 'CA', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5600, '8c147dd', 0, 'Shenzhen Lanxus Tech Co Ltd', '3rd Floor, Block A, Aerospace micromotor building, Science Park North, Nanshan District Shenzhen China 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5601, '70b3d5449', 0, 'Edgeware AB', 'Master Samuelsgatan 42 Stockholm 11157 SE', 'SE', 'MA-S', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5602, '00d01e', 0, 'Pingtel Corp', '773 WINTER STREET N. ANDOVER MA 01845 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5603, '000bb8', 0, 'Kihoku Electronic Co', 'Marukatubiru 3F 4-9-6 Osakashi Osaka-hu 556-0005 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5604, '0050c2616', 0, 'Honeywell', '13350 U.S. Hwy 19 North Clearwater FL 33764-7290 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5605, '002439', 0, 'Digital Barriers Advanced Tech', '4th Floor Glasgow Lanarkshire G1 2QQ GB', 'GB', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5606, '0025bc', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5607, '642db7', 0, 'Seungil Electronics', '#16-8, Dodang-dong Buchon Gyuonggi-do 420-801 KR', 'KR', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5608, '108a1b', 0, 'Raonix Inc', 'Changeop-Center 710, Shin-Gu Univ. Gwangmyeong-ro 377, Jungwon-gu Seongnam-si Gyeonggi-do 462-743 KR', 'KR', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5609, '1c553a', 0, 'QianGua Corp', 'Room 1106, block B,No.391,Gui Ping Road Xu Hui District ShangHai 200223 CN', 'CN', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5610, '00c0a1', 0, 'Tokyo Denshi Sekei Co', '255-1 RENKOJI, TAMA-SHI JAPAN 206 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5611, '00d05e', 0, 'Stratabeam Tech, Inc', '1943 LANDINGS DRIVE MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5612, 'd0666d', 0, 'Shenzhen Bus-Lan Tech Co, Ltd', '928-931 Chuangke Building, 72-1 South Huanguan Rd, Guan Lan Jie Dao, Longhua District Shenzhen Guangdong 518100 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5613, '70b3d59d7', 0, 'KM OptoElektronik GmbH', 'Mollenbachstraße 14 Leonberg Württemberg 71229 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5614, '504c7e', 0, 'The 41st Institute OF Cetc', 'No.98 Xiangjiang Road,Huangdao District,Qingdao,Shandong Qingdao Shangdong 266555 CN', 'CN', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5615, '0050c2582', 0, 'AllSun A/S', 'Brundtlandparken 2 Toftlund Jutland DK-6520 DK', 'DK', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5616, '9c3583', 0, 'Nipro Diagnostics, Inc', '2400 N.W. 55th Court. Ft. Lauderdale FL 33309 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5617, '000ad3', 0, 'Initech Co, Ltd', '3F, INITECH Bldg, 559-5, Seoul Songpa 138-816 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5618, '200a0dc', 0, 'sehwa', '231, Techno 2-ro, Yuseong-gu, Daejeon, Republic of Korea Daejeon Daejeon 34026 KR', 'KR', 'MA-M', '2019-10-15', '2019-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5619, 'd491af', 0, 'Electroacustica General Iberica, S.A.', 'Avda. Almozara, 79 Zaragoza 50003 ES', 'ES', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5620, '0050c2f83', 0, 'Gsp Sprachtechnologie GmbH', 'Teltowkanalstr. 1 Berlin 12247 DE', 'DE', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5621, '70b3d54c7', 0, 'Solveris sp. z o.o.', 'Majdan Krasieniński 16A Niemce lubelskie 21-025 PL', 'PL', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5622, 'f00fec', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5623, 'b4c0f5', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5624, '70b3d5117', 0, 'SysCom Automationstechnik GmbH', 'An der Lehmkaute 13 Bad Marienberg Rheinland-Pfalz 56470 DE', 'DE', 'MA-S', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5625, '000475', 0, '3com', '5400 Bayfront Plaza Santa Clara CA 95052 US', 'US', 'MA-L', '2000-12-04', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5626, '0050c2545', 0, 'SecuInfo Co, Ltd', '1411, Kranz Techno, 5442-1, Seongnam-si Gyeonggi-do 462729 KR', 'KR', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5627, '00db1e', 0, 'Albedo Telecom SL', 'Joan d\'Austria 112 Barcelona 08018 ES', 'ES', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5628, '40d855062', 0, 'Tech Source Inc', '442 Northlake Blvd Altamonte Springs FL 32701 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5629, '58468f', 0, 'Koncar Electronics and Informatics', 'Fallerovo setaliste 22 Zagreb Drvinje 10000 HR', 'HR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5630, '8833be', 0, 'Ivenix, Inc', '21 Water Street Amesbury MA 01913 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5631, '70b3d5d05', 0, 'Colmek', '6526 S Cottonwood St Murray UT 84107 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5632, '7c8bb5', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5633, '0050c2058', 0, 'Vision Research, Inc', '190 Parish Drive Wayne NJ 07470 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5634, '549478', 0, 'Silvershore Tech Partners', '800 High Street Palo Alto CA 94301 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5635, '001e78', 0, 'Owitek Tech Ltd,', 'No.2, Lane 78, Cingshan 6th St., Taoyuan County 32657 TW', 'TW', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5636, '70b3d5d8c', 0, 'Damerell Design Ltd (Dcl)', '111 St Michaels Road Aldershot Hampshire GU12 4JW GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5637, '244e7bd', 0, 'Church & Dwight Co, Inc', '500 Charles Ewing Blvd Ewing NJ 08628 US', 'US', 'MA-M', '2016-08-25', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5638, 'd4f786', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5639, '745bc57', 0, 'Shenzhen Atx Tech Co, Ltd', '7/F,Zhengjiyuan Buiding,2 Road,Qianjing, Xixiang, Baoan District Shenzhen GUANGDONG 518000 CN', 'CN', 'MA-M', '2018-12-10', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5640, '000187', 0, 'I2se GmbH', 'Friedrich-Ebert-Str. 61 Leipzig 04109 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5641, '0017e4', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-04-08', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5642, '40d8550e5', 0, 'Triton Electronics Ltd', 'Hanarkisim 225 st. Bitzaron Israel 60946 IL', 'IL', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5643, '00e036', 0, 'Pioneer Corp', '2610 Hanazono 4-Chome Saitama Prefecture, 359-8 34567 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5644, '000761', 0, '29530', 'EPFL - Quartier de l\'Innovation Lausanne CH 1015 CH', 'CH', 'MA-L', '2001-10-24', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5645, '70b3d5d84', 0, 'Sentry360', '23807 W Andrew Road Plainfield IL 60585 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5646, 'f8b46a', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5647, 'f07816', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5648, '1c82595', 0, 'Fagus-GreCon Greten GmbH & Co KG', 'Hannoversche Straße 58 Alfeld 31061 DE', 'DE', 'MA-M', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5649, '70b3d5b6b', 0, 'Cambria Corp', '1328 North 128th Street Seattle WA 98133 US', 'US', 'MA-S', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5650, '401175d', 0, 'NanJing HuaStart Network Tech Co, Ltd', 'Room 568,Longmian Road,Jiangning District Nanjing Jiang Su 210000 CN', 'CN', 'MA-M', '2019-07-11', '2019-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5651, '0090fe', 0, 'Elecom Co, Ltd (Laneed Div.)', 'TOKYU BANCHO BLDG. Chiyoda-ku TOKYO 102-0081 JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5652, 'd00492', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5653, 'd436db', 0, 'Jiangsu Toppower Automotive Electronics Co, Ltd', 'No. 2 Tuolanshan Road Xuzhou Jiangsu 221004 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5654, '880907', 0, 'Mkt Systemtechnik GmbH & Co KG', 'Hasskampstraße 75-77 Bünde NRW 32257 DE', 'DE', 'MA-L', '2018-03-13', '2018-03-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5655, '70b3d5df5', 0, 'Beijing Huanyu Zhilian Science &Tech Co, Ltd', '2/F 202-030, Building 2, No. 1, Gaolizhang Road, Haidian District,Beijing Beijing Beijing 100095 CN', 'CN', 'MA-S', '2018-12-10', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5656, '00016d', 0, 'CarrierComm Inc', '2231 Rutherford, Suite 110 Carlsbad CA 92008 US', 'US', 'MA-L', '2000-11-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5657, '001632', 0, 'Samsung Electronics Co, Ltd', '416, METAN-3DONG, SUWON KYUNGKI-DO 442-742 KR', 'KR', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5658, 'b4f61c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5659, '000c12', 0, 'Micro-Optronic-Messtechnik GmbH', 'Lessingstrasse 14 Langebrück Saxony D-01465 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5660, '40d85500c', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5661, '001f3e', 0, 'RP-Technik e.K.', 'Hermann-Staudinger-Str. 10-16 Rodgau Hessen 63110 DE', 'DE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5662, '78995c', 0, 'Nationz Tech Inc', '12F,Tower Building #3,China Academy of Science and Technology Development,Gaoxin South Ave.1 Shen Zhen GuangDong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5663, '080057', 0, 'Evans & Sutherland', 'Salt Lake City UT US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5664, '000996', 0, 'Rdi', '20406 Earl St. Torrance CA 90503 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5665, 'f4f951', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-05-02', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5666, '580a20', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5667, '70b3d537f', 0, 'Ids Innomic GmbH', 'Zum Buchhorst 35 Salzwedel Sachsen-Anhalt 29410 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5668, 'e44e76', 0, 'Championtech Enterprise (Shenzhen) Inc', 'Against Office of Dong-Zhou Residential Committee Guang Ming Shenzhen 518000 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5669, '001190', 0, 'Digital Design Corp', '3820 Ventura Drive Arlington Heights IL 60004 US', 'US', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5670, '9481a4', 0, 'Azuray Tech', '7470 SW Bridgeport Rd Durham OR 97224 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5671, '001373', 0, 'BLwave Electronics Co, Ltd', '23FGH, Block A,ZhenYe Building , BaoAn Nan Road , LuoHu , Shenzhen , China ShenZhen GuangDong 518000 CN', 'CN', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5672, '0080f0', 0, 'Panasonic Communications Co, Ltd', '4-1-62 Minoshima Hakata Fukuoka 812-8531 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5673, '0012a1', 0, 'BluePacket Communications Co, Ltd', '10F-1, No. 420, Sec. 1, Keelung Rd., 110, Taipei 110 TW', 'TW', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5674, '001cfa', 0, 'Alarm.com', '8150 Leesburg Pike Vienna VA 22182 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5675, '003cc5', 0, 'Wonwoo Engineering Co, Ltd', '7F 201, Techno-Park SsangYong III, Bucheon City Gyeonggi-Do 421-808 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5676, '080ea8', 0, 'Velex s.r.l.', 'Via Dell'Artigianato 56 Vigodarzere Padova 35010 IT', 'IT', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5677, 'f802786', 0, 'Witium Co, Ltd', 'Room 605A, E Building, NO.7001 Zhongchun Road Shanghai Shanghai 201101 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5678, '70884d', 0, 'Japan Radio Co, Ltd', '5-1-1 SHIMORENJYAKU, MITAKA-SHI, TOKYO 181-8510 JP', 'JP', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5679, '008083', 0, 'Amdahl', '1250 EAST ARQUES AVENUE SUNNYVALE CA 94088-3470 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5680, '00d088', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5681, '40b2c8', 0, 'Nortel Networks', 'CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX', 'MX', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5682, '901edd', 0, 'Great Computer Corp', '4F., No.236, Fude 2nd Rd., Xizhi Dist., New Taipei City 22151 TW', 'TW', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5683, '84d4c8', 0, 'Widex A/S', 'Nymoellevej 6 Lynge Alleroed DK3540 DK', 'DK', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5684, '70b3d5fca', 0, 'M2m Cybernetics Pvt Ltd', 'GH-11, Ahinsa Khand 2, Indirapuram Ghaziabad Uttar Pradesh 201010 IN', 'IN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5685, '000575', 0, 'Cds-Electronics BV', 'Mozart laan 330 NL', 'NL', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5686, '0050c2997', 0, 'Depro Électronique', '755 Curé-Boivin Boisbriand Québec J7G2J2 CA', 'CA', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5687, '001ea5', 0, 'Robotous, Inc', 'Nex Center-201(Lab.), SK n Technopark Seongnam-si Gyeonggi-do 462-120 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5688, '3c39c3', 0, 'JW Electronics Co, Ltd', '3A17, No. 5 Hsin-yi Rd., Sec. 5 Taipei 110 TW', 'TW', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5689, '000198', 0, 'Darim Vision', 'Taejon Expo Venture Town KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5690, '000388', 0, 'Fastfame Tech Co, Ltd', '7F, No. 111, Hsing De Rd., TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5691, '040e3c', 0, 'HP Inc', '10300 Energy Dr Spring TX 77389 US', 'US', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5692, '0050c2315', 0, 'ifak system GmbH', 'Schleinufer 11 Magdeburg Saxony-Anhalt 39104 DE', 'DE', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5693, '0050c2848', 0, 'Dasa Robot Co, Ltd', '11th Floor Bucheon Techno Park Bldg. 401 Yakdae0dong, Wonmi-gu, Bucheon-city Gyunggi-do, Republic of Korea Bucheon Gyunggi-do 420-734 KR', 'KR', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5694, '00d045', 0, 'Kvaser AB', 'BOX 4076 SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5695, 'f041c8', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5696, 'b0b353b', 0, 'Zoox', '1149 Chess Drive Foster City CA 94404 US', 'US', 'MA-M', '2019-11-26', '2019-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5697, '000069', 0, 'Concord Communications Inc', '753 FOREST STREET MARLBOROUGH MA 01752 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5698, '00d016', 0, 'Scm Microsystems, Inc', '160 KNOWLES DRIVE LOS GATOS CA 95032 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5699, '0025f1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-01-05', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5700, '000b95', 0, 'eBet Gaming Systems Pty Ltd', 'Suite D, 255 Rawson Street Auburn NSW 2144 AU', 'AU', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5701, '001d97', 0, 'Alertus Tech Llc', '11785 Beltsville Drive Beltsville MD 20705 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5702, 'ec6881', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2016-04-13', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5703, '000d8b', 0, 'T&D Corp', '5652-169 Sasaga Matsumoto Nagano 399-0033 JP', 'JP', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5704, 'b008bf', 0, 'Vital Connect, Inc', '900 E HAMILTON AVE STE 500 CAMPBELL CA 95008-0667 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5705, '001b5e', 0, 'Bpl Ltd', 'BPL Towers Bangalore Karnataka 560001 IN', 'IN', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5706, '002391', 0, 'Maxian', '21th Fl. KINS tower, 25-1 Seongnam-city Gyeonggi-do 463-847 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5707, 'd0d0fd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5708, 'e8b748', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5709, 'bc79ad', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5710, 'fc8f90', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2015-02-07', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5711, '00205e', 0, 'Castle Rock, Inc', '20 SOUTH SANTA CRUZ AVE. LOS GATOS CA 95030 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5712, '0016ed', 0, 'Utility, Inc', '250 E Ponce de Leon Ave Suite 700 Decatur GA 30030 US', 'US', 'MA-L', '2005-12-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5713, 'bc2ef6', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5714, '70b3d55bb', 0, 'Olympus Ndt Canada', '3415 rue Pierre Ardouin Québec Québec G1P 0B3 CA', 'CA', 'MA-S', '2019-10-18', '2019-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5715, '74f8db4', 0, 'WiFi Hotspots, SL', 'C/ Montaña Clara, No.18 Fañabe Tenerife 38760 ES', 'ES', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5716, 'f0acd7c', 0, 'Simprints Tech Ltd', 'The Chesterton Tower Cambridge CB4 1DZ GB', 'GB', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5717, '0050c2ef6', 0, 'Netline Communication Tech', 'Azrieli Circular Tower, 132 Menachem Begin Rd Tel Aviv Israel 67021 IL', 'IL', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5718, '8401a7', 0, 'Greyware Automation Products, Inc', '308 Oriole Ct Murphy TX 75094 US', 'US', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5719, '70b3d5a3b', 0, 'Grace Design/Lunatec Llc', '4689 Ute Highway Longmont CO 80503 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5720, 'cc9ea2', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno 89507 US', 'US', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5721, '0050c24c1', 0, 'Movaz Networks, Inc', 'One Technology Parkway South Norcross GA 30092 US', 'US', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5722, 'f0a764', 0, 'Gst Co, Ltd', '#988-6, Gosaek-Dong, Gwonseon-Gu Suwon-Si Gyeonggi-Do 441-813 KR', 'KR', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5723, '0050c2a8a', 0, 'Audio Engineering Ltd', '75 Parnell Rise Auckland 1052 NZ', 'NZ', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5724, '108286', 0, 'Luxshare Precision Industry Co, Ltd', '2nd floor, A building, Sanyo New Industrial Area, West of Maoyi, Shajing Baoan District Shenzhen Shenzhen 518104 CN', 'CN', 'MA-L', '2018-12-17', '2018-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5725, '00e0c6', 0, 'Link2it, L.L.C.', '4256 BECK AVENUE STUDIO CITY CA 91604 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5726, '001558', 0, 'Foxconn', 'No.2,2nd DongHuan Road,10th YouSong ShenZhen GuangDong 518109 US', 'US', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5727, '0019a1', 0, 'LG Information & Comm.', '60-39,Kasan-dong,Kumchon-ku Seoul 153-023 KR', 'KR', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5728, '001ae0', 0, 'Mythology Tech Express Inc', '2F, No.10, Lane 235, Bao Chiao road, Taipei 231 TW', 'TW', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5729, 'ecb1d7', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2014-10-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5730, '9802d8a', 0, 'HySecurity', '6623 South 228th Street Kent WA 98032 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5731, 'e0bb9e', 0, 'Seiko Epson Corp', '2070 Kotobuki Koaka Matsumoto-shi Nagano-ken 399-8702 JP', 'JP', 'MA-L', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5732, '006087', 0, 'Kansai Electric Co, Ltd', '6-14-9 MIDORII, ASAMINAMI-KU HIROSHIMA 731-01 JO', 'JO', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5733, '0050c2286', 0, 'Ateme', '26 Burospace BIEVRES Cedex 91573 FR', 'FR', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5734, '70b3d574a', 0, 'Mettler Toledo', '1571 Northpointe Parkway Lutz FL 33558 US', 'US', 'MA-S', '2016-02-18', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5735, '440049', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5736, '44d5f20', 0, 'Tiba Research & Development (1986) Ltd', '17 Ha\'Mefalsim St. Kiryat Arye Petach Tikva Israel 4951251 IL', 'IL', 'MA-M', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5737, '005024', 0, 'Navic Systems, Inc', '74 CRESCENT STREET NEEDHAM MA US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5738, 'accf5c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5739, '1c4840', 0, 'Ims Messsysteme GmbH', 'Dieselstr. 55 Heiligenhaus NRW D-42579 DE', 'DE', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5740, 'ca2b5e', 0, 'Suzhou Motor-comm Electronic Tech Co, Ltd', 'Rm201, Bldg#4, No.78 Keling Road, Hi-Tech New District, China Suzhou Jiangsu 215163 CN', 'CN', 'CID', '2020-01-03', '2020-01-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5741, '0024ea', 0, 'iris-GmbH infrared & intelligent sensors', 'Ostendstraße 1-14 Berlin 12459 DE', 'DE', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5742, '9003b7', 0, 'Parrot SA', '174 Quai de Jemmapes Paris 75010 FR', 'FR', 'MA-L', '2011-11-13', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5743, '000bb5', 0, 'nStor Tech, Inc', '100 Technology Park Lake Mary FL 32746 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5744, '70b3d586e', 0, 'Profcon AB', 'Victor Hasselblads gata 9 Västra Frölunda 42131 SE', 'SE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5745, '00018d', 0, 'AudeSi Tech', 'Suite 180, 6815 AB CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5746, '00037e', 0, 'PORTech Communications, Inc', '150, Shiang-Shung N. Rd., Taichung Taiwan 403, R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5747, '0050c2b9f', 0, 'Audioscope 2K Srl', '31, VIA CAIANELLO ROMA 00177 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5748, '709bfc', 0, 'Bryton Inc', '6F., No. 100, Zhouzi St., Neihu Dist. Taipei City 11493 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5749, '04f9d9', 0, 'Speaker Electronic(Jiashan) Co, Ltd', 'No. 8 Development Zone Road, Huimin Sub-district Jiashan Zhejiang 314112 CN', 'CN', 'MA-L', '2018-08-17', '2018-08-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5750, '0006f8', 0, 'The Boeing Co', '5731 W. Las Positas Blvd. Pleasanton CA 94588 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5751, '0026b0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5752, '00188e', 0, 'Ekahau, Inc', 'Hiilikatu 3 HELSINKI UUSIMAA 00180 FI', 'FI', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5753, '00226a', 0, 'Honeywell', '8840 Evergreen Blvd. Minneapolis MN 55433-6040 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5754, '0024a0', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-12-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5755, 'a49b13', 0, 'Digital Check', '630 Dundee Rd. Suite 210 Northbrook IL 60062 US', 'US', 'MA-L', '2010-07-26', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5756, '3090ab', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5757, '807871', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2019-06-15', '2019-06-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5758, '00a03c', 0, 'EG&G Nuclear Instruments', '100 MIDLAND ROAD OAK RIDGE TN 37830 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5759, '000a05', 0, 'Widax Corp', '269 Stevens Street Hyannis MA 02668 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5760, '70b3d5ecf', 0, 'Ipitek', '2320 Faraday Ave Carlsbad CA 92008 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5761, 'c83dfc', 0, 'Pioneer DJ Corp', '6F,Yokohama i-Mark Place, 4-4-5 Minatomirai, Nishi-ku Yokohama Kanagawa 220-0012 JP', 'JP', 'MA-L', '2015-04-11', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5762, 'ec13db', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-01-16', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5763, '144fd74', 0, 'Red Tech Ltd', 'Room 702, 7/F., Fu Fai Commercial Centre, 27 Hillier Street, Sheung Wan Hong Kong 999077 HK', 'HK', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5764, '70b3d5c8a', 0, 'Wte Ltd', '1 Pukeko Place, Southshore Christchurch Canterbury 8062 NZ', 'NZ', 'MA-S', '2019-05-10', '2019-05-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5765, 'd8787f', 0, 'Ubee Interactive Co, Ltd', 'Flat/RM 1202, 12/F, AT Tower, 180 Electric Road North Point 00000 HK', 'HK', 'MA-L', '2020-02-05', '2020-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5766, '0022f2', 0, 'SunPower Corp', '1414 Harbour Way South Richmond CA 94804 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5767, 'c80aa9', 0, 'Quanta Computer Inc', '211, Wen Hwa 2nd Rd., Tao Yuan Kuei Shan 33377 TW', 'TW', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5768, 'b01886', 0, 'SmarDTV', 'Route de Genève 22 Cheseaux CH-1033 CH', 'CH', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5769, 'bc2def', 0, 'Realme Chongqing MobileTelecommunications Corp Ltd', 'No.178 Yulong Avenue, Yufengshan, Yubei District, Chongqing. Chongqing China 401120 CN', 'CN', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5770, 'e0f6b5', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2020-02-13', '2020-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5771, '00186c', 0, 'Neonode AB', 'Biblioteksgatan 11, 1st floor Stockholm S-111 46 SE', 'SE', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5772, 'd8270c', 0, 'MaxTronic International Co, Ltd', '4F., No.529, Zhongzheng Rd., Xindian Dist. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5773, '70b3d520d', 0, 'Engage Tech', '7041 Boone Avenue North Brooklyn Park MN 55428 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5774, '0050c2dd0', 0, 'Idc Solutions Pty Ltd', 'Suite 8, 21 Regent Street Sydney NSW 2016 AU', 'AU', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5775, 'b8bc1b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5776, '90c6827', 0, 'Cinet Inc', '8616 Phoenix Drive Manassas VA 20110 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5777, '40a36b4', 0, 'Sks-Kinkel Elektronik GmbH', 'Im Industriegebiet 9 Hof 56472 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5778, '000148', 0, 'X-traWeb Inc', '6750 West 93rd Street - Ste. #210 Overland Park KS 66212 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5779, '044bff', 0, 'GuangZhou Hedy Digital Tech Co, Ltd', 'B 701, Gaoke Building, TianHe Bei Road, GuangZhou GuangDong 510630 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5780, '0012ef', 0, 'OneAccess SA', '28 rue de la Redoute Fontenay aux Roses 92260 FR', 'FR', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5781, '08952a', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2015-03-03', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5782, '002146', 0, 'Sanmina-Sci', '13000 South Memorial Parkway Huntsville AL 35803 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5783, '080073', 0, 'Tecmar Inc', '6225 COCHRAN ROAD SOLON OH 44139 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5784, '0013dc', 0, 'Ibtek Inc', '16F, 30, Pei-Ping East Rd., Taipei 100 TW', 'TW', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5785, '741489', 0, 'Srt Wireless', '4101 SW 47th Avenue #102 Davie Florida 33314 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5786, '40b837', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2015-02-07', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5787, '78c2c0d', 0, 'Korf Inc', '201, Radio Engineering Center Yuseong-gu Daejeon 305-510 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5788, 'bc0fa7', 0, 'Ouster', '350 Treat Ave San Francisco CA 94110 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5789, 'f041c82', 0, 'Shenzhen Medica Tech Development Co, Ltd', '2F Building A, Tongfang Information Harbor, No.11, East Langshan Road, Nanshan District Shenzhen 518000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5790, '9483c4', 0, 'GL Tech (Hong Kong) Ltd', '103B Enterprise Place, 5W Science Park NT 00000 HK', 'HK', 'MA-L', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5791, '04e548', 0, 'Cohda Wireless Pty Ltd', 'Suite 5 / 83 Fullarton Road Kent Town South Australia 5067 AU', 'AU', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5792, '3cb9a6', 0, 'Belden Deutschland GmbH', 'Stuttgarter Straße 45-51 Neckartenzlingen 72654 DE', 'DE', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5793, '40d855049', 0, 'Thermo Fisher Scientific', '1410 Gillingham Lane Sugar Land Texas 77478 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5794, '0054bd', 0, 'Swelaser AB', 'Tullgårdsgatan 8 Stockholm 11668 SE', 'SE', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5795, '688af0', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5796, 'a4d931', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5797, '000a86', 0, 'Lenze', 'PO box 101352 Hameln Lower Saxony 31763 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5798, '0050c29af', 0, 'Kress-Net Krzysztof Rutecki', 'Stawowa 8a Gaszowice 44-293 PL', 'PL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5799, '70b3d5ab3', 0, 'Micas AG', 'Turleyring 18-22 Oelsnitz 09376 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5800, '70b3d5fbb', 0, 'Vena Engineering Corp', '7 Hangar Way Watsonville CA 95076 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5801, '1c21d10', 0, 'Toyo System Co, Ltd', '106-1,Zenita,Joban-Nishigo, Iwaki, Fukushima 972-8316 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5802, 'f0ae51', 0, 'Xi3 Corp', '299 S. Main St. Salt Lake City UT 84111 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5803, '746a89', 0, 'Rezolt Corp', '2855 Bowers Avenue Santa Clara CA 95051 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5804, '485a3f', 0, 'Wisol', '373-7, Gajang-dong Osan-si Gyeonggi-do 447-210 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5805, '40d855065', 0, 'Parallel Wireless', '1 Tara Blvd Nashua NH 03062 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5806, '004088', 0, 'Mobius Tech, Inc', '5835 DOYLE STREET EMERYVILLE CA 94608 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5807, '000bac', 0, '3Com Ltd', 'Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB', 'GB', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5808, '70b3d521b', 0, 'Lab241 Co, Ltd', '25Dong 241Ho, 97, Siheung-daero, Geumcheon-gu Seoul Seoul 08639 KR', 'KR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5809, '000340', 0, 'Floware Wireless Systems, Ltd', '28 Hacharoshet Steet 60250 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5810, '340a98', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5811, '741bb2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5812, '889faa', 0, 'Hella Gutmann Solutions GmbH', 'Am Krebsbach 2 Ihringen Baden Württemberg 79241 DE', 'DE', 'MA-L', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5813, '001001', 0, 'Citel', 'Loughborough Innovation Centre Loughborough LE11 3EH GB', 'GB', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5814, '00d005', 0, 'Zhs Zeitmanagementsysteme', 'HARD-UND SOFTWARE GMBH DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5815, '8cc8f43', 0, 'Toho Denki Ind.Co, Ltd', '1-6-30 Meguro Meguro-ku Tokyo 153-0063 JP', 'JP', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5816, '4cbc988', 0, 'Shenzhen Shanling Digital Tech Development Co, Ltd', 'No.10, Chiwan 1 Road, Shekou, Nanshan Shenzhen GuangDong 518068 CN', 'CN', 'MA-M', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5817, '000209', 0, 'Shenzhen Sed Information Tech Co, Ltd', '4/F., West Block, Block 414, Zhenhua Rd. CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5818, '001f4e', 0, 'ConMed Linvatec', '11311 Concept Blvd. Largo FL 33773 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5819, '24dbac', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5820, 'fc5b39', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5821, 'a8776f', 0, 'Zonoff', '70E Swedesford Rd Malvern PA 19355 US', 'US', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5822, 'f0c77f', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5823, '000dab', 0, 'Parker Hannifin GmbH Electromechanical Division Europe', 'Robert-Bosch-Straße 22 Offenburg Baden-Württemberg 77656 DE', 'DE', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5824, '081735', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5825, '0050c2597', 0, 'Nautel Ltd', '10089 Peggy\'s Cove Road Hackett\'s Cove Nova Scotia B3Z3J4 CA', 'CA', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5826, '0050c2c5b', 0, 'Microtechnica', '5-12-1 Tsurugasima SAITAMA 350-2211 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5827, '0050c2cd6', 0, 'Arktan Systems', '580 California Street, Suite 1200 San Francisco CA 94104 US', 'US', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5828, '0040b6', 0, 'Computerm Corp', '111 WOOD STREET PITTSBURGH PA 15222 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5829, '00e0b3', 0, 'EtherWAN Systems, Inc', '14 HUGHES, STE.B-105 IRVINE CA 92618 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5830, '70b3d5851', 0, 'Exascend (Wuhan) Co, Ltd', 'West 2nd-3rd Floor, No. 2 Building, Guan Nan Industrial Park,Te 1 Hao, Gao Xing 2 Lu,Dong Hu New Technology Development District Wuhan Hubei 430000 CN', 'CN', 'MA-S', '2018-12-17', '2018-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5831, '00a0fb', 0, 'Toray Engineering Co, Ltd', '1-45, OE 1-CHOME, OTSU CITY 520-21 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5832, 'e80b13', 0, 'Akib Systems Taiwan, Inc', 'No.582-1, RuiGuang Rd Taipei 114 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5833, 'cc22375', 0, 'Beijing Safesoft Greatmaker Co, Ltd', 'Room 501 ,Unit. D, Jinyujiahua Building ,No. 9 ,Shangdi Three Street , Haidian District Beijing 100144 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5834, '0006c9', 0, 'Technical Marketing Research, Inc', 'Shin Nihon Gijutsu Bldg. Tokyo 105-0012 105-0012 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5835, '001ad0', 0, 'Albis Tech AG', 'Albisriederstrasse 199 CH 8047 Zuerich CH', 'CH', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5836, '948fee', 0, 'Verizon Telematics', '2002 Summit Blvd Atlanta GA 30319 US', 'US', 'MA-L', '2011-05-07', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5837, 'f07485', 0, 'Ngd Systems, Inc', '355 Goddard, Suite 200 Irvine CA 92618 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5838, '0009c1', 0, 'Proces-Data A/S', 'Navervej 8 Silkeborg DK-8600 DK', 'DK', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5839, '00182c', 0, 'Ascend Networks, Inc', 'No. 4 - 4, Lane 413, ChungChan Road, BenQuao City Taipei 220 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5840, 'd0e140', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5841, 'bc34003', 0, 'Altronix Corp', '140 58th street Brooklyn NY 11220 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5842, '4c65a8', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5843, 'fc017c', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5844, 'c8f742', 0, 'HangZhou Gubei Electronics Tech Co, Ltd', 'Room 106, No.611 Jianghong Road, Binjiang District, Hangzhou, Zhejiang, China Hangzhou ZheJiang 310052 CN', 'CN', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5845, '000147', 0, 'Zhone Tech', '7001 Oakport Street Oakland CA 94621 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5846, '001d45', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5847, '70b3d56f3', 0, 'iungo', 'Vrouwenlaan 62 Zwolle Overijssel 8017 HS NL', 'NL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5848, '7c95f3', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5849, '2c8a72', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5850, '002617', 0, 'Oem Worldwide', '2920 Kelly Ave Watertown SD 57201 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5851, '5027c7', 0, 'Technart Co, Ltd', '2-21 Nishiohjicho Kusatsu Shiga 525-0037 JP', 'JP', 'MA-L', '2013-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5852, 'e8fcaf', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-04-02', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5853, 'f8a097', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5854, 'acc662', 0, 'MitraStar Tech Corp', 'No. 6, Innovation Road II, Hsinchu 300 TW', 'TW', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5855, '006072', 0, 'Vxl Instruments, Ltd', 'PLOT NO. 17, KONAPPANA AGRAHARA BANGALORE - 561 229 IN', 'IN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5856, '0050c23ab', 0, 'taskit Rechnertechnik GmbH', 'Seelenbinder Straße 33 Berlin 12 555 DE', 'DE', 'IAB', '2004-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5857, '001403', 0, 'Renasis, Llc', '1530 N. State St. Lehi UT 84043 US', 'US', 'MA-L', '2005-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5858, '6c641a', 0, 'Penguin Computing', '45800 Northport Loop West Fremont CA 94538 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5859, 'e4f89c', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5860, '70b3d51f3', 0, 'Smart Energy Code Co Ltd', '8 Fenchurch Place London England, London EC3M 4AJ GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5861, '78d8006', 0, 'Alango Tech Ltd', 'Etgar 2, Carmel Biulding 1rd floor Tirat Carmel Haifa 39100 IL', 'IL', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5862, '80a796', 0, 'Neurotek Llc', '3180 18th St, Ste 200 San Francisco CA 94110 US', 'US', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5863, '003093', 0, 'Sonnet Tech, Inc', '8 Autry Irvine, CA 92618 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5864, '000a8a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5865, '001f0f', 0, 'Select Engineered Systems', '7991 W. 26 Ave Hialeah Florida 33016 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5866, 'c8d1d1', 0, 'AGAiT Tech Corp', '5F,No.27-8, Sec. 2, Zhongzheng E. Rd., Danshui Township Taipei County 25170 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5867, '842b50', 0, 'Huria Co, Ltd', '#190-28 Chungchun-2Dong Incheon 403-032 KR', 'KR', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5868, '20b5c6', 0, 'Mimosa Networks', '656 N. Santa Cruz. Ave., Suite B Los Gatos CA 95030 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5869, '2c7155', 0, 'HiveMotion', '1806, STX-V Tower Seoul 153-803 KR', 'KR', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5870, '2415104', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5871, '000b0e', 0, 'Trapeze Networks', '5753 W. Las Positas Blvd Pleasanton CA 94588 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5872, '001867', 0, 'Datalogic Adc', '433 N. Fair Oaks Ave Pasadena CA 91103 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5873, '501ac5', 0, 'Microsoft', '1 Microsoft Way Redmond Washington 98052 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5874, '6891d07', 0, 'Omniimpex GmbH', 'Waldhof 5 Zug Zug 6300 CH', 'CH', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5875, '000aca', 0, 'Yokoyama Shokai Co, Ltd', '6-96 Matsumura Kanazawa Ishikawa 920-0348 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5876, '000e36', 0, 'Heinesys, Inc', '3F, Sungkwang Bldg. 456-13, Sungnae-dong Seoul 134-848 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5877, '001e82', 0, 'SanDisk Corp', '630 Alder Drive, Milpitas CA 95035 US', 'US', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5878, '001f2e', 0, 'Triangle Research Int\'l Pte Ltd', '10 Ubi Crescent #05-83 Ubi Techpark SG 408664 SG', 'SG', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5879, '78491d', 0, 'The Will-Burt Co', '169 S. Main St. Orrivlle Ohio 44667 US', 'US', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5880, '589b0b', 0, 'Shineway Tech, Inc', 'Floor 5, Huanxing Building Beijing 100191 CN', 'CN', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5881, '88cba5', 0, 'Suzhou Torchstar Intelligent Tech Co, Ltd', 'Rm1704B,Business Building, No.181, Cuiyuan Rd.,SIP Suzhou Jiangsu Province 215000 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5882, '70b3d576b', 0, 'Empelor GmbH', 'Gubelstr. 12 Zug Zug 6300 CH', 'CH', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5883, '00d018', 0, 'Qwes. Com, Inc', '14742 NEWPORT AVE. - STE. #203 TUSTIN CA 92780 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5884, '0050c2382', 0, 'Colorado Vnet', '255 East 6th Street Loveland Colorado 80537 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5885, 'd8d866', 0, 'Shenzhen Tozed Tech Co, Ltd', '4F/A1,A2,TIANJI BUILDING,TIAN’AN CYBER PARK,FUTIAN SHENZHEN GUANGDONG 518040 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5886, '70b3d5630', 0, 'Lge', '2621, Nambusunhwan-ro, Gangnam-gu Seoul 06267 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5887, 'a870a5', 0, 'UniComm Inc', '7F-7, No. 716, Chung-Cheng Road, Chung-Ho City Taipei Hsien 23500 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5888, '600f77', 0, 'SilverPlus, Inc', '18 Technology Dr, #143 Irvine CA 92618 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5889, '000ec2', 0, 'Lowrance Electronics, Inc', '12000 E. Skelly Drive Tulsa OK 74128 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5890, '001a26', 0, 'Deltanode Solutions AB', 'Box 92 184 Stockholm 120 09 SE', 'SE', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5891, '0050c25c2', 0, 'Intuitive Surgical, Inc', '950 Kifer Road Sunnyvale CA 94040 US', 'US', 'IAB', '2006-04-13', '2016-02-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5892, '0050c26a9', 0, 'Armida Tech Corp', '2313 Lockhill Selma Rd #242 San Antonio TX 78230 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5893, '9ca134', 0, 'Nike, Inc', '1 Bowerman Drive Beaverton OR 97005 US', 'US', 'MA-L', '2011-10-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5894, '30df8d', 0, 'Shenzhen Gongjin Electronics Co, LT', 'SONGGANG SHENZHEN GUANGDONG 518105 CN', 'CN', 'MA-L', '2018-10-04', '2018-10-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5895, '000d75', 0, 'Kobian Pte Ltd - Taiwan Branch', '2F, No.580, Rueikuang Rd.,Nei Hu,Taipei, Taipei Nei Hu 114 TW', 'TW', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5896, '000dcd', 0, 'Groupe Txcom', 'ZI DU PETIT CLAMART LE PLESSIS ROBINSON HAUTS-DE-SEINE 92350 FR', 'FR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5897, '04c06f', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5898, '444f5e', 0, 'Pan Studios Co, Ltd', '1F., NO.402, SEC. 2, JHONGYANG N. RD., BEITOU DISTRICT, TAIPEI CITY 11258 TW', 'TW', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5899, '40d855133', 0, 'Tattile Srl', 'via G.Donizetti 1/3/5 Brescia 25030 IT', 'IT', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5900, '7c2587', 0, 'chaowifi.com', 'No. 502 1th Building TaiHe Square HangZhou QianJiangRoad 310002 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5901, '3c39e7b', 0, 'chipsguide Tech Co, Ltd', 'NanGuang road, DongHua design house 758 room Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5902, 'c01173', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5903, '0050b0', 0, 'Tech Atlanta Corp', '500 Sugar Mill Road Atlanta GA 30350 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5904, '000a23', 0, 'Parama Networks Inc', '1955 The Alameda San Jose CA 95126 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5905, '0017a7', 0, 'Mobile Computing Promotion Consortium', '3-5-12 Shiba-Koen Tokyo 105-0011 JP', 'JP', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5906, 'f4f1e1', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US', 'US', 'MA-L', '2014-07-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5907, '70b3d50a2', 0, 'TechSigno srl', 'Via Giovanni Paolo II, 3 Udiner UD 33100 IT', 'IT', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5908, '00c020', 0, 'Arco Electronic, Control Ltd', '2750 NORTH 29TH AVE.-STE.#316 HOLLYWOOD FL 33020 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5909, '00c036', 0, 'Raytech Electronic Corp', '2F, NO.6, LANE 497 TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5910, '0050c2615', 0, 'Axis Electronics', 'Bedford Heights, Bedford Bedfordshire MK41 7NY GB', 'GB', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5911, '8cfaba', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-04-08', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5912, '60fef9', 0, 'Thomas & Betts', '5900 Eastport Blvd Richmond VA 23231 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5913, '20180e', 0, 'Shenzhen Sunchip Tech Co, Ltd', 'Room 818-831, Building B1, Mingyou Purchasing Center, Bao\'an District, Shenzhen, China Shenzhen Guangdong 518101 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5914, '70b3d50a9', 0, 'ProConnections, Inc', '239 Littleton Road Westford Massachusettes 01886 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5915, '38d82f', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5916, '00e01a', 0, 'Comtec Systems. Co, Ltd', '404-9 CHOUNGCHEN-DONG BUPYOUNG-KU, INCHON KR', 'KR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5917, '001084', 0, 'K-Bot Communications', 'P.O. BOX 410 NORTON MA 02766 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5918, '34e5ec', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5919, '000f6b', 0, 'GateWare Communications GmbH', 'Allersberger Strasse 185 F Nuernberg Bavaria D-90461 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5920, '001e3e', 0, 'Kmw Inc', '65 Youngchun-ri, Dongtan-myun Hwasung-si Kyungki-do 445-813 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5921, '9c6121', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5922, '304b07', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5923, '000b17', 0, 'Mks Instruments', '651 Lowell Street Methuen MA 01844 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5924, '000f65', 0, 'icube Corp', 'Olympia Center 2F,828-10,Yeoksam-dong,Kangnam-ku Seoul South 135-935 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5925, '001759', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5926, '0050c2ae2', 0, 'Power Medical Interventions', '2021 Cabot Blvd. West Langhorne PA 19047 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5927, '40d855038', 0, 'Special Measurements Labs Llc', 'ul. Nartova, 6 Nizhny Novgorod 603104 RU', 'RU', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5928, '0050c2221', 0, 'Getinge IT Solutions ApS', 'Tordenskjoldsgade 27 Copenhagen K DK 1055 DK', 'DK', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5929, '0050c245d', 0, 'Digital Engineering, Inc', '740 Harold Crescent Thunder Bay Ontario P7C 5H7 CA', 'CA', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5930, 'd43d67', 0, 'Carma Industries Inc', '132 Walsh Road Lindsay Ontario K9V 4R3 CA', 'CA', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5931, '001bc5082', 0, 'Tgs Geophysical Co (UK) Ltd', 'Millbank House Surbiton KT6 6AP GB', 'GB', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5932, '70b3d589d', 0, 'e-Matix Corp', '5812 Machine Drive Huntington Beach CA 92649 US', 'US', 'MA-S', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5933, '00e0a7', 0, 'Ipc Information Systems, Inc', 'METRO CENTER STAMFORD CT 06907 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5934, '00180c', 0, 'Optelian Access Networks', '22A-1051 Baxter Road Ottawa Ontario K2C 3P2 CA', 'CA', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5935, '00e0b5', 0, 'Ardent Communications Corp', '3801 ZANKER ROAD, Suite A SAN JOSE CA 95134 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5936, 'c8bcc8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-07-26', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5937, '005004', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '2000-11-09', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5938, '000f5c', 0, 'Day One Digital Media Ltd', '197 Archers Rd Auckland North Island 1310 NZ', 'NZ', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5939, '0050c2cbd', 0, 'Hi Tech Electronics Ltd', '93 Osvobozdenie Blvd. Plovdiv 4023 BG', 'BG', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5940, '60c5a8', 0, 'Beijing LT Honway Tech Co, Ltd', 'Room 1703,A1 Tower, Changyuan Tiandi, No.18,Suzhou Street beijing beijing 100086 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5941, 'a03e6bf', 1, 'Private', '', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5942, '0011f1', 0, 'QinetiQ Ltd', 'Room E601 Malvern Worcestershire WR14 3PS GB', 'GB', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5943, '0025de', 0, 'Probits Co, Ltd', '#1502, Kolon Science Valley II, 811 Seoul 152-878 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5944, '00a085', 1, 'Private', '', '', 'MA-L', '2001-10-24', '2002-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5945, '000e97', 0, 'Ultracker Tech Co, Inc', '14F-1, No. 888, Jingguo Road, Taoyuan City, Taoyuan 330 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5946, '001381', 0, 'Chips & Systems, Inc', '4750 Patrick Henry Drive Santa Clara California 95054 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5947, '7c70bc4', 0, 'K-Vision Tech (Shanghai), Ltd', 'Floor 4, No.9 Building, 879 Lane Shanghai Shanghai 200333 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5948, '00039a', 0, 'SiConnect', 'Delta 100 Swindon SN5 7XP GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5949, '00aa00', 0, 'Intel Corp', '5200 NE ELAM YOUNG PARKWAY HILLSBORO OR 97124 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5950, 'c88ed1b', 0, 'Advanced Micro Controls Inc', '20 Gear Dr. Terryville CT 06786 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5951, 'd4b169', 0, 'Le Shi Zhi Xin Electronic Tech (Tianjin) Ltd', ',Le Shi Building, No.105 Yaojiayuan Road,Chaoyang District,Beijing,China beijing beijing 100025 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5952, '7c48b2', 0, 'Vida Resources Lte Ltd', '10 Anson road, unit #16-20 International Plaza Singapore 079903 SG', 'SG', 'MA-L', '2019-08-09', '2019-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5953, '70b3d5774', 0, 'Micram Instruments Ltd', '5 The Parade Auckland 2012 NZ', 'NZ', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5954, '70b3d5eae', 0, 'Orlaco Products B.V.', 'Albert Plesmanstraat 42 Barneveld 3772MN NL', 'NL', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5955, '3868dd', 0, 'Inventec Corp', 'NO.88, DAZHI RD. TAOYUAN 33068 TW', 'TW', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5956, '70b3d5ac0', 0, 'Ritec', '25 East Easy St Simi Valley CA 93065 US', 'US', 'MA-S', '2019-03-09', '2019-03-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5957, '0024b4', 0, 'Escatronic GmbH', 'Wuerzburger Str. 8 Laatzen Lower Saxony 30880 DE', 'DE', 'MA-L', '2008-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5958, '8cbf9d', 0, 'Shanghai Xinyou Information Tech Ltd Co', '905,418 Guiqing Road, Xuhui District, Shanghai Shanghai 200233 CN', 'CN', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5959, '1cb094', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5960, '64fb81d', 0, 'Dongyang unitech.CoLtd', '8F dearung technotown 13 seoul 153-803 KR', 'KR', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5961, '70b3d57aa', 0, 'Sadel S.p.A.', 'via Marino Serenari, 1 Castel Maggiore Bologna 40013 IT', 'IT', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5962, '8489ec4', 0, 'Vayyar Imaging Ltd', '3 Avraham Giron St Yehud 5621717 IL', 'IL', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5963, '3cf011', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-11-09', '2018-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5964, '60ab67', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-12-26', '2018-12-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5965, '00007b', 0, 'Research Machines', 'P.O. BOX 75 ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5966, '008059', 0, 'Stanley Electric Co, Ltd', 'R&D LABORATORY JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5967, 'b01b7c', 0, 'Ontrol A.S.', 'Turcan Cad No:19 Y.Dudullu Umraniye Istanbul 34775 TR', 'TR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5968, '9c04eb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5969, 'c0a39e', 0, 'EarthCam, Inc', '84 Kennedy Street Hackensack New Jersey 07601 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5970, '4c4bf92', 0, 'Shenzhen HommPro Tech Co, Ltd', '5F,Building B,Zhengchangda Digital Technology Park,Jian\'an Road,Tangwei community,Fuhai street,Bao\'an District Shenzhen GuangDong 518000 CN', 'CN', 'MA-M', '2019-07-02', '2019-07-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5971, '000d4e', 0, 'Ndr Co, Ltd', 'Sumitomo seimei minatomachi MT BLDG Osak Kinki 550-0015 JP', 'JP', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5972, '001edc', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2007-12-31', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5973, 'e0b6f5c', 0, 'funktel GmbH', 'Windmühlenbergstr. 20-22 Salzgitter 38259 DE', 'DE', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5974, '38bab0', 0, 'Broadcom', '1320 Ridder Park San Jose CA 95131 US', 'US', 'MA-L', '2019-06-05', '2019-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5975, '00216f', 0, 'SymCom, Inc', '2880 North Plaza Drive Rapid City SD 57702 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5976, '28fd809', 0, 'Jinlitong International Co, Ltd', 'KangMai Industrial Zone ,B building, F/3, Shenzhen guangdong 518110 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5977, '001f96', 0, 'Aprotech CoLtd', 'KOLONDIGITAL TOWER ASTON 201, 505-14 SEOUL KSXX 0022 KR', 'KR', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5978, '00106b', 0, 'Sonus Networks, Inc', '5 CARLISLE ROAD WESTFORD MA 01886 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5979, '0001d6', 0, 'manroland AG', 'Stadtbachstraße 1 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5980, '00e666', 0, 'Arima Communications Corp', '6F.,No.866,Zhongzheng Rd.,Zhonghe Dist., New Taipei City Taiwan 23586 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5981, '3aba37', 0, 'Cirrent', '1810 Barroilhet Burlingame CA 94010 US', 'US', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5982, '70b3d5daf', 0, 'Innovative Concepts And Design Llc', '107 Trumbull Street, Bldg F8 Elizabeth NJ 07206 US', 'US', 'MA-S', '2019-08-27', '2019-08-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5983, '00e01f', 0, 'Avidia Systems, Inc', '135 NORTH PLAINS INDUSTRIAL RD WALLINGFORD CT 06492 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5984, '0050c2578', 0, 'Delphi Display Systems, Inc', '3160 Pullman Street Costa Mesa CA 92626 US', 'US', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5985, '0050c2ef4', 0, 'RO.VE.R. Laboratories S.p.A', 'Via Parini 2/4 Colombare di SIrmione BS 25019 IT', 'IT', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5986, '001849', 0, 'nVent, Schroff GmbH', 'Langenalber Strasse 96-100 Straubenhardt 75334 DE', 'DE', 'MA-L', '2006-06-13', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5987, '001869', 0, 'Kingjim', 'No.10-18,2-Chome Chiyoda-ku Tokyo 101-0031 JP', 'JP', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5988, '70b3d5823', 0, 'SP Controls', '930 Linde Ave South San Francisco CA 94080 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5989, '70b3d5fcf', 0, 'Acc+Ess Ltd', 'Glenrhu Wick Highland KW1 4TW GB', 'GB', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5990, 'dcbfe9', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2017-09-22', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5991, '5076af', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-07-12', '2018-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5992, '749050', 0, 'Renesas Electronics Corp', '1753, Shimonumabe, Nakahara-Ku Kawasaki Kanagawa 211-8668 JP', 'JP', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5993, 'e03e44', 0, 'Broadcom', '190 Mathilda Place Sunnyvale CA 94086 US', 'US', 'MA-L', '2014-08-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5994, '6cf049', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5995, '001509', 0, 'Plus Tech Co, Ltd', 'Office #205, Gayang Techno-town, Seoul 157-810 KR', 'KR', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5996, '80fb06', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5997, '40d8550a3', 0, 'Telefrank GmbH', 'Am Wildengrund 1 Altenambach TH 98553 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5998, 'bcd1d3', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F.,H-3 Building,OCT Eastern lndustrial Park. Nanshan, Shenzhen GUANGDONG 518053 CN', 'CN', 'MA-L', '2014-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(5999, '0009a1', 0, 'Telewise Communications, Inc', '2050 Ringwood Avenue San Jose CA 95131 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6000, '0014fd', 0, 'Thecus Tech Corp', '15F.,No. 79,Sec. 1,Sintai 5th RD., Sijhih City Taipei County 221 TW', 'TW', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6001, '001bc5075', 0, 'Kitron GmbH', 'Lessingstr. 24 Großbettlingen Baden-Württemberg 72663 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6002, '38fec5', 0, 'Ellips B.V.', 'Esp 300 Eindhoven Noord-Brabant 5633 AE NL', 'NL', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6003, '608c2b', 0, 'Hanson Tech', 'Room 1503, Zhao Jia Bang Road Shanghai 200030 CN', 'CN', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6004, '0050c27da', 0, 'Htec Ltd', 'Southampton International Park Southampton Hampshire SO18 2RX GB', 'GB', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6005, '402e28', 0, 'MiXTelematics', 'Blaauwklip Office Park 2 Stellenbosch Cape Province 7600 ZA', 'ZA', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6006, '7c4685', 0, 'Motorola (Wuhan) Mobility Tech Communication Co, Ltd', 'No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6007, '000145', 0, 'Winsystems, Inc', '715 Stadium Drive Arlington TX 76011 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6008, '000b73', 0, 'Kodeos Communications', '111 Corporate Blvd South Plainfield NJ 07080 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6009, 'd022127', 0, 'Cliptech Industria e Comercio Ltda', 'ROD VICE PREF HERMENEGILDO TONOLI, 2285 ITUPEVA SAO PAULO 13295000 BR', 'BR', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6010, '1479f3', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6011, '4c0143', 0, 'eero Inc', '660 3rd Street San Francisco CA 94107 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6012, '98f9c7e', 0, 'NC-Link Tech Co, Ltd', 'Block A2 Jinhai Business Mansion, Jinhai Road, Xixiang town Shenzhen Guangdong 518101 CN', 'CN', 'MA-M', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6013, '0040c1', 0, 'Bizerba-Werke Wilheim Kraut', 'GMBH & CO. KG, D-7460 BALINGEN D-7460 BALINGEN DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6014, '1c3a4f', 0, 'AccuSpec Electronics, Llc', '8140 Hawthorne Drive Erie Pennsylvania 16509 US', 'US', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6015, '00226d', 0, 'Shenzhen Giec Electronics Co, Ltd', '24/F, XiNian Center, ShenNan Road 6021#, Futian District Shenzhen Guangdong Province 518040 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6016, 'e0247f', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6017, '884ccf', 0, 'Pulzze Systems, Inc', '1290-B Reamwood Ave Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6018, '144fd72', 0, 'FedEx Services Oti', '920 W Poplar Ave, Suite 101 Collierville TN 38017 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6019, '80b624', 0, 'Ivs', '807-809 , Woorim E-biz center, 35, Gwangnaru-ro 6-gil Seoul Seongdong-gu 04799 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6020, '08008c', 0, 'Network Research Corp', '2380 N. ROSE AVENUE OXNARD CA 93010 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6021, '000c24', 0, 'Anator', '44, rue d\'Estienne d\'Orves sartrouville yvelines 78500 FR', 'FR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6022, '806c8b', 0, 'Kaeser Kompressoren AG', 'Carl-Kaeser-Strasse 26 Coburg Bavaria 96450 DE', 'DE', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6023, 'a020a6', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2016-04-01', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6024, '70b3d57f7', 0, 'Jasco Applied Sciences Canada Ltd', '32 Troop Avenue, Suite 202 Dartmouth Nova Scotia B3B 1Z1 CA', 'CA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6025, 'b802a4', 0, 'Aeonsemi, Inc', 'Cassia Court, Suite 716, 10 Market Street Camana Bay Grand Cayman KY1-9006 KY', 'KY', 'MA-L', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6026, '0050c20ac', 0, 'Honeywell Gno', '13051 66th St. N Largo FL 33773 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6027, '0021ba', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2008-10-25', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6028, '0025cc', 0, 'Mobile Communications Korea Inc', '1011-1012, Suwon High Venture Valley, Suwon-si, Gyeonggi-do, 441-360 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6029, '0050c2d31', 0, 'Ungava Tech Inc', '2750 rue Einstein Quebec G1P 4R1 CA', 'CA', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6030, 'e8ce06', 0, 'SkyHawke Tech, Llc', '274 Commerce Park Drive Ridgeland MS 39157 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6031, '98cf53', 0, 'Bbk Educational Electronics Corp, Ltd', 'LiWu INDUSTRIAL PARK,Wusha,Chang\'an Dong Guan Guang Dong 523860 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6032, '70b3d56dd', 0, 'Abbott Diagnostics Tech AS', 'P. O. Box 6863 Rodeløkka Oslo Oslo 0504 NO', 'NO', 'MA-S', '2019-08-29', '2019-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6033, '00223c', 0, 'Ratio Entwicklungen GmbH', 'Ludwig-Erhard-Strasse 22 Hamburg 20459 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6034, '0050c29ea', 0, 'Sismodular - Engenharia, Lda', 'Lrg. S. Paulo Nº13, 1º - E2 Braga 4700-042 PT', 'PT', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6035, '002694', 0, 'Senscient Ltd', 'Unit 2, Block A, Arena Business Centre Poole Dorset BH17 7FJ GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6036, '0050c2ff5', 0, 'Flexkom Internet Pazarlama Bilipim ve Eoitim Hiz.Inp.Mim.Muh.Oto.Enerji San. Tic. A.p.', 'Aþkan Mh. Atakent Sk. No:15 Meram Konya 42090 TR', 'TR', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6037, '84a466', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2014-08-20', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6038, 'dc2834', 0, 'Hakko Corp', '4-5, Shiokusa 2-chome, Naniwaku Osaka Osaka 556-0024 JP', 'JP', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6039, '0c73eb2', 0, 'Deltapath, Inc', '2107 N 1ST ST, STE 660 San Jose CA 95131 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6040, '9849e1', 0, 'Boeing Defence Australia', 'GPO Box 767 Brisbane Queensland 4001 AU', 'AU', 'MA-L', '2018-11-16', '2018-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6041, '00c0d5', 0, 'Werbeagentur Jürgen Siebert', 'Im Klostergarten 8 D-50321 Brühl DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6042, '000bc8', 0, 'AirFlow Networks', '444 Castro St Mountain View Ca 94041 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6043, 'acfe05', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2019-05-08', '2019-05-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6044, '0050c2af2', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten bawu 88480 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6045, 'cc52af', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, LANE 351, TAIPING RD. nan tou NAN-TOU 542 TW', 'TW', 'MA-L', '2011-03-17', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6046, '9cd36d', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6047, '40d85512a', 0, 'Jadpod Communication Co Ltd', 'Buidling B2, Xujingchang Industrial Park, Haoye Road Shenzhen Guangdong 518000 CN', 'CN', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6048, '9810e8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6049, '847460', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6050, '0030c5', 0, 'Cadence Design Systems, Inc', '555 RIVER OAKS PARKWAY SAN JOSE CA 95134 US', 'US', 'MA-L', '2000-11-09', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6051, '0050c2360', 0, 'Digital Receiver Tech', '20250 Century Blvd., #300 Germantown MD 20874 US', 'US', 'IAB', '2004-06-16', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6052, '681ab2', 0, 'zte Corp', '12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6053, '0050c2f6c', 0, 'Pro Design Electronic GmbH', 'Albert-Mayer-Str. 14-16 Bruckmuehl Bavaria 83052 DE', 'DE', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6054, 'a434f1', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6055, '00058f', 0, 'CLCsoft Co', 'Dept. of Electrical Engineering KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6056, '0050c2274', 0, 'Fundación Tecnalia Research & Innovation', 'C/ Geldo Edificio 700, Parque Tecnológico Bizkaia Derio Vizcaya 48160 ES', 'ES', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6057, '0023eb', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6058, '0050c298f', 0, 'Belik S.P.R.L.', 'Rue du Roussart 147 Waterloo Brabant 1410 BE', 'BE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6059, '00129b', 0, 'E2s Electronic Engineering Solutions, S.L.', 'Sant Ferran 10 Barcelona 08031 ES', 'ES', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6060, '001b89', 0, 'Emza Visual Sense Ltd', '20 Ha\'ta\'as St., Beith Hapamon Kfar Saba 44425 IL', 'IL', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6061, '70dda1', 0, 'Tellabs', 'One Tellabs Center Naperville Illinois 60563 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6062, '0050c2e2c', 0, 'EN ElectronicNetwork Hamburg GmbH', 'Meiendorfer Strasse 205 Hamburg 22145 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6063, '00e18c', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6064, '000a76', 0, 'Beida Jade Bird Huaguang Tech Co, Ltd', 'No.207 Chengfu Road, Haidian District Beijing 100871 CN', 'CN', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6065, '001194', 0, 'Chi Mei Communication Systems, Inc', '11F, No.39, Chung Hua RD. Sec 1 Taipei 100 TW', 'TW', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6066, '70b3d5f6e', 0, 'Streambox Inc', '1848 Westlake Ave N Seattle WA 98109 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6067, 'b0958e', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6068, 'a056f3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6069, 'e44cc72', 0, 'Doowon Electronics & Telecom Co, Ltd', 'IT 301-408, Ssangyong 3Cha, Bucheon Technopark, 397, Seokcheon-ro, Ojeong-gu Bucheon-si Gyeonggi-do 14449 KR', 'KR', 'MA-M', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6070, '847e40', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2012-04-08', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6071, '401b5f', 0, 'Weifang Goertek Electronics Co, Ltd', 'Gaoxin 2 Road,Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN', 'CN', 'MA-L', '2015-06-13', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6072, '0050c277e', 0, 'Cominfo, Inc', 'Nabrezi 695 Zlin Czech Republic 76001 CZ', 'CZ', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6073, 'bc8ae8', 0, 'Qing Dao Haier Telecom Co, Ltd', 'No 1 Haier Road Hi-tech Zone Qingdao 266000 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6074, '70b3d56e9', 0, 'Krontech', 'I.T.U ARI 3 Teknokent Kron Telekomunikasyon, Maslak Istanbul 34467 TR', 'TR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6075, 'e41e0a0', 0, 'Zavod № 423', '2B, Zavodskoy proezd Bogoroditsk Tula 301830 RU', 'RU', 'MA-M', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6076, '6023a4', 0, 'Sichuan AI-Link Tech Co, Ltd', 'Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN', 'CN', 'MA-L', '2019-04-22', '2019-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6077, '0050c238e', 0, 'Nordic Alarm AB', 'Englundavägen 11 Solna 17141 SE', 'SE', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6078, '001a7a', 0, 'Lismore Instruments Ltd', 'Unit 2 Tristar Centre, Star Road Horsham West Sussex RH13 8RA GB', 'GB', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6079, '1ccae3d', 0, 'eSight Corp', '535 Legget Drive Ottawa Ontario K2K3B8 CA', 'CA', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6080, 'f4b5aa', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6081, '0050c21ac', 0, 'Beckmann+Egle GmbH', 'Auf der Höhe 10 Kernen-Rommelshausen BaWü 71394 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6082, '8c5d60', 0, 'Uci Corp Co, Ltd', '299/195-7, Chaengwattana Road, Bangkok Bangkok 10210 TH', 'TH', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6083, '64a0e7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6084, '185207', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6085, '8c147db', 0, 'Bausch Datacom NV/SA', 'Tiensesteenweg 54-56 Korbeek-Lo Vlaams-Brabant - Belgium 3360 BE', 'BE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6086, '0002f0', 0, 'Ame Optimedia Tech Co, Ltd', '17F-2, 79 Hsin Tai Wu Road, Sec. 1, TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6087, '0050c2413', 0, 'Goodrich', 'Fuels & Utility Systems Vergennes Vermont 05491 US', 'US', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6088, '001d20', 0, 'Comtrend Corp', '3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW', 'TW', 'MA-L', '2007-08-18', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6089, '04d16e8', 0, 'Chengdu Interlink Science And Tech Co, Ltd', 'Room 1305, 12A Level, Wanke Huamao Building Sichuan Chengdu 610051 CN', 'CN', 'MA-M', '2019-08-01', '2019-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6090, '001523', 0, 'Meteor Communications Corp', '22614 66th Avenue South Kent WA 98032 US', 'US', 'MA-L', '2005-07-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6091, '0050c267e', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6092, '0050c21da', 0, 'Gfi Chrono Time', '121 rue des Guillees CHAURAY 79180 FR', 'FR', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6093, '001491', 0, 'Daniels Electronics Ltd dbo Codan Rado Communications', '43 Erie St Victoria BC V8V 1P8 CA', 'CA', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6094, '00231a', 0, 'Itf Co, Ltd', '2-2-11 Nishiki-cho Tachikawa-shi Tokyo 190-0022 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6095, '0050c2e40', 0, 'Ecrin Systems', '143 Rue Louis Neel Crolles Isère 38920 FR', 'FR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6096, 'ecd040', 0, 'Gea Farm Tech GmbH', 'Siemensstrasse 25-27 Boenen Northrhine-Westfalia 59199 DE', 'DE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6097, '00c094', 0, 'Vmx Inc', '2115 O\'NEL DRIVE SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6098, '0009ed', 0, 'CipherOptics', '701 Corporate Center Drive Raleigh North Carolina 27607 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6099, '4865ee4', 0, 'Mission Microwave Tech, Inc', '10012 Norwalk Blvd, Suite 150 Santa Fe Springs CA 90670 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6100, '484efc', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-11-21', '2019-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6101, '0050c2216', 0, 'Level Control Systems', '#42 - 100 Kal Lake Rd. Vernon B.C. V1T 9G1 CA', 'CA', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6102, '50ab3e', 0, 'Qibixx AG', 'Bahnhofstrasse 2 Buchs SG 9471 CH', 'CH', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6103, 'ecfe7e', 0, 'BlueRadios, Inc', '7173 S. Havana Street, Suite 600 Englewood Colorado 80112 US', 'US', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6104, '388e7a', 0, 'Autoit', '212, Gasan digital 1-ro Seoul Geumcheon-gu 08502 KR', 'KR', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6105, '00a0a4', 0, 'Oracle Corp', '500 Oracle Parkway Redwood Shores CA 94065 US', 'US', 'MA-L', '1980-01-01', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6106, '0002cb', 0, 'TriState Ltd', 'Shinonaga Blg. 4-11-19 Hokko-cho 053-0852 053-0852 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6107, '0050c2431', 0, 'Octatron, Inc', '1925 McKinley Ave. La Verne CA 91750 US', 'US', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6108, '705ab6', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 15, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6109, '2ccd43', 0, 'Summit Tech Group', '145 Belmont Drive Somerset NJ 08873 US', 'US', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6110, '14825b', 0, 'Hefei Radio Communication Tech Co, Ltd', 'No.108, YinXing Road, High-tech Development Zone, Hefei, Anhui Province, China Hefei Anhui Province 230088 CN', 'CN', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6111, '107ba4', 0, 'Olive & Dove Co, Ltd', '803 Polaris bldg., 381, Seongnam-daero, Bundang-gu Gyeonggi-do Seongnam-si 13555 KR', 'KR', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6112, '000e41', 0, 'Nihon Mechatronics Co, Ltd', '9-6 SHIOMIDAI, MIYAMAE-KU KAWASAKI-SHI KANAGAWA-KEN 216-0013 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6113, '000fc1', 0, 'Wave Corp', '3-25-5 Chidori Ohta-ku Tokyo 146-0083 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6114, '84742a', 0, 'zte Corp', '12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6115, '40d85501a', 0, 'Meggitt Defense Systems Inc', '9801 MUIRLANDS BLVD. IRVINE CA 92618 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6116, '001bc5089', 0, 'Signature Control Systems, Inc', '18 GOODYEAR STE 110 IRVINE CA 92618 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6117, '903ae6', 0, 'Parrot SA', '174 Quai de Jemmapes Paris 75010 FR', 'FR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6118, '005028', 0, 'Aval Communications', '1777 NORTH CALIFORNIA BLVD. WALNUT CREEK CA 94596 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6119, '4050e0', 0, 'Milton Security Group Llc', '111 North Harbor Blvd Fullerton CA 92832 US', 'US', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6120, '90840d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6121, '8427ce', 0, 'Corp of the Presiding Bishop of The Church of Jesus Christ of Latter-day Saints', 'Audiovisual Engineering - 2LL Salt Lake City UT 84150 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6122, '6cab31', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6123, '000ec3', 0, 'Logic Controls, Inc', '355 Denton Avenue New Hyde Park NY 11040 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6124, '001636', 0, 'Quanta Computer Inc', 'No. 211, Wen Hwa 2Rd., Kuei Shan Hsiang Tao Yuan Shien 0000 TW', 'TW', 'MA-L', '2005-10-29', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6125, '84e0f4', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6126, '00cbb4', 0, 'Shenzhen Ateko Photoelectricity Co, Ltd', '4-5F,E1 Building,TCL International E City,No.1001 Zhongshanyuan Road,Nanshan District,Shenzhen SHENZHEN GUANGDONG 518052 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6127, 'c03dd9', 0, 'MitraStar Tech Corp', 'No. 6, Innovation Road II, Hsinchu 300 TW', 'TW', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6128, '0050c2de0', 0, 'Internet Protocolo Logica SL', 'Sector Foresta 43. Edificio Oficentro Tres Cantos Madrid 28760 ES', 'ES', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6129, 'a08a87', 0, 'HuiZhou KaiYue Electronic Co, Ltd', '3#,Ruttang 2nd area,Tongcheng Avenue Huizhou Guangdong 516005 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6130, '000df9', 0, 'Nds Ltd', 'One Heathrow Boulevard West Drayton Middlesex UB7 0DQ GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6131, '70b3d5a17', 0, 'Tunstall A/S', 'Niels Bohrs vej 42 Stilling Skanderborg 8660 DK', 'DK', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6132, '1449e0', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong 24180 US', 'US', 'MA-L', '2013-05-02', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6133, '00a003', 0, 'Siemens Switzerland Ltd, I B T Hvp', 'Building Technologies Division, International Headquarters Zug 6301 CH', 'CH', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6134, '000a83', 0, 'Salto Systems S.L.', 'Arkotz, 9 Polígonoo Lanbarren Oiartzun 20180 ES', 'ES', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6135, '6479a7', 0, 'Phison Electronics Corp', 'No.1, Qun Yi Rd., Jhunan, Miaoli 350 TW', 'TW', 'MA-L', '2015-12-17', '2015-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6136, '000a7b', 0, 'Cornelius Consult', 'Im Vogelsang 21 Hattingen NRW 45527 DE', 'DE', 'MA-L', '2002-10-14', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6137, '34c731', 0, 'Alps Electric Co, Ltd', '6-3-36 Furukawanakazato, Osaki Miyagi-pref 989-6181 JP', 'JP', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6138, 'b8a44f', 0, 'Axis Communications AB', 'Emdalavägen 14 LUND 22369 SE', 'SE', 'MA-L', '2019-03-06', '2019-03-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6139, '0050e4', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2000-11-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6140, '001c58', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6141, '20918a', 0, 'Profalux', '377 rue des Cypr THYEZ Haute Savoie 74300 FR', 'FR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6142, '94cc049', 0, 'Entec Electric & Electronic Co, Ltd', '78-2 Buncheon-ri, Bongdam-eup Hwaseong-city Gyungki-do 445-894 KR', 'KR', 'MA-M', '2019-12-27', '2019-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6143, '0000f3', 0, 'Gandalf Data Ltd', '130 COLONNADE ROAD SOUTH CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6144, '0050c2ee2', 0, 'System Industrie Electronic GmbH', 'Millennium Park 12 Lustenau Vorarlberg 6890 AT', 'AT', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6145, '006967d', 0, 'aversix', '???????????351?4??7 (????) ??? ??? 235 TW', 'TW', 'MA-M', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6146, 'b8288b', 0, 'Parker Hannifin Manufacturing (UK) Ltd', 'Condition Monitoring Centre Thetford Norfolk IP24 1HP GB', 'GB', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6147, '78f7be', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6148, '00c0d6', 0, 'J1 Systems, Inc', '3 DUNWOODY PARK-STE.#103 ATLANTA GA 30338 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6149, '0050c27cb', 0, 'ViewPlus Tech, Inc', '1853 SW Airport Ave. Corvallis OR 97333 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6150, 'ec9f0d8', 0, 'Zhejiang Heju Communication Tech Co, Ltd', 'F4,Block B, Lotus Commercial Building,Lianhua Street 333#,XiHu District HANGZHOU ZHEJIANG 310012 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6151, '00606a', 0, 'Mitsubishi Wireless Communications. Inc', '2001 CHERRY DRIVE BRASELTON GA 30517 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6152, '008096', 0, 'Human Designed Systems, Inc', '421 FEHELEY DRIVE KING OF PRUSSIA PA 19406 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6153, '70b3d5e90', 0, 'Getein Biotechnology Co, Ltd', 'No.9 Bofu Road,Luhe District, Nanjing,china Nanjing jiangsu 211505 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6154, 'e02861', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6155, '9c2a83', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6156, '70b3d5547', 0, 'CE Link Ltd', '2/F, Building G, Licheng Tech. Ind. Zone Shenzhen Guangdong 518104 CN', 'CN', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6157, '480bb2e', 0, 'Beijing Mfox Tech Co, Ltd', 'B zone,floor 2,NO.A5 east Rongchang street .BDA (yizhuang) BeiJing BeiJing BeiJing 100176 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6158, '000cb9', 0, 'Lea', 'Bat LA FAYETTE Paris RP 924051 FR', 'FR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6159, '101212', 0, 'Vivo International Corp Pty Ltd', '9-13 Bibby Street, NSW Chiswick 2046 AU', 'AU', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6160, '70b3d5601', 0, 'Tricom Research Inc', '17791 Sky Park Circle Suite GHJ Irvine CA 92614 US', 'US', 'MA-S', '2020-01-31', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6161, '0050c2592', 0, 'PaloDEx Group Oy', 'Nahkelantie 160 TUUSULA FIN 04301 FI', 'FI', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6162, 'ece512', 0, 'tado GmbH', 'Lindwurmstr. 76 Munich Bavaria 80337 DE', 'DE', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6163, '00075f', 0, 'Vcs Video Communication Systems AG', 'Forchheimer Str. 4 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6164, '001244', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6165, '006068', 0, 'Dialogic Corp', '9800 Cavendish Blvd, 5th Floor Montreal Quebec H4M 2V9 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6166, '0003a9', 0, 'Axcent Media AG', 'Technologiepark 13 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6167, 'f4428f', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6168, '0050c2620', 0, 'Harman/Becker Automotive Systems GmbH', 'Becker-Göring-Straße 16 Karlsbad 76307 DE', 'DE', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6169, '083e8e', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2012-05-26', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6170, '1cc0e13', 0, 'Hangzhou Softel Optic Co, Ltd', '101 BINKANG ROAD, BINJIANG DISTRICT HANGZHOU ZHEJIANG 310052 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6171, 'ecaf97', 0, 'Git', '05655, GIT Bldg., 87, Macheon-ro, Songpa-gu, Seoul, Korea Songpa-gu Seoul 05655 KR', 'KR', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6172, '24f094', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6173, '9ce374', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6174, '70b3d5c3a', 0, 'Han Chang', '171, Gasan digital 1-ro, Geumcheon-gu, Seoul, Republic of Korea Seoul Geumcheon-gu, Seoul 08503 KR', 'KR', 'MA-S', '2019-10-29', '2019-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6175, 'd40129', 0, 'Broadcom', '5300 California Ave. Irvine CA 92617 US', 'US', 'MA-L', '2013-01-16', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6176, '70b3d524c', 0, 'Astronomical Research Cameras, Inc', '2247 San Diego Ave #135 San Diego CA 92110 US', 'US', 'MA-S', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6177, '00d0c7', 0, 'Pathway, Inc', '777 BETA DRIVE MAYFIELD VILLAGE OH 44143 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6178, '000ac0', 0, 'Fuyoh Video Industry Co, Ltd', '7-25 Higashi Kibogaoka Yokohama-shi Kanagawa-ken 246-0008 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6179, '0050c23b0', 0, 'Microtarget Tecnologia Digital Ltda.', 'Rua Eng. Mesquita Sampaio, 54-FDS São Paulo 04711-000 BR', 'BR', 'IAB', '2004-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6180, '0050c2c09', 0, 'Globe Wireless', '1571 Robert J Conlan Blvd Palm Bay Florida 32905 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6181, 'a04fd4', 0, 'Adb Broadband Italia', 'VIALE SARCA 336 MILANO 20126 IT', 'IT', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6182, '5cf2867', 0, 'Access IS', '18 Suttons Business Park READING Berks RG6 1AZ GB', 'GB', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6183, '00c0a7', 0, 'Seel Ltd', '3 YOUNG SQUARE SCOTLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6184, '00d0ac', 0, 'CommScope Inc', '140 Vista Centre Drive Forest VA 24551 US', 'US', 'MA-L', '2000-11-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6185, '70b3d53b5', 0, 'Preston Industries dba PolyScience', '6600 W. Touhy Ave Niles IL 60714-4588 US', 'US', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6186, '3c6a2c1', 0, 'Olibra Llc', '45 legin dr creskill NJ 07626 US', 'US', 'MA-M', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6187, '001249', 0, 'Delta Elettronica S.p.A.', 'Via Astico 41 Varese 21100 IT', 'IT', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6188, '001e1c', 0, 'Sws Australia Pty Ltd', '23 Scanlon Drive Epping Victoria 3076 AU', 'AU', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6189, 'f872ea', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6190, '0060c6', 0, 'Dcs AG', 'SALZACHSTRASS 31 D-14129 BERLIN DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6191, '00036a', 0, 'Mainnet, Ltd', 'P.O. Box 2324 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6192, 'e4ce8f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6193, 'dcec06', 0, 'Heimi Network Tech Co, Ltd', 'Room 12B12, Block A2, Long-Term World Building, Beijing Beijing 100080 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6194, '70b3d5232', 0, 'Uconsys', 'R.506, Blk. 17T11, Nguyen Thi Dinh Str. Hanoi 123456 VN', 'VN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6195, '008bfc', 0, 'mixi, Inc', 'Sumitomo Shibuya First Tower 7F, 1-2-20 Higashi Shibuya-ku Tokyo 150-0011 JP', 'JP', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6196, '70b3d55de', 0, 'Hangzhou AwareTec Tech Co, Ltd', '6th Floor,Building 2,No.307 Liuhe Road,Binjiang District,Hangzhou 城市: Hangzhou Hangzhou Zhejiang 310000 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6197, '6c8aec', 0, 'Nantong Coship Electronics Co, Ltd', 'No.188 Xinsheng Road Nantong Jiangsu 226001 CN', 'CN', 'MA-L', '2019-02-26', '2019-02-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6198, '0000c0', 0, 'Western Digital Corp', '8105 IRVINE CENTER DRIVE IRVINE CA 92718 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6199, '00159d', 0, 'Tripp Lite', '1111 W 35th Street Chicago IL 60609 US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6200, '0050c298d', 0, 'Mecos AG', 'Industriestrasse 26 Winterthur 8404 CH', 'CH', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6201, 'f00786', 0, 'Shandong Bittel Electronics Co, Ltd', 'No.1 Rizhao North Road Rizhao Shandong 276800 CN', 'CN', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6202, '8c147d9', 0, 'Anyware Solutions ApS', 'Monrads Alle 9 Valby Sjaelland 2500 DK', 'DK', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6203, '005040', 0, 'Panasonic Electric Works Co, Ltd', 'Tsu-Factory, 1668, Fujikata Tsu-shi Mie-ken 514-8555 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6204, '001c08', 0, 'Echo360, Inc', '11955 Freedom Drive Reston VA 20190 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6205, '001b94', 0, 'T.E.M.A. S.p.A.', 'via della Scienza 21 A/C Castelnuovo Rangone Modena 41051 IT', 'IT', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6206, '0023ec', 0, 'Algorithmix GmbH', 'Klettgaustrasse 21 Waldshut-Tiengen BW 79761 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6207, '70b3d5376', 1, 'Private', '', '', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6208, 'b0aad2', 0, 'Sichuan tianyi kanghe communications Co, Ltd', 'No.198, section 1, xueshan avenue, jinyuan town, dayi county, sichuan province chengdu sichuan 611330 CN', 'CN', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6209, '0040bd', 0, 'Starlight Networks, Inc', '444 CASTRO STREET STE MOUNTAIN VIEW CA 94041 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6210, '00a0d7', 0, 'Kasten Chase Applied Research', '5100 ORBITOR DRIVE L4W 4Z4 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6211, '001b2f', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2007-01-21', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6212, '841766', 0, 'Weifang Goertek Electronics Co, Ltd', 'Gaoxin 2 Road,Free Trade Zone,Weifang,Shandong,261205,P.R.China Wei Fang Shan Dong CN', 'CN', 'MA-L', '2014-01-12', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6213, '1012b4', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'NO.198 FIRST SECTION,SNOW MOUNTAIN AVENUE, JINYUAN TOWN, DAYI COUNTY, CHENGDU SICHUAN 611330 CN', 'CN', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6214, '000ae3', 0, 'Yang Mei Tech Co, Ltd', '21, Alley 1, Lane 342 Taipei 114 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6215, '00170c', 0, 'Twig Com Ltd', 'Meriniitynkatu 11 Salo 2400 FI', 'FI', 'MA-L', '2006-01-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6216, '486fd2', 0, 'StorSimple Inc', '2350 Mission College Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6217, '0050c2e91', 0, 'Dsp Design Ltd', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6218, '001418', 0, 'C4Line', '1001 Hyundai Parisian, Yangchun-Gu Seoul 158-050 KR', 'KR', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6219, '0050c2cbf', 0, 'Megacon AB', 'Ranhammarsvägen 20 Bromma Stockholm 168 67 SE', 'SE', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6220, '70b3d558f', 0, 'Lsl systems', '303. SanHak. Hallym university. Chuncheon. KW 200-702 KR', 'KR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6221, '2c265ff', 1, 'Private', '', '', 'MA-M', '2015-02-16', '2015-02-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6222, 'c0d3915', 0, 'WiTagg, Inc', '1045 Linda Vista Avenue Mountain View 94043 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6223, '10cdb6', 0, 'Essential Products, Inc', '380 Portage Avenue Palo Alto CA 94306 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6224, '6431398', 0, 'Shenzhen Huanyin Electronics Ltd', 'Room 1707, 17/F, West Block, Nanshan Digital Culture Industrial Base, Nanshan District Shenzhen Guangdong 519052 CN', 'CN', 'MA-M', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6225, '0002a0', 0, 'Flatstack Ltd', '1112 Budapest HU', 'HU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6226, '001570', 0, 'Zebra Tech Inc', '475 Half Day Road Lincolnshire IL 60069 US', 'US', 'MA-L', '2005-08-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6227, '0007d0', 0, 'Automat Engenharia de Automação Ltda.', 'Rua Santo Antonio, 917 - Reboucas 80230-120 BR', 'BR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6228, '0026ba', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-01-05', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6229, '40e730', 0, 'Dey Storage Systems, Inc', '215 South B Street San Mateo CA 94401 US', 'US', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6230, 'c4346b', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2014-02-25', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6231, 'dc44277', 0, 'EcoGuard AB', 'Radiatorvägen 11 ÖREBRO - 70227 SE', 'SE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6232, '00025b', 0, 'Cambridge Silicon Radio', 'Unit 400, Science Park, United Kingdom GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6233, '000651', 0, 'Aspen Networks Inc', '3777 Stevens Creek Blvd Santa Clara CA 95051 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6234, '00fc58', 0, 'WebSilicon Ltd', '25, Habarzel St., Tel-Aviv 69710 IL', 'IL', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6235, '00b0ee', 0, 'Ajile Systems, Inc', '920 Saratoga Ave. San Jose CA 95129 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6236, '001bf9', 0, 'Intellitect Water Ltd', 'Suite 19, Basepoint Business Centre Christchurch Dorset BH23 ^NW GB', 'GB', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6237, '88b6ee', 0, 'Dish Tech Corp', '94 Inverness Terrace E Englewood CO 80112 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6238, 'd03745', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6239, '6431393', 0, 'Koangyow Integration Machine Co, Ltd', '7F., No. 566, Zhongzheng Rd., Xindian Dist. New Taipei City 23148 TW', 'TW', 'MA-M', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6240, '803fd6', 0, 'bytes at work AG', 'Konradstrasse 15 Winterthur ZH 8400 CH', 'CH', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6241, '70b3d5ddc', 0, 'Syscom Instruments SA', 'industrie 21 Sainte-Croix 1450 CH', 'CH', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6242, '78595e', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6243, '5062559', 0, 'Southern Ground Audio Llc', '101 Gardner Park Peachtree City GA 30269 US', 'US', 'MA-M', '2019-09-04', '2019-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6244, '0050c233c', 0, 'SkipJam', '386 North Street Greenwich CT 06830 US', 'US', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6245, 'c44b44', 0, 'Omniprint Inc', '1923 East Deere Ave. Santa Ana CA 92705 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6246, '001831', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-06-13', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6247, '0050c2754', 0, 'Abeo Corp', '13611 Legacy Circle Herndon VA 20171-4701 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6248, '0050c2a77', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6249, '144c1a', 0, 'Max Communication GmbH', 'Siemensstrasse 47 Rellingen 25462 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6250, '2c9e5f', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-11-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6251, 'e8f928', 0, 'Rftech Srl', 'VIA VENETO, 22 SCHIO VICENZA 36015 IT', 'IT', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6252, '00c0ba', 0, 'Netvantage', '201 CONTINENTAL BLVD.-STE.#201 EL SECUNDO CA 90245 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6253, '0050c220b', 0, 'Rafael', 'Library dep. C0-900 Haifa 31009 IL', 'IL', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6254, 'b44bd63', 0, 'Huizhou Sunoda Tech Co Ltd', 'NO.4 XING JU WEST ROAD,DONG XING DISTRICT,ZHONG KAI DONG JIANG HIGH TECHNOLOGY INDUSTRIAL PARK, HUI ZHOU guangdong 516000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6255, '94cc046', 0, 'Sam Nazarko Trading Ltd', '18 Watermill Way London Surrey SW19 2RD GB', 'GB', 'MA-M', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6256, '001068', 0, 'Comos Telecom', 'SAEHAN B/D/, 27-1 SUPYO-DONG CHUNG-GU, SEOUL (100-230) KR', 'KR', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6257, '0005a4', 0, 'Lucid Voice Ltd', '5 Jabotinski Street IL', 'IL', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6258, '30b5c2', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6259, '842615', 0, 'Adb Broadband Italia', 'VIALE SARCA 336 MILANO 20126 IT', 'IT', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6260, 'f44c70', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6261, '0020cf', 0, 'Test & Measurement Systems Inc', '2045 SITKA COURT LOVELAND CO 80538 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6262, '0003d9', 0, 'Secheron SA', 'Untermattweg 8 CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6263, 'c09f42', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-04-08', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6264, 'b8d812e', 0, 'ZheJiang FangTai Electirc Co, Ltd', 'B11 Block, Science and Technology Park Hangzhou ZheJiang 310024 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6265, '183a2d', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6266, '0050c2108', 0, 'Balogh S.A.', '189, rue d\'Aubervilliers CP97 75886 Paris cedex 18 FR', 'FR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6267, '000d0b', 0, 'Buffalo.Inc', 'MELCO HI-TECH CENTER, NAGOYA 457-8520 JP', 'JP', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6268, '70b3d555f', 0, 'Deep BV', 'Johan van Hasseltweg 39d Amsterdam 1021KN NL', 'NL', 'MA-S', '2019-07-02', '2019-07-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6269, '80e4da6', 0, 'BroadMedia Co, Ltd', '102-124, 106 Youngdeungpo Ro Seoul N/A 150-935 KR', 'KR', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6270, '70b3d507f', 0, 'Abalance Corp', 'Tennozu First Tower 5F, 2-2-4 Higashishinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6271, '78a7eb', 0, '1more', 'TianliaoBuilding F14 New Materials Industrial Park,Xueyuan Blvd Shenzhen, Nanshan District 518005 CN', 'CN', 'MA-L', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6272, '0005e4', 0, 'Red Lion Controls Inc', '20 Willow Springs Circle York PA 17402 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6273, '0026dd', 0, 'Fival Science & Tech Co, Ltd', '1/F, Building 57, No.461 Shanghai Shanghai 200233 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6274, '244597', 0, 'Gemue Gebr. Mueller Apparatebau', 'Fritz-Mueller-Strasse 6-8 Ingelfingen Criesbach 74653 DE', 'DE', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6275, '1c7cc7', 0, 'Coriant GmbH', 'St.-Martin-Str. 76 Munich Germany 81541 DE', 'DE', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6276, '48fda3', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6277, '000b83', 0, 'Datawatt B.V.', 'HOUTSTRAAT 5 WOLVEGA NL-8471-ZX NL', 'NL', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6278, '001233', 0, 'Jrc Tokki Co, Ltd', '3-2-1 Shinyoshidahigashi Kohoku-ku Yokohama Kanagawa 223-8572 JP', 'JP', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6279, 'a08e78', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6280, 'f06e0b', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND 98052 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6281, '1c4d66', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-10-01', '2019-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6282, '00e080', 0, 'Control Resources Corp', '16-00 POLLITT DRIVE FAIR LAWN NJ 07410 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6283, 'fc4499', 0, 'Swarco Lea d.o.o.', 'Finzgarjeva 1A Lesce 4248 SI', 'SI', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6284, '848f69', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2011-06-05', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6285, '48a472', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6286, '24d2cc', 0, 'SmartDrive Systems Inc', '9276 Scranton Road San Diego CA 92121 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6287, '7884ee', 0, 'Indra Espacio S.A.', 'C/ ROC BORONAT, 133 BARCELONA 08018 ES', 'ES', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6288, '0050c20db', 0, 'Cyberex', '5335 Avion Park Dr. Highland Heights OH 44143 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6289, '78f944', 1, 'Private', '', '', 'MA-L', '2015-01-23', '2015-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6290, '904e91e', 0, 'Shenzhen Cloudynamo Internet Tech Co, Ltd', 'NO.502 lingyun Building honglang north second road shenzhen 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6291, '0050c2171', 0, 'Quantronix, Inc', '380 S. 200 W. Farmington UT 84025 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6292, '504edc', 0, 'Ping Communication', 'Brenden 18 Appenzell Meistersrüte AI 9050 CH', 'CH', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6293, 'e85e53', 0, 'Infratec Datentechnik GmbH', 'Gevener Weg 38 Neuenrade NRW 58579 DE', 'DE', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6294, '0014cd', 0, 'DigitalZone Co, Ltd', 'No. 1001 E&C VentureDreamTower2 Seoul 152-848 KR', 'KR', 'MA-L', '2005-06-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6295, '88329b', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong 24180 US', 'US', 'MA-L', '2013-01-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6296, '105bad', 0, 'Mega Well Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6297, '6431395', 0, 'Shenzhen He&e Tech Co, Ltd', '2nd Floor, Building A7, Shenzhen Low Carbon Technology Demonstration Park, Silicon Valley Power, Guiyue Road, Guanlan Street, Longhua District, Shenzhen, China ShenZhen 518100 CN', 'CN', 'MA-M', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6298, '00dd0e', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6299, '0050c2375', 0, 'Tir Systems Ltd', '7700 Riverfront Gate Burnaby British Columbia V5J 5M4 CA', 'CA', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6300, '0022a1', 0, 'Huawei Symantec Tech Co, Ltd', 'Building 1,The West Zone Science Park of UESTC,No.88,Tianchen Road Chengdu Sichuan 611731 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6301, '0050c2a5e', 0, 'Ansen Investment Holdings Ltd', 'Room 78, 2/F, Sino Industrial Plaza, Kowloon Bay HK', 'HK', 'IAB', '2009-02-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6302, '000b4e', 0, 'VertexRSI, General Dynamics SatCOM Tech, Inc', '3750 W. Loop 281 Longview TX 75604 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6303, '000ba9', 0, 'CloudShield Tech, Inc', '212 Gilbraltar Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6304, '0418d6', 0, 'Ubiquiti Networks Inc', '91 E. Tasman Dr. San Jose 95134 US', 'US', 'MA-L', '2012-06-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6305, '102831', 0, 'Morion Inc', 'Shosse Kosmonavtov, 111 Perm Permsky Krai 614990 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6306, 'e4186b', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6307, '0094a1', 0, 'F5 Networks, Inc', '401 Elliott Ave. W. Seattle WA 98119 US', 'US', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6308, '304596', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6309, '6095ce2', 0, 'Q-Sentech Co, Ltd', '#201,170 Seonyu-ro, Yeongdeungpo-gu Seoul Korea 07255 KR', 'KR', 'MA-M', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6310, '001877', 0, 'Amplex A/S', 'Silkeborgvej 2 Aarhus C 8000 DK', 'DK', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6311, '001e08', 0, 'Centec Networks Inc', 'Suite 4F-13/16, Building B, No.5 Xing Han Street Suzhou Jiangsu 215021 CN', 'CN', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6312, 'ac6089', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6313, 'a4580f4', 0, 'Shenzhen City billion Leiden science and Tech Co, Ltd', 'Shenzhen City, Baoan District Songgang Street Community Goodrich Tantou Industrial Park plant building 2 Shenzhen City Guangdong Province 518000 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6314, '70b3d51b3', 0, 'Graphcore Ltd', '11-19 Wine Street Bristol BS1 2PH GB', 'GB', 'MA-S', '2018-10-10', '2018-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6315, '0050c2469', 0, 'BiPOM Electronics, Inc', '16301 Blue Ridge Road Missouri City TEXAS 77489 US', 'US', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6316, 'b04bbf', 0, 'PT Han Sung Electoronics Indonesia', 'JL.PALEM 1 BLOK DS-6 KAWASAN INDUSTRI BATIK LIPPO CIKARANG, DESA CIBATU, KECAMATAN CIKARANG SELATAN BEKASI JAWA BARAT 17550 ID', 'ID', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6317, 'c09727', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6318, 'dc16b2', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6319, '001b3c', 0, 'Software Tech Group, Inc', '10330 W. Roosevelt Road Weschester IL 60154 US', 'US', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6320, '0050c26f7', 0, 'infoplan Gesellschaftfür Informationssysteme mbH', 'Wallbergstraße 1 Taufkirchen Bayern D-82024 DE', 'DE', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6321, '002605', 0, 'CC Systems AB', 'Box 83 Alfta 822 22 SE', 'SE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6322, '144f8a', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6323, '002161', 0, 'Yournet Inc', 'KT R&D Center Seoul 137-792 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6324, '74fda0', 0, 'Compupal (Group) Corp', 'No.1555 Jiashan Avenue Jiashan Zhejiang 314113 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6325, 'a4da22b', 0, 'Klashwerks Inc', '441 Maclaren Street, Suite 408 Ottawa ON K2P2H3 CA', 'CA', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6326, '0020c4', 0, 'Inet, Inc', '801 E. CAMPBELL-STE.#330 RICHARDSON TX 75081 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6327, '004501', 0, 'Midmark Rtls', '2600 Miller Creek Road Traverse City MI 49684 US', 'US', 'MA-L', '2005-03-17', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6328, '9031cd', 0, 'Onyx Healthcare Inc', '2F ,No135, Lane235, New Taipei City 231 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6329, '98ef9b', 0, 'Ohsung', '335-4,SANHODAERO,GUMI,GYEONG BUK,KOREA GUMI GYEONG BUK 730-030 KR', 'KR', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6330, '800588', 0, 'Ruijie Networks Co, Ltd', '20# Building,Star-net Science Plaza,Juyuanzhou, 618 Jinshan Road Fuzhou Fujian 350002 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6331, 'b02a43', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6332, '0007d8', 0, 'Hitron Tech Inc', '135-220 Hitron B/D 726-5 Seoul 13456 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6333, '94db49', 0, 'Sitcorp', '7 RUE CADET PARIS 75015 FR', 'FR', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6334, '000500', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6335, '001319', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6336, '38c7ba', 0, 'CS Services Co, Ltd', 'Imon BLDG 95 Edomachi Kobe Hyogo 6500033 JP', 'JP', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6337, '5cf2861', 0, 'iSon Tech', 'Rm. 3, 2F., No.417, Guangfu S. Rd., Sinyi Dist. Taipei Taiwan 110 TW', 'TW', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6338, 'f43e66', 0, 'Bee Computing (HK) Ltd', 'Room 1902, 19/F, Lee Garden One 33 Hysan Avenue, Causeway Bay Hong Kong 100043 HK', 'HK', 'MA-L', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6339, 'c4ad34', 0, 'Routerboard.com', 'Mikrotikls SIA Riga Riga LV1009 LV', 'LV', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6340, '00e04a', 0, 'ZX Tech, Inc', '760 Spanish Oak Trail Dripping Springs TX 78620 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6341, '000629', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6342, '70b3d50cb', 0, 'Nireco Corp', '2951-4, Ishikawa-machi Hachioji-shi Tokyo 192-8522 JP', 'JP', 'MA-S', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6343, '0050c2b4b', 0, 'Chitose Co, Ltd', 'Fiato202 Koga-City Fukuoka 8113101 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6344, 'd88039', 0, 'Microchip Tech Inc', '2355 W. Chandler Blvd. Chandler AZ 85224 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6345, '000873', 0, 'DapTechnology B.V.', 'Zutphenstraat 67 EJ Oldenzaal 7575 NL', 'NL', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6346, '002484', 0, 'Bang and Olufsen Medicom a/s', 'Gimsinglundvej 20 S1r DK DK7600 DK', 'DK', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6347, '001f8d', 0, 'Ingenieurbuero Stark GmbH und Ko. KG', 'Rudolf-Diesel-Strasse 44 Laichingen BW 89150 DE', 'DE', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6348, 'd8b90e', 0, 'Triple Domain Vision Co, Ltd', 'No.9, Aly. 1, Ln. 585, Sec.3, Fulin Rd., Hsinchu Conuty 307 TW', 'TW', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6349, '000153', 0, 'Archtek Telecom Corp', '4F, No.9 Lane 130, Min-Chyuan Rd. 231 TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6350, '00017c', 0, 'AG-E GmbH', 'Dennewartstraße 27 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6351, '000cf9', 0, 'Xylem Water Solutions', 'Gesallvagen SE', 'SE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6352, '001c97', 0, 'Enzytek Tech Inc,', '7F, No.35, Hsueh Fu Rd., Hsinchu 300, TW', 'TW', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6353, '0022bc', 0, 'Jdsu France Sas', '34 rue Necker SAINT ETIENNE LOIRE 42000 FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6354, '5cf286e', 0, 'Daisen Electronic Industrial Co, Ltd', '4-9-24 Nipponbashi, Naniwa-ku Osaka 556-0005 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6355, '0020c5', 0, 'Eagle Tech', '2865 ZANKER ROAD SAN JOSE CA 95134 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6356, '000f06', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2004-02-12', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6357, '0050c2ec2', 0, 'Ixonos Plc', 'Hermiankatu 6-8H Tampere FI-33721 FI', 'FI', 'IAB', '2011-10-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6358, '0050c27e0', 0, 'C&D Tech, Inc', '65 Industrial Park Rd Dunlap TN 37327 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6359, '7cb542', 0, 'Aces Tech', '#928, Hyundai Venture Ville Seoul 135-539 KR', 'KR', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6360, 'c438d3', 0, 'Tagatec Co, Ltd', '#604, Dongmoon Goodmorning Tower 2, Goyang-si Kyunggi-do 410-704 KR', 'KR', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6361, 'a470d6', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US', 'US', 'MA-L', '2014-07-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6362, '0007b7', 0, 'Samurai Ind. Prods Eletronicos Ltda', 'R-Nebraska, 443 S/2 2o Andar 04560-011 BR', 'BR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6363, '000fff', 0, 'Control4', '11734 S. Election Drive Draper UT 84020 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6364, '005039', 0, 'Mariner Networks', '1585 S. MANCHESTER AVE. ANAHEIM CA 92802-2907 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6365, '001c07', 0, 'Cwlinux Ltd', 'Unit 138, 13/F, Weswick Commercial Building, Wan Chai HK', 'HK', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6366, '4025c2', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6367, '002078', 0, 'Runtop, Inc', '5/F, NO. 10, ALLEY 8, LANE 45 TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6368, '00e028', 0, 'Aptix Corp', '2880 N. FIRST STREET SAN JOSE CA 95134 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6369, '0016b4', 1, 'Private', '', '', 'MA-L', '2005-12-10', '2005-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6370, '0050c2c98', 0, 'Criticare Systems, Inc', '20925 Crossroads Circle, Suite 100 Waukesha WI 53186-4054 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6371, '886639', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6372, '0050c20f7', 0, 'Foss NIRSystems, Inc', '7703 Montpelier Road Laurel MD 20723 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6373, '000b4f', 0, 'Verifone', '2099 Gateway Place San Jose 95110 US', 'US', 'MA-L', '2002-10-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6374, '286094', 0, 'Capelec', '1130 rue des Marels Montpellier Hérault 34000 FR', 'FR', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6375, 'a825eb', 0, 'Cambridge Industries(Group) Co, Ltd', '5/F,Building 8, 2388 ChenHang Road, MinHang District shanghai 201114 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6376, '2c279e8', 0, 'Institut Dr. Foerster GmbH & Co KG', 'In Laisen 70 Reutlingen 72766 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6377, '0050c2dd5', 0, 'Friend Spring Industrial Co, Ltd', '4F., No. 8, Lane 50, Sec. 3 Taipei 115 TW', 'TW', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6378, 'f4fd2b', 0, 'Zoyi Co', '827-66 Yeoksam 1-dong, Second Floor Seoul Korea 135-935 KR', 'KR', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6379, '64fb818', 0, 'Npg Tech S.A.', 'C/ Ecuador 14 (P.I. Las Monjas) Torrejón de Ardoz Madrid 28850 ES', 'ES', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6380, 'b87826', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2018-07-10', '2018-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6381, '002497', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6382, 'a43bfa', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-02-25', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6383, '70b3d5bd4', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2019-02-12', '2019-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6384, 'c42996', 0, 'Signify B.V.', 'High Tech Campus 7 Eindhoven 5656AE NL', 'NL', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6385, '70828e', 0, 'OleumTech Corp', '23 Hubble Irvine CA 92618 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6386, '38539c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6387, '0050c2337', 0, 'Eti', '272-20 Taejun-Dong Kwang Joo Kyung Ki-Do 464-808 KR', 'KR', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6388, '0050c272c', 0, 'Richard Griessbach Feinmechanik GmbH', 'Im Biotechnologiepark Luckenwalde Brandenburg 14943 DE', 'DE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6389, '002537', 0, 'Runcom Tech Ltd', '11 Moshe Levi Str. 11th Flr. Rishon Le Zion 75658 IL', 'IL', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6390, '0026c4', 0, 'Cadmos microsystems S.r.l.', 'Via Pietro Frattini, 255 Roma 00149 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6391, '0050c2c50', 0, 'Beceem Communications, Inc', '3960 Freedom Cir., 1st Floor Santa Clara CA 95054 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6392, '48a22d', 0, 'Shenzhen Huaxuchang Telecom Tech Co, Ltd', 'Room 501 Block B, Cyber Time Plaza Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6393, '0020ad', 0, 'Linq Systems', 'P.O. BOX 11040 TUCSON AZ 85734 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6394, '000344', 0, 'Tietech.Co, Ltd', '2-13-1 Chikamatoori Minamiku JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6395, 'b88687', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6396, '201d03', 0, 'Elatec GmbH', 'Lilienthalstr. 3 Puchheim Bayern 82178 DE', 'DE', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6397, '1c21d1c', 1, 'Private', '', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6398, '70b3d52d7', 1, 'Private', '', '', 'MA-S', '2019-03-27', '2019-03-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6399, '00e0df', 0, 'Keymile GmbH', 'Wohlenbergstraße 3 30179 Hannover DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6400, '0050c2b09', 0, 'Harper Chalice Group Ltd', '8 Binns Close Coventry West Midlands CV4 9TB GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6401, 'f0f002', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-11-24', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6402, 'a05aa4', 0, 'Grand Products Nevada, Inc', '751 Pilot Rd. Las Vegas Nevada 89119 US', 'US', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6403, '70b3d535d', 0, 'Fresh Idea Factory BV', 'Torenmolenlaan 67 Lochem Nederland - Nederlands 7241VL NL', 'NL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6404, '0012b6', 0, 'Santa Barbara Infrared, Inc', '30 S. Calle Cesar Chavez Santa Barbara CA 93103 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6405, '00134e', 0, 'Valox Systems, Inc', '#704, Ace Twin tower 2, 212-30, Guro-3dong, Guro-gu Seoul 152-779 KR', 'KR', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6406, '60f445', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6407, '70b3d52d0', 0, 'ijin Co, Ltd', '#109 BI, Hanyandaehak-ro Ansan South Korea 15588 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6408, '7cd566', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6409, '0050c238b', 0, 'InterBridge, Inc', 'Inabe Ina Nagano 396-0011 JP', 'JP', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6410, '58343b', 0, 'Glovast Tech Ltd', '6F., No.23, JianKang Rd., SongShan Dist., Taipei 105 TW', 'TW', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6411, '5cf2863', 0, 'beijing your wonderful control system Tech Co, Ltd', 'NO.11 Fengxian Medium Road,Yongfeng Industry Base,Haidian District,Beijing beijing beijing 100094 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6412, '181212', 0, 'Cepton Tech', '103 Bonaventura Dr San Jose CA 95134 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6413, '3c1a79', 0, 'Huayuan Tech Co, Ltd', 'R308 Block Jingmeng High-Tech Building,NO.5-1 Shangdi East Road, Beijing 100085 CN', 'CN', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6414, '0050c2eb4', 0, 'Wishtek Tech, Inc', '10F., No. 178-1, Syuecin Rd., Sansia Dist., New Taipei 23741 TW', 'TW', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6415, '141aa3', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US', 'US', 'MA-L', '2014-10-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6416, '5819f8', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6417, '70b3d5aaf', 0, 'Exi Flow Measurement Ltd', 'Unit 22 Ford Lane business Park Ford, ARUNDEL West Sussex BN164HP GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6418, '70b3d5fa8', 0, 'Munters', 'Hasivim 18 Pethch Tikva Israel 4959376 IL', 'IL', 'MA-S', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6419, '0050c2640', 0, 'Iac', '13029 Danielson Suite 200 Poway Ca. 92064 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6420, '00235c', 0, 'Aprius, Inc', '440 N. Wolfe Rd Sunnyvale CA 94085 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6421, '0016e9', 0, 'Tiba Medical Inc', '5024 Lakewood Drive Plano TX 75093 US', 'US', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6422, '0050c2e6d', 0, 'Allerta Inc', '314 Batavia Pl Waterloo ON N2L3W2 CA', 'CA', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6423, '0050c2f2b', 0, 'Bio Guard component & Tech', '4 Ha\'harash St. Hod Hasharon 45240 IL', 'IL', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6424, '4011753', 0, 'Beijing Hexinruitong Electric Power Tech Co, Ltd', 'Room 306, 3F, No.16, Shangdi 5 Street, Haidian District Beijing Beijing 100085 CN', 'CN', 'MA-M', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6425, '0003fd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6426, '0090a7', 0, 'Clientec Corp', '8175 S. VIRGINIA ST. RENO NV 89511 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6427, '0050c244d', 0, 'Electro-Matic Products, Inc', '23409 Industrial Park Ct. Farmington Hills MI 48335 US', 'US', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6428, '0022a6', 0, 'Sony Computer Entertainment America', '919 East Hillsdale Blvd Foster City California 94404-2175 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6429, '0050c2d06', 0, 'nCk Research Llc', '106 Cobblestone Court Drive Victor NY 14564 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6430, '0050c2ddf', 0, 'Device GmbH', 'Thieshoper Strasse 16 Brackel 21438 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6431, 'e8eada', 0, 'Denkovi Assembly Electronics Ltd', 'St. Stambolov str. 21 Byala Rousse 7100 BG', 'BG', 'MA-L', '2013-06-20', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6432, '341290', 0, 'Treeview Co, Ltd', '106/29 BANGLAMUNG BANGLAMUNG CHONBURI 20150 TH', 'TH', 'MA-L', '2016-02-10', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6433, '000608', 0, 'At-Sky Sas', 'ZI Athelia 3, Voi Atlas FR', 'FR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6434, '000db7', 0, 'Sanko Electric Co,.Ltd', '7-23 Tamanoi-cho Atsuta-ku Nagoya-shi Aichi 456-0025 JP', 'JP', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6435, '70b3d5f7c', 1, 'Private', '', '', 'MA-S', '2018-07-13', '2018-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6436, '108eba', 0, 'Molekule', '1184 Harrison Street San Francisco 94103 US', 'US', 'MA-L', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6437, '001561', 0, 'JJPlus Corp', '678 Massachusetts Ave Cambridge MA 02139 US', 'US', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6438, '04489a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6439, '70b3d550a', 0, 'Amedtec Medizintechnik Aue GmbH', 'Schneeberger Str. 5 Aue 08280 DE', 'DE', 'MA-S', '2019-03-06', '2019-03-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6440, '000d65', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6441, '000fd0', 0, 'Astri', '18/F Tower 6, Gateway, 9 Canton Rd HK', 'HK', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6442, '24497b', 0, 'Innovative Converged Devices Inc', '424 8th Avenue North Seattle WA 98109 US', 'US', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6443, '70b3d5fd0', 0, 'Alcohol Countermeasure Systems', '60 International Blvd Toronto Ontario M9W 6J2 CA', 'CA', 'MA-S', '2018-10-09', '2018-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6444, '0050c222b', 0, 'Riegl Laser Measurement Systems GmbH', 'Riedenburgstraße 48 Horn Niederösterreich A-3580 AT', 'AT', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6445, '002641', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-01-05', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6446, 'd0dfb2', 0, 'Genie Networks Ltd', '5F, No.15, Lane 360, Sec., 1, Neihu Road, Taipei 114 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6447, '40e3d6', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2015-05-31', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6448, 'cc5289', 0, 'Shenzhen Optfocus Tech, Ltd', 'Floor 3, Building No.7,Tangtou 3rd Industrial Park,Shiyan Street of BaoAn District ShenZhen 518000 CN', 'CN', 'MA-L', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6449, '002026', 0, 'Amkly Systems, Inc', '15801 ROCKFIELD BLVD., #P IRVINE CA 92718 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6450, '0050c203c', 0, 'BrainBoxes Ltd', 'Unit 3C, Wavertree Boulevard South Liverpool L7 9PF, England GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6451, '0050c257e', 0, 'Digital Way', '1 Chemin des CHAUX Saint-Etienne Loire 42000 FR', 'FR', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6452, '2cdd0c', 0, 'Discovergy GmbH', 'Pascalstraße 15 Aachen NRW 52076 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6453, '1c63b7', 0, 'OpenProducts 237 AB', 'Barsebäcksvägen 27 Löddeköpinge 24630 SE', 'SE', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6454, '003086', 0, 'Transistor Devices, Inc', '36A Newburgh Road Hackettstown NJ 07840 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6455, '0050c210c', 0, 'Photonic Bridges, Inc', '249 Mountain Road Basking Ridge NJ 07920 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6456, '40d85519c', 0, 'Parris Service Corp', '14841 N Hwy 41 Rathdrum ID 83858 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6457, '78c2c0c', 0, 'Shanghai Hanyi Tech Co,.Ltd', 'Room 2008, Feidiao International Building Shanghai Shanghai 200030 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6458, 'fc8e6e', 0, 'StreamCCTV, Llc', '1129 Northern Blvd, STE. 404 Manhasset 11030 US', 'US', 'MA-L', '2019-10-31', '2019-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6459, '00804d', 0, 'Cyclone Microsystems, Inc', '25 SCIENCE PARK NEW HAVEN CT 06511 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6460, '000cd0', 0, 'Symetrix', '6408 216th St SW Mountlake Terrace WA 98043 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6461, 'a45c27', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2010-05-26', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6462, '3cd7da', 0, 'SK Mtek microelectronics(shenzhen)Ltd', '12F, Micro-profit Building,South 6 road Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6463, '8cab8e', 0, 'Shanghai Feixun Communication Co, Ltd', 'No.3666,Sixian Rd.,Songjiang District,Shanghai,P.R.China Shanghai Shanghai 201616 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6464, '000765', 0, 'Jade Quantum Tech, Inc', '5F, No. 116, Hsien Fu Rd., TW', 'TW', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6465, 'ac9a96', 0, 'Lantiq Deutschland GmbH', 'Am Campeon 3 Neubiberg Bavaria 85579 DE', 'DE', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6466, 'c416fa', 0, 'Prysm Inc', '180 Baytech Drive San Jose California 95134 US', 'US', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6467, '2ccf58', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-31', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6468, '0050c2553', 0, 'Ath system', 'Osady Lezaku 498 Chrast 53851 CZ', 'CZ', 'IAB', '2005-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6469, '0050c28de', 0, 'Coherix, Inc', '3980 Ranchero Dr Ann Arbor MI 48108 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6470, '00193a', 0, 'Oesolutions', 'Technopark, 958-3 Daechon-Dong, Buk-Gu Gwangju Buk-Gu 500-706 KR', 'KR', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6471, '001a80', 0, 'Sony Corp', 'Gotenyama Tec, 5-1-2 Kitashinagawa Tokyo 141-0001 JP', 'JP', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6472, '002362', 0, 'Goldline Controls', '61 Whitecap Dr North Kingstown RI 02852 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6473, 'f45842', 0, 'Boxx TV Ltd', 'Suite 17, Imperial Studios London SW6 2AG GB', 'GB', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6474, '50ff99e', 0, 'Informa Llc', '215 N. College Ave Indianapolis IN 46202 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6475, '782a79', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2019-05-14', '2019-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6476, '0010a6', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6477, '001155', 0, 'Sevis Systems', '2805 N Dallas Parkway, STE 530 Plano Texas 75093 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6478, '00d069', 0, 'Technologic Systems', '16610 E. LASER DRIVE-STE. #10 FOUNTAIN HILLS AZ 85268 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6479, '5c521e', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6480, '004031', 0, 'Kokusai Electric Co, Ltd', '2-1 YASUUCHI TOYAMA 939-23 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6481, '080056', 0, 'Stanford Linear Accel. Center', '2575 SANDHILL ROAD MENLO PARK CA 94025 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6482, '0050c2705', 0, 'Hauch & Bach ApS', 'Femstykket 6 Lynge 3540 DK', 'DK', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6483, '0050c28e6', 0, 'Sandel Avionics, Inc', '2401 Dogwood Way Vista CA 92081 US', 'US', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6484, '002566', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2009-03-14', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6485, 'dc052f', 0, 'National Products Inc', '8410 Dallas Ave S. Seattle WA 98108 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6486, '0020f3', 0, 'Raynet Corp', '155 CONSTITUTION DRIVE MENLO PARK CA 94025 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6487, '0001b2', 0, 'Digital Processing Systems, Inc', '70 Valleywood Drive L3R 4T5 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6488, '3c1a0f', 0, 'ClearSky Data', '99 Summer Street Boston MA 02110 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6489, '001e8f', 0, 'Canon Inc', '3-30-2 Ohta-Ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6490, '4c6f9c', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-02-06', '2019-02-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6491, '0050c200d', 0, 'Opus Telecom Inc', '11 Herbert St. Framingham MA 01702 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6492, '0050c27ca', 0, 'Cedar Audio Ltd', '20 Home End Cambridge CB21 5BS GB', 'GB', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6493, 'fc2a9c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6494, 'e002a5', 0, 'Abb Robotics', 'Hydrovägen 10 Västerås 721 68 SE', 'SE', 'MA-L', '2019-01-15', '2019-01-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6495, '0024b2', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2008-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6496, '18a3e8', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2014-10-25', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6497, '0050c2111', 0, 'Endusis Ltd', 'Strawberry How Business Centre Cockermouth Cumbria CA13 9XQ GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6498, '0012c4', 0, 'Viseon, Inc', '8445 Freeport Parkway Irving Texas 75063 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6499, '0024f5', 0, 'Nds Surgical Imaging', '5750 Hellyer Ave. San Jose CA. 95138 US', 'US', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6500, '004055', 0, 'Metronix GmbH', 'NEUE KNOCHENHAUERSTRAßE 5 WEST DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6501, '0009d7', 0, 'DC Security Products', 'One Lindsay Circle San Francisco California 94124 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6502, 'a0a33b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6503, '001274', 0, 'Nit lab', 'Skoriny str., 65-3 Minsk Minskaya obl. 220013 BY', 'BY', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6504, '90c682d', 0, 'PowerShield Ltd', '12 Target Court Glenfield Auckland 0627 NZ', 'NZ', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6505, 'cce7df', 0, 'American Magnetics, Inc', 'PO Box 2509 Oak Ridge TN 37831-2509 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6506, 'a8bd1a', 0, 'Honey Bee (Hong Kong) Ltd', 'Flat L, 12/F., Phase 4, Kwun Tong Industrial Ctr., HK', 'HK', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6507, '046565', 0, 'Testop', '808, Hanshin IT tower, 272 digital-ro Guro-gu Seoul KS013 KR', 'KR', 'MA-L', '2016-03-02', '2016-03-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6508, '847637', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6509, '401175b', 0, 'Chongqing Iqiyi Intelligence Tech Co, Ltd', 'Yongli International Center, Sanlitun, Chaoyang District Beijing Beijing 100027 CN', 'CN', 'MA-M', '2019-07-11', '2019-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6510, '0021a1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6511, '002502', 0, 'NaturalPoint', 'PO Box 2317 Corvallis OR 97339 US', 'US', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6512, 'b817c2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-09-24', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6513, '7c477ce', 0, 'I-Convergence.com', '2A2212, No.32 Baiziwan Road, Chaoyang District Beijing 100021 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6514, '000bbb', 0, 'Etin Systems Co, Ltd', '12F, IT Venture Tower, Seoul 138-803 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6515, '0025dc', 0, 'Sumitomo Electric Industries, Ltd', '1-1-3, Shimaya, Konohana-ku Osaka 554-0024 JP', 'JP', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6516, 'd81bfe', 0, 'Twinlinx Corp', 'ESPACE DESCARTES BAT B AIX EN PROVENCE PROVENCE 13857 FR', 'FR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6517, '0000d0', 0, 'Develcon Electronics Ltd', '856-51ST STREET EAST CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6518, '00011d', 0, 'Centillium Communications', '47211 Lakeview Blvd. Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6519, '70b3d5077', 0, 'InAccess Networks SA', '12, Sorou str. Maroussi Athens GR15125 GR', 'GR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6520, '70b3d585c', 0, 'Robot Pub Group', '4 Gleneagles Court Wakefield UK WF6 1WW GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6521, '14a0f8', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6522, 'f8b5689', 0, 'Beijing Wanji Techonology Co, Ltd', 'NO.12 Building,Zhongguancun Software Park,Haidian District beijing beijing 100193 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6523, '00c070', 0, 'Sectra Secure-Transmission AB', 'TEKNIKRINGEN 2 SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6524, '1078ce', 0, 'Hanvit SI, Inc', '#201 Daeheung Building, 265-18 Yangjae-dong Seoul 137130 KR', 'KR', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6525, '0050c27b9', 0, 'Technovare Systems, Inc', '1675 Scenic Avenue Costa Mesa CA 92626 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6526, '00253c', 0, '2Wire Inc', '1764 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2009-02-15', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6527, 'c43a9f', 0, 'Siconix Inc', '#28, 2333 18th Ave NE Calgary Alberta T2E 8T6 CA', 'CA', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6528, '4ca003', 0, 'Vitec', '99 rue Pierre Semard Chatillon 92320 FR', 'FR', 'MA-L', '2016-01-31', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6529, '00c004', 0, 'Japan Business Computer CoLtd', '1368 FUTOO-CHO, KOHOKU-KU 222 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6530, '0009ae', 0, 'Okano Electric Co, Ltd', '2-8-18 KANAYAMA-CHO HIGASHIKURUME TOKYO 203-0003 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6531, '001508', 0, 'Global Target Enterprise Inc', '5F, No. 186, Sec. 2, Chung-Hsing Rd., Hsin Tien, Taipei county 231 TW', 'TW', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6532, '90489a', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-03-14', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6533, '3c6a9d', 0, 'Dexatek Tech Ltd', '15F, NO.81, Sec.1, Xizhi Dist., New Taipei City 221 TW', 'TW', 'MA-L', '2014-09-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6534, '70b3d5c3c', 0, 'Peek Traffic', '5401 N SAM HOUSTON PKWY W HOUSTON TEXAS 77086 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6535, '847778', 0, 'Cochlear Ltd', '1 University Avenue Sydney New South Wales 2109 AU', 'AU', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6536, '00114e', 0, '690885 Ontario Inc', '205 Annagem Blvd. Mississauga Ontario L5T 2V1 CA', 'CA', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6537, '0050c2801', 0, 'Janus srl', 'Via Palu\', 70 San Vendemiano TV 31020 IT', 'IT', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6538, '002715', 0, 'Rebound Telecom. Co, Ltd', '12F,Building No.82,No.1198,North Qinzhou Rd, Shanghai 200233 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6539, '001bc5007', 0, 'Energy Aware Tech', 'Suite 515 Vancouver BC V6A3X3 CA', 'CA', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6540, '40d85511d', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6541, '00e058', 0, 'Phase One Denmark A/S', 'ROSKILDEVEJ 39 DK-2000 FREDERIKSBERG DK', 'DK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6542, '001360', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6543, '84f3eb', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2018-01-25', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6544, '2c265f', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-11-11', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6545, '001f26', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6546, 'd4024a', 0, 'Delphian Systems Llc', '720 Dartmouth Lane Buffalo Grove IL 60089 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6547, 'ccd31e', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6548, '8007a2', 0, 'Esson Tech Inc', 'Room A2, 5F Longsheng Commericial Building, Baoan District ShenZhen 518000 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6549, 'e0c767', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6550, '0050c2d12', 0, 'Tokyo Weld Co, Ltd', '2-28-1, Kitamagome Ota-ku Tokyo 143-0021 JP', 'JP', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6551, 'f0989d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6552, '80029c', 0, 'Gemtek Tech Co, Ltd', 'No.15-1 Zhonghua Road Hukou Hsinchu 30352 TW', 'TW', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6553, '00305c', 0, 'Smar Laboratories Corp', '10960 Millridge North - Ste. #107 Houston TX 77070 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6554, '0050c28b7', 0, 'Calnex Solutions Ltd', 'Springfield Linlithgow West Lothian EH49 7NX GB', 'GB', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6555, '5cf2868', 0, 'Shenzhen Hivt Tech Co, Ltd', '7 F,3rd Zone,B Block,Mingyou purchasing Center,Baoyuan RD,Xixiang,Bao\'an District,Shenzhen,China Shenzhen Guangdong 518100 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6556, '948def', 0, 'Oetiker Schweiz AG', 'Spätzstrasse 11 Horgen 8810 CH', 'CH', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6557, '8489ec0', 0, 'SmartGiant Tech', '1 North Zhong Jia Zhuang, Shi Gang Dong, Da Long Street Guangzhou Guangdong 510000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6558, 'd8860bc', 0, 'Yusan Industries Ltd', 'UNIT 8-9, 8/F., HONOUR INDUSTRIAL CENTRE, 6 SUN YIP STREET, CHAI WAN HongKong 999077 HK', 'HK', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6559, '0050c2d9c', 0, 'Gamber-Johnson Llc', '3001 Borham Ave Stevens Point Wisconsin 54481 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6560, 'e84e06', 0, 'Edup International (HK) Co, Ltd', '20D Room, Block B, Modern Windows Buidling, FuTian District, Shenzhen Guangdong 518028 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6561, '1abbfb', 0, 'Uhd Alliance', '3855 SW 153rd Drive Beaverton OR 97003 US', 'US', 'CID', '2019-10-15', '2019-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6562, '0050c21b6', 0, 'Dts, Inc', '4920 Grisham Dr. Rowlett TX 75093 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6563, '24181d', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6564, 'a43bfa7', 0, 'Deatronic srl', 'Via Giulianello 1/7 ROMA 00178 IT', 'IT', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6565, '70b3d5149', 0, 'eleven-x', '295 Hagey Blvd Waterloo Ontario N2L 6R5 CA', 'CA', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6566, '78b28d', 0, 'Beijing Tengling Tech CoLtd', 'beijing haidian shangdi san jie beijing 100086 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6567, '00055a', 0, 'Power Dsine Ltd', '1 Hanagar St., P.O. Box 7220 IL', 'IL', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6568, '000a7a', 0, 'Kyoritsu Electric Co, Ltd', '2-3-17 Komae-shi Tokyo 201-0005 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6569, '083d88', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6570, '903a72', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6571, '3cb74b', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6572, '0050c24a8', 0, 'Cyjaya Korea', '1209, Manhattan21 Livingtel, Yoido-dong Seoul 150-870 KR', 'KR', 'IAB', '2005-06-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6573, '40d855061', 0, 'Cominfo, Inc', 'Nabrezi 695 Zlin 760 01 CZ', 'CZ', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6574, '08152f', 0, 'Samsung Electronics Co, Ltd Artik', '1-1, Samsungjeonja-ro Hwaseong-si Gyeonggi-do 18448 KR', 'KR', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6575, 'c850e9', 0, 'Raisecom Tech Co, Ltd', 'No. 11, East Area, No. 10 Block, East Xibeiwang Road Beijing 100094 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6576, '087f98', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6577, '202598', 0, 'Teleview', '#401 Sehwa, 355-1 Sungnam Gyeonggi 463-828 KR', 'KR', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6578, '1cc0e19', 0, 'Ospicon Co Ltd', 'Room 1025, 10/F., Metro Centre II, 21 Lam Hing St., Kowloon Bay Kowloon 00000 HK', 'HK', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6579, '0050c201e', 0, 'CallTech International Ltd', 'Telford Point Telford Rd. RG2 6X2 GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6580, '000c7a', 0, 'DaTARIUS Tech GmbH', 'Anton Maria Schyrle Str. 7 Reutte Tirol 6600 AT', 'AT', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6581, '00e08c', 0, 'Neoparadigm Labs, Inc', '1735 N. FIRST ST., STE #108 SAN JOSE CA 95112 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6582, '0080dc', 0, 'Picker International', '595 MINER ROAD CLEVELAND OH 44143 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6583, 'b437d16', 0, 'Yireh Auto Tech Co, Ltd', '#703, 311 Nowon-ro, Nowon-gu Seoul Seoul 139865 KR', 'KR', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6584, '70b3d5229', 0, 'Control Systems Srl', 'Via del Brolo, 14 Cremona CR 26100 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6585, '00506f', 0, 'G-Connect', 'P.O. BOX 2200 HERZLIYA 46120 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6586, '0013ef', 0, 'Kingjon Digital Tech Co, Ltd', 'Room 827,Huanan Dianli Bulding,No.2050 Shenzhen GuangDong 518031 CN', 'CN', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6587, '0019be', 0, 'Altai Tech Ltd', '2/F, East Wing, Lakeside 2, 10 Science Park West Avenue, Shatin New Territories HK', 'HK', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6588, '34543c', 0, 'Takaoka Toko Co, Ltd', '8F,SIA TOYOSU PRIME SQUARE,5-6-36,Toyosu Koto-ku Tokyo 1350061 JP', 'JP', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6589, '70b3d571b', 0, 'elsys', '203-59, Yulchonsandan 2-ro, Yulchon-myeon Yeosu-si Jeollanam-do 59602 KR', 'KR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6590, '44d5f2a', 0, 'Sys Tec electronic GmbH', 'Am Windrad 2 Heinsdorfergrund Sachsen D-08468 DE', 'DE', 'MA-M', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6591, '000e8c', 0, 'Siemens AG', 'Siemensstraße 10 Regensburg 93055 DE', 'DE', 'MA-L', '2004-02-12', '2018-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6592, '000efd', 0, 'Fujinon Corp', '1-324 UETAKE, KITA-KU, SAITAMA CITY SAITAMA 331-9624 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6593, '0030ae', 0, 'Times N System, Inc', '1826 Kramer Lane - Ste. Austin TX 78758 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6594, 'b04089', 0, 'Senient Systems Ltd', '152 Morrison St Edinburgh Other (Non US) EH3 8EB GB', 'GB', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6595, '00019c', 0, 'Jds Uniphase Inc', '570 West Hunt Club Road CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6596, '00076f', 0, 'Synoptics Ltd', 'Beacon House, Nuffield Road, GB', 'GB', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6597, '001311', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2004-12-11', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6598, 'e0271a', 0, 'Ttc Next-generation Home Network System WG', '1-1-12 Shiba Kouen Minato-ku Tokyo 105-0011 JP', 'JP', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6599, '4c3089', 0, 'Thales Transportation Systems GmbH', 'Bierweg 2 Arnstadt Thuringia 99310 DE', 'DE', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6600, '908fcf', 0, 'Uno System Co, Ltd', '#402 Kolon Science Valley °., 187-10, Guro-dong, Guro-gu Seoul 152-848 KR', 'KR', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6601, '006035', 0, 'Dallas Semiconductor, Inc', '4401 SOUTH BELTWOOD PARKWAY DALLAS TX 75244-3292 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6602, '00103a', 0, 'Diamond Network Tech', 'P.O. BOX 84525 GREENSIDE 2034 ZA', 'ZA', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6603, '9ccc83', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6604, '0022f9', 0, 'Pollin Electronic GmbH', 'Max-Pollin-Str. 1 Pfoerring 85104 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6605, '60d9a0', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999, Qishan North 2nd Road, Information & Optoelectronics Park, Xiamen Fujian 361006', '', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6606, '1c14b3', 0, 'Airwire Tech', '9670 Gateway Drive, Suite 250 Reno NV 89521 US', 'US', 'MA-L', '2015-01-23', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6607, '70b3d54bd', 0, 'Boulder Amplifiers, Inc', '3225 Prairie Avenue Boulder CO 80301 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6608, '0010f8', 0, 'Texio Tech Corp', '2-18-13 Shin Yokohama, 222-0033 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6609, '001fb5', 0, 'I/O Interconnect Inc', '1202 E Wakeham Ave Santa Ana CA 92708 US', 'US', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6610, '0050c2606', 0, 'Shenzhen Huazhong Tech Inc', 'Room 1710,17/F,Tower B,phase 1, shenzhen Guangdong 518048 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6611, '0050c26db', 0, 'Gebhardt Ventilatoren GmbH', 'Bahnhofstrasse 43 Netzschkau Sachsen 08491 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6612, '3cc243', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo NA 24101 FI', 'FI', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6613, '28c7ce', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6614, '70b3d5168', 0, 'Biwave Tech, Inc', '3F-6, No. 77, Keelung Rd., Sec. 2 Taipei 11491 TW', 'TW', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6615, '0020ac', 0, 'Interflex Datensysteme GmbH', 'GROBWIESENSTRASE 24 WESTGERMANY DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6616, '00d0bc', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6617, 'c8d15e', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6618, '24a43c', 0, 'Ubiquiti Networks Inc', '91 E. Tasman Dr. San Jose 95134 US', 'US', 'MA-L', '2012-05-26', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6619, '34f0ca', 0, 'Shenzhen Linghangyuan Digital Tech Co, Ltd', 'Building R, Linghangyuan Industrial Park, No. 163 Banxuegang Road, Longgang Distrial, Shenzhen, China Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6620, '94885e', 0, 'Surfilter Network Tech Co, Ltd', '6/f,2 Building,Kejizhong Rd2,Software Park,High-Tech District,Nanshan,Shenzhen,China Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6621, 'b0c5cad', 1, 'Private', '', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6622, '70b3d5950', 0, 'Cmt Medical Tech', 'Hacarmel 7/2 Yoqneam 20692 IL', 'IL', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6623, '00085a', 0, 'IntiGate Inc', '309E IT Venture Tower Seoul 138-803 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6624, '0023bd', 0, 'Digital Ally, Inc', '1218 Valley Ridge Drive Grain Valley MO 64029 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6625, '04d3b5', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6626, '6c2056', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6627, '10f681', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6628, '000912', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6629, '10d1dc', 0, 'Instar Deutschland GmbH', 'Auf der Hostert 17 Huenstetten Bechtheim Hessen 65510 DE', 'DE', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6630, 'ec21e5', 0, 'Toshiba', '2-9,Suehiro-Cho Ome Tokyo 1988710 JP', 'JP', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6631, '3c8cf8', 0, 'TRENDnet, Inc', '20675 Manhattan Place Torrance CA 90501 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6632, '5cc6e9', 0, 'Edifier International', 'Suit 2207, 22nd floor, Tower II, Lippo centre, 89 Queensway Hong Kong 070 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6633, '000daa', 0, 'S.A.Tehnology Co, Ltd', '80-12 Yangjae 1 Dong Seoul South Korea 137-890 KR', 'KR', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6634, '001ae8', 0, 'Unify Software and Solutions GmbH & Co KG', 'Mies-van-der-Rohe-Strasse 6 Munich 80807 DE', 'DE', 'MA-L', '2006-12-30', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6635, '6cdffba', 0, 'Guilin Zhishen Information TechonlogyCO.,Ltd', 'Creative Industrial Park,GuiMo Rd.,Qi Xing Guilin Guangxi 541004 CN', 'CN', 'MA-M', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6636, '001bc50ab', 0, 'Evondos Oy', 'Salorankatu 5-7 Salo 24240 FI', 'FI', 'MA-S', '2014-04-14', '2019-09-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6637, 'ec9f0d4', 0, 'WisIOE', 'Room 601, Hongyuan Building, Baoyuan Road, Xixiang Street, Baoan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6638, '2cac44', 0, 'Conextop', 'Room 608, 6/F, Electric Building , High-tech Park , Nanshan Shenzhen 51800 CN', 'CN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6639, '64dde9', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6640, '40d855011', 0, 'Flexim Security Oy', 'P.O.Box 700 Helsinki Southern Finland 00381 FI', 'FI', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6641, 'c8755b', 0, 'Quantify Tech Pty. Ltd', 'Suite 1, 4 Sarich Way Bentley Western Australia 6102 AU', 'AU', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6642, '8cb094', 0, 'Airtech I&C Co, Ltd', '33B-9L #613-9, Namchon-dong Namdong-gu Incheon 405-846 KR', 'KR', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6643, '0050c25b8', 0, 'WestfaliaSurge GmbH', 'Siemenstr.25-27 Boenen NRW 59199 DE', 'DE', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6644, '0086a0', 1, 'Private', '', '', 'MA-L', '2013-03-28', '2013-03-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6645, '34008ab', 0, 'Project Engineering srl', 'Via Colle Ramole 11 Impruneta FI 50023 IT', 'IT', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6646, 'f8a2d6', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6647, '00d065', 0, 'Toko Electric', '4008 KUROHAMA, HASUDA-SHI JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6648, '986c5c', 0, 'Jiangxi Gosun Guard Security Co, Ltd', '2rd floor,8 building Middle,Zhongxing Software Park,Changdong Avenue,Nanchang High Tech Zone,Nanchang city,Jiangxi province Nan Chang City Jiang Xi Province 330000 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6649, '0050c2eac', 0, 'Alias ip', '300 ROUTE DES CRETES SOPHIA ANTIPOLIS ALPES-MARITIMES 06560 FR', 'FR', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6650, '70b3d55b0', 0, 'Qxperts Italia S.r.l.', 'Via Muratori 9 Genova Italy 16152 IT', 'IT', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6651, '001c7e', 0, 'Toshiba', '2-9,Suehiro-Cho Ome 1988710 JP', 'JP', 'MA-L', '2007-05-13', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6652, '001fad', 0, 'Brown Innovations, Inc', '369 Congress Street Boston MA 02210 US', 'US', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6653, '2c7ecf', 0, 'Onzo Ltd', '6 Great Newport Street London WC2H 7JB GB', 'GB', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6654, '409bcd', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6655, 'bc26c7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6656, '00071a', 0, 'Finedigital Inc', '4th Fl. Bomi Bldg., 661 Deungchon 3 Dong Seoul 157-033 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6657, '001fb9', 0, 'Paltronics', '1145 Paltronics Ct Crystal Lake IL 60014 US', 'US', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6658, '0050c2b68', 0, 'Electronic Systems Protection, Inc', '8001 Knightdale Blvd. Knightdale NC 27545 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6659, 'a85bf3', 0, 'Audivo GmbH', 'Irrenloher Damm 17 Schwarzenfeld 92521 DE', 'DE', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6660, '00c04f', 0, 'Dell Inc', '1807 WEST BRAKER LANE-BLDG. AUSTIN TX 78758-3610 US', 'US', 'MA-L', '1980-01-01', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6661, '0010be', 0, 'March Networks Corp', '303 Terry Fox Drive OTTAWA, ONTARIO K2K 3J1 CA', 'CA', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6662, '40cba8', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6663, 'c0d3913', 0, 'Ixon B.V.', 'Vierlingsbeekseweg 52A Overloon Noord-Brabant 5825 AX NL', 'NL', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6664, '70b3d591a', 0, 'Fujian Landfone Information Tech Co, Ltd', 'Room 305, third floor,NO.550,Western suburbs Industrial Road,Hongshan Town,Gulou District,Fuzhou,P.R.China Fuzhou Fujian 350001 CN', 'CN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6665, '500b918', 0, 'Panasonic Enterprise Solutions Co', '6144 N Panasonic Way Denver CO 80249 US', 'US', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6666, '68ef43', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6667, '000142', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6668, '000179', 0, 'Wireless Tech, Inc', 'Anam Bldg. 2Fl, 154-17 KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6669, '20c1af', 0, 'i Wit Digital Co, Ltd', '303,Buiding1,Nanhai Ecool Innovation Park, Shenzhen GuangDong 518000 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6670, '40d855138', 0, 'Calon Associates Ltd', '2 Whitworth Court Runcorn Cheshire WA7 1WA GB', 'GB', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6671, 'e8910f', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6672, '004093', 0, 'Paxdata Networks Ltd', 'COMMUNICATIONS HOUSE, ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6673, '080065', 0, 'Genrad Inc', '300 BAKER AVENUE CONCORD MA 01742 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6674, '70b3d5275', 0, 'Internet Protocolo Logica SL', 'Sector Foresta 43, local 26 Tres Cantos Madrid 28760 ES', 'ES', 'MA-S', '2019-01-22', '2019-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6675, '00017b', 0, 'Heidelberger Druckmaschinen AG', 'Kurfürsten-Anlage 52-60 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6676, '50a4d0c', 0, 'Beijing YangLian Networks Tech Co, Ltd', 'Building 17, East Zone, No.10 Xibeiwang Dong Rd, Haidian District, Beijing, PRC BeiJing 100193 CN', 'CN', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6677, '5842e4', 0, 'Baxter International Inc', 'One Baxter Parkway Deerfield IL 60015 US', 'US', 'MA-L', '2010-11-24', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6678, 'c43018', 0, 'Mcs Logic Inc', '6F. Samho Center B Bldg., 275-6,Yangjae-Dong, Secho-Ku,Seoul Seoul 137-941 KR', 'KR', 'MA-L', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6679, '0cd0f8', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-08-07', '2018-08-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6680, 'f4dbe3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6681, '000366', 0, 'Asm Pacific Tech', '12/F Watson Centre Kwai Chung HK', 'HK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6682, '002364', 0, 'Power Instruments Pte Ltd', 'BLK 40 TOH GUAN RD EAST, #01-62 ENTERPRISE HUB 608582 SG', 'SG', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6683, '28b3ab', 0, 'Genmark Automation', '1201 Cadillac Ct Milpitas CA 95035 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6684, '70b3d5f77', 0, 'Satcube AB', 'Anders Carlssons gata 7 Gothenburg 41755 SE', 'SE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6685, '2817ce', 0, 'Omnisense Ltd', '3rd Floor St Andrew\'s House Cambridge Cambridgeshire CB2 3BZ GB', 'GB', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6686, '5cb395', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-03-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6687, '741ae02', 0, 'Nura Holdings Pty Ltd', '349 Brunswick Rd Brunswick VIC 3056 AU', 'AU', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6688, '0cfe5d8', 0, 'Ctk Contact Electronics Co, Ltd', '6F-5, No79, Sec 1, Xintai 5th RD, Xizhi Dist New Taipei City 22101 TW', 'TW', 'MA-M', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6689, '488764', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6690, '00057b', 0, 'Chung Nam Electronic Co, Ltd', 'Unit 3, 1/F, Festigood Centre Tsuen Fanling, HK', 'HK', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6691, '0050c2ed5', 0, 'Rfl Electronics, Inc', '353 Powerville Road Boonton Township NJ 07005 US', 'US', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6692, '70b3d58df', 0, 'Dorlet Sau', 'Albert Eistein 34 Alava SPAIN 01510 ES', 'ES', 'MA-S', '2019-03-14', '2019-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6693, '001232', 0, 'LeWiz Communications Inc', '1376 N. 4th St. #300 San Jose CA 95112 US', 'US', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6694, '70b3d50c0', 0, 'Molu Tech Inc, Ltd', 'NO. 25, Ln., 230, Zhonghe Rd., Zhonghe Dist. New Taipei City 235 TW', 'TW', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6695, '5876c5', 0, 'Digi I\'S Ltd', '31, Takahata, Maesawa Oshu Iwate 029-4204 JP', 'JP', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6696, '30f772', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-06-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6697, '00e04f', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6698, '001bc508a', 0, 'Topicon', 'Room 201, 2F, Lee Loong Building Central HK', 'HK', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6699, '0050c2644', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6700, '0050c2b40', 0, 'Tecnint Hte Srl', 'Via della Tecnica 16/18 Osnago Lecco 23875 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6701, '7483ef', 0, 'Arista Networks', '5453 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6702, 'a486ae', 0, 'Quectel Wireless Solutions', 'No.1801 Hongmei Road, Xuhui District Shanghai 200233 CN', 'CN', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6703, '00040d', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2000-11-09', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6704, '0008f7', 0, 'Hitachi Ltd, Semiconductor & Integrated Circuits Gr', '20-1 Josuihon-chou 5chome Kodaira-shi Tokyo 187-8588 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6705, 'a019b23', 0, 'Power Diagnostic Service Co, Ltd', 'No.10, Ln.482, Sec.4 Zhonghua Rd. Hsinchu City 30094 TW', 'TW', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6706, '70b3d511a', 1, 'Private', '', '', 'MA-S', '2019-10-09', '2019-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6707, '3cfad3d', 0, 'AMobile Solutions (Xiamen) Co , Ltd', 'Room 105A, building 5#, No. 20-24 East Huoju Road, Huoju Park, Xiamen Torch Hi-tech zone Xiamen 361006 CN', 'CN', 'MA-M', '2019-11-15', '2019-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6708, '001bc502e', 0, 'Bettini Srl', 'VIA CESARE BATTISTI 22 CESANO MADERNO MILAN 20031 IT', 'IT', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6709, 'ac64dd4', 0, '8Cups', '29, Gonghang-daero 61-gil, Gangseo-gu Seoul 07563 KR', 'KR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6710, 'ec2c49', 0, 'University of Tokyo', '4-6-1 Komaba Meguro-ku Tokyo 153-8904 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6711, 'a4e0e6', 0, 'Filizola S.A. Pesagem E Automacao', 'RUA JOAO VENTURA BATISTA, 450 SAO PAULO 02054-100 BR', 'BR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6712, '90203a', 0, 'Byd Precision Manufacture Co, Ltd', 'Building 23#,NO.3009 BYD Road,Pingshan Shenzhen Guangdong 518118 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6713, '0050c2430', 0, 'Arcom Digital', 'PO Box 6729 Syracuse NY 13217 US', 'US', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6714, '0015ae', 0, 'kyung il', 'woar rong-myn yougate-ri 101-2 paju-city gyeong gi 413-813 KR', 'KR', 'MA-L', '2005-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6715, '983f9f', 0, 'China Ssj (Suzhou) Network Tech Inc', '399 Linquan St., Dongnan Building 411 Suzhou Jiangsu 215123 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6716, '40d855076', 0, 'Internet Protocolo Logica SL', 'Sector Foresta 43. local 26 Tres Cantos Madrid 28760 ES', 'ES', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6717, '70b3d5285', 0, 'Bentec GmbH Drilling & Oilfield Systems', 'Deilmannstraße 1 Bad Bentheim Lower Saxony 48455 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6718, 'b430c0', 0, 'York Instruments Ltd', 'The Biocentre, York Science Park York North Yorkshire YO10 5NY GB', 'GB', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6719, '3873ea3', 0, 'Proch plastic Co, Ltd', '7F No.189 Xinhu 3rd Rd. Neihu Dist. Taipei city --- 114 TW', 'TW', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6720, '70b3d5598', 0, 'Ruag Defence France Sas', 'Chemin Jean Thomas Terssac 81150 FR', 'FR', 'MA-S', '2018-10-22', '2018-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6721, '001acd', 0, 'Tidel Engineering LP', '2025 W Belt Line Road Suite 114 Carrollton TX 75019 US', 'US', 'MA-L', '2006-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6722, '50252b', 0, 'Nethra Imaging Inc', '2855 Bowers Ave Santa Clara CA 95051 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6723, '5ccad3', 0, 'Chipsea Tech (Shenzhen) Corp', '9F,BLOCK A,GARDEN CITY DIGITAL BUILDING,NO.1079 NANHAI ROAD,NANSHAN DISTRICT SHEN ZHEN GUANG DONG 518000 CN', 'CN', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6724, '0050c292b', 0, 'Dsp Design', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6725, '60c397', 0, '2Wire Inc', '1764 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6726, 'a4a6a9', 1, 'Private', '', '', 'MA-L', '2015-07-23', '2015-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6727, '6c42ab', 0, 'Subscriber Networks, Inc', '148 W. State Street Kennett Square PA 19348 US', 'US', 'MA-L', '2019-11-19', '2019-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6728, '00048b', 0, 'Poscon Corp', '#606 Ho-Dong, Nam Gu, SOUTH KOREA KR', 'KR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6729, '0050c2924', 0, 'Link Electric & Safety Control Co', '444 McNally Drive Nashville TN 37211 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6730, '0050c2eb7', 0, 'Saab AB', 'Nobymalmsvägen Linköping Östergötland 58182 SE', 'SE', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6731, '3009f9', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6732, '00030c', 0, 'Telesoft Tech Ltd', 'Observatory House, Stour Park, GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6733, '001f9c', 0, 'Ledco', '47801 W Anchor Court Plymouth MI 48170 US', 'US', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6734, '6c1632', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6735, 'f84f57', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6736, '402c760', 0, 'Lista AG', 'Fabrikstrasse 1 Erlen TG 8586 CH', 'CH', 'MA-M', '2019-10-24', '2019-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6737, 'e818632', 0, 'Avcon Information Tech Co, Ltd', 'Room 2408, No 2 Building, 335# Guoding Road Shanghai Shanghai 200433 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6738, '944f4c', 0, 'Sound United Llc', 'One Viper Way Vista CA 92081 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6739, '2c5741', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6740, '0008d6', 0, 'Hassnet Inc', '2F Missy2000 B/D 725, SooSeo-Dong, Seoul 135-757 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6741, '001c78', 0, 'Wyplay Sas', '200 avenue de Provence ALLAUCH BdR 13190 FR', 'FR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6742, '0050c2aa3', 0, 'Peek Traffic Corp', '2906 Corporate Way Palmetto Florida 34221 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6743, 'b8e589', 0, 'Payter BV', 'Rozenlaan 115 Rotterdam Zuid-Holland 3051 LP NL', 'NL', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6744, 'b898f7', 0, 'Gionee Communication Equipment Co, LtdShenZhen', '21/F Times Technology Building, 7028 Shennan Road, Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6745, '70b3d5f2c', 0, 'Hengen Tech GmbH', 'Vogesenstrasse 19a Landau Rheinland-Pfalz 76829 DE', 'DE', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6746, '002004', 0, 'Yamatake-Honeywell Co, Ltd', '54 SUZUKAWA, ISEHARA KANAGAWA 259-11 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6747, '000fb7', 0, 'Cavium', '2315 N First Street San Jose CA 95131 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6748, '64fb816', 0, 'Ximo Communication Tech Co, Ltd', '3rd Floor,F region,418#,Tian Lin Road, Xuhui District, Shanghai shanghai shanghai 200233 CN', 'CN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6749, '1cdea7', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6750, 'f0fe6b', 0, 'Shanghai High-Flying Electronics Tech Co, Ltd', 'Room 1002 ,#1Building,No.3000 Longdong Avenue,Pudong District,Shanghai,China shanghai shanghai 201203 CN', 'CN', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6751, '0050c2600', 0, 'Protec Fire Detection plc', 'Protec House Nelson Lancashire BB9 6LQ GB', 'GB', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6752, '001bc5009', 0, 'Solomon Systech Pte Ltd', '3 Bishan Place, 579838 SG', 'SG', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6753, '00031b', 0, 'Cellvision Systems, Inc', '3F-1, 75, Hsin Taiwu Road, Sec. 1 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6754, '0050c25a3', 0, 'Lumel S.A.', 'UL. SULECHOWSKA 1 ZIELONA Góra WOJ. LUBUSKIE 65-022 PL', 'PL', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6755, '0015f3', 0, 'Peltor AB', 'Box 2341 SE-331 02 Värnamo SE-331 02 SE', 'SE', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6756, '881908', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6757, '003064', 0, 'Adlink Tech, Inc', '9F, NO. 166, JIEN-YI R.D. CHUNG-HO CITY TAIPEI TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6758, '000c5d', 0, 'Chic Tech (China) Corp', '7th Building,Shi\'ao Ind.Zone,Longhua Tow Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6759, 'bc6e76', 0, 'Green Energy Options Ltd', '3 St. Mary\'s Court, Main Street Cambridge Cambridgeshire CB23 7QS GB', 'GB', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6760, '0050c2fd9', 0, 'Figment Design Laboratories', '113 11th Avenue Fairland Johannesburg Guateng 2170 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6761, '0c75bd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6762, 'ac64ddc', 0, 'Beijing Hamigua Tech Co, Ltd', 'Building C 02B-322, No.28A, Information Road, Haidian District BEIJING BEIJING 100000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6763, '000822', 0, 'InPro Comm', '11F, No. 93 Shuei-Yuan Street TW', 'TW', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6764, '00087a', 0, 'Wipotec GmbH', 'Adam-Hoffman Str. 26 DE', 'DE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6765, '0050c234f', 0, 'North Pole Engineering, Inc', '221 N. 1st. St., Suite 310 Minneapolis MN 55401 US', 'US', 'IAB', '2004-04-16', '2017-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6766, '001309', 0, 'Ocean Broadband Networks', '2078 Walsh Ave, Suite B Santa Clara California 95050 US', 'US', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6767, '00137b', 0, 'Movon Corp', '5th, Hyunjuk B/D Seoul 135-092 KR', 'KR', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6768, 'e458b8', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6769, 'b072bf', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6770, 'f0d4e2', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-12-07', '2018-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6771, '0040f2', 0, 'Janich & Klass Computertechnik', 'ZUM ALTEN ZOLLHAUS 20 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6772, '000997', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2002-06-05', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6773, '0050c2ba5', 0, 'InterCEL Pty Ltd', '33 Glenvale Crescent Mulgrave Victoria 3170 AU', 'AU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6774, 'fcedb9', 0, 'Arrayent', '570 El Camino Real #150-419 Redwood City CA 94063 US', 'US', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6775, '2c09cb', 0, 'Cobs AB', 'Box 9242 Goteborg 40095 SE', 'SE', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6776, '8019fe', 0, 'JianLing Tech Co, Ltd', 'No. 383-1, Sec. 2, Jinling Rd., Pingzhen Dist., Tao Yuan 324 TW', 'TW', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6777, '94282e', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6778, '70b3d58f1', 0, 'Fränkische Rohrwerke Gebr. Kirchner GmbH & Co KG', 'Hellinger Str. 1 Königsberg/Bayern 97486 DE', 'DE', 'MA-S', '2019-01-16', '2019-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6779, '00d0d5', 0, 'Grundig AG', 'KURGARTENSGTREET 37 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6780, '0050c2300', 0, 'Soredex Instrumentarium Oyj', 'PL 250 Helsinki 00031 FI', 'FI', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6781, 'fcd2b62', 0, 'Soma GmbH', 'Gewerbering 9 Schalksmühle NRW 58579 DE', 'DE', 'MA-M', '2018-12-19', '2018-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6782, '08d40c', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6783, 'a49edb', 0, 'AutoCrib, Inc', '3011 S. Croddy Way Santa Ana CA 92704 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6784, '0016c9', 0, 'Nat Seattle, Inc', '22125 17th Ave SE Bothell WA 98021 US', 'US', 'MA-L', '2005-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6785, '002286', 0, 'Astron', 'Oudehoogeveensedijk 4 Dwingeloo Drenthe 7991PD NL', 'NL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6786, '180373', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2011-03-17', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6787, 'd4d50d', 0, 'Southwest Microwave, Inc', '9055 S McKemy St Tempe AZ 85284 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6788, 'a8e2c3', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2018-09-28', '2018-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6789, '000b43', 0, 'Microscan Systems, Inc', '700 SW 39th St Renton WA 98057 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6790, '000b53', 0, 'Initium Co, Ltd', '8F. Gongduck Bldg. 272-6 Seohyun Bundang Sungnam Kyunggi 463-824 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6791, '001b60', 0, 'Navigon AG', 'Berliner Platz 11 Wuerzburg Bavaria 97080 DE', 'DE', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6792, 'b49db4', 0, 'Axion Tech Inc', '105-1203, 70, Jingeononam-ro Namyangju Gyeonggi-do 472-859 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6793, 'e8de27', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6794, '00a0cd', 0, 'DR. Johannes Heidenhain GmbH', 'DR.-JOHANNES-HEIDENHAIN STR. 83301 TRAUNREUT DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6795, '0050c2660', 0, 'Izisoft', '1116 Hanshin IT Tower 235 Seoul 152-768 KR', 'KR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6796, '6c81fe', 0, 'Mitsuba Corp', '1-2681 Kiryu Gunma 376-8555 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6797, '0023ed', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6798, '001bc50b4', 0, 'Coban Srl', 'VIA BERGAMO,1910 CARONNO PERTUSELLA VA 21042 IT', 'IT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6799, '70b3d50e0', 0, 'PLCiS', 'B115,Lotte plaza Bldg,971-1, Suwon GyungGi-Do 443-811 KR', 'KR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6800, '00c042', 0, 'Datalux Corp', '2836 CESSNA DRIVE WINCHESTER VA 22601 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6801, '00e056', 0, 'Holontech Corp', '2039 SAMARITAN DRIVE SAN JOSE CA 95124 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6802, '70b3d5871', 0, 'Oso Tech', '301 N. Neil St. Champaign Illinois 61820 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6803, '001f05', 0, 'iTAS Tech Corp', 'No. 75, Shuiyuan St. Hsinchu City 30069 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6804, '001bc5011', 0, 'Ooo Npp Mera', 'Pionerskaya 4 Korolev Moscow reg 141070 RU', 'RU', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6805, '8ce7b3', 0, 'Sonardyne International Ltd', 'Blackbushe Business Park Yateley Hampshire GU46 6GD GB', 'GB', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6806, 'a4fb8d', 0, 'Hangzhou Dunchong Tech CoLtd', 'Yitian Square 1#401A hangzhou zhejiang 310051 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6807, 'd02212a', 0, 'Gns-GmbH', 'Adenauerstr. 18 Wuerselen NRW 52146 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6808, '041dc7', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-10-23', '2019-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6809, '006093', 0, 'Varian', '2700 MITCHELL DR. WALNUT GREEK CA 94598 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6810, '0050c2a8c', 0, 'Redwire, Llc', '8 Thorndike St Everett MA 02149 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6811, '000832', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6812, '68c63a', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2017-06-17', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6813, '50de196', 0, 'Oceancctv Ltd', '4F., No. 1, Ln. 297, Xinyi Rd.,Banqiao Dist., New Taipei City 220 TW', 'TW', 'MA-M', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6814, '000647', 0, 'Etrali S.A.', '221, Rue La Fontaine FR', 'FR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6815, '001eeb', 0, 'Talk-A-Phone Co', '5013 N. Kedzie Ave. Chicago IL 60625 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6816, 'd0d286', 0, 'Beckman Coulter K.K.', '454-32 Higashino, Nagaizumi-cho, Sunto-gun, Shizuoka-ken 411-0943 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6817, '70b3d585f', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6818, '000c4a', 0, 'Cygnus Microsystems (P) Ltd', '93, Phase II, Hyderabad Andhra Pradesh 500051 IN', 'IN', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6819, '001fd0', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6820, '0020f1', 0, 'Altos India Ltd', 'D-60, OKLHLA INDUSTRIAL IN', 'IN', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6821, '0060a3', 0, 'Continuum Tech Corp', '220 CONTINUUM DRIVE FLETCHER NC 28732 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6822, 'f40e113', 0, 'Shenzhen headsun Tech', '3 Floor, C Building, NanYuan Industrial ShenZhen GuangDong 518000 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6823, '507705', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6824, 'c82c2bb', 0, 'Kunshan Svl Electric Co, Ltd', 'No. 568, JuJin Road, Zhangpu Town SuZhou 215300 CN', 'CN', 'MA-M', '2019-02-04', '2019-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6825, '00a09c', 0, 'Xyplex, Inc', '25 FOSTER STREET LITTLETON MA 01460 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6826, '0050c2809', 0, 'Varma Electronics Oy', 'Jarrumiehenkatu, 2B Helsinki FIN-00520 FI', 'FI', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6827, '0007fc', 0, 'Adept Systems Inc', '2100 Boca Rio Rd. Boca Raton FL 33433 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6828, '0013fa', 0, 'LifeSize Communications, Inc', '901 S. Mopac Austin TX 78746 US', 'US', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6829, '0021d6', 0, 'Lxi Consortium', 'P.O. Box 1016 Niwot CO 80544-1016 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6830, '28a574', 0, 'Miller Electric Mfg. Co', 'N676 Communication Drive Appleton WI 54914 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6831, '104a7d', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6832, '70b3d52ba', 0, 'Active Brains', 'Yokohama Dia BLDG 8F 1-7 Kinkocho Kanagawa-ku Yokohama Kanagawa 221-0056 JP', 'JP', 'MA-S', '2016-09-06', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6833, '00c046', 0, 'Blue Chip Tech Ltd', 'Chowley Oak Lane Chester Cheshire CH3 9EX GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6834, '0010ae', 0, 'Shinko Electric Industries Co', '80 OSHIMADA-MACHI NAGANO-SHI 381-22 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6835, '5c5181', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6836, 'e0ef25', 0, 'Lintes Tech Co, Ltd', '9F-1., No.150, Jian 1st Rd., Zhonghe Dist., New Taipei City 23511 TW', 'TW', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6837, '90179b', 0, 'Nanomegas', 'BD Ed.Machtens 79/22 BXL Molenbeek 1080 BE', 'BE', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6838, '0040dc', 0, 'Tritec Electronic GmbH', 'ROBERT KOCH STR. 35 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6839, '001b44', 0, 'SanDisk Corp', '601 McCarthy Boulevard Milpitas CA 95035 US', 'US', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6840, '002196', 0, 'Telsey Spa', 'Viale dell\'Industria, 1 Quinto DiTreviso 31055 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6841, '546503', 0, 'Quectel Wireless Solutions Co, Ltd', '7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai 200233 CN', 'CN', 'MA-L', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6842, '0050c2141', 0, 'Time Terminal Adductor Group AB', 'Norrbergrgatan 8 Vaxholm 18532 SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6843, '001195', 0, 'D-Link Corp', '2F No. 233-2, Pao-Chiao Road Taipei Taiwan 0000 TW', 'TW', 'MA-L', '2004-06-15', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6844, '0050c2ff6', 0, 'Booyco Electronics', 'Unit 9, Innes Park Jetpark Ext 14 Gauteng 1549 ZA', 'ZA', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6845, '00a077', 0, 'Fujitsu Nexion, Inc', '289 GREAT ROAD ACTON MA 01720-4739 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6846, '001968', 0, 'Digital Video Networks(Shanghai) Co Ltd', '9th Floor,Hechuan Building, No.1026 YiShan Rd Shanghai 201103 CN', 'CN', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6847, '68d482', 0, 'Shenzhen Gongjin Electronics Co, LT', 'SONGGANG SHENZHEN GUANGDONG 518105 CN', 'CN', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6848, 'b0bda1', 0, 'Zaklad Elektroniczny Sims', 'POD SKARPA 51A BYDGOSZCZ KUJAWSKO-POMORSKIE 85-796 PL', 'PL', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6849, 'f82f08', 0, 'Molex Cms', '2222 Wellington Court Lisle IL 60532 US', 'US', 'MA-L', '2017-02-21', '2018-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6850, '0016f3', 0, 'Cast Information Co, Ltd', '5F MSA Bldg. 891-43 Dacchi-Dong, SEOUL 135-280 KR', 'KR', 'MA-L', '2006-01-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6851, '388b59', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6852, '0050c2cc8', 1, 'Private', '', '', 'IAB', '2010-08-19', '2010-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6853, '9a1b22', 0, 'InfoCore Co, Ltd', '12th Floor, No.1038 International Entrepreneurship Center Hangzhou Zhejiang 311202 CN', 'CN', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6854, '00407f', 0, 'Flir Systems', 'BOX 3 SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6855, '0050c2c26', 0, 'Austco Communication Systems Pty, Ltd', '40 O\'Malley Street Osborne Park Western Australia 6017 AU', 'AU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6856, '4849c7', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6857, '0001fb', 0, 'DoTop Tech, Inc', '10F, No. 100, Min-Chyuan Road TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6858, '0050c2dc1', 0, 'Acrux Tech Ltd', 'Rm 2A6, 3/F, Sing Win Factory Building,15-17 Shing Yip St, Kwun Tong HK', 'HK', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6859, '00240f', 0, 'Ishii Tool & Engineering Corp', '2-5-60 Higashi-Omichi Oita 870-0823 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6860, 'a4ad00', 0, 'Ragsdale Tech', '505 Echo Lane Big Bear Lake CA 92315 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6861, '909de0', 0, 'Newland Design + Assoc. Inc', '3186-G Airway Ave. Costa Mesa CA 92626 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6862, 'a07771', 0, 'Vialis BV', 'Loodsboot 15 HOUTEN Utrecht 3991 CJ US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6863, '0000e7', 0, 'Star Gate Tech', '29300 Aurora Road Solon OH 44139 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6864, '001ad7', 0, 'Christie Digital Systems, Inc', '809 Wellington Street North Kitchener Ontario N2G 4Y7 CA', 'CA', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6865, '70b3d57ec', 0, 'Gridsmart Tech', '10545 Hardin Valley Rd Knoxville TN 37932 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6866, '0040c9', 0, 'Ncube', '919 EAST HILLSDALE BLVD. FOSTER CITY CA 94404 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6867, '00266a', 0, 'Essensium NV', 'Gaston Geenslaan 9 LEUVEN VL BRABANT 3001 BE', 'BE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6868, '00259f', 0, 'TechnoDigital Tech GmbH', 'Haesslerstraße 8 Erfurt Thuringia 99096 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6869, '5031ad', 0, 'Abb Global Industries and Services Private Ltd', '21st floor, World Trade Center Bangalore Karnataka 560055 IN', 'IN', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6870, '749d8f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6871, 'd816c1', 0, 'Dewav (HK) Electronics Ltd', 'UNIT NO.1-2, 06/F., PERFECT INDUSTRIAL BUILDING,NO. 31 TAI YAU STREET, SAN PO KONG KOWLOON, HONG KONG 510610 CN', 'CN', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6872, 'bc88c3', 0, 'Ningbo Dooya Mechanic & Electronic Tech Co, Ltd', 'No.168 Shengguang road Luotuo street Zhenhai district Ningbo Zhejiang 315202 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6873, '70b3d50f1', 0, 'Beijing One City Science & Tech Co, Ltd', 'Room 901, Building #6, FENGCHUANG KeJi Park YIZHUANG economic development zone, District Daxing Beijing 100176 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6874, '000dea', 0, 'Kingtel Telecommunication Corp', '147 Kang Ning St. Hsi Chih City Taipei Hsien 221 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6875, '001283', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2004-10-10', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6876, 'acf6f7', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6877, 'a088b4', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6878, '70b3d5d27', 0, 'Light field Lab', '699 E Brokaw Rd San Jose CA 95112 US', 'US', 'MA-S', '2019-08-01', '2019-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6879, '70b3d58e6', 0, 'Mothonic AB', 'Krouthéns Gata 8 Linköping 582 55 SE', 'SE', 'MA-S', '2019-10-08', '2019-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6880, '003019', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6881, '0050c2475', 0, 'Isepos GmbH', 'Untere Straße 33 Tuebingen Baden-Württemberg 72070 DE', 'DE', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6882, '3cdf1e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6883, '500f80', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6884, '00e017', 0, 'Exxact GmbH', 'RHEINSTRASE 7 D-41836 HUCKELHOVEN DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6885, '002639', 0, 'T.M. Electronics, Inc', '45 Main St Boylston MA 01505 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6886, '000c6c', 0, 'Eve Systems GmbH', 'Rotkreuzplatz 1 Munich 80634 DE', 'DE', 'MA-L', '2003-02-07', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6887, '70b3d5da4', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2015-08-12', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6888, '58e876b', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2016-08-25', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6889, '90e2fc5', 0, 'Totalone Tech Co, Ltd', '3F.-1, NO.18, LN. 48, XingShan RD., Taipei Neihu dist 11469 TW', 'TW', 'MA-M', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6890, '0080ee', 0, 'Thomson Csf', '51 ESPLANADE DU GENERAL FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6891, '50f43c', 0, 'Leeo Inc', '989 Comercial St Palo Alto CA 94303 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6892, '44d5f22', 0, 'Shenzhen Hebang Electronic Co, Ltd', '2nd Floor West, Bldg B, Kelunte Low Carbon Industry Park, Huarong Road, Dalang, Longhua District Shenzhen 518000 CN', 'CN', 'MA-M', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6893, '001571', 0, 'Nolan Systems', '1595 Cleo Springs Dr. San Jose Ca. 95131 US', 'US', 'MA-L', '2005-08-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6894, '001f71', 0, 'xG Tech, Inc', '240 S. Pineapple Avenue Sarasota FL 34236 US', 'US', 'MA-L', '2008-01-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6895, 'c83fb4', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-01-23', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6896, '000efe', 0, 'EndRun Tech Llc', '2270 Northpoint Parkway Santa Rosa CA 95407 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6897, '0011f4', 0, 'woori-net', '#508, Hankook Moolyu, 853-1 Dongchun-Dong Yongin-Si Kyungki-Do 449-843 KR', 'KR', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6898, '000418', 0, 'Teltronic S.A.U.', 'Poligono de Malpica ES', 'ES', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6899, '00dd06', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6900, '0050c2052', 0, 'Mayo Foundation', 'Division of Engineering Rochester MN 55905 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6901, '0014f4', 0, 'DekTec Digital Video B.V.', 'Van Riebeeckweg 43A Hilversum NH 1212AE NL', 'NL', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6902, '944444', 0, 'LG innotek', 'Jangduk-dong, Gwangsan-gu Gwang-ju 506-731 KR', 'KR', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6903, '0cd2b5', 0, 'Binatone Telecommunication Pvt. Ltd', 'A36, G/F, Sector 4 Uttar Pradesh 201301 IN', 'IN', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6904, '004026', 0, 'Buffalo.Inc', 'AKAMONDORI Bldg., 30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref. 460-8315 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6905, '00015e', 0, 'Best Tech Co, Ltd', '7F, Haesung B/D KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6906, '60d7e31', 0, 'Elap s.r.l.', 'Via V. Veneto 4 Corsico Milano 20094 IT', 'IT', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6907, 'bce59f', 0, 'Waterworld Tech Co, Ltd', '6 Floor,Block B,Digital Building,Garden City,No.1079,Nanhai Road,Nanshan District, Shenzhen Guangdong 518067 US', 'US', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6908, '0009bc', 0, 'Utility, Inc', '250 E Ponce de Leon Ave Suite 700 Decatur GA 30030 US', 'US', 'MA-L', '2002-06-05', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6909, '28c0da', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-07-26', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6910, 'f4559c', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6911, 'e09153', 0, 'XAVi Tech Corp', '9F., No129, Xingde RD.,Sanchong Dist., New Taipei Taiwan 24158 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6912, '28987b', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6913, 'cc1be05', 0, 'Earphone Connection, Ubc.', '25139 Ave Stanford Valnecia CA 91355 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6914, 'e415f6', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6915, '000bb0', 0, 'Sysnet Telematica srl', 'Viale Berbera, 49 Milan 20162 IT', 'IT', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6916, '0050c278a', 0, 'Level Telecom', 'Parque Empresarial NovoMilladoiro Milladoiro - Ames A Coruña 15895 ES', 'ES', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6917, '10ea59', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6918, '4c09d4', 0, 'Arcadyan Tech Corp', '4F, No. 9, Park Avenue II , Hsinchu 300 TW', 'TW', 'MA-L', '2014-09-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6919, 'c88ed19', 0, 'Focalcrest, Ltd', 'Shenzhen City, Futian District Tairan nine road Haisong building B, room 1101 shenzhen 广东 518040 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6920, '000478', 0, 'G. Star Tech Corp', '4th Floor, No. 118, Sector 2 Taipei City Taipei City TAIWAN TW', 'TW', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6921, '001414', 0, 'Jumpnode Systems Llc', '800 Washington Ave N. Minneapolis MN 55041 US', 'US', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6922, 'e0ed1a', 0, 'vastriver Tech Co, Ltd', 'A-6A Keshi Building,No.28,Xinxi Road,Haidian, Beijing 100085 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6923, '407b1b', 0, 'Mettle Networks Inc', '111 N. Market St STE 300 San Jose CA 95113 US', 'US', 'MA-L', '2011-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6924, '70b3d5655', 0, 'Aot System GmbH', 'Am Becketal 14 Bremen 28755 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6925, '70b3d58b9', 0, 'Toptech Systems, Inc', '1124 Florida Central Parkway Longwood FL 32750 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6926, '900372', 0, 'Longnan Junya Digital Tech Co Ltd', 'Champion Asia Road, Xinzhen industrial Park, Longnan national economic and technological development zone, Ganzhou city, JiangXi Province , China ganzhou jiangxi 341700 CN', 'CN', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6927, '00104d', 0, 'Surtec Industries, Inc', 'NO.11, ALLEY 16, LANE 337 TAIPEI TW', 'TW', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6928, '2c0033', 0, 'EControls, Llc', '5757 Farinon Dr San Antonio TX 78249 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6929, 'd8492f', 0, 'Canon Inc', '30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6930, 'f42833', 0, 'Mmpc Inc', '#F313, KAIST-ICC, 193 Munjiro Yuseong-gu Daejeon Daejeon 305-732 KR', 'KR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6931, 'd8380d', 0, 'Shenzhen IP-Com Network Co, Ltd', 'No.1001,Zhongshangyuan Road,Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6932, 'a46cf1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6933, '70b3d5032', 0, 'iFreecomm Tech Co, Ltd', 'D401, NO.16 Langshan Road, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6934, '00196c', 0, 'Etrovision Tech', '2F, 19-5 San Chung Rd., TAIPEI 115 TW', 'TW', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6935, '404a03', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2010-01-05', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6936, '70b3d555c', 0, 'Saratoga Speed, Inc', '2701 Zanker Rd San Jose CA 95134 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6937, '000562', 0, 'Digital View Ltd', '2201 Nan Yang Plaza, Kowloon HK', 'HK', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6938, '00131e', 0, 'peiker acustic GmbH', 'Max-Planck-Strasse 28-32 Friedrichsdorf 61381 DE', 'DE', 'MA-L', '2005-01-23', '2018-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6939, '70b3d52db', 0, 'ProtoPixel SL', 'C/Pujades 77-79, 5e 4a Barcelona Barcelona 08005 ES', 'ES', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6940, '001776', 0, 'Meso Scale Diagnostics, Llc', '9238 Gaither Rd. Gaithersburg MD 20877 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6941, '001d79', 0, 'Signamax Llc', '1090 Vermont Avenue Washington Washington D.C. 20005 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6942, 'bc66411', 0, 'Global China Tech Ltd', 'Ruyi Road 1-3,Ailian, Longcheng Street, longgang Town, Shenzhen GuangDong 518172 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6943, 'f0bd2e', 0, 'H+S Polatis Ltd', '332/2 Cambridge Science Park Cambridge CB4 0WN GB', 'GB', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6944, '0050c2e98', 0, 'i3 International Inc', '780 Birchmount Road Toronto Ontario M1K5H4 CA', 'CA', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6945, '587be9', 0, 'AirPro Tech India Pvt. Ltd', 'D30, Gautam Marg, Jaipur Rajasthan 302018 IN', 'IN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6946, 'a0c5f22', 0, 'Speedgoat GmbH', 'Waldeggstrasse 30 Liebefeld BE 3097 CH', 'CH', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6947, '488e42', 0, 'Digalog GmbH', 'Wattstraße 11-13 Berlin D-13355 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6948, '70700d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6949, '70b3d51dc', 0, 'Tekvel Ltd', 'Federativny prospekt, 5-1-5 Moscow Moscow 111399 RU', 'RU', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6950, '000c71', 0, 'Wybron, Inc', '4830 LIst Dr Colorado Springs Colorado 80919 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6951, '0050c29c2', 0, 'Team Enginers', '3-18-3, First floor Pragati Nagar Hyderabad Andrapradesh 500013 IN', 'IN', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6952, '70b3d523c', 0, 'Quasonix, Llc', '6025 Schumacher Park Dr West Chester Ohio 45069 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6953, '70b3d5ce1', 0, 'EA Elektroautomatik GmbH & Co KG', 'Helmholtzstraße 31-33 Viersen NRW 41747 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6954, '001a29', 0, 'Johnson Outdoors Marine Electronics d/b/a Minnkota', '1220 Old Alpharetta Rd Alpharetta GA 30041 US', 'US', 'MA-L', '2006-11-29', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6955, '803457', 0, 'OT Systems Ltd', 'Unit 1023, 10/F., Landmark North, Sheung Shui, N. T. HK', 'HK', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6956, 'c86f1d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6957, 'ec0d9a', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2016-08-09', '2016-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6958, '0050c2c9d', 0, 'Radius Sweden AB', 'Tennvagen 1 Karlskrona Blekinge 37150 SE', 'SE', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6959, 'c8c126', 0, 'Zpm Industria e Comercio Ltda', 'Rua Araguaia, 175 Canoas RS 92410-000 BR', 'BR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6960, '70b3d5e4b', 0, 'Delta', 'Venlighedsvej 4 Horsholm Denmark 2970 DK', 'DK', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6961, '04e229', 0, 'Qingdao Haier Tech Co, Ltd', 'Building A01,Haier Information Park, No.1 Haier Road, Qingdao Shandong 266101 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6962, 'bc7fa4', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-03-14', '2019-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6963, 'a824b8', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6964, '001925', 0, 'Intelicis Corp', '4633 Old Ironsides Drive, Suite 150 Santa Clara CA 95054 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6965, '001acc', 0, 'Celestial Semiconductor, Ltd', 'Ugland House, South Church Street, George Town, Cayman Islands 00000 KY', 'KY', 'MA-L', '2006-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6966, '04d16ed', 0, 'Elotec Fischer Elektronik GmbH', 'Nordgaustraße 20 Furth im Wald Bavaria 93437 DE', 'DE', 'MA-M', '2019-07-31', '2019-07-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6967, '001ab6', 0, 'Texas Instruments', '108 Wild Basin Ste 350 Austin TX 78746 US', 'US', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6968, '002460', 0, 'Giaval Science Development Co Ltd', '58 Bei Si Huan Xi Rd Beijing 100080 CN', 'CN', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6969, '904716', 0, 'Rorze Corp', '1588-2 Michinoue, Kannabe-cho Fukuyama Hiroshima 720-2104 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6970, '0050c2af6', 0, 'Energid', 'One Mifflin Place Cambridge MA 02138 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6971, '5808fa', 0, 'Fiber Optic & telecommunication Inc', '161-4 Kumjeong-Dong, Kunpo-city Gyeonggi-Do 435-824 KR', 'KR', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6972, '70b3d5aa6', 0, 'Proximus', 'Bld du Roi Albert II 27 Brussels 1030 BE', 'BE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6973, '802bf9', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6974, '0018ad', 0, 'Nidec Sankyo Corp', '5329, Shimosuwa-machi, Suwa-gun Nagano 393-8511 JP', 'JP', 'MA-L', '2006-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6975, '002374', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6976, '50d59c', 0, 'Thai Habel Industrial Co, Ltd', '3/1 - 3/3 RAMA 3 RD, ฺBangkholaem Bangkok 10120 TH', 'TH', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6977, '44b295', 0, 'Sichuan AI-Link Tech Co, Ltd', 'Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN', 'CN', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6978, '50f8a5', 0, 'eWBM Co, Ltd', '14F, 9, Teheran-ro 20-gil Gangnam-gu, Seoul 06236 KR', 'KR', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6979, '009044', 0, 'Assured Digital, Inc', '9-11 GOLDSMITH ST. LITTLETON MA 01460 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6980, '70b3d5be5', 0, 'Pantec Engineering AG', 'Industriering 21 Ruggell Principality of Liechtenstein 9491 LI', 'LI', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6981, '8c76c1', 0, 'Goden Tech Ltd', 'ROOM 510-511C2 NAN FUNG TOWER., 999077 HK', 'HK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6982, 'd4b92f', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2019-06-18', '2019-06-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6983, '0050c20e4', 0, 'Collabo Tec. Co, Ltd', '5-2, 2-chome, Shinryoudai Hyougo-Ken 655-0041 JP', 'JP', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6984, '00241c', 0, 'FuGang Electronic (DG) Co, Ltd', 'Industry Street, Dong-Keng Dong Guan City 523448 CN', 'CN', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6985, 'a03e6b6', 0, 'Wuhan Rui Ying Tong Network Tech Co, Ltd(China)', 'No.303, Optics Valley Avenue, Wuhan, Hubei, China Wuhan Hubei 430074 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6986, 'd0d94f', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6987, '000286', 0, 'Occam Networks', '4183 State Street Santa Barbara CA 93110 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6988, '0050c20a3', 0, 'BaSyTec GmbH', 'Karlstraße 14 89561 Dischingen DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6989, '0050c23c4', 0, 'Sypris Electronics', '10901N McKinley Dr Tampa Florida 33612 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6990, 'dcdce2', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6991, '985bb0', 0, 'Kmdata Inc', '505-2, Daeryung Techno Town 1cha, 18, Gasan Digital 2-ro, Geumcheon-gu Seoul 153771 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6992, '70b3d5ccc', 0, 'Aec s.r.l.', 'Via Zambon, 33/A Creazzo Vicenza 36051 IT', 'IT', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6993, '0009b4', 0, 'Kisan Telecom Co, Ltd', '9F, Teawon Bldg., 65 Bangyi-Dong Songpa-Gu Seoul 138-828 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6994, '002615', 0, 'Teracom Ltd', 'B-84 Noida Uttar Pradesh 201301 IN', 'IN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6995, '40d85518a', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6996, '00051b', 0, 'Magic Control Tech Corp', '6F, No. 120-11 Chung Shan Rd. TW', 'TW', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6997, '645422', 0, 'Equinox Payments', '8888 E. Raintree Dr., Suite 300 Scottsdale Arizona 85260 US', 'US', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6998, '000774', 0, 'GuangZhou Thinker Tech Co Ltd', '109 Zhongshan Ave., Tianhe District 510630 CN', 'CN', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(6999, '002260', 0, 'Afreey Inc', '6F, No.249, Chien I Road Chung Ho City Taipei County 235 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7000, '64e892', 0, 'Morio Denki Co, Ltd', '2, Nadooka Ryugasaki Ibaraki 301-0845 JP', 'JP', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7001, 'dc4427f', 1, 'Private', '', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7002, '00202e', 0, 'Daystar Digital', '5556 ATLANTA HIGHWAY FLOWERY BRANCH GA 30542 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7003, '009050', 0, 'Teleste Corp', 'Telestenkatu 1 LITTOINEN FI-20660 FI', 'FI', 'MA-L', '2000-11-09', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7004, '70b3d52b7', 0, 'Matrix Orbital Corp', 'Suite 602, 4774 Westwinds Dr NE Calgary Alberta T3J 0L7 CA', 'CA', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7005, '000ae1', 0, 'EG Tech', '250 15th Street Atlanta GA 30318 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7006, '001d31', 0, 'Highpro International R&D Co,.Ltd', '3F,No.295,RuiGuang Rd,Nei Hu, Taipei 114 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7007, '0050c2d21', 0, 'Innovative Circuit Tech', '26921 Gloucester Way Langley BC V4W 3Y3 CA', 'CA', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7008, '0050c22d3', 0, 'Gerber Scientific Products, Inc', '83 Gerber Road South Windsor CT 06074 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7009, '0050c2326', 0, 'Navionics S.p.A.', 'via Vespucci 289 Viareggio Lucca I-55049 IT', 'IT', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7010, '70b3d5238', 0, 'Arete Associates', '9301 Corbin Ave Suite 2000 Northridge CA 91324 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7011, '70b3d5db6', 0, 'csintech', '234, Oksan-ro Bucheon-si Gyeonggi-do 14521 KR', 'KR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7012, '0022be', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7013, 'b8f8be', 0, 'Bluecom', '116, Venture-ro, Yeonsu-gu, Incheon 406-840 KR', 'KR', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7014, '0050c2029', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 40 St Gallan 12345 CH', 'CH', 'IAB', '2002-08-08', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7015, '00cb00', 1, 'Private', '', '', 'MA-L', '2015-08-11', '2015-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7016, '00c04e', 0, 'Comtrol Corp', '2675 PATTON ROAD ST. PAUL MN 55113 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7017, '00049b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7018, '0050c2cac', 0, 'Purvis Systems Inc', '1272 West Main Rd Middletown Rhode Island 02842 US', 'US', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7019, '948b03', 0, 'Eaget Innovation and Tech Co, Ltd', '3/F, Building 4, Lianchuang Technology Park,Buji Town, Shenzhen Guangdong 518112 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7020, '8cf957', 0, 'RuiXingHengFang Network (Shenzhen) Co, Ltd', 'Room 507, 2nd tower of KangTai biological building NO.6 KeFa Rd. NanShan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7021, '00097f', 0, 'Vsecure 2000 Ltd', '11 Moshe Levi St. Rishon LeZion 75658 IL', 'IL', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7022, '000dc1', 0, 'SafeWeb Inc', '2200 Powell St. Ste 590 Emeryville CA 94608 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7023, '00b0c2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7024, '0008fb', 0, 'SonoSite, Inc', '21919 30th Drive SE Bothell WA 98021 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7025, '70b3d5556', 0, 'Ohashi Engineering Co, Ltd', '1-471-8 TOYONODAI KAZO-CITY SAITAMA 349-1148 JP', 'JP', 'MA-S', '2019-02-22', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7026, '080088', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '1998-04-22', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7027, '003043', 0, 'Idream Tech, Pte. Ltd', '54 KALLANG BAHRU, #02-14 SG', 'SG', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7028, 'b85afe', 0, 'Handaer Communication Tech (Beijing) Co, Ltd', 'Jiancaicheng West Rd.65,Xisanqi, Beijing 100096 CN', 'CN', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7029, 'f85bc9', 0, 'M-Cube Spa', 'Corso Cavour 2/2d Trieste 34132 IT', 'IT', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7030, 'f4f524', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7031, '7ccbe23', 0, 'Astrum Tech CC', 'Unit 49, Sandton View Office Park, 1 Conduit Str, Lyme Park Johannesburg Gauteng 2060 ZA', 'ZA', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7032, '406186', 0, 'Micro-Star Int\'L Co, Ltd', 'No.69,Li-De St Jung-Ho City Taipei Hsien 235 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7033, '001bc5003', 0, 'MicroSigns Tech Inc', '1350 Mazurette Montreal QC H1V 2C8 CA', 'CA', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7034, '002532', 0, 'Digital Recorders', '4018 Patriot Drive Durham NC 27709 US', 'US', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7035, '001903', 0, 'Bigfoot Networks Inc', '3925 West Braker Lane Austin TX 78759 US', 'US', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7036, '0050c2869', 0, 'Funkwerk plettac electronic GmbH', 'Wuerzburger Strasse 150 Fuerth Bavaria 90760 DE', 'DE', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7037, '70b3d5eeb', 0, 'shenzhen suofeixiang Tech Co, Ltd', 'sales09@sfxhd.com shenzhen 518000 CN', 'CN', 'MA-S', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7038, '0050c22c8', 0, 'Selco', 'ZI DU VAL D OMBREE COMBREE 49520 FR', 'FR', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7039, '001541', 0, 'StrataLight Communications, Inc', '2105 S. Bascom Avenue Campbell CA 95008 US', 'US', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7040, '70b3d5436', 0, 'Henrich Electronics Corp', '225 Deming Place Westmont IL 60559 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7041, '1c7f2c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7042, '001f83', 0, 'Teleplan Tech Services Sdn Bhd', '2580, Tingkat Perusahaan 4B Perai Penang 13600 MY', 'MY', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7043, 'f8b7e2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7044, '006055', 0, 'Cornell University', '729 Rhodes Hall ITHACA NY 14850-4902 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7045, '0050c21c9', 0, 'modas GmbH', 'Buelowstr. 90 Berlin 10783 DE', 'DE', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7046, 'd0c7c0', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7047, '7467f7', 0, 'Extreme Networks, Inc', '1 Zebra Plaza Holtsville NY 11742 US', 'US', 'MA-L', '2015-07-23', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7048, '0c73eb9', 0, 'Beijing L&S Lancom Platform Tech Co, Ltd', '1st Floor, Xingtianhaiyuan Building, Xianghuangqi Eaast Rd, Nondda South Rd,Haidian District Beijing 100193 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7049, 'c82a14', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7050, '0050c2fb2', 0, 'Preston Industries dba PolyScience', '6600 W. Touhy Ave Niles IL 60714-4588 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7051, '70b3d5bac', 0, 'AdInte, Inc', '347-1, Shijo-cho, Shimogyo-ku, 7F CUBE Nishikarasuma BLDG. Kyoto-shi Kyoto 6008441 JP', 'JP', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7052, '0050c2b48', 0, 'Mtd GmbH', 'Bahnhofstr. 24 Uffing am Staffelsee Bavaria 82449 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7053, 'b0febd', 1, 'Private', '', '', 'MA-L', '2013-05-11', '2013-05-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7054, 'b4d135', 0, 'Cloudistics', '116000 Sunrise Valley Dr Suite 210 Reston VA 20190 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7055, '70b3d5457', 0, 'Vivaldi Clima Srl', 'Via Pascoli 13 Casazza Lombardia 24060 IT', 'IT', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7056, '447654', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7057, '00a0ad', 0, 'Marconi Spa', 'VIA NEGRONE, 1A 16153 GENOVA CORNIGLIANO IT', 'IT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7058, '000a1b', 0, 'Stream Labs', 'Leninskie gori 1, bild 77 Moskow 119992 RU', 'RU', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7059, 'c47c8d7', 0, 'Awiselink Co, Ltd', '7F., No.98, Minquan Rd., Xindian Dist. New Taipei City 23141 TW', 'TW', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7060, 'd028ba', 0, 'Realme Chongqing MobileTelecommunications Corp Ltd', 'No.24 Nichang Boulevard, Huixing Block, Yubei District, Chongqing. Chongqing China 401120 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7061, 'a4d3b5', 0, 'Glitel Stropkov, s.r.o.', 'Cintorinska 557/73 Stropkov 09101 SK', 'SK', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7062, '549a112', 0, 'Torrap Design Ltd', 'Unit 6, 19 Gloucester Road Hurstville New South Wales 2220 AU', 'AU', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7063, '00111e', 0, 'Ethernet Powerlink Standarization Group (Epsg)', 'c/o University of Applied Sciences Winterthur ZH CH-8401 CH', 'CH', 'MA-L', '2004-06-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7064, '0026bb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7065, 'f802780', 0, 'Digatron Power Electronics GmbH', 'Tempelhofer Str. 12-14 Aachen NRW 52068 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7066, '9c4e20', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7067, '48df1c', 0, 'Wuhan Nec Fibre Optic Communications industry Co Ltd', '3rd Road Guanshan, Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7068, '0008e8', 0, 'Excel Master Ltd', 'Room D, 3/F., Yeung Yiu Chung (No. 8) Ind. Bldg. Kowloon Bay HK', 'HK', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7069, '0014c7', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2005-05-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7070, '1832a2', 0, 'Laon Tech Co, Ltd', '#1212 HO, BIZ CENTER, SKn TECHNOPARK SEONGNAM KYOUNGGI DO 462-721 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7071, 'e0d1e6', 0, 'Aliph dba Jawbone', '99 Rhode Island Street San Francisco California 94103 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7072, '2c6a6fa', 0, 'Wellntel, Inc', '4230 N Oakland Ave, Suite 202 Milwaukee WI 53211 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7073, 'fcf136', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2015-05-31', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7074, '00401a', 0, 'Fuji Electric Co, Ltd', 'NEW YURAKUCHO BLDG JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7075, '080046', 0, 'Sony Corp', 'Gotenyama Tec, 5-1-2 Kitashinagawa Tokyo 141-0001 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7076, '70b3d5fc1', 0, 'InDiCor', 'Kornstr. 18 Horgenzell 88263 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7077, '70b3d582d', 0, 'Elektronik Art S.C.', 'Mełgiewska 80 Lublin 20-234 PL', 'PL', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7078, 'e44f5f', 0, 'Eds Elektronik Destek San.Tic.LtdSti', 'Meclis Mah. Hayran Sok. No:4 istanbul 34785 TR', 'TR', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7079, '5434ef', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7080, '0050dd', 0, 'Serra Soldadura, S.A.', 'POL. IND. ZONA FRANCA, ES', 'ES', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7081, '001f90', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2008-01-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7082, '0050c285f', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2008-01-18', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7083, '888c19', 0, 'Brady Corp Asia Pacific Ltd', '1, Kaki Bukit Crescent 416236 SG', 'SG', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7084, '2c16bd6', 0, 'Cloudwalk Tech Co, Ltd', 'Five Floors of Block 106, West Jinkai Avenue, Yubei District Chongqing Chongqing 401120 CN', 'CN', 'MA-M', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7085, 'f0b6eb', 0, 'Poslab Tech Co, Ltd', '5F-1, No.490 Bannan Rd. Jhonghe City 235 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7086, '244e7bc', 0, 'Chunghsin Tech Group Co, Ltd', '618-2#GONGREN WEST ROAD,JIAOJIANG AREA TAIZHOU ZHEJIANG 318000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7087, 'c09bf4c', 0, 'Pinpark Inc', '9F., No. 101, Sec. 2, Nanjing E. Rd.,, Zhongshan Dist., Taipei Taiwan 104 TW', 'TW', 'MA-M', '2020-02-13', '2020-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7088, '70b3d50b9', 0, 'Easy Digital Concept', '1 avenue Girardot Montmorency 95160 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7089, '04c3e64', 0, 'Innovusion Inc', '4920 El Camino Real Los Altos CA 94022 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7090, '1c4363', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7091, '00129d', 0, 'First International Computer do Brasil', 'Rodovia BR 459 Santa Rita do Sapucaí Minas Gerais BR', 'BR', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7092, '40d8551e2', 0, 'Elnec s.r.o.', 'Jana Bottu 5 Presov Presov 08001 SK', 'SK', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7093, 'a41242', 0, 'Nec Platforms, Ltd', '800 Shimomata Kakegawa Shizuoka 436-8501 JP', 'JP', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7094, '8439be1', 0, 'Guangzhou Heygears Tech Ltd', 'Room 2301, #379 Zhongshan Road Central Guangzhou Guangdong 510000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7095, '78e103', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7096, '0050c2a55', 0, 'Arrowvale Electronics', 'Shawbank Road Redditch Worcestershire B98 8YN GB', 'GB', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7097, '504a6e', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-01-12', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7098, 'a8cb95', 0, 'East Best Co, Ltd', '4F,NO.98,SHING TEH ROAD SAN CHUNG CITY TAIPEI 241 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7099, '34873d', 0, 'Quectel Wireless Solution Co, Ltd', 'RM501,Building 13,No.99 TianZhou Road,Xuhui District,Shanghai,China Shanghai Shanghai 200233 CN', 'CN', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7100, '0002cf', 0, 'ZyGate Communications, Inc', '2F, No.48, Lung-Chin Road TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7101, '001f8e', 0, 'Metris Usa Inc', '44880 Falcon Place ste 100 Sterling VA 20166 US', 'US', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7102, 'e0a670', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7103, '84f493', 0, 'Oms spol. s.r.o.', 'Dojc 419 Dojc Slovakia 90602 SK', 'SK', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7104, '40d855074', 0, 'Sphere Medical Ltd', 'Harston Mill Cambridge CB22 7GG GB', 'GB', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7105, '70b3d55f0', 0, 'managee GmbH & Co KG', 'Marbergweg 79 Cologne NRW 51107 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7106, '00150a', 0, 'Sonoa Systems, Inc', '3900 Freedom Circle Santa Clara CA 95054 US', 'US', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7107, '903d5a', 0, 'Shenzhen Wision Tech Holding Ltd', 'Room 26A, Jinrun Building, N0.6019, Shennan Rd., Futian District Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7108, '001e26', 0, 'Digifriends Co Ltd', 'Joyang B/D 6th Floor Seoul 135-090 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7109, '0050c2cfd', 0, 'Airfolc, Inc', '4F CHOYO-BLDG.,225 SANMONJI-CHO KYOTO 604-8135 JP', 'JP', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7110, '70b3d5e49', 0, 'Kendrion Mechatronics Center GmbH', 'Werner-von-Siemens-Str. 12 Ilmenau 98693 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7111, '000ddb', 0, 'Airwave Tech Inc', '3F,No.9,Industry E. 9th Road Hsinchu 300 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7112, '0050c22f2', 0, 'Eurotek Srl', 'Strada Comunale Savonesa, 9 Rivalta Scrivia AL 15050 IT', 'IT', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7113, '0050c2a93', 0, 'Spx Dehydration & Filtration', '4647 S.W. 40th Ave. Ocala FL 34474 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7114, 'ec1d7f', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7115, '70b3d5ce2', 0, 'Centero', '1640 Powers Ferry Road Bldg.14-360 Marietta GA 30067 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7116, '000402', 0, 'Nexsan Tech, Ltd', 'Parker Centre Derby DE21 4SZ GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7117, '00503f', 0, 'Anchor Games', '815 PILOT ROAD - STE LAS VEGAS NV 89119 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7118, 'bc34009', 0, 'Shenzhen PHilorise Technical Ltd', 'Floor 4, Building 2, TingWeiGongYeQu, ShenZhen GuangDong 518010 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7119, '001733', 0, 'Sfr', '42 Quai du point du jour Boulogne Billancourt Hauts de Seine 92659 FR', 'FR', 'MA-L', '2006-01-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7120, '1cfea7', 0, 'IDentytech Solutins Ltd', '14 Hadaya Street Ramat- Hasharon 47226 IL', 'IL', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7121, '741ae0e', 0, 'Its Partner (O.B.S) S.L.', 'Av. Corts Catalanes 9-11 Sant Cugat del Valles Barcelona 08173 ES', 'ES', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7122, '0080a7', 0, 'Honeywell International Inc', 'Vancouver Center of Excellence North Vancouver V7J 3S4 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7123, '001074', 0, 'Aten International Co, Ltd', '12F, NO.101, SUNG CHIANG RD. TAIPEI, 10428 TW', 'TW', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7124, '00191d', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2006-08-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7125, '40d8551ce', 0, 'Peter Huber', 'Kaeltemaschinenbau GmbH Offenburg Ba-Wue 77656 DE', 'DE', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7126, '004075', 0, 'Tattile Srl', '11-12 NORTHFIELD PROSPECT UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7127, '00072a', 0, 'Innovance Networks', '19 Fairmont Avenue CA', 'CA', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7128, '001bd5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7129, '0050c2c31', 0, '4D Tech Corp', '3280 E. Hemisphere Loop, Tucson Arizona 85706 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7130, '0050c2d5c', 0, 'Ibetor S.L.', 'Belgrado, 26. Las Rozas Madrid 28232 ES', 'ES', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7131, '1c4158', 0, 'Gemalto M2m GmbH', 'Siemensdamm 50 Berlin Berlin 13629 DE', 'DE', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7132, '70b3d53da', 0, 'Loop Labs, Inc', '207 South Bannock Street Denver Colorado 80223 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7133, '08ed02', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7134, '00062d', 0, 'TouchStar Tech, L.L.C.', '5147 South Garnett Road Tulsa OK 74146 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7135, '000fda', 0, 'Yazaki Corp', '1500 MISHUKU SUSONO-CITY SHIZUOKA-PREF 410-1194 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7136, 'e81863f', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7137, 'bc91b5', 0, 'Infinix mobility Ltd', 'RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK', 'HK', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7138, 'f460e2', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7139, '90749d', 0, 'IRay Tech Co, Ltd', '11th Guiyang St., Yantai Shandong 264000 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7140, '788973', 0, 'Cmc', 'Industriepark De Bruwaan 37B Oudenaarde Oost-Vlaanderen 9700 BE', 'BE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7141, '70af25', 0, 'Nishiyama Industry Co, Ltd', '177-2 Fuji Shizuoka 419-0205 JP', 'JP', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7142, '70b3d5517', 0, 'Ispher', 'Chemin des Aulx 21 PLAN LES OUATES CANTON DE GENEVE 1228 CH', 'CH', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7143, 'b8c253', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-10-26', '2018-10-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7144, '0050c25cf', 0, 'Innomed Medical Inc', 'Szabó József utca 12 Budapest 1146 HU', 'HU', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7145, '0018d1', 0, 'Siemens Home & Office Comm. Devices', '4849 Alpha Rd. Dallas Texas 75244 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7146, '1c3477', 0, 'Innovation Wireless', '11869 Teale Street Culver City CA 90230 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7147, '44b412', 0, 'Sius AG', 'Im Langhag 1 Effretikon 8307 CH', 'CH', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7148, '0016b8', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2005-12-10', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7149, 'c401b1', 0, 'SeekTech Inc', '3855 Ruffin Road San Diego California 92123 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7150, '043385', 0, 'Nanchang BlackShark Co, Ltd', 'Room 319, Jiaoqiao Town Office Building, Economic and Technical development zone, Nanchang City, Jiangxi Province. Nanchang 330013 CN', 'CN', 'MA-L', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7151, 'fcbcd1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7152, '70b3d59ac', 0, 'Suzhou Sapa Automotive Tech Co, Ltd', 'Room 812, Building 1, Suhong Road 177 Suzhou Jiangsu 215000 CN', 'CN', 'MA-S', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7153, '001df1', 0, 'Intego Systems, Inc', '5343 Bowden Road Jacksonville FL 32216 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7154, '002483', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2008-12-03', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7155, '0050c2c03', 0, 'Volumatic Ltd', 'Taurus House Coventry West Midlands CV6 5PY GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7156, '0050c2cc7', 0, 'TOPROOTTechnology Corp Ltd', '10F , No. 192, Sec. 3, Datong Rd., Sijhih City, , Taipei 221 TW', 'TW', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7157, '2c265f6', 0, 'Appostar Tech Co Ltd', '13F., No.213, Sec. 3, Beixin Rd., Xindian Dist., New Taipei City 231, Taiwan (R.O.C.) Xindian Dist New Taipei City 231 TW', 'TW', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7158, '0050c2985', 0, 'Earnestcom Sdn Bhd', '57B, JLN PU 7/4, Bandar Puchong Utama, 47100 Selangor MY', 'MY', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7159, '0c1dc2', 0, 'SeAH Networks', '9F, IT Venture Tower East Wing 78 Garak-Dong, Seoul Songpa-gu 138-950 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7160, '0026fb', 0, 'AirDio Wireless, Inc', '13-5, No. 79, Sec. 1, Hsin Tai Wu Road Hsichih City, Taipei County Taiwan 22101 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7161, '70b3d587f', 0, 'Nac Planning Co, Ltd', 'NREG Akihabara Bldg 2F, 1-8-13, Sotokanda Chiyoda-ku Tokyo 101-0021 JP', 'JP', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7162, '0050c28ba', 0, 'Fr. Sauter AG', 'Im Surinam 55 Basel BS CH 4016 CH', 'CH', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7163, '0050c299a', 0, 'Miromico AG', 'Gallusstrasse 4 Zuerich CH-8006 CH', 'CH', 'IAB', '2008-11-13', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7164, '0050c2a99', 0, 'HaiVision Systems Inc', '4445 Garand Montreal QC H4R 2H9 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7165, '30e4db', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7166, '681729', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7167, '4c82cf', 0, 'Dish Tech Corp', '94 Inverness Terrace E Englewood CO 80112 US', 'US', 'MA-L', '2013-03-10', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7168, 'a009ed', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2016-04-01', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7169, '0006d7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7170, '000ebc', 0, 'Paragon Fidelity GmbH', 'Schwadermühlstraße Cadolzburg 90556 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7171, '9814d2', 0, 'Avonic', 'Distributieweg 60 Delfgauw 2645EJ NL', 'NL', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7172, '2cf4c5', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2011-08-05', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7173, '1ca532', 0, 'Shenzhen Gongjin Electronics Co, LT', '1#SongGang RD, Bao\'an Dist., Shenzhen, Guangdong,China Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2015-01-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7174, 'f0ebd0', 0, 'Shanghai Feixun Communication Co, Ltd', 'Building 90,No,4855,Guangfulin Road shanghai Shanghai 201616 CN', 'CN', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7175, '70b3d5f79', 0, 'Firehose Labs, Inc', '1540 Oak Creek Dr #404 Palo Alto CA 94304 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7176, '70b3d568b', 0, 'Sadel S.p.A.', 'via Marino Serenari, 1 Castel Maggiore Bologna 40013 IT', 'IT', 'MA-S', '2019-08-28', '2019-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7177, '0050c2087', 0, 'Monitor Business Machines Ltd', 'PO Box 108042 Auckland NZ', 'NZ', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7178, '0050c21b0', 0, 'Blankom Antennentechnik GmbH', 'Bahnhofstr. 39 Bad Blankenburg Deutschland D-07422 DE', 'DE', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7179, '8c147d1', 1, 'Private', '', '', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7180, '0016aa', 0, 'Kei Communication Tech Inc', '8-BAN CHUOU KOBE HYOGO 650-0024 JP', 'JP', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7181, '70b3d5aae', 0, 'Nuviz Oy', 'Joensuunkatu 7 Salo 24100 FI', 'FI', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7182, '000a89', 0, 'Creval Systems, Inc', '2F,24-4,Sanwolgok-Dong,Sungbuk-Ku,Seoul, Seoul 136-120 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7183, '142df5', 0, 'Amphitech', '1, rue Robert & Sonia DELAUNAY Paris 75011 FR', 'FR', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7184, '844bf5', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2012-05-26', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7185, 'c40e45', 0, 'Ack Networks, Inc', 'Floor3,Building B.,No.1 ShangDi XinXi Rd. Beijing 100085 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7186, '0c2fb0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7187, '002001', 0, 'Dsp Solutions, Inc', '2464 EMBARCADERO WAY PALO ALTO CA 94303 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7188, '000767', 0, 'Yuxing Electronics Co Ltd', 'Unit 1808, 18/F Tower 3, Kowloon Bay, Kowloon HK', 'HK', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7189, '001b33', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7190, 'a43831', 0, 'RF elements s.r.o.', 'Jasenovská 2528 Humenne SK 06603 SK', 'SK', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7191, 'a407b6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7192, '00206d', 0, 'Data Race, Inc', '11550 IH-10WEST STE#395 SAN ANTONIO TX 78230 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7193, '00303c', 0, 'Onnto Corp', '12F-2, NO. 161 TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7194, '0022ca', 0, 'Anviz Biometric Tech Co, Ltd', '5th Floor, 4299 Jindu Road, Shanghai 201108 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7195, '243c20', 0, 'Dynamode Group', 'Head Office, 132a St Albans Road Watford Herts WD24 4AE GB', 'GB', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7196, '001bc5028', 0, 'Stechwin.CoLtd', '368-2, HwaGok 1-Dong Seoul 157-884 KR', 'KR', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7197, 'c4e506', 0, 'Piper Networks, Inc', '3636 Nobel Drive San Diego CA 92122 US', 'US', 'MA-L', '2018-08-20', '2018-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7198, '001191', 0, 'Cts-Clima Temperatur Systeme GmbH', 'Lotzenäcker 21 Hechingen Baden-Württemberg 72379 DE', 'DE', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7199, '0050c2460', 0, 'Vitelnet', '221 Elizabeth St Utica NY 13501 US', 'US', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7200, '283166', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7201, '080022', 0, 'Nbi Inc', '3450 MITCHELL LANE BOULDER CO 80301 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7202, '40f3857', 0, 'Palazzetti Lelio Spa', 'VIA ROVEREDO 103 PORCIA PORDENONE 33080 IT', 'IT', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7203, '0050c2a09', 0, 'Innovative American Tech', '4800 Lyons Technology Pkwy, Ste 3 Coconut Creek FL 33073 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7204, '0050c2bf8', 0, 'Crtiical Link', '6712 Brooklawn Parkway Syracuse NY 13211 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7205, '3c4937', 0, 'Assmann Electronic GmbH', 'Auf dem Schueffel 3 Luedenscheid Germany 58513 DE', 'DE', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7206, '001676', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7207, '002354', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7208, '1007236', 0, 'Estone Tech Inc', '21015 Commerce Point Drive Walnut, CA 91789 Los Angeles California 91789 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7209, '60c0bf', 0, 'ON Semiconductor', '5005 East McDowell Road Phoenix AZ 85008 US', 'US', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7210, '70b3d50f2', 0, 'TrexEdge, Inc', '1-2-2 Osaki Shinagawa Tokyo 1410032 JP', 'JP', 'MA-S', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7211, '00241e', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2008-11-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7212, '70b3d5ae9', 0, 'Cari Electronic', '8 rue olivier de Serres Valence Drome 26958 FR', 'FR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7213, 'b4a2eba', 0, 'Hengkang(Hangzhou)Co, Ltd', 'Industrial Area,Huanghu Town,Yuhang District Hangzhou Zhejiang 311118 CN', 'CN', 'MA-M', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7214, '70b3d53ef', 0, 'Vtron Pty Ltd', 'Unit 2, 62 Township Drive West West Burleigh Queensland 4219 AU', 'AU', 'MA-S', '2014-11-04', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7215, '70b3d558e', 0, 'Veilux Inc', '802 GREENVIEW DR. STE 200 GRAND PRAIRIE 75050 US', 'US', 'MA-S', '2014-11-04', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7216, 'b4dd15', 0, 'ControlThings Oy Ab', 'Werner Söderströmin katu 24 Porvoo Finland 06100 FI', 'FI', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7217, '7cbd06', 0, 'AE REFUsol', 'Uracher Str. 91 Metzingen Baden-Württemberg 72555 DE', 'DE', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7218, '70b3d5afa', 0, 'Power Security Systems Ltd', 'Kazal str. 64-66 Budapest Budapest 1031 HU', 'HU', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7219, '904506', 0, 'Tokyo Boeki Medisys Inc', '1-14-21, Higashitoyoda Hino Tokyo 191-0052 JP', 'JP', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7220, '480bb2a', 0, 'Xiamen Rongta Tech Co, Ltd', '3F, E Plant, Gaoqi Industrial Zones, No.195, Gaoqi Community, Gaodian Village, Huli Xiamen 361000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7221, '70b3d5707', 0, 'Koco Motion US Llc', '335 Cochrane Circle Morgan Hill CA 95037 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7222, '000a01', 0, 'SOHOware, Inc', '3050 Coronado Drive Santa Clara CA 95054 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7223, '0015d9', 0, 'Pkc Electronics Oy', 'Pajuniityntie 43 RAAHE 92120 FI', 'FI', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7224, '006045', 0, 'Pathlight Tech', '767 WARREN ROAD ITHACA NY 14850 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7225, '00154e', 0, 'Iec', '3, rue de Varembé CH - 1211 GENEVA 20 DE', 'DE', 'MA-L', '2005-07-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7226, '001659', 0, 'Z.M.P. Radwag', 'Bracka 28 street RADOM Mazowieckie 26-600 PL', 'PL', 'MA-L', '2005-11-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7227, '0050c2eeb', 0, 'fibrisTerre GmbH', 'Köpenicker Str. 154 Berlin Deutschland 10997 DE', 'DE', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7228, '6095ce8', 0, 'Trophy Sas', '4 rue F. Pelloutier Croissy-Beaubourg 77435 FR', 'FR', 'MA-M', '2019-03-14', '2019-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7229, '0008b0', 0, 'BKtel communications GmbH', 'Benzstraße 4 41836 Hückelhoven-Baal NRW 41836 DE', 'DE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7230, '000957', 0, 'Supercaller, Inc', '101 Saginaw Drive Redwood City CA 94063 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7231, 'd0eb03', 0, 'Zhehua Tech Ltd', 'Room 2206,No 1079,A,ZhanTao Technology Building, MinZhi Street, Longhua District Tortoal British Virgin Island,Hong Kong Shenzhen,Guang Dong 518131 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7232, 'c8e130', 0, 'Milkyway Group Ltd', 'RM 405 Tung Ming Building Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7233, '04ba8d', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7234, '0030a2', 0, 'Lightner Engineering', '8551 La Jolla Shores Dr La Jolla CA 92037 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7235, '0026e0', 0, 'Asiteq', '5F, DONGYOUNG Bldg,382-6,Yatap dong Sung Nam si Kyounggi-do 463-827 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7236, 'ac64dd', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7237, '047295', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7238, '0003d3', 0, 'Internet Energy Systems, Inc', '4218 Trumbo Ct. Fairfax VA 22033 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7239, '000790', 0, 'Tri-M Tech (s) Ltd', 'Blk 25, Kallang Avenue #07-01/04 339416 SG', 'SG', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7240, 'e8d099', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7241, '0016dd', 0, 'Gigabeam Corp', '407 Springpark Place Herndon VA 20170 US', 'US', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7242, '0017c2', 0, 'Adb Broadband Italia', 'v.Sarca 222 Milano 20126 IT', 'IT', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7243, 'dc3752', 0, 'GE', '650 Markland Street Markham Ontario L6C 0M1 CA', 'CA', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7244, '00605a', 0, 'Celcore, Inc', '8001 CENTERVIEW PARKWAY MEMPHIS TN 38018 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7245, '0022df', 0, 'Tamuz Monitors', 'Tiedenkamp 16 Henstedt-Ulzburg SH 24558 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7246, '001a22', 0, 'eQ-3 Entwicklung GmbH', 'Maiburger Str. 36 Leer Niedersachsen D-26789 DE', 'DE', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7247, 'a4a80f', 0, 'Shenzhen Coship Electronics Co, Ltd', 'Rainbow Bldg., North, Hi-Tech Industrial Park, Nanshan District, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7248, '0050c2e6b', 0, 'Sika Tech AG', 'Tüffenwies 16 Zürich ZH 8048 CH', 'CH', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7249, 'b8bef4', 0, 'devolo AG', 'Charlottenburger Allee 67 Aachen NRW 52068 DE', 'DE', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7250, '001018', 0, 'Broadcom', '16215 ALTON PARKWAY IRVINE CA 92619-7013 US', 'US', 'MA-L', '1997-11-14', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7251, '0050a6', 0, 'Optronics', '175 CREMONA DRIVE GOLETA CA 93117 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7252, '88576d', 0, 'Xta Electronics Ltd', 'The Design House Stourport-on-Severn Worcestershire DY13 9BZ GB', 'GB', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7253, 'e89e0c', 1, 'Private', '', '', 'MA-L', '2016-11-26', '2016-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7254, '70b3d586b', 0, 'Avl DiTEST', 'Fahrzeugdiagnose GmbH Graz Steiermark 8020 AT', 'AT', 'MA-S', '2018-10-17', '2018-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7255, '3cecef', 0, 'Super Micro Computer, Inc', '980 Rock Ave San Jose CA 95131 US', 'US', 'MA-L', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7256, '001dc6', 0, 'Snr Inc', 'VBIC T223ho, ICU, 103-6 Munji-dong, Youseong-gu Daejeon 305-732 KR', 'KR', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7257, '001ede', 0, 'Byd Co Ltd', 'NO.1,Baoping Road,Baolong Industrial Town,Longgang SHEN ZHEN Guangdong 518116 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7258, '28f5372', 0, 'Unicair Communication Tec Co, Ltd', '深圳市宝安区西乡航空路与顺昌路交汇处梧桐岛1号楼8楼 ShenZhen 418100 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7259, '4cb8b5', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7260, 'f86eee', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7261, '0050c2a1c', 0, 'Microtechnica', '1-3-10-501 Tamagawa Setagayaku Tokyo 1580094 JP', 'JP', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7262, '40bf17', 0, 'Digistar Telecom. SA', 'Av. Theodomiro Porto da Fonseca, 3101 Sao Leopoldo RS 9302080 BR', 'BR', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7263, '7c477c0', 0, 'BungBungame Inc', '15F., No.19-11, Sanchong Rd., Nangang Dist., Taipei City 115, Taiwan (R.O.C.) Taipei 100 TW', 'TW', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7264, '000163', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7265, '001740', 0, 'Bluberi Gaming Tech Inc', '2125, rue Letendre Suite 420 Drummondville Quebec J2C 7G1 CA', 'CA', 'MA-L', '2006-02-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7266, '64c667', 0, 'Barnes&Noble', '400 Hamilton Avenue Palo Alto CA 94301 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7267, '18017d', 0, 'Harbin Arteor Tech Co, Ltd', 'Yushan Road 49-2 Harbin Heilongjiang 150090 CN', 'CN', 'MA-L', '2015-10-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7268, 'd420b0', 0, 'Mist Systems, Inc', '1601 South De Anza Blvd, Suite 248 Cupertino CA 95014 US', 'US', 'MA-L', '2019-02-06', '2019-02-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7269, '70b3d59b0', 0, 'Clearly IP Inc', '2416 Industrial Dr Unit F Neenah WI 54956 US', 'US', 'MA-S', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7270, '000df5', 0, 'Teletronics International Inc', '2 Choke Cherry Road Rockville MD 20850 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7271, '3c970e', 0, 'Wistron InfoComm(Kunshan)Co, Ltd', '168# First Avence, Kunshan JiangSu 215300 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7272, '2cd141d', 1, 'Private', '', '', 'MA-M', '2015-02-16', '2015-02-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7273, '70b3d5fb6', 0, 'Kronotech Srl', 'VIALE UNGHERIA 125 UDINE ITALY/UDINE 33100 IT', 'IT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7274, '9c32ce', 0, 'Canon Inc', '30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7275, '38f601', 0, 'Solid State Storage Tech Corp', '21F, 392, Ruey Kuang Road, Neihu Taipei 11492 TW', 'TW', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7276, '000b22', 0, 'Environmental Systems and Services', '20 Council Street Hawthorn East Victoria 3123 AU', 'AU', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7277, '001b56', 0, 'Tehuti Networks Ltd', '1, Shenkar St. Hertzliya 46105 IL', 'IL', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7278, '10dcb63', 0, 'Hanacns', '42-11, Taejanggongdan-gil, Wonju-si Gangwon-do 26311 KR', 'KR', 'MA-M', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7279, '0050c23ea', 0, 'Alro Information Systems SA', 'Route d\'Onnens 1 Neyruz FR CH-1740 CH', 'CH', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7280, 'fc3d93', 0, 'Longcheer Telecommunication Ltd', 'Building 1,No.401,Caobao Rd Shanghai Xuhui District 200233 CN', 'CN', 'MA-L', '2014-10-13', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7281, 'a028339', 0, 'Imeshx Corp Ltd', '10A7F, ShenZhen Bay Technology Ecological Park, NanShan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7282, '0050ad', 0, 'CommUnique Wireless Corp', '1070 MARINA VILLAGE PARKWAY ALAMEDA CA 94501 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7283, '58e747', 0, 'Deltanet AG', 'Riedstrasse 8 Dietikon Zurich 8953 CH', 'CH', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7284, '001744', 0, 'Araneo Ltd', '103 Medinat Hayehudim Herzliya 46733 IL', 'IL', 'MA-L', '2006-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7285, '001d33', 0, 'Maverick Systems Inc', '908, Daerungposttower 2-cha, 182-13 Seoul 152-790 KR', 'KR', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7286, '786d94', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2017-03-26', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7287, '001bc5060', 0, 'Enstech', 'Sunil Technopia 802, #440 Seongnam-City South Korea / Kyunggi-do 462-120 KR', 'KR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7288, '1007231', 0, 'Beijing Assem Tech Co, Ltd', 'Floor 6, Jinglong International Plaza, Chaoyang District Beijing 100107 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7289, '0050c2b28', 0, 'Micromax Pty. Ltd', '5 Orangegrove Ave Unanderra NSW 2526 AU', 'AU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7290, 'c44bd1', 0, 'Wallys Communications Teachnologies Co, Ltd', '5-207, DongHong Pioneer Park, #99 YangYu Lane, SuZhou JiangSu 215000 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7291, '70b3d5afb', 0, 'Shanghai Tianhe Automation Instrumentation Co, Ltd', 'room 501, block D, No. 100, lane 2891, Qilianshan Nan road, Shanghai Shanghai 200331 CN', 'CN', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7292, '6038e0', 0, 'Belkin International Inc', '12045 E. Waterfront Drive Playa Vista CA 90094 US', 'US', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7293, '70b3d5228', 0, 'Heitec AG', 'Dr.-Otto-Leich-Str. 16 Eckental Bavaria 90542 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7294, '70b3d5b6e', 0, 'Edgeware AB', 'Master Samuelsgatan 42 Stockholm 11157 SE', 'SE', 'MA-S', '2018-11-12', '2018-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7295, '00021c', 0, 'Network Elements, Inc', '9782 SW Nimbus Avenue Beaverton OR 97008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7296, '00e077', 0, 'Webgear, Inc', '1263 OAKMEAD PKWY SUNNYVALE CA 94080 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7297, '3009f9d', 0, 'Tech for Humankind', '3913 N. Rushwood St. Wichita KS 67226 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7298, '003065', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2000-11-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7299, '3c2ef9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7300, '0050c2118', 0, 'Microbit 2.0 AB', 'Nystaden 1 SE-952 61 Kalix SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7301, '0050c214d', 0, 'wellink, Ltd', 'R&D Center, #307, A-Dong, Yatop-Dong, Pundang-Ku, Sungnam-Si, Kyungki-Do, KR', 'KR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7302, '0050c24f9', 0, 'Rtds Tech Inc', '100-150 Innovation Drive Winnipeg Manitoba R3T 2E1 CA', 'CA', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7303, '001ef9', 0, 'Pascom Kommunikations systeme GmbH', 'Technologiestr. 4 Arbing Upper Austria 4332 AT', 'AT', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7304, '1803fa', 0, 'Ibt Interfaces', 'Im Taubhaus 19 Roedermark Hessen 63322 DE', 'DE', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7305, '70b3d5bf1', 0, 'Flashnet Srl', 'Str. Fundatura Harmanului nr.4A Brasov Brasov 500240 RO', 'RO', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7306, '000028', 0, 'Prodigy Systems Corp', '2601 CASEY DRIVE MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7307, '000674', 0, 'Spectrum Control, Inc', '8061 Avonia Road Fairview PA 16415 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7308, 'dcb3b4', 0, 'Honeywell Environmental & Combustion Controls (Tianjin) Co, Ltd', '158 Nan Hai Road, TEDA Tianjin 300457 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7309, '3ccd36', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7310, '001fe0', 0, 'EdgeVelocity Corp', '68 Stiles Road Hudson NH 03079 US', 'US', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7311, '58f987', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7312, 'd425ccd', 0, 'Combined Energy Tech Pty Ltd', '19 The Avenue Newport NSW 2106 AU', 'AU', 'MA-M', '2018-10-01', '2018-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7313, '000a49', 0, 'F5 Networks, Inc', '401 Elliott Ave. W. Seattle WA 98119 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7314, '0050c284d', 0, 'Bmti', 'ZI Camp Laurent La Seyne Var 83500 FR', 'FR', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7315, '000f92', 0, 'Microhard Systems Inc', '#17, 2135-32Ave NE Calgary AB T2E6Z3 CA', 'CA', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7316, '2021a5', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2010-01-05', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7317, '001080', 0, 'Metawave Communications', '8700 148TH AVENUE N.E. REDMOND WA 98052 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7318, '0050ff', 0, 'Hakko Electronics Co, Ltd', '238, KAMIKASHIWANO-MACHI MATTO-SHI, ISHIKAWA 924-0035 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7319, '0050c2138', 0, 'Delphin Tech AG', 'Offsermannsheider Str. 184 51515 Kurten 000 DE', 'DE', 'IAB', '2002-08-08', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7320, '0050c2992', 0, 'Idt Sound Processing Corp', '917 chemin Pierre Drevet CALUIRE Rhone 69300 FR', 'FR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7321, 'bc261d', 0, 'Hong Kong Tecon Tech', 'ROOM 2802,BLOCK A,SHEN FANG OLAZA Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7322, '00e081', 0, 'Tyan Computer Corp', '3288 LAUREVIEW CT Fremont CA 95035 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7323, '0007a0', 0, 'e-Watch Inc', '7800 IH 10 West San Antonio TX 78229 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7324, '1c82599', 0, 'Shanghai Xiaoyan Tech Co, Ltd', 'Room 503, Building B, NO. 2305, Zuchongzhi Road Shanghai Shanghai 201203 CN', 'CN', 'MA-M', '2019-03-04', '2019-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7325, '70b3d5021', 0, 'Hgl Dynamics Ltd', 'Hamilton Barr House, Bridge Mews Godalming Surrey GU7 1HZ GB', 'GB', 'MA-S', '2019-11-06', '2019-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7326, 'b40931', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7327, '4018d7', 0, 'Smartronix, Inc', '44150 Smartronix Way Hollywood MD 20636 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7328, 'f8a188', 0, 'Led Roadway Lighting', '115 Chain Lake Dr. Halifax NS B3S 1B3 CA', 'CA', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7329, 'fc2a54', 0, 'Connected Data, Inc', '2905 Stender Way Santa Clara CA 95054 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7330, '00e0aa', 0, 'Electrosonic Ltd', 'HAWLEY MILL, HAWLEY RD. DARTFORD, KENT DA2 7SY GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7331, '44d15e', 0, 'Shanghai Kingto Information Tech Ltd', 'No.738 Guangji RD.3F shanghai.china shanghai 200434 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7332, '0013d6', 0, 'Tii Network Tech, Inc', '1385 AKRON STREET COPIAGUE NY 11726 US', 'US', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7333, 'acd657', 0, 'Shaanxi GuoLian Digital TV Tech Co, Ltd', 'Chief Building, Fifth Yannan Road, Qujiang New District xi\'an shaanxi 71000 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7334, '0cfe5d5', 0, 'Selectric Nachrichten-Systeme GmbH', 'Haferlandweg 18 Münster 48155 DE', 'DE', 'MA-M', '2018-08-08', '2018-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7335, '00306e', 0, 'Hewlett Packard', 'ENTERPRISE SYSTEMS TECH.CENTER CUPERTINO CA 95014 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7336, '0050c2120', 0, 'XStore, Inc', '1200 N. Federal Highway #200 Boca Raton FL 33432 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7337, '0026cd', 0, 'PurpleComm, Inc', '2620 Augustine Dr., Ste. 100 Santa Clara CA 95054 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7338, 'e8e776', 0, 'Shenzhen Kootion Tech Co, Ltd', '3/F, Building #4, XinJianXing Industrial Park Shenzhen Guangdong Province 518108 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7339, 'e0b2f1', 0, 'FN-Link Tech Ltd', '5th Floor, A Building, Haoye Logistics Park, Shugang Channel, Bao\'an District, SHENZHEN GUANGDONG 518000 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7340, 'b437d1', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-05-03', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7341, 'b85001', 0, 'Extreme Networks, Inc', 'ONE ZEBRA PLAZA HOLTSVILLE NY 11742 US', 'US', 'MA-L', '2016-08-26', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7342, 'b019c6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7343, '003097', 0, 'AB Regin', 'Box 366 SE-26123 Landskrona SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7344, '001ef4', 0, 'L-3 Communications Display Systems', '1355 Bluegrass Lakes Parkway Alpharetta GA 30004-8458 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7345, '7cbc843', 0, 'Shanghai Yitu Tech Co Ltd', '23/F, Tower 1, No.523 Loushanguan Road, Changning District Shanghai 200051 CN', 'CN', 'MA-M', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7346, 'd06ede', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-10-25', '2018-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7347, '70b3d5572', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7348, 'f08173', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno 89507 US', 'US', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7349, '000bdc', 0, 'Akcp', '67/285 Muangake Village #8 Amphur Muang Patomthanee 12000 TH', 'TH', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7350, '0050c2d9d', 0, 'Mistral Solutions Pvt. Ltd', '#60, Adarsh Regent, 100 Ft. Ring Road,Domlur Extension BANGALORE KARNATAKA 560071 IN', 'IN', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7351, '7c70bc3', 0, 'Flexim GmbH', 'Wolfener Strasse 36 BERLIN 12681 DE', 'DE', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7352, '88a9a7', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7353, '70b3d593e', 0, 'Systems With Intelligence Inc', '6889 Rexwood Road, Unit 9 Mississauga Ontario L4V 1R2 CA', 'CA', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7354, 'c863140', 0, 'Western Reserve Controls, Inc', '1485 Exeter Dr. Akron OH 44306 US', 'US', 'MA-M', '2019-01-18', '2019-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7355, '000ad8', 0, 'IPCserv Tech Corp', '6f,No.107,Pan-Hsin Rd Pan-Chiao Taipei 22046 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7356, '001d60', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou Taipei 112 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7357, '3c8994', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7358, '085ddd', 0, 'Mercury Corp', '90, Gajaeul-ro, Seo-gu INCHEON 22830 KR', 'KR', 'MA-L', '2014-01-12', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7359, '70b3d5c8b', 0, 'Asia Pacific Satellite Coummunication Inc', '9F, Lotte IT Castle 2-Dong, #550-1, Gasan-Dong, Geumchon-Gu, SEOUL 08506 KR', 'KR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7360, '84db2f', 0, 'Sierra Wireless', '1381 Wireless Way Richmond BC V6V 3A4 CA', 'CA', 'MA-L', '2010-11-24', '2018-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7361, '0050c2d63', 0, 'Dataregis S.A.', 'Rua Dom Aguirre, 190 São Paulo SP 04671-245 BR', 'BR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7362, 'f48139', 0, 'Canon Inc', '30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7363, 'e0acf1', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7364, 'd445e8', 0, 'Jiangxi Hongpai Tech Co, Ltd', '5th Floor,C Region, Zhejiang University Science Park,No. 698, Nanchang Jiangxi 330096 CN', 'CN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7365, 'b899ae', 0, 'Shenzhen MiaoMing Intelligent Tech Co, Ltd', 'Chudong science and technology park, 111 shaxin road, tangxia town, dongguan city guangdong province 523710 CN', 'CN', 'MA-L', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7366, '004016', 0, 'Adc - Global Connectivity Solutions Division', 'P.O. Box 1101 Minneapolis MN 55440-1101 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7367, '00130f', 0, 'Egemen Bilgisayar Muh San ve Tic Ltd Sti', 'Fevzi Cakmak 2 Sok 31/A ANKARA CANKAYA 06440 TR', 'TR', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7368, '702a7d', 0, 'EpSpot AB', 'Aluddsparken 7D Stockholm 11265 SE', 'SE', 'MA-L', '2015-03-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7369, '8058f8', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7370, 'fca47a7', 0, 'Innovative Advantage', '15353 NE 90th Street Redmond WA 98052 US', 'US', 'MA-M', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7371, '0002ba', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7372, '00051e', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2001-02-02', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7373, '28e02c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-08-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7374, '70b3d5175', 0, 'Akribis Systems', 'Block 5012 Techplace II, #01-05 Ang Mo Kio Avenue 5 Singapore Singapore 569876 SG', 'SG', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7375, '70b3d56af', 0, 'Sensorberg GmbH', 'Leipziger Str. 126 Berlin Berlin 10117 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7376, '000641', 0, 'Itcn', '8571 Gander Creek Drive Miamisburg OH 45342 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7377, '0017a9', 0, 'Sentivision', 'Marynarska 19a Warsaw Mazowieckie 02-674 PL', 'PL', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7378, '205d47', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7379, '244e7b6', 0, 'Owasys Advanced Wireless Devices', 'Parque Tecnologico, 207-B Zamudio Vizcaya E-48170 ES', 'ES', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7380, '70b3d599e', 0, 'Trinity College Dublin', 'Dunlop Oriel House, Fenian Street Dublin 2 2 IE', 'IE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7381, '88b291', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7382, '0050c2c4d', 0, 'Industrial Automation Systems', '32 Almanac Way West Boylston MA 01583 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7383, 'b8782e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7384, '10ccdb', 0, 'Aximum Produits Electroniques', 'ZI DELTA INDUSTRIE MARSEILLE CEDEX 11 13368 FR', 'FR', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7385, 'ec3bf0', 0, 'NovelSat', 'Hataasia 21 Raanana 2396 IL', 'IL', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7386, '70b3d5ee5', 0, 'Beijing Hzhytech Tech CoLtd', 'The 2th floor,Longzeyuan Multi-use Beijing 102208 CN', 'CN', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7387, '144fd77', 0, 'Shenzhen V-Streaming Tech Co, Ltd', 'Room610, LangShanGe Building, Yugu Hi-Tech Park, Liuxin Road 1183, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7388, '0050c237c', 0, 'Modia Systems Co, Ltd', '1-14-12, Ohsawa Koshigaya-shi Saitama-ken 343-0025 JP', 'JP', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7389, '002266', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7390, 'c09bf44', 0, 'Jsc Npk Atronik', 'VARSHAVSKOE SH, 118-1-P XLII K4 10 Moscow Moscow 117587 RU', 'RU', 'MA-M', '2020-02-13', '2020-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7391, 'a0861d', 0, 'Chengdu Fuhuaxin Tech Co, Ltd', 'Room 1608,Building G1,No.1800 of Yizhou Ave Chengdu Sichuan 610041 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7392, '542f89', 0, 'Euclid Laboratories, Inc', '9151 Arvida Ln Coral Gables Florida 33156 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7393, '0050c2583', 0, 'Junger Audio-Studiotechnik GmbH', 'Justus-von-Liebig-Straße 7 Berlin 12489 DE', 'DE', 'IAB', '2006-02-05', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7394, '002472', 0, 'ReDriven Power Inc', '24A Bath Rd. Iroquois Ontario K0E 1K0 CA', 'CA', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7395, '20f510', 0, 'Codex Digital Ltd', '60 Poland Street London Greater London W1F 7NT GB', 'GB', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7396, '70b3d588b', 0, 'Wuhan Easylinkin Tech Co, Ltd', '22 Optics Valley Ave.,East Lake New Technology Development Zone WUHAN HUBEI 430000 CN', 'CN', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7397, '70b3d5a60', 0, 'Pneumax S.p.A.', 'Via Cascina Barbellina 10 Lurano 24050 IT', 'IT', 'MA-S', '2019-11-21', '2019-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7398, '0060c4', 0, 'Soliton Systems K.K.', '2-4-3 SHINJUKU, SHINJUKU-KU TOKYO 160 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7399, '00014e', 0, 'Win Enterprises, Inc', '300 Willow Street South North Andover MA 01845 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7400, '0050c23d0', 0, 'Micro-Robotics Ltd', '135 Ditton Walk CAMBRIDGE Cambs. CB5 8QB GB', 'GB', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7401, 'a83fa18', 0, 'Neos Ventures Ltd', '47 Bermondsey Street London SE1 3XT GB', 'GB', 'MA-M', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7402, '70b3d5ecc', 0, 'Digifocus Tech Inc', '6F, No.89, Xinhu 1st Rd., Neihu Dist. Taipei City 11494 TW', 'TW', 'MA-S', '2019-07-31', '2019-07-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7403, '008011', 0, 'Digital Systems Int\'L. Inc', '7659 178TH PL. NE REDMOND WA 98073-0908 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7404, '000d46', 0, 'Parker Ssd Drives', '9225 Forsyth Park Drive Charlotte NC 28273-3884 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7405, 'ccfa00', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2013-12-13', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7406, '00177c', 0, 'Smartlink Network Systems Ltd', 'L-7, Verna Electronic city Nagoa Goa 403 722 IN', 'IN', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7407, '00197c', 0, 'Riedel Communications GmbH', 'Uellendahler Str. 353 Wuppertal NRW 42109 DE', 'DE', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7408, '549a16', 0, 'Uzushio Electric Co, Ltd', '105 Imabari-city Ehime pref. 7948582 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7409, '600810', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7410, '60d7e3e', 0, 'HuBDIC Co, Ltd', '#301, 53, Jeonpa-ro, Manan-gu, Anyang-si Gyeonggi-do 14084 KR', 'KR', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7411, 'bc22fb', 0, 'RF Industries', 'PO Box 5 Welland SA 5007 AU', 'AU', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7412, '00a0de', 0, 'Yamaha Corp', '10-1 Nakazawa-cho, Naka-ku Hamamatsu Shizuoka 430-8650 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7413, '000b57', 0, 'Silicon Laboratories', '7000 W. William Cannon Dr. Austin TX 78735 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7414, '70b3d5a9b', 0, 'Osmozis', '7 AVENUE DE L\'EUROPE CLAPIERS LANGUEDOC ROUSSSILLON 34830 FR', 'FR', 'MA-S', '2018-10-16', '2018-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7415, '0007b0', 0, 'Office Details, Inc', '25 Ottawa Grand Rapids MI 49503 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7416, '0050c2183', 0, 'Mixbaal S.A. de C.V.', 'Blvd. José Guadalupe Zuno #48-MIX Zapopan Jalisco 45101 MX', 'MX', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7417, '70b3d53e3', 0, 'head', 'kita-ku tenjinbashi 2-2-25 Osaka-shi Osaka 5300041 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7418, '8cba25', 0, 'Unionman Tech Co, Ltd', 'No.5,Huitai Road,Huinan High-Tech Park,Huiao Highway Huizhou Guangdong 516025 CN', 'CN', 'MA-L', '2019-09-04', '2019-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7419, '4c0a3d', 0, 'Adnacom Inc', '200-5050 Kingsway Burnaby BC V5H 4H2 CA', 'CA', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7420, '00e082', 0, 'Anerma', 'SCHAAPSDRIES 25 2260 WESTERLO BE', 'BE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7421, '003009', 0, 'Tachion Networks, Inc', '2 Meridian Road Eatontown NJ 07724 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7422, '145a05', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-05-07', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7423, 'b41780', 0, 'Dti Group Ltd', '50 Affleck Rd Perth Airport Western Australia 6105 AU', 'AU', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7424, '6431390', 0, 'Shenzhen Emeet Intelligent Tech Co, Ltd', 'Unit 2C,Building A6,Guangming Science Park,Guangming Road 3009 Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7425, '00172e', 0, 'Fxc Inc', '10-16 6F, Nihonbashi Tomizawa-Chou, Chuo-ku Tokyo 103-0006 JP', 'JP', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7426, '002538', 0, 'Samsung Electronics Co, Ltd, Memory Division', 'San #16 Banwol-Dong, Taean-Gu Hwasung City Gyeonggi Do 445-701 KR', 'KR', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7427, '0050c20e2', 0, 'Visual Circuits Corp', '5155 East River Road Minneapolis MN 55421 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7428, '0050c2647', 0, 'R&D Tech Solutionz Ltd', '1st Floor Palmerston North Manawatu 4440 NZ', 'NZ', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7429, '384ff0', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd . New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2013-03-10', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7430, '0080ec', 0, 'Supercomputing Solutions, Inc', '6175 NANCY RIDGE BLVD. SAN DIEGO CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7431, '000577', 0, 'SM Information & Communication', '330-1 Yangjaedong 137-130 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7432, 'f49eef', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7433, '0009f1', 0, 'Yamaki Electric Corp', '3-7-22 Shimomeguro Meguro-ku Tokyo 153-0064 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7434, '103711', 0, 'Simlink AS', 'Otto Nielsens Veg 12 Trondheim N-7004 NO', 'NO', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7435, '189efc', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-04-08', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7436, '001bc5057', 0, 'Eree Electronique', '6 avenue Dr Schweitzer MEYZIEU 69882 FR', 'FR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7437, '70b3d51c0', 0, 'W. H. Leary Co, Inc', '8440B West 183rd Pl Tinley Park IL 60487 US', 'US', 'MA-S', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7438, '70b3d566d', 0, 'Sanmina Israel', 'Koren Industrial Zone , POBox 102 Maalot Israel 2101002 IL', 'IL', 'MA-S', '2019-01-04', '2019-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7439, '005032', 0, 'Picazo Communications, Inc', '61 DAGGETT DRIVE SAN JOSE CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7440, '000cfb', 0, 'Korea Network Systems', '206 JangYoungSil Bldg, 1688-5 Taejeon 306-230 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7441, 'e855b4', 0, 'Sai Tech Inc', '2376 Walsh Avenue Santa Clara California 95051 US', 'US', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7442, '70b3d52b3', 0, 'Has Co, Ltd', '4F Kojimachi Shimira Bldg., 4-1-5 Kojimachi Chiyoda-ku TOKYO 1020083 JP', 'JP', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7443, '70b3d50b0', 0, 'Raven Systems Design, Inc', '7777 Wall St Valley View OH 44125 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7444, '949034', 0, 'Shenzhen Chuangwei-Rgb Electronics Co, Ltd', 'Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN', 'CN', 'MA-L', '2019-06-17', '2019-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7445, '00068a', 0, 'NeuronNet Co Ltd R&D Center', '735-34 Dasung Bldg., Yuksam-dong, KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7446, '0050c21ab', 0, 'Streaming Networks', 'House # 8 St # 31 F-7/1 Islamabad 44000 PK', 'PK', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7447, '2ca89c', 0, 'Creatz Inc', '16, Deogyeong-daero 1556beon-gil, Yeongtong-gu Suwon-si, Gyeonggi-do, 16690 KR', 'KR', 'MA-L', '2019-05-02', '2019-05-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7448, '848bcdc', 0, 'Wormit', 'Sec.1,Xintai 5th Rd.,Xizhi Dist. New Taipei City 22101 TW', 'TW', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7449, '6c391d', 0, 'Beijing ZhongHuaHun Network Information center', '6F BeiAo Mansion,HuiXin East Street A2, Beijing 100029 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7450, '40d8551dc', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7451, '70b3d55fb', 0, 'Teleplatforms', 'Polbina st., 3/1 Moscow 109388 RU', 'RU', 'MA-S', '2017-08-14', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7452, '34e1d10', 0, 'Tianjin Sublue Ocean Science & Tech Co, Ltd', 'No.29 Factory No.156 Nanhai Road,TEDA Tianjin 300050 CN', 'CN', 'MA-M', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7453, 'f89e28', 0, 'Cisco Meraki', '500 Terry A. Francois Blvd San Francisco 94158 US', 'US', 'MA-L', '2019-07-22', '2019-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7454, '000f43', 0, 'Wasabi Systems Inc', '500 E. Main Street Norfolk VA 23510 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7455, 'ccb888', 0, 'AnB Securite s.a.', 'Rue de Joie,38-40 Liege 4000 BE', 'BE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7456, 'a0bb3ec', 0, 'Ewig Industries Macao Commercial Offshore Ltd', 'Avenida da Praia Grande No. 619 Macau Macau 000000 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7457, '08351b', 0, 'Shenzhen Jialihua Electronic Tech Co, Ltd', 'Building 26,Xin\'e Industrial Area,E\'gongling Village,Pinghu Town,Longgang District Shenzhen Guangdong 518111 CN', 'CN', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7458, '0c8447', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7459, '0009ff', 0, 'X.net 2000 GmbH', 'Koenigsberger Str. 2c Reinheim 64354 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7460, 'b8e937', 0, 'Sonos, Inc', '614 Chapala St Santa Barbara CA 93101 US', 'US', 'MA-L', '2012-04-08', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7461, '70b3d5bc9', 0, 'Yite Tech', 'No. 56, Xiaobei Rd., North Dist Tainan 70448 TW', 'TW', 'MA-S', '2019-03-14', '2019-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7462, '28e98e', 0, 'Mitsubishi Electric Corp', '2-7-3 Marunouchi Chiyoda-ku Tokyo 100-8310 JP', 'JP', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7463, 'f0219d', 0, 'Cal-Co Electronics & Communications Co Ltd', 'No.147, Sec. 3, Beishen Rd Shenkeng Dist New Taipei City --- TW', 'TW', 'MA-L', '2013-01-09', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7464, '3acfc5', 0, 'Quickline AG', 'Dr. Schneider-Strasse 16 Nidau 2560 CH', 'CH', 'CID', '2018-01-14', '2018-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7465, '001e19', 0, 'Gtri', 'M/S 0821 Atlanta GA 30332 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7466, '0c924e', 0, 'Rice Lake Weighing Systems', '230 West Coleman St Rice Lake WI 54868 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7467, '00e0e4', 0, 'Fanuc Robotics North America, Inc', '3900 W. HAMLIN RD. ROCHESTER HILLS MI 48309-3253 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7468, '0010bf', 0, 'InterAir Wireless', '485 CAYUGA ROAD BUFFALO NY 14225-0222 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7469, '001bc5048', 0, 'XPossible Tech Pte Ltd', '105 Tampines Road 535127 SG', 'SG', 'MA-S', '2011-11-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7470, '14d11f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7471, '001ed9', 0, 'Mitsubishi Precision Co, Ltd', '345 KAMIMACHIYA KAMAKURA-City KANAGAWA-Prefecture 247-8505 JP', 'JP', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7472, '781dfd', 0, 'Jabil Inc', '10500 Dr. Martin Luther King Jr. St. N. St. Petersburg Florida 33716 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7473, '38f23e', 0, 'Microsoft Mobile Oy', 'Keilalahdentie 4 Espoo 02150 FI', 'FI', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7474, 'ec3873', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7475, 'e0a509', 0, 'Bitmain Tech Inc', 'Building 25, North Olympic Science & Technology Park, Baosheng South Road, Haidian District, Beijing, China Beijing BEIJING CHINA CN', 'CN', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7476, 'fca47a3', 0, 'Cliptech Industria e Comercio Ltda', 'ROD VICE PREF HERMENEGILDO TONOLI, 2285 ITUPEVA SAO PAULO 13295000 BR', 'BR', 'MA-M', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7477, 'bc0f9a', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2020-02-06', '2020-02-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7478, '0050c256a', 0, 'Grupo Epelsa S.L.', 'C/ Albasanz, 6 y 8 Madrid 28037 ES', 'ES', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7479, '0896d7', 0, 'Avm GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7480, '001731', 0, 'ASUSTek Computer Inc', 'No.5 Shing Yeh Street,Kwei Shan Hsiang,Taoyuan Taipei 333 TW', 'TW', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7481, '70b3d592b', 0, 'Entec Electric & Electronic Co, Ltd', '78-2 Buncheon-ri, Bongdam-eup Hwaseong-city Gyungki-do 445-894 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7482, '70b3d5a49', 0, 'Unipower AB', 'PO Box 411 SE-441 28 Alingsas SE', 'SE', 'MA-S', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7483, '000c00', 0, 'Beb Industrie-Elektronik AG', 'Progressastrasse 31 Oberburg BE 3414 CH', 'CH', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7484, '0013dd', 0, 'Abbott Diagnostics', '5440 Patrick Henry Drive Santa Clara CA 95054 US', 'US', 'MA-L', '2005-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7485, '0050c2b73', 0, 'Arkray, Inc Kyoto Laboratory', 'Yousuien-nai Kyoto Kamigyo-ku 602-0008 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7486, '582efe', 0, 'Lighting Science Group', '1227 South Patrick Drive Satellite Beach FL 32937 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7487, '4011754', 0, 'Table Trac Inc', '6101 Baker Rd STE 206 Minnetonka MN 55345 US', 'US', 'MA-M', '2019-07-04', '2019-07-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7488, '0003e1', 0, 'Winmate Communication, Inc', '9F,No.111-6,Shing-De Rd Taipei 241 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7489, '0050c209f', 0, 'MetaWave Vedeo Systems', '11 Kingsclere Park Kingsclere, Newbury Berkshire RG20 4SW GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7490, '000600', 0, 'Toshiba Teli Corp', '4-7-1 Asahigaoka, Hino-Shi, Tokyo 191-0065 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7491, '001718', 0, 'Vansco Electronics Oy', 'Tiilenlyojankatu 5 FORSSA 30101 FI', 'FI', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7492, '0050c2c4c', 0, 'Lancier Monitoring GmbH', 'Gustav-Stresemann-Weg 11 Muenster NRW 48155 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7493, 'dcaf68', 0, 'Weifang Goertek Electronics Co, Ltd', 'Gaoxin 2 Road, Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7494, 'a8db03', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2019-01-08', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7495, '90735a', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7496, '000352', 0, 'Colubris Networks', '440 Armand-Frappier H7V 4B4 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7497, '00d047', 0, 'XN Tech', 'P.O. BOX 350 CHENEY WA 99004 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7498, '70b3d5a01', 0, 'FeldTech GmbH', 'Goestingerstrasse 70 Graz - 8051 AT', 'AT', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7499, 'ccd39db', 0, 'Q-Branch Labs, Inc', '427 N. Tatnall St., Suite #82712 Wilmington DE 19801 US', 'US', 'MA-M', '2018-10-16', '2018-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7500, '000879', 0, 'Cem Corp', 'P.O. Box 200 Matthews NC 28106 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7501, '0050c25bd', 0, 'Nomus Comm Systems', 'Plot 9A, Commercial Complex Hyderabad AP 500073 IN', 'IN', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7502, '04a316', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7503, '00e0e6', 0, 'Incaa Computers', 'P.O. BOX 211 7300 AE APELDOORN na NL', 'NL', 'MA-L', '1980-01-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7504, '0050c2014', 0, 'Canal +', '23, rue leblanc Paris 75015 FR', 'FR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7505, '000c07', 0, 'Iftest AG', 'Schwimmbadstrasse 43 Wettingen AG 5430 CH', 'CH', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7506, '00160f', 0, 'Badger Meter Inc', '4545 W BROWN DEER RD MILWAUKEE WI 53223 US', 'US', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7507, '70b3d5d47', 0, 'YotaScope Tech Co, Ltd', '3F, No. 7-1, Jhongsing Road., New Taipei City 23678 TW', 'TW', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7508, '70b3d578c', 0, 'Survalent Tech Corp', '7965 Heritage Road Brampton Ontario L6Y 5X5 CA', 'CA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7509, '402c768', 0, 'Suteng Innovation Tech Co, Ltd', '10-11/F, Block 3, Chongwen Garden, Nanshan IPark, 3370 Liuxian Avenue, Nanshan District Shenzhen 518000 CN', 'CN', 'MA-M', '2019-10-24', '2019-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7510, '0090df', 0, 'Mitsubishi Chemical America, Inc', '445 INDIO WAY SUNNYVALE CA 94086 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7511, '00508b', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2000-11-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7512, '70b3d5759', 0, 'Aml', '2190 Regal Parkway Euless TX 76040 US', 'US', 'MA-S', '2018-07-12', '2018-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7513, '00209b', 0, 'Ersat Electronic GmbH', 'HAARBERGSTR. 61 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7514, '0019ca', 0, 'Broadata Communications, Inc', '2545 W 237th St Ste K Torrance CA 90505 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7515, 'a83ccb', 0, 'Rossma', 'Malkova,12-108 PERM 614087 RU', 'RU', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7516, '205b2a', 1, 'Private', '', '', 'MA-L', '2010-12-06', '2010-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7517, '30fff6', 0, 'HangZhou KuoHeng Tech Co, Ltd', 'No.368,Wangjiali,Chang\'ancun Industrial Park,Wenyan Town, Xiaoshan District, Hangzhou, CHina HangZhou ZheJiang 311258 CN', 'CN', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7518, '002610', 0, 'Apacewave Tech', '48389 Fremont Blvd, STE#100 Fremont CA 94538 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7519, '842bbc', 0, 'Modelleisenbahn GmbH', 'Plainbachstrasse 4 Bergheim 5101 AT', 'AT', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7520, '90ec77', 0, 'silicom', '14 Atir-Yeda St/ Kfar-Sava Israel 44000 IL', 'IL', 'MA-L', '2020-01-08', '2020-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7521, '002077', 0, 'Kardios Systems Corp', '26 N SUMMIT AVE. GAITHERSBURG MD 20877 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7522, '000a63', 0, 'Dhd GmbH', 'Haferkornstrasse 5 Leipzig Sachsen 04129 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7523, '00217b', 0, 'Bastec AB', 'Hästvägen 4A Malmö SE 212 35 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7524, '002660', 0, 'Logiways', '24/26 rue Louis ARMAND PARIS 75015 FR', 'FR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7525, '1caba7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-12-14', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7526, '241fa0', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7527, '187532', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7528, '00303e', 0, 'Radcom Ltd', '12 Hanechoshet Street Tel-Aviv 69710 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7529, '0006dc', 0, 'Syabas Tech (Amquest)', '4727 Paseo Padre Parkway Fremont CA 94555 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7530, '00266f', 0, 'Coordiwise Tech Corp', '2F., No.123, Sec. 1, Lioujia 5th Rd. Jhubei City, Hsinchu County 30272 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7531, '70b3d5a9c', 0, 'Veo Tech', 'Skyttegade 7, 3. tv Copenhagen Denmark 2200 DK', 'DK', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7532, '70b3d519a', 0, 'WiSuite Usa', '13201 Stephens Road Suite E Warren MI 48089 US', 'US', 'MA-S', '2018-08-28', '2018-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7533, '9cdb07', 0, 'Thum+Mahr GmbH', 'Heinrich-Hertz-Strasse 1-3 Monheim am Rhein NRW 40789 DE', 'DE', 'MA-L', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7534, '00c02b', 0, 'Gerloff Gesellschaft Fur', 'ELEKRONISCHE SYSTEMENTWICKLUNG DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7535, '001699', 0, 'Tonic Dvb Marketing Ltd', 'Unit B, 10/F, Summit Building, Hung Hom Kowloon HK', 'HK', 'MA-L', '2005-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7536, 'c42c03', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-03-28', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7537, '30cda7', 0, 'Samsung Electronics Co, Ltd', '416 MAETAN 3-DONG SUWON- SI 443-742 US', 'US', 'MA-L', '2013-01-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7538, '00604c', 0, 'Sagemcom Broadband Sas', '27 RUE LEBLANC CEDEX 15 PARIS 75512 FR', 'FR', 'MA-L', '1980-01-01', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7539, '00003e', 0, 'Simpact', '9210 SKY PARK COURT SAN DIEGO CA 92123 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7540, '0011d6', 0, 'HandEra, Inc', '2859 104th St. Des Moines IA 50322 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7541, 'f0022b', 0, 'Chrontel', '2210 OToole Ave., Suite 100 San Jose CA 95131 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7542, '14abf0', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-05-02', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7543, '40d28a', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2014-10-25', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7544, '50ad92', 0, 'NX Tech', '5F(OS Building), 57, Daeril-2gil, Beomseo-eup Ulsan 44922 KR', 'KR', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7545, '0001b9', 0, 'Skf (U.K.) Ltd', '2 Michaelson Square Kirkton Campus Livingston West Lothian EH54 7DP GB', 'GB', 'MA-L', '2000-11-09', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7546, '000b7c', 0, 'Telex Communications', '8601 E. Cornhusker Hwy Lincoln NE 68505 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7547, '341e6b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7548, '000882', 0, 'Sigma Corp', '2-3-15 Iwato-minami Komae-shi Tokyo 201-8630 JP', 'JP', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7549, '000add', 0, 'Allworx Corp', '245 East Main Street East Rochester NY 14604 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7550, 'f05c19', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2015-11-15', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7551, '846991', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7552, '0050c2ad0', 0, 'Geonautics Australia Pty Ltd', '60 Morley Street Brisbane Queensland 4151 AU', 'AU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7553, '303d08', 0, 'Glintt Tes S.A.', 'Beloura Office Park, Ed.10 Sintra 2710-693 PT', 'PT', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7554, '0016f8', 0, 'Aviqtech Tech Co, Ltd', '6F 12, Li-hsin Road, SBIP Hsin-chu 300 TW', 'TW', 'MA-L', '2006-01-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7555, '0050c27f2', 0, 'Logotherm Regelsysteme GmbH', 'Erlauftalstraße 28 Purgstall Lower Austria AT-3251 AT', 'AT', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7556, '0050c29f1', 0, 'Ideas s.r.l.', 'Via XXV Aprile 9/A Cassina de pecchi Milan 20060 IT', 'IT', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7557, 'a49f85', 0, 'Lyve Minds, Inc', '10001 N. De Anza Blvd, Ste 300 Cupertino CA 95014 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7558, '9ce82b', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7559, '3cfad30', 0, 'Home Control AS', 'Postboks 1618 Vika Oslo 0119 NO', 'NO', 'MA-M', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7560, '080068', 0, 'Ridge Computers', '2451 MISSION COLLEGE BLVD. SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7561, '0014d4', 0, 'K Tech Corp', '325 Ganbara Kami-gun Miyagi-ken 981-4263 JP', 'JP', 'MA-L', '2005-06-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7562, 'eceed8', 0, 'Ztlx Network Tech Co, Ltd', 'Unit 703,No 77,CuShaHuan ZhuHai GuangDong 519000 CN', 'CN', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7563, 'a4d8ca', 0, 'Hong Kong Water World Tech Co Ltd', 'RM B-C, 24/F, GOLDEN BEAR INDUSTRIAL CENTRE, 66-82 CHAI WAN KOK STREET,TSUEN WAN. N.T. Hong Kong 999077 HK', 'HK', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7564, '001506', 0, 'Neo Photonics', '910 E. California St. Sunnyvale CA 94085 US', 'US', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7565, '002139', 0, 'Escherlogic Inc', '1481 Rosebank Rd. Pickering Ontario L1V 1P3 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7566, 'bc6641a', 0, 'EBlink', '3-5 Rue Marcel Pagnol Boussy Saint Antoine France 91800 FR', 'FR', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7567, '186f2d', 0, 'Shenzhen Sundray Tech Co Ltd', '5th Floor, Block A4, Nanshan ipark,NO.1001 Xue Yuan Road, Nanshan District, Shenzhen 518055, P.R. China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7568, '70b3d5938', 0, 'Jeti Technische Instrumente GmbH', 'Tatzendpromenade 2 Jena 07745 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7569, '70b3d5e0b', 0, 'Entec Electric & Electronic Co, Ltd', '78-2 Buncheon-ri, Bongdam-eup Hwaseong-city Gyungki-do 445-894 KR', 'KR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7570, '14115d', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7571, '002169', 0, 'Prologix, Llc', '17217 NE 133rd Place Redmond Washington 98052-2153 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7572, '84acfb', 0, 'Crouzet Automatismes', '2 rue du docteur Abel Valence France 26902 FR', 'FR', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7573, '0050c2f20', 0, 'Unfors Instruments AB', 'Uggledalsvagen 29 Gothenburg Billdal 42740 SE', 'SE', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7574, '40bd32', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7575, '70b3d54d4', 0, 'Nortek Global Hvac', 'Fens Pool Ave Brierley Hill West Midlands DY5 1QA GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7576, '6cd94c', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7577, '006061', 0, 'Whistle Communications Corp', '110 MARSH DRIVE-STE #100 FOSTER CITY CA 94404 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7578, 'b8a3e0', 0, 'BenRui Tech Co, Ltd', 'No.3A room A Unit Hongsong Building ShenZhen GuangDong 518000 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7579, '2c3a28', 0, 'Fagor Electrónica', 'B. San Andres, s/n Mondragón Guipuzcoa 20500 ES', 'ES', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7580, '00e03a', 0, 'Cabletron Systems, Inc', '35 INDUSTRIAL WAY - BLDG. #36 ROCHESTER NH 03867 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7581, '00142a', 0, 'Elitegroup Computer Systems Co, Ltd', 'No.22, Alley 38, Lane 91, Sec. 1, Taipei 114 TW', 'TW', 'MA-L', '2005-03-25', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7582, '20d607', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7583, '7487a9', 0, 'Oct Tech Co, Ltd', '8F. -2, No. 94, Baojhong Rd. Sindian Dist. New Taipei City 231 TW', 'TW', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7584, '70b3d5d3a', 0, 'Promomed Rus Llc', 'UL. POCHTOVAYA M., D. 2/2,C.1,P.iK2 I, K.2 Moscow 129090 RU', 'RU', 'MA-S', '2019-02-04', '2019-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7585, '0010cb', 0, 'Facit K.K.', 'HIMEI NIHOMBASHI BLDG. 3F CHUO-KU, TOKYO 103 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7586, '0002e6', 0, 'Gould Instrument Systems, Inc', '8333 Rockside Road Valley View OH 44125 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7587, '0024b9', 0, 'Wuhan Higheasy Electronic Tech Development CoLtd', 'Bldg A2 Optics Valley Software Park,Guanshan 1st Rd, Wuhan Hubei 430033 CN', 'CN', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7588, '74e06e', 0, 'Ergophone GmbH', 'Temmlerstrasse 5 Marburg Hessen 35039 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7589, '549d85', 0, 'EnerAccess Inc', '3154 Le Corbusier Blvd Laval Quebec H7L 4S8 CA', 'CA', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7590, '9038df', 0, 'Changzhou Tiannengbo System Co Ltd', '#9 East Hehai Road, RM 306 Changzhou Jiangsu Province 213000 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7591, 'a0481c', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-07-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7592, '506cbe', 0, 'InnosiliconTechnology Ltd', 'WuHan East Lake Wuhan New Technology Development Zone Wuhan Hubei Province 430223 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7593, '000801', 0, 'HighSpeed Surfing Inc', '44790 S. Grimmer Blvd. Fremont CA 94538 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7594, '0050c2488', 0, 'DA Sistemi Spa', 'Via Cadorna, 73 Vimodrone Milano 20090 IT', 'IT', 'IAB', '2005-04-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7595, '8c1cdaa', 0, 'China Potevio Co, Ltd', 'No.6, haidian north second street, haidian district, Beijing Beijing Beijing 100080 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7596, '0050c26e9', 0, 'Bando electronic communication CoLltd', '152-4,chuneui-dong,wonmi-gu buchon kyoungki-do 420-859 KR', 'KR', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7597, '0050c2d95', 0, 'Honeywell', '13350 US Highway 19 N Clearwater 33764 US', 'US', 'IAB', '2011-02-21', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7598, '70b3d5923', 0, 'eumig industrie-tv GmbH', 'Gewerbeparkstr. 9 Anif Salzburg 5081 AT', 'AT', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7599, '500ff5', 0, 'Tenda Tech Co, LtdDongguan branch', 'Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7600, '0050c281e', 0, 'Channelot Ltd', '24 Raoul Wallenberg Tel Aviv 69719 IL', 'IL', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7601, '1c5a6b', 0, 'Philips Electronics Nederland BV', 'PO BOX 80045 Eindhoven 5600 JZ NL', 'NL', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7602, '70b3d507b', 0, 'wallbe GmbH', 'Paderborner Straße 76 Schlangen NRW 33189 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7603, '0050a8', 0, 'OpenCon Systems, Inc', '377 HOES LANE PISCATAWAY NJ 08854 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7604, '001449', 0, 'Sichuan Changhong Electric Ltd', 'No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN', 'CN', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7605, '187a93', 0, 'Amiccom Electronics Corp', 'Room A3, 1F., No.1, Lixing 1st Rd Hsinchu 30078 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7606, '702ad5', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7607, '000c84', 0, 'Eazix, Inc', 'Unit 301 Plaza Building B Muntinlupa City Rizal 1770 PH', 'PH', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7608, '58671a', 0, 'Barnes&Noble', '400 HAMILTON AVENUE PALO ALTO CA 94301 US', 'US', 'MA-L', '2010-05-26', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7609, '8cf773', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7610, '049dfe', 0, 'Hivesystem', '816 Kranz-techno Bldg. 388 dunchondaero, jun Gyeonggi-do KSXX0024 KR', 'KR', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7611, '34f968', 0, 'Atek Products, Llc', '210 NE 10th Avenue Brainerd MN 56401 US', 'US', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7612, '549a11d', 0, 'Hangzhou duotin Tech Co, Ltd', 'Haichuang Garden of Hangzhou city Yuhang District 4 Building 407B hangzhou Zhejiang 311100 CN', 'CN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7613, 'c88ed1e', 0, 'Aventics GmbH', 'Ulmer Str. 4 Laatzen Lower Saxony 30880 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7614, 'e0cbbc', 0, 'Cisco Meraki', '500 Terry A. Francois Blvd San Francisco null 94158 US', 'US', 'MA-L', '2017-03-26', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7615, '0030f6', 0, 'Securelogix Corp', '13750 SAN PEDRO SAN ANTONIO TX 78232 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7616, '002394', 0, 'Samjeon', '#1313-1 Joil-Ri, Samdong-Myeun,Ulju-Gun Ulsan City South Korea 689-934 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7617, '346f90', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7618, 'e41e0a2', 0, 'IDvaco Private Ltd', 'Aljunied road, 627A,06-02 singapore singapore 389842 SG', 'SG', 'MA-M', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7619, '000b03', 0, 'Taekwang Industrial Co, Ltd', '#191-1, Anyang-7Dong, Manan-Gu Anyang-Si South Korea 430-017 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7620, '002481', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2008-12-03', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7621, 'a0c562', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-01-23', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7622, '70b3d59e7', 0, 'Xiamen Maxincom Tech Co, Ltd', 'B1F, A District, HuaXun Building, Xiamen Fujian 361000 CN', 'CN', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7623, '002638', 0, 'Xia Men Joyatech Co, Ltd', 'Room 304, 28th Building, Guanri Road, Xiamen Software Park Xiamen Fujian Province 361008 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7624, '7076dd', 0, 'OxyGuard Internation A/S', 'Farum Gydevej 64 Farum DK-3520 DK', 'DK', 'MA-L', '2013-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7625, '0050c220f', 0, 'Omicron electronics GmbH', 'Oberes Ried 1 Klaus A-6833 AT', 'AT', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7626, '70b3d5a92', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7627, 'e84c56', 0, 'Intercept Services Ltd', 'Bates Mill, Colne Road Huddersfield North Yorkshire HD1 3AG GB', 'GB', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7628, '0050cb', 0, 'Jetter', 'GRAETERSTRASSE 2 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7629, '0050c2072', 0, 'Neuberger Gebaeudeautomation GmbH & Co', 'Oberer Kaiserweg 6 91541 Rothenburg o.d.T. DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7630, '001bc509b', 0, 'Yik Corp', 'B-4F,Pangyo Silicon Park 613 seongnam-si Gyeonggi-do 463-400 KR', 'KR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7631, '807b85f', 1, 'Private', '', '', 'MA-M', '2015-04-05', '2015-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7632, 'e0af4b', 0, 'Pluribus Networks, Inc', '1808 Embarcadero Rd Suite B Palo Alto CA 94303 US', 'US', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7633, '74852a', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2015-02-19', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7634, 'e41e0a5', 0, 'Aeroel srl', 'Vai Pier Paolo Pasolini 35/3 Pradamano Udine 33040 IT', 'IT', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7635, '0013bc', 0, 'Artimi Ltd', 'Betjeman House Cambridge Cambridgeshire CB2 1LQ GB', 'GB', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7636, '90ea60', 0, 'Spi Lasers Ltd', '6 wellington Park Southampton Hampshire S0302QU GB', 'GB', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7637, '509772', 0, 'Westinghouse Digital', '500 N. State College Blvd. Orange CA 92868 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7638, 'b01f814', 0, 'Shenzhen Yifang Digital Tech Co, Ltd', 'Building NO.22,23, Fifth Region, Baiwangxin Industrial Park, Songbai Rd., Nanshan Shenzhen Guangdong 518108 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7639, '8834fe', 0, 'Bosch Automotive Products (Suzhou) Co Ltd', 'No. 455 Xing Long Street,Suzhou Industrial Park,Suzhou P.R., 215021 China Suzhou Jiangsu 215021 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7640, '00a0b1', 0, 'First Virtual Corp', '3393 OCTAVIUS DR.-STE.# 102 SANTA CLARA CA 95054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7641, '001601', 0, 'Buffalo.Inc', 'AKAMONDORI Bldg., 30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref. 460-8315 JP', 'JP', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7642, '000c3e', 0, 'Crest Audio', '16-00 Pollitt Drive Fair Lawn NJ 07410 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7643, 'f4a4d6', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7644, '001149', 0, 'Proliphix Inc', '3 Lan Drive Westford MA 01886 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7645, '0013f7', 0, 'Smc Networks, Inc', '38 Tesla Irvine CA 92618 US', 'US', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7646, '0050c27ef', 0, 'Gfi Chrono Time', '121 rue des Guillees CHAURAY 79180 FR', 'FR', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7647, '78beb6', 0, 'Enhanced Vision', '5882 MACHINE DR. Huntington Beach California 92649 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7648, '1c2e1b', 0, 'Suzhou Tremenet Communication Tech Co, Ltd', 'Room 413, Nangong Building, 399 Linquan Street, SIP Suzhou Jiangsu 215123 CN', 'CN', 'MA-L', '2018-10-29', '2018-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7649, '70b3d5e97', 0, 'Toptech Systems, Inc', '1124 Florida Central Parkway Longwood FL 32750 US', 'US', 'MA-S', '2019-11-06', '2019-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7650, '000cef', 0, 'Open Networks Engineering Ltd', 'Classic House Bishop\'s Stortford Hertfordshire CM23 5PD GB', 'GB', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7651, '0016ff', 0, 'Wamin Optocomm Mfg Corp', 'No. 239 Qiaohe Road Zhonghe City Taipei County 235 TW', 'TW', 'MA-L', '2006-01-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7652, '0050c24e3', 0, 'Romteck Pty Ltd', '37 Collingwood Street, Osborne Park Osborne Park Perth 6017 AU', 'AU', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7653, '3c2db7', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-01-05', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7654, '3c6a7d', 0, 'Niigata Power Systems Co, Ltd', '7-26,Tatsumi 3-Chome Koto-ku TOKYO 135-0053 JP', 'JP', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7655, '4c0082', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7656, '10dcb60', 1, 'Private', '', '', 'MA-M', '2019-07-17', '2019-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7657, '000060', 0, 'Kontron Elektronik GmbH', 'OSKAR-VON-MILLER-STR. 1 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7658, '0007c1', 0, 'Overture Networks, Inc', '637 Davis Drive Morrisville NC 227560 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7659, '70b3d53c9', 0, 'Duerkopp-Adler', 'Potsdamerstr. 190 Bielefeld 33719 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7660, '4011757', 0, 'Guangzhou Ralid Information System CoLtd', 'ROOM 201 at 2nd floor in 2nd Building,No.602, Guangshan 2nd Road, Tianhe District Guangzhou Guangdong 510663 CN', 'CN', 'MA-M', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7661, 'e0b55f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7662, 'fcf152', 0, 'Sony Corp', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2014-02-25', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7663, '409b0d', 0, 'Shenzhen Yourf Kwan Industrial Co, Ltd', 'MCN Edifice 5D, R1 Building, No.21 4th Hi-tech Road South, High-tech Industrial Park(south) Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7664, '000d94', 0, 'Afar Communications, Inc', '81 David Love Place Santa Barbara CA 93117 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7665, '0050c2702', 0, 'Spm Instrument AB', 'Box 504 Strängnäs SE-64525 SE', 'SE', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7666, '40d8550c3', 0, 'Apg Cash Drawer, Llc', '5250 INDUSTRIAL BLVD NE MINNEAPOLIS 55421 US', 'US', 'IAB', '2013-04-03', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7667, 'cca0e5', 0, 'Dzg Metering GmbH', 'Heidelberger Str. 32 Oranienburg Brandenburg 16515 DE', 'DE', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7668, '0050c25e8', 0, 'Info-Chip Communications Ltd', '4403 Rupert Street Vancouver BC V5R2J1 CA', 'CA', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7669, '0050c294b', 0, 'Piller engineering Ltd', 'Stauffenbergstraße 15 Ostfildern Baden-Württemberg 73760 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7670, 'dc0856', 0, 'Alcatel-Lucent Enterprise', '26801 West Agoura Rd Calabasas CA 91301 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7671, 'c809a8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-08-08', '2019-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7672, '00183f', 0, '2Wire Inc', '1704 Automation Parkway San Jose CA 94538 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7673, '0024a5', 0, 'Buffalo.Inc', 'AKAMONDORI Bldg., 30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref. 460-8315 JP', 'JP', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7674, '1c8779a', 0, 'Hangzhou Xiaowen Intelligent Tech Co, Ltd', 'Room 610、611, F/6, Huaye Building,No.511, Jianye Road, Binjiang District Hang Zhou Zhe Jiang 310053 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7675, '38e26e', 0, 'ShenZhen Sweet Rain Electronics Co, Ltd', 'Xinghua Road Shenzhen Bao\'an 518101 CN', 'CN', 'MA-L', '2018-10-18', '2018-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7676, '000b82', 0, 'Grandstream Networks, Inc', '1297 Beacon Street Brookline MA 02446 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7677, '0013d7', 0, 'Spidcom Tech SA', '137 avenue du General LECLERC BOURG LA REINE 92340 FR', 'FR', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7678, '502ece', 0, 'Asahi Electronics Co, Ltd', '29-25 Kariyado Kanagawa-ken 211-0022 JP', 'JP', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7679, '70b3d51bd', 0, 'Shenzhen Siera Tech Ltd', 'Room 2039, Shenhai Building, Wanzhong Village, Bulong Road, Minzhi, Longhua district, City: Shenzhen Shenzhen Guangdong 518131 CN', 'CN', 'MA-S', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7680, '70b3d58cd', 0, 'EA Elektroautomatik GmbH & Co KG', 'Helmholtzstraße 31-33 Viersen NRW 41747 DE', 'DE', 'MA-S', '2018-10-10', '2018-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7681, '0080be', 0, 'Aries Research', '46791 FREMOND BLVD. FREMONT CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7682, '58f6bf', 0, 'Kyoto University', 'Yoshida-Hommachi Kyoto 6068501 JP', 'JP', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7683, '0018b6', 0, 'S3c, Inc', '1010 Stewart Dr. Sunnyvale California 94085 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7684, '001b4b', 0, 'Sanion Co, Ltd', '#208 ACETECHNO TOWER, 55-7, MULLAE-DONG 3GA, YEONGDEUNGPO-GU SEOUL 150-992 KR', 'KR', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7685, 'fc07a0', 0, 'Lre Medical GmbH', 'Hofer Strasse 5 Noerdlingen Bavaria 86720 DE', 'DE', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7686, 'd81c79', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7687, '0003c8', 0, 'Cml Emergency Services', '75 Boulevard la Technologies CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7688, '000f1e', 0, 'Chengdu KT Electric Coof High & New Tech', 'No.2 Gaopeng Dong Road,High & New Development Zone Chengdu Sichuan 610041 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7689, '0015cb', 0, 'Surf Communication Solutions Ltd', 'P.O. Box 343 Yokneam 20164 IL', 'IL', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7690, '001a20', 0, 'Cmotech Co Ltd', '5F Etronix Bldg. 17-10 Youngdungpo-Gu Seoul 150-874 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7691, '000941', 0, 'Allied Telesis R&D Center K.K.', 'Technical Center/No.2 TOC Bldg. Shinagawa-ku 141-0031 US', 'US', 'MA-L', '2002-06-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7692, '000e58', 0, 'Sonos, Inc', '614 Chapala St Santa Barbara CA 93101 US', 'US', 'MA-L', '2004-02-12', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7693, '70b035', 0, 'Shenzhen Zowee Tech Co, Ltd', 'Block 5, Science and Technology Industrial Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7694, 'a06391', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7695, '70b3d5a59', 0, 'Muuntosähkö Oy - Trafox', 'Niittylänpolku 4 Helsinki 00620 FI', 'FI', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7696, 'b4e782', 0, 'Vivalnk', '4655 Old Ironsides Dr, #390 Santa Clara CA 95054 US', 'US', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7697, '006967e', 0, 'Tianjin Lianwu Tech Co, Ltd', 'Room 201, 2nd floor, Building 8, No.35, Caizhi Street, Xuefu Industrial Zone, Xiqing District Tianjin Tianjin 300380 CN', 'CN', 'MA-M', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7698, '6c06d6', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7699, '00900e', 0, 'Handlink Tech, Inc', '5F, 24-2, Industry E. Road IV, Hsinchu 30077 TW', 'TW', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7700, '0090fb', 0, 'Portwell, Inc', '7F-4, NO. 160, SEC. 6 TAIPEI TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7701, '30b164', 0, 'Power Electronics International Inc', '561-8 Plate Drive East Dundee 60118 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7702, '283a4d', 0, 'Cloud Network Tech (Samoa) Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7703, 'e8d03c', 0, 'Shenzhen Jingxun Software Telecommunication Tech Co, Ltd', '3/F,A5 Building Zhiyuan Community No.1001,Xueyuan Road Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2019-08-22', '2019-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7704, '98df82', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.555 Qianmo Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-09-25', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7705, '0003e9', 0, 'Akara Canada, Inc', '150 Katimavik Road CANADA K2L 2N2 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7706, '582136', 0, 'Kmb systems, s.r.o.', 'Dr. M. Horakove 559 Liberec Czech Republic 46006 CZ', 'CZ', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7707, '0050c26e1', 0, 'NewOnSys Ltd', '#607 Ilsan TechnoTown 1141-1 Goyang Gyunggi-Do 410-722 KR', 'KR', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7708, '5891cf', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-10-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7709, '70b3d5c7d', 0, 'Metatronics B.V.', 'Torenallee 42-54 Eindhoven 5617 BD NL', 'NL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7710, '70b3d5acf', 0, 'Apg Cash Drawer, Llc', '5250 Industrial Blvd NE Minneapolis MN 55421 US', 'US', 'MA-S', '2018-07-26', '2018-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7711, '0006bf', 0, 'Accella Tech Co, Ltd', 'Rm 512 No. 680 Gui Ping Rd. Shanghai 200233 CN', 'CN', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7712, '000ad6', 0, 'BeamReach Networks', '755 North Mathilda Ave Sunnyvale California 94086 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7713, '0007d2', 0, 'Logopak Systeme GmbH & Co KG', 'Dorfstraße 40 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7714, '0024a6', 0, 'Telestar Digital GmbH', 'Vulkanhöhe / B410 Dreis-Brück 54552 DE', 'DE', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7715, 'e0a1d7', 0, 'Sfr', '40/42 Quai du point du jour Boulogne Billancourt Hauts de Seine 92659 FR', 'FR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7716, 'b03495', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7717, 'a4580f2', 0, 'Bloks. GmbH', 'Agnes-Pockels-Bogen 1 Munich 80992 DE', 'DE', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7718, '00026d', 0, 'Adept Telecom', 'Avenue de l\'Europe FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7719, '00400b', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7720, '1c7ee5', 0, 'D-Link International', '1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG', 'SG', 'MA-L', '2011-05-07', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7721, '308bb2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-05-08', '2019-05-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7722, '0011d7', 0, 'eWerks Inc', '420-2166 Mountain Grove Ave Burlington Ontario L7P4X4 CA', 'CA', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7723, '0050c2672', 0, 'Dds Elettronica srl', 'Via Nicolò Biondo 171 Modena 41100 IT', 'IT', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7724, '000919', 0, 'Mds Gateways', 'Clonshaugh Industrial Estate Dublin 17 IE', 'IE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7725, 'e86a64', 0, 'Lcfc(HeFei) Electronics Tech Co, Ltd', 'YunGu Road 3188-1 Hefei Anhui 230000 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7726, 'f08cfb', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2014-01-12', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7727, 'ac2a0c', 0, 'Csr Zhuzhou Institute Co, Ltd', 'Times Ave.,Zhuzhou,hunan,China zhuzhou Hunan 412001 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7728, 'd81fcc', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2015-09-27', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7729, 'acdce5', 0, 'Procter & Gamble Co', '2 Procter & Gamble Plaza Cincinnati OH 45202 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7730, '70b3d5408', 0, 'Comrod AS', 'Fiskaaveien 1 TAU 4120 NO', 'NO', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7731, '5c5578', 0, 'iryx Corp', '14 Hughes Irvine CA 92618 US', 'US', 'MA-L', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7732, '001706', 0, 'Techfaithwireless Communication Tech Ltd', '2/F M8 West No.1 Jiu Xian Qiao Dong Road, Beijing 100016 CN', 'CN', 'MA-L', '2006-01-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7733, '00268b', 0, 'Guangzhou Escene Computer Tech Ltd', 'Room 209, No.54-56 Yuehe Building, Huacui Street, Tianhe Industrial Park Guangzhou Guangdong Province 510065 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7734, '0013db', 0, 'Shoei Electric Co, Ltd', '1-29-2,Wakabayashi Setagaya-ku Tokyo 154-0023 JP', 'JP', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7735, '0021cb', 0, 'Sms Tecnologia Eletronica Ltda', 'Av. Pirâmide, 661 DIADEMA São Paulo 09970330 BR', 'BR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7736, '0ca2f4', 0, 'Chameleon Tech (UK) Ltd', 'Gardner House, Hornbeam Park Avenue Hornbeam Park Harrogate HG2 8NA GB', 'GB', 'MA-L', '2011-12-14', '2018-07-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7737, 'ecd19a', 0, 'Zhuhai Liming Industries Co, Ltd', 'No.6 Xinqing Rd,Xinqing Hi-Tech Industrial Park Zhuhai Guangdong 519100 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7738, '8c41f4', 0, 'IPmotion GmbH', 'Ludwig-Rinn-Straße 8-16 Heuchelheim Hessen 35452 DE', 'DE', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7739, '3c427e7', 0, 'Gjs Co, Ltd', '305, Qianhai Innovation and Entrepreneur Hub, Bldg. C Qianwan 1st Rd., Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7740, '00106d', 0, 'Axxcelera Broadband Wireless', '1600 East Parham Road Richmond VA 23228 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7741, '005090', 0, 'Dctri', 'NO.40 XUE YUAN RD CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7742, '70b3d5617', 0, 'Cominfo, Inc', 'Nabrezi 695 Zlin 760 01 CZ', 'CZ', 'MA-S', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7743, '40d855141', 0, 'Key Systems , Inc', 'PO Box G Fishers New York 14453 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7744, '6c8366', 0, 'Nanjing Sac Power Grid Automation Co, Ltd', 'No.11 Phoenix Road Nanjing Jiangsu Provience 211100 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7745, 'b8fc9a', 0, 'Le Shi Zhi Xin Electronic Tech (Tianjin) Ltd', ',Le Shi Building, No.105 Yaojiayuan Road,Chaoyang District,Beijing,China beijing beijing 100025 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7746, '5052d2', 0, 'Hangzhou Telin Tech Co, Ltd', '8 floor,D Building,Paradise Software Park,No. 3 Xidoumen Road, Xihu District, Hangzhou Hangzhou Zhejiang 310013 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7747, 'e02cf3', 0, 'Mrs Electronic GmbH', 'Klaus-Gutsch-Str. 7 Rottweil 78628 DE', 'DE', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7748, '000edd', 0, 'Shure Inc', '5800 W. TOUHY AVE. NILES IL 60714 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7749, '00155b', 0, 'Sampo Corp', '216 Chung Shan Road, Taipei Hsien 220 TW', 'TW', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7750, '0024da', 0, 'Innovar Systems Ltd', '12155 Commissioner Drive North Jackson Ohio 44451 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7751, 'ccf3a5', 0, 'Chi Mei Communication Systems, Inc', 'No.4 Tucheng City Taipei County 23678 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7752, '481d70', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7753, '10c172', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7754, '00001f', 0, 'Telco Systems, Inc', '15 Berkshire Road Mansfield MA 02048 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7755, '003077', 0, 'Onprem Networks', '42501 ALBRAE STREET FREMONT CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7756, '00214b', 0, 'Shenzhen Hamp Science & Tech Co, Ltd', 'No.302-303,3 Floor,District A,TCL Tower,Gaoxin Nan Yi Road,NanShan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7757, '0050c2b6c', 0, 'Drinelec', 'Les Chovets Barbières 26300 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7758, '48d845', 0, 'Shenzhen Mainuoke Electronics Co, Ltd', '9th Floor, Hengtemei Building, Buji Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7759, '8cb84a', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7760, '000194', 0, 'Capital Equipment Corp', '900 Middlesex Turnpike - Bldg. 2 Billerica MA 01821 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7761, '00903e', 0, 'N.V. Philips Industrial Activities', 'B-3001 LEUVEN BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7762, '14876a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7763, '001e93', 0, 'CiriTech Systems Inc', '920 Hillview Ct Milpitas CA 95035 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7764, '7c444c', 0, 'Entertainment Solutions, S.L.', 'Parque Empresarial Miraflores, nave 3 Zaragoza 50720 ES', 'ES', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7765, '1402ec', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7766, '70b3d57e0', 0, 'Sanko-sha, Inc', '3-9-12 ChuorinkanNishi Yamato-shi Kanagawa-Prefecture 242-0008 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7767, 'ac1ddfb', 0, 'Fine Inc', 'Rm 2208, U-Tower, 120 HeungDeok JungAng-ro, GiHeung-Gu YongIn-si Gyeonggi-do 16950 KR', 'KR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7768, '70b3d5437', 0, 'Digital Way', '1 Chemin des CHAUX Saint-Etienne Loire 42000 FR', 'FR', 'MA-S', '2018-07-26', '2018-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7769, '0050c2164', 0, 'Acunia N.V.', 'Philips-Site 5 Box 3 Leoven 3001 BE', 'BE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7770, 'dc7fa4', 0, '2Wire Inc', '1764 Automation Parkway San Jose 95131 US', 'US', 'MA-L', '2015-04-23', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7771, '00132a', 0, 'Sitronics Telecom Solutions', 'Michelska 60 Prague Prague 4 - Michle 140 00 CZ', 'CZ', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7772, 'a4ee57', 0, 'Seiko Epson Corp', '3-3-5 OWA SUWA-SHI NAGANO-KEN 392-8502 JP', 'JP', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7773, '38faca', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7774, '008063', 0, 'Hirschmann Automation and Control GmbH', 'Stuttgarter Straße 45-51 Neckartenzlingen D-72654 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7775, '000f80', 0, 'Trinity Security Systems, Inc', 'Alte Building Higashi Kanda 8F Chiyoda-ku Tokyo 101-0031 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7776, '001f9f', 0, 'Thomson Telecom Belgium', 'Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE', 'BE', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7777, '70b3d5fd1', 0, 'RedRat Ltd', 'The Business & Technology Centre Saffron Walden Essex CB11 3AQ', '', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7778, '70b3d5257', 0, 'LG Electronics', '10, Magokjungang 10-ro, Gangseo-gu Seoul 07796 KR', 'KR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7779, '00503c', 0, 'Tsinghua Novel Electronics', 'CO., LTD. 100084 100084 CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7780, '001c89', 0, 'Force Communications, Inc', '3810 Arbordale Lane Sachse TX 75048 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7781, 'cc0080', 0, 'Bettini Srl', 'VIA CESARE BATTISTI 22 CESANO MADERNO MILAN 20031 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7782, '98d6f7', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2013-01-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7783, 'bc3baf', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7784, 'f0842f', 0, 'Adb Broadband Italia', 'VIALE SARCA 336 MILANO 20126 IT', 'IT', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7785, 'f80d43', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-03-11', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7786, '70b3d58e1', 0, 'WoKa-Elektronik GmbH', 'Fulder Tor 30 Alsfeld Hessen 36304 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7787, '008052', 0, 'Technically Elite Concepts', '2615 PACIFIC COAST HIGHWAY HERMOSA BEACH CA 90250 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7788, '000ae8', 0, 'Cathay Roxus Information Tech Co Ltd', 'Fuhua mansion building A/B 4F Beijing 100027 CN', 'CN', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7789, '70b3d5f95', 0, 'Get Sat', 'Hamada 12 Rehovot Select From Dropdown 7670316 IL', 'IL', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7790, '000db0', 0, 'Olym-Tech Co, Ltd', 'Room 401/402,No.1,Songling Road,Hi-tech Shenzhen Guangdong 518031 CN', 'CN', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7791, '001648', 0, 'Ssd Co Ltd', '3-3-4 Higashiyagura Kusatsu-city Shiga 525-0054 JP', 'JP', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7792, '0050c2d88', 0, 'T+A elektroakustik GmbH & CoKG', 'Planckstraße 9-11 Herford NRW 32052 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7793, '38f889', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7794, '00763d', 0, 'Veea', '164 E 83rd Street New York NY 10028 US', 'US', 'MA-L', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7795, '00c043', 0, 'Stratacom', '1400 PARKMOOR AVENUE SAN JOSE CA 95126 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7796, '0090e5', 0, 'Teknema, Inc', '2656 E. BAYSHORE ROAD PALO ALTO CA 94303 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7797, '643139c', 0, 'Shen Zhen Fuchang Tech Co, Ltd', 'Floor 4 11 Building Qixing Factory,Niu Cheng 2rd Industrial Area,Xili Nanshan District Shenzhen GUANGDONG 518055 CN', 'CN', 'MA-M', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7798, '0024f0', 0, 'Seanodes', 'Batiment Platon Colomiers 31770 FR', 'FR', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7799, '3c5cc3', 0, 'Shenzhen First Blue Chip Tech Ltd', '3Nod Smart Building,11Floor,No.3012,Binhai Avenue, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7800, '3ce1a1', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, Lane 351, Taiping Road, Sec.1,Tsao Tuen Nan-Tou Taiwan 54261 TW', 'TW', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7801, '746bab', 0, 'Guangdong Enok Communication Co, Ltd', 'NO.139 Lixiang road, Songmushan Dalang Town Dongguan, Guangdong 523770 CN', 'CN', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7802, '70b3d56c2', 0, 'Tex Computer Srl', 'VIA MERCADANTE 35 CATTOLICA RIMINI 47841 IT', 'IT', 'MA-S', '2020-01-17', '2020-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7803, '000c5b', 0, 'Hanwang Tech Co, Ltd', '8F,Automation Building,95 Zhongguancun, Beijing 100080 CN', 'CN', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7804, '7c03d8', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR', 'FR', 'MA-L', '2012-07-28', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7805, '4c4bf97', 0, 'Glonexs', '3F, 19-14, Doyak-ro 252beon-gil Bucheon Gyeonggi-do 14531 KR', 'KR', 'MA-M', '2019-06-24', '2019-06-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7806, '34d262', 0, 'SZ Dji Tech Co, Ltd', '6/F,HKUST SZ IER Bldg,9 Yuexing 1st Rd shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7807, '0009e8', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7808, '00134a', 0, 'Engim, Inc', '40 Nagog Park Acton MA 01720 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7809, '70b3d560b', 0, 'Edgeware AB', 'Master Samuelsgatan 42 Stockholm 11157 SE', 'SE', 'MA-S', '2014-04-14', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7810, 'd47c440', 0, 'Exafore Oy', 'Hermiankatu 6-8D Tampere 33720 FI', 'FI', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7811, 'b00cd1', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2018-12-06', '2018-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7812, '001aec', 0, 'Keumbee Electronics Co, Ltd', '3-26, Jangsang-dong, Sangrok-gu Ansan-si Kyungki-do 426-410 KR', 'KR', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7813, '4c3910', 0, 'Newtek Electronics Co, Ltd', 'Byucksan-Sunyoung Technopia 1004, Uiwang-City Kyunggi-Do 437-821 KR', 'KR', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7814, '54a04f', 0, 't-mac Tech Ltd', 'Stand Park Chesterfield Derbyshire S41 8JT GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7815, '70b3d59eb', 0, 'Preston Industries dba PolyScience', '6600 W. Touhy Ave Niles IL 60714-4588 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7816, 'c47c8db', 0, 'GC Automation Co, Ltd', 'SECOND FLOOR,BLD 10,GRAIN INDUSTRIAL PARK,NO.299 GUANPING ROAD,GUANLAN NEW DISTRICT,SHENZHEN CITY,CHINA Shenzhen 518000 CN', 'CN', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7817, '0002c9', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2000-11-09', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7818, '00d0b7', 0, 'Intel Corp', '5200 NE ELAM YOUNG PARKWAY HILLSBORO OR 97124 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7819, 'f436e1', 0, 'Abilis Systems Sarl', '3, chemin Pré Fleuri Plan-Les-Ouates Geneva 1228 CH', 'CH', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7820, '000ba5', 0, 'Quasar Cipta Mandiri, PT', 'Jl. Palasari 9A Bandung West Java 40262 ID', 'ID', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7821, '0012a9', 0, '3Com Ltd', 'Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB', 'GB', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7822, '0050c2ce3', 0, 'Industrial Automatics Design Bureau', '239 Bolshaya Sadovaya St Saratov Saratovskaya oblast 410005 RU', 'RU', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7823, '18af9f', 0, 'Digitronic Automationsanlagen GmbH', 'Auf der Langwies 1 Wallbach Hessen 65510 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7824, 'b8c3bf', 0, 'Henan Chengshi NetWork Tech Co,Ltd', 'Ruhe Road South,Kunlun Road West,Zhongyuan District,Zhengzhou,Henan,P.R.China,450007 Zhengzhou Henan 450007 CN', 'CN', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7825, '004057', 0, 'Lockheed - Sanders', 'DANIEL WEBSTER HIGHWAY SOUTH NASHUA NH 03061-0868 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7826, '080034', 0, 'Filenet Corp', '1575 CORPORATE DRIVE COSTA MESA CA 92626 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7827, '20eec6', 0, 'Elefirst Science & Tech Co ., Ltd', 'Floor 9, No 77 Zijinmingmen Building Nanjing Jiangsu 210007 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7828, '9c7bef', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7829, 'f45ff7', 0, 'DQ Tech Inc', '5111 Johnson Drive Pleasanton CA 94588 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7830, '002197', 0, 'Elitegroup Computer Systems Co, Ltd', 'NO.239, Sec. 2, Ti Ding Blvd., Taipei 11493 TW', 'TW', 'MA-L', '2008-10-25', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7831, '0050c204a', 0, 'Telecom Analysis Systems, LP', '34 Industrial Way East Eatontown NJ 07724 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7832, '0050c2347', 0, 'Row Seven Ltd', '13 Swan Yard London N1 1SD GB', 'GB', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7833, '70b3d5e99', 0, 'Advitronics telecom bv', 'Garnizoenstraat 1 Velp (nb) Noord brabant 5363 VX NL', 'NL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7834, '9c8ecd', 0, 'Amcrest Tech', '16727 Park Row Houston TX 77084 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7835, '00cb51', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7836, '0050c281c', 0, 'Telcom', 'Svetog Nikole 27 Beograd Serbia 11060 YU', 'YU', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7837, 'a81b5d', 0, 'Foxtel Management Pty Ltd', 'Building 3, Level 3 NORTH RYDE NSW 2113 AU', 'AU', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7838, 'fc8e7e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2011-03-17', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7839, '0050c2e68', 0, 'Kyoritsu Electric Corp', '61-1 NAKADAHONCHO SHIZUOKA-SHI SHIZUOKA-KEN 422-8686 JP', 'JP', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7840, '1c497b', 0, 'Gemtek Tech Co, Ltd', 'No. 1 Jen Ai Road Hsinchu Industrial Park Hukou, Hsinchu 30352 TAIWAN, REPUBLIC OF CHINA Hsinchu TAIWAN 30352 TW', 'TW', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7841, 'bca920', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7842, '0050c24c2', 0, 'Elbit Systems Ltd', 'p.o.b. 539 Haifa 36925 IL', 'IL', 'IAB', '2005-07-21', '2016-02-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7843, '0018ac', 0, 'Shanghai Jiao Da Hisys Tech Co Ltd', '7F Haoran HiTech Bldg., No.1954 Huashan Road shanghai xuhui 200030 US', 'US', 'MA-L', '2006-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7844, '70b3d5ba5', 0, 'fpgalabs.com', 'p.Moskovskiy, d. Rumyantsevo, str.4 Moscow 108811 RU', 'RU', 'MA-S', '2019-08-19', '2019-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7845, 'ac3651', 0, 'Jiangsu Hengtong Terahertz Tech Co, Ltd', 'Room 1312, Beiyou Technology Building, Haidian District Beijing Beijing 100876 CN', 'CN', 'MA-L', '2019-12-07', '2019-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7846, '0010d3', 0, 'Grips Electronic GmbH', 'NIESENBERGERGASSE 37 A-8020 GRAZ AT', 'AT', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7847, '7cbc846', 0, 'Société de Transport de Montréal', '800, de La Gauchetière, bureau 8440 Montréal Québec H5A 1J6 CA', 'CA', 'MA-M', '2018-08-28', '2018-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7848, '70b3d58ac', 0, '​Asung Techno Co, Ltd', '462, Dogok-ro, Songpa-gu, Seoul, Republic of Korea SEOUL Repubilc of KOREA 05574 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7849, '882364', 0, 'Watchnet Dvr Inc', 'Unit 5 - 351 Ferrier St. Markham Ontario L3R 5Z2 CA', 'CA', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7850, '70b3d5479', 0, 'Lineage Power Pvt Ltd,', '186/3, #117, HOODY VILLAGE MAHADEVAPURA POST, WHITEFIELD RD. BANGALORE KAR 560048 IN', 'IN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7851, '0050c2415', 0, 'SensoTech GmbH', 'Steinfeldstr. 3 Magdeburg-Barleben Sachsen-Anhalt 39179 DE', 'DE', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7852, '40d85512f', 1, 'Private', '', '', 'IAB', '2013-08-29', '2013-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7853, '70b3d5121', 0, 'Shenzhen Luxurite Smart Home Ltd', '13th Floor, Kenuo Building, No. 7 road, TongGuan Street, GuangMing Shenzhen GuangDong 518000 CN', 'CN', 'MA-S', '2018-12-07', '2018-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7854, '70b3d5385', 0, 'Kamacho Scale Co, Ltd', '2246 Mure Takamatsu-shi Kagawa-ken 761-0196 JP', 'JP', 'MA-S', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7855, '0030a3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7856, '0050c2035', 0, 'Alliant Techsystems, Inc', '600 Second St NE Hopkins MN 55343-8384 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7857, 'a85840', 0, 'Cambridge Industries(Group) Co, Ltd', '5/F,Building 8, 2388 ChenHang Road, MinHang District shanghai 201114 CN', 'CN', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7858, 'b88edf', 0, 'Zencheer Communication Tech Co, Ltd', 'Room 2706, BLDG#7, Changjiang Building, NO.12, Changjiang Road, New District Wuxi Jiangsu 214028 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7859, '70b3d56d0', 0, 'Code Blue Corp', '259 Hedcor Street Holland MI 49423 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7860, '3cfad36', 0, 'Nox Medical', 'Katrinartun 2 Reykjavik 105 IS', 'IS', 'MA-M', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7861, '0c130b', 0, 'Uniqoteq Ltd', 'Lemminkaisenkatu 14-18 A Turku 20520 FI', 'FI', 'MA-L', '2012-03-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7862, 'a06518', 0, 'Vnpt Tech', 'HoaLac Hi-Tech Park HANOI 10000 VN', 'VN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7863, 'a0bfa5', 0, 'Coresys', '267-1 Nonhyundong Gangnamgu Seoul 135-833 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7864, '78dd08', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-02-21', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7865, '0050c2199', 0, 'Survalent Tech Corp', '7965 Heritage Road Brampton Ontario L6Y 5X5 CA', 'CA', 'IAB', '2002-08-08', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7866, '0050c2267', 0, 'Allen Martin Conservation Ltd', '504 Dudley Road Wolverhampton West Midlands WV2 3AA GB', 'GB', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7867, '001984', 0, 'Estic Corp', '2-5-9 Hashibahigashino-cho Moriguchi Osaka 570-0031 JP', 'JP', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7868, 'b01203', 0, 'Dynamics Hong Kong Ltd', 'Room A4, 3/F, Friend\'s House , No.6A Carnarvon Road, 999077 HK', 'HK', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7869, '28fd805', 0, 'Xiaocong Network Ltd', '2F,Building 3, No.200, Guoding East Road (Innovation Works) Shanghai 200093 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7870, '0050c22f9', 0, 'Digilent, Inc', 'PO BOX 428 Pullman WA 99163 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7871, '0050c2535', 0, 'Mms Servis s.r.o.', 'Hodzova 261/1 Myjava Slovak Republic 907 01 SK', 'SK', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7872, 'faf9c0', 0, 'Raid Inc', '200 Brickstone Square Andover MA 01810 US', 'US', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7873, '488eef', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7874, '001bc504b', 0, 'Silicon Controls', 'Unit 14A Macqaurie Park NSW 2113 AU', 'AU', 'MA-S', '2011-12-19', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7875, '40d855166', 0, 'Anhui Jiante Network Tech Co, Ltd', '513 Room, new Bai Sha business center,NO.9 ,LiuAn Road ,LuYang District, Hefei City ,Anhui Province,China Hefei Anhui 230000 CN', 'CN', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7876, '0050c2b52', 0, 'Smh Tech', 'Via Giovanni Agnelli, 1 Villotta di Chions Pordenone 33083 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7877, 'a03e6b2', 0, 'Videx Electronics S.p.A.', 'Via del Lavoro, 1 Monte Giberto FM 63846 IT', 'IT', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7878, '24f27f', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7879, '70b3d556a', 0, 'Harvard Tech Ltd', 'Tyler Close, Normanton Wakefield WF6 1RL GB', 'GB', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7880, '70b3d50e9', 0, 'Vnt electronics s.r.o.', 'Dvorská, 605 Lanškroun-Ostrovské Předměstí (okres Ústí nad Orlicí) 56301 CZ', 'CZ', 'MA-S', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7881, '887e25', 0, 'Extreme Networks, Inc', '6480 Via Del Oro San Jose CA 95119 US', 'US', 'MA-L', '2019-06-19', '2019-06-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7882, '002636', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-01-05', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7883, '0026f3', 0, 'Smc Networks', '20 Mason Irvine CA 92618 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7884, '0025df', 1, 'Private', '', '', 'MA-L', '2010-01-05', '2010-01-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7885, '0c1539', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7886, 'd43639', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7887, '9c713a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7888, '000371', 0, 'Acomz Networks Corp', '7th Fl., Wooseok Bldg., 1007-37 Seoul 156-09 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7889, '000514', 0, 'Kdt Systems Co, Ltd', '102-6, Chobu-Li, Mohyun-Myun, KR', 'KR', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7890, 'fc8e5b', 0, 'China Mobile Iot Ltd Co', 'No. 8 Yangliu North Road, Yubei District, Chongqing, China Chong Qing Chong Qing 401120 CN', 'CN', 'MA-L', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7891, '00092b', 0, 'iQstor Networks, Inc', '2001 Corporate Center Drive Newbury Park CA 91320 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7892, '0050c2faf', 0, 'Vremya-CH Jsc', '67, Osharskaya Str Nizhny Novgorod Nizhny Novgorod region 603105 RU', 'RU', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7893, '001fcd', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2008-02-02', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7894, 'c03580', 0, 'A&R Tech', 'Marksteinergasse 13 Vienna 1210 AT', 'AT', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7895, '70b3d5613', 0, 'Suprock Tech', '45 Scott Hill Rd Warren NH 03279 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7896, '70b3d51f9', 0, 'Automata GmbH & Co KG', 'Gewerbering 5 Ried Bavaria 86510 DE', 'DE', 'MA-S', '2019-02-22', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7897, '009078', 0, 'Mer Telemanagement Solutions, Ltd', '5 HATSOREF STR. HOLON IL', 'IL', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7898, '0030a5', 0, 'Active Power', '11525 STONEHOLLOW - STE.#255 AUSTIN TX 78758 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7899, '00400f', 0, 'Datacom Tech', '11001 31ST PLACE WEST EVERETT WA 98204 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7900, '0050c2084', 0, 'Dialog4 System Engineering GmbH', 'Monreposstr. 55 71634 Ludwigsburg DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7901, '70b3d5f78', 0, 'Manvish eTech Pvt. Ltd', 'No. 78, Elephant Rock Road Bangalore Karnataka 560011 IN', 'IN', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7902, '001822', 0, 'Cec Telecom Co, Ltd', '10thFL.CEC Building,6 Zhongguancun South Street Beijing 100086 CN', 'CN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7903, 'e435c8', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-07-31', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7904, '34298f9', 0, 'Wiesheu GmbH', 'Daimlerstr. 10 Affalterbach 71563 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7905, '4048fd7', 0, 'Cloud4Wi', '22 Cleveland St San Francisco null 94103 US', 'US', 'MA-M', '2017-09-11', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7906, 'e09f2a', 0, 'Iton Tech Corp', 'Room 1302, Block A, Building 4,Huangge Road, Longgang District Shenzhen Guangdong 518116 CN', 'CN', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7907, '0060ad', 0, 'MegaChips Corp', '4-1-6,Miyahara Osaka 532-0003 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7908, '000f86', 0, 'BlackBerry Rts', '295 Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2004-04-03', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7909, '000dfc', 0, 'Itfor Inc', 'Ichibancho Tokyu Bidg., Tokyo 102-0082 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7910, 'e048d3', 0, 'Mobiwire Mobiles (Ningbo) Co, Ltd', 'No.999,Dacheng East Road, Fenghua Zhejiang 315500 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7911, '7c7635', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7912, '0050c20e1', 0, 'Inspiration Tech P/L', 'PO Box 165, Goodwood SA 5034 AU', 'AU', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7913, '0050c21bc', 0, 'Dinec International', 'Rue de la Gare, 30 BRAINE L\'ALLEUD BW 1420 BE', 'BE', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7914, '000668', 0, 'Vicon Industries Inc', '89 Arkay Drive Hauppauge NY 11788 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7915, '94aee3', 0, 'Belden Hirschmann Industries (Suzhou) Ltd', '333 Yanhu Road, Huaqiao Town Kunshan Jiangsu 215332 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7916, '008003', 0, 'Hytec Electronics Ltd', '5 CRADOCK ROAD ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7917, '00e022', 0, 'Analog Devices, Inc', 'Three Technology Way Norwood MA 02062-2666 US', 'US', 'MA-L', '1980-01-01', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7918, '8c9351', 0, 'Jigowatts Inc', '5892-5 Endo Fujisawa Kanagawa 252-0816 JP', 'JP', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7919, '3c24f0b', 0, 'Comatis', '8 rue Carnot SAINT-CYR-L\'ECOLE 78210 FR', 'FR', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7920, '000431', 0, 'GlobalStreams, Inc', '2882 Prospect Park Drive Rancho Cordova CA 95670 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7921, '70b3d5649', 0, 'swissled Tech AG', 'chemin des chalets 7 chavannes de bogis 1279 CH', 'CH', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7922, '0015b2', 0, 'Advanced Industrial Computer, Inc', '17970 E. Ajax Circle City of Industry CA 91748 US', 'US', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7923, 'a09805', 0, 'OpenVox Communication Co Ltd', 'F2,Building No.14,Shangsha Science & ShenZhen GuangDong 518031 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7924, '98b6e9', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7925, '70b3d5253', 0, 'Wimate Tech Solutions Private Ltd', '96, 34th B cross, 16th Main, Jayanagar 4th T block Bangalore Karnataka 560041 IN', 'IN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7926, '00d073', 0, 'Acn Advanced Communications', 'NETWORKS SA CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7927, '0005a7', 0, 'Hyperchip Inc', '180 Peel Street - Ste. #333 123 H3C 2G7 CA', 'CA', 'MA-L', '2001-06-04', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7928, 'e42f56', 0, 'OptoMET GmbH', 'Pfungstaedter Str. 92 Darmstadt 64297 DE', 'DE', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7929, '40d855112', 0, 'Halliburton - Sperry Drilling Service', '3000 N. Sam Houston Pkwy E. Houston Texas 77032 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7930, 'd039b3', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-04-02', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7931, '70b3d5f43', 0, 'Divelbiss Corp', '9778 Mount Gilead Road Fredericktown OH 43019 US', 'US', 'MA-S', '2019-01-22', '2019-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7932, '0020f5', 0, 'Pandatel AG', 'FASANENWEG 25 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7933, '001aad', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-12-12', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7934, 'f499ac', 0, 'Weber Schraubautomaten GmbH', 'Hans-Urmiller-Ring 56 Wolfratshausen Bayern 82515 DE', 'DE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7935, '109836', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2015-01-23', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7936, '000be9', 0, 'Actel Corp', '200 Valley Road Mt. Arlington NJ 07856 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7937, '002103', 0, 'Ghi Electronics, Llc', '35555 Garfield Rd. Clinton Township MI 48035 US', 'US', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7938, '70ece4', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7939, '0452c7', 0, 'Bose Corp', 'The Mountain Framingham MA 01701-9168 US', 'US', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7940, '0050c295f', 0, 'Metronic Aparatura Kontrolno - Pomiarowa', 'WYBICKIEGO 7 KRAKOW MALOPOLSKA 31-261 PL', 'PL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7941, '30e37a', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7942, '70b3d5e1f', 0, 'Theta432', '1730 E Holly Ave suite 805 El Segundo CA 90245 US', 'US', 'MA-S', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7943, 'f8ca59', 0, 'NetComm Wireless', 'LEVEL 5, 18-20 ORION RD. LANE COVE LANE COVE WEST NSW 2066 AU', 'AU', 'MA-L', '2018-12-11', '2018-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7944, '001c38', 0, 'Bio-Rad Laboratories, Inc', '245 Winter St. Waltham MA 02451 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7945, '001ce6', 0, 'Innes', '80 avenue des Buttes de Coësmes RENNES 35700 FR', 'FR', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7946, '0022c9', 0, 'Lenord, Bauer & Co GmbH', 'Dohlenstr 32 Oberhausen NRW 46145 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7947, '60b933', 0, 'Deutron Electronics Corp', '8F, 68, Sec. 3, Nanking E. Rd. Taipei Taiwan 104 TW', 'TW', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7948, '70b3d5778', 0, 'Lumacron Tech Ltd', '4 Pitreavie Court, Pitreavie Business Park Dunfermline Fife KY11 8UU GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7949, '905c34', 0, 'Sirius Electronic Systems Srl', 'via Robinie, 33 Gravellona Toce VB 28883 IT', 'IT', 'MA-L', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7950, 'e498bb', 0, 'Phyplus Microelectronics Ltd', '304 Building 1 No.608 Sheng Xia Road Shanghai 200000 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7951, '0050c23df', 0, 'BiODE Inc', '100 Larrabee Rd. Westbrook ME 04092 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7952, '0014c8', 0, 'Contemporary Research Corp', '4355 Excel Pkwy Addison TX 75001 US', 'US', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7953, '845dd7', 0, 'Shenzhen Netcom Electronics Co, Ltd', '8/F,1 Building,Finance Base,No.8,Kefa Road,High-Tech Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7954, '70b3d5fa1', 0, 'Bbi Engineering, Inc', '241 Quint Street San Francisco California 94124 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7955, '50ff995', 0, 'Garrison Tech', '20-22 Wenlock Road London London N1 7GU GB', 'GB', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7956, '00123d', 0, 'Ges Co, Ltd', 'Room 710, Bundang Technopark, 700 Gyeonggi-Do 463-400 KR', 'KR', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7957, '00184d', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2006-06-13', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7958, '4006a0', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7959, '7c5259', 0, 'Sichuan Jiuzhou Electronic Tech Co, Ltd', 'No. 259, Jiuzhou Road Mianyang City Sichuan Province 621000 CN', 'CN', 'MA-L', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7960, '40d855077', 0, 'Toec Tech Co, Ltd', '6 Taishan Road Hexi District Tianjin 300211 CN', 'CN', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7961, '807b855', 0, 'Efco', '10F-3, No.270, SEc 4 Chung Hsiao E Rd Taipei 10674 TW', 'TW', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7962, 'b0c387', 0, 'Goefer, Inc', '118 N. Market St. Frederick MD 21701 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7963, '00804c', 0, 'Contec Co, Ltd', '3-9-31, HIMESATO JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7964, '5cca32', 0, 'Theben AG', 'Hohenbergstraße 32 Haigerloch Baden-Württemberg 72401 DE', 'DE', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7965, '7cb733', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7966, '68536c', 0, 'SPnS Co, Ltd', '#315, Woolim Lions Valley 2nd, Gasan-dong, Geumcheon-gu Seoul 08591 KR', 'KR', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7967, 'd425cc8', 0, 'Dolby Laboratories, Inc', '100 Potrero Avenue San Francisco CA 94103-4938 US', 'US', 'MA-M', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7968, 'e8e8b7', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2019-01-31', '2019-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7969, 'c48fc1', 0, 'Deeptrack S.L.U.', 'Avenida de Barajas 32, Parque E. Omega, Edificio A Alcobendas 28100 ES', 'ES', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7970, '001382', 0, 'Cetacea Networks Corp', '3708 West 36th Avenue Vancouver British Columbia V6N 2S4 CA', 'CA', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7971, '002690', 0, 'I DO IT', '1308, WoolimLions2nd Doksan Station Seoul 153-787 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7972, '70b3d533e', 0, 'Dynamic Connect (Suzhou) Hi-Tech Electronic Co, Ltd', 'Unit C&D, No.201 WuXiang, Export Processing Zone A No.200Suhong Road SIP Suzhou JiangSu 215021 CN', 'CN', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7973, 'fcb58a', 0, 'Wapice Ltd', 'Yliopistonranta 5 Vaasa 65200 FI', 'FI', 'MA-L', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7974, '002246', 0, 'Evoc Intelligent Tech Co, Ltd', 'No.31 Gaoxin Centeral Avenue 4th Road,Nanshan District Shenzhen City Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7975, '346f92', 0, 'White Rodgers Division', '8100 West Florissant St. Louis MO 63136 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7976, '00187f', 0, 'Zodianet', '23, rue des Fraisettes PALAISEAU ESSONNE 91120 FR', 'FR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7977, '001b88', 0, 'Divinet Access Tech Ltd', '4th Floor, Media Center, Pune Maharashtra 411007 IN', 'IN', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7978, '00c07e', 0, 'Kubota Corp Electronic', 'DEVICE DEPT. JAPAN #581 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7979, '0050c28e7', 0, 'Mkt Systemtechnik', 'Hasskampstraße 75-77 Bünde NRW 32257 DE', 'DE', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7980, '50eb1a', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2010-05-10', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7981, 'b4293d', 0, 'Shenzhen Urovo Tech Co, Ltd', 'A701-710, Zondy Cyber Building, Keyuan South Road, Nanshan District, Shenzhen Guangzhou 518057 CN', 'CN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7982, '98e848', 0, 'Axiim', '12126 NE 106th Pl Kirkland WA 98033 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7983, '2085933', 0, 'Unilumin Group Co, Ltd', 'No.112 Yongfu Rd.,BaoanDistrict, shenzhen guangdong 518103 CN', 'CN', 'MA-M', '2019-06-20', '2019-06-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7984, '004050', 0, 'Ironics, Inc', '767 WARREN RD ITHACA N.Y. 14850 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7985, '002275', 0, 'Belkin International Inc', '12045 E. Waterfront Drive Playa Vista CA 90094 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7986, '70b3d5692', 0, 'Hosin Industrial Ltd', '15 Floor, Investment building, Shennan Road 4009, Futian Shenzhen 518031 CN', 'CN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7987, 'b0e17e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7988, '645a04', 0, 'Chicony Electronics Co, Ltd', 'No.25, Wugong 6th Rd., Wugu Dist., New Taipei City 248, TAIWAN, REPUBLIC OF CHINA 248 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7989, '4c65a8a', 0, 'Suzhou Embedded Electronic Tech Co, Ltd', 'Room 15A05, KeJi GuangChang,QianJinDong Road Kunshan Jiangsu 215300 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7990, '002048', 0, 'Marconi Communications', '1000 Fore Drive Warrendale PA 15086-7502 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7991, '0050c240b', 0, 'Center Vospi Jsc', 'Obrucheva 52 Moscow 117393 RU', 'RU', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7992, '0006a5', 0, 'Pinon Corp', 'Axis Gotanda Bldg.7F-701 Tokyo 141-0031 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7993, '8050f6', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7994, '0050c2b7d', 0, 'Eletech Srl', 'S.P.231 Km 3,500 BITONTO BARI 70032 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7995, '0050c2b9a', 0, 'Talo, NV Inc', '1930 Village Center Cir #3 - 454 Las Vegas Nevada 89134 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7996, '8c3ae3', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2013-11-12', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7997, '70b3d5fc6', 0, 'Tecnint Hte Srl', 'Via della Tecnica 16/18 Osnago Lecco 23875 IT', 'IT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7998, '000337', 0, 'Vaone, Inc', '6F Kyemong Art Center, 135-082 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(7999, '0011a3', 0, 'LanReady Tech Inc', '4F, No. 337, SinHu 2nd Road., NeiHu District Taipei 114 TW', 'TW', 'MA-L', '2004-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8000, 'd45ab2', 0, 'Galleon Systems', 'Unit 9, Fortnum Close Birmingham West Midlands B33 0LG GB', 'GB', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8001, '28840e', 0, 'silicon valley immigration service', '1410 Sharp Ave, Campbell CA 95008 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8002, '70b3d5053', 0, 'Yamakatsu Electronics Industry Co, Ltd', '1-37-23, Suenaga, Takatsu Kawasaki-City Kanagawa 213-0013 JP', 'JP', 'MA-S', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8003, '00108e', 0, 'Hugh Symons Concept Tech Ltd', 'Alder Hills Park Poole, Dorset BM12 4AR GB', 'GB', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8004, '0050c237e', 0, 'Ni.Co S.r.l.', 'C.so Torino, 91/B Buttigliera Alta Torino 10090 IT', 'IT', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8005, 'b44bd62', 0, 'Shenzhen Cudy Tech Co, Ltd', 'The Great Wall Building,No3 Kefa Road Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8006, '0018d2', 0, 'High-Gain Antennas Llc', '11679 S. Cormorant Circle Parker CO 80134 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8007, '449b78', 0, 'The Now Factory', 'Arkle Road Dublin 18 IE', 'IE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8008, '70b3d5094', 0, 'Circuitlink Pty Ltd', '4 / 87 Station Road Seven Hills NSW 2147 AU', 'AU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8009, 'c4ac59', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8010, '0015e2', 0, 'Dr.Ing. Herbert Knauer GmbH', 'Hegauer Weg 38 Berlin 14163 DE', 'DE', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8011, '0050c2efe', 0, 'Plr Information Systems Ltd', 'POB 8130, Poleg Industrial Zone Netanya 42160 IL', 'IL', 'IAB', '2011-12-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8012, '2c279e4', 0, 'Shijiazhuang King Transportation Equipment Co, Ltd', 'No.255 Changjiang Road Shijiazhuang Hebei 050000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8013, 'b4a828', 0, 'Shenzhen Concox Information Tech Co, Ltd', 'Floor 4th, Building B, Gaoxinqi Industrial Park, Liuxian 1st Road, district 67, Bao’an, Shenzhen, Guangdong,China Shenzhen Guangdong 518102 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8014, '549a11e', 0, 'Beijing HTSmartech Co, Ltd', 'Suite 301,Unit 2,Building 6,No.29,Jing Hai Beijing Beijing 100176 CN', 'CN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8015, 'ec086b', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8016, '8c3a7e', 0, 'Universal Electronics, Inc', '201 E. Sandpointe Ave Santa Ana CA 92707 US', 'US', 'MA-L', '2019-06-21', '2019-06-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8017, '0008ea', 0, 'Motion Control Engineering, Inc', '11380 White Rock Road Rancho Cordova CA 95742 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8018, '40d855046', 0, 'Circuitlink Pty Ltd', '4 / 87 Station Road Seven Hills NSW 2147 AU', 'AU', 'IAB', '2013-04-03', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8019, '0050c2f75', 0, 'PumpWell Solutions Ltd', '10, 2150-29th St. NE Calgary AB T1Y 7G4 CA', 'CA', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8020, '8079ae', 0, 'ShanDong Tecsunrise Co, Ltd', 'B316,F-2,QiLu Soft Park, JiNan ShanDong 250101 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8021, '70b3d509f', 0, 'Comtech Kft.', 'Torok Ignac u. 66. Gyor Gyor-Moson-Sopron 9028 HU', 'HU', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8022, 'b4a2eb3', 0, 'Canaan Creative Co, Ltd', 'ZPark 27# QianFang Science Building C, Haidian District, Beijing, China. Beijing Beijing 100094 CN', 'CN', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8023, '000278', 0, 'Samsung Electro Mechanics Co, Ltd', '314, Mae-tan-dong, Suwon Suwon KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8024, '0050c2bde', 0, 'Evo-Teh d.o.o.', 'Mariborska cesta 3 Dravograd Slovenija SI2370 SI', 'SI', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8025, 'a43ea0', 0, 'Icomm HK Ltd', 'Room 702 Kowloon Building 555 Nathan Road Kowloon HongKong Kowloon NA HK', 'HK', 'MA-L', '2018-10-15', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8026, '70b3d5347', 0, 'Oas Sweden AB', 'Brorod 7774 Klippan Skane 26492 SE', 'SE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8027, '78af58', 0, 'Gimasi SA', 'Via Luigi Lavizzari 18 Mendrisio TI 6850 CH', 'CH', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8028, '0050c2d71', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62902 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8029, 'b40016', 0, 'Ingenico Terminals Sas', '28-32 BOULEVARD DE GRENELLE PARIS 75015 FR', 'FR', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8030, '002357', 0, 'Pitronot Tech and Engineering P.T.E. Ltd', '8 Hatut st Pardesiya 42815 IL', 'IL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8031, '70b3d5197', 0, 'Lattech Systems Pty Ltd', '24 Richelieu Street Durbanville Western Cape 7550 ZA', 'ZA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8032, '0020d5', 0, 'Vipa GmbH', 'WETTERKREUZ 27 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8033, '0040fd', 0, 'Lxe', '303 RESEARCH DRIVE NORCROSS GA 30092 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8034, '587f57', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8035, '2c4e7d', 0, 'Chunghua Intelligent Network Equipment Inc', '2F-3, No.5, Sec. 3, New Taipei Blvd.,, XinZhung Dist, New Taipei City 選擇州 242 TW', 'TW', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8036, '501408', 0, 'AiNET', '11700 MONTGOMERY RD BELTSVILLE MD 20705-1159 US', 'US', 'MA-L', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8037, '147740', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8038, '00266e', 0, 'Nissho-denki Co, Ltd', '3-7-6,chidori ohta Tokyo 146-0083 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8039, 'c057bc', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2013-09-12', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8040, 'c47d46', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2015-04-04', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8041, '70b3d5602', 0, 'Quantum Opus, Llc', '45211 Helm St Plymouth MI 48170 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8042, '14c697', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8043, '70b3d54c6', 0, 'BlueBox Video Ltd', 'Drysdale View, Fenny Bentley Ashbourne DE6 1LA GB', 'GB', 'MA-S', '2018-07-18', '2018-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8044, '0013b3', 0, 'Ecom Communications Tech Co, Ltd', 'Floor 7, Machinery Industry Building, No.22, Beijing CN', 'CN', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8045, '0050c2d80', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8046, 'a41115', 0, 'Robert Bosch Engineering and Business Solutions pvt. Ltd', '123, Industrial Layout, Hosur Road, Koramangala, Bangalore Karnataka 560095 IN', 'IN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8047, '70b3d5a74', 0, 'Sadel S.p.A.', 'via Marino Serenari, 1 Castel Maggiore Bologna 40013 IT', 'IT', 'MA-S', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8048, 'c47b2f', 0, 'Beijing JoinHope Image Tech Ltd', '624 Room .Automation Building.95# Zhong Guancun East Road.Haidian District Beijing 100190 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8049, '306e5c', 0, 'Validus Tech', '420 North Main Street East Peoria Illinois 61611 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8050, '00e009', 0, 'Stratus Tech', '5 Mill and Main Place, Suite 500 Maynard MA 01754 US', 'US', 'MA-L', '2000-11-09', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8051, 'acab8d', 0, 'Lyngso Marine A/S', 'Lyngso Alle 2 Horsholm DK-2970 DK', 'DK', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8052, '7c336e', 0, 'Meg Electronics Inc', 'Bogazici Universitesi Kuzey Kampus ISTANBUL 34342 TR', 'TR', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8053, 'd46e0e', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8054, '8cc8f48', 0, 'Strongbyte Solutions Ltd', 'Unit 7, Wychwood Business Centre Chipping Norton Oxfordshire OX7 6XU GB', 'GB', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8055, '7c3953', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8056, '00c0a2', 0, 'Intermedium A/S', 'ODINSVEJ 19 DK', 'DK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8057, '00407e', 0, 'Evergreen Systems, Inc', '120 LANDING COURT-SUITE NOVATO CA 94945 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8058, '5c5aea', 0, 'Ford', '17425 Federal Drive Allen Park MI 48101 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8059, '90b8e0', 0, 'Shenzhen Yanray Tech Co, Ltd', '5A, 4th Building, Huafengzhenbao Industrial Park, Beihuan Road, Shiyan Street, Baoan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8060, '001ded', 0, 'Grid Net, Inc', '340 Brannan Street San Francisco CA 94107 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8061, '0cf3ee', 0, 'EM Microelectronic', 'Rue des Sors 3 Marin-Epagnier Neuchatel 2074 CH', 'CH', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8062, '00376d', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8063, '0050c2fc7', 0, 'Sercom Regeltechniek', 'Heerweg 9 Lisse ZN 2161 AB` NL', 'NL', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8064, '30f77f', 0, 'S Mobile Devices Ltd', 'Unit B-303, 3rd Floor, Tower-B, Plot No-7,Advant IT Park Ltd , Sector-142 NOIDA Uttar Pradesh 201301 IN', 'IN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8065, '48a73c', 0, 'Sichuan tianyi kanghe communications Co, Ltd', 'No.198, section 1, xueshan avenue, jinyuan town, dayi county chengdu sichuan 611330 CN', 'CN', 'MA-L', '2019-03-25', '2019-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8066, '000005', 0, 'Xerox Corp', 'M/S 105-50C WEBSTER NY 14580 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8067, '0030b7', 0, 'Teletrol Systems, Inc', 'Technology Center Manchester NH 03101 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8068, '001d41', 0, 'Hardy Instruments', '3860 Calle Fortunada San Diego CA 92123 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8069, 'f084c9', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8070, 'dca989', 0, 'Macandc', '2-nd Filevskaya str.7/6 Moscow 121096 RU', 'RU', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8071, '94611e', 0, 'Wata Electronics Co, Ltd', 'No 142,South Tanshen Road, Tanzhou Town,Zhongshan City,Guangdong,China Zhongshan Guangdong 528467 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8072, '001661', 0, 'Novatium Solutions (P) Ltd', '3rd Floor, Temple Towers, #672 Chennai Tamil Nadu 600035 IN', 'IN', 'MA-L', '2005-11-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8073, '40d855142', 0, 'Tetracore, Inc', '9901 Belward Campus Drive Rockville Maryland 20850 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8074, '803bf6', 0, 'Look Easy International Ltd', '4th Floor, No. 551, Guang-Fu South Road Taipei Xinyi District 11074 TW', 'TW', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8075, '00066a', 0, 'InfiniCon Systems, Inc', '700 American Ave. King of Prussia PA 19406 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8076, '000d8f', 0, 'King Tsushin Kogyo Co, Ltd', '1-10-1 Edanishi Aobaku Yokohama 225-0014 JP', 'JP', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8077, '0050c2857', 0, 'Grupo Epelsa S.L.', 'C/ Albasanz, 6 y 8 Madrid 28037 ES', 'ES', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8078, '0050c2d17', 0, 'Cue, a.s.', 'K Nouzovu 2090/6 Praha 143 00 CZ', 'CZ', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8079, '7c02bc', 0, 'Hansung Electronics Co Ltd', '319, Bong san-ri, San dong-myun Gumi 730-853 KR', 'KR', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8080, '70b3d5a6f', 0, '8Cups', '29, Gonghang-daero 61-gil, Gangseo-gu Seoul 07563 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8081, '2c0be9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8082, '38b19ea', 0, 'Aeroespacial Guosheng Tech Co, Ltd', '501 Edificio Gaode, No. 10 Huayuan East Road, Haiden DIstrict Beijing 100191 CN', 'CN', 'MA-M', '2018-10-31', '2018-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8083, '0000e6', 0, 'Aptor Produits DE Comm Indust', '61, CHEMIN DU VIEUX-CHENE FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8084, '0040a2', 0, 'Kingstar Tech Inc', '1-3F, NO. 185, SEC. 3, TAIPEI TAIWAN, R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8085, '0050c2268', 0, 'Parabit Systems', 'One Shore Road Glenwood Landing NY 11547 US', 'US', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8086, '541379', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8087, '243f30', 0, 'Oxygen Broadband s.a.', '2 Messogeion ave., Athens Tower Athens Attiki 11527 GR', 'GR', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8088, '0060b2', 0, 'Process Control Corp', '6875 MIMMS DRIVE ATLANTA GA 30340 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8089, '000578', 1, 'Private', '', '', 'MA-L', '2001-10-24', '2001-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8090, 'b0c5caa', 0, 'Tem Mobile Ltd', 'RM1703, North Block, Cangsong Building, Tairan 6 road, Futian District, Shenzhen. Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8091, 'cc1be0', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-08-11', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8092, '70b3d5b51', 0, 'Critical Link Llc', '6712 Brooklawn Parkway Syracuse New York 13211 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8093, '003053', 0, 'Basler AG', 'An Der Strusbek 60-62 22926 Ahrensburg DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8094, '0050c202e', 0, 'Turtle Mountain Corp', 'Box 940 Dunseith ND 58329 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8095, '00047c', 0, 'Skidata AG', 'T-697553 Untersbergstr. 40 AT', 'AT', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8096, 'cc65ad', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-11-12', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8097, '7cccb8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8098, '0030a1', 0, 'Webgate Inc', '4F, Pika Bldg., 894-20, Hoyke 2-dong Anyang-Si Kyunggi-Do KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8099, '0030e7', 0, 'Cnf Mobile Solutions, Inc', '7722 E. GRAY ROAD SCOTTSDALE AZ 85260 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8100, '741ae0b', 0, 'Shen Zhen Yingjiachuang Electronics Tech Co, Ltd', 'Building A,Baishunjia Industrial Park,Guangming New District Shenzhen 518107 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8101, '6095ced', 0, 'GovComm', '3830 SW 30 Ave Fort Lauderdale FL 33312 US', 'US', 'MA-M', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8102, 'a0cf5b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8103, '9c1d58', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8104, '0ca138', 0, 'Blinq Wireless Inc', '400 MARCH RD UNIT 240 KANATA ON K2K3H4 CA', 'CA', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8105, '40d8551e3', 0, 'Mega Electronics Ltd', 'Pioneerinkatu 6 Kuopio Pohjois-Savo 70800 FI', 'FI', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8106, 'cc29f5', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8107, 'dccf96', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8108, '000df2', 1, 'Private', '', '', 'MA-L', '2004-02-12', '2004-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8109, 'c0830a', 0, '2Wire Inc', '1764 Automation Pkwy San Jose CA 95131 US', 'US', 'MA-L', '2010-07-26', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8110, '54466b', 0, 'Shenzhen Cztic Electronic Tech Co, Ltd', 'Xinghe Building, Zhongxin Road, Shajing Town, Baoan SHENZHEN GUANGDONG 518104 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8111, 'acbc32', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8112, '70b3d5512', 0, 'Techno Broad, Inc', '2-12-12, shin-chiba,chuo-ku, chiba chiba 2600031 JP', 'JP', 'MA-S', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8113, '00058c', 0, 'Opentech Inc', '6F, DongWon Bldg., 275 Seoul 137-130 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8114, '000b7f', 0, 'Align Engineering Llc', '245 Highlands Drive Friday Harbor WA 98250 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8115, '001c36', 0, 'iNEWiT NV', 'Schaliënhoevedreef 20D Mechelen Antwerp 2800 BE', 'BE', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8116, '001bc506f', 0, 'Llc Emzior', 'Strelna, Svyazi Street, 34, Lit A, of. 234 Saint-Petersburg 198515 RU', 'RU', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8117, '000896', 0, 'Printronix, Inc', '14600 Myford Rd. Irvine California 92623-9559 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8118, '0012be', 0, 'Astek Corp', '5055 Corporate Plaza Drive Colorado Springs Colorado 80919 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8119, '000760', 0, 'Tomis Information & Telecom Corp', 'Youngdeungpo telephone office - extensio Seoul KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8120, '001942', 0, 'ON Software International Ltd', '9F, NO. 17, SEC. 1, CHENG-TE RD. TAIPEI 103 TW', 'TW', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8121, '000830', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8122, '60bc4c', 0, 'Ewm Hightec Welding GmbH', 'Dr.Günter-Henle-Str. 8 Mündersbach Rheinland Pfalz 56271 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8123, '5882a8', 0, 'Microsoft', '1 Microsoft Way Redmond Washington 98052 US', 'US', 'MA-L', '2015-08-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8124, '8857ee', 0, 'Buffalo.Inc', 'AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP', 'JP', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8125, '001014', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8126, '00304c', 0, 'Appian Communications, Inc', '80 CENTRAL STREET BOXBOROUGH MA 01719 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8127, '384f49', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8128, '70b3d5620', 0, 'Orlaco Products B.V.', 'Albert Plesmanstraat 42 Barneveld 3772MN NL', 'NL', 'MA-S', '2019-02-05', '2019-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8129, 'fca47a8', 0, 'Karry Communication Ltd', 'FLAT/RM 705 7/F SUNBEAM PLAZA 1155 CANTON ROAD MONGKOK KL Hong Kong 999077 HK', 'HK', 'MA-M', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8130, '208593e', 0, 'Dynaudio', 'Sverigesvej 15 Skanderborg DK-8660 DK', 'DK', 'MA-M', '2019-06-21', '2019-06-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8131, '606405', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8132, '70b3d5ebd', 0, 'midBit Tech, Llc', '153 Homestead Ln Romney WV 26757 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8133, '1cb9c4', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8134, '70b3d58d3', 0, 'Performance Controls, Inc', '151 DOMORAH DRIVE MONTGOMERYVILLE PA 18936 US', 'US', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8135, '10c60c', 0, 'Domino UK Ltd', 'Trafalgar Way Cambridge Cambridgeshire CB23 8TU GB', 'GB', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8136, 'bcaf91', 0, 'TE Connectivity Sensor Solutions', '4 rue Gaye-Marie, CS 83163 Toulouse 31027 FR', 'FR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8137, '30f33a', 0, '+plugg srl', 'via giovanni ventura, 5 Milano MI 20134 IT', 'IT', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8138, 'e4fafd', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8139, '5cf4ab', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8140, 'e49e12', 0, 'Freebox Sas', '16 rue de la Ville l\'Eveque PARIS IdF 75008 FR', 'FR', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8141, '8c147d3', 0, 'Remotec Tech Ltd', 'FLAT/RM 2 , BLK 2 , 2/F , TONIC INDUSTRIAL CENTRE , 19 LAM HING STREET , KOWLOON BAY HONG KONG 00000 HK', 'HK', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8142, '88e9fe', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8143, '00d07b', 0, 'Comcam International Inc', '1140 McDermott Drive Suite 200 WEST CHESTER PA 19380 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8144, '0050c25fa', 0, 'Lea d.o.o.', 'Finzgarjeva ulica 1a Lesce 4248 SI', 'SI', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8145, '0009bb', 0, 'MathStar, Inc', '5900 Green Oak Drive Minneapolis MN 55343 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8146, '80e4dae', 0, 'Akenori Pte Ltd', '176 JOO CHIAT ROAD #02-02 427447 SG', 'SG', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8147, '0010b8', 0, 'Ishigaki Computer System Co', '1-1-1, KYOBASHI, Tokyo JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8148, '00801c', 0, 'Newport Systems Solutions', '4019 WESTERLY AVENUE NEWPORT BEACH CA 92660 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8149, '000e42', 0, 'Motic Incoporation Ltd', 'Room 2907-8, Windsor House Hong Kong CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8150, '001870', 0, 'E28 Shanghai Ltd', '2/F Eastern Tower Shanghai 200001 CN', 'CN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8151, '6cb311', 0, 'Shenzhen Lianrui Electronics Co, Ltd', 'Block C4 XinTang Industrial Park Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8152, '70b3d5996', 0, 'XpertSea Solutions Inc', '2700 Jean-Perrin suite 170 Québec QC G2C 1S9 CA', 'CA', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8153, '1a75fb', 0, 'Autosar', 'c/o Altran GmbH & Co. KG Munich 80636 DE', 'DE', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8154, '500b915', 0, 'jiangsu zhongling high-Tech Co, Ltd', 'NO.168 shugangdong road yangzhou city jiangsu china yangzhou 225000 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8155, '00084f', 0, 'Qualstar Corp', '3990B Heritage Oak Court Simi Valley CA 93063 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8156, '000b00', 0, 'Fujian Start Computer Equipment Co, Ltd', 'HONG SHAN YUAN ROAD NO.68 HONGSHAN,GULOU FUZHOU FUJIAN 350002 CN', 'CN', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8157, '080011', 0, 'Tektronix Inc', 'TECHNICAL STANDARDS BEAVERTON OR 97077 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8158, '001c31', 0, 'Mobile XP Tech Co, Ltd', 'Room No.2506,Tri-tower C building,No.66 Zhongguancun East Road,Haidian District Beijing 100080 CN', 'CN', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8159, 'cc4ae1', 0, 'fourtec -Fourier Tech', '16 Hamelacha St. POB 11681 Rosh Ha’ayin 48091 IL', 'IL', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8160, '78da6e', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8161, '30c01b', 0, 'Shenzhen Jingxun Software Telecommunication Tech Co, Ltd', '3/F,A5 Building Zhiyuan Community No.1001,Xueyuan Road Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8162, '04ab18', 0, 'Elecom Co, Ltd', '11F Tokyubancho Bldg. 6-2, Chiyoda-ku Tokyo 102-0081 JP', 'JP', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8163, '0020f4', 0, 'Spectrix Corp', '106 WILMOT ROAD, SUITE 250 DEERFIELD IL 60015-5150 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8164, '005019', 0, 'Spring Tide Networks, Inc', '85 SWANSON ROAD BOXBOROUGH MA 01719 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8165, '5c925e', 0, 'Zioncom Electronics (Shenzhen) Ltd', 'A1&A2 Building,Lantian Technology Park, Xinyu Road, Xingqiao Henggang Block, Shajing Street, Baoan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-05-21', '2019-05-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8166, '0040de', 0, 'Elsag Datamat spa', 'ELSAG S.P.A. GENOVA 16154 IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8167, '0060e0', 0, 'Axiom Tech Co, Ltd', '3F, 14, LANE 235 TAIPEI HSIEN TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8168, '40d855136', 0, 'Devriecom B.V.', 'Oosteinde 219 Vriezenveen Ov 7671AX NL', 'NL', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8169, '001331', 0, 'CellPoint Connect', 'Billedvej 4 Copenhagen 2100 DK', 'DK', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8170, 'bcd5b6', 0, 'd2d Tech', '10611 roundwood glen ct Jacksonville Fl 32256 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8171, '7819f7', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2011-03-17', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8172, '3c189f', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8173, 'fcf29f', 0, 'China Mobile Iot Ltd Co', 'No. 8 Yangliu North Road, Yubei District, Chongqing, China Chong Qing Chong Qing 401120 CN', 'CN', 'MA-L', '2019-11-20', '2019-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8174, '000bfe', 0, 'Castel Broadband Ltd', '9/F., Sui Ying Industrial Building., Tokwawan Kowloon 150 HK', 'HK', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8175, '001211', 0, 'Protechna Herbst GmbH & Co KG', 'Otto Hahn Str. 26 Ottobrunn Germany/Bavaria 85521 DE', 'DE', 'MA-L', '2004-08-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8176, '70b3d5cf3', 0, 'Mesh Motion Inc', '242 Stanford Ave Kensington California 94708 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8177, '70b3d5f96', 0, 'Ecologicsense', '605 Avenue Olivier Perroy Rousset Bouches du Rhône 13790 FR', 'FR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8178, 'a4ea8e', 0, 'Extreme Networks, Inc', '6480 Via Del Oro San Jose CA 95119 US', 'US', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8179, '0020d4', 0, 'Cabletron Systems, Inc', '35 INDUSTRIAL WAY ROHESTER NH 03866-5005 US', 'US', 'MA-L', '1980-01-01', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8180, '84e714', 0, 'Liang Herng Enterprise, CoLtd', '1FL,No.27,KweiYang Street,Sanchung District,New Taipei City,Taiwan,R.O.C. New Taipei City 241 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8181, 'c82c2b0', 0, 'Fungible, Inc', '3201 Scott Blvd., 2nd floor Santa Clara CA 95054 US', 'US', 'MA-M', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8182, '0050c23c8', 0, 'Wheels of Zeus Inc', '15595 Los Gatos Blvd Los Gatos CA 95032 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8183, 'b0df3a', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8184, 'b437d1d', 0, 'Zxy Sport Tracking', 'Ingvald Ystgaards vei 1 Trondheim Norway 7047 NO', 'NO', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8185, '70b3d5ec8', 0, 'Viko Elektrik-Elektronik A.Ş.', 'Abdurrahmangazi Mah. Ebubekir Cad. No:44 Sancaktepe Istanbul 34887 TR', 'TR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8186, '74d654', 0, 'Gint', '9F, 47, Daehak-ro, Youngtong-gu Suwon-si Gyeonggi-do 16225 KR', 'KR', 'MA-L', '2019-08-29', '2019-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8187, '50de199', 0, 'Aeg Identifikationssysteme GmbH', 'Hörvelsinger Weg 47 Ulm 89081 DE', 'DE', 'MA-M', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8188, '401597', 0, 'Protect America, Inc', '5100 N IH-35 Round Rock TX 78681 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8189, '1c87796', 0, 'Shenzhen Shouxin Tongda Tech Co, Ltd', 'Rm.1301-1305A,Fujian Building, Caitian road, Futian District, Shenzhen Guangdong China CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8190, '0050c2429', 0, 'Matthews Australasia', '35 Laser Drive Rowville Victoria 3178 AU', 'AU', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8191, '6ca849', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2015-01-23', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8192, '70b3d5678', 0, 'The Dini Group, La Jolla Inc', '7469 Draper Ave. La Jolla CA 92037 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8193, '402c762', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2019-10-29', '2019-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8194, 'f490cb9', 0, 'Fractyl Labs', '17 HARTWELL AVE LEXINGTON MA 02421 US', 'US', 'MA-M', '2020-02-05', '2020-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8195, '0006d3', 0, 'Alpha Telecom, Inc U.S.A.', '1394 Borregor Ave. Sunnyvale CA 94089 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8196, '0012a3', 0, 'Trust International B.V.', 'Laan van Barcelona 600 Dordrecht Zuid holland 3317 DD NL', 'NL', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8197, '0050c2dde', 0, 'Drs Imaging and Targeting Solutions', '100 N. Babcock St. Melbourne 32935 US', 'US', 'IAB', '2011-08-06', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8198, 'e0e5cf', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8199, '70b3d561c', 0, 'Earth Works', '13-21 Saiwaityou Kofu Yamanashi 400-0857 JP', 'JP', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8200, '78d8000', 0, 'Kverneland Group Mechatronics', 'Hoofdweg 1278 Nieuw-Vennep Noord Holland NL-2153 LR NL', 'NL', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8201, 'c44619', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-03-14', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8202, '8853d4', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8203, '68692e', 0, 'Zycoo Co, Ltd', 'F7,B7,Tianfu Software park Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8204, '70b3d51ab', 0, 'Access Control Systems Jsc', 'Bogatyrsky av. 18/1 office 505 Sankt-Peterburg 197348 RU', 'RU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8205, '70b3d5b62', 0, 'Sakura Seiki Co, Ltd', '75-5, Imojiya Chikuma-city Nagano Prefecture 387-0015 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8206, '0050c203e', 0, 'Msu UK Ltd', '526-528 Elder House Milton Keynes MK9 1LR GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8207, '0050c23d7', 0, 'Ttc Telekomunikace Ltd', 'Tøebohostická 987/5, Prague 10 Prague CZ-100 00 CZ', 'CZ', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8208, '404d7f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8209, '00185c', 0, 'Edslab Tech', '20 Ayer Rajah Crescent Crescent 139964 SG', 'SG', 'MA-L', '2006-06-13', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8210, 'b43934', 0, 'Pen Generations, Inc', '8th FL., SOLiD Space, Seongnam-si Gyeonggi-do 463-400 KR', 'KR', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8211, '00214f', 0, 'Alps Electric Co, Ltd', '1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8212, '002280', 0, 'A2b Electronics AB', 'Box 14 Motala S-591 21 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8213, '7060de', 0, 'LaVision GmbH', 'Anna-Vandenhoeck-Ring 19 Goettingen Niedersachsen 37081 DE', 'DE', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8214, '70b3d5093', 0, 'Legrand Electric Ltd', 'Unit 10 Cowley Road Blyth Northumberland NE24 5TF GB', 'GB', 'MA-S', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8215, '00304f', 0, 'Planet Tech Corp', '11F, No. 96, Min-Chuan Road Hsin-Tien Dist., New Taipei City TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8216, '0050c21de', 0, 'ReliOn Inc', '15913 E Euclid Ave Spokane WA 99216 US', 'US', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8217, '0050c2c3e', 0, 'Sysacom', '324 St-Paul Le Gardeur Québec J5Z4H9 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8218, '206aff', 0, 'Atlas Elektronik UK Ltd', 'A22 Buliding, Dorset Green Tech. Park Dorchester Dorset DT2 8ZB GB', 'GB', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8219, 'a44e31', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8220, '60e00e', 0, 'Shinsei Electronics Co Ltd', '2-6-25 Amagasaki Hyogo 660-0805 JP', 'JP', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8221, '88c626', 0, 'Logitech, Inc', '4700 NW Camas Meadows Dr Camas WA 98607 US', 'US', 'MA-L', '2013-11-12', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8222, 'c8d3ff', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8223, '080024', 0, '10net Communications/Dca', '7777 WASHINGTON VILLAGE DR. DAYTON OH 45459-3957 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8224, '001263', 0, 'Data Voice Tech GmbH', 'Stockholmer Allee 32b Dortmund NRW D-44269 DE', 'DE', 'MA-L', '2004-09-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8225, '70b3d597d', 0, 'Rch Vietnam Ltd Liability Co', 'Workshop F.01B-2, Lot No. F.01B Long Hau Ho Chi Minh City Ho Chi Minh 70000 VN', 'VN', 'MA-S', '2019-12-25', '2019-12-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8226, '0050c276d', 0, 'Mobilisme', 'RN536, Sungwoo Starus, 189-1 Sungnam-si Gyunggi-do 463-860 KR', 'KR', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8227, '04214c', 0, 'Insight Energy Ventures Llc', '123 W. Fifth St Royal Oak MI 48067 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8228, '980637d', 0, 'VR Tech(Shenzhen) Ltd', 'Room 201,Huiheng Building,No.12,Gaoxin South 7th Road,Yuehai Steet,Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-05-21', '2019-05-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8229, 'c816bd', 0, 'Qingdao Hisense Communications Co, Ltd', 'Qianwangang Road 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2013-11-12', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8230, '70b3d5048', 0, 'AvMap srlu', 'Viale Zaccagna 6 Carrara 54033 IT', 'IT', 'MA-S', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8231, '0050c24c6', 0, 'Rubin Ltd', 'Egressy St. 17. Budapest Budapest H-1149 HU', 'HU', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8232, '8439be3', 0, 'ShenZhen Fudeyu Tech Co, Ltd', '1st Floor, Building C, No.3 Jinyuan Road, Heao Strict, Henggang Street, Longgang Area, Shenzhen. Shenzhen Guangdong province 518115 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8233, '000c92', 0, 'WolfVision GmbH', 'VWP Goetzis Vorarlberg A-6840 AT', 'AT', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8234, 'bc44b0', 0, 'Elastifile', 'Abba Even 8 Herzlia 4672526 IL', 'IL', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8235, '600347', 0, 'Billion Electric Co, Ltd', '8F., No.192, Sec. 2, Zhongxing Rd., New Taipei City, 231 TW', 'TW', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8236, '70b3d5367', 0, 'Living Water', '629 Yorkshire Ct Livermore CA 94551 US', 'US', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8237, '40f3855', 0, 'Kato Engineering Inc', '2075 HOWARD DRIVE WEST NORTH MANKATO MN 56003 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8238, '000b63', 0, 'Kaleidescape', 'One First Street, Suite Sixteen Los Altos CA 94022 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8239, '0050c29be', 0, 'Xad Communications Ltd', 'Weir House Bristol UK BS4 4AR GB', 'GB', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8240, '70b3d53f4', 0, 'Wincode Tech Co, Ltd', '13F., No.219, Sec. 3, Beixin Rd., Xindian Dist New Taipei City 231 TW', 'TW', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8241, 'd0052a', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2016-04-13', '2016-04-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8242, 'e0eb62', 0, 'Shanghai Hulu Devices Co, Ltd', '509 Caobao Road, Rm 101-2 Bld 9 Shanghai 200233 CN', 'CN', 'MA-L', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8243, '9806372', 0, 'Summa nv', 'Rochesterlaan 6 Gistel 8470 BE', 'BE', 'MA-M', '2019-05-28', '2019-05-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8244, '70b3d5a83', 0, 'Shenzhen Huinengyuan Tech Co, Ltd', 'Room 206, 3 Building, Hongwanchuangke Center, Gushu, Xixiang, Baoan District Shenzhen Guangdong 518126 CN', 'CN', 'MA-S', '2020-01-11', '2020-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8245, '0050c2715', 0, 'Riexinger Elektronik', 'Horschelweg 15 Oberrot Baden-Württemberg D-74420 DE', 'DE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8246, 'a81b5a', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD,WUSHA,CHANG\'AN,DONGGUAN,GUANGDONG,CHINA DONGGUAN GUANGDONG 523860 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8247, '1c40e8', 0, 'Shenzhen Progress&Win Tech Co, Ltd', '9F, K1 Mall, Xinsha street, Shajing District, Baoan Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8248, '006043', 0, 'iDirect, Inc', '13865 Sunrise Vally Drive Herndon VA 20171 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8249, '00046c', 0, 'Cyber Tech Co, Ltd', '1-45 Yeo Wol-Dong Kyeong Gi-Do Kyeong Gi-Do KOREA KR', 'KR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8250, 'c4cd45', 0, 'Beijing Boomsense Tech Co, Ltd', '803 Building 4 INTERWEST Business Center,No.9 South Shouti Road ,HaidianDistrict, Beijing 100048 CN', 'CN', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8251, '70b3d53c3', 0, 'Aimco', '10000 SE Pine St Portland OR 97216 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8252, '70b3d5ef8', 0, 'Dks Dienstl.ges. f. Komm.anl. d. Stadt- u. Reg.verk. mbH', 'Robert-Perthel-Str. 79 Cologne 50739 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8253, 'b42e99', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8254, '70b3d5b9c', 0, 'Edco Tech 1993 Ltd', '10 hamelacha street Rosh haayin 4809118 IL', 'IL', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8255, '0050c28d0', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8256, '3cea4f', 0, '2Wire Inc', '1764 Automation Parkway San Jose 95131 US', 'US', 'MA-L', '2010-03-28', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8257, 'b025aa', 1, 'Private', '', '', 'MA-L', '2014-02-25', '2014-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8258, '70b3d55e8', 0, 'Vitec', '99 rue pierre semard Chatillon 92320 FR', 'FR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8259, '70b3d5d75', 0, 'Hyundai Mnsoft', '74, Wonhyoro, Yongsan-gu, Seoul 140-711, korea Seoul N/A KS013 KR', 'KR', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8260, '200a0db', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-M', '2019-10-10', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8261, '0006b0', 0, 'Comtech EF Data Corp', '2114 W. 7th St. Tempe AZ 85281 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8262, '40d8551d9', 0, 'Commercial Wireless Systems International Llc', '10798 N.W. 53 Street Sunrise Florida 33351 US', 'US', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8263, '001aa1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8264, '0050c2682', 0, 'Commet AB', 'Box 706 Sollentuna 19127 SE', 'SE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8265, '00225a', 0, 'Garde Security AB', 'Box 78 Soderhamn S-826 22 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8266, '5c93a2', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road, ChungHo, TaiPei Hsien TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8267, 'acb74f', 0, 'Metel s.r.o.', 'Zizkuv Kopec 617 Ceska Skalice NA 55203 CZ', 'CZ', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8268, '4859a4', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8269, '00025f', 0, 'Nortel Networks', '9300 trans-CANADA Highway H4S 1KS CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8270, '000d87', 0, 'Elitegroup Computer Systems Co, Ltd', 'No.22, Alley 38, Lane 91, Sec. 1, Nei Hu Taipei 114 TW', 'TW', 'MA-L', '2003-06-30', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8271, '54ec2f', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8272, '0080d6', 0, 'Nuvotech, Inc', '2015 BRIDGEWAY, SUITE 204 SAUSALITO CA 94965 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8273, '00c09e', 0, 'Cache Computers, Inc', '46600 LANDING PARKWAY FREMONT CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8274, '000ad0', 0, 'Niigata Develoment Center, F.I.T. Co, Ltd', 'Akane-Niigata Building 2F Niigata Niigata Prefecture 950-0944 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8275, '0050c27f0', 0, 'Network Harbor, Inc', '4006 N. Becker Drive Bartonville IL 61607 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8276, 'f80ff9', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8277, '00039c', 0, 'OptiMight Communications, Inc', '980 Linda Vista Avenue Mountain View CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8278, '0030c9', 0, 'LuxN, N', '570 Maude Court Sunnyvale CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8279, 'ac0613', 0, 'Senselogix Ltd', '56 Carlton Court, Ford William Morgan St. Asaph Debighshire LL17 0JG GB', 'GB', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8280, '18ac9e', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8281, 'a051c6', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2012-05-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8282, 'bcd177', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8283, '003071', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8284, '0050c2f02', 0, 'Bmr', 'Balbinova 252 Rychnov nad Kneznou 51601 CZ', 'CZ', 'IAB', '2011-12-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8285, 'a8f470', 0, 'Fujian Newland Communication Science Tech Co, Ltd', 'Newland Science & Technology Park No.1 Rujiang West Rd., Mawei, Fuzhou Fujian 350015 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8286, '0050c2d11', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8287, '40d8551b3', 0, 'Bettini Srl', 'VIA GRIEG 23 SARONNO VARESE 20147 IT', 'IT', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8288, 'fca22a', 0, 'PT. Callysta Multi Engineering', 'Jl. Taman Cibeunying No. 2 Bandung Jawa Barat 40114 ID', 'ID', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8289, '70b3d564e', 0, 'BigStuff3, Inc', '4352 Fenton Rd Hartland MI 48353 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8290, '006007', 0, 'Acres Gaming, Inc', '815 NW 9TH STREET CORVALLIS OR 97330 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8291, '000bcb', 0, 'Fagor Automation , S. Coop', 'San Andres s/n Guipuzcoa 20500 ES', 'ES', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8292, '78c2c00', 0, 'Shenzhen Eli Tech Co, Ltd', 'Room 201, Dawning Building, No.12 Keji South 12th Road, Hi-Tech Park , Shenzhen Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8293, '50f5da', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8294, '646e69', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8295, '000723', 0, 'Elcon Systemtechnik GmbH', 'Obere Hauptstraße10 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8296, '0013da', 0, 'Diskware Co, Ltd', '1-4-12 Kiba Koto-ku Tokyo 135-0042 JP', 'JP', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8297, '0002ec', 0, 'Maschoff Design Engineering', '1325 Kenilworth Drive Woodbury MN 55125 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8298, '000f98', 0, 'Avamax Co Ltd', 'B1, No. 51, Section 2, ChongQing S. Rd. Taipei TW', 'TW', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8299, '002482', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2008-12-03', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8300, '1867b0', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2013-01-09', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8301, 'c47f51', 0, 'Inventek Systems', '2 Republic Road Billerica Ma 01862 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8302, '48bd0e', 0, 'Quanta Storage Inc', '3F. No.188, Wenhua 2nd Rd Taoyuan City Guishan District 33383 TW', 'TW', 'MA-L', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8303, '006049', 0, 'Vina Tech', '6 UNION SQUARE - STE F UNION CITY CA 94587 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8304, '0001b4', 0, 'Wayport, Inc', '1609 Shoal Creek Blvd. Austin TX 78701 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8305, '0050c28c1', 0, 'Heraeus Noblelight GmbH', 'Heraeusstrasse 12-14 Hanau Hessen 63450 DE', 'DE', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8306, '00250a', 0, 'Security Expert Co Ltd', '8F-3, No.2, Jian 8th Rd., Jhonghe Taipei 235 TW', 'TW', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8307, '0050c2ace', 0, 'ChronoLogic Pty. Ltd', '227 Gouger Street Adelaide South Australia 5000 AU', 'AU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8308, '0c6e4f', 0, 'PrimeVOLT Co, Ltd', '2F-3, No. 9, Lane 3, Jihu Rd, Neihu Taipei 11492 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8309, '80929f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8310, '40d855145', 0, 'Weber Marking Systems GmbH', 'Taschenmacherstrasse 2 Lübeck Schleswig-Holstein 23556 DE', 'DE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8311, '0007f1', 0, 'TeraBurst Networks Inc', '985 Stewart Drive Sunnyvale CA 94086 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8312, '001b99', 0, 'KS System GmbH', 'Alexanderstraße 37 Muelheim NRW 45472 DE', 'DE', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8313, 'b45d50', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2016-05-31', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8314, '14ae85', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8315, '6c6d09', 0, 'Kyowa Electronics Co, Ltd', '4-3-31 Takatsukasa Takarazuka Hyogo 665-0051 JP', 'JP', 'MA-L', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8316, '00a6ca', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8317, '180f76', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8318, '042db4', 0, 'First Property (Beijing) Co, Ltd Modern Moma Branch', 'Room 301A,Building No.10, No.1 Xiangheyuan Road, Dongcheng District, Beijing City Beijing Beijing 100028 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8319, '38b8eb0', 0, 'Bumjin C&L Co, Ltd', '9B 10L, 833-14 Wonsi-dong Danwon-gu Ansan Gyeonggi 15612 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8320, '6c090a', 0, 'Gematica Srl', 'Via Diocleziano, 107 NAPOLI 80125 IT', 'IT', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8321, 'fca621', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8322, 'a43bfa4', 0, 'Maxon Australia', '36a Gibson Ave Padstow New South Wales 2211 AU', 'AU', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8323, 'b83241', 0, 'Wuhan Tianyu Information Industry Co, Ltd', 'HUST Industry Park, East-Lake Development Zone Wuhan Hubei 430223 CN', 'CN', 'MA-L', '2015-11-17', '2015-11-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8324, '002599', 0, 'Hedon e.d. B.V.', 'Elektronicaweg 15 Delft Zuid Holland 2628 XG NL', 'NL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8325, '0050c2fed', 0, 'Logisol Kft.', 'Bocskai u. 21. Tinnye Pest-megye H-2086 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8326, '204747', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2015-01-23', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8327, '70b3d5d42', 0, 'Dsp Design', 'TAPTON PK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8328, '70b3d5e6c', 0, 'Fusar Tech Inc', '385 Monmouth St #2 Jersey City NJ 07302 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8329, '00188a', 0, 'Infinova Llc', '51 Stouts Lane, Unit 1 & 2 Monmouth Junction New Jersey 08852 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8330, '001cf8', 0, 'Parade Tech, Ltd', 'C/O Parade Technologies, Inc. Sunnyvale CA 94085 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8331, '0022e4', 0, 'Apass Tech Co, Ltd', '2F, No. 267, Sec. 3, Chengde Rd., TEIPEI 113 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8332, '0050c2e60', 0, 'Taiyo Seiki Co, Ltd', '1600 Aza-Shironoshita Asahi Shin Asahi-cho Takashima, Shiga 520-1501 JP', 'JP', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8333, '444ca8', 0, 'Arista Networks', '5453 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8334, '70b3d5781', 0, 'Project service S.a.s', 'Via Paderno 31/C Seriate Bergamo 24068 IT', 'IT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8335, '0050c23b5', 0, 'Nec Tokin Corp', '1-1,Asahi-Cho 7-chome,Shiroishi, Miyagi 989-0223 JP', 'JP', 'IAB', '2004-08-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8336, '0050c248f', 0, 'Dengyosha Co, Ltd', '7-17, Midorigaoka 3 Tyome Hamura-shi Tokyo 205-0003 JP', 'JP', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8337, '7cdd20', 0, 'Ioxos Tech S.A.', '4 Chemin de Fontenailles GLAND VAUD CH-1196 CH', 'CH', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8338, 'c88ed10', 0, 'Aisworld Private Ltd', 'ROOM 1406, 14/F., WING TUCK COMMERCIAL CENTRE 177-183 WING LOK STREET, SHEUNG WAN. HONG KONG HONG KONG SHEUNG WAN 999077 HK', 'HK', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8339, '00085e', 0, 'Pco AG', 'Donaupark 11 DE', 'DE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8340, '0050c2b94', 0, 'Tritech International Ltd', 'Morecambe Road Ulverston Cumbria LA12 0BH GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8341, 'd46a35', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8342, 'f4068d', 0, 'devolo AG', 'Charlottenburger Allee 67 Aachen NRW 52068 DE', 'DE', 'MA-L', '2013-11-12', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8343, 'a039ee', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8344, '0023d4', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2008-10-25', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8345, '8ca048', 0, 'Beijing NeTopChip Tech Co, Ltd', '309,Intergration Building Olympic Center, No.1 An Ding Road,Chao Yang District,, Beijing 100029 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8346, '001bc501e', 1, 'Private', '', '', 'MA-S', '2011-08-06', '2011-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8347, 'cc4463', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8348, 'f0acd77', 0, 'Hanju Network Tech Co', 'lvdilanhai building 2303, zhangba street Xi\'an ShaanXi 710065 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8349, '608e08', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8350, '000777', 0, 'Motah Ltd', '4-4-5 Koishikawa 112-0002 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8351, '000975', 0, 'fSONA Communications Corp', '#140-11120 Horseshoe Way Richmond BC V7A 5H7 CA', 'CA', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8352, '34e911', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8353, '0040fb', 0, 'Cascade Communications', 'PRODUCTION QUALITY ENGINEER WESTFORD MA 01886 US', 'US', 'MA-L', '2000-11-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8354, '0050c2185', 0, 'Optical Wireless Link Inc', '9 Cushing Suite 100 Irvine California 92618 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8355, '7c2048', 0, 'KoamTac', '116 Village Boulevard Princeton New Jersey 08540 US', 'US', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8356, 'a43bfaa', 0, 'Plus One Japan Ltd', 'Storia Akasaka 410, Minato-ku Tokyo 1080052 JP', 'JP', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8357, '1844e6', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8358, '60d7e34', 0, 'Hemisphere Gnss', '8515 E. Anderson Dr. Scottsdale AZ 85255 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8359, '002094', 0, 'Cubix Corp', '2800 LOCKHEED WAY CARSON CITY NV 89706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8360, '000107', 0, 'Leiser GmbH', 'Ilmstr. 7 85579 Neubiberg DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8361, '888b5d', 0, 'Storage Appliance Corp', '29 Su Zhou Jie, Haidian Dist. Beijing 100080 CN', 'CN', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8362, '0050c2c51', 0, 'InForce Computing, Inc', '48860 Milmont Drive, Suite 101C Fremont CA 94538 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8363, '001db6', 0, 'BestComm Networks, Inc', '4400 E. Broadway Blvd. Tucson AZ 85711 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8364, '0022ec', 0, 'Idealbt Tech Corp', '6F., NO.8, LANE 345, YANGGUANG ST., NEIHU DISTRICT Taipei 114 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8365, '0050c2bca', 0, 'Aitecsystem Co, Ltd', '1532,Shinohara-Cho, Yokohama Kanagawa 222-0026 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8366, '8096ca', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-04-22', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8367, '70b3d57a0', 0, 'Reactec Ltd', 'Vantage Point Edinburgh -- select a state -- EH11 4DF GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8368, '70b3d5009', 0, 'HolidayCoro', '27719 Nelson St Spring TX 77373 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8369, '0013b8', 0, 'RyCo Electronic Systems Ltd', 'Unit E, Cartel Business Estate Harlow Essex CM20 2TT GB', 'GB', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8370, '0019ba', 0, 'Paradox Security Systems Ltd', '780 Industrial Blvd St-Eustache Quebec J7R 5V3 CA', 'CA', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8371, '70b3d528c', 0, 'Step Technica Co, Ltd', '757-3 Shimofujisawa Iruma-shi Saitama-ken 3580011 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8372, 'd0c8570', 0, 'Yuan High-Tech Development Co, Ltd', '18F, No.88, Sec. 2, Chung Hsiao E.Rd., Taipei, Taiwan 10050 TW', 'TW', 'MA-M', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8373, '0050c2feb', 0, 'Axible Tech', '425 Rue Jean Rostand Labège 31670 FR', 'FR', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8374, 'd8b190', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8375, '80a1ab', 0, 'Intellisis', '10350 Science Center Dr San Diego CA 92121 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8376, '2cab33', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8377, '70b3d50d5', 0, 'Kahler Automation', '808 Timberlake Rd Fairmont MN 56031 US', 'US', 'MA-S', '2019-08-23', '2019-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8378, 'b0b353d', 0, 'IPvideo Corp', '1490 North Clinton Ave Bay Shore NY 11706 US', 'US', 'MA-M', '2019-11-26', '2019-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8379, '00506a', 0, 'Edeva, Inc', '298 S. SUNNYVALE AVE. - #208 SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8380, '002229', 0, 'Compumedics Ltd', '30 - 40 Flockhart Street Abbotsford Victoria 3067 AU', 'AU', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8381, 'f07cc7', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8382, '0452f3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8383, '54a493c', 0, 'BJ Cotytech Tech Co, Ltd', 'Rm2302,Block B,Haojing Building,Zhichun Road,Haidian District BeiJing BeiJing 100086 CN', 'CN', 'MA-M', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8384, 'e82689', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8385, '0050c2564', 0, 'Last Mile Gear', '1324 Vandercook Way Longview WA 98632 US', 'US', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8386, '501cbf', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8387, '70b3d58c5', 0, 'HMicro Inc', '39355 California St., Suite 303 Fremont null 94538 US', 'US', 'MA-S', '2016-03-24', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8388, '0050c26f5', 0, 'Kitron Microelectronics AB', 'P.O. Box 1052 Jönköping SE-551 10 SE', 'SE', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8389, '001ec8', 0, 'Rapid Mobile (Pty) Ltd', 'Building C,D,E Apex Corporate Park Pretoria Gauteng 0020 ZA', 'ZA', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8390, 'ac14d2', 0, 'wi-daq, Inc', '850 NW Federal Hwy Stuart Florida 34994 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8391, '40d855127', 0, 'Lightstar', '18,CHASEONGDONGRO, 142BEONGIL BUSAN 619-905 KR', 'KR', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8392, '70b3d51b8', 0, 'Oes Inc', '4056 Blakie Road London ON N6L1P7 CA', 'CA', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8393, 'd49e3b', 0, 'Guangzhou Shiyuan Electronic Tech Co Ltd', 'No.6, 4th Yunpu Road, Yunpu industry District Guangzhou Guangdong 510530 CN', 'CN', 'MA-L', '2019-09-04', '2019-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8394, '00109b', 0, 'Emulex Corp', '3333 Susan Street Costa Mesa CA 92626 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8395, '0050c211f', 0, 'Css Industrie Computer GmbH', 'Osterhofstr. 14 87600 Kaufbeuren DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8396, 'f44713', 0, 'Leading Public Performance Co, Ltd', '137/77-78 Moo 1 Nanthanagarden Soi 12 Pathum-Rangsit Road Banklang Muang Pathumthani 12000 Thailand Pathumthani Pathumthani 12000 TH', 'TH', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8397, '70b3d5ad5', 0, 'Birdland Audio', '484 Washington St. Ste.B-450 Monterey CA 93940 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8398, 'b8f883', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8399, '001e75', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2007-10-22', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8400, 'f0da7c', 0, 'Rlh Industries, Inc', '936 N. MAIN ST. ORANGE CA 92867 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8401, '001446', 0, 'SuperVision Solutions Llc', '762 Industrial Dr. Elmhurst IL 60126 US', 'US', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8402, '0026ee', 0, 'Tkm GmbH', 'Schlossstraße 123 Mönchengladbach NRW 41238 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8403, 'c01e9b', 0, 'Pixavi AS', 'Dusavikveien 39 Stavanger 4003 NO', 'NO', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8404, '70b3d5d8d', 0, 'Pullnet Tech, S.L.', 'Parc Tecnologic BCNord Barcelona Catalonia 08042 ES', 'ES', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8405, '080086', 0, 'Konica Minolta Holdings, Inc', '1-6-1, Marunouchi, Tokyo 100-0005 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8406, '0050c200b', 0, 'IO Ltd', 'Woodhouse Barn, Cambridge England CB5 QHT GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8407, '3805ac', 0, 'Piller Group GmbH', 'Abgunst 24 Osterode 37520 DE', 'DE', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8408, '00c067', 0, 'United Barcode Industries', '12240 INDIAN CREEK COURT BELTSVILLE MD 20705 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8409, '0050c273d', 0, 'cryptiris', '235 avenue du coulins gemenos bdr 13420 FR', 'FR', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8410, '40d85512c', 0, 'Nsp Europe Ltd', 'Unit 5, Devonshire Business Park Borehamwood Hert WD6 1NA GB', 'GB', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8411, 'fae51a', 0, 'Rsae Labs Inc', '400 E 16th St Panama City FL 32405 US', 'US', 'CID', '2016-07-04', '2016-07-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8412, '70b3d5dd5', 0, 'Cooltera Ltd', 'Fircroft House, Fircroft Way Edenbridge Kent TN8 6EJ GB', 'GB', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8413, '0050c26a3', 0, 'CreaTech Electronics Co', '6126 Carlisle Ln. League City TX 77573 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8414, '0023c4', 0, 'Lux Lumen', 'Kernenergiestraat 53A Wilrijk Antwerp 2610 BE', 'BE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8415, '0050c2f9e', 0, 'Matsusada Precision Inc', '745 Aoji Kusatsu Shiga 525-0041 JP', 'JP', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8416, 'a8ad3d', 0, 'Alcatel-Lucent Shanghai Bell Co, Ltd', 'No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN', 'CN', 'MA-L', '2013-01-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8417, 'd8fee3', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8418, '0050c21c3', 0, 'TT electronics plc', 'Kitty Brewster Estate Blyth Northumberland NE3 2AX GB', 'GB', 'IAB', '2002-10-21', '2017-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8419, '00262a', 0, 'Proxense, Llc', '689 NW Stonepine Dr Bend Oregon 97701 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8420, '0050c2c76', 0, 'GridManager A/S', 'Livovej 21 Viborg 8800 DK', 'DK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8421, '503955', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8422, '70b3d5727', 0, 'LP Tech Inc', '1919 N. Amidon St 216 Wichita KS 67203 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8423, '000c77', 0, 'Life Racing Ltd', 'Unit 6 Repton Close Basildon Essex SS13 1LE GB', 'GB', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8424, '001f65', 0, 'Korea Electric Terminal Co, Ltd', '#7-38 SONGDO-DONG YEONSU-GU INCHEON 406-840 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8425, '20a680', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8426, '70b3d5cdf', 0, '3D Printing Specialists', '7916 Grow Ln Houston TX 77040 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8427, '001be1', 0, 'ViaLogy', '2400 Lincoln Ave Altadena CA 91001 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8428, '001bc5047', 0, 'PT. Amanindo Nusapadu', 'Jalan Pangeran Jayakarta 101 Blok D No. 4~5 Jakarta Jawa Barat 10730 ID', 'ID', 'MA-S', '2011-11-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8429, '7c034c', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR', 'FR', 'MA-L', '2011-03-17', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8430, '0050c2f60', 0, 'Deckma GmbH', 'Bahnhofstr.79 Rosengarten-Klecken Lower Saxonie 21224 DE', 'DE', 'IAB', '2012-03-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8431, '40d855185', 0, 'Standard Change Makers', '3130 North Mitthoeffer Indianapolis Indiana 46235-0550 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8432, 'c81ee7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8433, '246c8a', 0, 'Yukai Engineering', '16-11-101, Tomihisa, Shinjuku Tokyo - 162-0067', '', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8434, '185a58', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2019-07-31', '2019-07-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8435, '0006cb', 0, 'Jotron Electronics A/S', 'Pob 54 NO', 'NO', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8436, '001e37', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW', 'TW', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8437, 'b4e842', 0, 'Hong Kong Bouffalo Lab Ltd', 'RM 1903, 19/F Lee Garden One 33 Hysan Avenue, Causeway Bay HongKong 999077 HK', 'HK', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8438, '6cae8b', 0, 'Ibm Corp', '4400 North First Street San Jose CA 95134 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8439, '70b3d5161', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbühl Bavaria 91550 DE', 'DE', 'MA-S', '2016-02-18', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8440, '383a214', 0, 'Dongguan Innovation Tech Co Ltd', 'Building B, No.3 Desheng Road, Longbeiling, Tangxia Dongguan City Guangdong Province 523715 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8441, '70b3d509b', 0, 'Jacarta Ltd', 'Wagon Yard, London Road Marlborough SN8 1LH GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8442, '00200f', 0, 'Ebrains Inc', 'Tachibana Bldg Taito-ku Tokyo 110-0003 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8443, '001a85', 0, 'NV Michel Van de Wiele', 'M. Vandewielestraat 7 Marke West-Vlaanderen 8510 BE', 'BE', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8444, '0050c2f96', 0, 'JLCooper Electronics', '142 Arena St El Segundo CA 90245 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8445, 'd896e0', 0, 'Alibaba Cloud Computing Ltd', 'Yuhang District of Hangzhou Wenyi Road, Building 1, No. 969 Xixi Park, Zhejiang Province Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8446, '000359', 0, 'DigitalSis', 'B-1405 Samho Bldg. Seocho Seoul, KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8447, '00507d', 0, 'Ifp', 'LESSINGSTR. 4 D-78315 RADOLFZELL DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8448, '001c6c', 0, '30805', '128, Jun Cheng Road,uangzhou Economic and Technological Development District Guangzhou Guangdong 510530 CN', 'CN', 'MA-L', '2007-05-13', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8449, 'd84fb8', 0, 'LG Electronics', '84 Wanam-ro Seongsan-gu Changwon-si Gyeongsangnam-do 642-713 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8450, '70b3d5ebe', 0, 'Sierra Pacific Innovations Corp', '6620 S Tenaya Way Las Vegas 89113 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8451, '00041d', 0, 'Corega of America', 'P.O. Box 159 Bothell WA 98041-0159 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8452, '0050c23bf', 0, 'Audio Processing Tech Ltd', 'Whiterock Business Park Belfast BT12 7FP GB', 'GB', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8453, '940006', 0, 'jinyoung', '1000 Dongil-ro Nowon-gu Seoul Seoul 01849 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8454, '70b3d5748', 0, 'Kdt', '126, Haeoreum-gil, Namsan-myeon Chuncheon-si Gangwon-do 200-911 KR', 'KR', 'MA-S', '2018-08-01', '2018-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8455, '70b3d56f1', 0, 'Discover Battery', '#4 - 13511 Crestwood Place Richmond BC v6v 2e9 CA', 'CA', 'MA-S', '2019-01-29', '2019-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8456, '24c0b3', 0, 'Rsf', '45 Av Marcel Dassault Toulouse Garonne, Haute (31) 31500 FR', 'FR', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8457, '8421f1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8458, '0026c6', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8459, '70b3d5d26', 0, 'MI Inc', '6F, Toto building, 5-1-4, Toranomon, Minato-ku Tokyo 1050001 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8460, '34d0b88', 0, 'Vtrek Group International Ltd', 'Room 1204,12/F.,Tower1,Silvercord,30 Canton Road,Tsim Sha Tsui Hong Kong 999077 HK', 'HK', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8461, '60ce86', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8462, '001242', 0, 'Millennial Net', '285 Billerica Road Chelmsford MA 01803 US', 'US', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8463, '0023ab', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8464, 'd878e5', 0, 'Kuhn SA', '4, impasse des fabriques SAVERNE 67700 FR', 'FR', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8465, 'a481ee', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8466, 'a8515b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8467, '74428b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8468, '00153b', 0, 'Emh metering GmbH & Co KG', 'Neu- Galliner Weg 1 Mecklenburg-Vorpommern DE', 'DE', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8469, 'ac81f3', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8470, '0050c2ac5', 0, 'E-Motion System, Inc', '5-21-3 Nishi-Gotanda Shinagawa-ku Tokyo 141-0031 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8471, '2c39c1', 0, 'Ciena Corp', '7035 Ridge Road Hanover MD 21076 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8472, '644fb0', 0, 'Hyunjin.com', 'Hyochang-dong 5-86, Yongsan-gu Seoul 140-896 KR', 'KR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8473, '000325', 0, 'Arima Computer Corp', '6th Fl., No. 327, TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8474, '001d57', 0, 'Caetec Messtechnik', 'Schlossstraße 95a Olching Bayern 82140 DE', 'DE', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8475, '5cf286a', 0, 'Unfors Raysafe AB', 'Uggledalsvagen 29 Billdal 42740 SE', 'SE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8476, 'd8a105', 0, 'Syslane, Co, Ltd', '#1201, Megacenter, SKntechno-park,, Sangdaeweon-dong, Joongweon-gu Seongnam Outside the US, Mexico, or Canada 462-721 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8477, '001a9e', 0, 'Icon Digital International Ltd', 'Suite2209, 22/F., SkyLine Tower, CN', 'CN', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8478, '0050c2851', 0, 'Spj Embedded Tech Pvt. Ltd', '101, Beaver Grandeur, Baner Road Pune Maharashtra 411045 IN', 'IN', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8479, '74bfb7', 0, 'Nusoft Corp', '3F.-1, No. 880, Zhongzheng Rd., Zhonghe Dist., New Taipei City Taiwan (R.O.C.) 235-86 TW', 'TW', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8480, '4cbc98b', 0, 'Dongguan SmartAction Tech Co, Ltd', 'Room1109,Building D,First Place,Nancheng District, Dongguan Dongguan Guangdong 523000 CN', 'CN', 'MA-M', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8481, '0050c233d', 0, 'GD Mission Systems', '8220 E. Roosevelt Street Scottsdale AZ 85257 US', 'US', 'IAB', '2004-04-16', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8482, 'fc75e6', 0, 'Handreamnet', '#1209 MarioTower, 222-12, Guro-Dong, Guro-Gu Seoul Guro-Gu 152-848 KR', 'KR', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8483, '002687', 0, 'corega K.K', '1-19-20, Shinyokohama Yokohama-city Kanagawa-ken 222-0033 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8484, '6cab4d', 0, 'Digital Payment Tech', '4105 Grandview Hwy Burnaby BC V5C 6B4 CA', 'CA', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8485, 'f04b6a', 0, 'Scientific Production Association Siberian Arsenal, Ltd', 'Bld.8A, Gorskiy Microdistrict Novosibirsk 630073 RU', 'RU', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8486, '70b3d5920', 0, 'Slat', '11 Rue Jean-Elysée DUPUY Champagne au Mont d\'Or Rhône 69543 FR', 'FR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8487, '000375', 0, 'NetMedia, Inc', '10940 N. Stallard Place Tuscon AZ 85737 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8488, '0050c23d8', 0, 'Key Systems , Inc', '7635 Glacier Hill Victor NY 14564 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8489, '0050c2bda', 0, 'Digital Lumens', '129 Portland Street Boston Massachusetts 02114 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8490, '24c86e', 0, 'Chaney Instrument Co', '965 Wells Street Lake Geneva WI 53147 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8491, 'd07650f', 1, 'Private', '', '', 'MA-M', '2014-04-14', '2014-04-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8492, '70b3d574c', 0, 'Kwant Controls BV', 'Voltastraat 3 Sneek Select Your State or Province 8606 JW NL', 'NL', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8493, '3087d9', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8494, 'a028336', 0, 'Xiamen Caimore Communication Tech Co, Ltd', '#2 of 302 Unit, 23# Wanghai Road, Xiamen Software Park II Xiamen Fujian 361009 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8495, '000db6', 0, 'Broadcom', '1363 Redwood Way Petaluma CA 94954 US', 'US', 'MA-L', '2003-06-30', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8496, '0050c274c', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8497, '70b3d5f6a', 0, 'Guan Show Technologe Co, Ltd', 'No.127, Jianguo 1st Rd., Lingya Dist. Kaohsiung City 802 TW', 'TW', 'MA-S', '2020-02-04', '2020-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8498, 'fca47a1', 0, 'Shenzhen Vmax New Energy Co, Ltd', '5F, Fengyun Building, No.5 Road, Hi-Tech Industrial Park (North), Nanshan District, Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8499, '70b3d54d3', 0, 'Hefei Starot Tech Co, Ltd', '406, 4th Floor, Quality Control Building, Saipu Science Park, No. 6 Yunfei Road, High-tech Zone hefei anhui 230000 CN', 'CN', 'MA-S', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8500, '9486d4', 0, 'Surveillance Pro Corp', '12F., No.4, Ln. 609, Sec. 5, Chongxin Rd., Sanchong Dist. New Taipei City 241 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8501, '0cf9c0', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2015-09-27', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8502, '70c7f2', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8503, '004070', 0, 'Interware Co, Ltd', '7F KUDAN NEW CENTRAL BLDG., TOKYO 102 TOKYO 102 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8504, '001f4c', 0, 'Roseman Engineering Ltd', '65 Weizman Street Givataim Israel 53468 IL', 'IL', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8505, '70b3d5de7', 0, 'Innominds Software Private Ltd', 'Sy No 109,110,111/2, Q City, 6th Floor, Hyderabad Telangana 500032 IN', 'IN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8506, '000eab', 0, 'Cray Inc', '901 Fifth Avenue Seattle WA 98104 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8507, '0050c268b', 0, 'Simtek Inc', '1505 ROYAL PARKWAY EULESS TEXAS 76040 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8508, '0050c228a', 0, 'Real Time Systems', '108 E. Austin St Fredericksburg Tx 78624 US', 'US', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8509, '001d1a', 0, 'OvisLink S.A.', 'C/Andres Obispo, 37. Pl. 4. Madrid 28043 ES', 'ES', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8510, '00236b', 0, 'Xembedded, Inc', '1050 Highland Dr Ann Arbor MI 48108 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8511, '64fb810', 0, 'Shanghai Simcom Ltd', 'Building A, SIM technology Building, N0.633 JinZhong Road, Shanghai / 200335 CN', 'CN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8512, 'b47748', 0, 'Shenzhen Neoway Tech Co, Ltd', '4F-2#,Lian Jian Science & Industry Park,Huarong Road,Dalang Street,Longhua District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8513, '00600c', 0, 'Eurotech Inc', '10260 Old Columbia Road COLUMBIA MD 21046 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8514, '0004c9', 0, 'Micro Electron Co, Ltd', '13-1-205 Aobaokakita Suita-city Osaka JP', 'JP', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8515, '000aa3', 0, 'Shimafuji Electric Co, Ltd', 'Daihyaku-seimei Kamata Bldg.3F Tokyo 144-0051 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8516, '58f387', 0, 'Hccp', 'Gabriel Metsulaan 4a EINDHOVEN 5611SP NL', 'NL', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8517, 'e48399', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-05-10', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8518, '5c38e0', 0, 'Shanghai Super Electronics Tech Co, Ltd', '1/F Building A 39 Hongcao Road Shanghai 200233 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8519, '00096a', 0, 'Cloverleaf Communications Inc', '2 Willow St. Southborough MA 01745-1027 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8520, '0050c2323', 0, 'Red Rock Networks', 'P.O. Box 3465 Sonora CA 95370 US', 'US', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8521, 'b89be4', 0, 'Abb Power Systems Power Generation', '29801 Euclid Ave Wickliffe Ohio 44092 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8522, '70b3d5fe8', 0, 'Pcme Ltd', 'Clearview Building St Ives Cambridgeshire PE27 3GH GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8523, '1100aa', 1, 'Private', '', '', 'MA-L', '2001-10-24', '2002-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8524, '00181d', 0, 'Asia Electronics Co, Ltd', '620-3 DOCHEON-DONG GWANGJU 506-301 KR', 'KR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8525, '001af5', 0, 'Pentaone. Co, Ltd', 'Hyo Chang Bldg, 3F, 1013-6, Inkye-dong Paldal-Gu, Suwon City Gyunggi-Do 422-833 KR', 'KR', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8526, '00e02d', 0, 'InnoMediaLogic, Inc', '3653 CHEMIN CHAMBLY LONGUEUIL, QUEBEC J4L J4L IN9 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8527, '0050c21f4', 0, 'Covia, Inc', '2F-1,No.166,Chien-Yi Rd., Chung Ho City Taipei 235 TW', 'TW', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8528, '000444', 0, 'Western Multiplex Corp', '1196 Borregas Avenue Sunnyvale CA 94089 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8529, '00142d', 0, 'Toradex AG', 'Altsagenstrasse 5 Horw LU 6048 CH', 'CH', 'MA-L', '2005-03-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8530, '001ed1', 0, 'Keyprocessor B.V.', 'Paasheuvelweg 20 Amsterdam NH 1105 BJ NL', 'NL', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8531, 'd076503', 0, 'Tapko Tech GmbH', 'Im Gewerbepark A15 Regensburg Bayern 93059 DE', 'DE', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8532, '282c02e', 0, 'Capintec, Inc', '7 Vreeland Road Florham Park NJ 07932 US', 'US', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8533, '00a0a3', 0, 'Reliable Power Meters', '400 BLOSSOM HILL ROAD LOS GATOS CA 95032-4511 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8534, '005041', 0, 'Coretronic Corp', 'NO.11, LI HSIN RD. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8535, '001883', 0, 'Formosa21 Inc', '8F-6, NO.351, CHUNG SHAN RD., SEC.2 TAIPEI 235 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8536, '001887', 0, 'Metasystem SpA', 'Via Oberdan 16 Reggio Emilia RE 42100 IT', 'IT', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8537, '001cf9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8538, '0050c299d', 0, 'Powersense A/S', 'Skovlytoften 33 Holte Rudersdal 2840 DK', 'DK', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8539, '0050c2e7e', 0, 'Swareflex GmbH', 'Josef-Heiss-Straße 1 Vomp Tyrol 6134 AT', 'AT', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8540, '202564', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2014-01-12', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8541, '000a53', 0, 'Intronics, Inc', '2020 Lafayette Blvd. Fredericksburg Virginia 22401 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8542, '000f04', 0, 'cim-usa Inc', '10813 nw 30th street miami florida 33172 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8543, '70b3d58c0', 0, 'SenseNL', 'Ambachtsweg 41 F Pijnacker Zuid-Holland 2641 KT NL', 'NL', 'MA-S', '2019-10-29', '2019-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8544, '90d8f3', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8545, '240588', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8546, '2085934', 0, 'Kloudspot Inc', '1285 Oakmead Parkway Sunnyvale 94085 US', 'US', 'MA-M', '2019-06-13', '2019-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8547, 'e09806', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8548, '0050c290c', 0, 'Lss GmbH', 'Am Eichenberg 1 Altenburg Thuringia D-04610 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8549, '84dd20', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2013-03-10', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8550, '809b20', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8551, '0050c2e46', 0, 'Industrea Mining Tech', '3 Co-Wyn Close Fountaindale NSW 2258 AU', 'AU', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8552, '1c1bb5', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8553, '002620', 0, 'Isgus GmbH', 'Oberdorfstraße 18 - 22 VS - Schwenningen BW 78054 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8554, 'bc0543', 0, 'Avm GmbH', 'Alt-Moabit 95 Berlin 10559 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8555, '0050c2903', 0, 'EcoAxis Systems Pvt. Ltd', '3, Shreeniwas Classic, Pune Maharashtra 411045 IN', 'IN', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8556, '28cd9c', 0, 'Shenzhen Dynamax Software Development Co, Ltd', 'Room 425-426,Block A,No.30,Hangkong Road Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8557, '485415', 0, 'Net Rules Tecnologia Eireli', 'Rua Madre Cabrini, 240 - 7°andar São Paulo São Paulo 04020000 BR', 'BR', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8558, 'b4d64e', 0, 'Caldero Ltd', 'Concordia Works, 30 Sovereign Street Leeds West Yorkshire LS1 4BA GB', 'GB', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8559, '000b2a', 0, 'Howtel Co, Ltd', 'J-COM Bd. 4F, 124-4 OJEON-DONG UIWANG-SHI KYOUNGGI-DO 437-070 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8560, '0050c28b9', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten bawu 88480 DE', 'DE', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8561, '001688', 0, 'ServerEngines Llc', '209 N. Fair Oaks Avenue Sunnyvale CA 94085 US', 'US', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8562, 'f87b8c', 0, 'Amped Wireless', '13089 Peyton Dr. #C307 Chino Hills CA 91709 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8563, '8c7c92', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8564, 'd468ba', 0, 'Shenzhen Sundray Tech Co Ltd', '6th Floor,Block A1, Nanshan iPark, Nanshan District, Shenzhen 518055 Guangdong CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8565, '58e8762', 0, 'Coala Life AB', 'Riddargatan 18 Stockholm 11451 SE', 'SE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8566, '145be1', 0, 'nyantec GmbH', 'Europaplatz 2 Berlin 10557 DE', 'DE', 'MA-L', '2017-03-26', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8567, '00a0b9', 0, 'Eagle Tech, Inc', '6800 ORANGETHORPE AVE.UNIT BUENA PARK CA 90620 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8568, '000167', 0, 'Hioki E.E. Corp', '81 Koizumi, Ueda, Nagano 386-1192 386-1192 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8569, '001144', 0, 'Assurance Tech Corp', '6304 Potomac Avenue Alexandria Virginia 22307 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8570, '001f2f', 0, 'Berker GmbH & Co KG', 'Klagebach 38 Schalksmuehle NRW 58579 DE', 'DE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8571, 'a06986', 0, 'Wellav Tech Ltd', '15F Desay Building Huizhou Guangdong 516003 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8572, 'cc9e00', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2010-11-24', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8573, '208986', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8574, '1007232', 0, 'Diginet Control Systems Pty Ltd', '96-112 Gow Street Padstow New South Wales 2211 AU', 'AU', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8575, '000ad9', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2002-10-14', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8576, '0050c2334', 0, 'Picture Elements, Inc', '777 Panoramic Way Berkeley CA 94704 US', 'US', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8577, '847933', 0, 'profichip GmbH', 'Einsteinstrasse 6 Herzogenaurach 91074 DE', 'DE', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8578, '70b3d54f9', 0, 'OptoPrecision GmbH', 'Auf der Höhe 15 Bremen Bremen 28357 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8579, '9097d5', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2015-11-15', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8580, '1077b0', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8581, '0020a8', 0, 'Sast Tech Corp', '225 OLD NEW BRUNSWICK RD. PISCATAWAY NJ 08854 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8582, '641666', 0, 'Nest Labs Inc', '3400 Hillview Ave. Palo Alto CA 94304 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8583, '0050c21c2', 0, 'Weltronics Corp', '1414 Fair Oaks Ave. South Pasadena CA 91030 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8584, '001275', 0, 'Sentilla Corp', '201 Marshall Street Redwood City CA 94063 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8585, '0050c23ed', 0, 'The Board Room Inc', '1220 Lakeview Ct. Romeoville IL 60446 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8586, '0050c2532', 0, 'Nve Corp', '11409 Valley View Road Eden Prairie MN 55344-3617 US', 'US', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8587, '0050c2c91', 0, 'Media Tech Ltd', '361 Mill Road Colchester Essex CO4 5GG GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8588, '40f14c', 0, 'Ise Europe Sprl', 'Fauvette 1 Uccle 1180 BE', 'BE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8589, '002099', 0, 'Bon Electric Co, Ltd', '4-4 28, MIZUDO-CHO HYOGO HYOGO JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8590, '0040ce', 0, 'Net-Source, Inc', '1265 EL CAMINO REAL SANTA CLARA CA 95050 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8591, '38d2ca', 0, 'Zhejiang Tmall Tech Co, Ltd', 'Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong province Shenzhen GuangDong 518000 CN', 'CN', 'MA-L', '2019-01-10', '2019-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8592, 'f89fb8', 0, 'Yazaki Energy System Corp', '1-7-1 YOKOI Shimada -shi,Shizuoka 427-8555 JP', 'JP', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8593, 'c4985c', 0, 'Hui Zhou Gaoshengda Tech Co, Ltd', 'No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8594, '78c6bb', 0, 'Innovasic, Inc', '5635 Jefferson St. NE, Suite A Albuquerque NM 87109 US', 'US', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8595, '948fcf', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8596, '4c4bf9e', 0, 'Beijing AutoAi Tech Co Ltd', 'The building of Navinfo ,at the intersection Yongfeng road and Beiqing road,Haidian District Beijing Beijing 100094 CN', 'CN', 'MA-M', '2019-07-03', '2019-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8597, '0050c289f', 0, 'Datalink Tech Gateways Inc', '3888 Sound Way Bellingham WA 98226 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8598, '28cd4c', 0, 'Individual Computers GmbH', 'Im Zemmer 6 Woffelsbach NRW 52152 DE', 'DE', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8599, '24e271', 0, 'Qingdao Hisense Communications Co, Ltd', 'Qianwangang Road 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2013-09-12', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8600, '54b80a', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8601, '20e407', 0, 'Spark srl', 'Via A. Gramsci 86/A Reggio Emilia 42124 IT', 'IT', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8602, '0050c20bd', 0, 'Tattile', 'via Trento 127 Capriano Del Colle 25020 Brescia IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8603, '001dda', 0, 'Mikroelektronika spol. s r. o.', 'Dráby 849 Vysoké Mýto CZ 566 01 CZ', 'CZ', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8604, '70b3d58db', 0, 'Kratos Analytical Ltd', 'Trafford Wharf Road Manchester M17 1GP GB', 'GB', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8605, '508cb1', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8606, '70b3d5d6b', 0, 'Uwinloc', '57 Avenue Jean Monnet Colomiers 31770 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8607, 'b0fd0b6', 0, 'Dneso Ten Ltd', '1-2-28,gosho-doori,hyougo-ku kobe hyougo 652-8510 JP', 'JP', 'MA-M', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8608, '48eb62', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2019-10-31', '2019-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8609, '0004fb', 0, 'Commtech, Inc', '9011 E. 37th Street Wichita KS 67226-2006 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8610, '2cd1414', 0, 'Shanghai RW Ele&Tec Co, Ltd', '10th Floor, No 6, Lane 2500 Xiupu Road, Pudong New District, Shanghai Shanghai Shanghai 201315 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8611, '586ab1', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District, Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2014-08-28', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8612, 'fcd2b6a', 0, 'Nreal Tech Ltd', 'RM 1901,19/F LEE GARDEN ONE 33 HYSAN AVENUE CAUSEWAY BAY HONG KONG 999077 HK', 'HK', 'MA-M', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8613, '70b3d52b5', 0, 'Dosepack India Llp', '429/A,Kalasagar Shopping Hub, Sattadhar Cross Road Ahmedabad Gujarat 380061 IN', 'IN', 'MA-S', '2019-10-26', '2019-10-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8614, '0050c22bb', 0, 'TA Instruments Ltd', '159 Lukens Drive New Castle Delaware 19720 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8615, '0050c2e7d', 0, 'Ael Microsystems Ltd', '12 Pixiefield Malvern Worcestershire WR13 5ND GB', 'GB', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8616, '001e95', 0, 'Sigmalink', 'DooSan VentureDigm 1028, Anyang-City Kyunggi-do 431-070 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8617, '001f74', 0, 'Eigen Development', '1807 W10th Ave Vancouver BC V6J 2A9 CA', 'CA', 'MA-L', '2008-01-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8618, '6c0460', 0, 'Rbh Access Tech Inc', '2 Automatic Road Brampton Ontario L6S 6K8 CA', 'CA', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8619, '70b3d50b3', 0, 'Reonix Automation', '#10 - 3716 56 ave SE Calgary Alberta T2C2B5 CA', 'CA', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8620, 'dcd87c', 0, 'Beijing Jingdong Century Trading Co, Ltd', '28F,Building A Zhaolin Plaza,NO.19,Ronghua Middle road,BDA Beijing Beijing 100176 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8621, '006016', 0, 'Clariion', 'COSLIN DRIVE SOUTHBORO MA 01772 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8622, '0009b3', 0, 'Mcm Systems Ltd', 'Kolomban 9F Ankaran Slovenija 6280 SI', 'SI', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8623, '4c917a8', 0, 'Camsat Przemysław Gralak', 'Ogrodowa 2A Solec Kujawski Bydgoszcz 86-050 PL', 'PL', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8624, '283ce4', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8625, '84d6d0', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8626, '1cde57', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-12-27', '2018-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8627, 'e41e0ad', 0, 'Romo Wind A/S', 'Olof Palmes Allé 47 Aarhus N 8200 DK', 'DK', 'MA-M', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8628, '8c0c87', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2020-01-17', '2020-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8629, '000f14', 0, 'Mindray Co, Ltd', 'Mindray Building, Keji 12th Road South Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8630, '0016ac', 0, 'Toho Tech Corp', 'HIGASHI 5-1 INAZAWA-CITY AICHI 492-8501 JP', 'JP', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8631, '0050c2b66', 0, '8185', 'Paffrather Str. 140 Bergisch Gladbach Northrhine Westfalia 51465 DE', 'DE', 'IAB', '2010-05-15', '2019-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8632, '74e14ad', 0, 'Knog Pty Ltd', '453 Church St Richmond VIC 3128 AU', 'AU', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8633, 'b0ee7b', 0, 'Roku, Inc', '150 Winchester Circle Los Gatos CA 95032 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8634, '000404', 0, 'Makino Milling Machine Co, Ltd', '4023 Nakatsu, Aikawa-machi Aiko-gun Kanagawa 243-0303 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8635, '002383', 0, 'InMage Systems Inc', '3255-1 Scott Blvd, #104 Santa Clara CA 95054 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8636, 'dcc422', 0, 'Systembase Ltd', 'Jupes Field House, Pettridge Lane Warminster Wiltshire BA12 6DG GB', 'GB', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8637, '5062556', 0, 'Shenzhen Sinway South Tech Co, Ltd', 'No.7, Guantian Road, Guanlan Street, Longhua District Shenzhen Guangdong 518110 CN', 'CN', 'MA-M', '2019-08-24', '2019-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8638, '5c3a3d', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8639, '000331', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8640, '000905', 0, 'iTEC Tech Ltd', '160-1, Karak-Dong, Songpa-Gu Seoul 138-809 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8641, '0026cf', 0, 'Deka R&D', '340 Commercial Street Manchester NH 03101 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8642, 'a444d1', 0, 'Wingtech Group (HongKong)Ltd', 'FLAT/RM 1903 19/F PODIUM PLAZA 5HANOI ROAD TSIM SHA TSUI Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8643, '001ca5', 0, 'Zygo Corp', '21 Laurel Brook Rd. Middlefield CT 06455 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8644, '0025c3', 0, '21168', 'CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX', 'MX', 'MA-L', '2010-01-05', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8645, '7ced8d', 0, 'Microsoft', '1 Microsoft Way Redmond Washington 98052 US', 'US', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8646, '38f597', 0, 'home2net GmbH', 'Im Haslet 42 Woerth/Donau Bayern 93086 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8647, 'e4956e3', 0, 'Shanghai Dge Co, Ltd', 'No.6608, Beisong Road, Shanghai 201611 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8648, '70b3d51da', 0, 'Promess Inc', '11429 Grand River Brighton MI 48116 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8649, '2cd974', 0, 'Hui Zhou Gaoshengda Tech Co, Ltd', 'No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8650, '001030', 0, 'Eion Inc', '320 March Road Ottawa ON K2K 2E3 CA', 'CA', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8651, '000c66', 0, 'Pronto Networks Inc', '4637 Chabot Dr Pleasanton CA 94588 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8652, '8c8580', 0, 'Smart Innovation Llc', '7F,Tower B,Jianxing ShenZhen GuangZhou 518055 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8653, 'fca47ac', 0, 'Shenzhen Alfeye Tech Co, Ltd', 'Dingye Business Center321, Building A, Jingbei Industrial Park, No. 82, Intersection of Baoan Avenue and Xin\'an 6th Road, Haiyu Community, Xin\'an Street, Bao\'an District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8654, '743c18', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8655, '001937', 0, 'CommerceGuard AB', 'Gustavslundsv 151A BROMMA 16714 SE', 'SE', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8656, 'a49a58', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8657, '701bfb', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8658, '000bd2', 0, 'Remopro Tech Inc', 'No. 443, Huannan RD., Pingjen City Taoyuan 324 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8659, '200505', 0, 'Radmax Communication Private Ltd', 'F-24/34, IIND FLOOR, SECTOR-7 DELHI DELHI 110085 IN', 'IN', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8660, '889ca6', 0, 'Btb Korea Inc', '#1001, Suntech City 1st Sungnam Kyunggido 462-725 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8661, '14bd61', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8662, 'c48466', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8663, '000b1e', 0, 'Kappa opto-electronics GmbH', 'Kleines Feld 6 Gleichen Niedersachsen DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8664, '70d6b6', 0, 'Metrum Tech', '315 South University Parks Drive Waco Texas 76701 US', 'US', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8665, '0050c29d5', 0, 'Netpower Labs AB', 'Stubbsundsv 17 Stockholm 13141 SE', 'SE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8666, 'a83fa16', 0, 'Beglec', 'hofveld 2c Groot-Bijgaarden 1702 BE', 'BE', 'MA-M', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8667, '001165', 0, 'Znyx Networks, Inc', '48421 Milmont Drive Fremont CA 94538 US', 'US', 'MA-L', '2004-06-05', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8668, '001315', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2004-12-15', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8669, '9c35eb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8670, '70b3d582e', 0, 'PlayAlive A/S', 'Platzvej 2 Vejle Denmark 7100 DK', 'DK', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8671, '50ff990', 0, 'Simicon', 'Mendeleevskay str. 8 Saint-Petersburg 194044 RU', 'RU', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8672, 'b89436', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8673, '50db3f', 0, 'Shenzhen Gongjin Electronics Co, LT', 'SONGGANG SHENZHEN GUANGDONG 518105 CN', 'CN', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8674, '002388', 0, 'V.T. Telematica S.p.a.', 'Via Gorky, 21 San Giuliano Milanese Milano 20098 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8675, 'bccfcc', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County 330 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8676, '2c1875', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8677, '5c1515', 0, 'Advan', 'Wisma SMR.JL.Yos Sudarso Kav 89,Lt8.Suite 804,Jakarta Utara 10730 Jakarta Jakarta Utara 14350 ID', 'ID', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8678, 'd49cf4', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8679, '64fb814', 0, 'Pricer AB', 'Västra Järnvägsgatan 7 Stockholm 11164 SE', 'SE', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8680, '7c7668', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8681, 'c495a2', 0, 'Shenzhen Weijiu Industry And Trade Development Co, Ltd', 'ROOM 1713,BAOHUA BUILDING, HUAQIANG NORTH ROAD, FUTIAN DISTRICT, SHENZHEN GUANGDONG 518031 CN', 'CN', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8682, '40d855098', 0, 'Dave Srl', 'Via Talponedo 29a Porcia Pordenone 33080 IT', 'IT', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8683, '001e03', 0, 'LiComm Co, Ltd', '908-1 SEO-RI, IDONG-MYEON YONGIN-SI GYEONGGI-DO 449-834 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8684, '204e7f', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8685, '080005', 0, 'Symbolics Inc', '257 VASSAR STREET CAMBRIDGE MA 02139 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8686, '0006aa', 0, 'VT Miltope', '4900 Pearl East Circle Boulder CO 80301 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8687, '146b72', 0, 'Shenzhen Fortune Ship Tech Co, Ltd', 'Room 701-716, 7th Floor, Nanshan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8688, '0050c272f', 0, 'Priority Electronics Ltd', '55 Trottier Bay Winnipeg Manitoba R3T 3R3 CA', 'CA', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8689, '0050c2d4a', 0, 'Ath system', 'Osady Lezaku 498 Chrast 53851 CZ', 'CZ', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8690, '00080b', 0, 'Birka Bpa Informationssystem AB', 'Box 20100 SE', 'SE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8691, '001ee4', 0, 'Acs Solutions France', 'Rue Claude Chappe Guilherand Granges Ardeche 07503 FR', 'FR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8692, '009363', 0, 'Uni-Link Tech Co, Ltd', '7-5, No.66, Sec.2, Nan-Kan Rd., Lu-Chu Hsiang,Taoyuan,Taiwan Taoyuan Taiwan 338 TW', 'TW', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8693, '0090d3', 0, 'Giesecke & Devrient GmbH', 'PRINZREGENTENSTRASSE 159 D-81677 MUNCHEN DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8694, '00059a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8695, '001bc5002', 0, 'Goramo - Janusz Gorecki', 'ul. Szancowa 82 PL 01-458 PL', 'PL', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8696, '58fcdb1', 0, 'Certis Tech International', 'Certis CISCO Singapore 409179', '', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8697, '380aab', 0, 'Formlabs', '35 Medford St Somerville MA 02143 US', 'US', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8698, '0017ca', 0, 'Qisda Corp', '157 Shan Ying Road, GueiShan Taoyuan, 333 TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8699, '0050c2983', 0, 'Bogart Engineering', '19020 Two Bar Road Boulder Creek CA 95006 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8700, '0050c2d20', 0, '7+ Kft', 'Homorod 17 Budapest 1118 HU', 'HU', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8701, '90e7c4', 0, 'Htc Corp', 'No. 23, Xinghua Rd. Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8702, '38d269', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8703, '70b3d577f', 0, 'Microchip Tech Germany II GmbH&CoKG', 'Emmy-Noether-Straße 14 Karlsruhe 76131 DE', 'DE', 'MA-S', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8704, '00d006', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8705, 'd8a25e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-05-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8706, '689e19', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8707, 'bc5ea1', 0, 'PsiKick, Inc', '2348 Walsh Ave Santa Clara CA 95051 US', 'US', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8708, '0014aa', 0, 'Ashly Audio, Inc', '847 Holt Road Webster NY 14580 US', 'US', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8709, '0c826a', 0, 'Wuhan Huagong Genuine Optics Tech Co, Ltd', 'Science & Technology Region of HUST, Donghu High-Tech Zone Wuhan Hubei 430223 CN', 'CN', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8710, 'd8df7a', 0, 'Quest Software, Inc', '4 Polaris Way Aliso Viejo CA 92656 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8711, 'e468a3', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8712, '1c8879e', 0, 'Orion Labs Inc', '2125 Mission St San Francisco CA 94110 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8713, 'c46413', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8714, '444c0c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-07-28', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8715, '005a39', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8716, 'c08359d', 0, 'Gardner Denver Thomas GmbH', 'Livry-Gargan-Straße 10 Fürstenfeldbruck Bavaria 82256 DE', 'DE', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8717, '70b317', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8718, '000ce5', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2003-04-11', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8719, '000de6', 0, 'Youngbo Engineering Co, Ltd', 'Mt.22, Jaeunga-ri, Jigsan-Eup, Cheonan-shi Chungcheongnam-do #330-810 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8720, '000db1', 0, 'Japan Network Service Co, Ltd', 'Matoba Bldg. 6F, Chuo-ku Tokyo 104-0042 JP', 'JP', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8721, '844167', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8722, '00c0a4', 0, 'Unigraf OY', 'RUUKINTIE 18 FI', 'FI', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8723, '00cf1c', 0, 'Communication Machinery Corp', '1226 ANACAPA SANTA BARBARA CA 93101 US', 'US', 'MA-L', '2000-11-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8724, '48bf6b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8725, 'cc75e2', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8726, '0060e1', 0, 'Orckit Communications Ltd', '38 NAHALAT YIZHAK STREET TEL-AVIV 67448 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8727, '002672', 0, 'Aamp of America', '13190 56th Court Clearwater Florida 33760 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8728, '94bf95', 0, 'Shenzhen Coship Electronics Co, Ltd', 'Rainbow Bldg., North, Hi-Tech Industrial Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8729, '70b3d5350', 0, 'Tickster AB', 'Magasinsgatan 8 Arvika Värmland SE67131 SE', 'SE', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8730, '001f5e', 0, 'Dyna Tech Co, Ltd', 'HaoHai Building 1F,No.7,5th Street,Shangdi, Beijing 100085 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8731, '64fb81', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-03-03', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8732, '7cd661', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-01-30', '2019-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8733, '000cc2', 0, 'ControlNet (India) Private Ltd', 'L-44, Unit - I Verna, Salcete Goa 403 722 IN', 'IN', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8734, '0013f0', 0, 'Wavefront Semiconductor', '4746 44th Ave SW Seattle WA 98116 US', 'US', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8735, 'f8eda5', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-01-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8736, 'd86c02', 0, 'Huaqin Telecom Tech Co, Ltd', 'No.1 Building,399 Keyuan Road, Zhangjian Hi-Tech Park, Pudong New Area Shanghai 201203 CN', 'CN', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8737, '0081c4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8738, '000a3f', 0, 'Data East Corp', '4-41-10 Minami-Ogikubo Suginami-ku TOKYO 167-0052 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8739, '002558', 0, 'Mpedia', 'Shinyoung Tower 12F 246-2 Seongnam Gyeonggi-do 463-824 KR', 'KR', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8740, 'c47c8da', 0, 'Silvus Tech Inc', '10990 Wilshire blvd. suite 1500 Los Angeles CA 90024 US', 'US', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8741, '10b3c6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8742, '5062557', 0, 'Avtech Software, Inc', '16 Cutler Str, Cutler Mill Warren RI 02885 US', 'US', 'MA-M', '2019-08-29', '2019-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8743, '000612', 0, 'Accusys, Inc', '5F, No. 38, Taiyuan St Hsinchu County 30265 TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8744, '40d855121', 0, 'shanghai Anjian Information Tech Co , Ltd', 'Room 413,Block B , shanghai shanghai 200235 CN', 'CN', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8745, '18104e', 0, 'Cedint-Upm', 'Campus de Montegancedo Madrid ES', 'ES', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8746, '10b9f7', 0, 'Niko-Servodan', 'Stenager 5 Sønderborg 6400 DK', 'DK', 'MA-L', '2018-07-05', '2018-07-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8747, '6caef6', 0, 'eero Inc', '660 3rd Street San Francisco CA 94107 US', 'US', 'MA-L', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8748, '001a96', 0, 'Ecler S.A.', 'Motors 166-168 Barcelona 08038 ES', 'ES', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8749, 'a4a24a', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8750, '001e21', 0, 'Qisda Corp', '157 Shan-Ying Road, Gueishan Taoyuan 333 TW', 'TW', 'MA-L', '2007-09-29', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8751, 'f40b93', 0, 'BlackBerry Rts', '451 Phillip Street Waterloo ON N2L 3X2 CA', 'CA', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8752, 'ac5e8c', 0, 'Utillink', '817 Woolim Lions Valley 1, 311-3 Sangdaewon-dong Jungwon-gu Seongnam-si Gyeonggi-do 462160 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8753, '44d5f2d', 0, 'Shenzhen Nation Rfid Tech Co, Ltd', 'Room 816, Building A, Yuanzheng Venture Building, No. 19 Langshan Road, Xili Street, Nanshan District ShenZhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8754, '00c03d', 0, 'Wiesemann & Theis GmbH', 'WITTENER STR. 312 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8755, '003007', 0, 'Opti, Inc', '1440 MCCARTHY BLVD. MILPITAS CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8756, '342387', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-09-12', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8757, '0c413e', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8758, '30a1fa', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8759, '000a9b', 0, 'TB Group Inc', '4F NREG Hongo 3-chome Bldg., 3-26-6, Hngo, Bunkyo-ku, Tokyo 113-003 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8760, '3cf392', 0, 'Virtualtek. Co Ltd', '12F, ShinhanDm Bldg., Seoul 121-708 KR', 'KR', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8761, '000bd0', 0, 'XiMeta Tech Americas Inc', '54 Ray Street New Brunswick NJ 08901 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8762, '0050c234b', 0, 'Ecutel Systems, Inc', '2300 Corporate Park Drive Herndon VA 20171 US', 'US', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8763, '001ad3', 0, 'Vamp Ltd', 'PO Box 810 Vaasa 65101 FI', 'FI', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8764, '001f85', 0, 'Apriva Iss, Llc', '6900 E Camelback Rd Scottsdale AZ 85251 US', 'US', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8765, '78a504', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8766, '001bc50c9', 0, 'Uab Kitron', 'Taikos 151 Kaunas Lithuania LT-52119 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8767, '000141', 0, 'Cable Print', 'Jozef Cardynstraat 16 BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8768, '0040bf', 0, 'Channel Systems Intern\'L Inc', '93 SO. LA PATERA LANE SANTA BARBARA CA 93117 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8769, '649a12', 0, 'P2 Mobile Tech Ltd', 'Unit 708, 7/F, Bio-Informatics Centre, No.2 Science Park West Avenue, Hong Kong Hong Kong 00000 HK', 'HK', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8770, '70b3d5b6d', 0, 'Movis', 'Naverland 2, 4. sal Glostrup Denmark DK-2600 DK', 'DK', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8771, '0050c2859', 0, 'Nuvation', '3590 North First St. San Jose CA 95134 US', 'US', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8772, '0050c2b35', 0, 'haneron', '2-22 ota yao oosaka 581-0037 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8773, 'd0034b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8774, '00a38e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8775, 'b4bc7c', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8776, '001827', 0, 'Nec Unified Solutions Nederland B.V.', 'ANTON PHILIPSWEG 1 HILVERSUM NH 1223KZ NL', 'NL', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8777, '001bd9', 0, 'Edgewater Wireless Systems Inc', '50 HInes Road Suite 200 Ottawa Ontario K2K-2M5 CA', 'CA', 'MA-L', '2007-04-09', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8778, '0090d7', 0, 'NetBoost Corp', '390 CAMBRIDGE AVENUE PALO ALTO CA 94306-1506 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8779, '8886a0', 0, 'Simton Tech, Ltd', '2 Taishan Road, Building C, 3rd Floor Wuxi, Province of Jiangsu, 214028 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8780, '0cf346', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8781, 'c04004', 0, 'Medicaroid Corp', '1-6-4, Minatojima-minamimachi, Chuo-ku Kobe 650-0047 JP', 'JP', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8782, 'e4fda1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8783, 'cc9635', 0, 'Lvs Co, Ltd', 'SmartValley B # 801 Incheon 406-840 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8784, '70b3d574d', 0, 'Speech Tech Center Ltd', '4 Krasutskogo str. Saint Petersburg 196084 RU', 'RU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8785, '70b3d5338', 0, 'Opti-Sciences, Inc', '8 Winn Ave Hudson NH 03051 US', 'US', 'MA-S', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8786, '40d855018', 0, 'Staneo Sas', '90 rue des trente-six ponts Toulouse 31400 FR', 'FR', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8787, '88a9a72', 0, 'Honeywell spol. s.r.o. Hts CZ o.z.', 'Turanka 100/1387 Brno 62700 CZ', 'CZ', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8788, '28d98a', 0, 'Hangzhou Konke Tech Co, Ltd', 'Hangzhou cuibai road 7, ROOM 422 Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8789, 'b05216', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8790, '70b3d51a3', 0, 'Telairity Semiconductor', '3375 Scott Blvd. Santa Clara CA 95054 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8791, '0009c8', 0, 'Sinagawa Tsushin Keisou Service', '13-5 Fuke , Sumiyoshi , Onahama Iwaki City Fukushima Prefecture 971-8124 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8792, '0026a8', 0, 'Daehap Hyper-Tech', 'Mega center #1108, SK Techno-Park, #190-1, Sangdaewon-Dong, Jungwon-Gu Seongnam Gyeonggi-Do 462-807 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8793, '0002d0', 0, 'Comdial Corp', '1180 Seminole Trail Charlottesville VA 22901 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8794, '000c7c', 0, 'Internet Information Image Inc', 'Fl. 6, No. 1, Alley 20, Lane 26, Rueigua Taipei 114 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8795, '0050c2a60', 0, 'Arrow Central Europe GmbH - Division Spoerle', 'Max-Planck-Str. 1-3 Dreieich D-63303 DE', 'DE', 'IAB', '2009-02-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8796, '002565', 0, 'Vizimax Inc', '2284, rue de la Province Longueuil Québec J4G 1G1 CA', 'CA', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8797, '10a659', 0, 'Mobile Create Co, Ltd', 'Kakukita 2-20-8 Oita 870-0848 JP', 'JP', 'MA-L', '2014-09-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8798, 'f8bf09', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-04-11', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8799, '70b3d5c6c', 0, 'McQ Inc', '1551 FORBES ST Fredericksburg VA 22405 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8800, '0005e9', 0, 'Unicess Network, Inc', '870 Dorothy Dr. #708 Richardson TX 75081 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8801, '000b10', 0, '11wave Technonlogy Co, Ltd', '10F,no.285 sec.2 ,Ti-Ding Ave,NaiHu.Taip Taipei 114 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8802, 'b4a5ac', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-09-19', '2019-09-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8803, 'b0735d', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8804, '9405bb2', 0, 'Dongguan Cxwe Tech Co, Ltd', 'Room 805, building 1, No. 16, Keji 4th Road, Songshanhu Dongguan Guangdong 523000 CN', 'CN', 'MA-M', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8805, '005077', 0, 'Prolific Tech, Inc', '6F 1, LANE 51, SEC 1 100 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8806, '5410ec', 0, 'Microchip Tech Inc', '2355 W. Chandler Blvd. Chandler AZ 85224 US', 'US', 'MA-L', '2016-04-06', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8807, '001483', 0, 'eXS Inc', '1900 Alameda de las Pulgas San Mateo CA 94403 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8808, '0022e7', 0, 'Wps Parking Systems', 'Hoevenweg 11 Eindhoven Noord-Brabant 5652 AW NL', 'NL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8809, '0050c2e49', 0, 'Ctf Tech DO Brasil Ltda', 'AV. IMPERATRIZ LEOPOLDINA, 1661 São Paulo 05305-007 BR', 'BR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8810, '70b3d5c91', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8811, '001076', 0, 'Eurem GmbH', 'JULICHER STR. 338B D-52070 AACHEN DE', 'DE', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8812, '008095', 0, 'Basic Merton Handelsges.M.B.H.', 'DURCHLASS-STRASSE 42 AT', 'AT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8813, '0050c21f9', 0, 'Fr. Sauter AG', 'Im Surinam Basel BL 4016 CH', 'CH', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8814, 'd81edd', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8815, '0050c27cd', 0, 'Precision MicroControl Corp', '2075 Corte del Nogal Carlsbad CA 92011 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8816, 'ec1120', 0, 'FloDesign Wind Turbine Corp', 'Papirfabrikken 28 Silkeborg 8600 DK', 'DK', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8817, 'cc047c', 0, 'G-Way Microwave', '38 Leuning Street South Hackensack New Jersey 07078 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8818, '20a8b9', 0, 'Siemens AG', 'Oestliche Rheinbrueckenstrasse 50 Karlsruhe Baden Wuerttemberg 76187 DE', 'DE', 'MA-L', '2016-07-14', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8819, '70b3d5889', 0, 'Innovative Circuit Tech', '26921 Gloucester Way Langley BC V4W 3Y3 CA', 'CA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8820, '0050c21a3', 0, 'Tidel Engineering LP', '2310 McDaniel Dr Carrollton TX 75006 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8821, '000f49', 0, 'Northover Solutions Ltd', 'Heath Cottage Larling Norfolk NR16 2RB GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8822, '0003cd', 0, 'Clovertech, Inc', '3-1-5 Naka-cho Musashino-shi Tokyo 180-0006 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8823, '4865ee8', 0, 'SmartDisplayer Tech Co, Ltd', 'No. 2-1, Gongjian Rd., Qidu Dist, Keelung City, 20647, Taiwan (R.O.C.) Keelung 20647 TW', 'TW', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8824, 'a4580fd', 0, 'Eye IO, Llc', '2000 University Ave. Suite 610 Palo Alto CA 94303 US', 'US', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8825, '70b3d5fbd', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8826, '0050c2e09', 0, 'Ateme', '26 BUROSPACE BIEVRES Cedex 91570 FR', 'FR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8827, '609084', 0, 'Dssd Inc', '4025 Bohannon Dr Menlo Park CA 94025 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8828, 'bc14ef', 0, 'Iton Tech Ltd', 'Room 1302,A ablock, Building 4 ShenZhen GuangDong Pronvice 518000 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8829, '702393', 0, 'fos4X GmbH', 'Thalkirchner Str. 210, Geb. 6 81371 München DE', 'DE', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8830, '00054e', 0, 'Philips', '1000 West Maude Avenue Sunnyvale CA 94085-2810 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8831, '0050c2bec', 0, 'Drs Laruel Tech', '246 Airport Road Johnstown Pa 15904 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8832, 'a0165c', 0, 'Triteka Ltd', 'Malha Technology Park Jerusalem 96951 IL', 'IL', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8833, '88789c', 0, 'Game Tech SA', 'Plac W. Andersa 3 Poznan 61894 PL', 'PL', 'MA-L', '2013-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8834, '74f8db2', 0, 'Shenzhen Ruishi Information Tech Co, Ltd', '9G,Building A,Nanyuemingzhu Buliding,No.2322, Houhai Avenue,Nanshan District Shenzhen Guangdong 518062 CN', 'CN', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8835, '94c691', 0, 'Elitegroup Computer Systems Co, Ltd', 'No.239, Sec. 2, TiDing Blvd. Nei-Hu Dist. Taipei Taiwan 11439 TW', 'TW', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8836, '0050c231e', 0, 'C3-ilex, Llc', '47009 Benicia St. Fremont California 94538 US', 'US', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8837, '0050c258e', 0, 'Penny & Giles Aerospace Ltd', '1 Airfield Road Christchurch Dorset BH23 3TH GB', 'GB', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8838, '0050c2805', 0, 'MultimediaLED', '11370 Sunrise Park Drive Rancho Cordova California 95742 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8839, '5c22c4', 0, 'Dae Eun Eletronics Co, Ltd', '1029 Hokye-Dong, Dongan-Goo Anyang-Shi Kyongki-Do 431-080 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8840, 'b8eaaa', 0, 'Icg Networks Co, Ltd', 'Room 2030,Block B,Yamei Park,Haidian District BEIJING 100010 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8841, '002081', 0, 'Titan Electronics', '3033 SCIENCE PARK ROAD SAN DIEGO CA 92121 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8842, '000b6d', 0, 'Solectron Japan Nakaniida', '325 GANBARA KAMIGUN MIYAGIKEN 981-4263 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8843, '00192a', 0, 'Antiope Associates', '18 Clay Street Fair Haven New Jersey 07704 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8844, '70b3d5295', 0, 'Cello Electronics (UK) Ltd', 'Cliff Lodge Leyburn North Yorkshire DL8 5NS GB', 'GB', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8845, '00909f', 0, 'Digi-Data Corp', '7165 Columbia Gateway Drive Columbia MD 21045 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8846, '00d009', 0, 'Hsing Tech Enterprise Co, Ltd', 'NO.2, LANE 128, SEC. 2 TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8847, '000ccb', 0, 'Design Combus Ltd', 'Hatanapaan valtatie 34A Tampere FIN-33100 FI', 'FI', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8848, '346b46', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8849, '001ae5', 0, 'Mvox Tech Inc', '19050 Pruneridge Ave Cupertino CA 95014 US', 'US', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8850, 'f0182b', 0, 'LG Chem', '128, Yeoui-daero, Yeongdeungpo-gu, Seoul Seoul 150-721 KR', 'KR', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8851, 'ccc760', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8852, '0001c9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8853, '0050c202f', 0, 'Sinetica Corp', 'Singleton Court Monmouth NP53AH GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8854, 'a8d828', 0, 'Ascensia Diabetes Care', '5 Wood Hollow Rd, Parsippany NJ 07054 US', 'US', 'MA-L', '2015-04-04', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8855, 'accf85', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8856, '70b3d5471', 0, 'Sysco Sicherheitssysteme GmbH', 'Nebenstrasse 13 Hasselroth Hessen 63594 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8857, '88403b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8858, '70b3d5a8a', 0, 'Jsc Vist Group', 'Dokuchaev lane, 3, bld. 1, attic, premise 1, room 14 Moscow 107078 RU', 'RU', 'MA-S', '2019-04-15', '2019-04-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8859, '000e69', 0, 'China Electric Power Research Institute', 'No.15 Xiaoying East Road,Qinghe,Beijing,China Beijing 100085 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8860, '0050c2786', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8861, '0050c2829', 0, 'Intellectronika', 'Semchenko st., 6 Perm Perm region 614022 RU', 'RU', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8862, '608cdf', 1, 'Private', '', '', 'MA-L', '2018-12-24', '2018-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8863, '44666e', 0, 'IP-Line', '#204, Gangseo B/D Guro-gu Seoul 152-826 KR', 'KR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8864, '006cbc', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8865, '00014f', 0, 'Adtran Inc', '901 Explorer Blvd. Huntsville AL 35806-2807 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8866, '00182a', 0, 'Taiwan Video & Monitor', '3F, 141 Jen Ai Rd Sec. 3 Taipei City 106 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8867, '000565', 0, 'Tailyn Communication Co Ltd', 'No. 62, Lane 205, Nan-San Road, Taoyuan Hsien TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8868, '0050c22d0', 0, 'Worth Data, Inc', '623 Swift Street Santa Cruz CA 95060 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8869, '000e29', 0, 'Shester Communications Inc', '159 S. Lincoln Spokane WA 99201 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8870, '0050c2781', 0, 'Starling Advanced Communications', '2 Tavor House Yoqneam 20692 IL', 'IL', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8871, '001627', 0, 'embedded-logic Design And More GmbH', 'Hansestrasse 24 Muenster NRW 48153 DE', 'DE', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8872, '387b47', 0, 'Akela, Inc', '5551 Ekwill Street, Suite A Santa Barbara California 93111 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8873, '48d0cf', 0, 'Universal Electronics, Inc', '201 E. Sandpointe Ave Santa Ana CA 92707 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8874, '000986', 0, 'Metalink Ltd', 'Yakum Business Park Yakum HOF HASHARON 60972 IL', 'IL', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8875, '000e2c', 0, 'Netcodec Co', '401 Daeion S/W Center, 48 Jangdong Daejon 305-715 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8876, '001ee5', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine 92612 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8877, 'a8827f', 0, 'Cibn Oriental Network(Beijing) Co, Ltd', 'Floor 18B,Block B(International Resources Building),No.18B(Wanda Plaza),Shijingshan Road,Shijingshan,Beijing(100043) Beijing Beijing 100043 CN', 'CN', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8878, '0050c2244', 0, 'intec GmbH', 'Rahmedestr. 90 Luedenscheid NRW 58507 DE', 'DE', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8879, '0050c26ca', 0, 'Dynamic Hearing Pty Ltd', '2 Chapel Street Richmond VIC 3121 AU', 'AU', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8880, '644214', 0, 'Swisscom Energy Solutions AG', 'Solothurnerstrasse 19 Olten 4600 CH', 'CH', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8881, '70b3d545f', 0, 'Cloud4Wi', '22 Cleveland St San Francisco CALIFORNIA 94103 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8882, '407d0f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8883, '9cafca', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8884, '2cd1418', 0, 'Minno Llc', '421 North Milpas Street Santa Barbara CA 93103 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8885, '348137', 0, 'Unicard SA', 'UL.WADOWICKA 12 KRAKOW woj. malopolskie 30-415 PL', 'PL', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8886, '40b3cd', 0, 'Chiyoda Electronics Co, Ltd', '1-3-11 Nishiki-cho Warabi Saitama JP', 'JP', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8887, '70b3d5945', 0, 'Symboticware Inc', '1545 Maley Drive Sudbury ON P3A 4R7 CA', 'CA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8888, '70b3d5bb4', 0, 'Integritech', '6434 E. Main Street, Unit 103 Reynoldsburg OH 43068 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8889, '000658', 0, 'Helmut Fischer GmbH Institut für Elektronik und Messtechnik', 'Industriestraße 21 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8890, '000c86', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8891, '0050c2b7b', 0, 'Quartech Corp', '15923 ANGELO DRIVE MACOMB TWP. MI 48042-4050 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8892, '74ecf1', 0, 'Acumen', '6F, No.207-3, Sec 3, Beisin Rd Sindian Dist New Taipei City 23143 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8893, '0004a2', 0, 'L.S.I. Japan Co, Ltd', '1-8-14 Sendagaya Shibuya-Ku Tokyo 151-0051 JP', 'JP', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8894, '000e7c', 0, 'Televes S.A.', 'Rua Benefica Conxo 17 Santiago de Compostela Coruña 15706 ES', 'ES', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8895, '2cfce4', 0, 'Ctek Sweden AB', 'Rostugnsvägen 3 Vikmanshyttan Dalarna SE-776 70 SE', 'SE', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8896, 'f485c6', 0, 'Fdt Tech', '14027 Memorial Drive #132 Houston TX 77024 US', 'US', 'MA-L', '2016-04-13', '2016-04-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8897, '1cc0e15', 0, 'Kids Wireless Inc', '200 Bathurst Dr. Waterloo Ontario N2V 2L7 CA', 'CA', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8898, '70b3d5444', 0, 'Ams Controls, Inc', '12180 Prichard Farm Road Maryland Heights MO 63043 US', 'US', 'MA-S', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8899, '0024aa', 0, 'Dycor Tech Ltd', '1851 94 Street Edmonton Alberta T6N 1E6 CA', 'CA', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8900, '80006e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8901, 'c02ff1', 0, 'Volta Networks', '109 Kingston St, 3rd Floor Boston MA 02111 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8902, 'c0b658', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8903, '502b98', 0, 'Es-Tech International', '228-70, Saneop-ro 155beon-gil, Gwonseon-gu, Suwon-si, Gyeonggi-do, Korea Suwon 16648 KR', 'KR', 'MA-L', '2018-10-04', '2018-10-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8904, 'ece1a9', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8905, 'a0b4a5', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-08-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8906, '201a06', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 15, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8907, '70b3d5f10', 0, 'Riegl Laser Measurement Systems GmbH', 'Riedenburgstraße 48 Horn Niederösterreich A-3580 AT', 'AT', 'MA-S', '2014-12-23', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8908, 'c493d9', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8909, 'b4a2eb4', 0, 'Softel SA de CV', 'Camino a Santa Teresa Tlalpan 14010 MX', 'MX', 'MA-M', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8910, '00a098', 0, 'NetApp', '1395 Crossman Ave Sunnyvale, CA 94089 US', 'US', 'MA-L', '1980-01-01', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8911, '0050c24c3', 0, 'Quantum3D, Inc', '6330 San Ignacio Avenue San Jose CA 95051 US', 'US', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8912, '885d904', 0, 'Wuhan Strong Electronics Co, Ltd', '2nd Floor, 6 Bldg, Guannan Fuxing Medical Park, Wuhan Hubei 430074 CN', 'CN', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8913, '186024', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2017-05-24', '2017-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8914, '008044', 0, 'Systech Computer Corp', '6465 NANCY RIDGE DRIVE SAN DIEGO CA 92121 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8915, '000422', 0, 'Studio Tech, Inc', '7440 Frontage Rd Skokie IL 60077-3212 US', 'US', 'MA-L', '2000-11-09', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8916, 'f82f5b', 0, 'eGauge Systems Llc', '1510 28th St, Suite 205 Boulder CO 80303 US', 'US', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8917, '940c98', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8918, '001029', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8919, '003091', 0, 'Taiwan First Line Elec. Corp', '40 Chung-Shan Road Taipei County TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8920, '0050c2e0e', 0, 'Pmac Japan', 'Ningyoucho Bldg. 6F Chuo-ku Tokyo 103-0013 JP', 'JP', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8921, 'b024f3', 0, 'Progeny Systems', '9500 Innovation Drive Manassas VA 20110 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8922, '70b3d5cf5', 0, 'Petring Energietechnik GmbH', 'Paderborner Str.76 Schlangen Deutschland 33189 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8923, '70b3d536e', 0, 'Electrónica Falcón S.A.U', 'Polígono Industrial Escopar, Calle E, Nº 1 Peralta Navarra 31350 ES', 'ES', 'MA-S', '2018-10-19', '2018-10-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8924, '001286', 0, 'Endevco Corp', '30700 RANCHO VIEJO ROAD SAN JUAN CAPISTRANO CA 92675 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8925, '0050c25b0', 0, 'Incotec GmbH', 'Blomestrasse 25 - 27 Bielefeld NRW 33609 DE', 'DE', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8926, '080076', 0, 'PC Lan Tech', '5780 LINCOLN DRIVE SUITE 106 MINNEAPOLIS MN 55436 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8927, '0007cd', 0, 'Kumoh Electronic Co, Ltd', '154-2 Chunui-dong Gyeonggi-do KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8928, '70b3d5a7a', 0, 'Fluid Management Tech', 'PO Box 3197 Port Adelaide South Australia 5015 AU', 'AU', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8929, '0415d9', 0, 'Viwone', '54 - 56 , Avenue Hoche Paris 75008 FR', 'FR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8930, 'e43493', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8931, '0002f1', 0, 'Pinetron Co, Ltd', 'Bldg. #1599-11, Seoul 137-073 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8932, '003050', 0, 'Versa Tech', '4430 E. Miraloma Ave., - Ste. Anaheim CA 92807 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8933, '7c5a67', 0, 'Jnc Systems, Inc', '#611, Gyeonggi Venture Yeonsung University Anyang-si Gyeonggi-do 430731 KR', 'KR', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8934, '0050c28b0', 0, 'BK Innovation, Inc', '1016 Morse Ave Sunnyvale CA 94089 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8935, 'e0c2b7', 0, 'Masimo Corp', '40 Parker Irvine CA 92618 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8936, '0050c2510', 0, 'Summit Developmen', 'Karlstejnska 162 Orech Jinocany 25225 CZ', 'CZ', 'IAB', '2005-09-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8937, 'd89b3b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8938, '0050c23ce', 0, 'Ward Leonard Electric Co', '401 Watertown Road Thomaston CT 06787 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8939, '0050c2422', 0, 'ads-tec GmbH', 'Raiffeisenstraße 14 Leinfelden-Echterdingen Baden-Württemberg 70771 US', 'US', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8940, '001949', 0, 'Tentel Comtech Co, Ltd', '3/F., NO. 42, LANE 80, SEC. 3, NAN-KANG RD., TAIPEI 115 TW', 'TW', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8941, '0819a6', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8942, '001077', 0, 'Saf Drive Systems, Ltd', '88 ARDELT AVE. KITCHENER, ONTARIO N2C 2C9 CA', 'CA', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8943, '0001d2', 0, 'inXtron, Inc', '8F, No.52, MinQuan Road, Xindian Dist. New Taipei City 23141 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8944, 'a49947', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8945, 'd052a8', 0, 'Physical Graph Corp', '11654 Plaza America Drive Reston VA 20190 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8946, '5cbd9e', 0, 'Hongkong Miracle Eagle Tech(Group) Ltd', 'FLAT RM 2103, EASEY COMMERCIAL BLDG,253-261 HENNESSY RD, WANCHAI 999077 HK', 'HK', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8947, 'f8d462', 0, 'Pumatronix Equipamentos Eletronicos Ltda.', 'Rua Bartolomeu Lourenco de Gusmao 2021 Curitiba PR 81650050 BR', 'BR', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8948, 'c02e26', 1, 'Private', '', '', 'MA-L', '2019-08-02', '2019-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8949, '000503', 0, 'Iconag', 'AM Bahnhof 2 DE', 'DE', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8950, '7cebae', 0, 'Ridgeline Instruments', '4803 Innovation Drive, Suite 3B Fort Collins CO 80525 US', 'US', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8951, '646624', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2019-10-01', '2019-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8952, '7426ac', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8953, 'a4da22a', 0, 'Grundig', 'Steinhof 39 Erkrath North Rhine-Westphalia 40699 DE', 'DE', 'MA-M', '2018-03-18', '2020-02-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8954, 'dc3714', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8955, '0050c2565', 0, 'Workpower Tecnologia Eletronica Ltda-Epp', 'RUA OTAVIO PASSOS, 132 São Paulo SP 05590-190 BR', 'BR', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8956, '4487fc', 0, 'Elitegroup Computer Systems Co, Ltd', 'NO. 239, Sec. 2, Ti Ding Blvd. Taipei Taiwan 11493 TW', 'TW', 'MA-L', '2010-01-05', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8957, '6ce983', 0, 'Gastron Co, Ltd', '#75-10, Palgok2-dong, Sangnok-gu, Ansan-city Kyunggi-do 426-190 KR', 'KR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8958, '985e1b', 0, 'ConversDigital Co, Ltd', '5308 5th Bldg., Dong Seoul Univ. Seongnam Gyeonggi 461714 KR', 'KR', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8959, '70b3d592f', 0, 'SiFive', '1875 S Grant St San Mateo CA 94403 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8960, '000a2c', 0, 'Active Tchnology Corp', '16-23, Shibaura 2-Chome, Tokyo Tokyo 108-0023 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8961, '0cd696', 0, 'Amimon Ltd', '2 Maskit st Herzlia 46733 IL', 'IL', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8962, '70ad54', 0, 'Malvern Instruments Ltd', 'Grovewood Rd Malvern Worcestershire WR14 1XZ GB', 'GB', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8963, 'dc729b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8964, '048c16', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8965, '70b3d588a', 0, 'Perceptics, Llc', '11130 Kingston Pike, Ste 6 Farragut TN 37934 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8966, '2836381', 0, 'Panasonic System Solutions Europe', 'Panasonic Marketing Europe GmbH, Hagenauer Str. 43 Wiesbaden 65203 DE', 'DE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8967, '001bc50a6', 0, 'Balter Security GmbH', 'In den Diken 33 Duesseldorf NRW 40472 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8968, 'c0d391c', 0, 'Zhinengguo Tech Co Ltd', 'Taiyueshangwu building, Luozhuang East road, Haidian District beijing beijing 100088 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8969, '000ab8', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8970, '0050c2f8c', 0, 'UBSTechnology Co, Ltd', '505-Ho, Changmi B/D Seoul City 133-120 KR', 'KR', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8971, '0050c271a', 0, 'Logus Broadband Wireless Solutions Inc', '1501 Ellesmere Road Toronto Ontario M1P 4T6 CA', 'CA', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8972, 'dc44276', 0, 'EK-Team Elektronik- u. Kunststoff-Technik GmbH', 'Schnackenburgallee 43 Hamburg Hamburg 22525 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8973, 'd0d94f1', 0, 'mycable GmbH', 'Gartenstrasse 10 Neumuenster Schleswig Holstein 24534 DE', 'DE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8974, '00058d', 0, 'Lynx Photonic Networks, Inc', '13 Hamelaha St. IL', 'IL', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8975, '001b11', 0, 'D-Link Corp', 'NO.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW', 'TW', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8976, '7c0191', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8977, 'd45d64', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8978, '001b61', 0, 'Digital Acoustics, Llc', '37 Sherwood Terrace Lake Bluff IL 60044 US', 'US', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8979, '0021bf', 0, 'Hitachi High-Tech Control Systems Corp', '500,Miyu-cho Mito-shi Ibaraki-ken 319-0316 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8980, '98e7f4', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8981, '70b3d5cb0', 0, 'Ossiaco', '355 Peel St. Montreal Quebec H3C2G9 CA', 'CA', 'MA-S', '2019-08-21', '2019-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8982, '001090', 0, 'Cimetrics, Inc', '55 TEMPLE PLACE BOSTON MA 02111 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8983, '080077', 0, 'Tsl Communications Ltd', 'THE LANDSBURY ESTATE ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8984, '0012bd', 0, 'Avantec Manufacturing Ltd', 'Unit L, 7/F, Camelpaint Bldg, Block 3 852 HK', 'HK', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8985, '001eea', 0, 'Sensor Switch, Inc', '900 Northrop Road Wallingford CT 06492 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8986, '70b3d516b', 0, 'Iot Engineering', '3 Eglington Ave Epson Auckland 1024 NZ', 'NZ', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8987, '70b3d584d', 0, 'Quantum Design Inc', '10307 Pacific Center Court San Diego CA 92121 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8988, '0440a9', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8989, '00a064', 0, 'Kvb/Analect', '9420 JERONIMO ROAD IRVINE CA 92718 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8990, '005050', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8991, 'b01408', 0, 'Lightspeed International Co', 'No.20, LANE 526 NIUPU East RD. Hsinchu Not US/Canada 30091 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8992, 'c0f79d', 0, 'Powercode', '300 Industrial Dr Random Lake Wisconsin 53075 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8993, '70b3d5341', 0, 'Vtron Pty Ltd', 'Unit 2, 62 Township Drive West West Burleigh Queensland 4219 AU', 'AU', 'MA-S', '2014-12-23', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8994, '002080', 0, 'Synergy (UK) Ltd', 'HARTCRAN HOUSE WATFORD HERTS. WD1 5EZ GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8995, '002627', 0, 'Truesell', '301 Sungyun Bldg, 89-2 Seocho-gu, Seoul 137-130 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8996, '0023b3', 0, 'Lyyn AB', 'IDEON Science Park Lund 223 70 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8997, '80e4dac', 0, 'Ever Sp. z o.o.', 'ul. Grudzinskiego 30 Swarzedz wielkopolskie 62-020 PL', 'PL', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8998, 'b437d12', 0, 'Fibersystem AB', 'Gårdsfogdevägen 18B Bormma Stockholm 16866 SE', 'SE', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(8999, '001148', 0, 'Prolon Control Systems', 'Herstedvesterstraede 56 Albertslund DK-2620 DK', 'DK', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9000, '001e61', 0, 'Itec GmbH', 'Lassnitzthal 300 A-8200 Gleisdorf AT', 'AT', 'MA-L', '2007-10-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9001, 'cc70ed', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9002, '000205', 0, 'Hitachi Denshi, Ltd', '32 Miyaki-cho Kodaira-shi JAPAN 187-8511 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9003, '1c48f9', 0, 'GN Netcom A/S', 'Lautrupbjerg 7 Ballerup Ballerup DK-2750 DK', 'DK', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9004, '000a28', 0, 'Motorola', '600 N. US Hwy 45 Libertyville IL 60048 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9005, '0050c2a23', 0, 'Agility Mfg, Inc', '279 Locust Street Dover NH 03820 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9006, '0050c2f0e', 0, 'Micro Technic A-S', 'Smedevaenget 5 Aarup 5560 DK', 'DK', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9007, '588bf3', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2015-07-23', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9008, '70b3d5ebf', 0, 'Automatica Y Regulacion S.A.', 'Condell 1735, Nunoa Santiago RM 7770331 CL', 'CL', 'MA-S', '2020-01-14', '2020-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9009, '00e0b9', 0, 'Byas Systems', '2250 MONROE STREET, #371 SANTA CLARA CA 95050 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9010, '000706', 0, 'Sanritz Corp', '1-30-13, Narimasu, 175-0094 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9011, '0050c2ad7', 0, 'Air Monitors Ltd', 'Unit 2 Bredon Court Tewkesbury Gloucestershire GL20 6FF GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9012, 'e8617e', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9013, 'c83870', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9014, '006f64', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9015, '6cec5a', 0, 'Hon Hai Precision Ind. Co, Ltd', 'B22 Building, NO.52,Tongle Road, Foxconn Industrial Park, District Jiangnan, Nanning, Guangxi, China Nanning Guangxi 530031 CN', 'CN', 'MA-L', '2016-08-06', '2016-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9016, '74860b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9017, '00067c', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9018, '001184', 0, 'Humo Laboratory, Ltd', 'Nishiogi-Kita 5-19-11 Suginami-ku Tokyo 167-0042 JP', 'JP', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9019, '4403778', 0, 'Gemmy Electronics (Shenzhen) Co, Ltd', 'Datianyang Ind. Estate, Dongfang Road, Dangfang Road, Songgang Town, Bao\'an District Shenzhen Guangdong 518105 CN', 'CN', 'MA-M', '2019-08-19', '2019-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9020, 'bc52b7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-06-14', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9021, '40d855152', 0, 'Home Automation Europe', 'Joan Muyskenweg 22 Amsterdam 1096CJ NL', 'NL', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9022, '001cc4', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2007-06-16', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9023, '002586', 0, 'TP-Link Tech Co, Ltd', 'Building 7, Second Part, Honghualing Industrial Zone Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9024, 'acfdec', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9025, '807459', 0, 'K\'s Co, Ltd', '2864-16 Ryomitsuyanagi Yonago Tottori 683-0853 JP', 'JP', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9026, 'e4fb8f', 0, 'Mobiwire Mobiles (Ningbo) Co, Ltd', 'No.999,Dacheng East Road,Fenghua City,Zhejiang Province,China. Fenghua Zhejiang 315500 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9027, '84e0f4e', 0, 'Scale-Tec Ltd', '16027 Hwy 64 Anamosa IA 52205 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9028, '02e6d3', 0, 'Nixdorf Computer Corp', 'NIXDORF TECHNOLOGY CENTER SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9029, '0007dd', 0, 'Cradle Tech', '3130 West Warren Ave. Fremont CA 94538 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9030, 'a4ed43a', 0, 'Guangzhou Maxfaith Communication Tech Co, Ltd', '3rd Floor,Office of Youtong Zone,No.139,Zhongshan Avenue Guangzhou 510665 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9031, 'c83d97', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9032, '34b354', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9033, '1868cb', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.469,Jianghui Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9034, '0c48c6', 0, 'Celestica Inc', '1900-5140 Yonge Street PO Box 42 Toronto Ontario M2N 6L7 CA', 'CA', 'MA-L', '2019-12-11', '2019-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9035, '704a0e', 0, 'Ampak Tech, Inc', '3F, No.15-1 Zhonghua Road, Hsinchu Industrail Park, Hukou, Hsinchu Hsinchu,Taiwan R.O.C. 30352 TW', 'TW', 'MA-L', '2020-01-31', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9036, '0050c2861', 0, 'Grantronics Pty Ltd', '45 Monash Street Wentworthville NSW 2145 AU', 'AU', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9037, '7c08d9', 0, 'Shanghai B-Star Tech Co', '1158 Xiehe Road Shanghai 200335 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9038, '70b3d5e9c', 0, 'Atg UV Tech', 'Genesis House Wigan WN5 8AA GB', 'GB', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9039, '0050f3', 0, 'Global Net Information Co, Ltd', 'NORTH TOWER- RM 1305 GUANG ZHOU 510095 CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9040, '001a73', 0, 'Gemtek Tech Co, Ltd', 'No. 1 Jen Ai Road, Hsinchu Industrial Park, Hukou, Hsinchu 303 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9041, 'e08177', 0, 'GreenBytes, Inc', '15 Gray Lane, Suite 301 Ashaway RI 02804 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9042, '18c8e7', 0, 'Shenzhen Hualistone Tech Co, Ltd', '1708RM,Huafeng HQ Economic Building, Shenzhen Guangdong 518102 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9043, '24767d', 0, 'Cisco Spvtg', '5030 Sugarloaf Pkwy Lawrenceville GA 30044 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9044, '54115f', 0, 'Atamo Pty Ltd', '21 River Road Bayswater WA 6156 AU', 'AU', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9045, 'dc3ef8', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9046, '70b3d5f47', 0, 'TXMission Ltd', 'CP House, Otterspool Way Watford Hertfordshire WD25 8HU GB', 'GB', 'MA-S', '2019-12-19', '2019-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9047, '0004be', 0, 'OptXCon, Inc', 'P.O. Box 13449 Research Triangle Park NC 27709-3449 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9048, '001409', 0, 'Magneti Marelli S.E. S.p.A.', 'ZI Nord, Allee d\'Argenson CHATELLERAULT 86100 FR', 'FR', 'MA-L', '2005-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9049, 'e0d10a', 0, 'Katoudenkikougyousyo Co Ltd', 'oujihontyou1-4-13 kita-ku tokyo-to 114-0022 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9050, 'c8a2ce', 0, 'Oasis Media Systems Llc', '1073 Barley Sheaf Rd Flemington NJ 08822 US', 'US', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9051, '0050c2561', 0, 'Seitec Elektronik GmbH', 'Kastanienweg 4 Troeglitz 06729 US', 'US', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9052, '001cc5', 0, '3Com Ltd', 'Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB', 'GB', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9053, '0080b7', 0, 'Stellar Computer', '95 WELLS AVENUE NEWTON MA 02159', '', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9054, '70b3d5695', 0, 'Gsp Sprachtechnologie GmbH', 'Teltowkanalstraße 1 Berlin 12247 DE', 'DE', 'MA-S', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9055, '0050c2a57', 0, 'Juice Tech, Llc', '930 Kinnear Rd Columbus OH 43212 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9056, '74b00c', 0, 'Network Video Tech, Inc', '4005 Bohannon Drive Menlo Park CA 94025 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9057, '0050c2f6e', 0, 'Smith Meter, Inc', '1602 Wagner Ave. Erie PA 16514 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9058, 'c8e0eb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-05-02', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9059, '2c553c', 0, 'Gainspeed, Inc', '295 Santa Ana Court Sunnyvale CA 94085 US', 'US', 'MA-L', '2013-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9060, '40d85514a', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2013-08-29', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9061, '0008ad', 0, 'Toyo-Linx Co, Ltd', 'Hirakawa-Cho, Chiyada-ku, Tokyo 102-0093 JP', 'JP', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9062, '000cad', 0, 'Btu International', '23 Esquire Rd North Billerica MA 01862 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9063, '60d7e3b', 0, 'Nextivity', '16550 West Bernardo Road, Bldg 5, Suite 550 San Diego CA 92127 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9064, 'b0b3ad', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9065, '8c89fa', 0, 'Zhejiang Hechuan Tech Co, Ltd', 'No. 9, Fucai Road, Longyou Industrial Zone Quzhou Zhejiang 324000 CN', 'CN', 'MA-L', '2019-01-18', '2019-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9066, '70b3d59cf', 0, 'Iotize', '960 chemin de la Croix Verte Montbonnot-Saint-Martin Isere 38330 FR', 'FR', 'MA-S', '2019-08-29', '2019-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9067, '14eda5', 0, 'Wächter GmbH Sicherheitssysteme', 'Alte Ricklinger Str. 3 Hannover Garbsen 30823 DE', 'DE', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9068, 'ac64ddd', 0, 'HMicro Inc', '39355 California St., Suite 303 Fremont null 94538 US', 'US', 'MA-M', '2016-08-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9069, '70b3d5b7e', 0, 'Elbit Systems of America', '4700 Marine Creek Parkway Fort Worth TX 76179 US', 'US', 'MA-S', '2014-11-04', '2018-11-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9070, '40ed980', 0, 'Tsinghua Tongfang Co, Ltd', 'Wangzhuang Road No.1, Haidian District, Beijing, Tsinghua Tongfang Technology Plaza. D 21st Floor Beijing Beijing 100083 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9071, '70b3d5fcb', 0, 'Tieline Research Pty Ltd', 'PO Box 2092 MALAGA Western Australia 6944 AU', 'AU', 'MA-S', '2018-10-25', '2018-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9072, '001c63', 0, 'Truen', '4F SAMWON BLDG., 451-7 SEOUL 137-818 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9073, '40270b', 0, 'Mobileeco Co, Ltd', '#2126, IT Tower B, Keumkang Penterium Bldg, 810 Anyang City Kyunggi-Do 431810 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9074, '0050c2b1b', 0, 'Integrated Control Corp', '748 Park Ave Huntington NY 11743 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9075, '40d8550bc', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9076, 'b0f530', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2019-10-01', '2019-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9077, '000c2a', 0, 'Octtel Communication Co, Ltd', '7F-1, No.300, Daduen 10th St. Taichung City 408 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9078, '001ee7', 0, 'Epic Systems Inc', '390 S. Abbott Ave Milpitas CA 95035 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9079, '40d855082', 0, 'ard sa', 'Micropolis Bat Clematis Gap France 05000 FR', 'FR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9080, '70b3d549f', 0, 'B.P.A. Srl', 'Via Primo Villa 2/1 Burago di Molgora MB 20875 IT', 'IT', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9081, '44032c', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9082, '70b3d5549', 0, 'Procon automatic systems GmbH', 'Bettwiesenweg 18 Sellnrod 35325 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9083, '00804a', 0, 'Pro-Log', '12 UPPER RAGSDALE DRIVE MONTEREY CA 93940 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9084, '60748d', 0, 'Atmaca Elektronik', 'Namik Kemal Mahallesi 177, Sokak No:2 Istanbul Esenyurt 34510 TR', 'TR', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9085, '946269', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-07-13', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9086, '00081b', 0, 'Windigo Systems', '2210 O\'Toole Ave. #200 San Jose CA 95131 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9087, 'e02636', 0, 'Nortel Networks', 'CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX', 'MX', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9088, '98f7d7', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9089, '0000a5', 0, 'Tattile Srl', 'P.O. BOX 17220 BOULDER CO 80308-7220 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9090, '080a4e', 0, 'Planet Bingo® — 3rd Rock Gaming®', '75190 Gerald Ford Dr. Palm Desert CA 92211 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9091, '60313b', 0, 'Sunnovo International Ltd', '1717 Haitai Building Beijing Beijing 100083 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9092, '00307e', 0, 'Redflex Communication Systems', '11-29 Eastern Road South Melbourne Victoria 3205 AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9093, '008080', 0, 'Datamedia Corp', '7401 CENTRAL HIGHWAY PENNSAUKEN NJ 08109 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9094, '78998f', 0, 'Mediline Italia Srl', 'VIA 8 MARZO, 4 CORTE TEGGE REGGIO NELL\'EMILIA 42025 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9095, 'bc4b79', 0, 'SensingTek', '2F, No.6-2,Dusing Rd.,Hsinchu Science Park, Hsinchu 30078 TW', 'TW', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9096, '04714b', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9097, '000853', 0, 'Schleicher GmbH & Co Relaiswerke KG', 'Pichelswerderstrasse 3-5 DE', 'DE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9098, '10189e', 0, 'Elmo Motion Control', '64 Gisin St. Petach Tikva 49103 IL', 'IL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9099, '000a62', 0, 'Crinis Networks, Inc', '2099 N. Collins Blvd, Suite 200 Richardson TX 75080 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9100, '00192c', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-08-15', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9101, '0026bd', 0, 'Jtec Card & Communication Co, Ltd', 'Dabo Bldg, 4F, 61-1, Gyesu-dong, Sosa-gu Bucheon Gyunggi-do 422-070 KR', 'KR', 'MA-L', '2010-01-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9102, '044bed', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9103, '002075', 0, 'Motorola Communication Israel', '3 KREMENETSKI STREET TEL-AVIV 61250 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9104, '0007ec', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9105, '000b24', 0, 'AirLogic', '807-1, Bundangtechnopark D, 151, Sungnam-Si Kyungki-Do 463-760 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9106, 'bc28d6', 0, 'Rowley Associates Ltd', 'Suite 4B/4C Drake House Dursley Gloucestershire GL11 4HH GB', 'GB', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9107, '40d855097', 0, 'Burton Technical Services Llc', '1214 Metro Park Blvd Lewisville Texas 75057 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9108, '70b3d57f3', 0, 'Shenzhen Virtual Clusters Information Tech Co, Ltd', 'Room 201,Building A,No.1,Qianhai 1st Road,Shengang cooperation zone,Qianhai Shenzhen 518054 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9109, 'b0fd0b0', 0, 'Tae Hyung Industrial Electronics Co, Ltd', '301-404, Bucheon Technopark, 345, Seokcheon-ro Bucheon-si Gyeonggi-do 14501 KR', 'KR', 'MA-M', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9110, '00a016', 0, 'Micropolis Corp', '21211 NORDHOFF STREET CHATSWORTH CA 91311 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9111, '0008b7', 0, 'Hit Inc', '4F, 8, Lane 235, Pao-Chiao Road, Shin Tien Taipei 231 TW', 'TW', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9112, '0050c2a24', 0, 'Grupo Epelsa S.L.', 'C/ Albasanz, 6 y 8 Madrid 28037 ES', 'ES', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9113, '001abf', 0, 'Trumpf Laser Marking Systems AG', 'Ausserfeld Gruesch GR 7214 CH', 'CH', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9114, '002305', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9115, '00f403', 0, 'Orbis Systems Oy', 'Taivaltie 5 Vantaa 01610 FI', 'FI', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9116, 'c88722', 0, 'Lumenpulse', '1751 Richardson, suite 1505 Montreal Quebec H3K 1G6 CA', 'CA', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9117, '00a07b', 0, 'Dawn Computer Incorporation', '6 KEXUEYUAN SOUTH ROAD CN', 'CN', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9118, '000fc2', 0, 'Uniwell Corp', '5-25, 3-chome, Tenma, Kita-ku Osaka 530-0043 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9119, '083ab8', 0, 'Shinoda Plasma Co, Ltd', '4-6-7, Minatojima Minamimachi, Chuo-ku Kobe Hyogo 6500047 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9120, '4865eec', 0, 'Dnv GL', 'Utrechtseweg 310 Arnhem 6812 AR NL', 'NL', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9121, '080003', 0, 'Advanced Computer Comm.', '720 SANTA BARBARA ST. SANTA BARBARA CA 93101 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9122, '0050c26f6', 0, 'AV SatCom AS', 'Martin Linges v 25 Fornebu Bærum 1364 NO', 'NO', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9123, '208984', 0, 'Compal Information (Kunshan) Co, Ltd', 'No.25, Third Avenue, A Zone, Kunshan Comprehensive Free Trade Zone KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9124, '70b3d5b6c', 0, 'Ghm-Messtechnik GmbH (Standort Imtron)', 'Carl-Benz-Strasse 11 Owingen Baden-Würrtemberg 88696 DE', 'DE', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9125, '00e032', 0, 'Misys Financial Systems, Ltd', 'BUCKHOLT DRIVE, WARNDON, WORCESTER WR49SR GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9126, '8c604f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9127, '1c87746', 0, 'Schawbel Tech Llc', '24 New England Executive Park, Suite 150 Burlington MA 01803 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9128, '2c48352', 0, 'Rheonik Messtechnik GmbH', 'Rudolf-Diesel-Str., 5 Odelzhausen Deutschland 85235 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9129, '703a51', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9130, 'b0fd0bd', 0, 'Habana Labs Ltd', '5 Tarshish St, Caesarea 3079821 IL', 'IL', 'MA-M', '2019-02-06', '2019-02-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9131, '000a5a', 0, 'GreenNET Tech Co, Ltd', 'No.10, Qiongyu Road,Sciences-based Indus Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9132, '5014b5', 0, 'Richfit Information Tech Co, Ltd', 'Room 1501, Gehua Tower, Suite N0.1, Qinglong lane, Dongcheng District Beijing Beijing 100007 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9133, '0021ec', 0, 'Solutronic GmbH', 'Kueferstrasse 18 Koengen 73257 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9134, '0050c2f6d', 0, 'Pro Design Electronic GmbH', 'Albert-Mayer-Straße 14-16 Bruckmuehl Bavaria 83052 DE', 'DE', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9135, 'bce67c', 0, 'Cambium Networks Ltd', 'Unit B2, Linhay Business Park, Ashburton Devon TQ13 7UP GB', 'GB', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9136, '000f4d', 0, 'TalkSwitch', '1545 Carling Ave Ottawa Ontario K1Z 8P9 CA', 'CA', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9137, '001bc9', 0, 'Fsn Display Inc', 'Baeksuk-Dong 1141-1, Ilsan Techno Town 1009 Koyang-si Kyeonggi-Do 410722 KR', 'KR', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9138, '80ee73', 0, 'Shuttle, Inc', 'No. 30 Lane 76, Rei Kuang Rd Taipei 114 TW', 'TW', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9139, '3cb87a', 1, 'Private', '', '', 'MA-L', '2012-01-18', '2012-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9140, '0c8c8f', 0, 'Kamo Tech Ltd', 'Room 1502, 15/F., Yue Xiu Building, Wanchai Hong Kong 160-174 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9141, '00d02b', 0, 'Jetcell, Inc', '173 CONSTITUTION DRIVE MENLO PARK CA 94025-1106 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9142, '0050c255f', 0, 'Moog Broad Reach', '1113 Washington Ave #200 Golden CO 80401 US', 'US', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9143, '9cf61a', 0, 'Utc Fire and Security', '2955 Red Hill Ave. Costa Mesa CA 92626 US', 'US', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9144, '0050c2c41', 0, 'Comprion GmbH', 'Technologiepark 25 Paderborn 33100 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9145, '0050c2d77', 0, 'Fr. Sauter AG', 'Im Surinam 55 BASEL BS CH CH', 'CH', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9146, 'f4a997', 0, 'Canon Inc', '30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9147, '7cbacc4', 0, 'Sun Asia Trade Co', 'RM 1005 10/F, HOKING COMMERCIAL CENTRE,2-16 FA YUEN STREET MONGKOk Hong Kong Hong Kong 9998800 HK', 'HK', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9148, '000ce1', 0, 'The Open Group', 'Apex Plaza Reading Berks RG1 1AX GB', 'GB', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9149, '1062c9', 0, 'Adatis GmbH & Co KG', 'Forchheimer Straße 6 Nürnberg Bavaria 90425 DE', 'DE', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9150, '70b3d5bb6', 0, 'Franke Aquarotter GmbH', 'Parkstraße 1-5 Ludwigsfelde 14974 DE', 'DE', 'MA-S', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9151, '00122d', 0, 'SiNett Corp', '640 W. California Avenue Sunnyvale CA 94086 US', 'US', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9152, '04714b2', 0, 'Shenzhen WayOS Tech Crop., Ltd', 'F18, Yousong Business Building, Longhua New Districe, Shenzhen, China Shenzhen Guangdong 518109 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9153, '0050c270b', 0, 'B.E.A.R. Solutions (Australasia) Pty, Ltd', 'Unit 226 Bella Vista NSW AU', 'AU', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9154, '0025b3', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2010-01-05', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9155, '00080a', 0, 'Espera-Werke GmbH', 'Moltkestrasse 17- 33 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9156, '0050c22e5', 0, 'Transtech Dsp', 'Manor Courtyard High Wycombe Bucks HP13 5RE GB', 'GB', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9157, '70b3d5059', 0, 'Pro-Digital Projetos Eletronicos Ltda', 'RUA SENADOR SARAIVA 200 CURITIBA PR 80510300 BR', 'BR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9158, '0050c29d1', 0, 'Bladelius Design Group AB', 'Kallakersvagen 10 Alingsas 44196 SE', 'SE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9159, '0025fd', 0, 'Obr Centrum Techniki Morskiej S.A.', 'Dickmana 62 Gdynia 81-109 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9160, '244e7b0', 0, 'Tekelek Europe Ltd', 'Unit 118 Shannon Free zone Shannon Co. Clare IE', 'IE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9161, '001bc5022', 0, 'Cjsc Stc Simos', '41, Geroyev Khasana Str. Perm 614990 RU', 'RU', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9162, '00a2ee', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9163, '0050c2cf8', 0, 'beks Kommunikacios Technika kft', 'Rakoczi utca 21 Debrecen 4024 HU', 'HU', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9164, '70b3d5441', 0, 'Videoport S.A.', 'Sigma Business Center, Building A Nivel 2 San Pedro San Jose 11501 CR', 'CR', 'MA-S', '2018-07-09', '2018-07-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9165, '00e0ed', 0, 'Silicom, Ltd', '8 HANAGER ST. KFAR-SAVA 44000 IL', 'IL', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9166, '188ed5', 0, 'TP Vision Belgium N.V. - innovation site Brugge', 'Pathoekeweg 11 Bruges West Flanders 8000 BE', 'BE', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9167, '001fa7', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2008-01-20', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9168, '002343', 0, 'Tem AG', 'Triststrasse 8 Chur 7007 CH', 'CH', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9169, 'd022124', 0, 'Viatron GmbH', 'Carl-Metz-Str. 3 Ettlingen Baden Würtemberg 76275 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9170, 'a0f849', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9171, 'ec363f', 0, 'Markov Corp', '650 Vaqueros Avenue, Suite A Sunnyvale CA 94085 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9172, '70b3d53cf', 0, 'Systems Engineering Arts Pty Ltd', '56 Benbow St Yarraville Vic 3013 AU', 'AU', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9173, '006012', 0, 'Power Computing Corp', '10261 BUBB ROAD CUPERTINO CA 95014 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9174, '0060a7', 0, 'Microsens GmbH & Co KG', 'Kueferstrasse 16 D-59067 Hamm DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9175, '70b3d5006', 0, 'Piranha Ems Inc', '2681 Zanker Road San Jose CA 95134 US', 'US', 'MA-S', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9176, '70b3d5', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-01-12', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9177, '70b3d5181', 0, 'Task Sistemas', 'Rua Visconde de Ouro Preto 5/8 Rio de Janeiro RJ 22250180 BR', 'BR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9178, '70b3d5bdd', 0, 'Cdr Srl', 'VIA DEGLI ARTIGIANI 6 GINESTRA FIORENTINA FLORENCE 50055 IT', 'IT', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9179, '6c72e7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9180, 'd44165', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9181, 'bc024a', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2016-11-26', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9182, '00206a', 0, 'Osaka Computer Corp', '2-8 KOYACHOU NEYAGAW-SHI JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9183, '001aae', 0, 'Savant Systems Llc', '45 Perseverance Way Hyannis Massachusetts 02601 US', 'US', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9184, '70b3d53c4', 0, 'Hagiwara Solutions Co, Ltd', '2-5-12 Nishiki, Naka-ku Nagoya-shi Aichi-ken 460-0003 JP', 'JP', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9185, 'f06853', 0, 'Integrated Corp', '3/F, Shun On Commercial Bldg., Cetnral, HK', 'HK', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9186, 'ec1127', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9187, '58e476', 0, 'Centron Communications Tech Fujian Co, Ltd', '4th Floor,Jiaodajiepu Building,72# Kejierlu Road, Xi\'an Shaanxi Province 710100 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9188, '3ce072', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9189, '9c65b0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9190, 'cc50e3', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2018-03-05', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9191, '0c7512', 0, 'Shenzhen Kunlun TongTai Tech Co, Ltd', 'Room 2401,B,Building 3,Tianan Yungu Industry Park,Gangtou community,bantian streets,Longgang District Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9192, 'c0d682', 0, 'Arista Networks', '5453 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2019-11-20', '2019-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9193, '00228f', 0, 'Cnrs', 'MRCT Meudon Ile de France 92195 FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9194, '0050c2915', 0, 'Verint Systems Ltd', '33 Maskit St. Herzliya Israel 46733 IL', 'IL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9195, '486efb', 0, 'Davit System Tech Co, Ltd', '#304 Hanlim Human Tower, LS-Ro 172 Gunpo-si Gyeonggi-Do 435-824 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9196, '782d7e', 0, 'TRENDnet, Inc', '20675 Manhattan Place Torrance CA 90501 US', 'US', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9197, 'ccd39d1', 0, 'Evoko Unlimited AB', 'Hästholmsvägen 32 Nacka 13130 SE', 'SE', 'MA-M', '2018-10-09', '2018-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9198, '70b3d56ba', 0, 'Integrotech sp. z o.o.', 'plac Zwyciestwa 2 bud. D Lodz lodzkie 90-312 PL', 'PL', 'MA-S', '2019-01-23', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9199, '000233', 0, 'Mantra Communications, Inc', '12850 Middlebrook Road Germantown MD 20874 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9200, '0050c26c2', 0, 'HoseoTelnet Inc..', 'Hoseo Plaza B/D 7F, 416 Gangseo-ro, Gangseo-gu Seoul 07583 KR', 'KR', 'IAB', '2007-01-06', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9201, '0050c2885', 0, 'Ooo Ntk Imos', 'Politekhnicheskaia str. 22 Saint-Petersburg Nord-West 194021 RU', 'RU', 'IAB', '2008-02-20', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9202, 'b08900', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9203, '24cf21', 0, 'Shenzhen State Micro Tech Co, Ltd', 'SSMEC Building2/F, Gao Xin Nan First Avenue, Hi-Tech Park South, Nanshan Shenzhen City Guangdong Province 518057 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9204, '0050c2ca7', 0, 'Thermo Fisher Scientific', '1410 Gillingham Lane Sugar Land Texas 77478 US', 'US', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9205, '802e14', 0, 'azeti Networks AG', 'Am Brambusch 1a Luenen NRW 44536 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9206, '88c242', 0, 'Poynt Co', '490 S. California Avenue Palo Alto California 94306 US', 'US', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9207, '00304e', 0, 'Bustec Production Ltd', 'WORLD AVIATION PARK Shannon County Clare IE', 'IE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9208, '001d75', 0, 'Radioscape Plc', '1 Albany Terrace Regent\'s Park London NW1 4DS GB', 'GB', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9209, 'a8968a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9210, '70b3d56b3', 0, 'DuraComm Corp', '6655 Troost Avenue Kansas City MO 64131 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9211, '2816ad', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9212, 'a4c3f0', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-12-07', '2018-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9213, '009016', 0, 'Zac', 'Stüvestraße 9 D-31141 Hildesheim DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9214, '0050c2d99', 0, 'T-Industry, s.r.o.', 'Hostaky 910/49 Myjava Trenciansky Kraj 90701 SK', 'SK', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9215, '0021bb', 0, 'Riken Keiki Co, Ltd', '2-7-6 Azusawa Itabashi-Ku Tokyo 174-8744 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9216, 'e43fa2', 0, 'Wuxi Dsp Tech Inc', 'Rm A801,530Mansion,International High-Tech Park,Qingyuan Road Wuxi Jiangsu 214000 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9217, 'f8b568d', 0, 'Solarius', 'Kaeshaldenstrasse 39 Zurich 8052 CH', 'CH', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9218, '70b3d5a76', 0, 'Pietro Fiorentini', 'Via Enrico Fermi Arcugnano 36057 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9219, 'c08359', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9220, '10e953', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9221, '0080af', 0, 'Allumer Co, Ltd', '2-8-8 CHUO-CHO, MEGURO-KU JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9222, '001227', 0, 'Franklin Electric Co, Inc', '400 E. Spring Street Bluffton Indiana 46714 US', 'US', 'MA-L', '2004-08-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9223, '88d98f', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-09-21', '2019-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9224, '001505', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2005-06-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9225, 'd45ddf', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9226, 'd47c441', 0, 'Innoviz Tech Ltd', 'Atir Yeda 15 Kfar Saba Ha Sharon 4464312 IL', 'IL', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9227, '2415103', 0, 'Kaiyun', 'Fuhao Dongguang 523617 CN', 'CN', 'MA-M', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9228, '0050eb', 0, 'Alpha-Top Corp', '19F., NO. 2, LANE 150 TAIPEI TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9229, '000cf4', 0, 'Akatsuki Electric Mfg.Co, Ltd', '593-1,aoji­ cho kusatsu shi shiga 525-0041 JP', 'JP', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9230, '000ca7', 0, 'Metro (Suzhou) Tech Co, Ltd', 'No.221 Xinghai Street, Suzhou Industrial Park Suzhou Jiang Su Province 215021 CN', 'CN', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9231, 'b40418', 0, 'Smartchip Integrated Inc', '9B,Science Plaza,1355 JinJiHu Avenue,Suzhou Industrial Park Suzhou Jiangsu 215021 CN', 'CN', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9232, '1848d8', 0, 'Fastback Networks', '2480 N 1st Street San Jose California 95131 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9233, 'c8458f', 0, 'Wyler AG', 'Im Hoelderli 13 Winterthur ZH 8405 CH', 'CH', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9234, '807b850', 0, 'Shiroshita Industrial Co, Ltd', '1-1-58, Tokiiri Ueda-shi Nagano 386-0015 JP', 'JP', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9235, '0090f0', 0, 'Harmonic Video Systems Ltd', '19 ALON HATAVOR STREET CAESAREA Industrial Park 38900 IL', 'IL', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9236, '0003bf', 0, 'Centerpoint Broadband Tech, Inc', '1741 Technology Drive, San Jose CA 95110-1310 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9237, '002201', 0, 'Aksys Networks Inc', '428, 3553 - 31 Street NW Calgary T2L 2K7 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9238, '042665', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9239, 'a4d9a4', 0, 'neXus ID Solutions AB', 'Telefonvägen 26 Stockholm 12626 SE', 'SE', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9240, '987a10', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2019-06-24', '2019-06-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9241, 'b89aed', 0, 'OceanServer Tech, Inc', '151 Martine St Fall River MA 02723 US', 'US', 'MA-L', '2011-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9242, '40d85504b', 0, 'Vital Tech Industria e Comercio Ltda', 'Rua Jose Villar Granjel, 22-24 Camipnas - San Paulo 13030680 BR', 'BR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9243, '000dce', 0, 'Dynavac Tech Pte Ltd', '30 Tuas Avenue 9 639183 SG', 'SG', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9244, '000fe4', 0, 'Pantech Co, Ltd', 'Shinsong B/D 3F, 25-12, Youngdeungpo-GU Seoul 150-711 KR', 'KR', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9245, '00232c', 0, 'Senticare', '161 Worcester Rd Framingham MA 01701 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9246, '70d5e7', 0, 'Wellcore Corp', '2870 Zanker Road San Jose CA 95134 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9247, '440377', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9248, '0050c22bc', 0, 'Uster Tech AG', 'Wilstrasse 11 Uster CH', 'CH', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9249, '001fcb', 0, 'Niw Solutions', 'P.O. Box 62 One Tree Hill South Australia 5114 AU', 'AU', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9250, '70b3d5a12', 0, 'Quercus Tech, S.L.', 'Antoni Isern 4 baixos Reus Tarragona 43205 ES', 'ES', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9251, '00a2da', 0, 'Inat GmbH', 'Ostendstraße 50A Nuremberg Bavaria 90482 DE', 'DE', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9252, '34ab37', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9253, '0050c2e4d', 0, 'Pcsc', '3541 Challenger Street Torrance CA 90503 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9254, '20326c', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9255, '000928', 0, 'Telecore', '1800 North Glenville Richardson TX 75081 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9256, '6cbee9', 0, 'Alcatel-Lucent Ipd', '701 E. Middlefield Rd. Mountain View CA 94043 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9257, '00005f', 0, 'Sumitomo Electric Industries, Ltd', '1-1-3, Shimaya, Konohana-ku Osaka 554-0024 JP', 'JP', 'MA-L', '1980-01-01', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9258, '001fae', 0, 'Blick South Africa (Pty) Ltd', 'PO Box 1908 Johannesburg Gauteng 2108 ZA', 'ZA', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9259, '0050c2598', 0, 'Bundesamt für Strahlenschutz', 'Rosastraße 9 Freiburg NA 79098 DE', 'DE', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9260, '001fed', 0, 'Tecan Systems Inc', '2450 Zanker Road San Jose CA 95131 US', 'US', 'MA-L', '2008-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9261, '4098ad', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9262, '00202f', 0, 'Zeta Communications, Ltd', 'ZENITH HOUSE WREXHAM, CLWYD, LL12 8LX GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9263, '00b08e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9264, '70b3d5b33', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9265, '00a0ca', 0, 'Fujitsu Denso Ltd', '3055 ORCHARD DRIVE SAN JOSE CA 95134 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9266, '005099', 0, '3com Europe Ltd', 'BOUNDARY WAY HERTS. HP2 7YU vvvvvv GB', 'GB', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9267, 'fc492d', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9268, '001eae', 0, 'Continental Automotive Systems Inc', '21440 West Lake Cook Road Deer Park IL 60010 US', 'US', 'MA-L', '2007-12-31', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9269, 'c4e7be', 0, 'SCSpro Co, Ltd', '#1203, KCC welltz valley 470-8 Seoul Korea 153-710 KR', 'KR', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9270, '70b3d5061', 0, 'IntelliDesign Pty Ltd', '99 Bluestone Circuit Seventeen Mile Rocks Qld 4073 AU', 'AU', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9271, '040973', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9272, 'f8c249', 1, 'Private', '', '', 'MA-L', '2018-07-06', '2018-07-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9273, 'cccccc', 0, 'Silicon Laboratories', '7000 W. William Cannon Dr. Austin TX 78735 US', 'US', 'MA-L', '2019-05-03', '2019-05-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9274, '0011a9', 0, 'Moimstone Co, Ltd', '7th Floor JoongPyung Building 64-1 Seoul 137-900 KR', 'KR', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9275, '0050c2fda', 0, 'Elan Systems', '10 IHASZ STR BUDAPEST 1105 HU', 'HU', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9276, '84d32a', 0, 'Ieee 1905.1', '445 Hoes Lane Piscataway NJ 08855-1331 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9277, '105f06', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2013-01-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9278, '40d855078', 0, 'Nachi-Fujikoshi Corp', '1-1-1 Fujikoshi honmachi Toyama 930-8511 JP', 'JP', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9279, '70b3d57e4', 0, 'C21 Systems Ltd', 'Dunston Innovation Centre Chesterfield Derbyshire S41 8NG GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9280, 'f47def', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9281, '000dbb', 0, 'Nippon Dentsu Co, Ltd', '2-21-1,Isoji Osaka 552-0003 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9282, '684352', 0, 'Bhuu Ltd', 'Office 1, 465 Mt Eden Road Auckland 1023 NZ', 'NZ', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9283, '40d8551c5', 1, 'Private', '', '', 'IAB', '2014-01-20', '2014-01-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9284, '0cefaf0', 0, 'Kenmore', '3333 Beverly Rd. Hoffman Estates IL 60179 US', 'US', 'MA-M', '2014-10-16', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9285, '28fd806', 0, 'Vigil Monitoring', 'Suite 201, Ironbank Auckland Auckland 1010 NZ', 'NZ', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9286, '000186', 0, 'Uwe Disch', 'Eichenhainstraße 14 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9287, '001428', 0, 'Vocollect Inc', '703 Rodi Road Pittsburgh PA 15235 US', 'US', 'MA-L', '2005-03-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9288, '0050c2040', 0, 'MiSPO Co, Ltd', 'Kanagawa Prefecture, Kawasaki City, 213-0002 JP', 'JP', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9289, '5ae660', 0, 'nyantec GmbH', 'Europaplatz 2 Berlin 10557 DE', 'DE', 'CID', '2016-09-08', '2017-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9290, '0021ab', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9291, '002702', 0, 'SolarEdge Tech', '1 Abba Eban St. Herzelia 46725 IL', 'IL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9292, '549a111', 0, 'SpearX Inc', 'No.332., Sec. 1, Jianguo S. Rd., Taipei City 10656 TW', 'TW', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9293, 'd8860b1', 0, 'Krspace', 'Building 1, Junhao Central Park Plaza ChaoYang District Beijing 100125 CN', 'CN', 'MA-M', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9294, '00c065', 0, 'Scope Communications, Inc', '100 OTIS STREET NORTHBORO MA 01532 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9295, '001f4b', 0, 'Lineage Power', '3000 Skyline Dr. Mesquite TX 75149 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9296, '000f36', 0, 'Accurate Techhnologies, Inc', '47199 Cartier Dr. Wixom Michigan 48393 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9297, '002466', 0, 'Unitron nv', 'Franrkijklaan 27 Poperinge W-vl 8970 BE', 'BE', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9298, '48282f', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9299, '0010d5', 0, 'Imasde Canarias, S.A.', 'URB. EL CEBADAL 35008 LAS PALMAS G.C. ES', 'ES', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9300, '000752', 0, 'Rhythm Watch Co, Ltd', '321 Shinshukushinden, Showa-Machi, 344-0196 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9301, 'c0d3916', 0, 'Ernitec', 'Tempovej 41 Ballerup 2750 DK', 'DK', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9302, 'eab89b', 0, 'Thread Group, Inc', '2400 Camino Ramon, Ste 375 San Ramon CA 94583 US', 'US', 'CID', '2019-04-19', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9303, '2864b0', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9304, '0050c2da6', 0, 'Manitowoc Ice', '2110 South 26th Street Manitowoc Wisconsin 54220 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9305, '70b3d502a', 0, 'Bae Systems Surface Ships Ltd', 'BAE Systems Surface Ships Ltd Broad Oak Portsmouth Hampshire PO3 5PQ GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9306, '0050c2838', 0, 'T Proje Muhendislik Dis. Tic. Ltd Sti.', 'RIHTIM CAD. NEMLIZADE SOK. DUYGU APT. ISTANBUL 34716 TR', 'TR', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9307, '00225c', 0, 'Multimedia & Communication Tech', 'Digital Empire D-801 #980-3 Suwon-City KyeongGi-Do 443-813 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9308, '0050c2b55', 0, 'Sanyo Electronic Industries Co, Ltd', 'Nagaoka4-73,Nakaku Okayama 703-8221 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9309, '4cb16c', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9310, 'ec3f05', 0, 'Institute 706, The Second Academy China Aerospace Science & Industry Corp', 'YongDing Road ,HaiDian District.BeiJing ,No.51 BeiJing 100854 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9311, '8cbfa6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9312, '00082a', 0, 'Powerwallz Network Security', '120-13160 Vanier Place, V6V 2J2 CA', 'CA', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9313, '00171c', 0, 'NT MicroSystems, Inc', '1-5-3-2F Tamagawadai Setagaya Tokyo 158-0096 JP', 'JP', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9314, '001d8e', 0, 'Alereon, Inc', '7600 N. Capital of Texas Hwy Austin TX 78731 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9315, '0050c2833', 0, 'LaserLinc, Inc', '777 Zapata Drive Fairborn OH 45324 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9316, '84b31b', 0, 'Kinexon GmbH', 'Schellingstrasse, 35 München 80799 DE', 'DE', 'MA-L', '2018-04-10', '2018-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9317, '70b3d5c1a', 0, 'Xylon', 'Fallerovo setaliste 22 Zagreb 10000 HR', 'HR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9318, '0030bf', 0, 'Multidata GmbH', 'Dieburger Str. 96a DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9319, '00403e', 0, 'Raster Ops Corp', '2500 WALSH AVENUE SANTA CLARA CA 95051 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9320, 'ecd950', 0, 'Irt SA', 'Puits-Godet 16 NEUCHATEL NE 2000 CH', 'CH', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9321, '0050c2a3a', 0, 'Telecor Inc', '6205 Kestrel Road Mississauga Ontario L5T 2A1 CA', 'CA', 'IAB', '2009-02-18', '2017-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9322, 'd48564', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2010-07-01', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9323, 'c8a823', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9324, '70b3d50c2', 0, 'Look Easy International Ltd', '4th Floor, No. 551, Guang-Fu South Road Taipei Xinyi District 11074 TW', 'TW', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9325, 'c8544b', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9326, '0010b5', 0, 'Accton Tech Corp', 'NO.1, CREATION RD. III HSINCHU 300 12345 TW', 'TW', 'MA-L', '1997-11-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9327, '000ac8', 0, 'Zpsys Co, Ltd (Planning&Management)', '106 Ace Techno Tower1 Seoul 152-050 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9328, '0050c2657', 0, 'Monytel S.A.', 'Estrada dos Romeiros Km 38,5 n.162 Santana de Parnaiba São Paulo 06501001 BR', 'BR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9329, '9c28bf', 0, 'Continental Automotive Czech Republic s.r.o.', 'Průmyslová 1851 Brandýs nad Labem 250 01 CZ', 'CZ', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9330, '70b3d5a96', 0, 'Östling Marking Systems GmbH', 'Broßhauserstr. 27 Solingen 42697 DE', 'DE', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9331, 'd463c6', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9332, '348584', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2017-08-04', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9333, '004077', 0, 'Maxton Tech Corp', '4FK, 249, SEC. 3, TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9334, '00c04a', 0, 'Group 2000 AG', 'P.O. BOX 331 CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9335, '4491db', 0, 'Shanghai Huaqin Telecom Tech Co, Ltd', 'No.1 Building,399 Keyuan Road, Zhangjian Hi-Tech Park, shanghai shanghai 201203 CN', 'CN', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9336, 'd8c8e9', 0, 'Phicomm (Shanghai) Co, Ltd', '3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9337, '683b78', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9338, '001103', 0, 'kawamura electric Inc', '3-86 akatsuki-cho seto aichi 489-0071 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9339, '002557', 0, 'BlackBerry Rts', '440 Phillip Street Waterloo Ontario N2L 5W9 CA', 'CA', 'MA-L', '2009-02-28', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9340, '2c18ae', 0, 'Trend Electronics Co, Ltd', '4F-3, No 17, Lane 77, Sec. 2 Taipei Taiwan 10446 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9341, '28fcf6', 0, 'Shenzhen Xin KingBrand enterprises Co, Ltd', 'Kingbrand Industrial Zone,Nanpu Road,Shang liao ling pi keng,Shajing Town Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9342, '144fd7', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9343, '9ce063', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9344, '70b3d510f', 0, 'neQis', 'Star House, Star Hill Rochester Kent ME11UX GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9345, 'a0b439', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9346, '0000f4', 0, 'Allied Telesis, Inc', 'CORPORATION SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9347, '54a51b', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9348, '04d16e4', 0, 'ShenZhen Huafu Information Tech Co?Ltd', 'T2-B5 FLOOR, shenzhen software park, gaoxin south 7th road, yuehai street, nanshan district ShenZhen GuangDong 518000 CN', 'CN', 'MA-M', '2019-08-08', '2019-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9349, '746b82', 0, 'Movek', '6517 Navaho Trail Edina Minnesota 55439 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9350, 'dc330d', 0, 'Qing Dao Haier Telecom Co, Ltd', 'No 1 Haier road,Hi-tech Zone,Qingdao,PR.China Qingdao Shandong 266101 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9351, '000697', 0, 'R & D Center', '5F, Seungwon B/D, 810-9 Seoul KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9352, 'b4dffa', 0, 'Litemax Electronics Inc', '8F, No.137,Lane 235 Shin-dian-Dist New Taipei 23145 TW', 'TW', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9353, '6c21a2', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9354, '70b3d5b20', 0, 'Ict Business Group of Humanrights Center for disabled people', '#A1101-6,70 Gyeongin-ro 71-gil, Seoul Yeongdeungpo-gu 07286 KR', 'KR', 'MA-S', '2019-02-20', '2019-02-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9355, '0050c205c', 0, 'Nortel Networks Plc (UK)', 'Harlow Labs Harlow Essex CM179NA GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9356, '0050c24ca', 0, 'Yarg Biometrics Ltd', '141 St James Road Glasgow Scotland G4 0LT GB', 'GB', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9357, '0050c2ab1', 0, 'Bitmanufaktur GmbH', 'Schwedter Str. 23 Berlin 10119 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9358, 'b81413', 0, 'Keen High Holding(HK) Ltd', '25th Floor, In-long Development Centre, No.6025 Shennan Ave Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9359, '70b3d5f9e', 0, 'International Center for Elementary Particle Physics, The University of Tokyo', '7-3-1 Hongo, Bunkyo-ku Tokyo 113-0033 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9360, '34298fb', 0, 'Schnick-Schnack-Systems GmbH', 'Mathias-Brüggen Str. 79 Koeln 50829 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9361, '480bb20', 0, 'Ridango AS', 'Pärnu maantee 139E/13 Tallinn Harjumaa 11317 EE', 'EE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9362, '608c4a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9363, '000291', 0, 'Open Network Co, Ltd', 'Seishin Bldg., 2-5-10 Shinjuku JAPAN 160-0022 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9364, '0050c2353', 0, 'Crossing Informationssysteme GmbH', 'Schlesische Str. 26 Berlin 10997 DE', 'DE', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9365, '00036b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9366, '0050c229b', 0, 'Acd Elektronik GmbH', 'Industriegebiet Engelberg 2 Achstetten 88480 DE', 'DE', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9367, '0050c2377', 0, 'Xycom Vme', '710 N. Maple Road Saline MI 48176 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9368, '00150d', 0, 'Hoana Medical, Inc', '828 Fort Street Mall Honolulu HI 96813 US', 'US', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9369, '002642', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-01-05', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9370, '000080', 0, 'Cray Communications A/S', 'SMEDEHOLM 12-14 DK', 'DK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9371, '000169', 0, 'Celestix Networks Pte Ltd', '18 Tannery Lane #05-03 SINGAPORE 347780 SG', 'SG', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9372, '001742', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2006-02-03', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9373, '001a1e', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2006-11-29', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9374, '0050c2e1f', 0, 'Elvees', 'Proezd 4922, dom 4, str. 2 Zelenograd Moscow 124498 RU', 'RU', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9375, '0050c2f90', 0, 'SecureTech Systems, Inc', '4108 Amon Carter Blvd, ste 206 Fort Worth TX 76155 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9376, '64ce6e', 0, 'Sierra Wireless', '13811 Wireless Way Richmond BC V6V 3A4 CA', 'CA', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9377, '708cb6', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9378, '0008cf', 0, 'Nippon Koei Power Systems Co, Ltd', '2940 Shinyoshida-cho Kohoku-ku Yokohama 223-8506 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9379, '000ca2', 0, 'Harmonic Video Network', '10 Ha\'amal st. Park Afek Rosh Ha\'ayin 48092 IL', 'IL', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9380, '00092d', 0, 'Htc Corp', 'No.23 Xinghua Road, Taoyuan County 330 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9381, 'e86d54', 0, 'Digit Mobile Inc', '5F.,No.550,Ruiguang Rd., Neihu Dist.,Taipei City 11492, Taiwan Taipei Taiwan 11492 TW', 'TW', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9382, '44322a', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2011-10-14', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9383, 'cc3080', 0, 'Vaio Corp', '5432 Toyoshina Azumino Nagano 399-8282 JP', 'JP', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9384, '886ab1', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2016-05-23', '2016-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9385, 'b4fbe4', 0, 'Ubiquiti Networks Inc', '2580 Orchard Pkwy San Jose CA 95131 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9386, '000f23', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9387, '0050c2b0a', 0, 'Indutherm Giesstechnologie GmbH', 'Brettener Straße 32 Walzbachtal Baden-Württemberg 75045 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9388, 'd43d7e', 0, 'Micro-Star Int\'L Co, Ltd', 'No.69, Lide St., Jhonghe City Taipei County 235 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9389, '88354c', 0, 'Transics', 'p/a Ter Waarde 91 Ieper 8900 BE', 'BE', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9390, '1c21d1d', 0, 'Liscotech System Co, Ltd', '4F. No. 342 Sec.4 Chenggong Rd. Neihu Dist. Taipei TW 11458 TW', 'TW', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9391, '986d35a', 0, 'iWave Japan, Inc', '8F-B,Kannai Sumiyoshi Building,3-29 Sumiyoshi-Cho,Naka-Ku, Yokohama, Kanagawa 231-0013 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9392, '503da1', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9393, '009019', 0, 'Hermes Electronics Co, Ltd', '3-2-12 YUSHIMA, BUNKYO-KU TOKYO, 113-0034 JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9394, '0050c2465', 0, 'Pdts GmbH', 'Moeringgasse 20 Vienna 1150 AT', 'AT', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9395, '0000ab', 0, 'Logic Modeling Corp', '1520 MCCANDLESS DRIVE MILPITAS CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9396, '001714', 0, 'BR Controls Nederland bv', 'Branderweg 1 Zwolle Overijssel 8042 PD NL', 'NL', 'MA-L', '2006-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9397, '001fc5', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2008-02-02', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9398, '70b3d5a46', 0, 'Foxconn 4Tech', 'U Zámečku 27 Pardubice Česká republika 53003 CZ', 'CZ', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9399, 'd05f646', 0, 'Cyrus Tech GmbH', 'Hergelsbendenstraße 49 Aachen 52080 DE', 'DE', 'MA-M', '2019-05-10', '2019-05-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9400, '58961d', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9401, '94cc047', 0, 'Gowing Business And Contracting Wenzhou Co, Ltd', 'Room 101, No.4 Liming Industrial District, Lucheng, Wenzhou, China Wenzhou 325000 CN', 'CN', 'MA-M', '2019-12-27', '2019-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9402, '000cf7', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2003-04-11', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9403, '00181f', 0, 'Palmmicro Communications', 'Room 0611, Bldg.B Tsinghua Tongfang Technology Plaza Beijing 100083 CN', 'CN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9404, '4c2c83', 0, 'Zhejiang KaNong Network Tech Co, Ltd', 'Room 633, Building B, ShunFan Technology Park,JingChang Road No.768, YuHang District Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9405, '70b3d5679', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62901 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9406, '70b3d5e17', 0, 'SA Photonics', '120 Knowles Drive Los Gatos CA 95032 US', 'US', 'MA-S', '2017-08-14', '2018-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9407, '00f620', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2019-04-01', '2019-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9408, '00203d', 0, 'Honeywell Environmental & Combustion Controls', '1985 Douglas Drive Golden Valley MN 55422 US', 'US', 'MA-L', '1980-01-01', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9409, '40d855125', 0, 'Scandyna A/S', 'Jegindoevej 4 Viborg 8800 DK', 'DK', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9410, '008060', 0, 'Network Interface Corp', '15019 WEST 95 STREET LENEXA KS 66215 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9411, '0050c2751', 0, 'e&s Engineering & Software GmbH', 'Schmücker Straße 82a MANEBACH Thueringen D98693 DE', 'DE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9412, '0050c26d5', 0, 'Becker Electronics GmbH', 'Barbarastrasse 3 Friedrichsthal 66299 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9413, 'bc5ff4', 0, 'ASRock Incorporation', '2F.,No.37, Sec.2, Jhongyang S.Rd., Beitou Distric, Taipei 112 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9414, 'bcd165', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9415, '00300d', 0, 'Mmc Tech, Inc', '#1502, Seoul Venture Town, Aju Bldg Seoul 135-080 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9416, '000d00', 0, 'Seaway Networks Inc', '1 Chrysalis Way Ottawa Ontario K2G 6P9 CA', 'CA', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9417, '640e94', 0, 'Pluribus Networks, Inc', '1808 Embarcadero Rd Suite B Palo Alto CA 94303 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9418, '244e7bb', 0, 'Mighty Audio, Inc', '707 Coeur d\'Alene Ave Venice CA 90291 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9419, '70b3d5ab6', 0, 'SmartD Tech Inc', '400 Montfort Montreal Qc H3C4J9 CA', 'CA', 'MA-S', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9420, '00808e', 0, 'Radstone Tech', 'WATER LANE, TOWCESTER ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9421, '0050c217d', 0, 'Cognex Corp', '15865 SW 74th Suite 105 Portland OR 97224 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9422, '00043e', 0, 'Telencomm', '2551 Walsh Avenue Santa Clara CA 95051 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9423, '0050c27fc', 0, 'Tis Dialog Llc', 'ul. Gen. Tolstikova 75 Kaliningrad 236011 RU', 'RU', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9424, '002401', 0, 'D-Link Corp', 'No.289, Sinhu 3rd RD., Neihu District, Taipei City 114 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9425, '6828ba', 0, 'Dejai', 'PO Box 101 Toorak Vic 3142 AU', 'AU', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9426, '70b3d5d90', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9427, '506e92', 0, 'Innocent Tech Co, Ltd', 'PROSIT AZUMA 3 #201, 1973, NIPPA-CHO, KOHOKU-KU, YOKOHAMA-SHI KANAGAWA 2230057 JP', 'JP', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9428, '0010b2', 0, 'Coactive Aesthetics', '4000 BRIDGEWAY - STE. #303 SAUSALITA CA 94965 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9429, '00d027', 0, 'Applied Automation, Inc', 'P.O. BOX 9999 BARTLESVILLE OK 74005-9999 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9430, '70b3d5e24', 0, 'Gogo Business Aviation', '105 Edgeview Dr., Suite 300 Broomfield CO 80021 US', 'US', 'MA-S', '2020-02-01', '2020-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9431, '0c2138', 0, 'Hengstler GmbH', 'Uhlandstrasse49 Aldingen BW 78554 DE', 'DE', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9432, '94f7ad', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-12-10', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9433, '70b3d5f98', 0, 'Metrum Sweden AB', 'Anders Personsgatan 16 Goteborg 41664 SE', 'SE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9434, '001fa6', 0, 'Stilo srl', 'Via Besana, 4 20122 Milano IT', 'IT', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9435, '0050c2a95', 0, 'Innovaciones Microelectrónicas SL (AnaFocus)', 'C/Isaac Newton, nº 4-Pabellón de Italia-7ªPlanta çtico Sevilla 41092 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9436, '0007db', 0, 'Kirana Networks, Inc', '331 Newman Springs Road Red Bank NJ 07701 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9437, '001c09', 0, 'Sae Electronic Co, Ltd', '23/F,Ying Long Zhan Ye Building, Shenzhen Guang Dong 518040 CN', 'CN', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9438, '00268f', 0, 'Mta SpA', 'Viale dell Industria 12 Codogno LODI 26845 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9439, 'cc501c', 0, 'Kvh Industries, Inc', '50 Enterprise Center Middletown RI 02842-5279 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9440, '2cca0c', 0, 'Withus Planet', '1604, O\'BIZTOWER, Pyeong Chon, 126, Beolmal-ro, Dongan-gu Anyang-si Gyeonggi-do 14057 KR', 'KR', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9441, 'd092fa', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9442, '0050da', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '2000-11-09', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9443, '00c052', 0, 'Burr-Brown', 'P.O. BOX 11400 TUCSON AZ 85734-1400 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9444, '941625', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9445, '0050dc', 0, 'Tas Telefonbau A. Schwabe GmbH & Co KG', 'D-41238 MONCHENGLADBACH DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9446, '00043f', 0, 'ESTeem Wireless Modems, Inc', '415 N. Quay St., Suite 4 Kennewick WA 99336 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9447, '001bc5036', 0, 'Lomar Srl', 'VIA PETRARCA FLERO BRESCIA 25020 IT', 'IT', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9448, '087045', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-05-02', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9449, '70b3d5ae1', 0, 'DimoCore Corp', 'GoldenBill #930, GwangDukDae-ro 206 Ahnsan Kyonggi-do 15462 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9450, '3c9509', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9451, '0030ad', 0, 'Shanghai Communication', 'TECHNOLOGIES CENTER P.R. CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9452, '00408d', 0, 'The Goodyear Tire & Rubber Co', '1144 EAST MARKET STREET AKRON OH 44316 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9453, '002476', 0, 'Tap.tv', '16w361 South Frontage Road Burr Ridge IL 60527 US', 'US', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9454, '903809', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2016-02-10', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9455, '9c431e6', 0, 'R-S-I Elektrotechnik GmbH & Co KG', 'Woelkestrasse 11 Schweitenkirchen 85276 DE', 'DE', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9456, 'c82c2b3', 0, 'RF Engineering and Energy Resource', '4460 Commercial Ave. Portage MI 49002 US', 'US', 'MA-M', '2019-02-04', '2019-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9457, '00c035', 0, 'Quintar Co', '370 AMAPOLA AVE., STE.#106 TORRANCE CA 90501 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9458, '0018fb', 0, 'Compro Tech', '3/F No 12, Alley 6, Lane 45, Pao Shin Rd Hsintien 231 TW', 'TW', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9459, 'ac0a61', 0, 'Labor S.r.L.', 'Via della Scrofa 117 Rome 00186 IT', 'IT', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9460, '807b857', 0, 'Chendu Ningshui Tech Co, Ltd', 'Baiyun Road ,xindu District ,ChengDu city, Sichuan Province ,China Chengdu Sichuan 610500 CN', 'CN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9461, '6cdffbd', 0, 'Nanjing Buruike Electronics Tech Co, Ltd', 'Jiangning District Moling Street, SuYuan Avenue No.117 Building 2, Floor 5 Room 541 Nanjing Jiangsu 210000 CN', 'CN', 'MA-M', '2018-09-07', '2018-09-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9462, '000faa', 0, 'Nexus Tech', '10 National Ave. Fletcher NC 28732 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9463, '0050c2658', 0, 'OpenPKG GmbH', 'Weblinger Weg 28 Dachau 85221 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9464, '94772b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9465, '001982', 0, 'SmarDTV', 'Route de Genève 22 Cheseaux CH-1033 CH', 'CH', 'MA-L', '2006-09-03', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9466, 'cc3a61', 0, 'Samsung Electro Mechanics Co, Ltd', '314, Maetan3-Dong, Yeongtong-Gu Suwon Gyunggi-Do 443-743 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9467, '0026b5', 0, 'Icomm Tele Ltd', '304, Trendset Towers, Hyderabad AP 500034 IN', 'IN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9468, 'dcfe07', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2015-08-11', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9469, '0011ff', 0, 'Digitro Tecnologia Ltda', 'Rua: Professora Sofia Quint de Souza, 167 Florianópolis Santa Catarina 88085-040 BR', 'BR', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9470, '001950', 0, 'Harman Multimedia', '8400 Balboa Blvd. Northridge CA 91329 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9471, '045d56', 0, 'camtron industrial Inc', '5F, Kuem-Ah B/D, 31-3, Karak-dong, Songpa-gu Seoul 138-801 KR', 'KR', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9472, '0050c2d01', 0, 'Aanderaa Data Instruments', 'Nesttunalsringen 5B Midtun Hordaland 5828 NO', 'NO', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9473, '94c6eb', 0, 'Nova electronics, Inc', 'Grand Axe Bldg. 3F. Shibuya-ku Tokyo 151-0064 JP', 'JP', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9474, '70f35a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9475, 'a44cc8', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9476, '4cbc981', 0, 'Jsc Nic', 'Nauchny proezd, 6 Moscow 117246 RU', 'RU', 'MA-M', '2018-11-28', '2018-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9477, '00800f', 0, 'Standard Microsystems', '300 KENNEDY DRIVE HAUPPAUGE NY 11788 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9478, '002288', 0, 'Sagrad, Inc', '751 North Drive Melbourne FL 32934 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9479, 'bcc00f', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9480, '504b5b', 0, 'CONTROLtronic GmbH', 'Schragenhofstr. 35 Munich 80992 DE', 'DE', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9481, '001306', 0, 'Always On Wireless', '3701 Kirby Dr Houston TX 77098 US', 'US', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9482, '90cf7d', 0, 'Qingdao Hisense Communications Co, Ltd', 'Qianwangang Road 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2012-03-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9483, '40d855035', 0, 'Mesotech International, Inc', '4531 Harlin Drive Sacramento CA 95826 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9484, '38fdfe3', 0, 'Siemens AG, PG IE R&D', 'Siemensalle 84 Karlsruhe 76187 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9485, '004004', 0, 'Icm Co Ltd', '4-2-9 NIHONBASHI NANIWA-KU JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9486, '0050c2357', 0, 'Athena Semiconductor', '47538 Fremont Blvd. Fremont CA 94358 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9487, 'd848ee', 0, 'Hangzhou Xueji Tech Co, Ltd', 'Room 1902, Tower D, West Intime City Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2015-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9488, '50a67f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9489, '70b3d54ec', 0, 'Hangzhou Youshi Industry Co, Ltd', 'Unit 501-38, Blue Sky Business Centre,GongShu District, Hangzhou Zhejiang 310000 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9490, '98ec65', 0, 'Cosesy ApS', 'Tyttebaervej 2 Ans Jylland DK-8643 DK', 'DK', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9491, 'a845e9', 0, 'Firich Enterprises Co, Ltd', '10F., No. 75, Sec. 1, Xintai 5th Rd., Xizhi Dist. New Taipei City Taiwan (R.O.C.) 886 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9492, '0008b6', 0, 'RouteFree, Inc', '3400 Hillview Ave., Building 5 Palo Alto CA 94304 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9493, '7c2f80', 0, 'Gigaset Communications GmbH', 'SCM PE 2 Bocholt 46395 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9494, '9476b7', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9495, 'b824f0', 0, 'Soyo Tech Development Co, Ltd', '4F, 9Bldg, Longbi Industry Zone, Longgang Dist, Shenzhen City, Guangdong Pro, China Shenzhen City Guangdong Pro 518129 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9496, '808223', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9497, '104f58', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2019-08-23', '2019-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9498, '00a004', 0, 'Netpower, Inc', '545 OAKMEAD PARKWAY SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9499, '0001b5', 0, 'Turin Networks, Inc', '1415 North McDowell Blvd. Petaluma CA 94954 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9500, '0050c2a03', 0, 'Eeg Enterprises Inc', '586 Main Street Farmingdale NY 11735 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9501, 'c8afe3', 0, 'Hefei Radio Communication Tech Co, Ltd', 'No.108, YinXing Road, High-tech Development Zone Hefei Anhui 230088 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9502, 'da0d38', 0, 'Farpointe Data, Inc', '1376 Borregas Ave Sunnyvale CA 94089 US', 'US', 'CID', '2018-12-01', '2018-12-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9503, '0013cd', 0, 'Mti Co Ltd', '166-10 Karak-dong Songpa-ku Seoul 138-810 KR', 'KR', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9504, '807b851', 0, 'Hangzhou Synway Information Engineering Co, Ltd', 'No.3756 Nanhuan Road,Hangzhou,Zhejiang,P.R.China Hangzhou Zhejiang 310053 CN', 'CN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9505, '00d0e1', 0, 'Avionitek Israel Inc', '1 ETGAR STREET IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9506, '001539', 0, 'Technodrive srl', 'Via Leonardo da Vinci 162 Trezzano S/N Milan 20090 IT', 'IT', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9507, 'd8af3b', 0, 'Hangzhou Bigbright Integrated communications system Co, Ltd', 'The 6floor ,Building1,No.1418-41,Moganshan Road Hangzhou Zhejiang 310015 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9508, '00a0f7', 0, 'V.I Computer Corp', '531 ENCINITAS BLVD--#114 ENCINITAS CA 92024 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9509, '009008', 0, 'HanA Systems Inc', 'EAHO B/D 740-1 SEOUL KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9510, '002608', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9511, '380a0a', 0, 'Sky-City Communication and Electronics Ltd Co', '1109, Building A, Kefa Industrial park, Huanguan south road, Guanlan, Shenzhen Guangdong 518110 CN', 'CN', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9512, '101b54', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9513, '7c822d', 0, 'Nortec', '2740 Fenton Rd Ottawa ON K1T3T7 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9514, 'fc62b9', 0, 'Alps Electric Co, Ltd', '6-1 kakuda-city Miyagi-Pref 981-1595 JP', 'JP', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9515, '9caa1b', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9516, '0050c2421', 0, 'Efsys', '60, rue de la bolle Saint-Dié des Vosges Vosges 88100 FR', 'FR', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9517, '0024fd', 0, 'Accedian Networks Inc', '2351 Alfred Nobel Blvd Saint Laurent QC h4s 2A9 CA', 'CA', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9518, '5062554', 0, 'Xslab Inc', '#1103, 11, DIGITAL-RO 33-GIL, GURO-GU SEOUL 08380 KR', 'KR', 'MA-M', '2019-08-27', '2019-08-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9519, '40d85518b', 0, 'Diagnosys Test Systems Ltd', 'Riverside One Dublin 2 IE', 'IE', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9520, 'a019b2c', 0, 'Lda Tech', '2680 Matheson Blvd E., Suite 102 Mississauga Ontario L4W2C6 CA', 'CA', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9521, 'a06090', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9522, '34049e6', 0, 'Life Interface Co, Ltd', '2-1-16 Minato Tokyo 1050013 JP', 'JP', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9523, '4403774', 0, 'Lenovo Image(Tianjin) Tech Ltd', 'Tianjin Free Trade Test Zone (Airport Economic Zone) Room 310, No. 1, Second Avenue, Airport International Logistics Zone Tianjin Tianjin 300000 CN', 'CN', 'MA-M', '2019-08-21', '2019-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9524, '1c7508', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2010-07-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9525, 'c4eef5', 0, 'II-VI Inc', 'Network Solutions,343 Daniel Zenker Dr., Suite 102 Horseheads NY 14845 US', 'US', 'MA-L', '2010-08-15', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9526, '001a38', 0, 'Sanmina-Sci', '13000 South Memorial Parkway Huntsville AL 35803 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9527, 'b0b2dc', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2012-04-08', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9528, 'a434d9', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9529, '2c233a', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2015-07-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9530, '907282', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2015-11-17', '2015-11-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9531, '00d0a4', 0, 'Alantro Communications', '141 STONY CIRCLE, STE. #210 SANTAROSA CA 95401 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9532, '0018e3', 0, 'Visualgate Systems, Inc', '64 Bakersfield Street Toronto Ontario M3J 2W7 CA', 'CA', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9533, '0050c2868', 0, 'Aethon, Inc', '100 Business Center Drive Pittsburgh PA 15205 US', 'US', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9534, '0050c28cf', 0, 'GigaLinx Ltd', '6A Massada St. Hod Hasharon 45294 IL', 'IL', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9535, '0050c2b6f', 0, 'CT Co', 'Godovikova 9, Moscow Moscow RUSSIA 129085 RU', 'RU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9536, 'dc3979', 0, 'Cisco Systems, Inc', '280 Hope Street Mountain View CA 94041 US', 'US', 'MA-L', '2014-07-13', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9537, '5c865c', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9538, '70b3d5553', 0, 'Taalex Systemtechnik GmbH', 'Schubertstrasse 27 Stadtlohn NRW 48703 DE', 'DE', 'MA-S', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9539, '080015', 0, 'Stc Business Systems', 'HOLBROOK HOUSE UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9540, '001bd7', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9541, '70b3d5754', 0, 'Cosmoit.CoLtd', '14Fl., Ace Twin Tower II, 273, Digital-ro, Guro-gu Seoul 08381 KR', 'KR', 'MA-S', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9542, '00157e', 0, 'Weidmüller Interface GmbH & Co KG', 'Klingenbergstraße 16 Detmold 32758 DE', 'DE', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9543, 'e05a9f3', 0, 'Link of Things Co, Ltd', '9F, Park St. 3-2, NanKang Software Park, Taipei, Taiwan Taipei 115 TW', 'TW', 'MA-M', '2018-11-16', '2018-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9544, '701aed', 0, 'Advas Co, Ltd', '3-8-8 Shin-yokohama, Kohoku-ku Yokohama-shi Kanagawa-ken 222-0033 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9545, '00d012', 0, 'Gateworks Corp', '7631 MORRO ROAD ATASCADERO CA 93422 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9546, '0050c270c', 0, 'Exertus', 'Kampusranta 9 Seinäjoki FI-60320 FI', 'FI', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9547, '4c14a3', 0, 'Tcl Technoly Electronics (Huizhou) Co, Ltd', '19th Zhongkai Hi-tech Development Zone Huizhou Guangdong 516006 CN', 'CN', 'MA-L', '2013-07-12', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9548, '70b3d50ee', 0, 'Picture Elements, Inc', '777 Panoramic Way Berkeley CA 94704 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9549, '08ed029', 0, 'Savox Communications', 'Laitaatsillantie 3 Savonlinna 57170 FI', 'FI', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9550, '0cb459', 0, 'Marketech International Corp', '10F.,NO.3-2,Yuancyu St.,Nangang Dist. Taipei 11503 TW', 'TW', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9551, '701f53', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9552, '00152d', 0, 'TenX Networks, Llc', '4855 Wiley Post Way Salt Lake City UT 84116 US', 'US', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9553, '743256', 0, 'NT-ware Systemprg GmbH', 'Niedersachsenstrasse 6 Bad Iburg NDS 49186 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9554, 'f02329', 0, 'Showa Denki Co, Ltd', '1-25 Daito-city Osaka 574-0052 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9555, 'bc1485', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2014-11-11', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9556, '10f005', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9557, '0019ac', 0, 'Gsp Systems Inc', '13FL, 101 Dong, Chunui Techno Park 1, Bucheon-City Gyeonggi-Do 420-857 KR', 'KR', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9558, '0021e3', 0, 'SerialTek Llc', '1570 Oakland Road San Jose CA 95131 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9559, '685d43', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9560, '8c5973', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9561, '0003c9', 0, 'Tecom Co, Ltd', '23, R&D Road 2 Hsin-Chu TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9562, '0050c266c', 0, 'Desy', 'Notkestrasse 85 Hamburg Hamburg 22607 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9563, '70b3d51af', 0, 'Teenage Engineering AB', 'Katarina Bangata 71 Stockholm n/a 11642 SE', 'SE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9564, '70b3d5aa8', 0, 'West-Com Nurse Call Systems, Inc', '2200 Cordelia Road Fairfield CA 94534 US', 'US', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9565, 'cc1be00', 0, 'Microtech System, Inc', 'A-1102, Digital Empire Building Suwon Gyeonggi-do 16690 KR', 'KR', 'MA-M', '2016-02-05', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9566, '70b3d5af1', 0, 'Emka Tech', '59 bd General Martial Valin PARIS 75015 FR', 'FR', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9567, 'd422cd', 0, 'Xsens Tech B.V.', 'Pantheon 6-a Enschede 7521 PR NL', 'NL', 'MA-L', '2020-01-30', '2020-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9568, '40d855007', 0, 'Digital Audio SA', '3, chemin du Pre-Fleuri PLAN-LES-OUATES GENEVA 1228 CH', 'CH', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9569, 'd084b0', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR', 'FR', 'MA-L', '2014-07-13', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9570, '3cae69', 0, 'Esa Elektroschaltanlagen Grimma GmbH', 'Broner Ring 30 Grimma Saxony 04668 DE', 'DE', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9571, 'dceb94', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9572, '2082c0', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2015-10-25', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9573, '0026a0', 0, 'moblic', '7F, 271-1, Seohyeon-dong, Bundang-gu Seongnam-si Kyeonggi-do 463-824 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9574, '001bc5044', 0, 'Zao "Radius Avtomatika"', 'Panfilovskiy prospekt, 10/3 Zelenograd Moscow 124489 RU', 'RU', 'MA-S', '2011-10-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9575, '0050c2666', 0, 'Xworks NZ Ltd', 'Level 1 Te Awamutu North Island 3800 NZ', 'NZ', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9576, '8cc7d0', 0, 'zhejiang ebang communication Co, Ltd', '1418-36#,Moganshan Road hangzhou zhejiang 310013 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9577, '0060af', 0, 'Pacific Micro Data, Inc', '16751 MILLIKAN AVENUE IRVINE CA 92714 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9578, '000ffd', 0, 'Glorytek Network Inc', '5F.-3, No.16, Sec. 1, Dongda Rd., Hsinchu 300 TW', 'TW', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9579, 'a4d578', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9580, '00a012', 0, 'Telco Systems, Inc', '15 Berkshire Road Mansfield MA 02048 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9581, '40d8550f1', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9582, '0040a0', 0, 'Goldstar Co, Ltd', '6 GA 3B MUNLAE YEONGDEUNGPO KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9583, 'a4934c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9584, '6476ba', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9585, 'ac203e', 0, 'Wuhan Tianyu Information Industry Co, Ltd', 'HUST Industry Park, East-Lake Development Zone Wuhan Hubei 430223 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9586, 'bcf9f2', 0, 'Teko', 'Prospect Pobedy, 19 Kazan Republic of Tatarstan 420138 RU', 'RU', 'MA-L', '2019-10-05', '2019-10-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9587, '00a0db', 0, 'Fisher & Paykel Production', 'MACHINERY LIMITED NZ', 'NZ', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9588, '003069', 0, 'Impacct Tech Corp', '2F, NO. 12, R&D RD. II TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9589, '78a683', 0, 'Precidata', 'CP 672 2002 NE 2002 CH', 'CH', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9590, '0050c2d03', 0, 'Peekel Instruments B.V.', 'Industrieweg 161 Rotterdam ZH 3044 AS NL', 'NL', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9591, '8c8126', 0, 'Arcom', 'ZAC de la Loyère FRAGNES LA LOYERE 71530 FR', 'FR', 'MA-L', '2018-03-13', '2018-03-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9592, '00d02f', 0, 'Vlsi Tech Inc', '8375 S. RIVER PARKWAY TEMPE AZ 85284 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9593, '0050c29d6', 0, 'Innovation Institute, Inc', 'P.O. Box 9359 Caguas Puerto Rico 00726-9359 PR', 'PR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9594, 'b4bff6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9595, '445ef3', 0, 'Tonalite Holding B.V.', 'Nieuw Amsterdamsestraat 40 Emmen Drenthe 7814 VA NL', 'NL', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9596, '1ca0d38', 0, 'Desarrollos y Soluciones Guinea I+D S.L.', 'Avda. de los Trabajadores nº2 1ªPlanta Illescas Toledo 45200 ES', 'ES', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9597, '70b3d5066', 0, 'North Pole Engineering, Inc', '221 N. 1st. St., Suite 310 Minneapolis MN 55401 US', 'US', 'MA-S', '2015-08-12', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9598, '70b3d5c86', 0, 'Woodam Co, Ltd', 'Na 555, EZEN Mecha zone, 117 Hwanggeum-ro, Yangchon-eup Gimpo Gyeonggi-do 10048 KR', 'KR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9599, 'f89a78', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-01-19', '2019-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9600, '00169c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9601, '0023cf', 0, 'Cummins-Allison Corp', '891 FEEHANVILLE DRIVE MT. PROSPECT IL 60056 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9602, '0050c2669', 0, 'Dsp Design', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9603, '0050c2713', 0, '3dx-Ray Ltd', 'Pera Innovation park Melton Mowbray Leicestershire LE13 0PB GB', 'GB', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9604, '14e6e4', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan, Shenzhen Guangdong Province, 518057 CN', 'CN', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9605, '2c542d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-03-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9606, 'd86960', 0, 'Steinsvik', 'Rundhaug 25 FOERRESFJORDEN Rogaland 5563 NO', 'NO', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9607, '705957', 0, 'Medallion Instrumentation Systems', '17150 Hickory St Spring Lake MI 49456 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9608, '0080e7', 0, 'Leonardo Tactical Systems.', 'Silvertree, Coxbridge Business Park Alton Road, Farnham GU10 5EH GB', 'GB', 'MA-L', '1980-01-01', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9609, '0090a3', 0, 'Corecess Inc', '135-726, Keopyung B-Town 1F, 203, Nonhyu Seoul KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9610, 'bccf4f', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2018-11-16', '2018-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9611, '60d7e3', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9612, '94b01f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9613, '000c5e', 0, 'Calypso Medical', '2101 Fourth Avenue, Suite 1550 Seattle WA 98121 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9614, '0021e8', 0, 'Murata Manufacturing Co, Ltd', '2288, Oaza-Ohshinohara, Yasu-cho, Yasu-gun Shiga 520-2393 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9615, '7c6193', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan County 330 TW', 'TW', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9616, '1c8774a', 0, 'Nebbiolo Tech', '860 Hillview Court, #310 Milpitas CA 94035 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9617, '3873eac', 0, 'LG Electronics', '51, Gasan Digital1-ro, Geumcheon-gu Seoul 08592 KR', 'KR', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9618, '78daa2', 0, 'Cynosure Tech Co, Ltd', 'Room 2708/2710, Building No.9A, Shenzhen Bay Science and Technology Ecological Park,Nanshan Shenzhen city Guangdong Province 518057 CN', 'CN', 'MA-L', '2018-10-19', '2018-10-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9619, '0050c216f', 0, 'Dickson Tech', '930 Westwood Ave. Addison IL 60101 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9620, '000c25', 0, 'Allied Telesis Labs, Inc', 'Suite 450 Raleigh NC 27606 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9621, '000120', 0, 'Oscilloquartz S.A.', 'Rue Des Brevards 16 2002 Neuchatel CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9622, '002332', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2008-10-25', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9623, '3c2c99', 0, 'Edgecore Networks Corp', '1 Creation RD 3. Hsinchu 30077 TW', 'TW', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9624, '00a078', 0, 'Marconi Communications', '1000 Fore Drive Warrendale PA 15086-7502 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9625, '00900c', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9626, '0050c2207', 0, 'Solectron Ind.Com.Servs.Exportadora do Brasil Ltda.', 'ROD. CAMPINAS-MOGI MIRIM, KM 133 JAGUARIUNA São Paulo 13820-000 BR', 'BR', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9627, 'dcd52a', 0, 'Sunny Heart Ltd', 'Rm. 1516, 15/F, Hewlett Center Kwun Tong Kowloon 852 HK', 'HK', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9628, '6891d09', 0, 'Quantex', '010000, Republic of Kazakhstan, Astana, Dostyk st., 5/2, VP 3 Astana 010000 KZ', 'KZ', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9629, '90842b', 0, 'Lego System A/S', 'Aastvej 1 Billund DK-7190 DK', 'DK', 'MA-L', '2016-05-19', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9630, '70b3d5894', 0, 'UnI Systech Co, Ltd', 'A-511 Sigma2 164,Tancheongsang-ro,Bundang-gu Seongnam-si Gyeonggi-do 13631 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9631, 'f8b5685', 0, 'etectRx', '107 SW 140th Terr., Ste. 1 Newberry FL 32669 US', 'US', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9632, '003081', 0, 'Altos C&C', '150-010 RM. 1012, 44-1 KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9633, '005067', 0, 'Aerocomm, Inc', '13256 W. 98TH STREET LENEXA KS 66215 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9634, '0cb4a4', 0, 'Xintai Automobile Intelligent Network Tech', 'Room3703E Changfu Jinmao Building,Shihua Road Futian Duty Free Zone,Fubao Street,Futian District Shenzhen City 518000 CN', 'CN', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9635, 'f4ed5f', 0, 'Shenzhen Ktc Tech Group', 'Wuhe Street Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9636, '70b3d5991', 0, 'Javasparrow Inc', '303,1-31-17,Koudou Adachi Tokyo 120013 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9637, '70b3d59fc', 0, 'Truecom Telesoft Private Ltd', '2nd Floor, Block N, Safal Mondeal Retail Park, S.G Highway, Bodakdev Ahmedabad Gujarat 380056 IN', 'IN', 'MA-S', '2019-06-03', '2019-06-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9638, '004081', 0, 'Mannesmann Scangraphic GmbH', 'RISSENER STRASSE 112-114 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9639, '001bc505b', 0, 'konzeptpark GmbH', 'Georg-Ohm-Straße 2 Lahnau Hesse 35633 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9640, '0050c2e7b', 0, 'Atom Giken Co, Ltd', '92-2 KATASE FUJISAWA KANAGAWA 251-0032 JP', 'JP', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9641, '3897d6', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9642, '70b3d5503', 0, 'Itest communication Tech Co, Ltd', 'F2,#2,2nd Southern IND Zone of HongHualing,Nanshan District shenzhen guangdong 518000 CN', 'CN', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9643, 'f0bdf1', 0, 'Sipod Inc', '4633 Old Ironsides Drive, #400 Santa Clara CA 95054 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9644, '0050c2bf2', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9645, '0050c2e92', 0, 'CT Co', 'Nizhni Krasnoselsky st.,35 Moscow 140070 RU', 'RU', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9646, '70b3d5041', 0, 'Fibernet Ltd', '9 Hakidma st. Hi-Tech City Park, Yokneam Non-US/Canada 2069206 IL', 'IL', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9647, '203956', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2018-02-11', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9648, 'a028338', 0, 'Hzhy Tech', 'The 2th floor,Longzeyuan Multi-use beijing 102208 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9649, '00db45', 0, 'Thamway Co, Ltd', '3-9-2 Fuji Shizuoka 417-0001 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9650, 'b44cc2', 0, 'NR Electric Co, Ltd', '69,Suyuan Avenue Nanjing Jiangsu 211102 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9651, '0021a6', 0, 'Videotec Spa', 'Via Friuli,6 Schio Vicenza 36015 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9652, '0050c2ca6', 0, 'vidisys GmbH', 'Rudolf-Diesel-Ring 30 Sauerlach Bavaria 82054 DE', 'DE', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9653, 'e0d7ba', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-11-24', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9654, '48be2d', 0, 'Symanitron', 'Ap.103, 17 Rudnevka str.,111674 Moscow RU', 'RU', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9655, 'f80278e', 0, 'Lit Tech', '2011 Stampede Dr Farmington Utah 84025 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9656, '8c147de', 0, 'Electrical & Automation Larsen & Toubro Ltd', 'Mysore Campus, KIADB Industrial Area, Hebbal, Hootagalli Mysore Karnataka 570020 IN', 'IN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9657, '003054', 0, 'Castlenet Tech Inc', 'NO. 130 WU-KUNG RD., TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9658, '00161e', 0, 'Woojinnet', '292 osan dongtan hwaseong kyonggi 445-813 KR', 'KR', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9659, '8c53d2', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2018-11-02', '2018-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9660, '2469a5', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9661, 'b4b265', 0, 'Daeho I&T', '211, Jayumuyeok 3-gil, MasanHoewon-gu Changwon-si Gyeongsangnam-do 630-812 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9662, '70b3d5804', 0, 'Pmt Corp', '1705-1 Satani,Sue Kasuya-gun Fukuoka 811-2115 JP', 'JP', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9663, '683563', 0, 'Shenzhen Liown Electronics Co, Ltd', 'ROOM 301, NO.7, GONGYE 3RD ROAD SHEKOU, NANSHAN DISTRICT SHENZHEN 518054 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9664, '00036f', 0, 'Telsey Spa', 'Viale Dell Industria, 1 DiTreviso- IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9665, '0050c28ff', 0, 'Luceat', 'Via A. Canossi 18 Torbole Casaglia BS 25030 IT', 'IT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9666, 'a44027', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9667, '0025f0', 0, 'Suga Electronics Ltd', 'Units 1904-1907, Chevalier Commercial Centre, Kowloon Bay Hong Kong CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9668, '8866a5', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9669, '34cc28', 0, 'Nexpring Co Ltd,', '3rd Floor, Building C, PDC Tower Sungnam City Kyungki-do 463400 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9670, 'f023b9c', 0, 'Shenzhen Lachesis Mhealth Co, Ltd', 'Bldg. C, No.43 Yanshan Rd, Nanshan District Shenzhen GuangDong 518067 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9671, 'e85ad1', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9672, 'cc5d4e', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2011-03-17', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9673, '0cefaf6', 0, 'Firmware Design AS', 'Grannes Terrasse 45 Hafrsfjord Rogaland N-4044 NO', 'NO', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9674, 'd0b498', 0, 'Robert Bosch Llc Automotive Electronics', '15000 N Haggerty Plymouth Michigan 48170 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9675, '7085c6', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-09-12', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9676, 'f8f464', 0, 'Rawe Electonic GmbH', 'Bregenzer Str. 67-69 Weiler im Allgäu Bavaria 88171 DE', 'DE', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9677, '00d023', 0, 'Infortrend Tech, Inc', '10F, NO. 33 SAN-MIN RD. TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9678, '0017a5', 0, 'Ralink Tech, Corp', 'Suite 215, Bldg 53. 195-61 Sec.4, Chung Hsing Rd, Chutung Hsinchu 310 TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9679, '8c15c7', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9680, '0050c2db7', 0, 'Sorel GmbH Mikroelektronik', 'Jahnstrasse 36 Sprockhovel 45549 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9681, '70b3d5658', 0, 'emperor brands', '11345 Ventura Blvd Studio City CA 90043 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9682, 'c82c2b7', 0, 'Merpa Bilgi Islem LtdSti', 'Oztekin CD NO:26 Istanbul Bayrampasa 34040 TR', 'TR', 'MA-M', '2019-02-04', '2019-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9683, 'f0761c', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 15, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9684, '745aaa', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9685, '0050c2560', 0, 'Procon Electronics', 'PO Box 164 Sydney NSW 1730 AU', 'AU', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9686, '20a90e', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2015-12-17', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9687, '001069', 0, 'Helioss Communications, Inc', '391 TOTTEM POND RD.- STE#303 WALTHAM MA 02154 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9688, '001385', 0, 'Add-On Tech Co, Ltd', '1F, No.11, Lane 206, Da-An Road Sec. 1, Taipei 106 TW', 'TW', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9689, 'f82819', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9690, '088466', 0, 'Novartis Pharma AG', 'Lichtstrasse 35 Basel 4056 CH', 'CH', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9691, '70b3d5df1', 0, 'CoXlab Inc', '312 Hannuri-daero, 309 Sejong 30128 KR', 'KR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9692, '0c96e6', 0, 'Cloud Network Tech (Samoa) Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9693, '8cfe57', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9694, '0005c7', 0, 'I/F-Com A/S', 'Ellegaardvej 36 DK', 'DK', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9695, 'ac199f', 0, 'Sungrow Power Supply Co, Ltd', 'NO.2 Tianhu Road, New and High Technology Industrial Development Zone Hefei Anhui 230088 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9696, '002433', 0, 'Alps Electric Co, Ltd', '1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP', 'JP', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9697, '00250f', 0, 'On-Ramp Wireless, Inc', '16885 West Bernardo Drive San Diego CA 92127 US', 'US', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9698, '70b3d5a18', 0, 'Embedded Systems Lukasz Panasiuk', 'Wielkopolska 2A/9 Kolobrzeg 78100 PL', 'PL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9699, '6a0e20', 0, 'GeoFrenzy, Inc', '39 Main Street Tiburon CA 94920 US', 'US', 'CID', '2017-09-13', '2017-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9700, 'e44cc73', 0, 'Jsc Svyaz Inginiring M', 'Varshavskoe Shosse, 42 Moscow 115230 RU', 'RU', 'MA-M', '2018-11-29', '2018-11-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9701, '0017e7', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-04-08', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9702, '001dbd', 0, 'Versamed Inc', '2 Blue Hill Plaza Pearl River NY 10965 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9703, 'c8a030', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2012-07-16', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9704, '04fe31', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9705, 'd022123', 0, 'Tele System Communications Pte. Ltd', '5F, No.437, Tao Ying Rd. Taoyuan Taiwan 33068 TAIWAN, PROVINCE OF CHINA CN', 'CN', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9706, 'e83a12', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9707, '000efb', 0, 'Macey Enterprises', 'P.O. Box 7267 Tempe AZ 85281 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9708, '001c2f', 0, 'Pfister GmbH', 'Stätzlinger SStraße 70 Augsburg Bavaria 86165 DE', 'DE', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9709, '80d605', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9710, '70b3d5821', 0, 'Hl2 group', '2 Avenue Galilee Chasseneuil Futuroscope 86961 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9711, '001168', 0, 'HomeLogic Llc', '100 Hoods Lane Marblehead MA 01945 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9712, '0050c25c5', 0, 'Radiant Imaging, Inc', '15321 Main St NE, Suite 310 Duvall WA 98019 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9713, '0011fb', 0, 'Heidelberg Engineering GmbH', 'Tiergartenstraße 15 Heidelberg Baden-Württemberg 69121 DE', 'DE', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9714, '001cf4', 0, 'Media Tech Systems Inc', '766 Lakefield Road Westlake Village CA 91377 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9715, '5062550', 0, 'Ufanet SC', 'bldg 4/3, Prospect Octyabrya Ufa 450001 RU', 'RU', 'MA-M', '2019-09-03', '2019-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9716, '70b3d503e', 0, 'Guan Show Technologe Co, Ltd', 'No.127, Jianguo 1st Rd., Lingya Dist. Kaohsiung City 802 TW', 'TW', 'MA-S', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9717, '000c7b', 0, 'Alpha Project Co, Ltd', '834 Sekishi,Higashi-ku,Hamamatsu-city Shizuoka 431-3114 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9718, '000d5f', 0, 'Minds Inc', '1919 boul lionel bertrand Boisbriand Quebec J7H 1N8 CA', 'CA', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9719, '0050c2d65', 0, 'TX Tech Corp', '7 Emery Ave Randolph New Jersey 07869 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9720, '00d046', 0, 'Dolby Laboratories, Inc', '100 Potrero Avenue San Francisco CA 94103-4938 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9721, '001f61', 0, 'Talent Communication Networks Inc', 'Rm. 910 R&F Plaza, #76, Huangpu Ave. West, Guangzhou (Canton) Guangdong Province 510360 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9722, '00260c', 0, 'Dataram', '186 Princeton Rd. West Windsor NJ 08550 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9723, 'ccf841', 0, 'Lumewave', '4803 B Street Sacramento CA 95819 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9724, 'cc6bf1', 0, 'Sound Masking Inc', '47 - 23 - Glamis Drive Sw Calgary Alberta T3E 6S3 CA', 'CA', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9725, '00006f', 0, 'Madge Ltd', 'Madge House Maindenhead Berkshire SL6 2HP GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9726, '0002d2', 0, 'Workstation AG', 'Schaffhauserstrasse 55 CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9727, '70b3d5a81', 0, 'Sienda New Media Tech GmbH', 'Lange Gasse 90 Basel Basel-land 4052 CH', 'CH', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9728, '48ee0c', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9729, '942a3f', 0, 'Diversey Inc', '2415 Cascade Pointe Blvd Charlotte NC 28208 US', 'US', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9730, 'b0fd0bc', 0, 'Haltian Products Oy', 'Yrttipellontie 1D Oulu 90230 FI', 'FI', 'MA-M', '2019-02-13', '2019-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9731, '70b3d50f6', 0, 'Kse GmbH', 'Frühlingstraße 31-33 Ingolstadt 85055 DE', 'DE', 'MA-S', '2019-05-03', '2019-05-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9732, '000051', 0, 'Hob Electronic GmbH & Co KG', 'BRANDSSTATTER-STR.2-10 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9733, '0050c22f4', 0, 'Efficient Channel Coding', '600 Safeguard Plaza Brooklyn Heights 44131 US', 'US', 'IAB', '2004-02-13', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9734, '38192f', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9735, '40d85507c', 0, 'Agramkow Fluid Systems A/S', 'Augustenborg Landevej 19 Soenderborg DK 6400 DK', 'DK', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9736, '88a9a77', 0, 'kimura giken Corp', '4-9-19 kamiyoga Setagaya-ku Tokyo 158-0098 JP', 'JP', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9737, '001c8c', 0, 'Dial Tech Ltd', '6F-4, NO.18, LANE.609, SEC.5, CHONGSIN RD., SANCHONG CITY TAIPEI COUNTY 241 TW', 'TW', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9738, '001bc5031', 0, 'Adixein Ltd', '14 Plater Drive Oxford Oxfordshire OX2 6QT GB', 'GB', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9739, '0050c28c3', 0, 'Byte Paradigm', 'Chaussée de Namur, 119 Nivelles (Thines) Brabant 1402 BE', 'BE', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9740, 'e0f5ca', 0, 'Cheng Uei Precision Industry Co, Ltd', 'No. 18, ZhongShan Rd., TuCheng Dist., New Taipei City Taiwan 23680 TW', 'TW', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9741, '40d855039', 0, 'CI Systems Ltd', 'HaMehkar 6 Str. Migdal HaEmek IL 10551 IL', 'IL', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9742, 'a411635', 0, 'Carbon, Inc', '312 Chestnut St Redwood City CA 94063 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9743, '0009ce', 0, 'SpaceBridge Semiconductor Corp', '115 rue Champlain Hull Quebec J8X3R1 CA', 'CA', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9744, '001a83', 0, 'Pegasus Tech Inc', '108 Pawnook Farm Rd. Lenoir City TN 37771 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9745, 'c47130', 0, 'Fon Tech S.L.', 'Avda. Bruselas, n. 7, Planta 3, Alcobendas Madrid 28100 ES', 'ES', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9746, '004279', 0, 'Sunitec Enterprise Co, Ltd', '3F.,No.98-1,Mincyuan Rd.Sindian City Taipei County 231 231141 CN', 'CN', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9747, '001aa7', 0, 'Torian Wireless', '204 Johnston Street Collingwood Victoria 3066 AU', 'AU', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9748, '00a006', 0, 'Image Data Processing System Group', 'SHINTOYOFUTA 2-1 KASHIWA-CITY, CHIBA 277 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9749, '0006c6', 0, 'lesswire AG', 'Im Technologiepark 25 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9750, '548ca0', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2016-05-19', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9751, '48a91c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9752, 'f4d108', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9753, '001473', 0, 'Bookham Inc', '10 Brewer Hunt Way Kanata ON K2K 2B5 CA', 'CA', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9754, '0050c25a4', 0, 'Federal State Unitary Enterprise Experimental Factory for Sc', 'EZAN, Academician Semenov Avenue, 9, Chernogolovka Moscow Region 142432 RU', 'RU', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9755, '0050c2e2e', 0, 'DS! Ingenieurbuero', 'Fuchsweg 17 Elchingen 89275 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9756, '149b2f', 0, 'JiangSu ZhongXie Intelligent Tech Co, Ltd', 'Room 201,building 15, 16,FengJi set avenue (C08),YuHua district economic development zone ,NanJing city,JiangSu province,China,PRC. NanJing JiangSu 210000 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9757, '001edb', 0, 'Giken Trastem Co, Ltd', '4-1 Takeda Dankawaracho Fushimiku Kyoto 612-8414 JP', 'JP', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9758, '002678', 0, 'Logic Instrument SA', '43, Avenue de l\'Europe Domont 95330 FR', 'FR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9759, '001469', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9760, '689ce2', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9761, '4cc206', 0, 'Somfy', '50 avenue du nouveau monde Cluses 74300 FR', 'FR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9762, '282c026', 0, 'Lookman Electroplast Industries Ltd', 'Old No : 9, New No : 15, II Street Etn., III Main Road , CIT Nagar, Nandanam Chennai Tamilnadu 600035 IN', 'IN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9763, '3a3541', 0, 'Raspberry Pi Trading Ltd', 'Maurice Wilkes Building, St Johns Innovation Park Cambridge Cambridgeshire CB4 0DS GB', 'GB', 'CID', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9764, '001092', 0, 'Netcore Inc', '12F-2, 537, SEC.2 HSINCHU TW', 'TW', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9765, '0007ed', 0, 'Altera Corp', '101 Innovation Drive San Jose CA 95134 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9766, 'd076501', 0, 'Daiken Automacao Ltda', 'AVENIDA SAO GABRIEL,481 COLOMBO PARANA 83404000 BR', 'BR', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9767, 'fc2fef', 0, 'Utt Tech Co, Ltd', 'Room 301, Building 9, No. 518 Xinzhuan Shanghai Shanghai 201612 CN', 'CN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9768, 'ec9bf3', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2015-08-16', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9769, '7cbacca', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2017-08-15', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9770, 'a04246', 0, 'IT Telecom Co, Ltd', '517 TheOvalley 555-9 Hogye-dong, Dong An-gu Anyang-si Gyeonggi-do 14117 KR', 'KR', 'MA-L', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9771, '00404a', 0, 'West Australian Department', 'OF EMPLOYMENT (DEVET) WESTERN AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9772, '0011ca', 0, 'Long Range Systems, Inc', '4550 Excel Parkway Addison Texas 75001 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9773, 'c8eea6', 0, 'Shenzhen Shx Tech Co, Ltd', '6F,No.10 buliding,JiuXiangling Industial Zone,Xili, Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9774, '1c21d11', 0, 'Ognios GmbH', 'Dr.-Hans-Lechner-Straße 6 Wals-Siezenheim Salzburg 5071 AT', 'AT', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9775, '34008a6', 0, 'Sithon Tech Sas', '115 Rue Claude Chappe Plouzane 29280 FR', 'FR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9776, '70b3d5047', 0, 'Ooo Orion-R', 'Novoselov str., 40A, room N200 Ryazan 390048 RU', 'RU', 'MA-S', '2020-02-06', '2020-02-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9777, '0050c22d5', 0, 'Pixy AG', 'Bruggerstrasse 37 Baden 5400 CH', 'CH', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9778, 'f0a225', 1, 'Private', '', '', 'MA-L', '2011-07-09', '2011-07-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9779, '14db85', 0, 'S Net Media', '4F, SEHYUN BLDG, 1581-7 SEOUL 137-875 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9780, 'b08bcf', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9781, '000bfc', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9782, '008d4e', 0, 'Cjsc Nii Stt', 'N.Leningradskaya str, 10 Smolensk 214012 RU', 'RU', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9783, '502a7e', 0, 'Smart electronic GmbH', 'Industrie Str. 29 St. Georgen 78112 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9784, '0050c2cdb', 0, 'Rutter Inc', '63 THORBURN ROAD ST. JOHN\'S NEWFOUNDLAND A1B 3M2 CA', 'CA', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9785, '846223', 0, 'Shenzhen Coship Electronics Co, Ltd', 'Rainbow Bldg., North, Hi-Tech Industrial Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9786, '70b3d5530', 0, 'iSiS-Ex Ltd', 'Unit A & B Windmill Industrial Estate Malton North Yorkshire YO17 6BT GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9787, '000691', 0, 'PT Inovacao', 'Rua Eng. Jose F. Pinto Basto PT', 'PT', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9788, '000fad', 0, 'Fmn communications GmbH', 'Grimmelallee 4 Nordhausen Thüringen 99734 DE', 'DE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9789, '0015a4', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-08-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9790, 'd819ce', 0, 'Telesquare', '670, Sampyeong-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-400 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9791, '006065', 0, 'Bernecker & Rainer Industrie-Elektronic GmbH', 'EGGELSBERG 120 5142 EGGELSBERG AT', 'AT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9792, '000ab7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9793, '0017db', 0, 'Canko Tech Inc', '5 FL. DONG SUNG BLDG. 17-8 SEOUL 150-874 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9794, '44d9e7', 0, 'Ubiquiti Networks Inc', '2580 Orchard Parkway San Jose CA 95131 US', 'US', 'MA-L', '2015-01-23', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9795, '58a023', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9796, '402f86', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2020-01-29', '2020-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9797, '0020a3', 0, 'Harmonic, Inc', '4300 North First Street San Jose CA 95134 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9798, '0050c236e', 0, 'Minicom Advanced Systems Ltd', '16 Hartom str Jerusalem 91450 IL', 'IL', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9799, '0011b2', 0, '2001 Tech Inc', '7F-10, 79 Hsin Tai 5th. Rd. Sec.1 Hsi Chih Taipei County 221 TW', 'TW', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9800, '001665', 0, 'Cellon France', 'Route d\'Angers Le Mans cedex 9 Le Mans Sarthe 72081 FR', 'FR', 'MA-L', '2005-11-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9801, '2046f9', 0, 'Advanced Network Devices (dba:And)', '3820 Ventura Drive Arlington Heights IL 60004 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9802, '58bda3', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2011-07-26', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9803, 'c49ff3', 0, 'Mciao Tech, Inc', 'Room304, Building 1, No.288 Qiuyi Rd., Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9804, '000fe7', 0, 'Lutron Electronics Co, Inc', '7200 Suter Rd. Coopersburg PA 18036-1299 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9805, '001185', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2004-06-05', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9806, '3ce5a6', 0, 'Hangzhou H3c Tech Co, Ltd', 'Oriental Electronic Bld., NO.2,Chuangye Road Beijing 100085 CN', 'CN', 'MA-L', '2010-02-21', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9807, '70b3d5566', 0, 'Data Informs Llc', '9838 Nevada Avenue Chatsworth CA 91311-4040 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9808, '000e01', 0, 'Asip Tech Inc', '10F-2, NO.322, Sec.1, Guangfu Rd., Hsinchu 300 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9809, '0050c22e9', 0, 'Sri International', '333 Ravenswood Avenue Menlo Park CA 94025 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9810, '309ffb', 0, 'Ardomus Networks Corp', '4F,No. 6 Innovation Road II, Hsinchu Science Park Hsinchu 300 TW', 'TW', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9811, '4cd1a1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9812, '00109d', 0, 'Clarinet Systems, Inc', '1415 KOLL CIRCLE #101 SAN JOSE CA 95112 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9813, '0007b2', 0, 'Transaccess S.A.', 'R. Galeno De Castro, 1445 São Paulo SP BR', 'BR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9814, '70b3d5dc0', 0, 'Ateme', '26 Burospace Bievres IDF 91470', '', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9815, '7811dc', 0, 'Xiaomi Electronics, Co, Ltd', 'Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2017-05-23', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9816, '70b3d5590', 0, '812th Aits', '300 E Yeagar Blvd Edwards AFB CA 93524 US', 'US', 'MA-S', '2018-11-09', '2018-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9817, '0050c2843', 0, 'Xtensor Systems Inc', '2624 Citronella Ct. Simi Valley California 93063-2232 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9818, '0021be', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9819, '0050c25e9', 0, 'Micro Tech Services Inc', '1819 Firman Drive Richardson Texas 75081 US', 'US', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9820, 'b8f5e7', 0, 'WayTools, Llc', '401 Wilshire Blvd. Santa Monica CA 90401 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9821, '0050c2e61', 0, 'Detech Electronics ApS', 'Oestervej 11 Ullerslev Funen 5540 DK', 'DK', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9822, 'cc20e8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9823, '70b3d5e52', 0, 'Guangzhou Moblin Tech Co, Ltd', '35 Tianshou Rd, Tianhe District Guangzhou Guangdong 510000 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9824, '7460fa', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9825, '000481', 0, 'Econolite Control Products, Inc', '3360 E. La Palma Ave. Anaheim CA 92806 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9826, '0011bd', 0, 'Bombardier Transportation', '1501 Lebanon Church Road Pittsburgh PA 15236 US', 'US', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9827, '0050c2da4', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach Northrhine Westfalia 51465 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9828, '005016', 0, 'Molex Canada Ltd', '216 Bathurst Drive Waterloo Ontario N2V 2L7 CA', 'CA', 'MA-L', '2000-11-09', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9829, '00246b', 0, 'Covia, Inc', 'Benex S-3 Bldg., 3-20-8, Shinyokohama,Kohoku-ku, Yokohama-city Kanagawa-pref. 222-0033 JP', 'JP', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9830, 'b075d5', 0, 'zte Corp', '12/F,ZTE R&D Building,Kejinan Road, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9831, '94d9b3', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9832, '000048', 0, 'Seiko Epson Corp', '80 HIROOKA SHIOJIRI-CITY japan JAPAN 399-07 JP', 'JP', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9833, '001bf6', 0, 'Conwise Tech Corp Ltd', '2F No.44, Park Ave. 2, Hsinchu Science Park Hsinchu City 30075 TW', 'TW', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9834, '2ca780', 0, 'True Tech Inc', 'R476, AngelCity 1st, Seongnam, Kyungki 463-862 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9835, '000e5f', 0, 'activ-net GmbH & Co KG', 'Konrad-Zuse-Str. 4 Bochum 44801 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9836, '0011a1', 0, 'Vision Netware Co, Ltd', 'Ace Twin Tower (2), #709 Seoul Guro-Gu 152-050 KR', 'KR', 'MA-L', '2004-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9837, '000a5f', 0, 'almedio Inc', '32-13, sakae-cho 2 chome higashimurayama-shi tokyo 189-0013 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9838, '000afe', 0, 'NovaPal Ltd', 'Floor 6 Ealing London W5 2ST GB', 'GB', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9839, 'b083fe', 0, 'Dell Inc', 'One Dell way Round Rock 78682 US', 'US', 'MA-L', '2014-04-22', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9840, '70b3d550e', 0, 'Micro Trend Automation Co, Ltd', '3F, No 78 Cheng Kung Road Sec1 Taipei Nan Kang 11570 TW', 'TW', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9841, '189ba5a', 0, 'Shenzhen Fionexx Tech Ltd', 'RM503, The 1st office Bldg, Vanke Red Cube Mansion, Buji Street, Longgang District, shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9842, '00809b', 0, 'Justsystem Corp', '3-46 OKINOHAMAHIGASHI JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9843, '0008ac', 0, 'Eltromat GmbH', 'Herforder Straße 249-251 Leopoldshöhe Nordrhein-Westfalen 33818 DE', 'DE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9844, '0a8736', 0, 'Ieee 1901 Working Group', 'Progilon, WTC Business Center Grenoble Rhone Alpes F-38000 FR', 'FR', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9845, 'd4bbc8', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9846, '000c1d', 0, 'Mettler & Fuchs AG', 'Querstrasse 17 CH-8951 Fahrweid CH', 'CH', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9847, 'a0999b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9848, '001d70', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9849, '0050c2a8e', 0, 'Bfi Industrie-Elektronik GmbH & CoKG', 'Winchenbachstrasse 3b Wuppertal NRW 42281 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9850, '40d8550c1', 0, 'Xepto Computing Inc', 'Unit 2202, 22F Asian Star Building Alabang Muntinlupa 1781 PH', 'PH', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9851, '807b85c', 0, 'Ningbo Plus and Popscreens electronic Tech Co, Ltd', '7 Hong Da Road, Hong Tang Industrial Park Zone A Ningbo Zhejiang 315040 CN', 'CN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9852, '84ba3b', 0, 'Canon Inc', '30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9853, '0050c220c', 0, 'Communication and Telemechanical Systems Co Ltd', 'Gragdanski str. 111 St.Petersburg 195256 RU', 'RU', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9854, '0050c2689', 0, 'RF Code, Inc', '1250 S. Clearview Ave. Mesa AZ 85209 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9855, '700fc7', 0, 'Shenzhen Ikinloop Tech Co, Ltd', 'Room 8B,Building C, Tongfang Information Port, Langshan Road, Science Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9856, '7c5a1c', 0, 'Sophos Ltd', 'The Pentagon Abingdon Oxfordshire OX14 3YP GB', 'GB', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9857, '08005e', 0, 'Counterpoint Computer Inc', '2127 RINGWOOD AVENUE SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9858, '40984e', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-05-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9859, '001ea6', 0, 'Best IT World (India) Pvt. Ltd', '87/70/93 Mistry Industrial Complex, Mumbai Maharashtra 400093 IN', 'IN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9860, '9a564b', 0, 'Cubix Corp', '2800 Lockheed Way Carson City Nevada 89706 US', 'US', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9861, '70b3d5940', 0, 'Paradigm Tech Services B.V.', 'Ambachtsweg 7 Groot-Ammers 2964LG NL', 'NL', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9862, '00004c', 0, 'Nec Corp', '7-1 SHIBA 5-CHOME TOKYO 108-01 0000 JP', 'JP', 'MA-L', '1980-01-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9863, '0005d3', 0, 'eProduction Solutions, Inc', '22001 North Park Drive Kingwood TX 77339-3804 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9864, 'ac3d05', 0, 'Instorescreen Aisa', 'Room 207, North Bldg,No 28 Shanghai 200237 CN', 'CN', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9865, '80e4da1', 0, 'Guangzhou Pinzhong Electronic Tech Co, Ltd', 'Room 810, Yinglong Plaza Guangzhou Guangdong 510000 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9866, 'e8f724', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9867, '90b1e0', 0, 'Beijing Nebula Link Tech Co, Ltd', 'Room 1201, Building C, Caizhi International Plaza, Haidian District Beijing 100083 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9868, '000035', 0, 'Spectragraphics Corp', 'OR SAN DIEGO CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9869, '001cfb', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-06-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9870, '5cc6d0', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-10-19', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9871, '10f3db', 0, 'Gridco Systems, Inc', '10-L Commerice Way Woburn MA 01801 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9872, '205721', 0, 'Salix Tech Co, Ltd', '5F., No. 16, Lane 77, Hsing Ai Road Taipei 114 TW', 'TW', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9873, '70b3d57a7', 0, 'Symbicon Ltd', 'Heinimäentie 1 Kajaani Finland 87250 FI', 'FI', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9874, '0887c6', 0, 'Ingram Micro Services', '100 CHEMIN DE BAILLOT MONTAUBAN 82000 FR', 'FR', 'MA-L', '2020-01-31', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9875, '000759', 0, 'Boris Manufacturing Corp', 'PO Box 601 Castle Point NY 12511 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9876, '14c21d', 0, 'Sabtech Industries', '23231 La Palma Ave Yorba Linda Ca. 92887-4788 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9877, '0021db', 0, 'Santachi Video Tech (Shenzhen) Co, Ltd', 'Santachi Building,#14 Kaifeng Road,Meilin, Shenzhen Guangdong 518049 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9878, '005062', 0, 'Kouwell Electronics Corp **', '7F, NO.99, NAN-KANG ROAD TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9879, '0013ab', 0, 'Telemotive AG', 'Breitwiesen Muehlhausen Baden Wuerttemberg 73347 DE', 'DE', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9880, '0050c2373', 0, 'Companion Worlds, Inc', '10171 Carmen Road Cupertino CA 95014 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9881, '587fc8', 0, 'S2m', '2 rue des champs Saint Marcel 27950 FR', 'FR', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9882, '40d8550f2', 0, 'SigmaPhi Electronics', '34 rue de l’Industrie WISSEMBOURG ALSACE 67160 FR', 'FR', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9883, '2c2617', 0, 'Oculus VR, Llc', '1 Hacker Way Menlo Park CA 94025 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9884, 'bc9740c', 0, 'Listec GmbH', 'Am Sandberg 34 Isen Bavaria 84424 DE', 'DE', 'MA-M', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9885, '0007c7', 0, 'Synectics Systems Ltd', '3 Acorn Business Park S8 OTB GB', 'GB', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9886, '000c8e', 0, 'Mentor Engineering Inc', '2891 Sunridge Way NE Calgary Alberta T1Y7K7 CA', 'CA', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9887, '1816c9', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2015-03-03', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9888, 'c8df84', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9889, '0050c2d32', 0, 'Realtime Systems Ltd', 'A-49 Okhla Ind Area New Delhi Delhi 110020 IN', 'IN', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9890, '0050c2df5', 0, 'EtherLight', '12/11 Soi Prommitr Bangkok 10110 TH', 'TH', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9891, '00123c', 0, 'Second Rule Llc', '4119 Walnut Street Philadelphia PA 19104 US', 'US', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9892, '00253e', 0, 'Sensus Metering Systems', '10147 W. Emerald Street Boise Idaho 83704 US', 'US', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9893, 'fc683e', 0, 'Directed Perception, Inc', '890C Cowan Road Burlingame California 94010 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9894, '70b3d5364', 0, 'Adamczewski elektronische Messtechnik GmbH', 'Felix-Wankel-Str. 13 Zaberfeld Baden-Württemberg 74374 DE', 'DE', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9895, '503aa0', 0, 'Shenzhen Mercury Communication Tech Co, Ltd', '3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9896, '008033', 0, 'Ems Aviation, Inc', '121 WHITTENDALE DRIVE MOORESTOWN NJ 08057 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9897, '0030d0', 0, 'Tellabs', '1750 Founder\'s Parkway Alpharetta GA 30004 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9898, '08674e', 0, 'Hisense broadband multimedia Tech Co, Ltd', 'Song ling Road 399 Qingdao 266000 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9899, '0050c271b', 0, 'Adva Optical Networking', 'One Technology Parkway South Norcross Ga 30092 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9900, '002685', 0, 'Digital Innovation', 'Travbaneveien 6 Trondheim 7044 NO', 'NO', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9901, '70b3d5b8d', 0, 'JungwooEng Co, Ltd', '#864-5, Gwanyang2-dong, Dongan-gu Anyang-si Gyeonggi-do 431-804 KR', 'KR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9902, '000117', 0, 'Canal +', '23 Rue LeBlanc 75906 Paris Cedex 15 12345 FR', 'FR', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9903, '0050c6', 0, 'Loop Telecommunication International, Inc', '7F, No. 8, Hsin Ann Road Hsinchu - TW', 'TW', 'MA-L', '2000-11-09', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9904, '40c3c6', 0, 'SnapRoute', '3960 Freedom Circle, Suite 100 Santa Clara CA 95054 US', 'US', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9905, '70b3d5529', 0, 'Inventeq B.V.', 'Ravenlaan 27 Blaricum 1261WT NL', 'NL', 'MA-S', '2020-01-22', '2020-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9906, '14ede4', 0, 'Kaiam Corp', '39677 Eureka Drive Newark California 94560 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9907, '70b3d5bae', 0, 'Warecube, Inc', '3F, 119-59, Sasadong Ansansi Gyunggido 426-220 KR', 'KR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9908, '940e6b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9909, 'd47c44e', 0, 'Shenzhen Anysec Tech Co Ltd', '601, 1 BUILDING,MeiLin Dolly Industrial Zone,Futian District SHENZHEN GuangDong 518000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9910, '0050c209c', 0, 'RF Applications, Inc', '7345 Production Drive Mentor OH 44060 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9911, '0050c2aa5', 0, 'Tampere University of Tech', 'Korkeakoulunkatu 10 Tampere Pirkanmaa 33720 FI', 'FI', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9912, '141fbaa', 0, 'Winsonic Electronics Co, Ltd', 'No. 290-1, Wen Chung Rd., Taoyuan City 330 TW', 'TW', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9913, '14caa0', 0, 'Hu&Co', '105 Rue du Jardin Bordeaux 33000 FR', 'FR', 'MA-L', '2018-03-13', '2018-03-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9914, '60ce92', 0, 'The Refined Industry Co Ltd', '7/F Sun King Factory Bldg,1 - 7 Shing Chuen Road, Shatin, NT Hong Kong NT 000000 HK', 'HK', 'MA-L', '2018-07-10', '2018-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9915, '080079', 0, 'The Droid Works', 'P.O. BOX CS 8180 SAN RAFAEL CA 94912 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9916, '000898', 0, 'Gigabit Optics Corp', '1156 Aster Ave. Sunnyvale CA 94086-6810 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9917, '14b126', 0, 'Industrial Software Co', '85, Aleksandyr Malinov Blvd. Office 6 Sofia 1715 BG', 'BG', 'MA-L', '2013-09-12', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9918, '70b3d534a', 0, 'Pavo Tasarim ÜRetİM TİC A.Ş.', 'Teknopark İstanbul Ar-Ge Binaları. 1.Blok İSTANBUL PENDİK 34349 TR', 'TR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9919, '70b3d56fb', 0, 'Shachihata Inc', '37 , SHINMEI-CHO , KOUWA INAZAWA AICHI 492-8102 JP', 'JP', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9920, '0018cf', 0, 'Baldor Electric Co', '600 S. Zero St. Fort Smith AR 72901 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9921, '001d58', 0, 'CQ Inc', '5F, No. 43, Lane 76, Rui Guang Road Taipei 114 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9922, '0050c22af', 0, 'Csa Computer & Antriebstechnik GmbH', 'RHEINSTRASSE 7E TELTOW BRANDENBURG D-14513 DE', 'DE', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9923, '0050c2bac', 0, 'Viteco Vnpt Jsc', 'No35, Lane 61, lac Trung Streets Ha Noi 10000 VN', 'VN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9924, 'dc663a', 0, 'Apacer Tech Inc', '1F., No.32, Zhongcheng Rd., Tucheng Dist., New Taipei City Taiwan R.O.C. 236 TW', 'TW', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9925, 'd828c9', 0, 'General Electric Consumer and Industrial', 'AP35-1405 Louisville KY 40225 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9926, '0007ab', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-07-09', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9927, '80bae6', 0, 'Neets', 'Langballe 4 Horsens Jylland 8700 DK', 'DK', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9928, '70b3d576e', 0, 'Grupo Epelsa S.L.', 'C/ Punto Net,3 Alcala de Henares Madrid 28805 ES', 'ES', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9929, 'b437d15', 0, 'Stratom, Inc', '5375 Western Avenue Suite A Boulder Colorado 80301 US', 'US', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9930, '904e910', 0, 'Spirtech', '29 rue du Louvre Paris 75002 FR', 'FR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9931, '0050c2482', 0, 'Priamus System Tech AG', 'Rheinweg 4 Schaffhausen 8200 CH', 'CH', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9932, '001603', 0, 'Coolksky Co, Ltd', 'Shingsung offcetel A511, 1588-1 Secho Seoul 137-070 KR', 'KR', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9933, '10b3d6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9934, '7c477ca', 0, 'Dspread Tech (Beijing) Inc', 'Jingxin Building, 2045 Suite , Chaoyang District Beijing 100027 CN', 'CN', 'MA-M', '2016-02-05', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9935, 'b4effa', 0, 'Lemobile Information Tech (Beijing) Co, Ltd', '5/F LeEco Building, 105 Yaojiayuan Road, Chaoyang District Beijing Beijing 100025 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9936, '70b3d5f97', 0, 'Typhon Treatment Systems Ltd', 'Unit 10, Newton Gate Industrial Estate Penrith Cumbria CA11 0BF GB', 'GB', 'MA-S', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9937, '0030b4', 0, 'Intersil Corp', 'P.O. BOX 883 MELBOURNE FL 32902 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9938, '785c72', 0, 'Hioso Tech Co, Ltd', '6th Floor, 12th Building, Wangtang Industrial Zone, Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9939, '80000b', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2012-03-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9940, '40d8550c9', 0, 'Quantaflow', 'AVENUE DUPONT GRAVE HONFLEUR 14600 FR', 'FR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9941, '7cc4ef', 0, 'Devialet', '126, rue Réaumur Paris Paris 75002 FR', 'FR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9942, '001bc505f', 0, 'Klingenthaler Musikelektronik GmbH', 'Auerbacher Str. 268 Klingenthal Saxony 08248 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9943, 'b437d1f', 1, 'Private', '', '', 'MA-M', '2015-05-06', '2015-05-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9944, '0050c2bdc', 0, 'SS Systems Llc', '104 Kurtner Ct Morrisville NC 27560 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9945, 'd0bb80', 0, 'Shl Telemedicine International Ltd', '90 Yigal Alon Tel Aviv 67891 IL', 'IL', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9946, '70b3d5273', 0, 'WeVo Tech', '2985 Drew Road Mississauga Ontario L4T0A4 CA', 'CA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9947, '0808ea', 0, 'Amsc', '15775 W Schaefer Court New Berlin WI 53151 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9948, '78870d', 0, 'Unifiedgateways India Private Ltd', '25 1st Floor 4th Cross KR Road Jayanagar 7th Block West Bangalore Karnataka 560082 IN', 'IN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9949, '70b3d51a5', 0, 'Metronic Aparatura Kontrolno - Pomiarowa', 'WYBICKIEGO 7 KRAKOW MALOPOLSKA 31-261 PL', 'PL', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9950, 'a815d6', 0, 'Shenzhen Meione Tech Co, Ltd', '12th FloorFutian Sports Park Cultural Industries Headquarters Building No. 3030 Fuqiang Road, Futian District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9951, 'f823b2', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9952, '0008c9', 0, 'TechniSat Digital GmbH Daun', 'Gewerbepark Merbitz Nr. 5 Dresden 01156 US', 'US', 'MA-L', '2002-06-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9953, 'ccb55a', 0, 'Fraunhofer Itwm', 'Fraunhoferplatz 1 Kaiserslautern Rhineland-Palatinae 67663 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9954, '0011f2', 0, 'Institute of Network Tech', '17-th Line Vasilevsky Ostrov, 54-1 St.Petersburg 199178 RU', 'RU', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9955, '68234b', 0, 'Nihon Dengyo Kousaku', 'shinmachi 21-1 kawagoe-shi saitama 350-1107 JP', 'JP', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9956, '0050c2f31', 0, 'Ruetz Tech GmbH', 'Walter Gropius Str. 17 Munich Bayern 80807 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9957, 'cc1be08', 0, 'Mdt Tech GmbH', 'Papiermühle 1 Engelskirchen Engelskirchen 51766 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9958, '70b3d5026', 0, 'Telstra', '231 Elisabeth St SYDNEY NSW 2000 AU', 'AU', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9959, '70b3d5c05', 0, 'Kst Tech', 'KST B/D 4-5, Wiryeseong-daero 12-gil Songpa-gu Seoul 05636 KR', 'KR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9960, '0030d2', 0, 'Win Tech, Co, Ltd', '4F-6, No. 81, Sec. 1 Taipei TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9961, '000b69', 0, 'Franke Finland Oy', 'Vartiokuja 1 NAARAJARVI FIN-76850 FI', 'FI', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9962, 'a83fa14', 0, 'Zhejiang Wellsun Intelligent Tech Co, Ltd', 'No.15,Xingye East 3rd St.,Fuxi District,Tiantai County Taizhou Zhejiang 317200 CN', 'CN', 'MA-M', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9963, '001c18', 0, 'Sicert S.r.L.', 'Via Bernardino Alimena, 128 Rome 00173 IT', 'IT', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9964, '0021e5', 0, 'Display Solution AG', 'Talhofstraße 32a Gilching D 82205 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9965, '70b3d50b1', 0, 'AirBie AG', 'Kinkelstrasse 36 Zurich Zurich 8006 CH', 'CH', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9966, '0050c2174', 0, 'N&P Tech', 'Samsung Jangchung Branch Dong lga Jung-gu Seoul KR', 'KR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9967, '0012e0', 0, 'Codan Ltd', '81 Graves Street Newton South 5074 AU', 'AU', 'MA-L', '2004-11-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9968, 'ccd31e2', 0, 'Neptune Systems', '15750 Vineyard Blvd Suite 150 MORGAN HILL CA 95037 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9969, '6cb749', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9970, '70b3d51cc', 0, 'AooGee Controls Co, Ltd', 'Siming District office building 14, Fu Lian Xiamen Fujian 361000 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9971, '00c0b2', 0, 'Norand Corp', '550 2ND STREET SE CEDAR RAPIDS IA 52401 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9972, '009092', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9973, '000295', 0, 'IP.Access Ltd', 'Melbourn Science Park SG8 6EE SG8 6EE U.K. GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9974, '7c3e9d', 0, 'Patech', '#23-17. WonhyoRo-2Ga YongSan-Gu Seoul 140112 KR', 'KR', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9975, '745933', 0, 'Danal Entertainment', '9th Fl. Bundang First Tower, 55 Bundang-ro, Bundang-gu Seongnam-si Gyeonggi-do 13591 KR', 'KR', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9976, '04c807', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9977, '04a222', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2019-04-10', '2019-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9978, '5887e2', 0, 'Shenzhen Coship Electronics Co, Ltd', 'Rainbow Bldg., North, Hi-Tech Industrial Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9979, '70b3d53be', 0, 'MyDefence Communication ApS', 'Sundsholmen 25 Noerresundby Danmark 9400 DK', 'DK', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9980, 'bcb863', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9981, '6a5c35', 0, 'Secrétariat général de la défense et de la sécurité nationale', '51 boulevard de la Tour-Maubourg PARIS 75700 FR', 'FR', 'CID', '2019-01-11', '2019-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9982, '00225f', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9983, '8091c0', 0, 'AgileMesh, Inc', '1671 International Pkwy Richardson TX 75081 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9984, '803b9a', 0, 'ghe-ces electronic ag', 'Hoemelstraße 17 Wald ZH 8636 CH', 'CH', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9985, '0050c2a91', 0, 'Ceron Tech Co, Ltd', '#809-1, Kranz Techno, 5442-1, Seongnam-si 462-819 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9986, '70b3d54ad', 0, 'Gaci', '5 avenue du Québec Villebon sur Yvette Essonne 91140 FR', 'FR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9987, '947eb9', 0, 'National Narrowband Network Communications Pty Ltd', 'Unit 10, 1 Talavera Road Macquarie Park New South Wales 2113 AU', 'AU', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9988, '5acbd3', 0, 'Simaudio Ltd', '1345 rue Newton Boucherville Quebec J4B 5H2 CA', 'CA', 'CID', '2018-01-14', '2018-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9989, 'd47c443', 0, 'Omron Sentech Co, Ltd', '9F, Ebina Prime Tower, 9-50, Chuo 2 Chome Ebina-City Kanagawa 243-0432 JP', 'JP', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9990, '0050c243f', 0, 'Arvoo Imaging Products BV', 'Tasveld 13 Montfoort UT 3417 XS NL', 'NL', 'IAB', '2005-01-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9991, '0050c2722', 0, 'Centric TSolve BV', 'Science Park Eindhoven 5644 SON Noord-Brabant 5692 EN NL', 'NL', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9992, 'fcea50', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9993, 'e4c806', 0, 'Ceiec Electric Tech Inc', '8/F West Side, Building 201, Terra Industrial & Tradepark, Che Gong Miao, Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9994, 'd8fc93', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9995, '98e0d9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9996, '0055daf', 1, 'Private', '', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9997, '70b3d528b', 0, 'Arnouse Digital Devices, Corp', '1983 Marcus Ave., Suite 104 Lake Success null 11042 US', 'US', 'MA-S', '2016-02-18', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9998, '94d029', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(9999, '00805c', 0, 'Agilis Corp', '1101 SAN ANTONIO ROAD Mountain View CA 94043-1008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10000, '18422f', 0, 'Alcatel-Lucent', 'Via Energy Park, 14 Vimercate MB 20871 IT', 'IT', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10001, '000ab5', 0, 'Digital Electronic Network', '8 rue du sacré coeur Saint Laurent sur Sevre Vendee 85290 FR', 'FR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10002, '0050c2816', 0, 'Intelight Inc', '3450 S Broadmont Drive #126 Tucson Arizona 85713 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10003, '74eae8', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10004, '404e36', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10005, '70b3d50d0', 0, 'ProHound Controles Eirelli', 'Rua Felipe José de Figueiredo, 45 São Paulo São Paulo 03807300 BR', 'BR', 'MA-S', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10006, '0013af', 0, 'Numa Tech, Inc', '4F,No778,Sec 4,Patch Rd. Taipei 115 TW', 'TW', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10007, '0015ea', 0, 'Tellumat (Pty) Ltd', '64/74 White Road Cape Town Western Province 7945 ZA', 'ZA', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10008, '001fa9', 0, 'Atlanta Dth, Inc', '5388 New Peachtree Rd Chamblee GA 30341 US', 'US', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10009, '9cadef', 0, 'Obihai Tech, Inc', '2105 S. Bascom Ave #285 Campbell CA 95008 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10010, '642b8a', 0, 'All Best Industrial Co, Ltd', '6F., No.210-20, Sec. 3, Zhongyang Rd., Tucheng Dist., New Taipei City 23680 TW', 'TW', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10011, '987a14', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10012, '24418c', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10013, '00117e', 0, 'Midmark Corp', '1001 Asbury Dr Buffalo Grove IL 60089 US', 'US', 'MA-L', '2004-06-05', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10014, '001cdf', 0, 'Belkin International Inc', '12045 E. Waterfront Drive Playa Vista CA 90094 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10015, '907e30', 0, 'Lars', 'Swierkowa 14 Niepruszewo 64-320 PL', 'PL', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10016, '0022d4', 0, 'ComWorth Co, Ltd', '2-35-7 Nishimagome Ohta-ku Tokyo 143-0026 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10017, '9cb70d', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10018, '0050c2478', 0, 'Metafix Inc', '1925, 46 th. Avenue Lachine Quebec H8T 2P1 CA', 'CA', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10019, '0050c2758', 0, 'AixSolve GmbH', 'Kaiserstrasse 100 Herzogenrath NRW 52134 DE', 'DE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10020, '04b3b6', 0, 'Seamap (UK) Ltd', 'Unit 34, The Maltings Shepton Mallet Somerset BA4 5QE GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10021, '3c427ee', 0, 'Xiaoniu network Tech (Shanghai) Co, Ltd', 'Room 706, building 3, no.20 east road, jingan district. Shang hai 200040 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10022, '000096', 0, 'Marconi Electronics Ltd', 'BROWNS LANE, THE AIRPORT UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10023, '000317', 0, 'Merlin Systems, Inc', '3900 New Park Mall Rd. Newark CA 94560 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10024, '001ece', 0, 'Bisa Tech (Hong Kong) Ltd', '1102, Trans Asia Centre, Kwai Chung, HK', 'HK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10025, '00c0c1', 0, 'Quad/Graphics, Inc', 'N63 W23075 HWY 74 SUSSEX WI 53089 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10026, '0050c25df', 0, 'Gnutek Ltd', '3, Strathavon Close, Cranleigh Surrey GU6 8PW GB', 'GB', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10027, '6c2c06', 0, 'Ooo Npp Systemotechnika-NN', 'Nartova lane, 2v Nizhny Novgorod Nizhegorodskaya oblast 603057 RU', 'RU', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10028, '98fae3', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2014-08-20', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10029, '28fd80c', 0, 'Airbus Defence and Space Oy', 'Hiomotie 32 Helsinki 00380 FI', 'FI', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10030, 'a4c138', 0, 'Telink Semiconductor (Taipei) Co Ltd', 'Room 1050. 10F. Buld. H, No. 3-2 YuanQu St., Taipei Taipei 11503 TW', 'TW', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10031, 'c47c8dd', 0, 'Anhui GuangXing Linked-Video Communication Tech Co, Ltd', 'Floor 6, Block B, Idiopathic Information Technology Port, Kefeng Road No. 2, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10032, '008015', 0, 'Seiko Systems, Inc', '8,Nakase 1-chome,Mihama-ku JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10033, '00140e', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2005-03-22', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10034, 'd4a02a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10035, '3077cb', 0, 'Maike Industry(Shenzhen)Co, Ltd', 'Maike Industrial Garden, Sanwei village, Shenzhen Guangdong 518100 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10036, '989096', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2014-07-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10037, '90adf7', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10038, '4c65a86', 0, 'Nuviz Oy', 'Joensuunkatu 7 Salo 24100 FI', 'FI', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10039, '00002e', 0, 'Societe Evira', 'ZONE PORTUAIRE DE BREGAILLON FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10040, '0050c29fe', 0, 'Spectra Embedded Systems', 'Khasra No. 24, Village Ghumman,1st Floor, Chawla Mansion, Parwanoo Himachal Pradesh 173 220 IN', 'IN', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10041, '64e161', 0, 'Dep Corp', 'Nishi-shinjuku 6-12-7 Shinjuku Tokyo 160-0023 JP', 'JP', 'MA-L', '2011-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10042, '40d855000', 0, 'Xronos.Inc', 'SENDAGAYA1-9-6 TOKYO 151-0051 JP', 'JP', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10043, 'a02bb8', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2014-01-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10044, '34049ec', 1, 'Private', '', '', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10045, 'f4939f', 0, 'Hon Hai Precision Ind. Co, Ltd', 'GuangDongShenZhen ShenZhen GuangDong 518109 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10046, '18d9ef', 0, 'Shuttle, Inc', 'No. 30 Lane 76, Rei Kuang Rd Taipei 114 TW', 'TW', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10047, '00054b', 0, 'Eaton Automation AG', 'Spinnereistrasse 8 St.Gallen 9008 CH', 'CH', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10048, 'a4be61', 0, 'EutroVision System, Inc', 'Rm 403,Building33,No.680 GuipingRd,Xuhui, Shanghai 200233 CN', 'CN', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10049, '70b3d557f', 0, 'MBio Diagnostics, Inc', '5603 Arapahoe Avenue, Suite 1 BOULDER CO 80303 US', 'US', 'MA-S', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10050, '70b3d5634', 0, 'idaqs Co, Ltd', 'M&I Building 2F Suginami-Ku Tokyo 167-0042 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10051, '28fd80e', 0, 'T-Radio AS', 'Stensarmen 3A Tønsberg 3112 NO', 'NO', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10052, '444b7e', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10053, '0006c0', 0, 'United Internetworks, Inc', '5072 North 300 West, Suite 2N Provo UT 84604 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10054, '000b38', 0, 'Knürr GmbH', 'Mariakirchener Straße 38 Arnstorf Bavaria 94424 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10055, '0050c2f5f', 0, 'Boryeu Tech Co, Ltd', '2F.,No756,Zhongzheng Road Zhonghe City Taipei Hsien23586 23586 US', 'US', 'IAB', '2012-03-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10056, '186472', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2013-09-12', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10057, '780cb8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10058, '00266c', 0, 'Inventec Corp', 'Inventec Building, 66 Hou-Kang Street Shih-Lin District, Taipei 111 TW', 'TW', 'MA-L', '2010-01-05', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10059, '405fbe', 0, 'Rim', '295 Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10060, '04d13a', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10061, '702f35', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10062, '000a00', 0, 'Mediatek Corp', '8F, No 69-5, Sec.2, Chung Cheng East Rd. Taipei 251 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10063, '70b3d5ec1', 0, 'Xafax Nederland bv', 'Postbus 107 Alkmaar NH 1800AC NL', 'NL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10064, '0050c2dd9', 0, 'Metraware', 'Quartier Cime de Vieres CABRIERES D AIGUES 84240 FR', 'FR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10065, '1820a6', 0, 'Sage Co, Ltd', '2-24 Sumiyoshicho, Naka-ku Yokohama-shi Kanagawa 231-0013 JP', 'JP', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10066, '0050c2144', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Strasse 39 Mainz D-55129 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10067, 'd87157', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999,Qishan North 2nd Road,Information&Optoelectronics Park,Torch Hi-tech Industry Development Zone, Xiamen Fujian 361006 CN', 'CN', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10068, '0050c2d38', 0, 'Kyowa Electronics Co, Ltd', '4-3-31 Takatsukasa Takarazuka Hyogo 665-0051 JP', 'JP', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10069, '9c207b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-04-08', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10070, 'e40eee', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10071, 'c083591', 0, 'Gemvax Tech ,. CoLtd', '30, Techno1-ro, Yuseong-gu, Daejeon Daejeon 34016 KR', 'KR', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10072, '00a0b4', 0, 'Texas Microsystems, Inc', '5959 CORPORATE DRIVE HOUSTON TX 77036 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10073, '00027f', 0, 'ask-Techcom', '36 Wellington Business Park GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10074, '00260d', 0, 'Mercury Systems, Inc', '26 Hampshire Dr Hudson NH 03051 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10075, 'a44f294', 0, 'Dgc Access AB', 'Sveavägen 145 Stockholm Stockholms Län 113 46 SE', 'SE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10076, '70b3d520c', 0, 'Siemens Healthcare Diagnostics', '62 Flanders Bartley Road Flanders NJ 07836 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10077, '94bf2d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10078, '000971', 0, 'Time Management, Inc', '11 Lake Gatlin Road Orlando Florida 32806 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10079, '001c3d', 0, 'WaveStorm', 'Rue d\'Oradour-sur-Glâne Paris ÃŽle-de-France 75015 FR', 'FR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10080, 'a4e32e', 0, 'Silicon & Software Systems Ltd', 'South County Business Park Leopardstown Dublin 18 IE', 'IE', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10081, '84be52', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10082, '0005cf', 0, 'Thunder River Tech, Inc', '23 Corporate Plaza Ste. 250 Newport Beach CA 92660 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10083, '0023ac', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10084, '70b3d5bb7', 0, 'Innoflight, Inc', '9985 Pacific Heights Blvd, Suite 250 San Diego CA 92121 US', 'US', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10085, '3009f96', 0, 'Beijing Mydreamplus Information Tech Co, Ltd', 'Room 301-2, North Building, No. 11, CangJingGuan Lane, DongCheng District, Beijing Beijing 100005 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10086, '38e7d8', 0, 'Htc Corp', 'No.23 Xinghua Road Taoyuan County 330 TW', 'TW', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10087, 'ac8112', 0, 'Gemtek Tech Co, Ltd', 'No. 1 Jen Ai Road Hsinchu Industrial Park Hukou, Hsinchu 30352 TAIWAN, REPUBLIC OF CHINA Hsinchu TAIWAN 30352 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10088, '0c1daf', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2014-07-13', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10089, '309435', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10090, '00212f', 0, 'Phoebe Micro Inc', '47606 Kato Rd Fremont CA 94538 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10091, 'f0f5ae', 0, 'Adaptrum Inc', '25 E Trimble Rd. San Jose California 95131 US', 'US', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10092, '002264', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2008-10-25', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10093, 'cc3fea', 0, 'Bae Systems, Inc', '1098 Clark St Endicott NY 13760 US', 'US', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10094, '00100e', 0, 'Micro Linear Coporation', '2092 CONCOURSE DRIVE SAN JOSE CA 95131 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10095, '001cf6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10096, '0023b8', 0, 'Sichuan Jiuzhou Electronic Tech Co, Ltd', 'No.259 Jiuzhou Road, Mianyang Sichuan 621000 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10097, '001bc503d', 0, 'rioxo GmbH', 'Im Grund 15 Baden-Dättwil AG 5405 CH', 'CH', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10098, '9c9811', 0, 'Guangzhou Sunrise Electronics Development Co, Ltd', '12th Floor,368 GuangZhou Avenue South Guangzhou Guangdong 510300 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10099, '70b3d5bef', 0, 'Sensortech Systems Inc', '2221 E. Celsius Avenue Oxnard CA 93030 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10100, '70b3d53c7', 0, 'Softcreate Corp', '2-15-1 Shibuya Shibuya-ku Tokyo 150-0002 JP', 'JP', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10101, '6c5c3d6', 0, 'Hangzhou Netease Yanxuan Trading Co, Ltd', 'Room 410,No.4 Building,No.599 Road Wangshang, Hangzhou, Binjiang District, Zhejiang Province 310052 CN', 'CN', 'MA-M', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10102, '00d0cd', 0, 'Atan Tech Inc', '#5, ALLEY 18, LANE 81, TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10103, '0004db', 0, 'Tellus Group Corp', '4F, No. 15 Industry E. Rd., IX Hsinchu Hsinchu Taiwan TW', 'TW', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10104, '241510d', 0, 'Helen of Troy', '1 Helen of Troy Plaza El Paso TX 79912 US', 'US', 'MA-M', '2019-05-30', '2019-05-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10105, '70b3d5615', 0, 'Jsc Otzvuk', '10-30 Dostoevskogo Str. Saint-Petersburg 191119 RU', 'RU', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10106, '6c4e86', 0, 'Third Millennium Systems Ltd', '18/19 Torfaen Business Centre, Panteg Way New Inn, Pontypool Torfaen NP4 0LS GB', 'GB', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10107, 'dcc0db', 0, 'Shenzhen Kaiboer Tech Co, Ltd', '4/F, No. 11 Bldg., Yusheng Industrial Park, No. 467, Xixiang Sec., Shenzhen Guangdong 518126 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10108, '70b3d5a99', 0, 'Bandelin electronic GmbH & Co KG', 'Heinrichstraße 3-4 Berlin Berlin 12207 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10109, '001293', 0, 'GE Energy', '1501 Roanoke Blvd. Salem VA 24153 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10110, '5c8778', 0, 'Cybertelbridge Co, Ltd', '#901 Acehighend tower 2 Seoul 152-050 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10111, '24c9a1', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10112, '70b3d5924', 0, 'Meridian Tech Inc', '700 Elmont Rd Elmont NY 11003 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10113, '70b3d57ac', 0, 'Verity Studios AG', 'Zürcherstrasse 39 Schlieren 8952 CH', 'CH', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10114, '1098c3', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10115, '0040b3', 0, 'ParTech Inc', '8383 Seneca Turnpike NEW HARTFORD NY 13413 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10116, '001175', 0, 'Intel Corp', '5200 NE ELAM YOUNG PARKWAY HIllsboro OR 97124 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10117, '9405bbe', 0, 'Bae Systems', '21 continental boulevard Merrimack NH 03054 US', 'US', 'MA-M', '2020-01-17', '2020-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10118, '0050c2688', 0, 'Elk Products', '3266 Highway 70 West Hildebran NC 28637 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10119, '000673', 0, 'Tkh Security Solutions Usa', '12920 Cloverleaf Center Drive Germantown MD 20874 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10120, '001a8b', 0, 'Chunil Electric Ind., Co', '308,ByuckSan Digital Valley,132-7,Gamjeon-Dong,Sasang-Gu Busan GyeongSangNamDo 617-800 KR', 'KR', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10121, '64d989', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10122, '00b0b3', 0, 'Xstreamis Plc', 'Magdalen Centre Oxford 0X4 4GA 0000 GB', 'GB', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10123, '0018f4', 0, 'EO Technics Co, Ltd', '91, Dongpyeon-ro Anyang Kyeonggi-Do 431-803 KR', 'KR', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10124, '001768', 0, 'Zinwave Ltd', 'Zinwave Ltd, Harston Mill Cambridge Cambridgeshire CB2 5GG GB', 'GB', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10125, '00185d', 0, 'Taiguen Tech (Shen-Zhen) Co, Ltd', 'No. 23, The Third Industrial Park of Xia Village, Shenzhen City, Guangdong, 815106 CN', 'CN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10126, '001e00', 0, 'Shantou Institute of Ultrasonic Instruments', 'No.77, Jinsha Road, Shantou Guangdong 515041 CN', 'CN', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10127, '001e42', 0, 'Teltonika', 'Zirmunu 27 Vilnius LT - 09105 LT', 'LT', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10128, '4cb76d', 0, 'Novi Security', '1434 E 820 N Orem UT 84097 US', 'US', 'MA-L', '2015-03-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10129, '1cc0e11', 0, 'Hangzhou Kaierda Electric Welding Machine Co, Ltd', '#6 Kenhui Five Road,Xiaoshan Economic & Technology Development Zone Hangzhou 311232 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10130, '000da6', 0, 'Universal Switching Corp', '7671 San Fernando Rd Burbank CA 91505-1073 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10131, '000e33', 0, 'Shuko Electronics Co, Ltd', 'TOHSHIN HIGASHI-IKEBUKURO Building 3F TOKYO KANTOH 170-0063 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10132, 'b0b3531', 0, 'Sprocomm Tech Co, Ltd', '5D F1.6 Block,Tianfa Building,Tianan Chegongmiao Industrial park,Futian Dist shenzhen guangdong 518000 CN', 'CN', 'MA-M', '2019-11-21', '2019-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10133, '80a589', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd., New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2015-06-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10134, '802994', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2015-09-27', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10135, '70b3d5aac', 0, 'SensoTec GmbH', 'Hinter dem Turme 15 Braunschweig 38114 DE', 'DE', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10136, '90a365', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2017-05-23', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10137, 'b4dc09', 0, 'Guangzhou Dawei Communication Co, Ltd', 'Zone A 906#, International Business Incubator, No.3 Juquan Road, Huangpu District Guangzhou Guangdong 510660 CN', 'CN', 'MA-L', '2019-03-25', '2019-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10138, '0050c22e8', 0, 'S.M.V. Systemelektronik GmbH', 'Firkenweg 7 Unterföhring Bayern 85774 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10139, '1ccae32', 0, 'Insigma Inc', '43490, Yukon Drive, Suite 102 Ashburn VA 20147 US', 'US', 'MA-M', '2015-02-16', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10140, '0050c2627', 0, 'JungleSystem Co, Ltd', '4F Naewae Bldg.382-5 Sungnam Gyeonggi 463-827 KR', 'KR', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10141, 'ac3cb4', 0, 'Nilan A/S', 'Nilanvej 2 Hedensted Vejle amt 8722 DK', 'DK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10142, 'd82a15', 0, 'Leitner SpA', 'Via Brennero 34 Vipiteno Bolzano 39049 IT', 'IT', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10143, '801382', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10144, '70b3d5fdd', 0, 'Laser Imagineering Vertriebs GmbH', 'Rudolf-Diesel-Weg 5 Moelln 23879 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10145, '00109e', 0, 'Aware, Inc', 'ONE OAK PARK BEDFORD MA 01730 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10146, '0050c260f', 0, 'Kommunikations- & Sicherheitssysteme Gesellschaft m.b.H', 'Computerstr. 6 Vienna 1100 AT', 'AT', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10147, '04fea1', 0, 'Fihonest communication Co, Ltd', 'Room902,Park road,Zhixing business-building Dongguan Guangdong 523560 CN', 'CN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10148, '48352e', 0, 'Shenzhen Wolck Network Product Co, Ltd', '9# BuJi BanTian LongBi Industry Area Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2018-08-01', '2018-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10149, '004097', 0, 'Datex Division OF', 'INSTRUMENTARIUM CORP. FI', 'FI', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10150, '0050c24ee', 0, 'Beijing Corelogic Communication Co, Ltd', 'F-5,Huayuelong Mansion, Beijing 100043 CN', 'CN', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10151, '0019f9', 0, 'Tdk-Lambda', '405 Essex Road Neptune NJ 07753 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10152, '3c4c69', 0, 'Infinity System S.L.', 'Crtra. N-II, Km 48,5 Pol. Ind. Cabanillas del Campo, Parc. 12B Guadalajara 19171 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10153, '40a36bd', 0, 'Faod Co, Ltd', '#301, U-Tower, 1029, Yeongdeok-dong, Giheung-gu Yongin-si Gyeonggi-do 446-908 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10154, '0000ac', 0, 'Conware Computer Consulting', 'KILLISFELDSTRAßE 64 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10155, '00301d', 0, 'Skystream, Inc', '455 DeGuigne Drive Sunnyvale CA 94086-3835 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10156, '001f1f', 0, 'Edimax Tech Co Ltd', 'No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW', 'TW', 'MA-L', '2007-12-31', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10157, '0022ba', 0, 'Huth Elektronik Systeme GmbH', 'Echternacher Str. 10 Troisdorf-Spich NRW 53842 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10158, '44c9a2', 0, 'Greenwald Industries', '212 Middlesex Avenue Chester CT 06412 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10159, '7831c1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10160, 'a8f5dd', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10161, '00a055', 0, 'Data Device Corp', '105 Wilbur Place Bohemia NY 11716 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10162, '000e9f', 0, 'Temic Sds GmbH', 'Soeflinger Strasse 100 Ulm 89077 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10163, '30d9d9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10164, '6cdffb1', 0, 'Chongqing Baoli Yota Tech Ltd', 'No.2,1 Floor,Kelly Building,No.115 Xingtong Avenue,Guilin Street office, Tongnan District Chongqing Chongqing 402660 CN', 'CN', 'MA-M', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10165, '70b3d51f1', 0, 'Diehl Connectivity Solutions', 'Stephanstraße 49 Nürnberg Bayern 90478 DE', 'DE', 'MA-S', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10166, '00235d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10167, '3c3888', 0, 'ConnectQuest, Llc', 'P.O. Box 425 West Simsbury Connecticut 06092 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10168, '0050c2b6a', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10169, '70b3d5ad1', 0, 'Sensile Tech SA', 'Rue de Lausanne 45 Morges VD 1110 CH', 'CH', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10170, 'e43c80', 0, 'University of Oklahoma', 'Advanced Radar Research Center Norman OK 73019 US', 'US', 'MA-L', '2018-07-26', '2018-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10171, '00d093', 0, 'TQ - Components GmbH', 'GUT DELLING - MUHLSTR 2 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10172, '0050c2403', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2004-11-08', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10173, '98c5db', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10174, '00c01f', 0, 'S.E.R.C.E.L.', 'B.P. 439 FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10175, '70b3d5609', 0, 'Pbsi Group Ltd', 'Belle Vue Works, Boundary Street Manchester Lancashire M12 5NG GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10176, '000d78', 0, 'Engineering & Security', 'Martiri della Libertà   32/4 Genova 16155 IT', 'IT', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10177, '00249d', 0, 'Nes Tech Inc', '#205 ACE Technotower 10, 470-5 Gasan-dong Seoul 153-789 KR', 'KR', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10178, 'e4f4c6', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-03-11', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10179, '70b3d5069', 0, 'Ondemand Laboratory Co, Ltd', 'Daiba 449 Space 369 Building 2F Mishima Shizuoka 411-0803 JP', 'JP', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10180, 'e0859a', 0, 'Shenzhen RF-Link Tech Co, Ltd', 'Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-09-26', '2019-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10181, '0006a3', 0, 'Bitran Corp', '2213 Mochida JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10182, '000a3d', 0, 'Elo Sistemas Eletronicos S.A.', 'Rua Edu Chaves, 547 Porto Alegre RS 90.240-620 BR', 'BR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10183, 'b437d1a', 0, 'Axiomatic Tech Corp', '5915 Wallace St. Mississauga ON L4Z1Z8 CA', 'CA', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10184, '38ff36', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-07-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10185, '7ca177', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10186, 'fcbe7b', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10187, '0004f0', 0, 'International Computers, Ltd', '1 Wenlock Way UK GB', 'GB', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10188, '8c5fdf', 0, 'Beijing Railway Signal Factory', 'No.2 Sicun Xilu Langfa,Huangcun, Beiijng 102613 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10189, '90dd5d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10190, '001674', 0, 'EuroCB (Phils.), Inc', 'SFB No.2 Lapulapu City Cebu 6015 PH', 'PH', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10191, '34e2fd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10192, '70b3d594d', 0, 'Season Design Tech', 'FLOOR 4, WARDS EXCHANGE, 199 ECCLESALL ROAD SHEFFIELD SOUTH YORKSHIRE S11 8HW GB', 'GB', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10193, 'a4ed438', 0, 'Linseis Messgeraete GmbH', 'Vielitzer Str. 43 Selb 95100 DE', 'DE', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10194, '70b3d5150', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2018-12-19', '2018-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10195, '0090dc', 0, 'Teco Information Systems', 'CO., LTD. SAN JOSE CA 95134 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10196, 'ac64dde', 0, 'Digibird Tech Co, Ltd', 'LONGGUAN BUSINESS CENTER, SUITE 501. HUILONGGUAN W., ST., CHANGPING BEIJING BEIJING 102208 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10197, '48216c', 0, 'China Mobile Iot Co Ltd', 'Building D3,No.8 Yangliu North Road,Yubei District CHONGQING CHONGQING 401121 CN', 'CN', 'MA-L', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10198, '0022c2', 0, 'Proview Eletrônica do Brasil Ltda', 'R. Acará 203 - Distrito Industrial Manaus Amazonas 69075-030 BR', 'BR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10199, '00231f', 0, 'Guangda Electronic & Telecommunication Tech Development Co, Ltd', '#8 Gaopengdong Road, Gaoxin District Chengdu Sichuan 610041 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10200, '90fb5b', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2010-11-24', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10201, '70b3d5edb', 0, 'Netfort Solutions', '10 Hamlin Manor,, GLENLUCE DRIVE, Douglasdale Johannesburg 2191 ZA', 'ZA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10202, '4410fe', 0, 'Huizhou Foryou General Electronics Co, Ltd', 'North Shangxia Road, Dongjiang Hi-tech Industry Park Huizhou Guangdong 516000 CN', 'CN', 'MA-L', '2019-12-17', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10203, '001540', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2005-07-21', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10204, '0050c26ee', 0, 'Interactive Electronic Systems', '193-23 Salerno Ave. Jamaica NY 11423 US', 'US', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10205, '00087e', 0, 'Bon Electro-Telecom Inc', 'Gayang 1st Factory 701, 14-81 Seoul 157-808 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10206, '001145', 0, 'ValuePoint Networks', '350 Townsend St Ste 320 San Francisco, CA 94107 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10207, '001c2a', 0, 'Envisacor Tech Inc', '237 Romina Drive Concord Ontario L4K 4V3 CA', 'CA', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10208, '8c90d3', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2010-05-10', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10209, '84b802', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10210, '70b3d5c2e', 0, 'Triax A/S', 'Bjornkaervej 3 Hornsyld Denmark 8783 DK', 'DK', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10211, '002022', 0, 'Nms Communications', '100 Crossing Boulevard Framingham MA 01702 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10212, '00c018', 0, 'Lanart Corp', '145 ROSEMARY STREET NEEDHAM MA 02194 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10213, '70661b', 0, 'Sonova AG', 'Laubisruetistrasse 28 Staefa 8712 CH', 'CH', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10214, '94d469', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10215, '0050c2648', 0, 'Fidelity Comtech, Inc', '2400 Trade Centre Avenue Longmont CO 80503 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10216, '70b3d5fa4', 0, 'Energybox Ltd', '4901 Central Plaza, 18 Harbour Road Wanchai Hong Kong 0000 HK', 'HK', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10217, 'd80f99', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10218, 'c432d1', 0, 'Farlink Tech Ltd', 'Flat A&B,9/F,Wing Cheong Factory Building,121 King Lam Street,Cheung Sha Wan,Hong Kong. Hongkong 0000 HK', 'HK', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10219, '801934', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10220, 'bc5ff6', 0, 'Mercury Communication Tech Co, Ltd', 'Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-05-03', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10221, '70b3d51e8', 0, 'Gogo BA', '105 Edgeview Drive Broomfield CO 80021 US', 'US', 'MA-S', '2018-08-03', '2018-08-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10222, 'e8508b', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2015-02-19', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10223, '0ce725', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2015-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10224, '70b3d582c', 0, 'Nels Ltd', 'bldg.23, h.5, proezd 4806. Moscow, Zelenograd Moscow 124498 RU', 'RU', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10225, '70b3d5700', 0, 'University Of Groningen', 'Broerstraat 5 Groningen Groningen 9712 CP NL', 'NL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10226, '001325', 0, 'Cortina Systems Inc', '840 W California Ave, Suite 100 Sunnyvale CA 94086 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10227, '001a37', 0, 'Lear Corp', 'Industriestrasse 48 Kronach Bayern 96317 DE', 'DE', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10228, 'd42c3d', 0, 'Sky Light Digital Ltd', 'Rm. 1009 Kwong Sang Hong Centre, 151-153 Hoi Bun Road, Kwun Tong, Kowloon, Hong Kong 999077 CN', 'CN', 'MA-L', '2011-03-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10229, '8c0ca3', 0, 'Amper', 'Marconi 3, PTM Tres Cantos Madrid 28760 US', 'US', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10230, 'e4b021', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10231, '70b3d5665', 0, 'CertUsus GmbH', 'Fidlerstrasse 4 Ermatingen Thurgau 8272 CH', 'CH', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10232, 'd49e05', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10233, '001cce', 0, 'By Techdesign', 'C/ Tomas Edison 5 Arganda del Rey Madrid 28500 ES', 'ES', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10234, '002704', 0, 'Accelerated Concepts, Inc', '1208 E Kennedy Blvd Tampa FL 33602 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10235, '001dbb', 0, 'Dynamic System Electronics Corp', '5F,NO,9,LANE 130,SEC 1,KUANGG FU RD.SAN CHUNG CITY, Taipei Hsien 24158 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10236, '848bcd4', 0, 'Logic Supply', '35 Thompson St South Burlington VT 05403 US', 'US', 'MA-M', '2019-02-22', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10237, '0080d1', 0, 'Kimtron Corp', '1709 JUNCTION COURT SAN JOSE CA 95112 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10238, '001d3f', 0, 'Mitron Pty Ltd', 'Unit 11 Artarmon NSW 2065 AU', 'AU', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10239, '001960', 0, 'DoCoMo Systems, Inc', 'Meguro Techno Bldg. 2nd Floor Shinagawa-ku Tokyo 141-0031 JP', 'JP', 'MA-L', '2006-08-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10240, '0050c2c8f', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10241, 'fca13e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-11-24', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10242, '8cc8f4b', 0, 'Ptype Co, Ltd', 'B121, B-dong, Keumkang Penterium IT Tower, 810, Gwanyand 2-dong, Dongan-gu Anyang-si Gyeonggi-do 14056 KR', 'KR', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10243, '54ce69', 0, 'Hikari Trading Co, Ltd', 'Hikari Building,7-4-14,Ginza,Chuo-ku Tokyo 104-0061 JP', 'JP', 'MA-L', '2019-10-18', '2019-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10244, '0004d7', 0, 'Omitec Instrumentation Ltd', 'Hopton Industrial Est. ENGLAND GB', 'GB', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10245, '0050c21e4', 0, 'Soronti, Inc', '12159 Business Park Dr, suite 140 Draper Utah 84020 US', 'US', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10246, 'ec93ed', 0, 'DDoS-Guard Ltd', 'goroda Volos, 6, 904 Rostov-on-Don 344010 RU', 'RU', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10247, '70b3d506c', 0, 'AppTek', '6867 Elm Street, Suite 300 McLean VA 22101 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10248, '9cfbd5', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10249, 'd8325a', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10250, '9405bbc', 0, 'Lao Industria Ltda', 'AV DR MAURO LINDENBERG MONTEIRO, 1003 OSASCO SÃO PAULO 06278010 BR', 'BR', 'MA-M', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10251, '0001e8', 0, 'Force10 Networks, Inc', '1440 McCarthy Blvd. Milpitas CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10252, '00047f', 0, 'Chr. Mayr GmbH & Co KG', 'Eichenstraße 1 DE', 'DE', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10253, '84c9b2', 0, 'D-Link International', '1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG', 'SG', 'MA-L', '2011-07-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10254, '149ecf', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10255, '002033', 0, 'Synapse Tech, Inc', '4822 ALBEMARLE ROAD, #104 CHARLOTTE NC 28205 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10256, '0011e0', 0, 'U-Media Communications, Inc', '9F, No.1 Jin-Shan St. Hsinchu 300 TW', 'TW', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10257, '6021c0', 0, 'Murata Manufacturing Co, Ltd', '1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10258, '78d800c', 0, 'Shenzhen Chenzhuo Tech Co, Ltd', '301,3/F,Longtangge,1183 Liuxian Avenue,Nanshan Shenzhen Guangdong 518055 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10259, '0017c5', 0, 'Sonicwall', '1143 Borregas Ave Sunnyvale CA 95126 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10260, '8c7712', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-06-05', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10261, '000ded', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10262, 'b461ff', 0, 'Lumigon A/S', 'Baadehavnsgade 2A Copenhagen SV Denmark 2450 DK', 'DK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10263, '70b3d5146', 0, '3City Electronics', 'Jaskowa Dolina 9/5a Gdansk pomorskie 80-252 PL', 'PL', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10264, '70b3d5ff1', 0, 'Data Strategy Ltd', '259 Shirland Road, Maida Vale London Please Select... W9 3JW GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10265, '70b3d5038', 0, 'Dong IL Vision Co, Ltd', '#9 Ftrek tower, 11-25, Simindaero 327 beongil,Dongan-gu Anyangi-Si Gyeonggi-Do 14055 KR', 'KR', 'MA-S', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10266, '0090a0', 0, '8x8 Inc', '2445 MISSION COLLEGE BLVD. SANTA CLARA CA 95054 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10267, '000884', 0, 'Index Braille AB', 'Box 155 SE', 'SE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10268, '0090f1', 0, 'Seagate Cloud Systems Inc', '6305 El Camino Real Carlsbad CA 92009 US', 'US', 'MA-L', '1998-04-22', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10269, '70b3d5b41', 0, 'T&M Media Pty Ltd', '6, 476 Gardeners Road Alexandria NSW 2015 AU', 'AU', 'MA-S', '2019-12-10', '2019-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10270, '98aafc7', 0, 'Shenzhen Hubsan Tech Co,Ltd', 'Xuefu Road, Nanshan District, 13th Floor, Bldg 1C, Shenzhen Software Industry Base, Xuefu Road, Nanshan District, Guangdong 518054 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10271, 'd81399', 0, 'Hui Zhou Gaoshengda Tech Co, Ltd', 'No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN', 'CN', 'MA-L', '2019-03-02', '2019-03-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10272, '00e0c2', 0, 'Necsy S.p.A.', 'VIA LISBONA 28 35020 PADOVA IT', 'IT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10273, '0050c23e3', 0, 'Csiro - Division of Exploration and Mining', 'PO Box 883 Kenmore QLD 4069 AU', 'AU', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10274, 'c0c687', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10275, 'ec24b8', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10276, 'c47c8d6', 0, 'Hhcc Plant Tech Co, Ltd', 'Floor 12,A build ,Shuguang Plaza, Jingshun road, Chaoyang district Beijing Beijing 100028 CN', 'CN', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10277, '5cf9dd', 0, 'Dell Inc', 'One Dell way Round Rock 78682 US', 'US', 'MA-L', '2012-01-18', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10278, '3c98bf', 0, 'Quest Controls, Inc', '208 9th Street Dr. West Palmetto FL 34221 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10279, '0050c2c80', 0, 'Reko-vek', 'Gornaya str. 17A Nizhni Novgorod Region 603062 RU', 'RU', 'IAB', '2010-05-15', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10280, 'b0750c', 0, 'QA Cafe', '33 Jewell Court Portsmouth NH 03801 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10281, 'b0c5cae', 0, 'Audio Elektronik İthalat İhracat San ve Tic A.Ş.', 'Esenkent Mah. Barajyolu cad. No:26 İstanbul Ümraniye 34776 TR', 'TR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10282, 'd807b6', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-12-05', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10283, '000746', 0, 'Turck, Inc', '3000 Campus Drive Plymouth MN 55441 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10284, '00074e', 0, 'Ipfront Inc', '4F ALT Bldg., Tokyo 101-0021 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10285, '0050c2948', 0, 'Electronia', 'P.O. 180 Alkhobar Eastern Province 31952 SA', 'SA', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10286, '0024d5', 0, 'Winward Industrial Ltd', 'Rm.7, P Floor, Tower A, HongKong 852 CN', 'CN', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10287, '0024fc', 0, 'QuoPin Co, Ltd', '#109, R&D Center for Advanced Technology 68 Yatap-dong Bundang-gu Seongnam Kyungki-do 463-816 KR', 'KR', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10288, '0050c2c95', 0, 'Ipses S.r.l.', 'Via Trieste, 48 Cesate Milano 20020 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10289, '782bcb', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2010-11-24', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10290, '4cab33', 0, 'Kst Tech', 'Bangi-dong, songpa-gu Seoul 138-050 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10291, '000abf', 0, 'Hirota SS', 'Matukawa-Kougyoudanchi Suzaka-shi Nagano 382-0005 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10292, '0016f9', 0, 'Cetrta Pot, d.o.o., Kranj', 'Planina 3 Kranj SI 4000 SI', 'SI', 'MA-L', '2006-01-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10293, '40d855148', 0, 'Seiko Time Systems Inc', '2-4-3 Fukuzumi Koto-ku TOKYO 135-8610 JP', 'JP', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10294, '70b3d56fa', 0, 'Dataforth Corp', '3331 E. Hemisphere Loop Tucson AZ 85706 US', 'US', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10295, 'b43e3b', 0, 'Viableware, Inc', '12220 113th Ave NE Kirkland WA 98034 US', 'US', 'MA-L', '2013-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10296, '40d85515f', 0, 'CT Co', 'Nizhni Krasnoselsky st.,35 Moscow 140070 RU', 'RU', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10297, '70b3d5eb1', 0, 'CP contech electronic GmbH', 'Westring 31a Leopoldshöhe NRW 33818 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10298, 'c44044', 0, 'RackTop Systems Inc', '11840 W Market Pl Suite K Fulton MD 20759 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10299, '5cc7d7', 0, 'Azroad Tech Co Ltd', 'Block B2, No.14 Jian\'an rd. Shajing, Bao\'an District, Shenzhen 518104 CN', 'CN', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10300, '3c2af4', 0, 'Brother industries, Ltd', '15-1, Naeshirocho, Mizuho-ku NAGOYA 4678561 JP', 'JP', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10301, '0008dc', 0, 'Wiznet', '5F Simmtech bldg., 228-3, Seoul 135-830 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10302, '0050c2fc6', 0, 'Critical Link Llc', '6712 Brooklawn Parkway Syracuse 13211 US', 'US', 'IAB', '2012-08-13', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10303, '000e70', 0, 'in2 Networks', '320 W 200 S SLC UT 84101 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10304, '000078', 0, 'Labtam Ltd', '43 MALCOLM ROAD P.O. BOX297 AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10305, '000bd3', 0, 'cd3o', '402 W Broadway San Deigo CA 92101 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10306, '0050c27f3', 0, 'Sorec', 'ZA Le Patureau de la Grange PRUNIERS EN SOLOGNE LOIR ET CHER 41200 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10307, '78ca83a', 0, 'Eksagate Elektronik Mühendislik ve Bilgisayar San. Tic. A.Ş.', 'ŞEHİT AHMET SOK. 12/1 MECİDİYEKÖY istanbul 34381 TR', 'TR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10308, '70b3d58ce', 0, 'Cores Corp', '338-3 Furukawado Tsuru-shi Yamanashi 402-0004 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10309, 'f40f1b', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10310, '001a0a', 0, 'Adaptive Micro-Ware Inc', '6917 Innovation Blvd Fort Wayne IN 46818 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10311, '001c46', 0, 'Qtum', '#507 Byucksan/Kyungin Digital Valley 2 481-10 Seoul 153-783 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10312, '0050c29f7', 0, 'Dave Jones Design', '34 Lake St. Owego NY 13827 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10313, '4425bb', 0, 'Bamboo Entertainment Corp', '179 South Street Boston MA 02111 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10314, '9cd35b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10315, 'a03e6b', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-07-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10316, '000b81', 0, 'Kaparel Corp', '97 Randall Drive Waterloo Ontario N2V-1C5 CA', 'CA', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10317, '0050c21b2', 0, 'Sigos Systemintegration GmbH', 'Klingenhofstrasse 50d Nuernberg Bayern 90411 DE', 'DE', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10318, 'ecb541', 0, 'Shinano E and E CoLtd', '5511-6 Wada Matsumoto City Nagano 390-1242 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10319, 'fa1619', 0, 'trendytech', 'No.303 Hanzhongmen Street, 6th Floor Block Nanjing 210036 CN', 'CN', 'CID', '2016-07-04', '2016-07-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10320, '001a1b', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-11-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10321, '0024fb', 1, 'Private', '', '', 'MA-L', '2009-01-19', '2009-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10322, 'd07fa0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10323, '009060', 0, 'System Create Corp', '3-13-6 YOSHIKAWA BLD. TOKYO JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10324, '043d98', 0, 'ChongQing QingJia Electronics Co, Ltd', 'No.1,DianCe Village JiangBei District Chongqing city 400020 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10325, '40d855040', 0, 'Ghl Systems Berhad', 'L5-E-7B Enterprise 4 Bukit Jalil Kuala Lumpur 57000 MY', 'MY', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10326, '9802d83', 0, 'Grammer EiA Electronics nv', 'Vluchtenburgstraat 3B Aartselaar Antwerp 2630 BE', 'BE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10327, 'a42bb0', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10328, '94ee9f', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2019-01-24', '2019-01-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10329, '24be05', 0, 'Hewlett Packard', '11445 Compaq Center Drive W Houston 77070 US', 'US', 'MA-L', '2012-04-08', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10330, '60de44', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10331, '001f25', 0, 'Mbs GmbH', 'Römerstraße 15 Krefeld Nordrhein-Westfalen 47809 DE', 'DE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10332, '988edd', 0, 'TE Connectivity Limerick', 'International Science Centre, Block 1 Castletroy Co. Limerick IE', 'IE', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10333, '00206c', 0, 'Evergreen Tech Corp', '231 EMERSON STREET PALO ALTO CA 94301 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10334, '000a0e', 0, 'Invivo Research Inc', '12601 Research Parkway Orlando Florida 32826 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10335, '8c2daa', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-07-16', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10336, 'e8150e', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10337, '70b3d57a2', 0, 'Alpha Ess Co, Ltd', 'JiuHua Road 888, Nantong High-Tech Industrial Development Zone, Nantong Jiangsu 226300 CN', 'CN', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10338, '2816a8', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10339, '000e93', 0, 'Milénio 3 Sistemas Electrónicos, Lda.', 'Edifício Via Norte, R. Espido 164C S403 Maia Minho 4470-177 PT', 'PT', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10340, '88b627', 0, 'Gembird Europe BV', 'Wittevrouwen 56 Almere Flevoland 1358CD NL', 'NL', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10341, '2c7360', 0, 'Earda Tech Co Ltd', 'Block A,Lianfeng Creative Park, #2 Jisheng Rd., Nansha District Guangzhou Guangdong 511455 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10342, '70b3d58f4', 0, 'Acqua-Systems srls', 'Via Italia 121 Marnate Varese 21050 IT', 'IT', 'MA-S', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10343, '9802d8b', 0, 'Hanshin Medical Co, Ltd', '166, Pyeongcheonro, Bupyeong-gu Incheon Incheon 403-853 KR', 'KR', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10344, '94659c', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10345, '5cf2866', 0, 'VPInstruments', 'Buitenwatersloot 335 Delft 2614GS NL', 'NL', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10346, '00a02f', 0, 'Adb Broadband Italia', 'VIALE SARCA 222 20126 MILAN 12345 IT', 'IT', 'MA-L', '1980-01-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10347, '70b3d5d7a', 0, 'Speedifi Inc', '1163 Kassel Terrace Sunnyvale CA 94089', '', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10348, '5c0947', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10349, '70b3d5b00', 0, 'Horiba Abx Sas', 'rue du caducee Montpellier Herault 34000 FR', 'FR', 'MA-S', '2019-05-03', '2019-05-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10350, '00033c', 0, 'Daiden Co, Ltd', '2100-19 Tutumi, Kamimine-machi JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10351, '00e0c9', 0, 'AutomatedLogic Corp', '1150 ROBERTS BOULEVARD KENNESAW GA 30144-3618 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10352, '00187d', 0, 'Armorlink Co .Ltd', 'No. 515 of Xinzhuang Industry Park Shenfu Road Shanghai Province Shanghai 201108 CN', 'CN', 'MA-L', '2006-06-13', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10353, '04f8c2', 0, 'Flaircomm Microelectronics, Inc', '7F,Guomai Building,116 East JiangBin Ave Fuzhou Fujian 350015 CN', 'CN', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10354, '1c8779b', 0, 'Beijing Geedeen Tech Co, Ltd', 'Room 1701, Building A, Boya International Center, Lizezhongerlu, Chaoyang District Beijing Beijing 100102 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10355, '00068f', 0, 'Telemonitor, Inc', '9055F Guilford Road Columbia MD 21046 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10356, '0050c2235', 0, 'Polimar Elektronik Ltd', 'AEGEAN FREE ZONE - ESBAS IZMIR ESBAS 35410 TR', 'TR', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10357, '3c10e6', 0, 'Phazr Inc', '8, Presitige Circle, Suite 104 Allen TX 75002 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10358, '001dae', 0, 'Chang Tseng Tech Co, Ltd', '2F NO.160 BACK BUILDING, LEN CHENG RD., CHUNG HO CITY TAIPEI HSIEN 235 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10359, '74882a', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10360, '608d17', 0, 'Sentrus Government Systems Division, Inc', '141 Chesterfield Industrial Blvd Chesterfield MO 63005-1219 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10361, '0050c2c0f', 0, 'Dycec, S.A.', 'Torres Quevedo, 1-P.T.M. Tres Cantos Madrid 28760 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10362, '5c56ed', 0, '3pleplay Electronics Private Ltd', 'Plot No 54, Eshwarapuri Colony Hyderabad Andhra Pradesh 500083 IN', 'IN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10363, '40d85504a', 0, 'Gateway Tech SA de CV', '40 North Central Ave, Suite 1400 Phoenix Arizona 85004 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10364, '34be00', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10365, 'bcee7b', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10366, '00d0c5', 0, 'Computational Systems, Inc', '835 INNOVATION DRIVE KNOXVILLE TN 37932 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10367, '001186', 0, 'Prime Systems, Inc', '16267-333 Suwa-gun Hara-mura Nagano 391-0100 JP', 'JP', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10368, 'a028337', 0, 'Kryptus Information Security S/A', 'Rua Maria Tereza Dias da Silva 270 Cidade Universitaria Campinas-SP CEP 13083-820 BR', 'BR', 'MA-M', '2018-06-27', '2018-12-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10369, '08b4cf', 0, 'Abicom International', 'The Old Grammar School Market Drayton Shropshire TF9 1JR GB', 'GB', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10370, '0025c1', 0, 'Nawoo Korea Corp', '4Fl., Hanwon Bldg., 6-1, Sunae-dong, Bundang-gu, Seongnam-si Gyeonggi-do 463-825 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10371, '0006f7', 0, 'Alps Electric Co, Ltd', '6-3-36 Furukawanakazato, Osaki Miyagi-pref 989-6181 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10372, '886b0f', 0, 'Bluegiga Tech OY', 'P.O. BOX 120 FIN-02631 Espoo FI', 'FI', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10373, '70b3d55f7', 0, 'Jfa Electronics Industry and Commerce Eireli', 'Rua Flor das Pedras, 175 Belo Horizonte Minas Gerais 30810-000 BR', 'BR', 'MA-S', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10374, '000202', 0, 'Amino Communications, Ltd', 'Times House UK CB4 5LH GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10375, '0016a5', 0, 'Tandberg Storage Asa', 'Postboks 191 NO', 'NO', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10376, '0015c6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10377, '00174b', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2006-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10378, '0050c263d', 0, 'IDERs Inc', '100-137 Innovation Drive Winnipeg Manitoba R3T6B6 CA', 'CA', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10379, '340804', 0, 'D-Link Corp', 'No.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10380, '00a00d', 0, 'The Panda Project', '5201 CONGRESS AVE. - C-100 BOCA RATON FL 33487 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10381, '001562', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10382, 'bcab7c', 0, 'TRnP Korea Co Ltd', 'room1308,239 SoHyungRo,WonMiGu, BuChunCity KyungKiDo 1135 KR', 'KR', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10383, '70b3d5651', 0, 'Roxford', 'PO Box 231851 Encinitas CA 92023-1851 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10384, '64c753', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10385, '10dcb66', 0, 'Prolan Zrt.', 'Szentendrei út 1-3. Budakalasz 2011 HU', 'HU', 'MA-M', '2019-07-23', '2019-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10386, 'ccb8f1', 0, 'Eagle Kingdom Tech Ltd', 'FLAT/ RM B 26/F TWO CHINACHEM PLAZA 68 CONNAUGHT ROAD CENTRAL HK HK', 'HK', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10387, 'ac7a42', 0, 'iConnectivity', '#21, 1725 30th Ave NE Calgary Alberta T2E 7P6 CA', 'CA', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10388, '2c2172', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2011-05-07', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10389, '0050c2f46', 0, 'Reason Tecnologia S.A.', 'Rua Delminda Silveira, 855 Florianopolis Santa Catarina 88025-500 BR', 'BR', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10390, 'accaab', 0, 'Virtual Electric Inc', '1314 Vanna Ct San Jose CA 95131 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10391, '0050c28ae', 0, 'Desarrollo DE Sistemas Integrados DE Control S.A.', 'C/FEDANCI 8-10, 3º-3ª SANT CUGAT DEL VALLES BARCELONA 08174 ES', 'ES', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10392, '002692', 0, 'Mitsubishi Electric Corp', '2-7-3 Marunouchi Chiyoda-ku Tokyo 100-8310 JP', 'JP', 'MA-L', '2010-01-05', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10393, '78f5fd', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10394, 'f0dbf8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10395, '0050c2033', 0, 'Doble Engineering', '85 Walnut St Watertown MA 02472 US', 'US', 'IAB', '2002-08-08', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10396, '0025f4', 0, 'KoCo Connector AG', 'Marienstraße 12 Berlin 10117 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10397, '0025e7', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2010-01-05', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10398, '2c8158', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10399, '2cab25', 0, 'Shenzhen Gongjin Electronics Co, LT', 'B116,B118,A211-A213,B201-B213,A311-A313,B411-413,BF08-09 Nanshan Medical Instrument Industry Park, Shenzhen Guangdong 518067 CN', 'CN', 'MA-L', '2012-07-16', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10400, '78d66f', 0, 'Aristocrat Tech Australia Pty. Ltd', 'Building A, Pinnacle Office Park North Ryde N.S.W. 2113 AU', 'AU', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10401, '001bc50a0', 0, 'HomerSoft sp. z o.o.', 'Kapelanka 13B Krakow 30-347 PL', 'PL', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10402, '70b3d5ab2', 0, 'Power Electronics Espana, S.L.', 'C/ Leonardo Da Vinci, 24-26 Paterna Valencia 46980 ES', 'ES', 'MA-S', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10403, '08004c', 0, 'Hydra Computer Systems Inc', '12 MERCER ROAD NATICK MA 01760 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10404, '0019b5', 0, 'Famar Fueguina S.A.', 'Rodney 70 Buenos Aires 1427 AR', 'AR', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10405, '001290', 0, 'Kyowa Electric & Machinery Corp', '4-8-16,Masuizumi Kanazawa Ishikawa 921-8025 JP', 'JP', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10406, '0014d7', 0, 'Datastore Tech Corp', '9F, NO.10, SEC.1, Chung Hsing RD., Wu-Ku Taipei Hsien, 248 TW', 'TW', 'MA-L', '2005-06-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10407, '0050c2fe3', 1, 'Private', '', '', 'IAB', '2012-11-04', '2012-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10408, 'c8f68d', 0, 'S.E.Tech Ltd', '#303 Shiodome building Level3 Minato-ku Tokyo 105-0022 JP', 'JP', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10409, '3c3f51', 0, '2crsi', '32 rue Jacobi-Netter STRASBOURG France 67200 FR', 'FR', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10410, 'd09c7a', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-01-30', '2019-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10411, '00d080', 0, 'Exabyte Corp', '1685 38TH STREET BOULDER CO 80301 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10412, '000459', 0, 'Veristar Corp', '727 Allston Way Berkeley CA 94710 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10413, '90e2fc2', 0, 'ShenZhen Temwey Innovation Tech Co, Ltd', 'Room 1008, 10/F, Bld.B, Bantian International Centre, No. 5 South Huancheng Road, Bantian Street of Shenzhen Longgang District SHENZHEN GUANGDONG 518129 CN', 'CN', 'MA-M', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10414, '7440be', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10415, '001bc507d', 0, 'Greatcom AG', 'Gewerbestrasse 20 Egg ZH 8132 CH', 'CH', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10416, '5821e9', 0, 'Twpi', 'PMB# 335; 1121 Annapolis Road Odenton MD 21113 US', 'US', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10417, '0050c2210', 0, 'Innovics Wireless Inc', '11500 W Olympic Blvd Los Angeles CA 90064 US', 'US', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10418, '5c0cbb', 0, 'Celizion Inc', '#206 Lordland EZ Tower, GuMi-Dong 153 BunDang-Gu SeongNam-Si GyeongGi-Do 463-870 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10419, '0050c2030', 0, 'Lockheed Martin Tactical Defense Systems Eagan', '3333 Pilot Knob Rd Eagan MN 55121 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10420, '7ca29b', 0, 'D.SignT GmbH & Co KG', 'Marktstraße 10 Kerken 47647 DE', 'DE', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10421, '803b2a', 0, 'Abb Xiamen Low Voltage Equipment Co, Ltd', 'No.12-20,3rd Chuang Xin Road Xiamen SEZ Fujian 361006 CN', 'CN', 'MA-L', '2015-03-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10422, '00105c', 0, 'Quantum Designs (H.K.) Ltd', '5/F., SOMERSET HOUSE, TAIKOO PLACE QUARRY BAY HK', 'HK', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10423, '001f95', 0, 'Sagemcom Broadband Sas', 'Le Ponnant de Paris CEDEX Paris 75512 FR', 'FR', 'MA-L', '2008-01-14', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10424, '74d850', 0, 'Evrisko Systems', '2322 Alpine Rd, Ste 10 Eau Claire WI 54703 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10425, '4c7367', 0, 'Genius Bytes Software Solutions GmbH', 'Merianstraße 30 Bochum NRW 44801 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10426, 'f4a739', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10427, 'e0e62e', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10428, '70b3d5d71', 0, 'Rzb Rudolf Zimmermann, Bamberg GmbH', 'Rheinstraße 16 Bamberg Bavaria 96052 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10429, '001305', 0, 'Epicom, Inc', 'PO Box 24839 Oakland CA 94623-1839 US', 'US', 'MA-L', '2004-12-11', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10430, '001576', 0, 'LABiTec - Labor Biomedical Tech GmbH', 'An der Strusbek 6 DE', 'DE', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10431, '306023', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-06-20', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10432, '64649b', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2014-04-22', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10433, '88e628', 0, 'Shenzhen Kezhonglong Optoelectronic Tech Co, Ltd', 'Floor 3, Bldg. 5, Area B, Xinfu Industrial Park, Chongqing Rd., Baoan Dist,Shenzhen,Guangdong, China Shenzhen Guangdong 518103 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10434, '70b3d54bf', 0, 'Exsom Computers Llc', 'Office 3206, The Citadel Tower, Business Bay Dubai Dubai 72891 AE', 'AE', 'MA-S', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10435, '00e00a', 0, 'Diba, Inc', '3355 EDISON WAY MENLO PARK CA 94025 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10436, '000ccd', 0, 'Iec - Tc57', '3, rue de Varembé Geneva GE 1211 CH', 'CH', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10437, '40d855108', 0, 'Alpha Design Co, Ltd', '1963-4 itoshima-city Fukuoka 819-1122 JP', 'JP', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10438, '74e14a7', 0, 'Apm Tech (DongGuan) Ltd', '109Gosun Science Building, NanCheng , DongGuan, GuangDong, China DongGuan GuangDong 523000 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10439, '00043d', 0, 'Indel AG', 'Tufiwis 26 CH', 'CH', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10440, '000f42', 0, 'Xalyo Systems', 'Grenier 9 Commugny VD 1291 CH', 'CH', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10441, '3816d1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-03-17', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10442, 'd4e880', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-11-28', '2018-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10443, '685388', 0, 'P&S Tech', '216 Deajiro Yongin-si Gyeonggi-do 448-813 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10444, '0050c282b', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10445, '94d417', 0, 'Gpi Korea Inc', 'Daebang Triplaon B-Dong 201 Goyang-Si Kyeonggi-Do 410-704 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10446, 'd0d94fa', 0, 'Shenzhen Fdc Electuonic Co, Ltd', 'Gushu Community, Xixiang Street, Baoan Dist. ShenZhen, GuangDong, China Shenzhen Guangdong 518126 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10447, '00163a', 0, 'Yves Tech Co, Ltd', 'No.74, Fusing 2nd Rd. Gueishan Taoyuan 33377 TW', 'TW', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10448, '70b3d5fe4', 0, 'Care Pvt Ltd', '19-A Attaturk Avenue G-5/1 Islamabad Fedral Capital 44000 PK', 'PK', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10449, 'a07332', 0, 'Cashmaster International Ltd', 'Fairykirk Road Rosyth Fife KY11 2QQ GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10450, '100c24', 0, 'pomdevices, Llc', '178 Colvard Park Dr Durham NC 27713 US', 'US', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10451, 'f490cb', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10452, '001081', 0, 'Dps, Inc', '4922 EAST YALE AVENUE FRESNO CA 93727 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10453, '001cbb', 0, 'MusicianLink', '2401 Cory Ave. San Jose CA 95128 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10454, 'c4d987', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10455, '0050c24d7', 0, 'Delta Tau Data Systems, Inc', '21314 Lassen St Chatsworth CA 91311 US', 'US', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10456, '001f42', 0, 'Etherstack plc', '80 Abercrombie Street Chippendale NSW 2008 AU', 'AU', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10457, '0050c21db', 0, 'Applied Systems Engineering, Inc', '1671 Dell Ave. Campbell CA 95008 US', 'US', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10458, '002717', 0, 'CE Digital(Zhenjiang)Co, Ltd', 'Wei 3 Road, Dingmao, Eco.Dev.Zone, Zhenjiang 212009 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10459, '7cbacc1', 0, 'Changsha Sunye Electric Co, Ltd', 'hi tech Zone, Sheng Xin Road, No. 669 Changsha Hunan 410000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10460, '70b3d55d2', 0, 'Contec Americas Inc', '3991 Sarno Rd Melbourne FL 32934 US', 'US', 'MA-S', '2019-12-07', '2019-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10461, '008088', 0, 'Victor Co OF Japan, Ltd', '58-7 SHINMEI-CHO, YOKOSUKA JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10462, '000a1d', 0, 'Optical Communications Products Inc', '20961 Knapp St. Chatsworth CA 91311 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10463, '0002ca', 0, 'EndPoints, Inc', '4 Preston Court Bedford MA 01730 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10464, '001a6b', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10465, 'a019b29', 0, 'Lon Microsystems Inc', '11F Ali center Tianfu four street chengdu sichuan 610041 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10466, '3042a1', 0, 'ilumisys Inc Dba Toggled', '1820 E. Big Beaver Road Troy MI 48083 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10467, '7cfd82', 0, 'Guangdong Genius Tech Co, Ltd', 'No.168, Middle Road Of East Gate Xiaobian Community Chang\'an Town 523851 CN', 'CN', 'MA-L', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10468, '20e52a', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2012-06-14', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10469, '40d8551c9', 0, 'Andy-L Ltd', '16B Karlovsko Shosse Str. Plovdiv Plovdiv 4003 BG', 'BG', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10470, '606bbd', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3dong, Yeongtong-gu Suwon-si Gyeonggi-do 443742 KR', 'KR', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10471, '5cffff', 0, 'Shenzhen Kezhonglong Optoelectronic Tech Co, Ltd', '3/F, B5 Building, Xinfu Industrial Park, Heping Village Shenzhen, Guangdong 518101 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10472, '84e0f49', 0, 'Shenzhen Hcn.Electronics Co, Ltd', '8F, Block C3, Nanshan I Park, No.1001 Xueyuan Road, Nanshan District shenzhen guangdong 518040 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10473, '70b3d50ea', 0, 'Aev Broadcast Srl', 'Via Della Tecnica, 33 Argelato BO - VAT IT03167451206 40050 IT', 'IT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10474, '001221', 0, 'B.Braun Melsungen AG', 'Schwarzenberger Weg 73-79 Melsungen Hessen 34212 DE', 'DE', 'MA-L', '2004-08-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10475, '00175e', 0, 'Zed-3', '501 Valley Way Milpitas CA 95035 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10476, '001c74', 0, 'Syswan Tech Inc', '2050 Beavercreek Road Oregon City Oregon 97045 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10477, '0050c2b77', 0, 'Kristech', 'Porzeczkowa 12 Ustron Slaskie 43-450 PL', 'PL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10478, '0cbd51', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2013-09-22', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10479, 'b8bd79', 0, 'TrendPoint Systems', '1595 East 6th Street Corona CA 92879 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10480, 'f099bf', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10481, '000990', 0, 'Acksys Communications & systems', 'ZA du Val Joyeux VILLEPREUX F-78450 FR', 'FR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10482, '0050c24ab', 0, 'Jvf Communications Ltd', '30 Loughborough Road Mountsorrel Leics LE12 7AT GB', 'GB', 'IAB', '2005-06-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10483, '001bc5015', 0, 'Corp Systems Engineering', '1215 Brookville Way Indianapolis IN 46239 US', 'US', 'MA-S', '2011-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10484, '100723f', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10485, '0050c216e', 0, 'Pmc', '56, Avenue Raspail Saint Maur FR', 'FR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10486, '002337', 0, 'Global Star Solutions Ulc', '4600 Jacombs Road Richmond BC V6V 3B1 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10487, 'f8e44e', 0, 'Mcot Inc', 'Yogohigashi 1-5-12 Matsuyama Ehime 790-0044 JP', 'JP', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10488, '0050c2a80', 0, 'ard sa', 'Micropolis Bat Clematis Gap France 05000 FR', 'FR', 'IAB', '2010-05-15', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10489, '0050c2ea5', 0, 'Aerodata AG', 'Hermann-Blenk-Strasse 36 Braunschweig Niedersachsen 38108 DE', 'DE', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10490, '003042', 0, 'DeTeWe-Deutsche Telephonwerke', 'Zeughofstrasse 1 D-10997 Berlin DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10491, '0050c2c61', 0, 'HaiVision Systems Inc', '4445 Garand Montreal QC H4R 2H9 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10492, '70b3d5343', 0, 'Elektro-System s.c.', 'Sienkiewicza 25 Kutno łódzkie 99-300 PL', 'PL', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10493, '70b3d5429', 0, 'Redco Audio Inc', '1701 Stratford Ave Stratford CT 06615 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10494, '70b3d53fe', 0, 'Mentor Graphics', '46871 Bayside Parkway Fremont CA 94538 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10495, '00200a', 0, 'Source-Comm Corp', '25020 W. AVENUE STANFORD VALENCIA CA 91355 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10496, '0000d5', 0, 'Micrognosis International', '63 QUEEN VICTORIA STREET UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10497, 'a0821f', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10498, '0008a7', 0, 'iLogic Inc', 'Rm#318, TechnoComplex Bldg., 126-16, 5-g Seoul 136-701 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10499, '0050c2258', 0, 'Spacesaver Corp', '1450 Janesville Avenue Fort Atkinson Wisconsin 53538 US', 'US', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10500, '0050c2d7b', 0, 'Owita GmbH', 'Langenbruch 6 Lemgo NRW D-32657 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10501, 'ecb313', 0, 'Shenzhen Gongjin Electronics Co, LT', 'SONGGANG SHENZHEN GUANGDONG 518105 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10502, '001c04', 0, 'Airgain, Inc', '1930 Palomar Point Way Carlsbad CA 92008 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10503, '0050c2b2d', 0, 'Datasat Digital Entertainment', '9361 Topanga Cyn. Place Chatsworth California 91311 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10504, '00d092', 0, 'Glenayre Western Multiplex', '1196 BORREGAS AVENUE SUNNYVALE CA 94089 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10505, '18d949', 0, 'Qvis Labs, Llc', '3204 Rustic River Cove Austin TX 78746-2001 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10506, '000da9', 0, 'T.E.A.M. S.L.', 'Parque Tecnologico Edificio 108 ZAMUDIO Bizkaia 48170 ES', 'ES', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10507, '0050c2d7f', 0, 'Hmi Tech', 'PO Box 38164 Howick Auckland 2145 NZ', 'NZ', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10508, '7835a0', 0, 'Zurn Industries Llc', '1747 Commerce Way Paso Robles CA 93446 US', 'US', 'MA-L', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10509, '34ed1b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-07-19', '2019-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10510, '0004bd', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2001-01-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10511, '0050c2057', 0, 'Lite F GmbH', 'PO Box 774 79007 Freiburg DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10512, 'f03d29', 0, 'Actility', '110 rue des Poissonniers Paris Paris 75018 FR', 'FR', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10513, 'c4954d6', 0, 'Akka Germany GmbH', 'Riesstrasse 14 München Bayern 80992 DE', 'DE', 'MA-M', '2019-09-19', '2019-09-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10514, '002468', 0, 'Sumavision Tech Co, Ltd', '6F, Block A2, Power Creative Building,No.1 Shangdi East Road, Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10515, '286ed4', 0, 'Huawei Tech Co, Ltd', 'HUAWEI Industrial Base Bantian,Longgang Shenzhen guangdong 518129 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10516, '00143c', 0, 'Rheinmetall Canada Inc', '225 boul du seminaire sud St-Jean-sur-Richelieu Quebec J3B 8E9 CA', 'CA', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10517, '001d2b', 0, 'Wuhan Pont Tech Co , Ltd', 'Building E, Guandong Science and Technology Industry Park, Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10518, '8c5af0', 0, 'Exeltech Solar Products', '3001 Northern Cross Blvd #361 Fort Worth TX 76137 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10519, '0060c2', 0, 'Mpl AG', 'Taefernstrasse 20 CH-5405 Daettwil CH', 'CH', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10520, '000de5', 0, 'Samsung Thales', '259 Gongdan-Dong Gumi-City Gyeongsangbuk-do 730-904 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10521, '54eda3', 0, 'Navdy, Inc', '575 7th Street San Francisco CA 94103 US', 'US', 'MA-L', '2016-03-02', '2016-03-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10522, '3c427eb', 0, 'Compal Electronics Inc', 'No.8 , Nandong Road , PingZhen Dist. Taoyuan Taiwan 32455 TW', 'TW', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10523, '00d0b3', 0, 'Drs Tech Canada Ltd', '700 Palladium Drive Ottawa Ontario K2V 1C6 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10524, '0004b0', 0, 'Elesign Co, Ltd', '9Fl. TaeKyoung Bldg., R.O. KOREA KR', 'KR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10525, '001dee', 0, 'Nextvision Sistemas Digitais DE TelevisÃO Ltda.', 'Alameda Rio Negro, 1030 - 19o. andar conj. 1904 Barueri São Paulo 06454-000 BR', 'BR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10526, 'cce8ac', 0, 'Soyea Tech Co, Ltd', 'STB department,Floor 4,Building 11 south hangzhou zhejiang 310007 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10527, '70b3d50a8', 0, 'Symetrics Industries d.b.a. Extant Aerospace', '1615 West NASA Blvd Melbourne FL 32901 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10528, '208593b', 0, 'Iog Products Llc', '9737 LURLINE AVENUE CHATSWORTH CA 91311 US', 'US', 'MA-M', '2019-06-17', '2019-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10529, '000338', 0, 'Oak Tech', '139 Kifer Court Sunnyvale CA 94086-5160 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10530, '005003', 0, 'Xrite Inc', '4300 44TH Street, S.E. Grand Rapids MI 49512 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10531, '000e3b', 0, 'Hawking Tech, Inc', '15281A Barranca Parkway Irvine CA 92618 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10532, '001cee', 0, 'Sharp Corp', '22-22,Nagaike-cho Osaka city Osaka prefecture 545-8522 JP', 'JP', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10533, '7cef18', 0, 'Creative Product Design Pty. Ltd', '82 Victoria Street Sandringham Victoria 3191 AU', 'AU', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10534, '240bb1', 0, 'Kostal Industrie Elektrik GmbH', 'Gewerbering 20 Schalksmuehle North Rhine-Westphalia 58579 DE', 'DE', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10535, 'cc2119', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10536, '0020f8', 0, 'Carrera Computers, Inc', '23181 VERDUGO DRIVE-STE.#105A LAGUNA HILLS CA 92653 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10537, '00d010', 0, 'Convergent Networks, Inc', '2 HIGHWOOD DRIVE TEWKSBURY MA 01876 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10538, 'b4b88d', 0, 'Thuh Co', '605 Territorial Dr Bolingbrook IL 60440 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10539, '70b3d5014', 0, 'Frako Kondensatoren- und Anlagenbau GmbH', 'Tscheulinstr. 21a Teningen 79331 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10540, '04d16e0', 0, 'Intriple, a.s.', 'K Zelenci 2957/5 Praha 9 - Horni Pocernice 193 00 CZ', 'CZ', 'MA-M', '2019-08-09', '2019-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10541, '0010bc', 0, 'Aastra Telecom', '8 Federal Street Billerica MA 01821-3570 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10542, '0050c2548', 0, 'I.T.W. Betaprint', 'Ponce de Leon 4 Sant Just Desvern Barcelona 08960 ES', 'ES', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10543, '00130c', 0, 'HF System Corp', '1520-1 Ayukai Nishiokitama-Gun Yamagata-Ken 992-0771 JP', 'JP', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10544, '001a12', 0, 'Essilor', '64 Bis Avenue Aubert 94300 Vincennes FR', 'FR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10545, 'b4994c', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10546, '6c2483', 0, 'Microsoft Mobile Oy', 'Keilalahdentie 4 Espoo 02150 FI', 'FI', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10547, '2c279ec', 0, 'Waycom Tech Co, Ltd', 'E-605,BLDG 201,A10 Jiuxianqiao North Road Chaoyang District,Beijing 100015,China Beijing 100000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10548, 'dca333', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10549, '0040ec', 0, 'Mikasa System Engineering', 'CO., LTD. JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10550, '0008c5', 0, 'Liontech Co, Ltd', '306, Wooyoung Techno Center, 273-15, Seoul 133-831 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10551, 'b8b2f8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10552, '70b3d5c54', 0, 'Flexsolution Aps', 'Østervangsvej 39 Esbjerg N Jylland 6715 DK', 'DK', 'MA-S', '2019-01-31', '2019-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10553, '8c593c6', 0, 'Qbic Tech Co, Ltd', '26F.-12, No.99, Sec. 1, Xintai 5th Rd., Xizhi Dist., New Taipei 22175 TW', 'TW', 'MA-M', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10554, 'b4a898', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10555, 'ec63e5', 0, 'ePBoard Design Llc', '4065 E. La Palma Ave. Anaheim California 92807 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10556, 'f48e38', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10557, '0050c26b9', 0, 'unipo GmbH', 'Pelarstrasse 21 Michelstadt Hessen 64720 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10558, '001cf3', 0, 'Evs Broadcast Equipment', 'Liege Science Park Ougree Liege 4102 BE', 'BE', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10559, '2839e7', 0, 'Preceno Tech Pte.Ltd', '11F, No.207-2, Sec. 3, Beixin Rd., Xindian Dist. New Taipei City 23143 TW', 'TW', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10560, 'e09d31', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10561, 'a0bb3ea', 0, 'Filo Srl', 'Via Giovanni Giolitti 34 Roma rm 00185 IT', 'IT', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10562, '2c1db8', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10563, '000db2', 0, 'Ammasso, Inc', '345 Summer Street Boston MA 02210 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10564, '0050c24fa', 0, 'Cambridge Tech, Inc', '25 Hartwell Ave Lexington MA 02421-3102 US', 'US', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10565, 'f40669', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10566, '48d539', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10567, '34e12d', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-03-13', '2018-03-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10568, '0023e2', 0, 'Sea Signalisation', '20-22 Rue Pierre Mendès France Vaulx en Velin CEDEX 69515 FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10569, '001bc50ae', 0, 'Techlan Reti s.r.l.', 'Via delle mondine 8 a/b Carpi Modena 41012 IT', 'IT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10570, 'e063e5', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2013-03-10', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10571, '5435df', 0, 'Symeo GmbH', 'Prof.-Messerschmitt-Str. 3 Neubiberg Bavaria 85579 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10572, '280cb8', 0, 'Mikrosay Yazilim ve Elektronik A.S.', 'Cevizli Mah. Tansel Cad. Istanbul 34846 TR', 'TR', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10573, '00145e', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10574, '001e7f', 0, 'Cbm of America', '1455 West Newport Center Drive Deerfield Beach Florida 33442 US', 'US', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10575, 'b8daf7', 0, 'Advanced Photonics, Inc', 'the University of Tokyo, CCR507 Meguro-ku Tokyo 153-8904 JP', 'JP', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10576, '0010f7', 0, 'Iriichi Tech Inc', '1-26-7 CHUO, NAKANA-KU TOKYO 164 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10577, '0090c4', 0, 'Javelin Systems, Inc', '1881 LANGLEY AVE. IRVINE CA 92614 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10578, '38b8eb2', 0, 'barox Kommunikation GmbH', 'Marie-Curie-Strasse 8 Lörrach DE-79539 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10579, '409922', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10580, '0050c2964', 0, 'IQ Automation GmbH', 'Breslauer Str. 3 Eching 85386 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10581, 'f0f61c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10582, '6c750d', 0, 'WiFiSong', 'Rm. 605, Building 3, No. 75 Wenyi West Road Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10583, '70b3d59b5', 0, 'Ideetron b.v.', 'Dorpsstraat 81 Doorn Utrecht 3941JL NL', 'NL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10584, '34f8e7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-08-22', '2018-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10585, '00c0cb', 0, 'Control Tech Corp', '25 SOUTH STREET HOPKINTON MA 01748 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10586, '94c150', 0, '2Wire Inc', '1764 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10587, '001425', 0, 'Galactic Computing Corp', '1/F Chai Wan District HK', 'HK', 'MA-L', '2005-03-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10588, '60d0a9', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-01-05', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10589, '8038fd', 0, 'LeapFrog Enterprises, Inc', '6401 Holis Street Emeryville CA 94608 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10590, '80971b', 0, 'Altenergy Power System, Inc', 'No.1 Yatai Road, Jiaxing City, Zhejiang Province, 314050 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10591, '00aa70', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2012-02-04', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10592, '845181', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10593, '00c00e', 0, 'Psitech, Inc', '18368 BANDILIER CIRCLE FOUNTAIN VALLEY CA 92708 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10594, '00049c', 0, 'Surgient Networks, Inc', '3520 Executive Center Drive Austin TX 78731 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10595, 'c83168', 0, 'eZEX Corp', 'Rm 508, Ssangyong IT Twin-Tower II, 442-5 Seongnam-si Gyeonggi-do 462-120 KR', 'KR', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10596, '7cf95c', 0, 'U.I. Lapp GmbH', 'Schulze-Delitzsch-Strasse 25 Stuttgart 70565 DE', 'DE', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10597, '4c4fee', 0, 'OnePlus Tech (Shenzhen) Co, Ltd', '18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10598, '90e2fc4', 0, 'Dongguan Kangyong electronics Tech Co Ltd', 'No 9,Yincheng 1st Road, Xiabian Village, Chang’an Town Dongguan GuangDong 523877 CN', 'CN', 'MA-M', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10599, '0018b7', 0, 'D3 Led, Llc', '380 Mountain Rd Union City NJ 07087 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10600, 'c8af40', 0, 'marco Systemanalyse und Entwicklung GmbH', 'Hans-Böckler-Straße 2 Dachau Bavaria 85221 DE', 'DE', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10601, '4074e0', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10602, '0050c2c00', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten bawu 88480 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10603, '0050c2eff', 0, 'Zephyrus Electronics Ltd', '168 S. 122nd E. Ave. Tulsa Oklahoma 74128 US', 'US', 'IAB', '2011-12-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10604, '002089', 0, 'T3plus Networking, Inc', '2840 SAN TOMAS EXPRESSWAY SANTA CLARA CA 95051 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10605, '001241', 0, 'a2i marketing center', '1024-4 Duksan Bldg Bangbaedong Seochogu Seoul Korea SEOUL 137-060 KR', 'KR', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10606, '00110c', 0, 'Atmark Techno, Inc', '2F SD BLDG, 2-2-3-14 Atsubetsu-nishi, Atsubetsu-ku Sapporo Hokkaido 004-0062 JP', 'JP', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10607, '001d47', 0, 'Covote GmbH & Co KG', 'Ritterhufen 30 Berlin 14165 DE', 'DE', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10608, '002219', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2008-10-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10609, 'f8a9de', 0, 'Puissance Plus', '222 Impasse Louis Lépine Montauban 82000 FR', 'FR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10610, '8cc661', 0, 'Current, powered by GE', '1975 Noble Road B335C East Cleveland OH 44112 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10611, '008046', 0, 'Tattile Srl', 'DEPT. OF ELECTRICAL ENGIN\'ING CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10612, '000c0a', 0, 'Guangdong Province Electronic Tech Research Institute', 'Electronic Technology Building,NO.61-65, Guangzhou Guangdong 510630 CN', 'CN', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10613, '70b3d56eb', 0, 'Quantaflow', 'AVENUE DU CANADA HONFLEUR 14600 FR', 'FR', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10614, '5cd135', 0, 'Xtreme Power Systems', '2440 Kiowa Blvd. N. #102 Lake Havasu City AZ 86403 US', 'US', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10615, '9cdc71', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10616, '8c6878', 0, 'Nortek-AS', 'Vangkroken 2 Akreshus 1351 RUD NO', 'NO', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10617, '109266', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10618, 'fca386', 0, 'Shenzhen Chuangwei-Rgb Electronics Co, Ltd', 'Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10619, 'f490cb6', 0, 'Airbeam Wireless Tech Inc', '#125, 21320 Gordon Way Richmond British Columbia V6W 1J8 CA', 'CA', 'MA-M', '2020-01-22', '2020-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10620, '0016bd', 0, 'Ati Industrial Automation', '1031 Goodworth Drive Apex North Carolina 27539-3869 US', 'US', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10621, '202bc1', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10622, '0025fe', 0, 'Pilot Electronics Corp', 'No. 2, Tzu-Chiang 3rd Road, Chung-Li Industrial Zone, Taoyuan Hsien 32063 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10623, '44d5a5', 0, 'AddOn Computer', '15775 Gateway cir tustin CA 92780 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10624, '080041', 0, 'Racal-Milgo Information Sys..', '400 EMBASSY ROW ATLANTA GA 30328 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10625, '08004f', 0, 'Cygnet Systems', '2560 JUNCTION AVENUE SAN JOSE CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10626, 'fc1d59', 0, 'I Smart Cities HK Ltd', 'Unit G,10/F,Phase 2,Yip Fat IND 73-75 HK', 'HK', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10627, '6ae64a', 0, 'S&O Electronics (Malaysia) Sdn. Bhd.', 'Lot 202 Sungai Petani Kedah 08000 MY', 'MY', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10628, '1ccae36', 0, 'Tokai Rika Co, Ltd', '3-260 Niwa-gun, Oguchi-cho Aichi 480-0195 JP', 'JP', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10629, '001e76', 0, 'Thermo Fisher Scientific', '2215 Grand Avenue Parkway Austin Texas 78728 US', 'US', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10630, '0050c2aaf', 0, 'Santa Barbara Instrument Group', '147A Castilian Drive Santa Barbara CA 93117 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10631, '24d921', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2012-06-14', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10632, '3438af', 0, 'Inlab Software GmbH', 'Josef-Wuerth-Str. 3 Gruenwald Bavaria 82031 DE', 'DE', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10633, '70b3d5fba', 0, 'Apogee Applied Research, Inc', '4401 Dayton Xenia Rd Dayton Ohio 45432 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10634, '0090b2', 0, 'Avici Systems Inc', '12 ELIZABETH DRIVE CHELMSFORD MA 01824 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10635, '0019ea', 0, 'TeraMage Tech Co, Ltd', 'Golden Land Building Suite 907 Beijing 100016 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10636, '00e09e', 0, 'Quantum Corp', '500 McCarthy Boulevard Milpitas CA 95035 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10637, 'f43d80', 0, 'Fag Industrial Services GmbH', 'Kaiserstrasse 100 Herzogenrath NRW 52134 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10638, '0025cb', 0, 'Reiner Sct', 'Reiner Kartengeräte GmbH & Co. KG. Furtwangen 78120 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10639, 'b8f828', 0, 'Changshu Gaoshida Optoelectronic Tech Co Ltd', 'Baimao Industrail Park Changshu Jiangsu Changshu Jiangsu 215500 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10640, '402c76c', 0, 'gridX GmbH', 'Oppenhoffallee 143 Aachen 52066 DE', 'DE', 'MA-M', '2019-10-26', '2019-10-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10641, 'e02ae6', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10642, '0000a9', 0, 'Network Systems Corp', '7600 BOONE AVENUE NORTH MINNEAPOLIS MN 55428-1099 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10643, '0006cd', 0, 'Leaf Imaging Ltd', '7th Hatnufa st Petach-Tikva 49002 IL', 'IL', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10644, 'd494e8', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-07-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10645, '402e71', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10646, '00307a', 0, 'Advanced Tech & Systems', 'Yokohama Business Park East Tower 9F, 240-0005 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10647, '00234e', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2008-10-25', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10648, '0012ea', 0, 'Trane', '4833 White Bear Parkway St. Paul MN 55110 US', 'US', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10649, '001448', 0, 'Inventec Multimedia & Telecom Corp', '5F,NO.396,Sec.1 Nei-Hu Road Taipei 114 TW', 'TW', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10650, '0018df', 0, 'The Morey Corp', '100 Morey Drive Woodridge IL 60517 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10651, '687251', 0, 'Ubiquiti Networks Inc', '91 E. Tasman Dr. San Jose 95134 US', 'US', 'MA-L', '2012-05-26', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10652, '5c497d', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2016-06-11', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10653, '70b3d55f6', 0, 'FreeFlight Systems', '8150 Springwood Drive, Suite 100 Irving TX 75063 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10654, '000944', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10655, '0050c210b', 0, 'MarekMicro GmbH', 'Fuggerstrasse 9 D-92224 Amberg DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10656, '001f70', 0, 'Botik Tech Ltd', 'Trudovaya, 1 Pereslavl-Zalessky Yaroslavskaya 152020 RU', 'RU', 'MA-L', '2008-01-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10657, '002265', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10658, '885d907', 0, 'Schmidt & Co,(H.K.)Ltd', '5F., No.139, Songjiang Rd., Zhongshan Dist., Taipei City 10485, Taiwan (R.O.C.) Taipei Taiwan 10485 TW', 'TW', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10659, '3c6a2c4', 0, 'XI\'AN Yep Telecom Tech Co, Ltd', '5F,Building C,CLP Park,No.211, Tiangu 8 Road, High-tech Zone, Xi\' an, Shanxi Province, China Xi’an Shanxi 710001 CN', 'CN', 'MA-M', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10660, '04ea56', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10661, 'a4f465', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10662, '000196', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10663, '00150b', 0, 'Sage Infotech Ltd', '3F, No30, INDUSTRY E. 9TH RD.,SCIENCE-BASED HSIN-CHU TAIWAN 300 TW', 'TW', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10664, 'ec2af0', 0, 'Ypsomed AG', 'Brunnmattstrasse 6 Burgdorf BE 3400 CH', 'CH', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10665, '000428', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10666, '0050c2d55', 0, 'Sterna Security', '100 West Sambandam road Coimbatore TN 641002 IN', 'IN', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10667, 'f80377', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10668, 'dc962c', 0, 'Nst Audio Ltd', '32 Whitewall Norton North Yorkshire YO17 9EH GB', 'GB', 'MA-L', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10669, 'f45fd4', 0, 'Cisco Spvtg', '5030 Sugarloaf Pkwy Lawrenceville GA 30044 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10670, '70b3d5a20', 0, 'Design For Life Systems', 'Unit 15, Jubilee Enterprise Centre Weymouth DT47BS GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10671, '0050c2a2a', 0, 'Custom Control Concepts', '6020 S 190th St Kent WA 98032 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10672, '843497', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10673, 'b0acfa', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2013-01-09', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10674, '3c8970', 0, 'Neosfar', '101 W. Broadway, Suite 300 San Diego CA 92101 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10675, '0020ce', 0, 'Logical Design Group, Inc', '6301 CHAPEL HILL ROAD RALEIGH NC 27607 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10676, '0060d5', 0, 'Amada Miyachi Co, Ltd', '95-3, FUTASUZUKA NODA CHIBA 278-0016 JP', 'JP', 'MA-L', '1980-01-01', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10677, '4cf45b', 0, 'Blue Clover Devices', '1001 Bayhill Dr San Bruno CA 94066 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10678, '60cda9', 0, 'Abloomy', 'Room 501 ,CTS Building,No 1 Beishatan Chaoyang District BeiJing 100083 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10679, '70b3d51e3', 0, 'Hatel Elektronik Ltd Sti.', '1348 Sok. No:2/V Keremogli Is Merkezi - Yenisehir IZMIR Konak 35170 TR', 'TR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10680, 'b0b5c3', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2020-01-23', '2020-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10681, '001d28', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2007-08-18', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10682, '0024c7', 0, 'Mobilarm Ltd', '768 Canning Highway Western Australia 6153 AU', 'AU', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10683, '0c2ae7', 0, 'Beijing General Research Institute of Mining and Metallurgy', 'Building 23, Zone 18 of ABP, No. 188 Beijing 100160 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10684, '4c16f1', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10685, '80d160', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10686, '00e0d1', 0, 'Telsis Ltd', '16 BARNES WALLACE ROAD FAREHAM, HAMPSHIRE PO15 5TT ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10687, 'e43593', 0, 'Hangzhou GoTo Tech CoLtd', 'Room 1303,Boee buliding,3760 Nanhuan Road, Binjiang, Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10688, '0050c2929', 0, 'Flight Deck Resources', '16 Technology Drive Irvine California 92618 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10689, '2497ed', 0, 'Techvision Intelligent Tech Ltd', 'Room 7006B, Tianxia IC Industry Building, Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10690, 'ecb870', 0, 'Beijing Heweinet Tech Co, Ltd', '1514 Room,15F,No.2 Building Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10691, '000099', 0, 'Mtx, Inc', '3301 TERMINAL DRIVE RALEIGH NC 27604 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10692, '00216b', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10693, '0026ab', 0, 'Seiko Epson Corp', '3-3-5 OWA SUWA-SHI NAGANO-KEN 392-8502 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10694, '3cfad3a', 0, 'UltiMachine', '200 12th St. N. South Pittsburg TN 37380 US', 'US', 'MA-M', '2019-11-12', '2019-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10695, 'e432cb', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10696, '0015ce', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-09-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10697, '90fba6', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10698, '10f9eb', 0, 'Industria Fueguina de Relojería Electrónica s.a.', 'Sarmiento 2920 Rio Grande Tierra de Fuego V9420GIV AR', 'AR', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10699, '0023d1', 0, 'Trg', 'Wisma Kosgoro 13th Floor Jakarta Pusat 10350 ID', 'ID', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10700, '480fcf', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2015-03-07', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10701, '0050fb', 0, 'Vsk Electronics', 'VENETIELAAN 39 BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10702, '000cca', 0, 'Hgst a Western Digital Co', '3403 Yerba Buena Road San Jose CA 95135 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10703, '9c431e', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10704, '005071', 0, 'Aiwa Co, Ltd', '1-11, KAMITOMATSURI 4-CHOME UTSUNOMIYA-SHI, TOCHIGI-KEN 320-85 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10705, '0cefafe', 0, 'Infinisource Inc', '9350 South 150 East Sandy UT 84070 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10706, '001751', 0, 'Online Corp', '22F-3, No. 398, Huan Pei Road, Chung Li Taoyuan 320 TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10707, 'e41d2d', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2014-08-20', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10708, '90e2fc9', 0, 'Huddly AS', 'Karenslyst Allé 51 Oslo 0279 NO', 'NO', 'MA-M', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10709, '0007df', 0, 'Vbrick Systems Inc', '12 Beaumont Road Wallingford CT 06492 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10710, '00095a', 0, 'Racewood Tech', '5F-2,NO.6,CHUNG-HSING RD.,SEC.1,WU-GU TAIPEI 248 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10711, '741ae04', 0, 'Revl Inc', '325 9th St. San Francisco CA 94103 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10712, '70b3d5981', 0, 'Zamir Recognition Systems Ltd', 'Manachat Tech Park 1/22 Jerusalem 96951 IL', 'IL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10713, 'b03e51', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2019-05-17', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10714, '0050c274f', 0, 'German Tech', 'Chaqiao Industrial District, Shiqi Zhongshan City Guangdong Province 528404 CN', 'CN', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10715, '001bc5096', 0, 'Sanstreak Corp', '300 Santana Row San Jose CA 95128 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10716, '28e347', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10717, '0050c2308', 0, 'FiveCo', 'Ch. de la Rueyre 116 Renens 1020 CH', 'CH', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10718, '446d57', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10719, '000fac', 0, 'Ieee 802.11', '4125 Highlander Parkway Richfield Ohio 44286 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10720, '882bd7', 0, 'AddÉNergie Tech', '533 avenue de la montagne LOCAL 121 Shawinigan Quebec G9N 0A3 CA', 'CA', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10721, '6045cb', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10722, '00a09d', 0, 'Johnathon Freeman Tech', 'P.O. BOX 880114 SAN FRANCISCO CA 94188 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10723, '903cae', 0, 'Yunnan Ksec Digital Tech Co, Ltd', '3F,NO.176 Keyi ROAD,High and New Technological Industrial Development Zone Kunming Yunnan 650106 CN', 'CN', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10724, '0c4933', 0, 'Sichuan Jiuzhou Electronic Tech Co, Ltd', 'No. 259, Jiuzhou Road Mianyang City Sichuan Province 621000 CN', 'CN', 'MA-L', '2016-08-12', '2016-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10725, '00e0c5', 0, 'Bcom Electronics Inc', '8 FL, NO. 64, AN HO ROAD, SEC. 2 TAIPEI TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10726, 'c0eefb', 0, 'OnePlus Tech (Shenzhen) Ltd', '18F Tairan Building C, Tairan 8th Road Chegongmiao, Futian Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10727, 'e078a3', 0, 'Shanghai Winner Information Tech Co, Inc', 'Lujiazui Software Park,No.190,Lane 91,Eshan Road,Pudong New Area Shanghai Shanghai 200127 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10728, '70b3d5d98', 0, 'Acd Elekronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10729, '70b3d53d0', 0, 'ORtek Tech, Inc', '13F, no.150, Jian-Yi Rd., ZhongHe Dist. New Taipei City Taiwan 23511 TW', 'TW', 'MA-S', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10730, '001c4e', 0, 'Tasa International Ltd', '5F£¬Building2£¬No.1295 ,Xin Jinqiao Road, Shanghai 201206 CN', 'CN', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10731, '0050c2c4a', 0, 'Herrick Tech Laboratories, Inc', '670 North Commercial Street Manchester New Hampshire 03101 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10732, '0050c28fc', 0, 'Symetrics Industries', '1615 West Nasa Blvd West Melbourne Fl 32901 US', 'US', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10733, '00800e', 0, 'Atlantix Corp', '5401 NW BROKENSOUND BLVD. BOCA RATON FL 33431 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10734, '001efe', 0, 'Level s.r.o.', 'Plhovska 1997 Nachod 547 01 CZ', 'CZ', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10735, 'b0eabc', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10736, '80ce62', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10737, '5447d3', 0, 'Tsat AS', 'Martin Linges v 25 Fornebu 1364 NO', 'NO', 'MA-L', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10738, '000d2c', 0, 'Net2Edge Ltd', 'Kulite House Stroudley Road Basingstoke Hampshire RG24 8UG GB', 'GB', 'MA-L', '2003-06-01', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10739, '6c3c53', 0, 'SoundHawk Corp', '20380 Town Center Lane Cupertino Ca 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10740, 'e0ddc0', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10741, '0002e9', 0, 'CS Systemes De Securite - C3s', '23, rue de Schwobsheim FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10742, 'b4009c', 0, 'CableWorld Ltd', 'Kondorfa u. 6/B Budapest 1112 HU', 'HU', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10743, 'e457a8', 0, 'Stuart Manufacturing, Inc', '1615 East Wallace Street Fort Wayne Indiana 46803 US', 'US', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10744, 'ec7d11', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10745, '904e91d', 0, 'Skoda Electric a.s.', 'Tylova 1/57 Plzen 301 28 CZ', 'CZ', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10746, '002052', 0, 'Ragula Systems', '4540 S. JUPITER DRIVE SALT LAKE CITY UT 84124 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10747, '00144e', 0, 'Srisa', '36/1, Nakhimovskiy pr-t Moscow 117218 RU', 'RU', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10748, '0025d5', 0, 'Robonica (Pty) Ltd', '41 Park Avenue North Centurion Gauteng 0046 ZA', 'ZA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10749, '702e80', 0, 'Diehl Connectivity Solutions', 'Stephanstraße 49 Nürnberg Bayern 90478 DE', 'DE', 'MA-L', '2019-02-14', '2019-02-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10750, '000c57', 0, 'Mackie Engineering Services Belgium Bvba', 'Industriepark Noord 10 Sint Niklaas B-9100 BE', 'BE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10751, '380146', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO.268? Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10752, '0008e9', 0, 'NextGig', '9820-B Towne Centre Drive San Diego CA 92121 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10753, 'f073ae', 0, 'Peak-System Technik', 'Otto-Roehm-Str 69 Darmstadt Hessen 64293 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10754, '70b3d5542', 0, 'Rtds Tech Inc', '100-150 Innovation Drive Winnipeg Manitoba R3T 2E1 CA', 'CA', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10755, '0050c2a56', 0, 'ReaMetrix, Inc', '1585 Industrial Road San Carlos CA 94070 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10756, '188410', 0, 'CoreTrust Inc', '14F Saman Bldg. 945 Daechi-dong Seoul Republic of Korea 135-280 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10757, '70b3d5ac5', 0, 'Atom Giken Co, Ltd', '92-2 KATASE FUJISAWA KANAGAWA 251-0032 JP', 'JP', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10758, 'c83b45', 0, 'Jri', '16 rue louis rameau Bezons Cedex 95872 FR', 'FR', 'MA-L', '2011-07-26', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10759, 'cc1be01', 0, 'Beijing Daotongtianxia CoLtd', 'Beijing, Haidian District, Taiyueyuan Building No.1, Taiyueshangwu Center Flo.5 Beijing Beijing 100088 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10760, '90c682e', 0, 'Shanghai HuRong Communication Tech Development Co, Ltd', 'Room 342,Building A,No.68. Donghe Road, Chengqiao town, Chongming county(Chengqiao Economic Development Zone) shanghai shanghai 202150 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10761, '70b3d5a2c', 0, 'Tlv Co, Ltd', '881 Nagasuna, Noguchi Kakogawa, Hyogo 675-8511 JP', 'JP', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10762, 'dcb082', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2019-02-08', '2019-02-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10763, '70b3d55d0', 0, 'InterTalk Critical Information Systems', '371 Cutler Avenue Dartmouth Nova Scotia B3B 0J5 CA', 'CA', 'MA-S', '2019-08-21', '2019-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10764, '0acd8f', 0, 'Cisco Systems Norway', 'Phillip Pedersensvei 1 Lysaker 1366 NO', 'NO', 'CID', '2019-11-12', '2019-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10765, '00d06e', 0, 'Trendview Recorders Ltd', '4 AIRFIELD WAY UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10766, 'f89955', 0, 'Fortress Tech Inc', '51 Grand Marshall Drive Scarborough Ontario M1B 5N6 CA', 'CA', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10767, '00199c', 0, 'Ctring', '#514, World Meridian Venture Center II Keumcheon-gu Seoul 153-803 KR', 'KR', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10768, '782b46', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2020-02-13', '2020-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10769, '0002c1', 0, 'Innovative Electronic Designs, Inc', '9701 Taylorsville Rd. Louisville KY 40299 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10770, '00036d', 0, 'Runtop, Inc', '1, Lane 21, Hsin Hua Road, Kueishan TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10771, 'f88a5e', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10772, '00d032', 0, 'Yano Electric Co, Ltd', '7-3-1 IBUKIDAIHIGASHIMACHI JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10773, 'd425cc7', 0, 'BlueCats US, Llc', '6767 OLD MADISON PIKE NW, SUITE 300 Huntsville AL 35806 US', 'US', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10774, '40d855123', 0, 'Zao Npc Kompjuternie Technologii', 'Komsomolsky avenue, 90-17 Perm Perm Region 614010 RU', 'RU', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10775, '70b3d5109', 0, 'DiTEST Fahrzeugdiagnose GmbH', 'ALTE POSTSTRASSE 152 A-8020 GRAZ STEIERMARK AT', 'AT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10776, '244e7b', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-08-12', '2016-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10777, '00196f', 0, 'SensoPart GmbH', 'Am Wiedenbach 1 Wieden Baden-Württemberg D-79695 DE', 'DE', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10778, '0050c2af7', 0, 'Midwest Microwave Solutions Inc', '2000 Progress Drive Hiawatha IA 52233 US', 'US', 'IAB', '2010-05-15', '2016-02-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10779, 'fc790b', 0, 'Hitachi High Tech America, Inc', '208 Fairforest Way Greenville SC 29607 US', 'US', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10780, '086698', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10781, 'b4cb57', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10782, '00406b', 0, 'Sysgen', '556 GIBRALTAR DRIVE MILPITAS CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10783, '0050c2661', 0, 'P.C.E.', 'Via Pietro Menis 14 Treppo Grande UD 33010 IT', 'IT', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10784, '3c18a0', 0, 'Luxshare Precision Industry Co Ltd', 'Floor 2, Block A, Sanyo New Industrial Area West Haoyi Community, Shajing Subdistrict Office Bao\'an District, Shenzhen, Guangdong 523000 CN', 'CN', 'MA-L', '2013-09-12', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10785, '2028bc', 0, 'Visionscape Co,. Ltd', '503, 145, Gasan Digital 1-ro, Geumcheon-gu, Seoul Korea 153-787 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10786, '6837e9', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10787, '70b3d5677', 0, 'Fraunhofer-Institut Iis', 'Am Wolfsmantel 33 Erlangen Bayern 91058 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10788, '70b3d5b19', 0, 'Brayden Automation Corp', '6230 Aviation Circle Loveland CO 80538 US', 'US', 'MA-S', '2019-07-17', '2019-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10789, '001741', 0, 'Defidev', '20 rue Raymond Marcheron Vanves 92170 FR', 'FR', 'MA-L', '2006-02-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10790, '0019c3', 0, 'Qualitrol', 'Wildflower Way Belfast Co. Antrim BT12 6TA GB', 'GB', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10791, '0cfe5d1', 0, 'Fender Musical Instrument', '17600 N Perimeter DR #100 Scottsdale AZ 85255 US', 'US', 'MA-M', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10792, '001b85', 0, 'Man Energy Solutions', 'Teglholmsgade 41 Copenhagen 2450 DK', 'DK', 'MA-L', '2007-02-20', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10793, '5c18b5', 0, 'Talon Communications', '10636 Scripps Summit Ct. San Diego CA 92131 US', 'US', 'MA-L', '2011-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10794, '002173', 0, 'Ion Torrent Systems, Inc', '37 Soundview Rd Guilford CT 06437 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10795, '0050c2f85', 0, 'Enetics, Inc', '830 Canning Parkway Victor NY 14564 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10796, '6c4b90', 0, 'LiteON', '5F, No.90, Rd. Chien 1, ChungHo New Taipei Taiwan 23505 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10797, '6402cb', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10798, 'f497c2', 0, 'Nebulon Inc', '3089 Skyway Court Fremont CA 94539 US', 'US', 'MA-L', '2019-06-13', '2019-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10799, '105072', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10800, '0050c2049', 0, 'Computer Concepts Corp', '8375 Melrose Lenexa KS 66214 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10801, '0050c213c', 0, 'Nbg Industrial Automation B.V.', 'Hulsenweg 19 6031 SP Nederweert NL', 'NL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10802, 'f02a61', 0, 'Waldo Networks, Inc', '4505 Spicewood Springs Rd Austin Texas 78759 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10803, '70b3d542b', 0, 'Guangzhou Haoxiang Computer Tech Co, Ltd', 'Room 502, 4th Floor, No. 6 Building, Hongtai Wisdom Valley, No. 21 Sicheng Road, Tianhe District Guangzhou Guangdong 510665 CN', 'CN', 'MA-S', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10804, '00d279', 0, 'Vingroup Joint Stock Co', 'Number 7, Bang Lang 1 street, Long Bien district Ha Noi Ha Noi 100000 VN', 'VN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10805, '0050c25bc', 0, 'Guangzhou Hui Si Information Tech Inc', 'A-406, GD Soft Science Park, No.11 CaiPin Rd, GZ Science City, GuangZhou GuangDong 510663 CN', 'CN', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10806, 'a4e731', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10807, '380b40', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10808, '50ff991', 0, 'Coyote Sytem', '24 quai Gallieni Suresnes 92150 FR', 'FR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10809, '70b3d5faa', 0, 'LogiM GmbH Software und Entwicklung', 'Mahonienweg 22b Berlin 12437 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10810, 'a4be2b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10811, '0006cc', 0, 'Jmi Electronics Co, Ltd', 'Nanyang B/D 3F, 25-4 Seoul 140-080 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10812, '0007d1', 0, 'Spectrum Signal Processing Inc', '#200-2700 Production Way CA', 'CA', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10813, '44004d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10814, '70b3d5c50', 0, 'Combilent', 'Ryttermarken 5 Farum 3520 DK', 'DK', 'MA-S', '2019-08-22', '2019-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10815, '200f70', 0, 'Foxtech', '152-160 City Road LONDON KEMP HOUSE EC1V 2NX GB', 'GB', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10816, '000c6d', 0, 'Edwards Ltd', 'Marshall Road Eastbourne East Sussex BN22 9BA GB', 'GB', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10817, '0050c250b', 0, 'Logic Beach Inc', '8363-6F Center Drive La Mesa CA 91942 US', 'US', 'IAB', '2005-09-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10818, '78e7d1', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2010-02-21', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10819, 'bcaec5', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou, Taipei 112 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10820, '0050c2d86', 0, 'Ecomm Era', 'Flat H, 14/F, Kim Tak Building 201203 HK', 'HK', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10821, 'd075be', 0, 'Reno A&E', '4655 Aircenter Circle Reno Nevada 89502 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10822, '006967c', 0, 'Desird Design R&D', 'Mehmetçik Mahallesi Aspendos Bulvar? No:99A Muratpa?a/ANTALYA Antalya 07300 TR', 'TR', 'MA-M', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10823, 'd80bcb', 0, 'Telink Semiconductor (Shanghai) Co, Ltd', 'No. 1500 Zuchongzhi Rd, Building #3 Shanghai 201203 CN', 'CN', 'MA-L', '2019-11-20', '2019-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10824, '002061', 0, 'GarrettCom, Inc', '47823 Westinghouse Dr. Fremont CA 94539 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10825, '0050c2168', 0, 'ExtremeSpeed Inc', 'PO Box 600 Mannville Alberta T0B 2W0 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10826, '70b3d5c77', 0, 'Yönnet Akıllı Bina ve Otomasyon Sistemleri', 'Şebnem Sokak Tavukçuoglu Istanbul Bostancı/Kadıköy 34744 TR', 'TR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10827, '005044', 0, 'Asaca Corp', '420 CORPORATE CIRCLE, Unit H GOLDEN CO 80401 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10828, '9000db', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10829, '000ff0', 0, 'Sunray Co Ltd', 'Osawa2-5-5 Mitaka Tokyo 181-0015 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10830, '0050c2c56', 0, 'Spirent Communications', '541 Industrial Way West Eatontown NJ 07724 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10831, '908674', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10832, '00b09a', 0, 'Morrow Tech Corp', '2300 Tall Pines Drive Largo FL 33771-5342 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10833, '0050c20a5', 0, 'Mobiltex Data Ltd', '3640 - 26th St. NE Calgary Alberta T1Y 4T7 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10834, '0050c2404', 0, 'NanShanBridge CoLtd', 'C241, National Hi-Tech(westzone) ChengDu SiChuan 611731 CN', 'CN', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10835, '6849b2', 0, 'Carlo Gavazzi Ltd', 'BLB042, Bulebel Industrial Estate Zejtun ZTN 3000 MT', 'MT', 'MA-L', '2020-01-21', '2020-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10836, '4c6c13', 0, 'IoT Co Solucoes Tecnologicas Ltda', 'Rua Jordao Schiavetto, 436 - Sala 6 Hortolandia Sao Paulo 13184-080 BR', 'BR', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10837, 'a4580f5', 0, 'CoAsia Microelectronics Corp', '13F, No. 3-2, Park St. Nangang District Taipei 11503 TW', 'TW', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10838, 'ccf411', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2019-10-14', '2019-10-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10839, '0011f3', 0, 'NeoMedia Europe AG', 'Jens-Otto-Krag-Straße 11 Würselen 52146 DE', 'DE', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10840, '001458', 0, 'HS Automatic ApS', 'Bjerringbrovej 70 Rodovre 2610 DK', 'DK', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10841, '001a17', 0, 'Teak Tech, Inc', '2901 Tasman Dr., Ste. #210 Santa Clara CA 95054 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10842, '0050c29b2', 0, 'Mesa Labs, Inc', '12100 West 6th Ave Lakewood CO 80228 US', 'US', 'IAB', '2008-11-13', '2018-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10843, '6c38a1', 0, 'Ubee Interactive Co, Ltd', 'Flat/RM 1202, 12/F, AT Tower North Point Hong Kong 180 HK', 'HK', 'MA-L', '2015-11-15', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10844, '54dc1d', 0, 'Yulong Computer Telecommunication Scientific (Shenzhen) Co, Ltd', 'Road NO2, West of Industrial Park,North of Science & Technology Park Dongguan Guangdong 518057 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10845, '00c04c', 0, 'Department OF Foreign Affairs', '& TRADE AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10846, '000ee0', 0, 'Mcharge', 'Firstec Bldg,. 15-4 Youido-Dong seoul Youido 150-010 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10847, '001161', 0, 'NetStreams, Llc', '3600 W. Parmer Lane Austin TX 78727 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10848, '0014dc', 0, 'Communication System Design & Manufacturing (Csdm)', 'Postbus 181 Bussum NH 1400 AD NL', 'NL', 'MA-L', '2005-06-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10849, '0050c262a', 0, 'Prisma Engineering srl', 'Via Petrocchi, 4 Milano MI 20127 IT', 'IT', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10850, '70b3d50be', 0, 'ChamSys Ltd', 'Unit 3B Richmond Works, Pitt Road Southampton Hampshire SO15 3FQ GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10851, '00026e', 0, 'NeGeN Access, Inc', '33 Boston Post Rd. West Marlborough MA 01752 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10852, '00029b', 0, 'Kreatel Communications AB', 'Teknikringen 4C SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10853, '0050c244e', 0, 'QQ Tech, Inc', '8F TowerB,wantong new world plaza,No.2 Fuwai street BeiJing 100037 CN', 'CN', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10854, '0050c24e1', 0, 'SS Telecoms CC', '23 Botha Avenue Lyttelton Gauteng 0157 ZA', 'ZA', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10855, '0050c2577', 0, 'Advanced Software Tech', 'c/ Caleruega, 102 2° Planta Madrid 28033 ES', 'ES', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10856, '9cebe8', 0, 'BizLink (Kunshan) Co, Ltd', 'No.168,Nanhe Road,Economic & Technological Development Zone, Kunshan City Jiangsu Province 215300 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10857, 'c03f2a', 0, 'Biscotti, Inc', '5900 South Lake Forest Drive McKinney TX 75070 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10858, 'c4ffbc4', 0, 'Image Tech Co, Ltd', '5F., No.16, Lane 15, Sec. 6, Mincyuan E. Rd., Neihu District, TAIPEI 114 TW', 'TW', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10859, '00c0a8', 0, 'Gvc Corp', '1961 CONCOURSE DRIVE-STE SAN JOSE CA 95131 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10860, '0030e2', 0, 'Garnet Systems Co, Ltd', 'Sungwon Bldg. 545-7 Seoul KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10861, '70b3d52c3', 0, 'Proterra', '1 Whitlee Ct Greenville SC 29607 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10862, 'b03d96', 0, 'Vision Valley FZ Llc', 'Dubai Internet City Dubai Dubai 500294 AE', 'AE', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10863, 'bcc61a', 0, 'Spectra Embedded Systems', 'Khasra No. 24, Village Ghumman,1st Floor, Chawla Mansion, Parwanoo Himachal Pradesh 173 220 IN', 'IN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10864, '80e4da0', 0, 'Wheatstone Corp', '600 Industrial Drive New Bern NC 28562 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10865, '001258', 0, 'TechVoIP Sp z o.o.', 'Os. Boleslawa Chrobrego 117 Poznan Wielkopolska 60-681 PL', 'PL', 'MA-L', '2004-09-09', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10866, '0012ad', 0, 'Ids GmbH', 'Nobelstraße, 18 Ettlingen Baden-Württemberg 76275 DE', 'DE', 'MA-L', '2004-10-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10867, '0017ed', 0, 'WooJooIT Ltd', 'Hankooktire B/D 4th floor, 501-19, Yangcheon-gu, Seoul 158-839 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10868, '0018bd', 0, 'Shenzhen Dvbworld Tech Co, Ltd', '2ND FLOOR, BUILDING A, QINGHU XINQIAO INDUSTRY AREA, SHENZHEN GUANGDONG 518000 CN', 'CN', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10869, '001cb8', 0, 'Cbc Co, Ltd', '2-15-13, Tsukishima, Chuo-ku Tokyo 104-0052 JP', 'JP', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10870, '001fdc', 0, 'Mobile Safe Track Ltd', 'Niemenkatu 73 15149 Lahti FI', 'FI', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10871, '000654', 0, 'Winpresa Building Automation Tech GmbH', 'Vivenotgasse 53/2 AT', 'AT', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10872, '000c33', 0, 'Compucase Enterprise Co Ltd', '225 Lane 54, An Ho Road, Section 2nd. Tainan City 70942 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10873, 'e0b6f56', 0, 'POMCube Inc', '19363 Brockton Ln Saratoga CA 95070 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10874, '442295', 0, 'China Mobile Iot Ltd Co', 'No. 8 Yangliu North Road, Yubei District, Chongqing, China Chong Qing Chong Qing 401120 CN', 'CN', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10875, '10090c', 0, 'Janome Sewing Machine Co, Ltd', '1463 Hazama-Machi Hachioji-Shi Tokyo 193-0941 JP', 'JP', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10876, '986d35b', 0, 'Intech', '1F No. 45, Wanghai Road / Software Park Phase Ⅱ, Xiamen, China Xiamen Fujian 361008 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10877, '0050c298a', 0, 'Mev Ltd', 'Unit 8, Baxall Business Centre STOCKPORT Cheshire SK3 8LF GB', 'GB', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10878, '40d8551b9', 0, 'Beking Industrieele automatisering', 'Kraaienjagersweg 8 Beemte-Broekland 7341PS NL', 'NL', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10879, '485d36', 0, 'Verizon', 'One Verizon Way Basking Ridge NJ 07030 US', 'US', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10880, '349672', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10881, '00010a', 0, 'Cis Tech Inc', '16F, No. 75 Hsin Tai Wu Road Taipei Hsien 221 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10882, '0050c2732', 0, 'Schlumberger K.K.', '2-2-1 Fuchinobe, Chuo Sagamihara Kanagawa 252-0206 JP', 'JP', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10883, '0050c29f2', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10884, '0050c2c6b', 0, 'SiGarden Sp z o.o.', 'ul. Trzy Lipy 3 Gdańsk woj. Pomorskie 80-034 PL', 'PL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10885, 'e4c722', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10886, '9c6c15', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10887, '9487e0', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10888, '4c4576', 0, 'China Mobile (Hangzhou) Information Tech Co, Ltd', 'No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10889, '00e007', 0, 'Avaya Ecs Ltd', 'Unit 1 Sterling Court, Mundells Welwyn Garden City Hert AL7 1LZ GB', 'GB', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10890, '000cd1', 0, 'Sfom Tech Corp', 'No.18, Lane 32, Wufu 1st Rd., Luju shian Luju Shiang Tauyuan County 338 TW', 'TW', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10891, '001f1a', 0, 'Prominvest', '7, Bobruiskaya ulica Saint-Petersburg North-West Federal District 195009 RU', 'RU', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10892, '0015e4', 0, 'Zimmer Elektromedizin', 'Junkersstrasse 9 Neu-Ulm Bayern 89231 DE', 'DE', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10893, '001dbe', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-08-18', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10894, '20f543', 0, 'Hui Zhou Gaoshengda Tech Co, Ltd', 'No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10895, 'a0224ea', 0, 'Ist ElektronikgesmbH', 'Marktplatz 40 Neukirchen am Walde Upper Austria 4724 AT', 'AT', 'MA-M', '2019-10-04', '2019-10-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10896, '487af6', 0, 'Ncs Electrical Sdn Bhd', 'NO. 20, 22, 24, 26, JALAN 1/3, RAWANG INTEGRATED INDUSTRIAL PARK, 48000 Rawang Selangor, MALAYSIA RAWANG SELANGOR 48000 MY', 'MY', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10897, 'f40e118', 0, 'Zeepro Inc', '151 10th Street San Francisco California 94103 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10898, '203d66', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10899, '0050c2a8f', 0, 'Quantum3D, Inc', '6330 San Ignacio Avenue San Jose CA 95051 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10900, '0050c2e12', 0, 'Kago Electronics BV', 'Molenlei 2-A Akersloot Noord Holland 1921 CZ NL', 'NL', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10901, 'd85de2', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-11-11', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10902, '3cef8c', 0, 'Zhejiang Dahua Tech Co, Ltd', 'NO.1199 Bin An Road,Binjiang District,HangZhou,P.R.China HangZhou ZheJiang 310053 CN', 'CN', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10903, 'c850ce', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10904, '003031', 0, 'Lightwave Communications, Inc', '261 PEPE\'S FARM ROAD MILFORD CT 06460 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10905, '00087b', 0, 'Rtx Telecom A/S', 'Stroemmen 6 DK', 'DK', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10906, '6c3e9c', 0, 'KE Knestel Elektronik GmbH', 'Osterwalder Str. 12 Hopferbach Bavaria 87496 DE', 'DE', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10907, '001bc502a', 0, 'Analytical Instrument Systems, Inc', 'P.O. Box 458 Flemington New Jersey 08822 US', 'US', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10908, '7cbacc9', 0, 'Yongguan Electronic Tech (D.G)Ltd', 'xinfeng west 3RD Dongguan 523041 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10909, '000988', 0, 'Nudian Electron Co, Ltd', '797-28 Bangbae-Dong, Seocho-Gu Seoul 137-060 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10910, '0050c2317', 0, 'Cosine Systems, Inc', '736 West Algonquin Road Arlington Heights IL 60005 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10911, '00128e', 0, 'Q-Free Asa', 'Th. Owesensgt. 35c Trondheim 7443 NO', 'NO', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10912, '78b6c1', 0, 'Aobo Telecom Co, Ltd', 'Room1508,Jiangong Building Hangzhou ZheJiang 310012 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10913, '78b5d2', 0, 'Ever Treasure Industrial Ltd', '15A Tung Lee Commercial Building Sheung Wan 852 HK', 'HK', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10914, '5c4527', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-03-07', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10915, '70b3d53b2', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10916, 'a83fa15', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-M', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10917, '00802c', 0, 'The Sage Group Plc', 'SAGE HOUSE, BENTON PARK ROAD UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10918, '0050c230c', 0, 'Teamlog', '10, rue Lavoisier Montbonnot Isère (38) 38330 FR', 'FR', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10919, '58fb84', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10920, '6caf15', 0, 'Webasto SE', 'Kraillinger Straße 5 Stockdorf Bayern 82131 DE', 'DE', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10921, '000341', 0, 'Axon Digital Design', 'Lange Wagenstraat 55 NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10922, '0050c25d0', 0, 'Automata Spa', 'Via Carducci 705 Caronno Pertusella Varese 21042 IT', 'IT', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10923, 'cca219', 0, 'Shenzhen Along Investment Co, Ltd', 'Room 1301,13F,Zhenye international Business Center,No.3101-90,Qianhai Road,Nanshan District Shenzhen Guangdong Province 518052 CN', 'CN', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10924, '64f88a', 0, 'China Mobile Iot Co Ltd', 'NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN', 'CN', 'MA-L', '2017-09-10', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10925, '001379', 0, 'Ponder Information Industries Ltd', '14F,No.77,lane700, Chung-Cheng Road Hsin-Tien City Taipei Hsien 231 TW', 'TW', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10926, '001424', 0, 'Merry Electrics Co, Ltd', 'NO.22,23rd ROAD TAICHUNG CITY 40850 TW', 'TW', 'MA-L', '2005-03-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10927, '0050c26a7', 0, 'Hoer GmbH & Co Industrie-Electronic KG', 'Mistelweg 8 Berlin 12357 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10928, '002137', 0, 'Bay Controls, Llc', '6528 Weatherfield Ct Maumee OH 43537 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10929, '544249', 0, 'Sony Corp', 'Gotenyama Tec 5-1-2 Tokyo Shinagawa-ku 141-0001 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10930, 'ccaf78', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2011-03-17', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10931, '3c24f02', 0, 'Laipac Tech Inc', '20 Mural St. Unit 5 Richmond Hill ON - Ontario L4B 1K3 CA', 'CA', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10932, '0017eb', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-04-08', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10933, '001a76', 0, 'Sdt information Tech Co, Ltd', 'Samil B/B 2F, 5-63 Hyochang-dong Seoul 140-896 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10934, '0c5842', 0, 'Dme Micro', 'unit 310 Lakeside 1, 8 Science Park West Ave, Shatin Hong Kong Hong Kong HK', 'HK', 'MA-L', '2017-06-13', '2017-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10935, 'f449ef', 0, 'Emstone', '#310, Ace Techno Tower 3rd, 38 Digital-ro-29-gil Guro-Gu Seoul 08381 KR', 'KR', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10936, 'ec1d8b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10937, '8485e6', 0, 'Guangdong Asano Tech Co, Ltd', 'Changsheng Road, Songxia Industrial Park, Songgang, Shishan Town, Nanhai Foshan Guangdong, China. 528200 CN', 'CN', 'MA-L', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10938, '588e81', 0, 'Silicon Laboratories', '7000 W. William Cannon Dr. Austin TX 78735 US', 'US', 'MA-L', '2019-10-24', '2019-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10939, '0050c2419', 0, 'Mecsel Oy', 'Soittajantie 1 Helsinki FI-00420 FI', 'FI', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10940, 'fc8fc4', 0, 'Intelligent Tech Inc', 'Yuanhe 3 Street,Tongsha Industrial Zone, Dongguan Guangdong 523127 CN', 'CN', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10941, 'ac20aa', 0, 'Dmatek Co, Ltd', '11F.-2, No.386, Shizheng Rd., Xitun Dist., Taichung 40757 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10942, 'dc16a2', 0, 'Medtronic Diabetes', '18000 Devonshire St Northridge CA 91325 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10943, '005002', 0, 'Omnisec AG', 'RIETSTRASSE 14 CH-8108 DAELLIKON CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10944, '001d01', 0, 'Neptune Digital', 'Mednarodni mejni prehod 6 Vrtojba Nova Gorica 5290 SI', 'SI', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10945, '0050c2909', 0, 'Elisra', '48, Mivtza Kadesh Bene Beraq 51203 IL', 'IL', 'IAB', '2008-11-13', '2016-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10946, '10a13b', 0, 'Fujikura Rubber Ltd', '1-840,Mihashi,Omiya Saitama 330-0856 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10947, '00202c', 0, 'Welltronix Co, Ltd', '3F, NO. 36-1, HWANG HSI STREET TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10948, '00e0ac', 0, 'Midsco, Inc', '710 ROUTE 46 EAST FAIRFIELD NJ 07004 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10949, '002659', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10950, '603696', 0, 'The Sapling Co', '1633 Republic Rd Huntingdon Valley PA 19006 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10951, 'a823fe', 0, 'LG Electronics', '222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR', 'KR', 'MA-L', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10952, '0006a2', 0, 'Microtune, Inc', '6440 Lusk Blvd., Suite D205 San Diego CA 92121 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10953, '00097b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10954, '3c6a2cb', 0, 'Phytium Tech Co, Ltd', 'Building 5, XinAn Business Square, Haiyuan Middle Road Binhai New District, Tianjin 300450 CN', 'CN', 'MA-M', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10955, 'ec2ce2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10956, '70b3d5686', 0, 'Access Protocol Pty Ltd', '45 Sarich Court Osborne Park Western Australia 6017 AU', 'AU', 'MA-S', '2018-08-22', '2018-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10957, '0006bd', 0, 'Bntechnology Co, Ltd', '602 Youngshin Bldg. 238-8 Seoul KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10958, '4cff12', 0, 'Fuze Entertainment Co, Ltd', '3rd Floor Harbour Centre George Town George Town P.O. Box 613GT KY', 'KY', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10959, '60380e', 0, 'Alps Electric Co, Ltd', '1-2-1, Okinouchi Soma-city Fukushima 976-8501 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10960, 'e8cc18', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10961, '2cd1416', 0, 'Bowei Tech Co Ltd', 'Room 1716, Building Xinmao, Shanghai 200233 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10962, '001021', 0, 'Encanto Networks, Inc', '2953 BUNKER HILL LANE SANTA CLARA CA 95054 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10963, '0050c241f', 0, 'Avionica, Inc', '9941 W. Jessamine St Miami FL 33157 US', 'US', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10964, '001df2', 0, 'Netflix, Inc', '100 Winchester Circle Los Gatos CA 95032 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10965, 'd0196a', 0, 'Ciena Corp', '7035 Ridge Road Hanover MD 21076 US', 'US', 'MA-L', '2019-02-13', '2019-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10966, 'e0899d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10967, '4448c1', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10968, '38dead', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10969, '608373', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10970, '0010e2', 0, 'ArrayComm, Inc', '3141 ZANKER ROAD SAN JOSE CA 95134 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10971, '001f82', 0, 'Cal-Co Electronics & Communications Co Ltd', 'No.147, Sec. 3, Beishen Rd Shenkeng Dist New Taipei City --- TW', 'TW', 'MA-L', '2008-01-14', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10972, '000e3e', 0, 'Sun Optronics Inc', '4-38-4 Fuchinobe-honchou Sagamihara Kanagawa 229-0002 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10973, '001d07', 0, 'Shenzhen Sang Fei Consumer Communications Co, Ltd', '11 Science and Technology Road, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10974, 'c4d489', 0, 'JiangSu Joyque Information Industry Co, Ltd', '10 Floor YaHua Building, Xi\'anBei Road, Xuzhou JiangSu 221006 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10975, '5cf96a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10976, '1c697a', 0, 'Elitegroup Computer Systems Co, Ltd', 'No.239, Sec. 2, TiDing Blvd. Nei-Hu Dist. Taipei Taiwan 11439 TW', 'TW', 'MA-L', '2019-01-29', '2019-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10977, '6462669', 0, 'Chunghwa System Integration Co, Ltd', '2F., No. 35, Aiguo E. Rd., Taipei 106 TW', 'TW', 'MA-M', '2019-12-19', '2019-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10978, '000401', 0, 'Osaki Electric Co, Ltd', '1131, Fujikubo, Miyoshimachi, JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10979, '000caf', 0, 'Tri Term Co, Ltd', '21-5 HIRAIDE KOUGIYO DANCHI TOCHIGI 321-0905 JP', 'JP', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10980, '0050c2028', 0, 'The Frensch Corp (Pty) Ltd', 'P.O. Box 21008 GICP Gabrone BW', 'BW', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10981, '000e00', 0, 'Atrie', '10th Floor, 14, Lane 609, Sec. 5, Chung Hsin Rd., San Chung City, Taipei Hsien San Chung 241 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10982, '001990', 0, 'Elm Data Co, Ltd', '2-15 TECHNO-PARK 1-CHOME SAPPORO HOKKAIDO 004-0015 JP', 'JP', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10983, 'ac1ddf9', 0, 'Solare Datensysteme GmbH', 'Fuhrmannstraße 9 Geislingen-Binsdorf Baden-Wuerttemberg 72351 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10984, '300ac5', 0, 'Ruio telecommunication Tech Co, Ltd', 'Room 2501, Broadegate Software Building, No,1003 Keyuan Road, Shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10985, '4c11ae', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-01-18', '2019-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10986, '004084', 0, 'Honeywell International Hps', 'consolidation Fort Washington PA 19034 US', 'US', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10987, '0008d8', 0, 'Dowkey Microwave', '4822 McGrath Street Ventura Ca 93003 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10988, '0050c2f9a', 0, 'Telvent', 'Valgrande, 6 Alcobendas Madrid 28108 ES', 'ES', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10989, '9cc8fc', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10990, '000501', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10991, '0050c253a', 0, 'Image Control Design Ltd', '78 London Road Waterlooville Hampshire PO7 5AB GB', 'GB', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10992, '70b3d500e', 0, 'Magosys Systems Ltd', 'Gad Feinstein 13 Rehovot 7638517 IL', 'IL', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10993, 'f041c84', 0, 'Candelic Ltd', 'Unit 312, 3/F Solo Workshop, 131-132 Cannaught Road West Hong Kong 111111 HK', 'HK', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10994, 'dc0914', 0, 'Talk-A-Phone Co', '7530 N. Natchez Ave. Niles IL 60714 US', 'US', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10995, 'aa0f85', 0, 'Yamaichi Electronics', '475 Holger Way San Jose CA 95134 US', 'US', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10996, '00010d', 0, 'Teledyne Dalsa Inc', '880 McCaffrey St-Laurent Quebec H4T 2C7 CA', 'CA', 'MA-L', '2000-11-09', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10997, '04ce14', 0, 'Wilocity Ltd', '21 Bareket St. Caesarea Israel 38900 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10998, '0050c2d79', 0, 'Dsi RF Systems, Inc', '26H Worlds Fair Drive Somerset NJ 08873 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(10999, 'ac293a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11000, '70b3d5da9', 0, 'Rch Vietnam Ltd Liability Co', 'Workshop F.01B-2, Lot No. F.01B Long Hau Ho Chi Minh City Ho Chi Minh 70000 VN', 'VN', 'MA-S', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11001, '842e14', 0, 'Silicon Laboratories', '7000 W. William Cannon Dr. Austin TX 78735 US', 'US', 'MA-L', '2019-12-12', '2019-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11002, '00e04c', 0, 'Realtek Semiconductor Corp', '1F, NO. 11, INDUSTRY E. RD. IX HSINCHU 300 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11003, '00130b', 0, 'Mextal B.V.', 'De Tienden 48 Nuenen Noord Brabant 5674TB NL', 'NL', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11004, '001a6f', 0, 'MI.Tel s.r.l.', 'VIA GUIDO ROSSA, 22 CORNATE D\'ADDA MILANO 20040 IT', 'IT', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11005, '00252e', 0, 'Cisco Spvtg', '5030 Sugarloaf Pkwy Lawrenceville GA 30044 US', 'US', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11006, 'dca5f4', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11007, '70b3d533c', 0, 'Videri Inc', '541 West 23rd Street New York NY 10011 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11008, 'a408ea', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11009, '74b472', 0, 'Ciesse', 'Via G. di Vittorio, 66 Rignano Sull\'Arno Florence 50067 IT', 'IT', 'MA-L', '2016-04-06', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11010, '009097', 0, 'Sycamore Networks', '220 Mill Rd Chelmsford MA 01824 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11011, '0050c2508', 0, 'Putercom Enterprise Co, Ltd', '5F-3, NO. 130 JIAN KANG ROAD CHUNGHO CITY TAIPEI HSIEN 235 TW', 'TW', 'IAB', '2005-09-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11012, '70b3d50f7', 0, 'Bespoon', '17 rue du Lac St andre Le bourget du Lac 73370 FR', 'FR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11013, '6c6a77', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2020-01-14', '2020-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11014, 'c09132', 0, 'Patriot Memory', '47027 Benicia Fremont CA 94555 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11015, '8c18d9', 0, 'Shenzhen RF Tech Co, Ltd', '5/F,Building 4,Baokun Science and Technology Industial Park Baoan Guangdong 518100 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11016, '70b3d5344', 0, 'Ihi Inspection & Instrumentation Co, Ltd', '1-100, Takamatsu-Cho, Tachikawa-Shi Tokyo 190-0011 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11017, '8cf5a3', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11018, 'ecf0fe', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-08-31', '2018-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11019, '482759', 0, 'Levven Electronics Ltd', '9741 54 Ave NW Edmonton Alberta T6E 5J4 CA', 'CA', 'MA-L', '2019-05-14', '2019-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11020, '00303b', 0, 'PowerCom Tech', '2F, No. 34, Industry E. Road IV Hsinchu 300 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11021, 'dc0b1a', 0, 'Adb Broadband Italia', 'via Sarca 222 Milano 20126 IT', 'IT', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11022, '0013f5', 0, 'Akimbi Systems', '1400 Fashion Island Blvd San Mateo CA 94404 US', 'US', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11023, '54e3b0', 0, 'Jvl Industri Elektronik', 'Blokken 42 Birkeroed Sjaelland DK-3460 DK', 'DK', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11024, '70b3d5594', 0, 'Ate Systems Inc', '85 Rangeway Road N Billerica MA 01862 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11025, 'cc22378', 0, 'Safilo S.p.A.', 'Settima Strada Padova 35129 IT', 'IT', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11026, '0010dc', 0, 'Micro-Star International Co, Ltd', 'NO. 69, LI-DE ST., JUNG-HE CITY Taipei Hsien TW', 'TW', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11027, '00d098', 0, 'Photon Dynamics Canada Inc', '221 Whitehall Drive L3R 9T1 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11028, '804a14', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11029, 'b83a5a', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11030, '0050c21f0', 0, 'Exi Wireless Systems Inc', '#100-13551 Commerce Parkway Richmond BC V6V 2L1 CA', 'CA', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11031, '94acca', 0, 'trivum Tech GmbH', 'Heusteigstraße 37 Stuttgart 70108 DE', 'DE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11032, 'a82066', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-05-26', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11033, '0050c2047', 0, 'B. R. Electronics', 'PO Box 717 Pinegowrie 2123 ZA', 'ZA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11034, '000afd', 0, 'Kentec Electronics', '620 Allendale Rd King of Prussia PA 19406 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11035, '545414', 0, 'Digital RF Corea, Inc', '2 Floor, SeMin B/D, 201, Jangdari-ro Suwon-si Gyeonggi-do 442-833 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11036, 'cca4af', 0, 'Shenzhen Sowell Tech Co, Ltd', '7F, Yizhe Building. Yuquan Road. Shen Zhen Guang Dong 518052 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11037, 'c4f081', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11038, '18d98f', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11039, '00e076', 0, 'Development Concepts, Inc', '1000 N. BROAD STREET LANSDALE PA 19446 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11040, '000d30', 0, 'IceFyre Semiconductor', 'Suite 300 Kanata Ontario K2K 3C9 CA', 'CA', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11041, '1c7c45', 0, 'Vitek Industrial Video Products, Inc', '28492 Constellation Rd Valencia CA 91355 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11042, '10e68f', 0, 'Kwangsung Electronics Korea Co, Ltd', '356-3, Gongdan-ro Gunpo-si Gyeonggi-do 15808 KR', 'KR', 'MA-L', '2016-04-30', '2016-04-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11043, '001c39', 0, 'S Net Systems Inc', '10F Sungwon Bldg., 141 Samsung-Dong Seoul 135-716 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11044, '984b4a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2011-05-07', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11045, '286336', 0, 'Siemens AG', 'Werner-von-Siemens Strasse 50 Amberg 92224 DE', 'DE', 'MA-L', '2013-12-13', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11046, '0050c23c7', 0, 'Salent Tech Ltd', 'Rowan House Philpstoun Linlithgow EH49 6RN GB', 'GB', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11047, '001677', 0, 'Bihl + Wiedemann GmbH', 'Flosswoerthstr 41 Mannheim 68199 DE', 'DE', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11048, 'ac7ba1', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11049, 'd4016d', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11050, 'f8c96c', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2014-10-25', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11051, '0050c222e', 0, 'Lord Ingenierie', 'ZA de Marly BP110 CORBREUSE 91410 FR', 'FR', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11052, '0050c25b6', 0, 'Kontron (BeiJing) Tech Co, Ltd', '5F,NO5,Haiying Road, Fengtai Science Park Beijing 100070 CN', 'CN', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11053, 'ec0133', 0, 'Trinus Systems Inc', 'UNITECH VENTURE TOWN SUITE 801 GOYANG-SI GYEONGGI-DO 410-722 KR', 'KR', 'MA-L', '2015-04-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11054, '4c917a', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11055, '70b3d5714', 0, 'Alturna Networks', 'De Huchtstraat 35 Almere Fleovland 1327 EC NL', 'NL', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11056, '745bc58', 0, 'Edomo Systems GmbH', 'Obertorplatz 2 Landau Deutschland (DEU) 76829 DE', 'DE', 'MA-M', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11057, '70b3d55f1', 0, 'Fater Rasa Noor', 'Damavand St. , Between Khaghani and Ayat station, Hadi Building, no.499, second floor Tehran Tehran 0098 IR', 'IR', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11058, '70b3d5972', 0, 'AixControl GmbH', 'Sonnenweg 15 Aachen NRW 52070 DE', 'DE', 'MA-S', '2018-10-25', '2018-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11059, '181eb0', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11060, 'f023b99', 0, 'Emu Tech', '1400 E. Angela Blvd. #101 South Bend IN 46617 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11061, 'ec2e4e', 0, 'Hitachi-LG Data Storage Inc', '4F, MSC CENTER BLDG., 22-23 KAIGAN 3-CHOME, MINATO-KU, TOKYO TOKYO 108-0022 JP', 'JP', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11062, '00d04e', 0, 'Logibag', '2, Rue de la Mandinière FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11063, '0019e7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11064, 'd4684d', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-01-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11065, '44568d', 0, 'Pnc Tech Co, Ltd', 'Development Center Anyang Gyeonggi-Do 431-836 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11066, 'e80688', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-03-14', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11067, '3c6fea', 0, 'Panasonic India Pvt. Ltd', '12th Floor, Ambience Tower, Ambience Island, NH - 8 Gurgaon Haryana 122002 IN', 'IN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11068, 'b88aec', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11069, '807b3e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11070, '000308', 0, 'AM Communications, Inc', '100 Commerce Blvd. Quakertown PA 18951 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11071, '000e8d', 0, 'Systems in Progress Holding GmbH', 'Exerzierplatzstrasse 85 Graz Styria 8051 AT', 'AT', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11072, '60d21c', 0, 'Sunnovo International Ltd', '1717 Haitai Building Beijing Beijing 100083 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11073, 'c0a26d', 0, 'Abbott Point of Care', '400 College Road East Princeton NJ 08540 US', 'US', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11074, '0020ff', 0, 'Symmetrical Tech', '500 HUNTMAR PARK DRIVE HERNDON VA 22070 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11075, '0050c2cb8', 0, 'Raith GmbH', 'Konrad-Adenauer-Allee 8 Dortmund 44263 DE', 'DE', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11076, '704642', 0, 'Chyng Hong Electronic Co, Ltd', 'No.80, Lane 258, Sec. 3, Hansi W. Rd., Taichung 40647 TW', 'TW', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11077, '60ab14', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11078, '000f16', 0, 'Jay How Tech Co,', 'NO.486,SEC. 1, WAN SHOU RD., KUEI TAOYUAN HSIEN 333 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11079, '0050c2ae6', 0, 'Vecom Usa', '4803 George Road Tampa FL 33634 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11080, '70b3d5d9d', 0, 'Electroimpact, Inc', '4413 Chennault Beach Rd Mukilteo WA 98275 US', 'US', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11081, '70b3d51cd', 0, 'Eleusi GmbH', 'Rottendorferstrasse 1 Feldkirchen Kaernten 9560 AT', 'AT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11082, '0004f4', 0, 'Infinite Electronics Inc', 'No.478-1, Sec 2 TW', 'TW', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11083, '000e47', 0, 'Nci System Co, Ltd', '#206, Kayang Techno-Town, 1487, Kayang 3 dong, Kangseo-Ku, Seoul, Korea Seoul 157-810 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11084, '001a94', 0, 'Votronic GmbH', 'Saarbruecker Str. 8 St. Ingbert Saarland 66386 DE', 'DE', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11085, '001bd8', 0, 'Flir Systems Inc', '65 Challenger Road Ridgefield Park NJ 07660-2103 US', 'US', 'MA-L', '2007-04-09', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11086, '001fff', 0, 'Respironics, Inc', '1740 Golden Mile Highway Monroeville PA 15146 US', 'US', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11087, '40d85515c', 0, 'Spectratech Inc', '4-22-3-101 Kaminoge Setagayaku Tokyo 158-0093 JP', 'JP', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11088, '70b3d5c5b', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11089, '086d41', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11090, '0050c215a', 0, 'Plextek Ltd', 'London Road Essex CB10 1NY GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11091, '001884', 0, 'Fon Tech S.L.', 'Avda. Bruselas, n. 7, Planta 3, Alcobendas Madrid 28100 ES', 'ES', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11092, '34049e9', 1, 'Private', '', '', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11093, '70b3d57b3', 0, 'BroadSoft, Inc', '550 S Winchester Blvd San Jose CA 95128 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11094, '8ac72e', 0, 'Roku, Inc', '12980 Saratoga Ave Saratoga CA 95070 US', 'US', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11095, '0050c26e0', 0, 'Firsttrust Co, Ltd', '2-10-25 Yokogawa-Cho Hiroshima 733-0011 JP', 'JP', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11096, '1c9492', 0, 'Ruag Schweiz AG', 'RUAG Defence Hombrechtikon ZH 8634 CH', 'CH', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11097, '0050c2406', 0, 'CoreStreet, Ltd', 'One Alewife Center, Suite 200 Cambridge MA 02140 US', 'US', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11098, '38f098', 0, 'Vapor Stone Rail Systems', '10000 Cavendish Saint-Laurent Quebec H4M2V1 CA', 'CA', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11099, 'b45459', 0, 'China Mobile (Hangzhou) Information Tech Co, Ltd', 'No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11100, '00027b', 0, 'Amplify Net, Inc', '47381 Bayside Parkway Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11101, '000f52', 0, 'York Refrigeration, Marine & Controls', 'Jens Juulsvej 28 Viby J DK 8362 DK', 'DK', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11102, '84100d', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11103, '00d09f', 0, 'Novtek Test Systems', '2170 PARAGON DRIVE SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11104, '001d9a', 0, 'Godex International Co, Ltd', '4F. NO.168, Lian-Cheng Road Chung-Ho City, Taipei Hsien 235 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11105, 'dc07c1', 0, 'HangZhou QiYang Tech Co, Ltd', 'Floor 5, Building 2, Road XiYuanYi, WestLake Technology Park, HangZhou ZheJiang 310028 CN', 'CN', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11106, '9c3eaa', 0, 'EnvyLogic Co, Ltd', '#605,Gwanyang Doosan Ven Digm B/D Anyang-si Gyeonggi-do 431-810 KR', 'KR', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11107, '1c88794', 0, 'Ultraflux', '9 Allee Rosa Luxembourg Eragny 95610 FR', 'FR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11108, '00e0de', 0, 'Datax NV', 'RINGLAAN 51 B-2600 BERCHEM BE', 'BE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11109, '4c9ee4', 0, 'Hanyang Navicom Co, Ltd', '713, Gwanpyeong-dong, Yusung-gu Daejeon 305-509 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11110, 'f8a763', 0, 'Zhejiang Tmall Tech Co, Ltd', 'Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong province Shenzhen GuangDong 518000 CN', 'CN', 'MA-L', '2019-03-21', '2019-03-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11111, '001842', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11112, '18b3ba', 0, 'Netlogic AB', 'Datavägen 14A ASKIM Västra Götaland 43632 SE', 'SE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11113, 'ec13b2', 0, 'Netonix', '6 East Main St Leola PA 17540 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11114, '085114', 0, 'Qingdao Topscomm Communication Co, Ltd', '7/F, Building 6, NO.288, Ningxia Road Qingdao Shandong 266024 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11115, '683a1e', 0, 'Cisco Meraki', '500 Terry A. Francois Blvd San Francisco null 94158 US', 'US', 'MA-L', '2018-02-18', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11116, '08006b', 0, 'Accel Tech Inc', '7358 TRADE STREET SAN DIEGO CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11117, 'b8415f', 0, 'Asp AG', 'Max- Planck-Str. 15 a-c Erkrath NRW 40699 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11118, '00168e', 0, 'Vimicro Corp', '15/F,Shining Tower,No.35,xueyuan Beijing 100083 CN', 'CN', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11119, '001a3d', 0, 'Ajin Vision Co, Ltd', '1404, Mario-Tower, 222-12 Seoul 152-050 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11120, '70b3d5936', 0, 'Faro Tech, Inc', '125 Technology Park Lake Mary FL 32746 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11121, '64cc2e', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2016-01-02', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11122, '00604f', 0, 'Tattile Srl', '552-51 AJIGAURA IBARAKI, 311-12 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11123, '026086', 0, 'Logic Replacement Tech Ltd', '14 ARKWRIGHT ROAD UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11124, '50008c', 0, 'Hong Kong Telecommunications (Hkt) Ltd', '41/F, PCCW Tower, Taikoo Place, HK', 'HK', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11125, 'a41f72', 0, 'Dell Inc', 'One Dell way Round Rock 78682 US', 'US', 'MA-L', '2013-01-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11126, '20a783', 0, 'miControl GmbH', 'Blankenfelder Chaussee 1 Großbeeren Brandenburg 15831 DE', 'DE', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11127, 'd8860b2', 0, 'Get Sat', 'Hamada 12 Rehovot Select From Dropdown 7670316 IL', 'IL', 'MA-M', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11128, '000876', 0, 'SDSystem', '613,Hyundai I Valley,223-12, Seongnam Gyeonggi-Do 462-807 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11129, '000eb4', 0, 'Guangzhou Gaoke Communications Tech CoLtd', 'AVE. 398 ZHONGSHAN GUANGZHOU GUANGDONG 510660 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11130, 'e83efc', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2012-07-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11131, '705dcc', 0, 'Efm Networks', '6F, Benposra II 1197-1 Bojeong Giheung Gu Yong In Kyunggi do 446913 KR', 'KR', 'MA-L', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11132, '0050c264c', 0, 'Cis Corp', '539-5, Higashiasakawa-machi Hachioji-shi Tokyo 193-0834 JP', 'JP', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11133, '001d27', 0, 'Nac-Intercom', 'AVDA. RICARDO MELLA 123-B VIGO PONTEVEDRA 36330 ES', 'ES', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11134, '002462', 0, 'Rayzone Corp', '#2008, B-Dong, Samho BLDG Seoul 137-941 KR', 'KR', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11135, '9401c2', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11136, 'c4ffbc', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11137, '001095', 0, 'Thomson Inc', '101 West 103rd Street Indianapolis IN 46290-1102 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11138, '00134c', 0, 'Ydt Tech International', '2F., No.218, Rueiguang Rd., Taipei, 114 TW', 'TW', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11139, '5ca933', 0, 'Luma Home', '75 5th St Atlanta GA 30308 US', 'US', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11140, '70b3d578a', 0, 'Hills Health Solutions', 'Unit 1, Builing F, 3-29 Birnie Ave Lidcombe New South Wales 2141 AU', 'AU', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11141, '0040e7', 0, 'Arnos Instruments & Computer', 'SYSTEMS (GROUP) CO., LTD. TSUEN WAN N.T. HK', 'HK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11142, '5c36b8', 0, 'Tcl King Electrical Appliances (Huizhou) Co, Ltd', '7/F,TCL Multimedia Building, TCL International E City, No.1001 Zhongshanyuan Road, Nanshan Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2013-09-12', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11143, 'e0885d', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2014-09-07', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11144, '0008cd', 0, 'With-Net Inc', '4FL B&B B/D 1403-4 Anyang Kyonggi 431-061 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11145, '5ca48a', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11146, '001a52', 0, 'Meshlinx Wireless Inc', '1410 G Avenue, Suite T Plano Texas 75074 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11147, '8c0d76', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11148, '0080f7', 0, 'Zenith Electronics Corp', '1000 MILWAUKEE AVENUE GLENVIEW IL 60025 US', 'US', 'MA-L', '2000-11-09', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11149, '000c91', 0, 'Riverhead Networks Inc', 'Cupertino CA 95014 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11150, '40d85501f', 0, 'Sitep Italia Spa', 'Via Vincinella 14 Santo Stefano Magra La Spezia 19037 IT', 'IT', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11151, '20f452', 0, 'Shanghai Iuv Software Development Co Ltd', 'No.18, Lane 1387 Zhangdong Rd, Pudong, Shanghai, P.R.C shanghai shanghai 201203 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11152, '9c431e2', 0, 'Haesung DS', '8F, Haesung 2 Building, 508, Teheran-ro, Gangnam-gu Seoul 06178 KR', 'KR', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11153, '0060c8', 0, 'Kuka Welding Systems & Robots', 'BLUECHERSTRASSE 144 D-86165 AUGSBURG DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11154, 'b0e50e', 0, 'Nrg Systems Inc', 'PO BOX 0509 Hinesburg VT 054610509 US', 'US', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11155, '0013ec', 0, 'Netsnapper Tech Sarl', '2160 Century Park East 1806 Los Angeles CA 90067-2236 US', 'US', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11156, '001fc3', 0, 'SmartSynch, Inc', '4400 Old Canton Rd Jackson MS 39211 US', 'US', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11157, '002205', 0, 'WeLink Solutions, Inc', '3F, No. 88, Sec. 1, Nei-Hu Rd. Taipei 114 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11158, 'ccd811', 0, 'Aiconn Tech Corp', '5F, NO. 9, Alley 2, Lane 35, Ji-Hu Rd., Nei-Hu, Taipei City 11494 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11159, '646eea', 0, 'Iskratel d.o.o.', 'Ljubljanska cesta 24a Kranj 4000 SI', 'SI', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11160, '74e14a3', 0, 'emz-Hanauer GmbH & Co KGaA', 'Siemensstrasse 1 Nabburg Bavaria 92507 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11161, '000c8b', 0, 'Connect Tech Inc', '42 Arrow Road Guelph Ontario N1K 1S6 CA', 'CA', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11162, '000d49', 0, 'Triton Systems of Delaware, Inc', '522 E. Railroad St. Long Beach MS 39560 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11163, '70b3d5b85', 0, 'Fenotech Inc', '3478 Buskirk Ave Ste 1000 Pleasant Hill CA 94523 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11164, '70b3d5aec', 0, 'Paratec Ltd', 'P.O.Box 3574 Haifa 3103402 IL', 'IL', 'MA-S', '2018-12-18', '2018-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11165, '00012e', 0, 'PC Partner Ltd', 'Rm 1901-1908, 19/F, Shatin Galleria CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11166, '00015d', 0, 'Oracle Corp', '500 Oracle Parkway Redwood Shores CA 94065 US', 'US', 'MA-L', '2000-11-09', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11167, 'fce186', 0, 'A3m Co, Ltd', 'KeumJeong Highview 2F #205, Gunpo Gyeonggi 435-845 KR', 'KR', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11168, '7c96d2', 0, 'Fihonest communication Co, Ltd', 'The Frist Building ,ShangKeng Industrial Zone, Changping Town Dongguan Guangdong 523560 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11169, '0040c6', 0, 'Fibernet Research, Inc', '1 TARA BOULEVARD-#405 NASHUA NH 03062 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11170, '009036', 0, 'ens, Inc', 'P.O. BOX 19207 RALEIGH NC 27619 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11171, '0050c2783', 0, 'Norma systems GmbH', 'Eidersteder Str.24 Bordesholm Schl.-Holstein 24582 DE', 'DE', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11172, '001e04', 0, 'Hanson Research Corp', '9810 Variel Ave. Chatsworth CA 91311 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11173, 'f4b52f', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-12-13', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11174, '6891d02', 0, 'Shenzhen NeaTech Intelligence Tech Co, Ltd', 'C.8F, Bofook Lilang Industry Park, Bulan Road, Nanwan Street, Longgang Shenzhen Guangdong 518112 CN', 'CN', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11175, '144fd7c', 0, 'D&S Cable Industries (HK) Ltd', '11th Floor,AXA Centre, 151 Gloucester Road Hong Kong HONGKONG 999077 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11176, '00dd0b', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11177, '001773', 0, 'Laketune Tech Co Ltd', 'No. 38 Zijinghua Rd. Westlake District Hangzhou Zhejiang 310013 CN', 'CN', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11178, '0050c2f61', 0, 'Brauch Elektronik GmbH&CoKG', 'Hirschbachstrasse 47 Reinheim Hessen 64354 DE', 'DE', 'IAB', '2012-03-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11179, '800a80', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-08-18', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11180, 'd4ec86', 0, 'LinkedHope Intelligent Tech Co, Ltd', '2nd Floor,Building 1, Science Park, Beijing Beijing 100070 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11181, '70b3d526f', 0, 'Compal Electronics Inc', 'No.500, Ruiguang Rd., Neihu District, Taipei 11492 TW', 'TW', 'MA-S', '2019-06-13', '2019-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11182, 'd022120', 0, 'Spirit IT B.V.', 'prof. dr. Dorgelolaan 20 Eindhoven Noord-Brabant 5613 AM NL', 'NL', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11183, '00425a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11184, '00020d', 0, 'Micronpc.com', '900 E. Karcher Rd. Nampa IA 83687 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11185, '40d855130', 0, 'Gsp Sprachtechnologie GmbH', 'Teltowkanalstr.1 Berlin 12247 DE', 'DE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11186, '207454', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-09-19', '2019-09-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11187, '00b0c7', 0, 'Tellabs Operations Inc', 'One Tellabs Center Naperville IL 60563 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11188, 'b0fd0b8', 0, 'eSenseLab Ltd', '1 Chervena stena Str., Office 1 Sofia Sofia-grad 1421 BG', 'BG', 'MA-M', '2019-02-13', '2019-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11189, '0004e5', 0, 'Glonet Systems, Inc', '11Fl., Jeil Bldg., 94-46, 7Ka KR', 'KR', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11190, '000d79', 0, 'Dynamic Solutions Co,.Ltd', '17-8 Nihonbashi Hakozaki-cho Chuo-ku Tokyo 103-0015 JP', 'JP', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11191, '001789', 0, 'Zenitron Corp', 'No. 8, Lane 250, Sinhu 2nd Rd., Neihu District, Taipei 11494 TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11192, '6c2779', 0, 'Microsoft Mobile Oy', 'Keilalahdentie 4 ESPOO 02150 FI', 'FI', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11193, '70b3d542d', 0, 'Rch Italia SpA', 'Via Cendon 39 SILEA Treviso 31057 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11194, '301f9ad', 0, 'Olimex Ltd', '2 Pravda Plovidv 4000 BG', 'BG', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11195, '002028', 0, 'West Egg Systems, Inc', '65 HIGH RIDGE ROAD-STE.#286 STAMFORD CT 06905 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11196, '0020c9', 0, 'Victron BV', 'POB 31 THE NL', 'NL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11197, 'a862a2', 0, 'Jiwumedia Co, Ltd', '#902, Daerug Techno Town 13\'th, 664 Geumcheon-gu Seoul 153-803 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11198, '68a378', 0, 'Freebox Sas', '16 rue de la Ville l\'Eveque PARIS IdF 75008 FR', 'FR', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11199, '40b4cd', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11200, '00097c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11201, '001363', 0, 'Verascape, Inc', '1101 31st St., Suite #190 Downers Grove IL 60515 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11202, '0050c29dd', 0, 'Institut Dr. Foerster', 'In Laisen 70 Reutlingen 72766 DE', 'DE', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11203, '00018a', 0, 'Roi Computer AG', 'Werner-von-Siemens-Str. 1 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11204, '00b02a', 0, 'Orsys GmbH', 'Am Stadtgraben 25 D-88677 Markdorf DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11205, '000f56', 0, 'Continuum Photonics Inc', '5 Fortune Drive Billerica MA 01821 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11206, '543b30', 0, 'duagon AG', 'Riedstrasse 12 Zürich Dietikon 8953 CH', 'CH', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11207, '5ca178', 0, 'TableTop Media (dba Ziosk)', '12404 Park Central Drive Dallas TX 75251 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11208, '608ce6', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11209, '0050c285b', 0, 'Boreste', 'Rua Lauro Linhares, 589 Florianopolis SC 88036-001 BR', 'BR', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11210, '0050c2e95', 0, 'Dlite Comercio, Importadora e Serviços de Automação Ltda', '423, Rocio Street cj1811 São Paulo 04552 000 BR', 'BR', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11211, '38229d', 0, 'Adb Broadband Italia', 'VIALE SARCA 222 MILANO 20126 IT', 'IT', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11212, '64fc8c', 0, 'Zonar Systems', '18200 Cascade Ave South Seattle WA 98118 US', 'US', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11213, 'cc8ce3', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-08-15', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11214, 'ece555', 0, 'Hirschmann Automation', 'Stuttgarter Straße 45-51 Neckartenzlingen Baden-Württemberg 72654 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11215, '70b3d501d', 0, 'Weigl Elektronik & Mediaprojekte', 'Limberg 3 Gramastetten Oberoesterreich 4201 AT', 'AT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11216, 'a0ada1', 0, 'Jmr Electronics, Inc', '8968 Fullbright Avenue Chatsworth California 91311 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11217, '00e008', 0, 'Amazing Controls! Inc', '1615 WYATT DRIVE SANTA CLARA CA 95054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11218, '0006e4', 0, 'Citel Tech Ltd', 'Wheatcroft Business Park Nottigham NG12 4DG GB', 'GB', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11219, '70b3d51d8', 0, 'Blue Skies Global Llc', 'PO Box 796 Williams Bay WI 53191 US', 'US', 'MA-S', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11220, 'f86fde', 0, 'Shenzhen Goodix Tech Co, Ltd', 'F13,Phase B,Tengfei Industrial Building,Futian Free Trade Zone,Shenzhen,China Shenzhen Guangdong 518045 CN', 'CN', 'MA-L', '2019-09-25', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11221, '549a118', 0, 'Tite, Inc', '11040 Bollinger Canyon Road, Suite E-107 San Ramon CA 94582 US', 'US', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11222, '70b3d59e0', 0, 'ES Industrial Systems Co, Ltd', 'B-dong, 12, Baekseokgongdan 3-gil, Seobuk-gu, Cheonan-si, Chungcheongnam-do Cheonan-si Chungcheongnam-do 31094 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11223, '1048b1', 0, 'Beijing Duokan Tech Ltd', 'Room 1105, Changxin Building, No.39 Anding Road Chaoyang District Beijing 100029 CN', 'CN', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11224, '84ddb7', 0, 'Cilag GmbH International', 'Gubelstrasse 34 Zug _ CH-6300 CH', 'CH', 'MA-L', '2014-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11225, '000b14', 0, 'ViewSonic Corp', '381 Brea Canyon Road Walnut California 91789 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11226, '002551', 0, 'SE-Elektronic GmbH', 'Eythstraße 16 Göppingen 73037 DE', 'DE', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11227, '40d85500b', 0, 'Gogo BA', '303 S Technology Ct Broomfield CO 80021 US', 'US', 'IAB', '2012-11-04', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11228, 'a0edcd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-03-10', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11229, '50b695', 0, 'Micropoint Biotechnologies, Inc', '6F, No.3, Industry 5 Road, Shekou Shenzhen Guangdong 518067 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11230, 'b0d7c5', 0, 'Logipix Ltd', 'Kesmark utca 11-13 Budapest - 1158 HU', 'HU', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11231, '70b3d5f36', 0, 'dinosys', '501,35,Gwangnaruro 6-gil, Seoul Seoul 133-832 KR', 'KR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11232, '0007be', 0, 'DataLogic SpA', 'Via Candini, 2 Bologna IT', 'IT', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11233, '0009fc', 0, 'Ipflex Inc', 'Mowa-Bldg 3F, 1-16-6 Shibuya-ku Tokyo 150-0021 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11234, '000a36', 0, 'Synelec Telecom Multimedia', 'Zone Industrielle Saint Sernin sur Rance Aveyron F-12380 FR', 'FR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11235, '0050c20fa', 0, 'GE Transportation Systems', '2901 East Lake Road Erie PA 16531 US', 'US', 'IAB', '2002-08-08', '2016-02-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11236, '5c3a45', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11237, 'f81f32', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2019-11-19', '2019-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11238, '00207f', 0, 'Kyoei Sangyo Co, Ltd', 'DIR. & GEN\'L MGR.IND. SYSTEMS TOKYO JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11239, '000383', 0, 'Metera Networks, Inc', '1202 Richardson Dr. Richardson TX 75080 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11240, 'd8f3db', 0, 'Post CH AG', 'Wankdorfallee 4 Bern 3030 CH', 'CH', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11241, '70b3d5979', 0, 'eSMART Tech SA', 'Chemin de la Rueyre, 118 Renens VD 1020 CH', 'CH', 'MA-S', '2020-01-11', '2020-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11242, '0000f7', 0, 'Youth Keep Enterprise Co Ltd', '3/F NO. 712 MINTSU E. ROAD ROC TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11243, '945907', 0, 'Shanghai Hite-Belden Network Tech Co, Ltd', 'No. 777, Xinjun Ring Road, Pujiang Hi-Tech Park, Minhang District Shanghai Shanghai 201114 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11244, 'f041c85', 0, 'XI\'AN Mei Shang Mei Wireless TechCo, Ltd', 'Xi\'an Beilin District Yanta Middle Road No. 17A XIN QING YA YUAN 2-5C XI\'AN shanxi 710000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11245, '0050c2256', 0, 'Information Tech Corp', '647 Sanctuary Dr. Boca Raton FL 33431 US', 'US', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11246, '88a9a78', 0, 'psb intralogistics GmbH', 'Blocksbergstrasse 145 Pirmasens 66955 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11247, '1ccae30', 1, 'Private', '', '', 'MA-M', '2015-02-16', '2015-02-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11248, '70b3d5169', 0, 'Service Plus Llc', 'Kotlyakovskaya str. 5 Moscow 115201 RU', 'RU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11249, '70b3d5ad8', 0, 'Euklis by Gsg International', 'via Colombo 23 Trezzano sul Naviglio MI 20090 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11250, '00185a', 0, 'uControl, Inc', '5914 W. Courtyard Drive Austin TX 78730 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11251, '58e326', 0, 'Compass Tech Inc', 'Unit 1012 C-dong, Woolim Lion\'s Valley Seoul Seoul 153-786 KR', 'KR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11252, 'b8bb6d', 0, 'Eneres Co, Ltd', '1907 Tokyo Art Center Adahci-ku Tokyo 120-0034 JP', 'JP', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11253, '70b3d5640', 0, 'Electronic Equipment Co Pvt. Ltd', '146/2, Old China Bazar Street, Kolkata West Bengal 700001 IN', 'IN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11254, 'b0e5ed', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11255, 'c083593', 0, 'Pch Engineering A/S', 'Ved Klaedebo 4 Horsholm 2970 DK', 'DK', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11256, '6462661', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2019-12-18', '2019-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11257, '00e08d', 0, 'Pressure Systems, Inc', '34 RESEARCH DRIVE HAMPTON VA 23666 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11258, '000414', 0, 'Umezawa Musen Denki Co, Ltd', '14-3, Minami 1, Nishi 8, Hokkaido JAPAN 060-0061 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11259, '70b3d5733', 0, 'SA Instrumentation Ltd', 'Mill Court, Mill Lane Tayport Fife DD6 9EL GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11260, '70b3d5a2d', 0, 'Project Service S.r.l.', 'Via Paderno 31/C Seriate (BG) 24068 IT', 'IT', 'MA-S', '2018-10-17', '2018-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11261, '002041', 0, 'Data Net', 'SUWON P.O. BOX 106, SUWON KOREA 440-600 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11262, '00148a', 0, 'Elin Ebg Traction GmbH', 'Cumberlandstrasse 32 Vienna 1140 AT', 'AT', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11263, '0023e7', 0, 'Hinke A/S', 'Tingbjergvej 2 Bjaeverskov DK-4632 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11264, 'b813e9', 0, 'Trace Live Network', '#200, 5970 Centre St SE Calgary Alberta T2H0C1 CA', 'CA', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11265, '000943', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11266, '0016c2', 0, 'Avtec Systems Inc', '14432 Albemarle Point Place Chantilly Virginia 20151 US', 'US', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11267, '40d85514d', 0, 'Somfy Sas', '400, avenue de la République CLUSES - 74307 FR', 'FR', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11268, '70b3d5c79', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11269, '103b59', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11270, '907a0a', 0, 'Gebr. Bode GmbH & Co KG', 'Ochshaeuser Str. 14 Kassel 34266 DE', 'DE', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11271, '8c1cda1', 0, 'Gesas GmbH', 'Pfaelzer Ring 18 Hockenheim Baden-Wuerttemberg 68766 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11272, '0050c2a0c', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11273, '38c986', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11274, '9ce230', 0, 'Julong Co,.Ltd', '308,QianShanZhong Road,TieDong District,AnShan AnShan City LiaoNing Province 114051 CN', 'CN', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11275, '0018be', 0, 'Ansa Corp', '17F, No. 738, Chung Cheng Road Chung Ho City Taipei County 235 TW', 'TW', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11276, '942bf3', 0, 'Cisco Systems', '80 West Tasman Dr. SJCM1-1 San Jose CA 95134 UNITED STATES US', 'US', 'MA-L', '2011-10-07', '2011-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11277, '9c55b4', 0, 'I.S.E. S.r.l.', 'Via della Canapiglia 5 Migliarino Pisano PISA 56010 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11278, '0050c2d48', 0, 'Watermark Estate Management Services, Llc', '10230 NE Points Dr. Kirkland WA 98033 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11279, '000a4e', 0, 'Unitek Electronics Inc', '1-18-4 Ohta-ku Tokyo 143-0016 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11280, '000c62', 0, 'Abb AB, Cewe-Control', 'Dept. LPCC/RE Vasteras 721 61 SE', 'SE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11281, '087572', 0, 'Obelux Oy', 'Kutomotie 6 B Helsinki 00380 FI', 'FI', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11282, '00e0ad', 0, 'Ees Tech, Ltd', '25 EASTWAYS WITHAM, ESSEX, CM8 3AL GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11283, '005052', 0, 'Tiara Networks, Inc', '113 FOORIER AVENUE FREMONT CA 94539 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11284, '0050c2dfe', 0, 'Xitek Design Ltd', '54 Henaghans Road Palmerston North Manawatu 4470 NZ', 'NZ', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11285, 'b065f1', 0, 'Wio Manufacturing HK Ltd', '15/F OTB Building, 160 Glocester Road Hong Kong 00000 HK', 'HK', 'MA-L', '2019-05-23', '2019-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11286, '000916', 0, 'Listman Home Tech, Inc', '1100 Northmeadow Parkway Roswell Georgia 30076 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11287, '0018d6', 0, 'Swirlnet A/S', 'Diplomvej 381 Lyngby DK-2800 DK', 'DK', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11288, '70b3d5b04', 0, 'Herrmann Datensysteme GmbH', 'Gewerbepark 10 Großpostwitz OT Ebendörfel 02692 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11289, '001a39', 0, 'Merten GmbH&CoKG', 'Fritz-Kotz-Str. 8 Wiehl NRW 51674 DE', 'DE', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11290, '7ccbe26', 0, 'SY Electronics Ltd', '7 Worrall Street Salford M5 4TH GB', 'GB', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11291, '70b3d5182', 0, 'Kitron Uab', 'Taikos pr. 151 Kaunas Kaunas LT-52119 LT', 'LT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11292, '709c8f', 0, 'Nero AG', 'Rueppurrer Str. 1A Karlsruhe BW 76137 DE', 'DE', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11293, '8c593c5', 0, 'Spectranetix', '845 Stewart Drive, Suite B Sunnyvale CA 94085 US', 'US', 'MA-M', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11294, '0000e9', 0, 'Isicad, Inc', '1920 WEST CORPORATE WAY ANAHEIM CA 92803-6122 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11295, '002315', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11296, '002292', 0, 'Cinetal', '8651 Castle Park Indianapolis IN 46256 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11297, '00802f', 0, 'National Instruments Corp', '11500 North Mopac Expressway AUSTIN TX 78759-3504 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11298, '001f98', 0, 'Daiichi-Dentsu Ltd', 'OOMORI 690-1 KANI GIFU 509-0238 JP', 'JP', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11299, '0050c28d4', 0, 'Internet Protocolo Lógica SL', 'Ramón y Cajal 5 Alcobendas Madrid 28100 ES', 'ES', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11300, '8489ad', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11301, '20780b', 0, 'Delta Faucet Co', '55 East 111th Street Indianapolis IN 46280 US', 'US', 'MA-L', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11302, '70b3d5977', 0, 'Engage Tech', '7041 Boone Avenue North Brooklyn Park MN 55428 US', 'US', 'MA-S', '2018-07-20', '2018-07-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11303, '000166', 0, 'TC Group A/S', 'Sindalsvej 34 Risskov DK-8240 DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11304, '0001db', 0, 'Freecom Tech GmbH', 'Obentrautstraße 72 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11305, '70b3d56a0', 0, 'Active Research Ltd', 'Unit 5, Wessex Trade Centre, Ringwood Road Poole Dorset BH12 3PF GB', 'GB', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11306, '001273', 0, 'Stoke Inc', '2189 Leghorn Street Mountain View CA 94043 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11307, 'c419ec', 0, 'Qualisys AB', 'Packhusgatan 6 Gothenburg 41113 SE', 'SE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11308, '001a18', 0, 'Advanced Simulation Tech Inc', '500A Huntmar Park Drive Herndon VA 20170 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11309, 'bc0da5', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-07-26', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11310, '188b45', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11311, '487d2e', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11312, '38184c', 0, 'Sony Home Entertainment&Sound Products Inc', 'Sony City Osaki 2-10-1 Osaki Shinagawa-ku Tokyo Japan 141-8610 JP', 'JP', 'MA-L', '2019-04-22', '2019-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11313, '0001ee', 0, 'Comtrol Europe, Ltd', 'The Courtyard Studio U.K. GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11314, '0003f8', 0, 'SanCastle Tech, Inc', '2107 North First Street San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11315, '00506e', 0, 'Corder Engineering Corp', '151 KALMUS DRIVE - STE #A103 COSTA MESA CA 92626 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11316, '0012df', 0, 'Novomatic AG', 'Wiener Strasse 158 Gumpoldskirchen Niederösterreich A-2352 AT', 'AT', 'MA-L', '2004-11-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11317, '001615', 0, 'Nittan Co, Ltd', '11-6, 1-chome, Hatagaya Shibuya-ku Tokyo 151-8535 JP', 'JP', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11318, '0026e4', 0, 'Canal +', '48 quai du point du jour Boulogne-Billancourt 92659 FR', 'FR', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11319, '006003', 0, 'Teraoka Weigh System Pte, Ltd', '3A TUAS AVENUE 8 SINGAPORE 639128 SG', 'SG', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11320, '00038e', 0, 'Atoga Systems, Inc', '49026 Milmont Drive Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11321, '0050c2766', 0, 'Gutermann Tech GmbH', 'Gottlieb-Daimler-Strasse 10 Ravensburg 88214 DE', 'DE', 'IAB', '2007-05-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11322, '001cb1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11323, '0050c2ba2', 0, 'Logical Tools s.r.l.', 'Via di Giorgio Scalia, 46 Rome 00136 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11324, 'e81863b', 0, 'Protek Electronics Group Co, Ltd', 'Homecare Technology Park,5/F,No.30,Langdong Shenzhen Guangdong 518105 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11325, 'c08359e', 0, 'Cyber Sciences, Inc', '229 Castlewood Dr, Suite E Murfreesboro TN 37129 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11326, 'a428b7', 0, 'Yangtze Memory Tech Co, Ltd', 'No.88 Weilai 3rd Road, East Lake High-tech Development Zone, Wuhan, Hubei, POC Wuhan Hubei 430078 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11327, '002057', 0, 'Titze Datentechnik GmbH', 'DIESELSTRASSE 10 DS-71272 RENNINGEN-2 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11328, '00e006', 0, 'Silicon Integrated Sys. Corp', '16, CREATION RD. I HSIN CHU TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11329, '909d7d', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11330, '347839', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11331, '0014ce', 0, 'NF Corp', '6-3-20, Tsunashima-higashi Yokohama Kanagawa 223-8508 JP', 'JP', 'MA-L', '2005-06-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11332, '001d54', 0, 'Sunnic Tech & Merchandise Inc', '6F, NO.74,ZHOU-Z ST., Taipei 114 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11333, '54f876', 0, 'Abb AG', 'Trafoweg 4 Halle / Saale Saxony-Anhalt 06112 DE', 'DE', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11334, '6c92bf', 0, 'Inspur Electronic Information Industry Co, Ltd', 'No 224 Shanda Road Jinan Shandong 250013 CN', 'CN', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11335, 'dc4517', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2012-07-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11336, '000fb8', 0, 'CallURL Inc', '3F-11, No. 508 Sec. 5, Chung-Hsiao E. Rd. Taipei 110 TW', 'TW', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11337, '00133a', 0, 'VadaTech Inc', '11540 S. Eastern Avenue Henderson Nevada 89052 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11338, '405fc2', 0, 'Texas Instruments', '12500 TI Boulevard Dallas TX 75243 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11339, 'f40e110', 0, 'realphone Tech Co, Ltd', 'room 1207,block b, haisong building,tairan9th road park,futian district,shenzhen,china shenzhen guangdong 518400 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11340, '5c5f67', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11341, '000349', 0, 'Vidicode Datacommunicatie B.V.', 'Postbus 7164 NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11342, '000ee2', 0, 'Custom Engineering', 'Via Beretttine 2/b Fontevivo Parma 43010 IT', 'IT', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11343, '78ffca', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2016-03-02', '2016-03-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11344, '0050c27a9', 0, 'Delta Tau Data Systems, Inc', '21314 Lassen St Chatsworth CA 91311 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11345, '40d8550d3', 0, 'Leco Corp', '3000 Lakeview Ave. St. Joseph Michigan 49085 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11346, '70b3d5d67', 0, 'Alpha Corp', '1-6-8 Fukuura, Yokohama City, Kanazawa-ku, Kanagawa 236-0004 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11347, '00010f', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2000-11-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11348, '001ec1', 0, '3com Europe Ltd', 'Peoplebuilding 2 Hemel Hempstead HERTS. HP2 4NW GB', 'GB', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11349, '001a49', 0, 'Micro Vision Co, Ltd', '1-9-15 Niigata-city Niigata-ken 950-0986 JP', 'JP', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11350, '0050c2fb4', 0, 'MC-monitoring SA', 'Route des Daillettes 6 Fribourg FR 1709 CH', 'CH', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11351, '40d8550ec', 0, 'Sentry 360 Security', '1280 Iroquois Ave Naperville IL 60563 US', 'US', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11352, '00115a', 0, 'Ivoclar Vivadent AG', 'Bendererstrasse 2 Schaan 9494 LI', 'LI', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11353, '0050c2483', 0, 'Ses', '35-39 avenue du Danemark Tours Cedex 2 37072 FR', 'FR', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11354, '70b3d57e8', 0, 'Mannkind Corp', '1 Casper Street Danbury CT 06810 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11355, '0010ee', 0, 'Cti Products, Inc', '1211 W. SHARON RD. CINCINNATI OH 45240 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11356, '002226', 0, 'Avaak, Inc', '9645 Scranton Rd., Suitie 110 San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11357, 'a4da22c', 0, 'Eho.Link', '5 Avenue de Saint Menet, Imm. Axiome, Bat. B Marseille 13011 FR', 'FR', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11358, 'b0cf4d', 0, 'MI-Zone Tech Ireland', '2nd floor,block 10 unit 3 dublin Blanchardstown 15 IE', 'IE', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11359, '9c86da', 0, 'Phoenix Geophysics Ltd', '3781 Victoria Park Ave. Toronto ON M1W 3K5 CA', 'CA', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11360, '0cc655', 0, 'Wuxi YSTen Tech Co, Ltd', 'Room 1801,18F, North Star Times Tower, Chaoyang District Beijing 100101 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11361, 'ec4993', 0, 'Qihan Tech Co, Ltd', '20th Floor,Times Technology BuildingNo.7028,Shennan Road,Futian, Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11362, '00d03a', 0, 'Zoneworx, Inc', '40925 COUNTY CENTER DRIVE TEMECULA CA 92592 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11363, '0009c9', 0, 'BlueWINC Co, Ltd', '401 Korea Design Center Seongnam City Kyonggi杁o 463-828 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11364, 'ac3743', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11365, 'a019b27', 0, 'Arima Communications Corp', '6F.,No.866,Zhongzheng Rd.,Zhonghe Dist., New Taipei City Taiwan 23586 TW', 'TW', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11366, '0050c2f95', 0, 'TTi Ltd (Thurlby Thandar Instruments Ltd)', 'Glebe Road Cambridge Cambridgeshire PE29 7DR GB', 'GB', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11367, '64fb815', 0, 'Kay Schulze & Karsten Pohle GbR', 'Heinrich-Hertz-Strasse 121 Hamburg Hamburg 22083 DE', 'DE', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11368, '144d67', 0, 'Zioncom Electronics (Shenzhen) Ltd', 'A1&A2 Building,Lantian Technology Park, Xinyu Road, Xingqiao Henggang Block, Shajing Street, Baoan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11369, '48e3c3', 0, 'Jenoptik Advanced Systems GmbH', 'Feldstrasse 155 Wedel Schleswig-Holstein 22880 DE', 'DE', 'MA-L', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11370, '000b2e', 0, 'Cal-Co Electronics & Communications Co Ltd', 'No.147, Sec. 3, Beishen Rd Shenkeng Dist New Taipei City --- TW', 'TW', 'MA-L', '2002-10-14', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11371, '0050c2a72', 0, 'Gamber-Johnson Llc', '3001 Borham Avenue Stevens Point WI 54481 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11372, '9c63ed', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11373, '00a0d9', 0, 'Convex Computer Corp', '3000 WATERVIEW PARKWAY RICHARDSON TX 75083-3851 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11374, '008064', 0, 'Wyse Tech Llc', '3471 NORTH FIRST STREET M/S SAN JOSE CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11375, '00122a', 0, 'VTech Telecommunications Ltd', '23/F, Tai Ping Industrial Centre, Block 1 NA 00000 HK', 'HK', 'MA-L', '2004-09-02', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11376, '002536', 0, 'Oki Electric Industry Co, Ltd', '1-16-8 Chuou Warabi-shi Saitama 335-8510 JP', 'JP', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11377, '2c6a6ff', 1, 'Private', '', '', 'MA-M', '2015-02-16', '2015-02-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11378, '808db7', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-09-10', '2017-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11379, '18c19d', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11380, '0006c7', 0, 'Rfnet Tech Pte Ltd (S)', 'Unit 233 Innovation Centre Blk 2 637722 SG', 'SG', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11381, '000e4b', 0, 'atrium c and i', '124-4, Ojeon-dong, Uiwang-city Kyunggi-Do 437-819 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11382, '08184c', 0, 'A. S. Thomas, Inc', '355 Providence Hwy Westwood MA 02090 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11383, '3cf52c', 0, 'Dspecialists GmbH', 'Helmholtzstr. 2-9 L Berlin 10587 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11384, '0050c2f49', 0, 'Green Instruments A/S', 'Erhvervsparken 29 Broenderslev 9700 DK', 'DK', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11385, '70b3d5080', 0, 'Abb', 'Fulachstrasse 150 Schaffhausen 8200 CH', 'CH', 'MA-S', '2019-02-22', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11386, '001b91', 0, 'Efkon AG', 'Dietrich-Keller-Strasse 20 8074 Raaba AT', 'AT', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11387, '0050c2a34', 0, 'Casabyte Inc', '200 Country Club Drive Blacksburg VA 24060 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11388, '002590', 0, 'Super Micro Computer, Inc', '980 Rock Avenue San Jose California 95131 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11389, '74ca25', 0, 'Calxeda, Inc', '7000 North Mopac Expressway Austin TX 78731 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11390, 'ccf407', 0, 'Eukrea Electromatique Sarl', '74 AVENUE JEAN JAURES PESSAC GIRONDE 33600 FR', 'FR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11391, '000f35', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11392, '0022ce', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30042 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11393, '9092b4', 0, 'Diehl Bgt Defence GmbH & Co KG', 'Alte Nussdorfer Strasse 13 Ueberlingen 88662 DE', 'DE', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11394, 'c88ed16', 0, 'Shenyang Machine Tool(Group) Research & Design Institute Co, Ltd, Shanghai Branch', '2nd Floor,1st Building, No. 128 Xiangyin Rd, Shanghai Shanghai Shanghai 200433 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11395, '001205', 0, 'Terrasat Communications, Inc', '235 Vineyard Court, suite 100 Morgan Hill California 95037 US', 'US', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11396, '001fea', 0, 'Applied Media Tech Corp', '4091 AMTC Center Drive Clearwater FL 33764 US', 'US', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11397, '0050c27dc', 0, 'aiXtrusion GmbH', 'Pirolweg 21 Aachen NRW 52076 DE', 'DE', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11398, '204e6b', 0, 'Axxana(israel) Ltd', 'Habarzel 38 Tel aviv 69710 IL', 'IL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11399, '0050c2dfd', 0, 'Wotbox Ltd', 'Unit 75 Joseph Wilson Ind Est Whitstable Kent CT5 3PS GB', 'GB', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11400, '505bc2', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11401, '0011e1', 0, 'Arcelik A.S', 'Cumhuriyet Mah., E5 Yan Yol, No:1, Istanbul 34520 TR', 'TR', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11402, '0050c26ac', 0, 'Thales UK', 'Manor Royal London West Sussex RH10 9PZ GB', 'GB', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11403, 'dc0c5c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11404, '0012ab', 0, 'WiLife, Inc', '132 E. 13065 S., Suite 150 Draper UT 84020 US', 'US', 'MA-L', '2004-10-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11405, '809fab', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11406, '0050c2e27', 0, 'Control Systems Srl', 'Via del Brolo, 14 Cremona CR 26100 IT', 'IT', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11407, '10af78', 0, 'Shenzhen Atue Tech Co, Ltd', '3/F,Building 2nd, Xintang Industry Zone,Fuyong Town,Bao\'an District Shenzhen Guangdong 518103 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11408, '0008c8', 0, 'Soneticom, Inc', '4325 Woodland Park Drive, Suite 102 West Melbourne Florida 32904 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11409, 'c88447', 0, 'Beautiful Enterprise Co, Ltd', '26th Floor, Beautiful Group Tower HK', 'HK', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11410, '001b9b', 0, 'Hose-McCann Communications', '1241 West Newport Center Drive Deerfield Beach FL 33442 US', 'US', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11411, '0050c2cf7', 0, 'Armour Home Electronics Ltd', 'Unit B3 Kingswey Business Park Woking Surrey GU21 5SA GB', 'GB', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11412, '00e6e8', 0, 'Netzin Tech Corp,.Ltd', '4F-17, No. 26, Lane 321, Yang-Kuang St.,Neihu District, Taipei, Taiwan, Taiwan Taipei Taiwan Taipei 11491 TW', 'TW', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11413, 'da4162', 0, 'Xperi Corp', '5220 Las Virgenes Rd Calabasas 91302 US', 'US', 'CID', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11414, '000ea2', 0, 'McAfee, Inc', '350 SW 12th Avenue Deerfield Beach FL 33442 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11415, '001852', 0, 'StorLink Semiconductors, Inc', '1804 N. Shoreline Boulevard Mountain View CA 94043 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11416, '0c6ae6', 0, 'Stanley Security Solutions', '6161 East 75th Street Indianapolis IN 46250 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11417, '00060f', 0, 'Narad Networks Inc', '515 Groton Road Westford MA 01886 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11418, 'cc78ab', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11419, '0050c2fcc', 0, 'Soudronic AG', 'Industriestrasse 35 Bergdietikon CH-8962 CH', 'CH', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11420, '0050c2ca5', 0, 'Yokowo Co, Ltd', '5-11 Takinogawa 7-Chome Kita-ku Tokyo 114-8515 JP', 'JP', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11421, '0050c2e5f', 0, 'Pantec Engineering AG', 'Inustriering 21 Ruggell Principality of Liechtenstein 9491 LI', 'LI', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11422, '001342', 0, 'Vision Research, Inc', '190 Parish Drive Wayne NJ 07470 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11423, 'b428f1', 0, 'E-Prime Co, Ltd', 'Rm1207, Kolon Science Valley, 811, Seoul 152050 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11424, '3051f8', 0, 'Byk-Gardner GmbH', 'Lausitzer Strasse 8 Geretsried Bavarian 82538 DE', 'DE', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11425, '2876cd', 0, 'Funshion Online Tech Co, Ltd', 'Tower B 1201, Jinqiu International Building, No.6, Zhichun Road, Haidian District Beijing 100088 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11426, '0050c205e', 0, 'Diva Systems', '800 Saginaw Drive Redwood City CA 94063 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11427, '001134', 0, 'MediaCell, Inc', '600 17th St Denver CO 80202 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11428, '0050f0', 0, 'Cisco Systems, Inc', '170 W. TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11429, '38adbe', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11430, '6cdffb7', 0, 'Hashtrend AG', 'Bahnhofstrasse Zug 6300 CH', 'CH', 'MA-M', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11431, '0001f5', 0, 'Erim S.A.', '11 Av Republique FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11432, '0050ca', 0, 'Net TO Net Tech', '680 CENTRAL AVENUE - STE. #301 DOVER NH 03820 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11433, 'b4cd27', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11434, '001bc50b0', 0, 'J-D.Com', '6 rue Blaise pascal Elancourt 78990 FR', 'FR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11435, '84a423', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11436, '0011b6', 0, 'Open Systems International', '4101 Arrowhead Drive Medina MN 55340 US', 'US', 'MA-L', '2004-06-30', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11437, '001908', 0, 'Duaxes Corp', '2-5, Kasumigaseki 3-chome, Chiyoda-ku. Tokyo Foreign 100-6014 JP', 'JP', 'MA-L', '2006-07-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11438, '104780', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11439, '00203b', 0, 'Wisdm Ltd', 'ST. JOHNS INNOVATION CENTRE ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11440, '000eec', 0, 'Orban', '1525 Alvarado St. San Leandro CA 94577 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11441, '70b3d57b7', 0, 'Lsb - LA Salle Blanche', 'RN 100 APT EN PROVENCE 84 84400 FR', 'FR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11442, '74f8dbf', 1, 'Private', '', '', 'MA-M', '2015-05-06', '2015-05-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11443, '185282', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11444, '70b3d5d40', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11445, '80546a', 0, 'Shenzhen Gongjin Electronics Co, LT', 'SONGGANG SHENZHEN GUANGDONG 518105 CN', 'CN', 'MA-L', '2018-08-31', '2018-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11446, '0050c2420', 0, 'Boundless Tech', '100 Marcus Blvd Hauppauge NY 11788 US', 'US', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11447, '0064a6', 0, 'Maquet CardioVascular', '1300 MacArthur Blvd Mahwah NJ 07430 US', 'US', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11448, 'cc1fc4', 0, 'InVue', '15015 Lancaster Hwy Charlotte NC 28277 US', 'US', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11449, '70b3d5a19', 0, 'Qualitronix Madrass Pvt Ltd', 'No112, Tiny Sector, Guindy Industrial Estate, Chennai TamilNadu 600032 IN', 'IN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11450, 'a87d12', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11451, '001ce5', 0, 'Mbs Electronic Systems GmbH', 'Ringstrasse 3 82319 Starnberg Bavaria 82319 DE', 'DE', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11452, '0050c2f18', 0, 'Vitec Multimedia', '99 rue Pierre Sémard CHATILLON 92320 FR', 'FR', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11453, '00219c', 0, 'Honeywld Tech Corp', 'No.40,Hsueh-Fu Rd. Hsinchu 300 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11454, '0025c2', 0, 'RingBell Co, Ltd', '10586 KingGeorge Hwy Surrey B.C V3T 2X3 CA', 'CA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11455, 'c49300', 0, '8Devices', 'Gedimino st. 47 Kaunas LT 44242 LT', 'LT', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11456, '40bc73', 0, 'Cronoplast S.L.', 'Pol.Ind.S.Ermengol II - ABRERA BARCELONA 08630 ES', 'ES', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11457, 'a4b805', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11458, 'bca58b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11459, '0090eb', 0, 'Sentry Telecom Systems', '8664 COMMERCE COURT BURNABY BC V5A 4N7 CA', 'CA', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11460, '000ba2', 0, 'Sumitomo Electric Industries, Ltd', '1-1-3, Shimaya, Konohana-ku Osaka 554-0024 JP', 'JP', 'MA-L', '2003-02-07', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11461, 'd43fcb', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11462, '300a601', 0, 'Beijing Ruiteng Zhongtian Tech Ltd, Co', 'Blk 6,Rm 602,Noble CenterⅡ,No.1 Automotive Museum East Lane,South Fourth Ring Road, Fengtai District Beijing Beijing 100070 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11463, 'e4388c', 0, 'Digital Products Ltd', '53 Clark Road Rothesay New Brunswick E2E 2K9 CA', 'CA', 'MA-L', '2018-08-07', '2018-08-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11464, '94cc041', 0, 'Gocoax, Inc', '15902A Halliburton Rd #662 Hacienda Heights CA 91745 US', 'US', 'MA-M', '2019-12-28', '2019-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11465, '001a7b', 0, 'Teleco, Inc', '430 Woodruff Rd. Greenville SC 29607 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11466, 'c02bfc', 0, 'iNES. applied informatics GmbH', 'Ohmstrasse 9 Ludwigsburg 71642 DE', 'DE', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11467, '082719', 0, 'Aps systems/electronic AG', 'Neumatt 4 Niederbuchsiten SO 4626 CH', 'CH', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11468, '08d34b', 0, 'Techman Electronics (Changshu) Co, Ltd', 'No.66, Dalian Road, High-Tech Industrial Park Changshu Jiangsu Province 215500 CN', 'CN', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11469, '0c3ccd', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, Lane 351, Taiping Road, Sec.1,Tsao Tuen Nan-Tou Taiwan 54261 TW', 'TW', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11470, '001a21', 0, 'Brookhuis Applied Tech BV', 'PO Box 79 Enschede NL-7500 NL', 'NL', 'MA-L', '2006-11-29', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11471, 'c0df77', 0, 'Conrad Electronic SE', 'Klaus Conrad Str. 1 Hirschau Bavaria 92240 DE', 'DE', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11472, '7c477c1', 0, 'Photosynth Inc', '5-11-1 Sumitomo Seimei Gotanda Bldg. 3F Osaki, Shinagawa-ku Tokyo 141-0032 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11473, 'c41cff', 0, 'Vizio, Inc', '39 Tesla Irvine CA 92618 US', 'US', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11474, '04714ba', 0, 'Observables, Inc', '117 N. MILPAS ST SANTA BARBARA CA 93103 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11475, '787f62', 0, 'GiK mbH', 'Goethestraße 5 Aachen 52064 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11476, 'd06a1f', 0, 'Bse Co, Ltd', '626-3, Gozan-dong, Namdong-ku Incheon, 405-817 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11477, '002382', 0, 'Lih Rong electronic Enterprise Co, Ltd', 'No. 2, Lane 387, Hsin Shu Rd. Hsin Chuang City, Taipei 242 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11478, '703c39', 0, 'Seawing Kft', 'Palánkai utca 5. Székesfehérvár Fejér 8000 HU', 'HU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11479, '885d901', 0, 'ShenZhen Yuyangsheng Tech Co Ltd', 'Yinfeng industrial park Jiu wei community shenzhen guangdong 518000 CN', 'CN', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11480, 'c4ff1f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11481, '8cec4b', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11482, 'f0e4a2', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11483, '000b5d', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2002-10-14', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11484, '002283', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2008-10-25', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11485, '0060c3', 0, 'Netvision Corp', 'MS# 1A RONKONKOMA NY 11779 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11486, '003005', 0, 'Fujitsu Siemens Computers', 'Buergermeister ulrich 100 86199 Augsburg DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11487, '047d50', 0, 'Shenzhen Kang Ying Tech CoLtd', 'Units 608,Saiba Electronic tower,NO.6, Langshan 2 Rd., Hi-Tech Industrial Park North , Nanshan, Shenzhen City Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11488, 'a0cbfd', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11489, '6c71bd', 0, 'Ezelink Telecom', 'Bay Square Building 06 - Office No 105 Dubai Dubai 111581 AE', 'AE', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11490, '44d5f29', 0, 'Auctus Tech Co, Ltd', '17F, Building 3, China Science and Technology Development Park, No. 009, 1st South Gaoxin Road, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11491, '001bc5092', 0, 'Arnouse Digital Devices, Corp', '1983 Marcus Ave., Suite 104 Lake Success New York 11042 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11492, '54369b', 0, '1Verge Internet Tech (Beijing) Co, Ltd', '5th Floor, Sinosteel International Plaza Haidian District Beijing CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11493, 'b0a454', 0, 'Tripwire Inc', '308 SW 2nd Avenue Suite 400 Portland OR 97204 US', 'US', 'MA-L', '2019-10-10', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11494, '00088d', 0, 'Sigma-Links Inc', '550-1 Higashiasakawa-cho, Tokyo 193-8550 JP', 'JP', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11495, '0024b1', 0, 'Coulomb Tech', '1692 Dell Ave Campbell CA 95008 US', 'US', 'MA-L', '2008-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11496, '70b3d532f', 0, 'Movidius Srl', 'Str Gh Lazar, Nb24 Timisoara - 300081 RO', 'RO', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11497, 'c83e99', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-05-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11498, '6815d3', 0, 'Zaklady Elektroniki i Mechaniki Precyzyjnej R&G S.A.', 'ul. Traugutta 7 Mielec 39-300 PL', 'PL', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11499, 'cc1afa', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11500, 'f4032f', 0, 'Reduxio Systems', '2 Granit St Petach Tikvah 4951446 IL', 'IL', 'MA-L', '2014-09-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11501, 'd0d04b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11502, '50b363', 0, 'Digitron da Amazonia S/A', 'Av. Eng. Luis Carlos Berrini , 1297 São Paulo São Paulo 04571010 BR', 'BR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11503, '000851', 0, 'Canadian Bank Note Co, Ltd', '18 Auriga Dr. K2E 7T9 CA', 'CA', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11504, '0050c2edc', 0, 'Eyelock Corp', '355 Lexington Ave New York New York 10017 US', 'US', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11505, '480bb21', 0, 'Baja Electronics Tech Ltd', '403, Unit 3, Building 3, Zhongdian Hi-Tech Park, No.1 Kejiqi Rd. Zhuhai Guangdong 519080 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11506, 'b0be76', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11507, '001490', 0, 'Asp Corp', '465 Industrial Park Road Hartwell GA 30643 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11508, '0050c2cf0', 0, 'Inviso B.V.', 'Kouter 106 Gemert Noord Brabant 5422AD NL', 'NL', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11509, '0050c23a9', 0, 'Westronic Systems Inc', '#1, 1715 - 27th Ave NE Calgary AB T2E 7E1 CA', 'CA', 'IAB', '2004-07-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11510, '001778', 0, 'Central Music Co', '0711-0712 Tower D, SOHO New Town Beijing 100022 CN', 'CN', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11511, '0cf5a4', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11512, 'e0b6f54', 0, 'Agora', '16, rue Alfred Nobel POITIERS Poitou-Charentes 86000 FR', 'FR', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11513, '68e7c2', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11514, '005014', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11515, '000ee9', 0, 'WayTech Development, Inc', '11Floor, 253 Min-Sheng Road HsinChu 300 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11516, '000ef9', 0, 'Rea Elektronik GmbH', 'Teichwiesenstraße 1 Muehltal Hessen 64367 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11517, '7c160d', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11518, '087999', 0, 'Aim GmbH', 'Sasbacherstraße 2 Freiburg BW 79111 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11519, '70b3d5814', 0, 'Ingenieurbuero Somtronik', 'Riesebusch 17 Bad Schwartau Schleswig Holstein 23611 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11520, '70b3d5d1b', 0, 'Grupo Epelsa S.L.', 'C/ Punto Net,3 Alcala de Henares Madrid 28805 ES', 'ES', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11521, 'c4e0de', 0, 'Zhengzhou XindaJiean Information Tech Co, Ltd', 'Tianli building A, wisdom park, no. 139, yangjin road, jinshui district Zhengzhou Henan 450003 CN', 'CN', 'MA-L', '2019-08-08', '2019-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11522, '00e01d', 0, 'WebTV Networks, Inc', '305 LYTTON AVE. PALO ALTO CA 94301 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11523, '00d00f', 0, 'Speech Design GmbH', 'INDUSTRIESTR. 1 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11524, '70b3d50ed', 0, 'Lupatecnologia e Sistemas Ltda', 'Rua Viscondessa de Cavalcanti, 50 - Poço Rico Juiz de Fora Minas Gerais 36020-070 BR', 'BR', 'MA-S', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11525, '0050c229c', 0, '2N Telekomunikace a.s.', 'Modranska 621 Prague 4 Prague 143 01 CZ', 'CZ', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11526, '341b22', 0, 'Grandbeing Tech Co, Ltd', 'B-301,Science and Technology Building Phase II Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11527, '0050c23ac', 0, 'InAccess Networks', '230 Sigrou Avenue Kalithea Athens 17672 GR', 'GR', 'IAB', '2004-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11528, 'e44f29', 0, 'MA Lighting Tech GmbH', 'Dachdeckerstraße16 Waldbüttelbrunn Bavaria 97297 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11529, '000d37', 0, 'Wiplug', 'RUA DR. AGOSTINHO GOULAO PETROPOLIS RIO JANEIRO 25730050 BR', 'BR', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11530, '000fd1', 0, 'Applied Wireless Identifications Group, Inc', '382 Route 59, Section 292 Monsey New York 10952 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11531, '001352', 0, 'Naztec, Inc', '820 Park Two Dr. Sugar Land TX 77478 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11532, '0015c9', 0, 'Gumstix, Inc', '3130 Alpine Road Portola Valley CA 94028 US', 'US', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11533, '70b3d5124', 0, 'Forschungs- und Transferzentrum Leipzig e.V.', 'Karl-Liebknecht-Strasse 143 Leipzig 04277 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11534, '0040e5', 0, 'Sybus Corp', '2300 TALL PINE DRIVE-STE. #100 LARGO FL 34641 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11535, '0002a2', 0, 'Hilscher GmbH', 'Rheinstraße 15 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11536, '6c32de', 0, 'Indieon Tech Pvt. Ltd', '601, Alpha 2, Gigaspace IT Park Pune Maharastra 411014 IN', 'IN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11537, '0050c2bfb', 0, 'Ecs Srl', 'Via del Candel 55/d Belluno 32100 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11538, '40d85502e', 0, 'Circuitec Ind. Equip. Eletr. Ltda', 'Rua Gustavo Zimmermann, 2431 Blumenau Santa Catarina 89062-100 BR', 'BR', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11539, '6c639c', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-09-25', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11540, '00804e', 0, 'Apex Computer Co', '4500 150TH AVENUE, NE REDMOND WA 98052 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11541, '001a8d', 0, 'Avecs Bergen GmbH', 'Billrothstraße 11 a Bergen auf Rügen M/V 18528 DE', 'DE', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11542, '001f12', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2007-12-31', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11543, '0050c2bfd', 0, 'Ernemann Cine Tec GmbH', 'Mecklenburger Str. 32 - 36 Kiel Schleswig Holstein 24106 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11544, 'c06118', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11545, '70b3d54cf', 0, 'Green House Co, Ltd', '5F Unosawa Building Ebisu Shibuya-ku Tokyo 150-0013 JP', 'JP', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11546, '70b3d5c49', 0, 'Btg Instruments AB', 'Industrigatan 1-3 Saffle Varmland 66132 SE', 'SE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11547, '70b3d5ee3', 0, 'Lithe Tech, Llc', '4574 North First Avenue, Suite 100 Tucson AZ 85718 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11548, '000489', 0, 'Yafo Networks, Inc', '1340F Charwood Rd. Hanover MD 21076 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11549, '0018e5', 0, 'Adhoco AG', 'Technopark Winterthur ZH CH-8406 CH', 'CH', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11550, 'dce5332', 0, 'Remko GmbH & Co KG', 'Im Seelenkamp 12 Lage 32791 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11551, '885fe85', 0, 'Hauch & Bach ApS', 'Femstykket 6 Lynge 3540 DK', 'DK', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11552, 'a4da227', 0, 'Hydro Electronic Devices, Inc', '2120 Constitution Ave Hartford WI 53027 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11553, 'c4291d', 0, 'Klemsan Elektrik Elektronik San.VE Tic.AS.', 'kemalpaşa yolu 3.km KEMALPASA 35170 izmir TÜRKİYE -- 35170 TR', 'TR', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11554, 'c89f1d', 0, 'Shenzhen Communication Tech Co, Ltd', 'NO.6 QINGNING ROAD,CAIHUANG INDUSTRY PARK, SHENZHEN GUANGDONG 518109 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11555, 'f44b2a', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11556, '08010f', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11557, '58db15', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11558, '0050c2105', 0, 'Lumentis AB', 'Jakobsdalsvagen 17 SE-126 53 Hagersten SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11559, '40d855187', 0, 'Cdex Corp', 'Pastoral Heim Inagi Bldg. 2F Inagi Tokyo 206-0804 JP', 'JP', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11560, '40d8551a5', 0, 'DemoPad', 'Unit 5 Albert Edward House Preston Lancashire PR2 2YB GB', 'GB', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11561, '40d8551a7', 0, 'Entec Electric & Electronic Co, Ltd', '78-2 Buncheon-ri Hwaseong-city Gyungki-do 445-894 KR', 'KR', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11562, '70b3d5502', 0, 'Glidewell Laboratories', '4141 MacArthur Blvd Newport Beach CA 92660 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11563, '4ce1733', 0, 'outpaceIO', '44 rue Armand Carrel Montreuil 93100 FR', 'FR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11564, '0050c2228', 0, 'Intelligent Media Tech, Inc', '9460 Delegates Drive Orlando Florida 32837 US', 'US', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11565, 'f07765', 0, 'Sourcefire, Inc', '9780 Patuxent Woods Drive Columbia Maryland 21046 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11566, '0050c2f3b', 0, 'Tams firmware Co', 'aota5-15-26 yamagata 990-2435 JP', 'JP', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11567, 'f40e111', 0, 'Beijing Dongjin Aero-Tech Co, Ltd', 'Building 7, 3th floor, Compound No. 33, Beiwaxili, Haidian District Beijing Beijing 100089 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11568, '000161', 0, 'Meta Machine Tech', '400 Silver Cedar Court - ste. #220 Chapel Hill NC 27514 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11569, '0007b9', 0, 'Ginganet Corp', 'Kintetsu Shin Namba Building Osaka Shi 1556-0017 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11570, '00016b', 0, 'LightChip, Inc', '5 Industrial Way Salem NH 03079 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11571, '001e2b', 0, 'Radio Systems Design, Inc', '601 Heron Drive Logan Twp New Jersey 08085 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11572, '00246c', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2008-12-03', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11573, '78abbb', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2013-05-02', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11574, 'c81b6b', 0, 'Innova Security', 'Av. General Ataliba Leonel, 1205 Sao Paulo Sao Paulo 02033000 BR', 'BR', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11575, '70b3d5037', 0, 'Eiffage Energie Electronique', 'D937 VERQUIN 62131 FR', 'FR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11576, '00e05c', 0, 'Phc Corp', '2-38-5 Nishishimbashi Minato-ku Tokyo 105-8433 JP', 'JP', 'MA-L', '1980-01-01', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11577, '0000d7', 0, 'Dartmouth College', 'KIEWIT COMPUTER CENTER HANOVER NH 03755 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11578, '34e0d7', 0, 'Dongguan Qisheng Electronics Industrial Co, Ltd', 'XINJI INDUSTRIAL ZONE, MACHONG TOWN DONGGUAN GUANGDONG 523123 CN', 'CN', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11579, 'dcb808', 0, 'Extreme Networks, Inc', '6480 Via Del Oro San Jose CA 95119 US', 'US', 'MA-L', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11580, '000c28', 0, 'Rifatron', '9th FL, SHINTAEYANG BLDG SEOUL SEOCHO-GU 137-041 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11581, '0050c23da', 0, 'M5 Data Ltd', 'Mendip Court Wells Somerset BA5 3DG GB', 'GB', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11582, '0050c2d8c', 0, 'iRphotonics', '627, McCaffrey St-Laurent Quebec H4T 1N3 CA', 'CA', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11583, '68ecc5', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11584, 'ec84b4', 0, 'Cig Shanghai Co Ltd', '5th Floor, Building 8 No 2388 Chenhang Road SHANGHAI 201114 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11585, '70b3d53e6', 0, 'machineQ', '1900 market st philadelphia PA 19103 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11586, 'b4f949', 0, 'optilink networks pvt Ltd', '501/502, sanjona complex, hemu kalani marg, chembur mumbai maharashtra 400071 IN', 'IN', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11587, '94c7af', 0, 'Raylios Tech', '12F., No.16, Jian 8th Rd Zhonghe City Taipei County 23511 TW', 'TW', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11588, 'b8d8122', 0, 'Ipm Sales and service Co, Ltd', '250-252 Soi 29 Somdet Prachaotaksin Road Bangkok Bangkok 10600 TH', 'TH', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11589, '1081b4', 0, 'Hunan Greatwall Galaxy Science and Tech Co, Ltd', 'No. 39, Jian Shan Road Changsha Hunan 410205 CN', 'CN', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11590, '00a069', 0, 'Symmetricom, Inc', '3750 Westwind Blvd. Santa Rosa CA 95403 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11591, '001f1c', 0, 'Kobishi Electric Co, Ltd', '1805-1 Kounosu-shi Saitama-ken 365-0027 JP', 'JP', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11592, '0050c2d78', 0, 'P4q Electronics', 'Alonsotegi Elkartegia, Mód. 27 Alonsotegi Bizkaia 48810 ES', 'ES', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11593, '0050bf', 0, 'Metalligence Tech Corp', 'NO.9, PARK AVENUE II HSIN-CHU TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11594, '080018', 0, 'Pirelli Focom Networks', 'DENTON DRIVE ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11595, '001364', 0, 'Paradigm Tech Inc.', '3F, No. 285, Sec.2, Ti-Ding Blvd Nei-Hu, Taipei 114 TW', 'TW', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11596, '7c7d41', 0, 'Jinmuyu Electronics Co, Ltd', 'Room 132, Building 16, Tianqiaowan Beijing 101101 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11597, '0050c2e53', 0, 'Next video systems Hard- and Software Development GmbH', 'Oderstr. 47 Neumuenster SH 24539 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11598, '009acd', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11599, '004043', 0, 'Nokia Siemens Networks GmbH & Co KG.', 'Werner-von-Siemens Straße 2-6 Bruchsal Baden-Württemberg 76646 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11600, '00037c', 0, 'Coax Media', '1220 Oak Industrial Lane Cumming GA 30041 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11601, '080ffa', 0, 'Ksp Inc', 'RM 501, 138 Kwangdeokdae-ro Danwon-gu, Ansan-si Gyeonggi-do 425906 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11602, 'ac562c', 0, 'Lava International(H.K) Ltd', 'UNIT L 1/F MAU LAM COMM BLDG 16-18 Hong Kong CN', 'CN', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11603, '2c5bb8', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD,WUSHA,CHANG\'AN,DONGGUAN,GUANGDONG,CHINA DONGGUAN GUANGDONG 523860 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11604, 'c0e42d', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11605, '0090c7', 0, 'Icom Inc', '6-9-16 KAMIHIGASHI HIRANO-KU, OSAKA JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11606, 'bc6778', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-05-26', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11607, '383fb3', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11608, '000930', 0, 'AeroConcierge Inc', '10256 Yonge St. Richmond Hill Ont. L4C 3B7 CA', 'CA', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11609, '9060f1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11610, '0050c23e5', 0, 'Vacon Plc', 'P.O.Box 25 Vaasa 65381 FI', 'FI', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11611, 'b80018', 0, 'Htel', 'Dunchon-dearo, Jungwon-gu Seongnam-si Gyeonggi-do 13229 KR', 'KR', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11612, '70def9', 0, 'Fai Wah International (Hong Kong) Ltd', 'Room 19, 8F.,Corporation Park, 11 On Lai Street,Shatin,Shek Mun,N.T.Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11613, '70b3d5dc8', 0, 'Enertex Bayern GmbH', 'Ebermannstädter Str. 8 Forchheim Bayern 91301 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11614, '002054', 0, 'Sycamore Networks', '220 Mill Rd Chelmsford MA 01824 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11615, '00059b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11616, 'd481d7', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11617, 'e06089', 0, 'Cloudleaf, Inc', '860 Hillview Court, Suite 350 Milpitas CA 95035 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11618, '000b2f', 0, 'bplan GmbH', 'Industriestrasse 23b Steinbach Hessen 61449 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11619, '001bc5058', 0, 'optiMEAS GmbH', 'Am Houiller Platz 4 Friedrichsdorf 61381 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11620, '001ea9', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2007-12-31', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11621, '20e09c', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11622, '70b3d58e2', 0, 'Zhiye Electronics Co, Ltd', 'No. 1117, Pioneer Road, High-tech Zone Jinan City Shandong Province 250101 CN', 'CN', 'MA-S', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11623, '0050c23ad', 0, 'Spirent Communications (Scotland) Ltd', 'Hamilton International Technology Park Glasgow South Lanarkshire G72 0FF GB', 'GB', 'IAB', '2004-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11624, '001c03', 0, 'Betty TV Tech AG', 'Hardturmstrasse 2 Zurich 80005 CH', 'CH', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11625, '00258b', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2010-01-05', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11626, '0050c2b47', 0, 'Mcs Micronic Computer Systeme GmbH', 'Ullsteinstr. 114, Turm C Berlin 12109 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11627, '889ffa', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-11-24', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11628, 'aca22c', 0, 'Baycity Tech Ltd', '10 Nazareth Ave Christchurch Canterbury 8024 NZ', 'NZ', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11629, '0050c2576', 0, 'Visi-Tech Systems Ltd', 'Unit X Cerphilly Bus Pk Caerphilly Mid Glamorgan CF83 3ED GB', 'GB', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11630, '001fe6', 0, 'Alphion Corp', '196 Princeton Hightstown Rd. Princeton Junction NJ 08550 US', 'US', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11631, '001fe9', 0, 'Printrex, Inc', '276 East Gish Road San Jose CA 95112 US', 'US', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11632, '1c8776c', 0, 'Strone Tech', '13 Ellis Street South Yarra Victoria 3141 AU', 'AU', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11633, '000c2b', 0, 'Elias Tech, Inc', '3F, 1015, Yung-An Road, Taoyuan City Taoyuan 330 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11634, '00120d', 0, 'Advanced Telecommunication Tech, Inc', '10390 Wilshire Boulevard Los Angeles California 90024 US', 'US', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11635, 'e82a44', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11636, 'cc2237a', 0, 'shenzhen zonglian network Tech Ltd', 'floor 3, building 3, yuepeng industry area, guanlan avenue,longhua new district shenzhen guangdong 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11637, 'd425cc6', 0, 'Nanjing Les Information Tech Co, Ltd', 'No.8,YongZhi Road Nanjing Jiangsu 210014 CN', 'CN', 'MA-M', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11638, '0050c2c24', 0, 'Qualnetics Corp', '2183 Alpine Way Bellingham WA 98226 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11639, '885dfb', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11640, '001f6a', 0, 'PacketFlux Tech, Inc', '50 11th Avenue Helena MT 59601 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11641, '0050c2dd4', 0, 'Systech', 'Ishimori-cyo Fukui-ken Fukui-si 910-0122 JP', 'JP', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11642, '70b3d5335', 0, 'Jonsa Australia Pty Ltd', 'Unit D2 3-29 Birnie Ave Lidcombe NSW 2141 AU', 'AU', 'MA-S', '2019-12-18', '2019-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11643, '0011f5', 0, 'Askey Computer Corp', '10F, NO.119, CHIENKANG RD., CHUNG-HO, TAIPEI 235 TW', 'TW', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11644, '0015d1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-09-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11645, '0013f3', 0, 'Giga-byte Communications Inc', '8F, No.43, Fu-Hsin Road. Hsin-Tien Taipei Hsien 231 TW', 'TW', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11646, '00186f', 0, 'Setha Industria Eletronica Ltda', 'Rua Alvaro de Macedo 134 Rio de Janeiro RJ 21.250-620 BR', 'BR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11647, 'a0ecf9', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-09-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11648, '748114', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11649, 'fcd848', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11650, '48e1e9', 0, 'Chengdu Meross Tech Co, Ltd', 'No. 25, Yizhou Avenue, Gaoxin Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11651, '00c0b3', 0, 'Comstat Datacomm Corp', '1720 SPECTRUM DRIVE LAWRENCEVILLE GA 30243 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11652, '0050c214b', 0, 'Hecuba Elektronik', 'Kranichweg 14 St. Marien A-4502 AT', 'AT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11653, '002208', 0, 'Certicom Corp', '5520 Explorer Drive, 4th Floor Mississauga ON L4W 5L1 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11654, '5ca39d', 0, 'Samsung Electro Mechanics Co, Ltd', '314, Maetan3-Dong, Yeongtong-Gu Suwon 443-743 US', 'US', 'MA-L', '2013-01-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11655, '70b3d5060', 0, 'Rch Vietnam Ltd Liability Co', 'Workshop F.01B-2, Lot No. F.01B Long Hau Ho Chi Minh City Ho Chi Minh 70000 VN', 'VN', 'MA-S', '2019-11-01', '2019-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11656, '000465', 0, 'i.s.t isdn-support technik GmbH', 'Rhein Strasse 7E DE', 'DE', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11657, '0008bd', 0, 'Tepg-US', '100 Simplex Drive Westminster MA 01441 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11658, 'f8472d', 0, 'X2gen Digital Corp Ltd', '# 89, Singlong Rd Pin-Jhen City, 324 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11659, 'acd1b8', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-09-28', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11660, '28f076', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11661, '0010a4', 0, 'Xircom', '2300 CORPORATE CENTER DR. THOUSAND OAKS CA 91320 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11662, '000f01', 0, 'Digitalks Inc', '14 MARSHALL LANE WESTON CT 06883 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11663, '002406', 0, 'Pointmobile', '301,World Meridian Verture Center-1 60-24 Seoul Geumcheon-gu 153781 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11664, '881544', 0, 'Cisco Meraki', '660 Alabama St San Francisco CA 94110 US', 'US', 'MA-L', '2013-01-09', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11665, '8cea1b', 0, 'Edgecore Networks Corp', '1 Creation RD 3. Hsinchu 30077 TW', 'TW', 'MA-L', '2016-07-18', '2016-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11666, '70b3d55ef', 0, 'Star Systems International', 'Unit 04, 12/F Vanta Industrial Centre, 21-33 Tai Lin Pai Road Kwai Chung 852 HK', 'HK', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11667, 'b44bd67', 0, 'Taizhou convergence Information Tech Co, Ltd', 'Room 1006,general chamber of commerce,159 henghu road wenling zhejiang 317515 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11668, '687d6b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11669, '00d013', 0, 'Primex Aerospace Co', 'P.O. BOX 97009 REDMOND WA 98073-9709 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11670, '0006e1', 0, 'Techno Trade s.a', '732a Chaussee de Bruxelles BE', 'BE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11671, '001ce1', 0, 'Indra Sistemas, S.A.', 'Ctra. de Loeches, n.º 9 Torrejón de Ardoz MADRID 28850 ES', 'ES', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11672, '002239', 0, 'Indiana Life Sciences Inc', '8875 Bash Street Indianapolis Indiana 46256 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11673, '0022eb', 0, 'Data Respons A/S', 'Ellekær 6 Herlev 2730 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11674, '70b3d5fd3', 0, 'Akis Tech', 'Ciurlionio g. 82 Vilnius Lithuania 03100 LT', 'LT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11675, '000950', 0, 'Independent Storage Corp', '6273 Monarch Park Place Niwot Colorado 80503 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11676, '000c93', 0, 'Xeline Co, Ltd', '7F. Chungjin Bldg., 475-22 Seoul 137-819 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11677, 'd08cb5', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-06-05', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11678, '8417ef', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11679, '70b3d523b', 0, 'Fink Telecom Services', 'Paradieshofstrasse 101 Basel 4054 CH', 'CH', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11680, '2cc407', 0, 'machineQ', '1900 market st philadelphia PA 19103 US', 'US', 'MA-L', '2018-10-12', '2018-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11681, '0003cc', 0, 'Momentum Computer, Inc', '1815 Aston Avenue Carlsbad CA 92008-7310 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11682, '0050c2bd4', 0, 'Global Security Devices', 'S12-S14 Synergy Centre Dublin D24 IE', 'IE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11683, '001792', 0, 'Falcom Wireless Comunications GmbH', 'Gewerbering 6 Langewiesen Thuringia 98704 DE', 'DE', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11684, 'd4224e', 0, 'Alcatel-Lucent', 'Via Energy Park, 14 Vimercate MB 20871 IT', 'IT', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11685, '4048fd', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11686, 'd411a3', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11687, '1c8259d', 0, 'Applied Concepts, Inc', '855 E Collins Blvd Richardson TX 75081 US', 'US', 'MA-M', '2019-03-08', '2019-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11688, '004066', 0, 'Apresia Systems Ltd', 'Tsukuba Network Technical Center, Tsukuba Network Tsuchiura-shi Ibaraki-ken 300-0026 JP', 'JP', 'MA-L', '1980-01-01', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11689, '0011ef', 0, 'Conitec Datensysteme GmbH', 'Dieselstraße 11c Dieburg Hessen 64807 DE', 'DE', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11690, '000f0d', 0, 'Hunt Electronic Co, Ltd', '6FI, NO. 57-59, Jiun H Sien Rd., Chi Tu District Keelung Taiwan 206 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11691, '0026c9', 0, 'Proventix Systems, Inc', '4518 Valleydale Road Birmingham AL 35242 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11692, '80c6ab', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2010-11-24', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11693, '5cc5d4', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11694, 'f0f08f', 0, 'Nextek Solutions Pte Ltd', '105 Cecil Street, #06-01 The Octagon Singapore Singapore 069534 SG', 'SG', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11695, '0001a5', 0, 'Nextcomm, Inc', '12413 Willows Road NE - Ste. #210 Kirkland WA 98034 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11696, '000c0e', 0, 'XtremeSpectrum, Inc', '8133 Leesburg Pike Vienna VA 22182 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11697, 'd0d212', 0, 'K2net Co, Ltd', 'K2Net Building Seoul 158-092 KR', 'KR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11698, '70b3d57ee', 0, 'Adveez', '12 RUE MICHEL LABROUSSE, BATIMENT 6 toulouse FRANCE 31100 FR', 'FR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11699, '54278d', 0, 'Nxp (China) Management Ltd', '21F, BM InterContinental Business Center, 100 Yu Tong Road Shanghai Shanghai 200070 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11700, '70b3d591d', 0, 'Cubitech', '4-6 Kiprou str Tavros Athens 17778 GR', 'GR', 'MA-S', '2019-04-10', '2019-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11701, '00a0e4', 0, 'Optiquest', '20490 BUSINESS PARKWAY WALNUT CA 91789 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11702, '000a9f', 0, 'Pannaway Tech, Inc', '215 Commerce Way Portsmouth NH 03801 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11703, '0050c2ef0', 0, 'Homaetrix Ltd', 'St Johns Innovation Centre Cambridge Cambs CB4 0WS GB', 'GB', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11704, 'fc253f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-01-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11705, '5865e6', 0, 'Infomark Co, Ltd', '#801, KINS TOWER, JEONGJA-DONG SEONGNAM GYOUNGGI 463-847 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11706, 'e043db', 0, 'Shenzhen ViewAt Tech Co, Ltd', '9A,Microprofit,6th Gaoxin South Road, High-Tech Industrial Park, Nanshan, Shenzhen, CHINA. shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11707, '986d35c', 0, 'my-PV GmbH', 'Teichstrasse 43 Neuzeug 4523 AT', 'AT', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11708, '000ac1', 0, 'Futuretel', '21580 Stevens Creek Blvd, Suite 208 Cupertino CA 95014 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11709, '889821', 0, 'Teraon', '2F Seohan Bldg., 1552-10, Seocho-Dong, Seocho-Gu, Seoul 137-070 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11710, 'd0a637', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11711, '0050c24fe', 0, 'Gem Elettronica Srl', 'Via A. Vespucci, 9 San Benedetto del Tronto AP 63074 IT', 'IT', 'IAB', '2005-09-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11712, 'f8d3a9', 0, 'Axan Networks', '2F Myungjin-Bldg Daechi-Dong Gangnam-Gu Seoul 135-845 KR', 'KR', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11713, '00050c', 0, 'Network Photonics, Inc', '451 Aviation Boulevard Santa Rosa CA 95403 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11714, '000df6', 0, 'Tech Thesaurus Corp', 'NO. 6, East 4th St. KEPZ KAOHSIUNG 806 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11715, '0050c25c1', 0, 'R. L. Drake Co', '230 Industrial Drive Franklin OH 45005 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11716, 'fc1794', 0, 'InterCreative Co, Ltd', '897-6, HoGye-Dong, DongAn-Gu, AnYang-Si, GyeongGi-Do, 431-836 KR', 'KR', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11717, '0050c2e87', 0, 'Lamson Safes & Security', '3-5 Awun Court Springvale Victoria AU', 'AU', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11718, '80ceb1', 0, 'Theissen Training Systems GmbH', 'Schuchardstrasse 3 Duesseldorf NRW 40595 DE', 'DE', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11719, '98d3e7', 0, 'Netafim L', 'Kibutz Magal Kibutz Magal 38845 IL', 'IL', 'MA-L', '2018-07-23', '2018-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11720, '000cf6', 0, 'Sitecom Europe BV', 'Sevillaweg 122 Rotterdam ZH 3047 AL NL', 'NL', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11721, '000fb1', 0, 'Cognio Inc', '101 Orchard Ridge Drive Gaithersburg MD 20878 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11722, '000c9e', 0, 'MemoryLink Corp', '36 Jewelers Park Drive Neenah Wisconsin 54957 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11723, '008030', 0, 'Nexus Electronics', '39 SPRINGFIELD ROAD UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11724, '000902', 0, 'Redline Communications Inc', '302 Town Centre Blvd Markham ON L3R 0E8 CA', 'CA', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11725, '402c765', 0, 'Baumer Bourdon-Haenni', '125 Rue de la marre Vendôme 41100 FR', 'FR', 'MA-M', '2019-10-24', '2019-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11726, '080045', 0, 'Concurrent Computer Corp', '2 CRESCENT PLACE OCEANPORT NJ 07757 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11727, '80795d', 0, 'Infinix mobility Ltd', 'RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK', 'HK', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11728, '0050c2501', 0, 'Ibex UK Ltd', '32A Station Road West Oxted Kent RH8 9EU GB', 'GB', 'IAB', '2005-09-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11729, '0050c2999', 0, 'Cambustion Ltd', 'J6, The Paddocks Cambridge Cambridgeshire CB1 8DH GB', 'GB', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11730, '44c233', 0, 'Guangzhou Comet Tech Development CoLtd', 'Rm 304,FL 3,Block G,Science and Technology Innovation Base, Guangzhou Guangdong 510663 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11731, '70d57e', 0, 'Scalar Corp', '1F San-Ei Bldg Shinjuku-ku Tokyo 160-0023 JP', 'JP', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11732, '0cc81f', 0, 'Summer Infant, Inc', '1275 Park East Drive Woonsocket Rhode Island 02895 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11733, '2c1cf6', 0, 'Alien Green Llc', 'A. Kazbegi Ave., No24g, apt 227 Tbilisi Tbilisi 0160 GE', 'GE', 'MA-L', '2018-08-07', '2018-08-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11734, '000d15', 0, 'Voipac s.r.o.', 'Ul. Janka Krala 3 Trencin 911 01 SK', 'SK', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11735, '0011cc', 0, 'Guangzhou Jinpeng Group Co, Ltd', 'No.9 Shenzhou Road,Guangzhou Science City Guangzhou Guangdong 510663 CN', 'CN', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11736, 'bcbae1', 0, 'Arec Inc', '3F, No.367, Sec.2, Wenhua Rd Banqiao Dist New Taipei City 220 TW', 'TW', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11737, '083e5d', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11738, '0002e0', 0, 'Etas GmbH', 'Borsigstraße 10 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11739, '000ec9', 0, 'Yoko Tech Corp', '6F, No.10, Lane16, Sec2, Sze-Chuan Rd., Pan- Taipei 886 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11740, '00052e', 0, 'Cinta Networks', '3010 North First Street San Jose CA 95134 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11741, 'b0c69a', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-01-05', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11742, 'd8977c', 0, 'Grey Innovation', '255 Mary St Richmond Victoria 3121 AU', 'AU', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11743, '70b3d5c9e', 0, 'Fukuda Sangyo Co, Ltd', 'Nazukari 996 Nagareyama Chiba 2700145 JP', 'JP', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11744, '00a041', 0, 'Inficon', '2 Technology Place E. Syracuse NY 13057 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11745, '00c0c3', 0, 'Acuson Computed Sonography', '1220 CHARLESTON ROAD MOUNTAIN VIEW CA 94039-7393 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11746, '806ab0', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F.,H-3 Building,OCT Eastern lndustrial Park Nanshan District, Shenzhen GUANGDONG 518053 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11747, 'e0b6f53', 0, 'Huizhou Gisun Industrial Co Ltd', 'Gisun Industry Park,Dong Ao Village, Sha Tian Town,HuiYang District ,Huizhou China Huizhou Guangdong 518114 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11748, '70b3d5f07', 0, 'Duval Messien', '30 RUE DE LA VARENNE ST MAUR DES FOSSES 94100 FR', 'FR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11749, 'f00e1d', 0, 'Megafone Ltd', 'Unit 702,7/F,Bankok Bank Building,NO.18 Bonham Strand West Hong Kong 999077 HK', 'HK', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11750, '3c24f0d', 0, 'Travis Holding B.V.', 'Stationsplein 45, A4.002 3013 AK Rotterdam 3013AK NL', 'NL', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11751, '3847bc', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11752, '0017ee', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-04-08', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11753, '001ceb', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2007-06-16', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11754, '68cc9c', 0, 'Mine Site Tech', '113 Wicks Road North Ryde NSW 2113 AU', 'AU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11755, '782544', 0, 'Omnima Ltd', 'Oxford Science Park Oxford Oxfordshire OX4 4GP GB', 'GB', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11756, '70b3d5de2', 0, 'Acd Elekronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11757, '000615', 0, 'Kimoto Electric Co, Ltd', '3-1 Funahashi-Cho, 543-0024 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11758, '002212', 0, 'Cai Networks, Inc', '4790 Irvine Blvd Irvine California 92620 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11759, '0050c2361', 0, 'Contec', 'Burleska 3a Warsaw 01-939 PL', 'PL', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11760, '001e4b', 0, 'City Theatrical', '475 Barell Ave Carlstadt New Jersey 07072 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11761, '00d0c0', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11762, '000d5b', 0, 'Smart Empire Investments Ltd', 'Suite 2001-2006,Level 20 Landmark North Xin Jie Hong Kong 00852 CN', 'CN', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11763, '0050c23d3', 0, 'American Led-gible Inc', '1776 Lone Eagle St. Columbus Ohio 43228 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11764, 'b8b1c7', 0, 'BT&Com Co, Ltd', '#1103, E&C Venture Dream Tower II Seoul 152-719 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11765, '8863df', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11766, '8cdf9d', 0, 'Nec Corp', '7-1, Shiba 5-chome, Tokyo Tokyo 108-8001 JP', 'JP', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11767, '080035', 0, 'Microfive Corp', '3560 HYLAND AVENUE COSTA MESA CA 92626 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11768, '000821', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11769, 'a08869', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11770, '40d855086', 0, 'Dsp Design', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11771, 'a0c2de', 0, 'Costar Video Systems', '101 Wrangler, Suite 201 Coppell Texas 75019 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11772, '70b3d5b7f', 0, 'Jsk System', 'Wiośniana, 30/32 Łódź 93-228 PL', 'PL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11773, '0015e7', 0, 'Quantec Tontechnik', 'Mittenwalderstr.63 München D-81377 DE', 'DE', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11774, '0026d1', 0, 'S Squared Innovations Inc', '6807-104 Street Edmonton AB T6H 2L5 CA', 'CA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11775, '000e82', 0, 'Commtech Wireless', '115/396 Scarborough Beach Rd Perth WA 6017 AU', 'AU', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11776, '001299', 0, 'Ktech Telecommunications Inc', '21540 Prairie Street Unit B Chatsworth CA 91311 US', 'US', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11777, '001dc1', 0, 'Audinate Pty L', 'Level 1, 458 Wattle St Ultimo NSW 2007 AU', 'AU', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11778, '603eca', 0, 'Cambridge Medical Robotics Ltd', 'Unit 2, Crome Lea Business Park Madingley Road Cambridgeshire CB23 7PH GB', 'GB', 'MA-L', '2016-01-16', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11779, '745bc53', 0, 'Oxon AG', 'Waldeggstrasse 47 Liebefeld 3097 CH', 'CH', 'MA-M', '2018-12-11', '2018-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11780, '00607a', 0, 'Dvs GmbH', 'KREPENSTRASSE 8 D-30165 HANNOVER DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11781, '0050b5', 0, 'Fichet Securite Electronique', '15-17 AVE. MORANE-SAULNIER FR', 'FR', 'MA-L', '2000-11-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11782, 'dc6f00', 0, 'Livescribe, Inc', '7677 Oakport Street Oakland California 94621 US', 'US', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11783, '70b3d5a2f', 0, 'Botek Systems AB', 'Box 35 Ulricehamn 52321 SE', 'SE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11784, 'a86405', 0, 'nimbus 9, Inc', '29 W. Cimarron St. Colorado Springs CO 80903 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11785, '002023', 0, 'T.C. Tech Pty. Ltd', '6/60 FAIRFORD RD. AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11786, '0021d1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2008-10-25', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11787, '70b3d5fa2', 0, 'Sarokal Test Systems Oy', 'Paulaharjuntie 20 B 2 Oulu Oulu 90530 FI', 'FI', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11788, '403004', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-05-07', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11789, '70b3d50f9', 0, 'Ooo Research and Production Center Computer Tech', 'Komsomolsky avenue, 90-17 Perm Perm Region 614010 RU', 'RU', 'MA-S', '2019-11-15', '2019-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11790, '00c050', 0, 'Toyo Denki Seizo K.K.', '4-6-32 HIGASHIKASHIWAGAYA KANAGAWA JAPAN 243-04 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11791, '0008bb', 0, 'NetExcell', '15375 Barranca Pkwy, #E-106 Irvine CA 92679 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11792, '4c21d0', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2013-05-11', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11793, 'b40566', 0, 'SP Best Corp Co, Ltd', '555/25 B-Avenue, Sukhaphibal 5 Road Saimai Bangkok 10220 TH', 'TH', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11794, '60fd56', 0, 'Woorisystems Co, Ltd', '357-4, Neungpyeong-ri, Opo-eup Gwangjiu-si Gyeonggi-do 464-921 KR', 'KR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11795, '0006c1', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11796, '0050c2cc2', 0, 'ConectaIP Tecnologia S.L.', 'Novell 58 Barcelona 08014 ES', 'ES', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11797, '0050c24d4', 0, 'Herholdt Controls srl', 'Via Mestre 13 Milan 20132 IT', 'IT', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11798, '288a1c', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-09-12', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11799, 'a0a3e2', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2014-08-20', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11800, '542b57', 0, 'Night Owl SP', '4720 Radio Rd Naples FL 34104 US', 'US', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11801, '000223', 0, 'ClickTV', 'Kemong Bldg., 4th Fl., Seoul Korea 135-010 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11802, '000c20', 0, 'Fi WIn, Inc', '8F, No. 10, Prosperity Rd. 1, Hsin Chu 300 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11803, '1cfd080', 0, 'InSeat Solutions, Llc', '1871 Wright Avenue La Verne CA 91750 US', 'US', 'MA-M', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11804, '002073', 0, 'Fusion Systems Corp', '7600 STANDISH PLACE ROCKVILLE MD 20855 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11805, '70b3d5a66', 0, 'Trapeze Software Group Inc', '5265 Rockwell Dr NE Cedar Rapids IA 52402 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11806, '40d855087', 0, 'Bestel China', 'GaoLiangQia 19th Beijing 100081 CN', 'CN', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11807, 'c8e42f', 0, 'Technical Research Design and Development', '186 Lincoln street Boston MA 02111 US', 'US', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11808, '0020eb', 0, 'Cincinnati Microwave, Inc', 'ONE MICROWAVE PLAZA CINCINNATI OH 45249 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11809, 'a4856b', 0, 'Q Electronics Ltd', 'Beck House, Hawksworth Road Leeds West Yorkshire LS18 4JP GB', 'GB', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11810, '00c5db', 0, 'Datatech Sistemas Digitales Avanzados SL', 'Cardenal Herrera Oria 165 Madrid 28034 ES', 'ES', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11811, '1cc0e14', 0, 'Videri Inc', '541 West 23rd Street New York NY 10011 US', 'US', 'MA-M', '2016-08-25', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11812, '000151', 0, 'Ensemble Communications', '6256 Greenman Drive - Ste. #400 San Diego CA 92122 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11813, '001922', 0, 'CM Comandos Lineares', 'Av Eng Alberto de Zagottis, 760 São Paulo SP 04675-085 BR', 'BR', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11814, 'c82e94', 0, 'Halfa Enterprise Co, Ltd', '5F, No.102, Ming Chuan Road Hsin Tien Taipei County 23141 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11815, '0453d5', 0, 'Sysorex Global Holdings', 'Suite 195 2479 E. Bayshore Road Palo Alto CA 94303 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11816, '0040f6', 0, 'Katron Computers Inc', '4 FL. NO. 2, ALLEY 23 TAIPEI TAIPEI TAIWAN TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11817, '001dcb', 0, 'Exéns Development Oy', 'Kauppakatu 36 Kajaani Kainuu 87100 FI', 'FI', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11818, '00166c', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3Dong,Yeongtong-Gu Suwon Gyeonggi-Do 443-742 KR', 'KR', 'MA-L', '2005-11-24', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11819, '001ea7', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2007-12-31', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11820, '70b3d5937', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11821, '70c9c6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-10-17', '2018-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11822, '0000c1', 0, 'Madge Ltd', 'Madge House Maindenhead Berkshire SL6 2HP GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11823, '000d8a', 0, 'Winners Electronics Co, Ltd', '#340-5,Wonchun-Dong,Paldal-Gu Suwon-City Kyungki-Do 442-823 KR', 'KR', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11824, '1c48ce', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11825, '28f5378', 0, '1more', 'TianliaoBuilding F14 New Materials Industrial Park,Xueyuan Blvd Shenzhen, Nanshan District 518005 CN', 'CN', 'MA-M', '2017-08-15', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11826, '000517', 0, 'Shellcomm, Inc', 'Rm #6122 ETRI TBI Center, 1, KR', 'KR', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11827, '2cb05d', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2011-10-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11828, '000922', 0, 'Tst Biometrics GmbH', 'Moehlstraße 39 81675 Munich DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11829, '0050c24aa', 0, 'Heinen Elektronik GmbH', 'Hunsrückstraße 7 HAAN NRW 42781 DE', 'DE', 'IAB', '2005-06-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11830, '8cc8f46', 0, 'Shenzhen D-light Technolgy Ltd', '2302F, Block B, Wisdom Building ,Qiao xiang Road,Shahe Street, Nanshan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11831, '70b3d5768', 0, 'Kazan Networks Corp', '660 Auburn Folsom Rd, Suite 204 Auburn CA 95722 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11832, '3c427e8', 0, 'Ubtech Robotics Corp', '22 Floor, Block C1, Nanshan I Park, No. 1001 Xueyuan Road, Nanshan District, Shenzhen guangdong 518071 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11833, 'c4954de', 0, 'Canare Electric Co, Ltd', 'B-13F,Shiba Park Bldg.,2-4-1,Shiba-Koen Minato Tokyo 105-0011 JP', 'JP', 'MA-M', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11834, '00601f', 0, 'Stallion Tech', '33 WOODSTOCK ROAD TOOWONG Q-L-D- 4066 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11835, '0090cb', 0, 'Wireless OnLine, Inc', '4410 EL CAMINO REAL, STE #101 LOS ALTOS CA 94022 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11836, '001548', 0, 'Cube Tech', '46 A CHEMIN DU MOULIN CARRON 69570 DARDILLY FRANCE FR', 'FR', 'MA-L', '2005-07-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11837, '0050c28f9', 0, 'Honeywell', '13350 US Hwy 19 N Clearwater 33764-7290 US', 'US', 'IAB', '2008-05-02', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11838, 'f4f5a5', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo 24101 FI', 'FI', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11839, 'd8cf9c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11840, 'e861be', 0, 'Melec Inc', '516-10 Higashiasakawamachi Hachioji Tokyo 193-0834 JP', 'JP', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11841, '10785b', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2015-12-03', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11842, '000328', 0, 'Mace Group, Inc', '5101 Commerce Dr. Baldwin Park CA 91706 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11843, '0050c249c', 0, 'Envisacor Tech Inc', '237 Romina Drive Concord Ontario L4K 4V3 CA', 'CA', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11844, '745bc5b', 0, 'Smartiply Inc', '233 Mt. Airy Road Basking Ridge NJ 07920 US', 'US', 'MA-M', '2018-12-13', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11845, 'e41e0ae', 0, 'Shanghai LeXiang Tech Co, Ltd', 'Floor 6,Building 8,Yanjiaqiao Road,Pudong Area ,Shanghai ,China shanghai 200125 CN', 'CN', 'MA-M', '2019-01-31', '2019-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11846, '341a4c', 0, 'Shenzhen Weibu Electronics Co, Ltd', '3/F, Block 132,Jindi Industrial Zone Shenzhen Guangdong 518048 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11847, '5422f8', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11848, 'd86162', 0, 'Wistron Neweb Corp', 'No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW', 'TW', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11849, '70b3d500b', 0, 'Axing AG', 'Gewerbehaus Moskau Ramsen 8262 CH', 'CH', 'MA-S', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11850, '74b6b6', 0, 'eero Inc', '660 3rd Street San Francisco CA 94107 US', 'US', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11851, '000eff', 0, 'Megasolution, Inc', '2-7-10 Shitaya Taito TOKYO 110-0004 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11852, '0022bf', 0, 'SieAmp Group of Companies', '2 Ang Mo Kio Street 64 Singapore 569084 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11853, '0050c2884', 0, 'IP Thinking A/S', 'Karl Bjarnhofsvej 13 Vejle Jylland 7120 DK', 'DK', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11854, '00aa6e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11855, '00193d', 0, 'Gmc Guardian Mobility Corp', 'Suite 200 Ottawa ON K2E 7Y8 CA', 'CA', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11856, '001c6a', 0, 'Weiss Engineering Ltd', 'Florastrasse 42 Uster ZH 8610 CH', 'CH', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11857, 'c4ad21', 0, 'Mediaedge Corp', '23F Kobe Commerce, Industry and Trade Center Bldg. Kobe Hyogo 651-0083 JP', 'JP', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11858, '70b3d565f', 0, 'Axnes AS', 'Terje Løvåsvei 1 Grimstad 4879 NO', 'NO', 'MA-S', '2020-01-29', '2020-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11859, '001de0', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11860, '707781', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-02-07', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11861, 'd03faa', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11862, '000e6b', 0, 'Janitza electronics GmbH', 'Vor dem Polstück 1 Lahnau Hessen 35633 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11863, '00170d', 0, 'Dust Networks Inc', '30695 Huntwood Ave. Hayward Ca. 94544 US', 'US', 'MA-L', '2006-01-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11864, '14f893', 0, 'Wuhan FiberHome Digital Tech Co, Ltd', 'No.88 YouKeyuan Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11865, '000938', 0, 'Allot Communications', 'Hanagar 22 st\' Hod-Hasharon 45800 IL', 'IL', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11866, 'd8b04c', 0, 'Jinan Usr Iot Tech Co, Ltd', '#1-523, Huizhan Guoji Cheng, Gaoxin Qu JINAN SHANDONG 250101 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11867, '506441', 0, 'Greenlee', '219 S Main St Dallas TX 76104 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11868, 'c05627', 0, 'Belkin International Inc', '12045 E. Waterfront Drive Playa Vista CA 90094 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11869, '04bbf9', 0, 'Pavilion Data Systems Inc', '2560 N 1st St, #220 San Jose CA 95131 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11870, '14f6d8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-11-12', '2019-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11871, 'f008d1', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11872, '0080e6', 0, 'Peer Networks, Inc', '3350 SCOTT BLVD. BLDG. 14 SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11873, '0050c2de1', 0, 'Abb Transmission and Distribution Automation Equipment (Xiamen) Co, Ltd', 'ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN', 'CN', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11874, '002577', 0, 'D-Box Tech', '2172 de la Province Longueuil Quebec J4G 1R7 CA', 'CA', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11875, 'e0757d', 0, 'Motorola Mobility Llc, a Lenovo Co', '600 North US Highway 45 Libertyville IL 60048 US', 'US', 'MA-L', '2013-01-09', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11876, 'fc1d84', 0, 'Autobase', '1201, Biz Center, SKnTechno Park, 124, Sagimakgol-ro, Jungwon-gu, Seongnam-si, Gyeonggi-do Seongnam Gyeonggi 462-721 KR', 'KR', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11877, '30d16b', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11878, '000795', 0, 'Elitegroup Computer Systems Co, Ltd', 'No. 22, Alley 38, Lane 91, Taipei 114 TW', 'TW', 'MA-L', '2001-10-24', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11879, '000adf', 0, 'Gennum Corp', 'P.O Box 489 Burlington Ontario L7R 3Y3 CA', 'CA', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11880, '000e2f', 0, 'Roche Diagnostics GmbH', 'Roche Diabetes Care Insulin Delivery Systems D-68305 Mannheim DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11881, '001291', 0, 'Kws Computersysteme GmbH', 'Carl Zeiss Str. 1 Ettlingen BW 76275 DE', 'DE', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11882, '94592d', 0, 'Eke Building Tech Systems Ltd', 'Piispanportti 7 Espoo - 02240 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11883, '54d9e4', 0, 'Brilliantts Co, Ltd', 'Daewangpangyo-ro Seongnam-si 13494 KR', 'KR', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11884, '98dd5b', 0, 'Takumi Japan Ltd', '3-9-3 Uchiyama building 7F Nishishinbashi Minato-ku Tokyo Tokyo 1050003 JP', 'JP', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11885, '00400a', 0, 'Pivotal Tech, Inc', '100 W. RINCON AVENUE-STE #211 CAMPBELL CA 95008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11886, '005047', 1, 'Private', '', '', 'MA-L', '2001-10-24', '2001-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11887, '0050c2573', 0, 'Datamicro Co, Ltd', 'P.O. Box 17 Taganrog Rostov Region 347916 RU', 'RU', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11888, '0050c26cd', 0, 'Rgm Spa', 'VIA BUCCARI 19-21 GENOVA GE 16156 IT', 'IT', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11889, 'c0c569', 0, 'Shanghai Lynuc Cnc Tech Co, Ltd', 'Building 3,No.25 Cangwu Rd Shanghai 200233 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11890, '00a0d8', 0, 'Spectra - Tek', 'OUTGANG LANE ENGLAND Y018 FJA GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11891, '00d0f8', 0, 'Fujian Star Terminal', 'DEVICE CO., LTD. FUZHOU FUJIAN, CHINA 350002 CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11892, '68597f', 0, 'Alcatel-Lucent', 'Via Energy Park, 14 Vimercate MB 20871 IT', 'IT', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11893, 'ec14f6', 0, 'BioControl AS', 'Grimstad Gard Rakkestad N-1890 NO', 'NO', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11894, '64a7dd', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2014-02-25', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11895, '2c265f8', 0, 'Itus Networks, Llc', '6319 Nepo Drive San Jose CALIFORNIA 95119 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11896, 'bc325f', 0, 'Zhejiang Dahua Tech Co, Ltd', 'No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11897, '000cbb', 0, 'Iskraemeco', 'Savska loka 4 Kranj Gorenjska 4000 SI', 'SI', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11898, '0026c3', 0, 'Insightek Corp', '5F,NO.755,Chung Cheng Rd., Chung Ho City Taipei Hsien 235 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11899, '60a44c', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11900, 'f045da', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11901, 'a43523', 0, 'Guangdong Donyan Network Tech Co, Ltd', 'No.6,Kejizhong Road,Chuangye Building,Hi-tech Zone Shantou Guangdong 515000 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11902, '000953', 0, 'Linkage System Integration CoLtd', '40 Gongjianfang Nanjing Jiangsu 210006 CN', 'CN', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11903, '001e97', 0, 'Medium Link System Tech Co, Ltd,', '11F.-2, No.7, Alley 92, Lane 77, Sec. 4, Sinhai Rd., Wunshan District, Taipei 11693 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11904, '8c598b', 0, 'C Tech AB', 'Traktorvägen 11 Lund Skåne 226 60 SE', 'SE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11905, 'd0bae4', 0, 'Shanghai Mxchip Information Tech Co, Ltd', 'Room 811,Tongpu Building Shanghai Shanghai 200333 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11906, '28f366', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO 268,Fuqian Rd,Jutang Community,Guanlan town , LongHua new district,Shenzhen,518110,China. Shenzhen 518110 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11907, '70b3d549d', 0, 'Shenzhen Chanslink Network Tech Co, Ltd', 'Room 432, Block A,CMEC Plaza, Buji Road 1028 Shenzhen Guangdong 518001 CN', 'CN', 'MA-S', '2019-07-23', '2019-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11908, '0040d2', 0, 'Pagine Corp', '1961-A CONCOURSE DRIVE SAN JOSE CA 95131 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11909, '00306f', 0, 'Seyeon Tech Co, Ltd', 'NAMCHEON BLDG. 6F, KOREA 135-280 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11910, '40d8550c6', 0, 'comtime GmbH', 'Gutenbergring 22 Norderstedt 22848 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11911, '34c5d0', 0, 'Hagleitner Hygiene International GmbH', 'Lunastrasse 5 Zell am See Salzburg 5700 AT', 'AT', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11912, '70b3d5151', 0, 'Virsae Group Ltd', 'B:HIVE, 74 Taharoto Road, Smales Farm Takapuna Auckland 0622 NZ', 'NZ', 'MA-S', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11913, 'c064e4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-04-16', '2019-04-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11914, 'd45eec', 0, 'Beijing Xiaomi Electronics Co, Ltd', 'Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN', 'CN', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11915, '000af8', 0, 'American Telecare Inc', '7640 Golden Triangle Drive Eden Prairie MN 55344 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11916, '001c2e', 0, 'Hpn Supply Chain', '8000 Foothills Blvd Roseville CA 95747 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11917, '0000c3', 0, 'Harris Corp', '1025 West NASA Blvd Melbourne FL 32919 US', 'US', 'MA-L', '2000-11-09', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11918, 'd46aa8', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen 518129 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11919, '0050c2ac1', 0, 'Daishin-Denshi Co, Ltd', '2-38-14 Bunkyou-ku Tokyo 113-0033 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11920, 'f41fc2', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11921, '3c8bcd', 0, 'Alcatel-Lucent Shanghai Bell Co, Ltd', 'No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11922, '000c1f', 0, 'Glimmerglass Networks', '26142 Eden Landing Road Hayward California 94545 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11923, '0050c27bf', 0, 'Zoe Medical', '460 Boston Street Topsfield MA 01983 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11924, 'd88a3b', 0, 'Unit-EM', '167 Merchants Street Valletta VLT 1174 MT', 'MT', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11925, '7419f8b', 0, 'Idexx Laboratories, Inc', '1 IDEXX Drive Westbrook ME 04092 US', 'US', 'MA-M', '2014-01-20', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11926, '50add5', 0, 'Dynalec Corp', '87 West Main Street Sodus NY 14551 US', 'US', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11927, '1c21d1', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-07-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11928, '8c192d9', 0, 'ViaWear, Inc', '801 Key Route Blvd Albany CA 94706 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11929, '6030d4', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11930, '0010c5', 0, 'Protocol Tech, Inc', '4 FIRST STREET BRIDGEWATER MA 02324 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11931, '0015b1', 0, 'Ambient Corp', '79 Chapel St. Newton MA 02458 US', 'US', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11932, 'b8b7f1', 0, 'Wistron Neweb Corp', 'No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW', 'TW', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11933, '40d8551da', 0, 'Energy Tech and Control Ltd', '25 North Street Lewes East Sussex BN7 2PE GB', 'GB', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11934, '70b3d561d', 0, 'Telonic Berkeley Inc', '1080 La Mirada Ct. Vista CA 92081 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11935, '0050c2b2e', 0, 'Act', 'Unit C1, South City Business Center Dublin IE', 'IE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11936, '0050c2c88', 0, 'Csi Controles e Sistemas Industriais Ltda.', 'Av. Piraporinha, 506 Diadema São Paulo 09950000 BR', 'BR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11937, 'b85a73', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11938, 'f8c39e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11939, '0003f2', 0, 'Seneca Networks', '30 West Gude Dr. Rockville MD 20850 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11940, '000793', 0, 'Shin Satellite Public Co Ltd', '41/103 Rattanathibet Road, TH', 'TH', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11941, '000859', 0, 'ShenZhen Unitone Electronics Co, Ltd', '2 Southern Floor 702 Building CN', 'CN', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11942, '001c73', 0, 'Arista Networks', '5470 Great America Pkwy Santa Clara 95054 US', 'US', 'MA-L', '2007-05-13', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11943, '0050c2867', 0, 'Syntronics', '3500 Shannon Park Dr. Fredericksburg VA 22408 US', 'US', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11944, '4c6641', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11945, 'fca667', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11946, 'bc9740a', 0, 'Amap Information Tech Co, Ltd', 'A051, No.01, 3/F, No.55 Suzhou Street, Haidian District Beijing Beijing 100080 CN', 'CN', 'MA-M', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11947, '00a0f1', 0, 'Mti', '4905 E. LA PALMA AVENUE ANAHEIM CA 92807 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11948, '0090f6', 0, 'Escalate Networks, Inc', '6 HUGHES IRVINE CA 92617 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11949, 'f07807', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11950, '40d8550f5', 0, 'Cst Group', '3012 Rodgerdale Road Houston TX 77042 US', 'US', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11951, '5c026a', 0, 'Applied Vision Corp', '2020 Vision Lane Cuyahoga Falls OH 44223 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11952, '38262b', 0, 'UTran Tech', 'No.130, Guoji Rd., Tucheng Dist., New Taipei City 23650 TW', 'TW', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11953, 'f8da0c', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11954, '9caf6f', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11955, '0040e4', 0, 'E-M Tech, Inc', '9245 SOUTHWEST NIMBUS AVE. BEAVERTON OR 97005 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11956, '001649', 0, 'SetOne GmbH', 'Hegenheimer Str. 2 Weil am Rhein D-79576 DE', 'DE', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11957, '9067f3', 0, 'Alcatel-Lucent', 'Via Energy Park, 14 Vimercate MB 20871 IT', 'IT', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11958, '383a210', 0, 'R3c Information(Shenzhen) Co,Ltd', '2F,JinHuiQiou Building,Langshan2 Road,Hi-Tech Ind.Park, Nanshan District Shenzhen GuangDong 86 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11959, 'd45800', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11960, '0050c22ef', 0, 'Profline B.V.', 'Marga Klompeelaan 18 Arnhem Gelderland 6836 BH NL', 'NL', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11961, '885fe8a', 0, 'Lisle Design Ltd', 'New Technology Centre, North Haugh St. Andrews Fife KY16 9SR GB', 'GB', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11962, '001c67', 0, 'Pumpkin Networks, Inc', '3FL JungHo Bldg, 108-4 Sangdo-Dong, Dongjak-Gu SEOUL 156-030 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11963, '0025c7', 0, 'altek Corp', '3F, No. 10, Li-Hsin Road, Science-Based Industrial Park, Hsinchu TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11964, 'e82c6d', 0, 'SmartRG Inc', '501 SE Columbia Shores Blvd Vancouver WA 98661 US', 'US', 'MA-L', '2018-08-20', '2018-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11965, '000248', 0, 'Pilz GmbH & Co', 'Felix-Wankel-Straße 2 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11966, '003024', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11967, '00055e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11968, '6cadf8', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd . New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2013-06-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11969, '00289f', 0, 'Semptian Co, Ltd', 'Block 5D, 8/F, Software Industry Park, No.14, Haitian 2nd Road, GaoxinSouth, Nanshan District, Shenzhen, China Shen Zhen GuangDong 518061 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11970, '003002', 0, 'Expand Networks', 'Atidim Tech Park, Bldg. 4 Tel-Aviv 61580 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11971, '003036', 0, 'Rmp Elektroniksysteme GmbH', 'HANNS-MARTIN-SCHLE\'R-STR.12-14 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11972, '74ce56', 0, 'Packet Force Tech Ltd Co', '2F., No.25, Sec. 1, Shuangshi Rd., Central Dist., Taichung 40046 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11973, '9c3066', 0, 'Rwe Effizienz GmbH', 'Flamingoweg 1 Dortmund NRW 44139 DE', 'DE', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11974, '70b3d55a5', 0, 'Rehwork GmbH', 'Ivo-Hauptmann-Ring 14 Hamburg 22159 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11975, '0050c20fe', 0, 'EnergyICT', 'Zandbergstraat 19 8500 Kortrijk BE', 'BE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11976, '001872', 0, 'Expertise Engineering', '4186 Sorrento Valley Blvd Suite -J San Diego CA 92121 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11977, '0012ce', 0, 'Advanced Cybernetics Group', '2953 Bunker Hill Lane Santa Clara CA 95054 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11978, '001361', 0, 'Biospace Co, Ltd', '10th Floor, Poonglim Bldg, 823 Yeoksam 1-dong Gangnam-gu Seoul 135-784 KR', 'KR', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11979, 'c49ded', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11980, 'b0c19e', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11981, '0cfe5dd', 0, 'Maksat Tech (P) Ltd', 'D-10/6, Okhla, Phase-I, Okhla New Delhi Delhi 110020 IN', 'IN', 'MA-M', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11982, '0030f0', 0, 'Uniform Industrial Corp', '18F, 171, Shung Teh Road Taipei TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11983, '0009fb', 0, 'Philips Patient Monitoring', 'Hewlett-Packard-Str.2 Boeblingen 71034 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11984, '0018a9', 0, 'Ethernet Direct Corp', '19F,No.345 Chung Ho Road, Yung Ho City Taipei 234 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11985, '9c645e', 0, 'Harman Consumer Group', '8500 Balboa Blvd Northridge CA 91329 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11986, '500b32', 0, 'Foxda Tech Industrial(ShenZhen)Co, Ltd', '1F of 1st Building&1F-3F of 2nd Building, Foxda Industrial Zone,North of Lanzhu Road,Pingshan New District,Shenzhen City,Guangdong Province,P.R.China Shenzhen Guangdong 518122 CN', 'CN', 'MA-L', '2011-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11987, '5c15e1', 0, 'Aidc Tech (S) Pte Ltd', 'NO.1 GOLDHILL PLAZA #03-21 SINGAPORE 308899 SG', 'SG', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11988, '70b3d52d6', 0, 'Kvazar Llc', '200-letiya goroda 2 Noginsk Moscow region 142400 RU', 'RU', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11989, '70b3d5ad6', 0, 'Lemonade Lab Inc', '1-10-8 Nishi-Azabu Minato-ku Tokyo 106-0031 JP', 'JP', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11990, '00e086', 0, 'Emerson Network Power, Avocent Division', '4991 Corporate Drive HUNTSVILLE AL 35805 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11991, '005083', 0, 'Gilbarco, Inc', 'POB 22087 GREENSBORO NC 27420 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11992, '001bb5', 0, 'Cherry GmbH', 'Cherrystraße 1 Auerbach i. d. Opf. Bayern D-91275 DE', 'DE', 'MA-L', '2007-04-09', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11993, '0050c2b2f', 0, 'IntelliVision Tech, Corp', '5225 Hellyer Ave, Suite 200 San Jose CA 95138 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11994, '0050c2de7', 0, 'Elan Systems', '10 Ihasz utca BUDAPEST 1105 HU', 'HU', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11995, '00c060', 0, 'ID Scandinavia AS', 'P.O. BOX 4227 NO', 'NO', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11996, '001664', 0, 'Prod-El SpA', 'Via Palmanova 185 Milano MI 20132 IT', 'IT', 'MA-L', '2005-11-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11997, 'f887f1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11998, 'fc6018', 0, 'Zhejiang Kangtai Electric Co, Ltd', 'No.5, Kangtai Rd Yueqing Zhejiang 325605 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(11999, 'acd564', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12000, '70b3d525f', 0, 'Coppernic Sas', '185 avenue Archimede Aix en Provence 13857 FR', 'FR', 'MA-S', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12001, '001798', 0, 'Azonic Tech Co, Ltd', '15F-3, No. 163, Sec., 1 Keelung Rd. Taipei 110 TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12002, '7c1c68', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12003, '3cc0c6', 0, 'd&b audiotechnik GmbH', 'Eugen Adolff Str 134 Backnang Baden Wuerttemberg 71522 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12004, '0050c2e04', 0, 'Sec.Eng Systems Pty Ltd', '20/65-75 Captain Cook drive Sydney NSW 2229 AU', 'AU', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12005, '70b3d57eb', 0, 'Xerox International Partners', '3174 Porter Drive Palo Alto 94304 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12006, '503a7d', 0, 'AlphaTech Plc Int’l Co, Ltd', '13F., No.618, Sec. 7, New Taipei Blvd., Xinzhuang Dist., New Taipei City 24260 TW', 'TW', 'MA-L', '2016-11-22', '2016-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12007, '0001d8', 0, 'Teltronics, Inc', '4125 Keller Springs Road Addison TX 25001 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12008, '001247', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi-City Gyeong-Buk 730-350 KR', 'KR', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12009, '0050c2707', 0, 'DTech Labs Inc', '22876 Shaw Road Sterling VA 20166 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12010, '50a83a', 0, 'S Mobile Devices Ltd', 'Unit B-303, 3rd Floor, Tower-B, Plot No-7,Advant IT Park Ltd , Sector-142 NOIDA Uttar Pradesh 201301 IN', 'IN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12011, 'fca47ad', 0, 'Shenzhen Kuku Tech Co, Ltd', 'No.205,2F,17th Block,PingShan Industrial District,TaoYuan Street, NanShan ShenZhen GuangDong 518055 CN', 'CN', 'MA-M', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12012, '001443', 0, 'Consultronics Europe Ltd', 'Electron Way Chandlers Ford Hants SO53 4SE GB', 'GB', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12013, '1c21d16', 0, 'Wuhan TieChi Detection Tech Co, Ltd', 'Hongshan District Luo Yu RoadBainaohui room 1513 Wuhan Hubei 430000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12014, '001b4c', 0, 'Signtech', '609 Seonil Technopia 609 Sungnamsi Kyunggido 462-120 KR', 'KR', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12015, '0c62a6', 0, 'Hui Zhou Gaoshengda Tech Co, Ltd', 'No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN', 'CN', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12016, '08181a', 0, 'zte Corp', '12/F ZTE Plaza,Keji Road South,Hi-Tech Industrial Park,Nanshan District, Shenzhen GUANGDONG 518057 CN', 'CN', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12017, 'e8886c', 0, 'Shenzhen SC Tech Co, Ltd', '4/FL,2Block,LianChuang Industrial Park,Bulan Road,Longgang Shenzhen Guangdong Province 518112 CN', 'CN', 'MA-L', '2016-04-13', '2016-04-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12018, '0050f6', 0, 'Pan-International Industrial Corp', 'GF, NO. 176, CHANG CHUN RD. TAIPEI TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12019, '0023f3', 0, 'Glocom, Inc', '22 Firstfield Road Gaithersburg Maryland 20878 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12020, '001479', 0, 'Nec Magnus Communications, Ltd', '22-23, Kaigan 3-chome Minato-ku Tokyo 108-0022 JP', 'JP', 'MA-L', '2005-05-07', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12021, '0050c2531', 0, 'Orion Tech, Llc', '12605 Challenger Parkway Suite 130 Orlando FL 32826 US', 'US', 'IAB', '2005-11-02', '2017-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12022, 'e8f2e2', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12023, 'f0b0e7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12024, '70b3d5e79', 0, 'Acrodea, Inc', '3F, Daisan Yamada Bldg., 22 Aizumi-cho Shinjuku-ku Tokyo 1600005 JP', 'JP', 'MA-S', '2018-12-19', '2018-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12025, '0004ed', 0, 'Billion Electric Co, Ltd', '8F, No.192, Sec.2, Chung Hsing Rd., Taiwan Taiwan ROC TW', 'TW', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12026, '00144c', 0, 'General Meters Corp', '1935 Dominion Way Colorado Springs Colorado 80918 US', 'US', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12027, '5c6f4f', 0, 'S.A. Sistel', 'C/SOLSONES, 87 CASTELLAR DEL VALLES BARCELONA 08211 ES', 'ES', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12028, 'd46132', 0, 'Pro Concept Manufacturer Co, Ltd', '88/1 Moo12 Soi Phetkasem120 Kratumbaen Samutsakorn 74130 TH', 'TH', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12029, '70b3d5c66', 0, 'Blue Access Inc', 'P.O. Box Erie CO 80516 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12030, 'b891c9', 0, 'Handreamnet', '#1203 Ace High-end Tower II, 61, Digital-ro 26-gil, Guro-Gu Seoul 08389 KR', 'KR', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12031, 'e04007', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12032, '001ad9', 0, 'International Broadband Electric Communications, Inc', '285 Dunlop Blvd. SW Huntsville AL 35824 US', 'US', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12033, '00240a', 0, 'US Beverage Net', '1001 W. Fayette Street Syracuse NY 13204 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12034, '70b3d545a', 0, 'Palarum Llc', '986 BELVEDERE DRIVE, Suite B LEBANON OH 45036 US', 'US', 'MA-S', '2019-08-08', '2019-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12035, '0004a9', 0, 'SandStream Tech, Inc', '1955 Lakeway Dr. Lewisville TX 75057 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12036, '001b29', 0, 'Avantis.Co, Ltd', '502 SEOIL BLDG. SEOUL 132-872 KR', 'KR', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12037, '70b3d5381', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12038, '001157', 0, 'Oki Electric Industry Co, Ltd', '1-7-12 Toranomon Tokyo 105-8460 JP', 'JP', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12039, '94b9b4', 0, 'Aptos Tech', '5F., No.65, Guangfu N. Rd., Zhongxing Vil., Hsinchu 303 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12040, '000c5a', 0, 'IBSmm Embedded Electronics Consulting', 'Teufelsgrabenweg 1 Valley Bavaria D-83626 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12041, 'dc0b34', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2016-07-14', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12042, '0050c2fb6', 0, 'Argus-Spectrum', 'Serdobolskaya street 65A St.Petersburg 197342 RU', 'RU', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12043, '7419f88', 0, 'Quest Payment Systems', '227 Burwood Road Hawthorn Victoria 3122 AU', 'AU', 'MA-M', '2014-01-20', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12044, '40a36b5', 0, 'National Research Council of Canada', '717 White Lake Road Kaleden British Columbia V0H1K0 CA', 'CA', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12045, '4c910c', 0, 'Lanix Internacional, S.A. de C.V.', 'Carretera Nogales Km8.5 Hermosillo Sonora 83160 MX', 'MX', 'MA-L', '2017-02-21', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12046, '047970', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12047, '688470', 0, 'eSSys Co, Ltd', 'Daerung Post Tower 5 15F, 60-3 Seoul Geumcheon-gu 153-702 KR', 'KR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12048, '30b216', 0, 'Abb Power Grids Germany AG – Grid Automation', 'Kallstadter Strasse 1 Mannheim 68309 DE', 'DE', 'MA-L', '2012-01-18', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12049, 'a875e2', 0, 'Aventura Tech, Inc', '48 Mall Drive Commack NY 11725 US', 'US', 'MA-L', '2013-09-22', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12050, 'b47c9c', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12051, '50de190', 0, 'Telic AG', 'Raiffeisenallee 12b Oberhaching 82041 DE', 'DE', 'MA-M', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12052, '0050c2165', 0, 'Ipcast', '2F, Youngwon B/D, 305-11, Seoul 137-130 KR', 'KR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12053, '001b92', 0, 'l-acoustics', 'parc de la fontaine de jouvence marcoussis essonne 91462 FR', 'FR', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12054, '8c210a', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan shenzhen guangdong Province 518057 CN', 'CN', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12055, 'cc794a', 0, 'Blu Products Inc', 'Tower 4, Excellence Century Center Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12056, '38fdfe1', 0, 'Waytone (Beiijng) Communications Co, Ltd', 'ROOM 201B,KESHI BUILDING,NO.28 XINXI ROAD HAIDIAN BEIJING,P.R.CHINA Beijing Beijing 100085 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12057, 'fc9dd8', 0, 'Beijing TongTongYiLian Science and Tech Ltd', 'Room 301,Zone 3,Building 9,No.8 Dongbeiwang West Road,Haidian District,Beijing BEIJING BEIJING 100193 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12058, 'b4c476', 0, 'Wuhan Maritime Communication Research Institute', 'No.312 Luoyu road, Hongshan District Wuhan Hubei 430079 CN', 'CN', 'MA-L', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12059, '0050ce', 0, 'LG International Corp', 'LG TWIN TOWERS SEOUL, 150-606 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12060, '000534', 0, 'Northstar Engineering Ltd', 'P.O. Box 40 GB', 'GB', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12061, 'd8c06a', 0, 'Hunantv.com Interactive Entertainment Media Co, Ltd', 'Floor 2U, Hunan International Exhibition Center, Kaifu District, Changsha City, Hunan Province, P.R.C. Changsha Hunan 410000 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12062, 'ccc5e5', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12063, '000d3d', 0, 'Hammerhead Systems, Inc', '640 Clyde Court Mountain View California 94043 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12064, '0050c24c7', 0, 'Transbit Sp.z o.o.', 'ul. Przyczolkowa 109A Warsaw Mazowieckie 02-968 PL', 'PL', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12065, '00190b', 0, 'Southern Vision Systems, Inc', '8215 Madison Blvd, Suite 150 Madison AL 35758 US', 'US', 'MA-L', '2006-07-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12066, '70b3d54ae', 0, 'Reinhardt System- und Messelectronic GmbH', 'Bergstr. 33 Obermuehlhausen 86911 DE', 'DE', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12067, '70aab2', 0, 'BlackBerry Rts', '451 Phillip Street Waterloo ON N2L 3X2 CA', 'CA', 'MA-L', '2012-01-01', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12068, '1064e2', 0, 'ADFweb.com s.r.l.', 'Strada Nuova, 17 Mareno di Piave Treviso 31010 IT', 'IT', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12069, '544810', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12070, 'acae19', 0, 'Roku, Inc', '150 Winchester Circle Los Gatos CA 95032 US', 'US', 'MA-L', '2018-07-30', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12071, '000f6f', 0, 'Fta Communication Tech', '11, rue Pierre Werner Betzdorf L-6832 LU', 'LU', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12072, '001351', 0, 'Niles Audio Corp', '12331 SW 130th Street Miami FL 33186 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12073, '0020c1', 0, 'Saxa, Inc', 'NBF Platinum Tower 1-17-3 Shirokane Tokyo 108-8050 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12074, 'b01f819', 0, 'Cide Interactive', 'Viladecans Business Pk, Edificio Brasil Viladecans Barcelona 08840 ES', 'ES', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12075, '70b3d588e', 0, 'Rch Vietnam Ltd Liability Co', 'Workshop F.01B-2, Lot No. F.01B Long Hau Ho Chi Minh City Ho Chi Minh 70000 VN', 'VN', 'MA-S', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12076, '3cd92b', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-05-07', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12077, '0050c2fe9', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 5 Dinkelsbühl Bavaria 91550 DE', 'DE', 'IAB', '2012-11-04', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12078, '48da96', 0, 'Eddy Smart Home Solutions Inc', '1600-25 Sheppard Avenue West Toronto Ontario M2N 6S6 CA', 'CA', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12079, '0001ff', 0, 'Data Direct Networks, Inc', '9320 Lurline Avenue Chatsworth CA 91311 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12080, '00d0e2', 0, 'Mrt Micro, Inc', '14000 S. MILITARY TRAIL DELRAY BEACH FL 33484 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12081, 'cc03d9', 0, 'Cisco Meraki', '500 Terry A. Francois Blvd San Francisco null 94158 US', 'US', 'MA-L', '2017-03-26', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12082, '00261e', 0, 'Qingbang Elec(SZ) Co, Ltd', 'No. 2, qimin Rd. North District, High-tech Industrial Park, Nanshan, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12083, '00269c', 0, 'Itus Japan Co Ltd', '7F Shinkawa B/D Chuoku Tokyo 1040033 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12084, 'dc1ac5', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong 523860 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12085, '0050c2ee3', 0, 'Tecnint Hte Srl', 'Via della Tecnica 16/18 Osnago Lecco 23875 IT', 'IT', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12086, 'b437d13', 0, 'Dimton Co, Ltd', '1F.,No.137,Xingfu E.Rd., Xinzhuang Dist., New Taipei City 242, Taiwan (R.O.C) New Taipei Taiwan 24252 TW', 'TW', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12087, '001b23', 0, 'SimpleComTools', '598 Indian Trail Rd S. Indian Trail NC 28079 US', 'US', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12088, '3c6816', 0, 'VXi Corp', '271 Locust Street Dover NH 03820 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12089, '70b3d58c7', 0, 'Henschel-Robotics GmbH', 'Mulchlingerstrasse, 67 Winterthur Zuerich 8405 CH', 'CH', 'MA-S', '2019-05-31', '2019-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12090, '0004a8', 0, 'Broadmax Tech, Inc', '180, Wai Yip Street, HONG KONG HK', 'HK', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12091, '003d41', 0, 'Hatteland Computer AS', 'Aamsosen Nedre Vats Rogaland 5578 NO', 'NO', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12092, '841b5e', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12093, '702526', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2012-07-28', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12094, '98f9c75', 0, 'Tonycore Tech Co, Ltd', '2/F,Building A,Dingxin Technology Park,Honglang North 2nd Road,Xin’an Street,Bao’an District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12095, '001260', 0, 'Stanton Magnetics, Inc', '3000 SW 42nd Street Hollywood FL 33312 US', 'US', 'MA-L', '2004-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12096, '001280', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12097, 'ccd31e5', 0, 'NTmore.Co, Ltd', '38, Heungan-daero 427 beon-gil, Dongan-gu Anyang Gyeonggi 431-801 KR', 'KR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12098, 'd4d2e5', 0, 'Bkav Corp', '2nd floor - HH1 Building - Yen Hoa Urban Area, Yen Hoa Ward, Cau Giay District HaNoi 100000 VN', 'VN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12099, 'd8f2ca', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-08-08', '2018-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12100, '44ed57', 0, 'Longicorn, Inc', 'Rm1001-2, 10F, Byuksan Digital Valley1 Seoul 152-775 KR', 'KR', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12101, '1cadd1', 0, 'Bosung Electronics Co, Ltd', '74-12, Saemaeul-ro. Gumi-si Gyeongsangbuk-do 730-930 KR', 'KR', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12102, 'e455ea', 0, 'Dedicated Computing', 'N26 W23880 Commerce Circle Waukesha Wisconsin 53188 US', 'US', 'MA-L', '2011-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12103, '1853e0', 0, 'Hanyang Digitech CoLtd', '103, BANWOL-DONG, HWASEONG-SI, KYUNGGI-DO, KOREA HWASEONG KYUNGGI 445-330 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12104, 'e425e7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12105, '0008fa', 0, 'Keb Automation KG', 'Südstraße 38 Barntrup NRW D-32683 DE', 'DE', 'MA-L', '2002-06-05', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12106, '0050c2629', 0, 'MacDonald Humfrey (Products) Ltd', 'Progress Manor, Luton Beds LU13HY GB', 'GB', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12107, '001dfc', 0, 'Ksic', '#6F, Korea Federation of Teacher\'s Associations, 114-1, TaeBong-Ro, Seoul Seocho-Ku 137-715 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12108, 'f4645d', 0, 'Toshiba', '2-9,Suehiro-Cho Ome Tokyo 1988710 JP', 'JP', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12109, '10dcb68', 0, 'Sanofi (Beijing) Pharmaceutical Co, Ltd', 'No.7, Xingsheng Street, Beijing Economic and Technological Development Zone Beijing Beijing 100176 CN', 'CN', 'MA-M', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12110, '187eb9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12111, '001079', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12112, '000131', 0, 'Bosch Security Systems, Inc', '130 Perinton Parkway Fairport NY 14450 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12113, '000d64', 0, 'Comag Handels AG', 'Zillenhardtstraße 41 Goeppingen Baden-Württemberg 73037 DE', 'DE', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12114, '001e25', 0, 'Intek Digital', '1101, 11th Fl., Anyang K-center building, 1591-9 Anyang Gyeonggi-do 431-815 KR', 'KR', 'MA-L', '2007-09-29', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12115, '40f2e9', 0, 'Ibm', '3039 E Cornwallis Rd Research Triangle Park NC 27709 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12116, 'e4f3f5', 0, 'Shenzhen Mercury Communication Tech Co, Ltd', '3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12117, '70b3d589b', 0, 'ControlWorks, Inc', 'Jinil Bldg. Suite401, 13 Eonju-ro 81 gil, Gangnam-gu, Seoul 06222 KR', 'KR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12118, 'f8b5683', 0, 'Dongwoo Engineering Co, Ltd', '#311, dREC Techno 9-ro, Yuseong-gu Daegeon 34027 KR', 'KR', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12119, '00101b', 0, 'Cornet Tech, Inc', '7F-4, NO. 46 CHUNG SHAN N.ROAD SEC. 2, TAIPEI TJ', 'TJ', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12120, '000a30', 0, 'Visteon Corp', 'One Village Center Drive Van Buren Twp MI 48111 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12121, 'dc4bdd', 0, 'Shenzhen SuperElectron Tech Co, Ltd', '1213-1214, haosheng business center, dongbin road, nanshan street, nanshan district, shenzhen city Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-09-04', '2019-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12122, '001d55', 0, 'Zantaz, Inc', '5758 W. Las Positas Avenue Pleasanton CA 94588 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12123, '681f40', 0, 'Blu Wireless Tech Ltd', 'Bluwireless Technology, 5th Floor, 1 Temple Way Bristol Bristol, City of BS2 0BY GB', 'GB', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12124, '909a77', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12125, '00052f', 0, 'Leviton Network Solutions', '2222 222nd Street S.E. Bothell WA 98021 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12126, '001614', 0, 'Picosecond Pulse Labs', '2500 55th Street Boulder CO 80301 US', 'US', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12127, '6010a2', 0, 'Crompton Instruments', '12 Freebournes Road Witham Essex CM8 3AH GB', 'GB', 'MA-L', '2019-10-14', '2019-10-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12128, '001553', 0, 'Cytyc Corp', '250 Campus Dive Marlborough MA 01752 US', 'US', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12129, '2c534a', 0, 'Shenzhen Winyao Electronic Ltd', '7B Block A Fuqiao Building Fuhua Road Shen Zhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12130, '002712', 0, 'MaxVision Llc', '495 Production Ave Madison AL 35758 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12131, '40d855057', 0, 'Tammermatic Group Oy', 'Tesomanvaltatie 28 Tampere 33300 FI', 'FI', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12132, '502e5c', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12133, '70a2b3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12134, '3c7d0a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12135, '0050c26c0', 0, 'Gloster Sante Europe', 'Prologue 1 - La Pyrénéenne LABEGE HAUTE GARONNE 31672 FR', 'FR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12136, '0050c29dc', 0, 'Ftm Marketing Ltd', 'Unit 26 Enterprise Estate Guildford Surrey GU1 1RB GB', 'GB', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12137, '106fef', 0, 'Ad-Sol Nissin Corp', 'Rivage Shinagawa, 4-1-8 Kounan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12138, '28db81', 0, 'Shanghai Guao Electronic Tech Co, Ltd', 'No.6, Alley 1225 TongPu Road, Shanghai 200333 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12139, '641cb0', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12140, '000eb1', 0, 'Newcotech, Ltd', 'Anyang Megavally 715-3 Anyang City Gueonggi-Do 431-160 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12141, '0025d9', 0, 'DataFab Systems Inc', '385-3 Hongzun Road Pingzhen City Taoyuan County 32466 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12142, '00217a', 0, 'Sejin Electron, Inc', 'SJ Technoville Seoul 153-801 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12143, '981e0f', 0, 'Jeelan (Shanghai Jeelan Tech Information Inc', 'Room 302,Building 17, No.658, Jinzhong Road shanghai 200052 CN', 'CN', 'MA-L', '2016-04-27', '2016-05-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12144, '70b3d506e', 0, 'Global-King International Co, Ltd', '5F., No. 19, Qingxiang St., Tucheng Dist., New Taipei City Taiwan 236 TW', 'TW', 'MA-S', '2019-08-30', '2019-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12145, '444adb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12146, '0000ce', 0, 'Megadata Corp', '35 ORVILLE DRIVE BOHEMIA NY 11716 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12147, '0050c235a', 0, 'Advanced Si-Net Co, Ltd', '9F-2, No. 245, Sec. 3, Roosevelt Rd. Taipei Da-an District 106 TW', 'TW', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12148, '0050c24d5', 0, 'Seba Design Pty Ltd', '164 Princes Highway Dandenong VIC 3175 AU', 'AU', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12149, '0050c2ce1', 0, 'Satellink Inc', '3525 Miller Park Dr. Garland TX 75042 US', 'US', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12150, '002238', 0, 'Logiplus', '1, RUE CLEMENT ADER GOSSELIES HAINAUT B-6041 BE', 'BE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12151, '002596', 0, 'Gigavision srl', 'Via Figini, 16 Muggiò Milano 20053 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12152, 'dc3cf6', 0, 'Atomic Rules Llc', '287 Chester Rd Auburn NH 03032 US', 'US', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12153, '24f57e', 0, 'Hwh Co, Ltd', '102-708, Digital Empire2, Sin-dong, Youngtong-gu Suwon-si Gyeonggi-do 443-734 KR', 'KR', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12154, '70b3d5971', 0, 'Rch Italia SpA', 'VIA CENDON 39 SILEA TREVISO 31057 IT', 'IT', 'MA-S', '2019-08-27', '2019-08-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12155, '0060b9', 0, 'Nec Platforms, Ltd', '2-6-1,Kitamikata,Takatsu-ku Kawasaki 213-8511 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12156, '001b39', 0, 'Proxicast', '312 Sunnyfield Drive Glenshaw PA 15116 US', 'US', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12157, '90c682a', 0, 'Beijing Acorn Networks Corp', '1A-601,Wang Jing Street, Chao Yang Qu, Beijing, China Beijing Beijing 100102 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12158, '8cc8f4', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12159, '904e915', 0, 'mcf88 Srl', 'Via Roma, 3 Sozzago Novara 28060 IT', 'IT', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12160, '00159e', 0, 'Mad Catz Interactive Inc', 'Units 3+4 West Point Row Bristol South Gloucestershire BS32 4QG US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12161, '44184f', 0, 'Fitview', '5615 Scotts Valley Drive, Suite 110 Scotts Valley CA 95066 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12162, '001c5d', 0, 'Leica Microsystems', 'Lothbury House Cambridge Technopark Cambridge CB5 8PB GB', 'GB', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12163, '0050c2bef', 0, 'Sociedad Iberica DE Construcciones Electricas, S.A. (Sice)', 'C/Sepulveda, 6 ALCOBENDAS MADRID 28108 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12164, 'cccc81', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12165, '000c1c', 0, 'MicroWeb Co, Ltd', '403 T/S/S/C, 23-14 Jang-dong, Yusong-gu, Daejeon ChoongChungDo 305-343 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12166, '0012cb', 0, 'Css Inc', '151 Superior Blvd. Mississauga Ontario L5T2L1 CA', 'CA', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12167, '383f10', 0, 'Dbl Tech Ltd', 'Unit 42, 18/F., Block D, Wah Lok Industrial Center HK', 'HK', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12168, '000987', 0, 'Nishi Nippon Electric Wire & Cable Co, Ltd', 'Kasugaura Oita-City OITA 870-8632 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12169, '0021b6', 0, 'Triacta Power Tech Inc', 'Box 582, 7 Mill Street Almonte Ontario K0A 1A0 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12170, '3476c5', 0, 'I-O Data Device, Inc', '3-10, SAKURADA-MACHI KANAZAWA ISHIKAWA 920-8512 JP', 'JP', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12171, '40d8551c6', 0, 'Device Solutions Ltd', 'PO Box 131 Rolleston Canterbury 7614 NZ', 'NZ', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12172, '008004', 0, 'Antlow Communications, Ltd', '4 COLTHROP WAY ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12173, '08003e', 0, 'Codex Corp', '50 EAST COMMERCE DRIVE SCHAUMBURG IL 60173 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12174, 'd08cff', 0, 'Upwis AB', 'Box 3000 Uppsala Uppsala 75003 SE', 'SE', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12175, '70af24', 0, 'TP Vision Belgium NV', 'Technologiepark Zwijnaarde 19 Gent 9052 BE', 'BE', 'MA-L', '2016-11-26', '2016-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12176, '0050c21d5', 0, 'Redpoint Controls', '364 Patteson Drive Morgantown WV 26505 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12177, '0050c2630', 0, 'Aurora Flight Sciences', '9950 Wakeman Drive Manassas VA 20110 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12178, '002335', 0, 'Linkflex Co, Ltd', '5F. Min Young Bldg. 175-2 Seoul 135-010 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12179, '644bc3', 0, 'Shanghai WOASiS Telecommunications Ltd, Co', '15F, Software Building, Shanghai 200233 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12180, '04ee91', 0, 'x-fabric GmbH', 'Nachodstraße 7 Berlin 10779 DE', 'DE', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12181, '88dc96', 0, 'Senao Networks, Inc', 'No. 500, Fusing 3rd Rd., Hwa-Ya Technology Park Kuei-Shan Hsiang TaoYuan County 333 TW', 'TW', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12182, '5c2623', 0, 'WaveLynx Tech Corp', '100 Technology Drive, Building B, Ste 150 Broomfield CO 80021 US', 'US', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12183, '001bc1', 0, 'Holux Tech, Inc', '1F, No. 30, R&D Rd. II, Hsinchu 300 TW', 'TW', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12184, '001e01', 0, 'Renesas Tech Sales Co, Ltd', '2-6-2 Chiyoda-ku Tokyo 100-0004 JP', 'JP', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12185, '002665', 0, 'ProtectedLogic Corp', 'PO Box 67707 Albuquerque NM 87193 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12186, 'b4f2e8', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2012-07-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12187, '682ddc', 0, 'Wuhan Changjiang Electro-Communication Equipment Co, Ltd', 'No.8,Yinghu Sience&Technology industrial park Wuhan Hubei 430040 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12188, 'dc094c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12189, 'f08a76', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12190, '0030c7', 0, 'Macromate Corp', '8F,Universal Center,Number 179 Taipei Hsien TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12191, '0050c204b', 0, 'Tecstar Demo Systems Division', '379 Science Dr. Moorpark CA 93021 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12192, 'cc2a80', 0, 'Micro-Biz intelligence solutions Co, Ltd', 'Room 611,Sunshine Building Zhuhai City Guangdong Province 519000 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12193, '104b46', 0, 'Mitsubishi Electric Corp', '2-7-3 Chiyoda-ku Tokyo 100-8310 JP', 'JP', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12194, '00d067', 0, 'Campio Communications', '2033 GATEWAY PL, SUITE #600 SAN JOSE CA 95110 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12195, '0050c2fdb', 0, 'The Security Center Inc', '10750 Forest Lane Dallas TX 75243 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12196, '000c83', 0, 'Logical Solutions', '100T Washington Street Milford CT 06460 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12197, '002324', 0, 'G-Pro Computer', 'first arrange C, YingHu industrial estate DongGuan City GuangDong Province 523648 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12198, '087a4c', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12199, '94b40f', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2014-07-13', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12200, 'bc6641b', 0, 'Sidus Novum Sp. z o. o.', 'Ul. Ogrodowa 3B/203 Zielona Góra Lubuskie 65462 PL', 'PL', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12201, '0030eb', 0, 'Turbonet Communications, Inc', '19F-1, NO. 171, SUNG-TEH ROAD TAIPEI TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12202, '00d0aa', 0, 'Chase Communications', 'ST. LEONARDS ROAD UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12203, '0050c2954', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12204, '70b3d5259', 0, 'Zebra Elektronik A.S.', 'Kayisdagi Cd. Baris Sk. No:2 K:5 Kucukbakkalkoy Istanbul NA 34750 TR', 'TR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12205, 'dac87d', 0, 'SE Development AB', 'Box 2096 Karlstad 650 02 SE', 'SE', 'CID', '2018-12-01', '2018-12-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12206, '70b3d5159', 0, 'Rch Vietnam Ltd Liability Co', 'Workshop F.01B-2, Lot No. F.01B Long Hau Ho Chi Minh City Ho Chi Minh 70000 VN', 'VN', 'MA-S', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12207, '00102b', 0, 'Umax Data Systems, Inc', 'NO. 1-1, R&D ROAD 2 HSINCHU TW', 'TW', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12208, '00056b', 0, 'C.P. Tech Co, Ltd', '12F, No. 86, Hsin Tai Wu Rd., 221 TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12209, '0026f9', 0, 'S.E.M. srl', 'via Lecco, 61 Vimercate Monza Brianza 20059 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12210, '70b3d5374', 0, 'Ooo Npp Mars-Energo', '199034 V.O. 13 liniya, 6-8, lit.A, office 40H, Saint-Petersburg 199034 RU', 'RU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12211, '70b3d500d', 0, 'Scrona AG', 'Technoparkstrasse 1 Zurich Zurich 8005 CH', 'CH', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12212, '68847e', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12213, '00a0c8', 0, 'Adtran Inc', '901 EXPLORER BLVD. HUNTSVILLE AL 35806-2807 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12214, '080048', 0, 'Eurotherm Gauging Systems', '900 MIDDLESEX TURNPIKE, BDG. 6 BILLERICA MA 01821 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12215, 'f81d78b', 0, 'Sigma Connectivity AB', 'Mobilv 10 Lund 223 62 SE', 'SE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12216, '3873ea7', 0, 'PingGPS Inc', '19825 North Cove Road, #173 CORNELIUS NC 28031 US', 'US', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12217, '0050c22c7', 0, 'Siliquent Tech Ltd', '33 Bezalel St. Ramat-Gan 52521 IL', 'IL', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12218, '788b77', 0, 'Standar Telecom', 'Sadovnicheskaya 44 s.4 Moscow 115035 RU', 'RU', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12219, '38b19e7', 0, 'Beijing Memblaze Tech Co Ltd', 'Building B2,Dongsheng Park, 66 Xixiaokou Road, Haidian Beijing Beijing 100192 CN', 'CN', 'MA-M', '2018-10-23', '2018-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12220, '70b3d56ca', 0, 'Lineage Power Pvt Ltd,', '30-A1, KIADB, 1ST PHASE INDUSTRIAL ESTATE,KUMBALGODU, BANGALORE-MYSORE ROAD BANGALORE KARNATAKA 560074 IN', 'IN', 'MA-S', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12221, '74f8dbb', 0, 'Capwave Tech Inc', '1501 Ocean Ave Asbury Park NJ 07712 US', 'US', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12222, 'b44bd2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12223, '0c817d', 0, 'Eep Elektro-Elektronik Pranjic GmbH', 'Am Luftschacht 21 Gelsenkirchen 45886 DE', 'DE', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12224, '0060f6', 0, 'Nextest Communications Products, Inc', 'TWO MID AMERICA PLAZA, STE.500 OAKBROOK TERRACE IL 60181 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12225, '0005fb', 0, 'ShareGate, Inc', '9805 Double R Blvd. Reno NV 89511-5917 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12226, 'a8367a', 0, 'frogblue Tech GmbH', 'Luxemburger Straße 6 Kaiserslautern Rheinland-Pfalz 67657 DE', 'DE', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12227, '408b07', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2012-03-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12228, '883fd3', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12229, 'bc428c', 0, 'Alps Electric Co, Ltd', 'nishida 6-1 Kakuda-City Miyagi-Pref 981-1595 JP', 'JP', 'MA-L', '2019-12-19', '2019-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12230, '001f9d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12231, '18abf5', 0, 'Ultra Electronics Electrics', 'Kingsditch Lane Cheltenham Gloucestershire GL51 9PG GB', 'GB', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12232, '7483c2', 0, 'Ubiquiti Networks Inc', '2580 Orchard Pkwy San Jose CA 95131 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12233, 'ccb691', 0, 'NECMagnusCommunications', '4-28 MITA 1Chome Minato-ku Tokyo 108-0073 JP', 'JP', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12234, '383a21b', 0, 'Pactron', '3000 Patrick Henry Santa Clara CA 95054 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12235, '54d163', 0, 'Max-Tech, Inc', '2F, 26, 2gil, Dujeonggongdan Cheonan Chungnam 331957 KR', 'KR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12236, 'ac64ddb', 0, 'Groupe Citypassenger Inc', '1117 sainte catherine ouest Montreal Quebec H3B1H9 CA', 'CA', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12237, 'cc2f71', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12238, '2c4759', 0, 'Beijing Mega preponderance Science & Tech Co Ltd', 'Room 2201,No.8,Ruichuang International B Block,Wangjing East Road Beijing 100102 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12239, '0050d1', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12240, '50a4d08', 0, 'XinLian\'AnBao(Beijing)Tech Co,Ltd', '(Room 501,Building 10, Area 2, Headquarters Base)NO.188,South 4th Ring West Road, Fengtai District Beijing Beijing 100070 CN', 'CN', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12241, '70b3d5e28', 0, 'iotec GmbH', 'Albert-Einstein-Str. 1 Osnabrück Niedersachsen 49076 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12242, '18c2bf', 0, 'Buffalo.Inc', 'AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP', 'JP', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12243, '0004fa', 0, 'Nbs Tech Inc', '703 Evans Avenue, Suite 400 Ontario M9C 5E9 CA', 'CA', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12244, '0050c247d', 0, 'Wit Inc', '420 E Lana Ct Draper UT 84020 US', 'US', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12245, '38ca97', 0, 'Contour Design Llc', '10 Industrial Drive Windham NH 03087 US', 'US', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12246, '70b3d5472', 0, 'Quadio Devices Private Ltd', '101 Business Avenue Pune Maharashtra 411001 IN', 'IN', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12247, '0001bc', 0, 'Brains Corp', '2-27-8-4Fl TAMAGAWA JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12248, '0050c26f2', 0, 'Laser Electronics Ltd', 'Gunby Road Skegness Lincolnshire PE24 5HT GB', 'GB', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12249, '0ca694', 0, 'Sunitec Enterprise Co, Ltd', '3F.,No.98-1,Mincyuan Rd.Sindian City Taipei County 231 231141 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12250, 'cc3b3e', 0, 'Lester Electrical', '625 W A Street Lincoln NE 68522 US', 'US', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12251, '1871d5', 0, 'Hazens Automotive Electronics(SZ)Co, Ltd', 'C8 Building, Building 13, Zhongxin Innovation Industry City, No.12, Ganli No.6 Road, Ganli Industrial Park, Buji Street, Longgang District Shenzhen Guangdong 518100 CN', 'CN', 'MA-L', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12252, '001774', 0, 'Elesta GmbH', 'Gottlieb Daimler Strasse 1 Konstanz 78467 DE', 'DE', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12253, '40b3fc', 0, 'Logital Co Ltd', 'Rm 901-902, 9/F, Nathan Centre, Kowloon HK', 'HK', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12254, '70b3d53f6', 0, 'Sycomp Electronic GmbH', 'Einsteinstr 7 Dachau 85221 DE', 'DE', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12255, 'b4c799', 0, 'Extreme Networks, Inc', '475 Half Day Road Lincolnshire IL 60069 US', 'US', 'MA-L', '2011-05-07', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12256, '001bc50c7', 0, 'Wizzilab Sas', '64 rue Greneta Paris 75002 FR', 'FR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12257, '000dcc', 0, 'Neosmart Corp', 'Yoon-B/D 4F, 475-31, Bangbae 2-dong Seoul Seocho-gu 147-819 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12258, '58fcdbc', 0, 'Excenon Mobile Tech Co, Ltd', '5th Floor, Building 1, Software Park, Kejizhong 2nd Rd, High-Tech Zone, Nanshan Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12259, '00253a', 0, 'Ceva, Ltd', '2 Maskit Street. Herzelia 46120 IL', 'IL', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12260, '6c4418', 0, 'Zappware', 'Ilgatlaan 19 Hasselt Limburg 3500 BE', 'BE', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12261, 'e05a9f4', 0, 'Hale Products', '607 NW 27th Ave Ocala FL 34475 US', 'US', 'MA-M', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12262, 'f40270', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2019-01-04', '2019-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12263, '080085', 0, 'Elxsi', '2334 LUNDY PLACE SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12264, '000828', 0, 'Koei Engineering Ltd', '3-40, 5-Chome Osaku 547-0026 JP', 'JP', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12265, '0022f7', 0, 'Conceptronic', 'Databankweg 7 AMERSFOORT utrecht 3821 AL NL', 'NL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12266, '946ab0', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12267, 'f4a59d', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12268, '000316', 0, 'Nobell Communications, Inc', '3410 Far West Blvd., Suite 240 Austin TX 78731 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12269, '00d0cc', 0, 'Tech Lyre Inc', '1200 ST-JEAN-BAPTISTE, CANADA G2E 5E8 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12270, '0038df', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12271, 'd47226', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12272, '0050c27dd', 0, 'LS Elektronik AB', 'Avestagatan 35 Spånga 163 08 SE', 'SE', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12273, 'a8d0e5', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2012-01-18', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12274, '0050c25e3', 0, 'Computechnic AG', 'Bachwiesstrasse 24 Rorschacherberg St. Gallen 9404 CH', 'CH', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12275, 'f8dfa8', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12276, '689c70', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-03-28', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12277, 'ec219f', 0, 'VidaBox Llc', '240 Madison Ave Garden City Park NEW YORK 11040 US', 'US', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12278, '70b3d5d9e', 0, 'Grupo Epelsa S.L.', 'C/ Punto Net,3 Alcala de Henares Madrid 28805 ES', 'ES', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12279, 'e8ed05', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-07-13', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12280, '000c30', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12281, '000e22', 1, 'Private', '', '', 'MA-L', '2004-02-12', '2004-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12282, 'ec3dfd', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12283, 'cc934a', 0, 'Sierra Wireless', '1381 Wireless Way Richmond BC CA V6V 3A4 GB', 'GB', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12284, '002548', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12285, '70b3d58b1', 0, 'M-Tech Innovations Ltd', 'Plot No. 1/2, Rajiv Gandhi Infotech Park, Pune Maharashtra 411057 IN', 'IN', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12286, '70b3d5703', 0, 'StromIdee GmbH', 'Walzmühlestrasse 51 Frauenfeld TG 8500 CH', 'CH', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12287, '64777d', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12288, 'e8abf3', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12289, 'e03717', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2018-10-30', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12290, '000519', 0, 'Siemens Building Tech AG,', 'Cerberus Division CH', 'CH', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12291, '00065b', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2001-06-04', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12292, '04d4c4', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2018-12-10', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12293, 'b0b3535', 0, 'Zenlayer', '21680 GATEWAY CENTER DR., Suite#350 DIAMOND BAR CA 91765 US', 'US', 'MA-M', '2019-11-26', '2019-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12294, 'acee70', 0, 'Fontem Ventures BV', 'Motion Building 8F, Radarweg 60 Amsterdam Noord-Holland 1043NT NL', 'NL', 'MA-L', '2018-12-18', '2018-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12295, '68070a', 0, 'TPVision Europe B.V', 'Prins Bernhardplein 200 Amsterdam Noord-Holland 1097 JB NL', 'NL', 'MA-L', '2019-05-28', '2019-05-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12296, '0012d3', 0, 'Zetta Systems, Inc', '17311 135th AVE NE Woodinville WA 98072 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12297, '0050c2f8a', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62902 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12298, 'bcc31b', 0, 'Kygo Life A', 'Sjolyst Plass 3 Oslo 0278 NO', 'NO', 'MA-L', '2017-07-14', '2019-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12299, '08003c', 0, 'Schlumberger Well Services', 'AUSTIN ENGINEERING SERVICES AUSTIN TX 78720-0015 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12300, '000901', 0, 'Shenzhen Shixuntong Information & Technoligy Co', 'Room 403,617 Bldg;Bagua 1 Road ,Shenzhen Shenzhen Guangdong 518029 CN', 'CN', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12301, '000cec', 0, 'Spectracom Corp', '95 Methodist Hill Drive Rochester NY 14623 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12302, '001c9d', 0, 'Liecthi AG', '10 Unterholz Street Kriegstetten Solothurn 4566 CH', 'CH', 'MA-L', '2007-05-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12303, '0050c27ed', 0, 'Genesis Automation Inc', '3480 Swenson Ave. Saint Charles IL 60174 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12304, '58c17a', 0, 'Cambium Networks Ltd', 'Unit B2, Linhay Business Park, Ashburton Devon TQ13 7UP GB', 'GB', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12305, '006044', 0, 'Litton/Poly-Scientific', '2200 SOUTH MAIN STREET BLACKSBURG VA 24060 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12306, '005049', 0, 'Arbor Networks Inc', '6 Omni Way Chelmsford MA 01824 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12307, '70b3d5584', 0, 'Sertone, a division of Opti-Knights Ltd', 'Chesterfield House, 207 Old Marylebone Road London NW1 5QP GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12308, '8c593c2', 0, 'Beida Jade Bird Universal Fire Alarm Device Co, Ltd', 'Jade Bird Building C, 207 Chengfu RD, Haidian District Beijing Beijing 100871 CN', 'CN', 'MA-M', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12309, '70b3d5aaa', 0, 'Xemex NV', 'Metropoolstraat 11a Schoten Antwerp BE-2900 BE', 'BE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12310, '98524a', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12311, '000b62', 0, 'ib-mohnen KG', 'Stich 30 e 52249 Eschweiler DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12312, '000f37', 0, 'Xambala Inc', '2674 N. 1st Street San Jose CA 95134 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12313, '0050c24d0', 0, 'Rcs Energy Management Ltd', 'RMS House Newbury Berkshire RG14 5PX GB', 'GB', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12314, '0050c2c99', 0, 'Hjpc Corp dba Pactron', '1149 Tasman Drive Sunnyvale CA 94089 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12315, 'fc2faa', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2016-01-02', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12316, '30e171', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12317, '4c65a8e', 0, 'High Infinity Germany', 'Freiburgerstr. 9 Emmendingen Deutschland 79312 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12318, '00402c', 0, 'Isis Distributed Systems, Inc', '111 SOUTH CAYUGA STREET ITHACA NY 14850 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12319, '00131c', 0, 'LiteTouch, Inc', '3400 South West Temple Salt Lake City UT 84115 US', 'US', 'MA-L', '2004-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12320, 'c8fe30', 0, 'Bejing Dayo Mobile Communication Tech Ltd', 'Room 712, ULO Park Building No. 601E Beijing 100102 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12321, '38e08e', 0, 'Mitsubishi Electric Corp', '2-7-3 Marunouchi Chiyoda-ku Tokyo 100-8310 JP', 'JP', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12322, '3408bc', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12323, '6490c1', 0, 'Beijing Xiaomi Mobile Software Co, Ltd', 'The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12324, '9ce91c', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12325, '00112d', 0, 'iPulse Systems', 'Unit 3, Riverside Industrial Park Gauteng Johannesburg 1618 ZA', 'ZA', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12326, '0024f7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12327, '7c70bcb', 0, 'Tohan Engineering Corp', '1-701-1 Baba Sennan-shi Osaka 590-0525 JP', 'JP', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12328, '908d6c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12329, 'c863144', 0, 'Shenzhen Zero Zero Infinity Tech Co,Ltd', '309 Rainbow Technology Building, 36 Gaoxin North 6th Road, Xili Street Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12330, 'ac1461', 0, 'Ataw Co, Ltd', 'Dongan-gu Pyeongchon-dong 126-1 Anyang-si Gyeonggi-do 431-755 KR', 'KR', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12331, 'aca430', 0, 'Peerless AV', '2300 White Oak Circle Aurora illinios 60502 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12332, '001fb0', 0, 'TimeIPS, Inc', '3522 N Comotara St Wichita KS 67226 US', 'US', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12333, '0023d8', 0, 'Ball-It Oy', 'Uusikatu 24 G 76 Oulu 90100 FI', 'FI', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12334, '0050c294c', 0, 'Temix', 'Corso Michelangelo Buonarroti, 61B Trecastagni Catania 95039 IT', 'IT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12335, '283737', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-07-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12336, '0050c2fd7', 0, 'Deuta Werke GmbH', 'Paffrather str. 140 Bergisch Gladbach 51465 US', 'US', 'IAB', '2012-08-13', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12337, '7c69f6', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12338, '0030fe', 0, 'Dsa GmbH', 'Pascalstraße 28 52076 Aachen DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12339, '0050c261d', 0, 'Sutus Inc', '50-1055 West 14th Street North Vancouver British Columbia V7P 3P2 CA', 'CA', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12340, 'f00ebf', 0, 'ZettaHash Inc', '6F Chiyoda Ogawamachi Crosta, 1-11, Kanda Ogawamachi Chiyoda-ku Tokyo 101-0052 JP', 'JP', 'MA-L', '2018-09-07', '2018-09-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12341, '883a30', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2019-06-21', '2019-06-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12342, 'b46d35', 0, 'Dalian Seasky Automation Co;Ltd', 'Room 408, DUT Science & Technology Park Building B, No.80 Software Park Road, High-Tech Industrial Zone, Dalian, Liaoning, China Dalian Liao Ning 116023 CN', 'CN', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12343, '3c01ef', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12344, '0050c2863', 0, 'Advanced Tech Solutions', 'Seybelgasse 13 Vienna 1100 AT', 'AT', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12345, '0050c2dc4', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12346, '0050c2e2d', 0, 'Funkwerk IT Karlsfeld GmbH', 'Liebigstrasse 1a Karlsfeld Bavaria 85757 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12347, '40d85508a', 0, 'Leder Elektronik Design', 'Bruchweg 10 Ketsch Baden-Wuerttemberg 68775 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12348, '20cec4', 0, 'Peraso Tech', '144 Front St. West, Suite 685 Toronto ON M5J 2L7 CA', 'CA', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12349, 'dc5360', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12350, '00800c', 0, 'Videcom Ltd', 'NEWTOWN ESTATE ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12351, '0050c25b3', 0, 'Hitecom System', '(6F Kolon-Techno valley) 60-4, Gasan-Dong, Geumcheon-gu, Seoul 153-023 KR', 'KR', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12352, 'c49500', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12353, '541e56', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-05-31', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12354, '70b3d5b3b', 0, 'Insitu, Inc', '118 E Columbia River Way Bingen WA 98605 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12355, 'f81edf', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12356, '0050c2e28', 0, 'Teplovodokhran', 'Novaya, 51v Ryazan 390027 RU', 'RU', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12357, '70b3d5f03', 0, 'Gmi Ltd', 'Inchinnan Business Park Renfre PA4 9RG GB', 'GB', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12358, '0cdd24', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-05-14', '2019-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12359, '04bdbf', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12360, '00d0a8', 0, 'Network Engines, Inc', '61 PLEASANT STREET RANDOLPH MA 02368 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12361, '0005ff', 0, 'Sns Solutions, Inc', '2nd Fl. Hill House, KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12362, 'b0a86e', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2012-05-01', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12363, '68e209', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12364, '001127', 0, 'Tasi, Inc', '5551 Dry Fork Road Cleves OH 45002 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12365, '0017bb', 0, 'Syrinx Industrial Electronics', 'De Factorij 13 Zwaag Noord Holland 1689 AK NL', 'NL', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12366, '0050c288c', 0, 'Z-App Systems', '2210 North First St San Jose CA 95131 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12367, '5c4058', 0, 'Jefferson Audio Video Systems, Inc', '13020 Middletown Industrial Blvd. Louisville Kentucky 40223 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12368, '001bc5020', 0, 'Momentum Data Systems', '17330 Brookhurst Street Fountain Valley CA 92708 US', 'US', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12369, '7419f8c', 0, 'Bach Icon ApS', 'Ambolten 8 Hoersholm DK 2970 DK', 'DK', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12370, '001a6c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12371, '001c6f', 0, 'Emfit Ltd', 'Konttisentie 8 B Vaajakoski 40800 FI', 'FI', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12372, '0016eb', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12373, '00af1f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12374, '70b3d58ed', 0, 'NanoSense', '123 rue de Bellevue, RDC Boulogne Billancourt 92100 FR', 'FR', 'MA-S', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12375, '000f82', 0, 'Mortara Instrument, Inc', '7865 N. 86th St. Milwaukee WI 53224 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12376, '0050c24a6', 0, 'Buyang Electronics Industrial Co, Ltd', 'ORYU-DONG INCHEON 434-140 KR', 'KR', 'IAB', '2005-06-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12377, '0023ae', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2008-10-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12378, 'ac8674', 0, 'Open Mesh, Inc', '111 SW 5th Ave Ste1150 Portland OR 97204 US', 'US', 'MA-L', '2011-03-17', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12379, '240917', 0, 'Devlin Electronics Ltd', 'Unit D1 Basingstoke Hampshire RG226HZ GB', 'GB', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12380, '00128b', 0, 'Sensory Networks Inc', 'Level 6, 140 William St East Sydney NSW 2011 AU', 'AU', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12381, '001b9a', 0, 'Apollo Fire Detectors Ltd', '36 Brookside Road Havant Hampshire P09 1JR GB', 'GB', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12382, '043604', 0, 'Gyeyoung I&T', '6F, Woosung Bldg. 1000-1, Daechi-dong Seoul 135-502 KR', 'KR', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12383, '3c39e76', 0, 'RO.VE.R. Laboratories S.p.A', 'Via Parini 2/4 Colombare di SIrmione BS 25019 IT', 'IT', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12384, 'f0d7aa', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12385, '00202b', 0, 'Advanced Telecommunications Modules, Ltd', 'Cambridge CB3 OBL GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12386, '001e28', 0, 'Lumexis Corp', '3184 Airway Ave Bldg D Costa Mesa CA 92626 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12387, '9ca3ba', 0, 'Sakura Internet Inc', '7-20-1 Nishi-shinjuku Shinjuku-ku Tokyo 1600023 JP', 'JP', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12388, 'bc66413', 0, 'Solectria Renewables, Llc', '360 Merrimack St. Lawrence MA 01843 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12389, '0040bb', 0, 'Goldstar Cable Co, Ltd', '555, HOGYE-DONG, ANYANG-SHI KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12390, '0050c29f0', 0, 'Veracity UK Ltd', '6 Barns Street Ayr South Ayrshire KA7 1XA GB', 'GB', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12391, '002688', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-01-05', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12392, '4a5a6f', 0, 'Applied Materials', '3050 Bowers Avenue Santa Clara CA 95054 US', 'US', 'CID', '2018-04-06', '2018-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12393, 'b8a58d', 0, 'Axe Group Holdings Ltd', 'Road Town tortola VG1110 VG', 'VG', 'MA-L', '2019-06-17', '2019-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12394, 'e4671e', 0, 'Shen Zhen Nuo Xin Cheng Tech Co, Ltd', 'Building A2 and 1 F/L, Building A1, 9 Wugang Rd, Xikeng Village, Xikeng Community, Henggang Sub-district, Longgang District Shenzhen 518100 CN', 'CN', 'MA-L', '2019-07-16', '2019-07-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12395, '000785', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12396, '000e7a', 0, 'GemWon Communications Co, Ltd', '3FL.,NO.32,Lane 135,Shianjeng 9th Rd.,Jubei City Hsinchu 302 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12397, '002506', 0, 'A.I. Antitaccheggio Italia Srl', 'VICOLO DELLE DAME 4 BOLOGNA 40124 IT', 'IT', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12398, '28f5371', 0, 'Umojo', '1 E. Superior St., Suite 402 Chicago IL 60611 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12399, '70b3d5516', 0, 'Lineage Power Pvt Ltd,', '30-A1, KIADB, 1ST PHASE INDUSTRIAL ESTATE,KUMBALGODU, BANGALORE-MYSORE ROAD BANGALORE KARNATAKA 560074 IN', 'IN', 'MA-S', '2018-07-05', '2018-07-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12400, 'd05f645', 0, 'Atoll Solutions Private Ltd', '#229, 2nd Floor, 2A Main, 5th Cross, New Thippasandra Bangalore Karnataka 560075 IN', 'IN', 'MA-M', '2019-05-10', '2019-05-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12401, '00c00f', 0, 'Quantum Software Systems Ltd', '175 TERRENCE MATTHEWS CRESCENT K2L 3T5 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12402, '002105', 0, 'Alcatel-Lucent Ipd', '701 E. Middlefield Rd. Mountain View CA 94043 US', 'US', 'MA-L', '2008-03-04', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12403, '002475', 0, 'Compass System(Embedded Dept.)', '1403 ACE TechnoTower 8th Seoul 152-050 KR', 'KR', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12404, '9c061b', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12405, '8c1cda5', 0, 'Septentrio NV', 'Interleuvenlaan 15i Leuven 3001 BE', 'BE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12406, '00109f', 0, 'Pavo, Inc', '95 YESLER WAY SEATTLE WA 98104 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12407, '0050c22e7', 0, 'SafeView, Inc', '469 El Camino Real Santa Clara CA 95050 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12408, '1cbd0e', 0, 'Amplified Engineering Pty Ltd', '5 Turner Avenue Bentley WA 6102 AU', 'AU', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12409, '0080f3', 0, 'Sun Electronics Corp', '250 ASAHI KOCHINO-CHO 483 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12410, '00268d', 0, 'CellTel S.p.A.', 'Via Romano 72 Scarmagno Torino 10010 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12411, '001e52', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2007-09-29', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12412, 'f08a28', 0, 'Jiangsu Hengsion Electronic S and T Co, Ltd', '4F,Building 3 ChangZhou Jiangsu 213125 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12413, 'e0b6f5b', 0, 'Moog Crossbow', '1421 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12414, 'c47c8dc', 0, 'Inotec Sicherheitstechnik GmbH', 'Am Buschgarten 17 Ense NRW 59469 DE', 'DE', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12415, '00a032', 0, 'Ges Singapore Pte. Ltd', '14 SUNGEI KADUT AVENUE SINGAPORE 2572 SG', 'SG', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12416, '00d0bf', 0, 'Pivotal Tech', '70 S. LAKE AVENUE - STE. #900 PASADENA CA 91101 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12417, '0050c2c9b', 0, 'Sm electronic Co', '338-2, Gwangpyeong-dong, Gumi-si Gyeongsangbuk-do, 730-080 KR', 'KR', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12418, '10e4af', 0, 'Apr, Llc', '4800 US HWY 280 West Opelika AL 36801 US', 'US', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12419, '0007a3', 0, 'Ositis Software, Inc', '6120 Stoneridge Mall Road Pleasanton CA 94588 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12420, '0050c24d2', 0, 'Twoway Catv Service Inc', '41 Wu Kung 6 Rd., Wu Ku Industrial Park, TPI Hsien 248 TW', 'TW', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12421, '8c147d5', 0, 'Unwired Networks', 'Gonzagagasse 11/25 Vienna 1010 AT', 'AT', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12422, '70b3d5447', 0, 'Avid Controls Inc', '41261 Park 290 Dr WALLER TX 77484 US', 'US', 'MA-S', '2018-10-22', '2018-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12423, '000e31', 0, 'Olympus Soft Imaging Solutions GmbH', 'Johann-Krane-Weg 39 Münster 48149 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12424, 'a4b36a', 0, 'Jsc Sdo Chromatec', '94, Stroiteley street Yoshkar-Ola Mari El republic 424000 RU', 'RU', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12425, '108ccf', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12426, '30f42f', 0, 'Esp', '126-1 Pyeongchon-dong, Dongan-gu Anyang-si Gyeonggi-do 431-755 KR', 'KR', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12427, '74badb', 0, 'Longconn Electornics(shenzhen)Co, Ltd', 'Building D12,n 30,Xingye One Road,Fenghuang First Industrial Zone,Fuyong Street,Bao an District,Shenzhen,Guangdong Province. shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12428, '0cfd37', 0, 'Suse Linux GmbH', 'Maxfeldstraße 5 Nürnberg Bavaria 90409 DE', 'DE', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12429, '0040f0', 0, 'MicroBrain, Inc', 'Yuzan Bldg. 4F, Aichi-gun AICHI 480-1117 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12430, '0025dd', 0, 'Sunnytek Information Co, Ltd', '12F, NO. 88, HSIN-TE ROAD TAIPEI HSIEN 241 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12431, '0050c2db5', 0, 'Dsp Design Ltd', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12432, '001bc5013', 0, 'Zamir Recognition Systems Ltd', 'Manachat Tech Park 1/22 Jerusalem 96951 IL', 'IL', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12433, '70b3d5c39', 0, 'MeshWorks Wireless Oy', 'Haarlankatu 1 J Tampere No selection required 33230 FI', 'FI', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12434, '70b3d5522', 0, 'Syncopated Engineering Inc', '13136 Williamfield Dr Ellicott City MD 21042 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12435, 'dc68eb', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12436, 'd452ee', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2020-01-14', '2020-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12437, '00800b', 0, 'Csk Corp', '18F MATSUSHITA IMP BLDG, JAPAN 540 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12438, '0050c278c', 0, 'Giga-tronics, Inc', '4650 Norris Canyon Road San Ramon CA 94583 US', 'US', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12439, '90c115', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2011-11-13', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12440, 'b41c30', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12441, '00129f', 0, 'Rae Systems', '3775 North First Street San Jose CA 95134 US', 'US', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12442, '0050c2818', 0, 'Wireless Value BV', 'Waanderweg 30A Emmen Dr. 7827 KJ NL', 'NL', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12443, '0050c29fa', 0, 'Teranex A Division of Silicon Optix', '12600 Challenger Parkway Orlando FL 32826-2700 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12444, '00151a', 0, 'Hunter Engineering Co', '11250 Hunter Drive Bridgeton Missouri 63044 US', 'US', 'MA-L', '2005-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12445, '0050c25ad', 0, 'Emcom Systems', '127 Route 206 South, Suite 27 Trenton New Jersey 08610 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12446, '40d8551e0', 0, 'Embedded Tech Corp', 'Uryudou 3-8-13 Higashiosaka city Osakafu 578-0946 JP', 'JP', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12447, '001d6c', 0, 'ClariPhy Communications, Inc', '16 Technology Dr., Suite 165 Irvine CA 92618 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12448, '001f7d', 0, 'Embedded Wireless GmbH', 'Soeflinger Strasse 200 Ulm BW 89077 DE', 'DE', 'MA-L', '2008-01-14', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12449, '0021f9', 0, 'Wirecom Tech', '135, rue Jacques Charles OLIVET Loiret 45166 FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12450, '70b3d5cda', 0, 'Vitec', '99 rue pierre sémard Chatillon France 92320 FR', 'FR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12451, '0018c6', 0, 'Opw Fuel Management Systems', '6900 Santa Fe Drive Hodgkins Illinois 60525 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12452, '001921', 0, 'Elitegroup Computer Systems Co, Ltd', 'No.22,Alley 38,Lane 91, Sec. 1,Nei Hu Road. Taipei 114 TW', 'TW', 'MA-L', '2006-08-15', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12453, '70b3d51a8', 0, 'Stc Rainbow Ltd', '5-y Donskoy pr-d, 15с2 Moscow 119334 RU', 'RU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12454, '34e1d17', 0, 'Genius Pros', 'Floor 13, Building B, NO. 859 West Shixiang Road, Xihu District, Hangzhou City Hangzhou 310012 CN', 'CN', 'MA-M', '2019-01-10', '2019-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12455, 'fca47a6', 0, 'Token', '4545 East River Road, Suite 310 Henrietta NY 14586 US', 'US', 'MA-M', '2019-05-02', '2019-05-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12456, '00806d', 0, 'Century Systems Corp', '2-8-12 MINAMI-CHO 185 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12457, '70b3d56e5', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 , Bergisch Gladbach 51465 DE', 'DE', 'MA-S', '2014-11-04', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12458, '001160', 0, 'Artdio Co Co, Ltd', '7th FL.., No.476, Min-Hu RD., Hsin-Chu, Hsinchu 300 TW', 'TW', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12459, '0021d4', 0, 'Vollmer Werke GmbH', 'Maschinenfabrik Biberach Baden-Württemberg 88400 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12460, '00c610', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-08-31', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12461, '000314', 0, 'Teleware Network Systems', '#7806 7th Dongil Technotown, 431-062 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12462, '000560', 0, 'Leader Comm.Co, Ltd', '234, Komae-ri, Kiheung-eup, 449-900 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12463, '88a9a7c', 0, 'AndroVideo Inc', '2f-4, 17, Lane 91, Nei Hu Rd., Sec. 1 Taipei 11441 TW', 'TW', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12464, '20415a', 0, 'Smarteh d.o.o.', 'Trg tigrovcev 1 Tolmin 5220 SI', 'SI', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12465, '78ec74', 0, 'Kyland-Usa', '1107 SE Willow Pl Blue Springs MO 64014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12466, '0022b0', 0, 'D-Link Corp', 'No.289, Sinhu 3rd RD., Neihu District, Taipei City 114 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12467, '08849d', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-05-08', '2019-05-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12468, '00034a', 0, 'Rias Corp', '46600 Fremont Blvd. Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12469, '001b0b', 0, 'Phidgets Inc', '2715A 16A Street N.W. Calgary Alberta T2M 3R7 CA', 'CA', 'MA-L', '2007-01-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12470, '0050c2878', 0, 'Acoustic Research Laboratories Pty Ltd', 'Level 7, Building 2, 423 Pennant Hills Road Pennant Hills NSW 2120 AU', 'AU', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12471, '7446a0', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12472, 'e02cb2', 0, 'Lenovo Mobile Communication (Wuhan) Co Ltd', 'No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan, China 430205 Wuhan Hubei 430205 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12473, '10e7c6', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12474, '00e030', 0, 'Melita International Corp', '5051 PEACHTREE CORNERS CIRCLE NORCROSS GA 30092 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12475, '008032', 0, 'Access Co, Ltd', 'HIEI-KUDAN BLDG. B1 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12476, '185644', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12477, '9c65f9', 0, 'AcSiP Tech Corp', '3F-1, No. 207, Fusing Rd. Taoyuan Taiwan 33066 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12478, '7cbc844', 0, 'Continental', '1 AVENUE PAUL OURLIAC TOULOUSE 31100 FR', 'FR', 'MA-M', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12479, '0050c2e0d', 0, 'Unixmedia Srl', 'Via Cosimo del Fante, 4 Milano 20122 IT', 'IT', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12480, '80ea96', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12481, '000377', 0, 'Gigabit Wireless', '3099 N. First Street San Jose CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12482, '0005be', 0, 'Kongsberg Seatex AS', 'Pirsenteret NO', 'NO', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12483, 'a028330', 0, 'Gersys GmbH', 'Hans-Urmiller-Ring 12A Wolfratshausen 82515 DE', 'DE', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12484, '9852b1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-07-28', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12485, 'cac87e', 0, 'Allen Organ Co', '150 LOCUST ST MACUNGIE PA 18062 US', 'US', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12486, '0050c2b41', 0, 'Tata Power Co, Strategic Electronics Division', '42/43, Electronics City, Bangalore Karnataka 560100 IN', 'IN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12487, '089e01', 0, 'Quanta Computer Inc', 'No.211, Wen Hwa 2nd Rd Taoyuan Taiwan 33377 TW', 'TW', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12488, 'fcd6bd', 0, 'Robert Bosch GmbH', 'AE-BE/EKE Leonberg BW 71206 DE', 'DE', 'MA-L', '2012-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12489, '283713', 0, 'Shenzhen 3Nod Digital Tech Co, Ltd', 'Building D, No.8 Langhui Road, Tangxiayong Community, Songgang Street, Baoan District, Shenzhen City, Guangdong Province, P.R. China Shenzhen Guangdong 518105 CN', 'CN', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12490, '000f70', 0, 'Wintec Industries, Inc', '675 Sycamore Drive Milpitas, CA 95035 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12491, '78a2a0', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2010-03-28', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12492, '10c37b', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12493, '70b3d5418', 0, 'Dev Systemtechnik GmbH& Co KG', 'Gruener Weg 4A Friedberg Hessen 61169 DE', 'DE', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12494, '5c78f8', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12495, '00029f', 0, 'L-3 Communication Aviation Recorders', 'P.O. Box 3041 Sarasota FL 34230 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12496, '1c3e84', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12497, '0050c2d2f', 0, 'Key Systems , Inc', 'PO Box G Fishers New York 14453 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12498, '001bc5072', 0, 'Ohio Semitronics, Inc', '4242 Reynolds Dr Hilliard Ohio 43026 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12499, '1c87764', 0, 'Rdp.RU', '3 Davydkovskaya street Moscow 121352 RU', 'RU', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12500, '0013ea', 0, 'Kamstrup A/S', 'Industrivej 28 Stilling 8660 DK', 'DK', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12501, '002556', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2009-02-28', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12502, '002224', 0, 'Good Will Instrument Co, Ltd', 'No. 7-1 Jhongsing Road, Taipei 236 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12503, 'e8cd2d', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12504, '54fa3e', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2014-04-22', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12505, '00e0ab', 0, 'Dimat S.A.', 'C/BISCAIA 383 3 08023 BARCELONA ES', 'ES', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12506, '000e39', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12507, '4c917aa', 0, 'Erlab Dfs Sas', 'Parc d\'Affaires des Portes - BP403 Val de Reuil 27104 FR', 'FR', 'MA-M', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12508, '000e09', 0, 'Shenzhen Coship Software Co, Ltd', '7/F,Block A,W2 Bldg,Hi-Tech Industrial Park,Shenzhen,China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12509, '0050c2c11', 0, 'Art Antriebs- und Regeltechnik GmbH', '2.Industriestrasse 8 Hockenheim 68766 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12510, '0015b6', 0, 'ShinMaywa Industries, Ltd', '1-1 Shinmeiwa-cho Takarazuka Hyogo 665-8550 JP', 'JP', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12511, '0050c273e', 0, 'Quantec Networks GmbH', 'Rieselwiese 1 Vienenburg Niedersachsen 38690 DE', 'DE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12512, '18f643', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12513, '000496', 0, 'Extreme Networks, Inc', '3585 Monroe Street Santa Clara CA 95051 US', 'US', 'MA-L', '2000-12-04', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12514, '000f5f', 0, 'Nicety Tech Inc (Nts)', '792-3 Tomioka Toyoda-cho Iwata-gun Shizuoka 438-0803 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12515, '001b53', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12516, '00212e', 0, 'dresden-elektronik', 'Enno-Heidebroek-Str. 12 Dresden Saxony D-01237 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12517, '4c3b74', 0, 'Vogtec(H.K.) Co, Ltd', 'Flat 01, 2/F, On Ning Building, Hong Kong 999077 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12518, '0050c2db4', 0, 'Zao Npc Kompjuternie Technologii', 'Komsomolskiy av., 90-17 Perm Perm Region 614010 RU', 'RU', 'IAB', '2011-02-21', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12519, '70305d', 0, 'Ubiquoss Inc', '8F Ubiquoss B/D, 68, Pangyo-ro 255beon-gil, Bundang-gu Seongnam-si Gyeonggi-do 463-400 KR', 'KR', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12520, '70b3d5af9', 0, 'Critical Link Llc', '6712 Brooklawn Parkway Syracuse null 13211 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12521, '00108c', 0, 'Fujitsu Services Ltd', 'SOLIHULL PARKWAY BIRMINGHAM B37 7YU England 0000 GB', 'GB', 'MA-L', '1997-11-14', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12522, '0050c2605', 0, 'Swistec GmbH', 'Graue-Burg-Strasse 24-26 Bornheim D-53332 DE', 'DE', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12523, '0021e4', 0, 'I-Win', '27 Rue des Econdeaux EPINAY SUR SEINE Seine Saint Denis 93800 FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12524, '40d855053', 0, 'Amantys Ltd', 'Platinum Building, St John\'s Innovation Park Cambridge Cambridgeshire CB4 0WS GB', 'GB', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12525, '546d52', 0, 'Topview Optronics Corp', 'No.8, Wuquan Rd., New Taipei Industrial Park, Wugu District New Taipei City 24886 TW', 'TW', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12526, '58a0cb', 0, 'TrackNet, Inc', '900 Lafayette Street #329 Santa Clara CA 95050 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12527, '70b3d508b', 0, 'Peter Huber Kaeltemaschinenbau AG', 'Werner-von-Siemens-Str. 1 Offenburg Ba-Wue 77656 DE', 'DE', 'MA-S', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12528, '000870', 0, 'Rasvia Systems, Inc', '3255-3 Scott Blvd. Santa Clara CA 95054 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12529, '001a5a', 0, 'Korea Electric Power Data Network (Kdn) Co, Ltd', '665 NAESON-DONG, GYEONGGI-DO UIWANG-SI, NAESON-DONG 437-082 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12530, '705cad', 0, 'Konami Gaming Inc', '585 Trade Center Drive Las Vegas Nevada 89119 US', 'US', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12531, '3c7873', 0, 'Airsonics', '1289 Fordham Blvd. Chapel Hill NC 27514 US', 'US', 'MA-L', '2015-08-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12532, '0040c5', 0, 'Micom Communications Inc', '4100 LOS ANGELES AVENUE SIMI VALLEY CA 93063 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12533, '6c6f18', 0, 'Stereotaxis, Inc', '4320 Forest Park Ave St. Louis MO 63108 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12534, '001b2e', 0, 'Sinkyo Electron Inc', '3-3-21 asahigaoka hino-city Tokyo 191-0065 JP', 'JP', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12535, '3ca9f4', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2012-03-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12536, '645fff', 0, 'Nicolet Neuro', '1850 Deming Way Middleton WI 53562 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12537, '00a2f5', 0, 'Guangzhou Yuanyun Network Tech Co, Ltd', '31/F,183 TianHe Bei Rd, Metro Plz GuangZhou GuangDong 510630 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12538, 'bc5436', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12539, '70b3d573d', 0, 'Netways GmbH', 'Deutschherrnstraße 15 Nürnberg 90429 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12540, '0010ab', 0, 'Koito Electric Industries, Ltd', '100 MAEDA-CHO, TOTSUKA-KU YOKOHAMA 244 KANAGAWA 244-8569 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12541, '000d28', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12542, '806cbc', 0, 'Net New Electronic Tech GmbH', 'Lerchenberg 7 Finning Bavarian 86923 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12543, '985c93', 0, 'Sbg Systems Sas', '3bis, chemin de la Jonchere Rueil Malmaison Ile de France 92500 FR', 'FR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12544, '40d8550ac', 0, 'Fraunhofer Hhi', 'Einsteinufer 37 Berlin 10587 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12545, '18af8f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-06-20', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12546, '34e6ad', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12547, '70b3d5342', 0, 'Solectrix', 'Fürther Str. 244b Nürnberg Bayern 90429 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12548, '0004bb', 0, 'Bardac Corp', '40 Log Canoe Circle Stevensville MD 21666 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12549, '0024fa', 0, 'Hilger u. Kern GmbH', 'Kaefertaler Strasse 253-255 Mannheim Baden-Württemberg 68167 DE', 'DE', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12550, '70b3d5616', 0, 'Axxess Identification Ltd', '27-28 Shrivenham Hundred Business Park Swindon Wiltshire SN6 8TZ GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12551, '006d61', 0, 'Guangzhou V-Solution Electronic Tech Co, Ltd', 'Room 601,Originality Building B2, NO.162 Science Avenue,Science Town Guangzhou Guangdong 510663 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12552, 'f4a52a', 0, 'Hawa Tech Inc', '336 Hayes St San Francisco California 94102 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12553, 'ccd9e9', 0, 'Scr Engineers Ltd', '6 Haomanut St. Netanya 42504 IL', 'IL', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12554, '209148', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12555, 'b456b9', 0, 'Teraspek Tech Co, Ltd', '14th floor,Block C,Beijing International Building, Zhongguancun South Street, Beijng, China, 100081 Beijing 100081 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12556, '70b3d526c', 0, 'EA Elektroautomatik GmbH & Co KG', 'Helmholtzstraße 31-33 Viersen NRW 41747 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12557, '00d01a', 0, 'Urmet Tlc S.P.A.', 'VIA DI CASTEL ROMANO 167 IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12558, '001d4d', 0, 'Adaptive Recognition Hungary, Inc', 'Kiralyhago ter 8-9 Budapest Europe 1126 HU', 'HU', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12559, '0050c2c30', 0, 'Wagner Group GmbH', 'Schleswigstrasse 1-5 Langenhagen 30853 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12560, '78843c', 0, 'Sony Corp', 'Gotenyama Tec,5-1-12, Shinagawa-ku Tokyo 141-0001 JP', 'JP', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12561, '48b977', 0, 'PulseOn Oy', 'Tekniikantie 12 ESPOO Uusimaa 02150 FI', 'FI', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12562, '70b3d5e95', 0, 'BroadSoft, Inc', '550 S Winchester Blvd San Jose CA 95128 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12563, '70b3d567a', 0, 'Micatu', '315 Daniel Zenker Drive Horseheads NY 14845 US', 'US', 'MA-S', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12564, '00b0f0', 0, 'Caly Networks', '295 Santa Anna Court Sunnyvale CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12565, '0050c2a46', 0, 'Softronics Ltd', '6920 Bowman Lane NE Cedar Rapids IA 52402 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12566, '002284', 0, 'Desay A&V Science And Tech Co, Ltd', 'DESAY 3rd Zone,Chenjiang, Huizhou Guangdong 516229 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12567, '0050c2b34', 0, 'Meisol Co, Ltd', 'NAKA-KU YAMASHITA-CHO 74-1 YOKOHAMA-SHI KANAGAWA-KEN 231-0023 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12568, '98f537', 0, 'zte Corp', '12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12569, 'ccb255', 0, 'D-Link International', '1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG', 'SG', 'MA-L', '2012-02-04', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12570, '50680a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12571, '70b3d5db5', 0, 'Xiamen Point Circle Technologh Co, Ltd', 'S307SouthBuildingWeiYeBuildinPioneering Park,Huli District,Xia M XIAMEN Xiamen 361000 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12572, '000237', 0, 'Cosmo Research Corp', 'Cosmo Bldg, 3-148-5 KW', 'KW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12573, '000faf', 0, 'Dialog Inc', '1-47-9 Toshima-ku Tokyo 1700013 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12574, '0050c2c47', 0, 'Weltek Tech Co Ltd', 'Flat A-B, 12/F, Block 1, Wah Fung Ind. Centre, 33-39 Kwai Fung Crescent, Kwai Chung, N.T. 852 HK', 'HK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12575, 'c07e40', 0, 'Shenzhen Xdk Communication Equipment Co, Ltd', 'XDK BUILDING,NO.1 INDUSTRIAL AREA,BANTIAN,LONGGANG DISTRICT SHENZHEN GUANGDONG 518129 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12576, '40d85511a', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12577, '0050c2390', 0, 'TC Communications', '17575 Cartwright Road Irvine CA 92614 US', 'US', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12578, '0012b1', 0, 'Dai Nippon Printing Co, Ltd', '2-8-21,Akabane-minami Kita-ku Tokyo 115-0044 JP', 'JP', 'MA-L', '2004-10-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12579, '0030ef', 0, 'Neon Tech, Inc', '85 WEST MONTAGUE EXPRESSWAY MILPITAS CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12580, '0005e7', 0, 'Netrake an AudioCodes Co', '3000 Technology Drive Plano TX 75074 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12581, '0050c27e6', 0, 'Empirix Italy S.p.A.', 'Via Giorgio Perlasca, 20 Modena 41126 IT', 'IT', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12582, '0024cc', 0, 'Fascinations Toys and Gifts, Inc', '19224 Des Moines Way S Seattle Washington 98148 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12583, '0050c2eaf', 0, 'Gogo BA', '303 S. Technology Ct. Broomfield Co 80021 US', 'US', 'IAB', '2011-10-15', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12584, 'd0d94f0', 0, 'Perfant Tech Co, Ltd', 'Guo Ren Tong Xin B317,Ke Ji Zhong San Lu,Nanshan,Shenzhen,Guangdong,China Shenzhen 518000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12585, '00209f', 0, 'Mercury Computer Systems, Inc', '199 RIVERNECK ROAD CHELMSFORD MA 01824 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12586, '00012f', 0, 'Twinhead International Corp', '2FL, 2, Lane 235, Bao-Chiao Road TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12587, 'd490e0', 0, 'Topcon Electronics GmbH & Co KG', 'Industriestraße 7 Geisenheim 65366 DE', 'DE', 'MA-L', '2016-09-22', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12588, '98aafcb', 0, 'Resonant Systems Inc', 'Tsurumi chiyoda building,4-34-26,Tsurumi-tyuou,Tsurumi Yokohama-shi kanagawa-ken 230-0051 JP', 'JP', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12589, 'ac5aee', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12590, 'ac6706', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-02-21', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12591, 'c891f9', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR', 'FR', 'MA-L', '2014-04-22', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12592, '7c477c4', 0, 'Rlc Electronics Systems', '10 Corporate Blvd. Sinking Spring PA 19608 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12593, '200a0d7', 0, 'Tecnint Hte Srl', 'Via della Tecnica 16/18 Osnago Lecco 23875 IT', 'IT', 'MA-M', '2019-10-10', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12594, '0050b7', 0, 'Boser Tech Co, Ltd', '15F-6, 77 HSIN TAI WU ROAD TAIPEI HSIEN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12595, 'd0542d', 0, 'Cambridge Industries(Group) Co, Ltd', '22 Floor,Qilai Tower;889 Yishan Road Shanghai 200233 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12596, '443d21', 0, 'Nuvolt', '8087 Boul. de la Rive Sud Levis Quebec G6V 9G9 CA', 'CA', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12597, '0050c2da0', 0, 'Precision Remotes', '860 Harbour Way South, Suite A Richmond CA 94804 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12598, '34f6d2', 0, 'Panasonic Taiwan Co, Ltd', '579,Yuan Shan Road New Taipei Taiwan 235', '', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12599, '202d23', 0, 'Collinear Networks Inc', '2901 Tasman Drive Santa Clara CA 95054 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12600, '001855', 0, 'Aeromaritime Systembau GmbH', 'Ludwig-Erhard-Str. 16 D-85375 Neufahrn DE', 'DE', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12601, '0050c2c17', 0, 'Axis-Shield PoC AS', 'Kjelsåsveien 161 Oslo 0504 NO', 'NO', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12602, '180b52', 0, 'Nanotron Tech GmbH', 'Alt-Moabit 60 Berlin 10555 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12603, '449f7f', 0, 'DataCore Software Corp', '6300 NW 5th Way Fort Lauderdale FL 33309 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12604, '000c4e', 0, 'Winbest Tech Co, LT', '7F-5No.736 Chung ChengRd.,ChungHo Taipei 235 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12605, '0019e9', 0, 'S-Information Technolgy, Co, Ltd', 'Sungwoo Bldg, 717-3 Suseo-dong, Seoul 135-884 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12606, 'd4d249', 0, 'Power Ethernet', '4th Floor, Holborn Gate London WC2A 1AH GB', 'GB', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12607, 'a0f450', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12608, 'a4580f7', 0, 'Changsha Tai Hui Network Tech Co, Ltd', '102-202 Building A2,Luguyu Garden,No.27 Wenxuan Rd,Gaoxin District,Changsha changsha hunan 410205 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12609, '000512', 0, 'Zebra Tech Inc', '475 Half Day Road Lincolnshire IL 60069 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12610, '000a59', 0, 'HW server', 'Italska 15 Prague 2 Czech Republic 120 00 KM', 'KM', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12611, '8c7f3b', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-07-13', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12612, 'f44c7f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12613, '00073a', 0, 'Inventel', '35, rue Toumefort 000 0000 FR', 'FR', 'MA-L', '2001-10-24', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12614, '000acc', 0, 'Winnow Networks, Inc', '701 Emerson Road St. Louis MO 63141 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12615, '0050c21ca', 0, 'Ever Sp. z o.o.', 'ul. Grudzinskiego 30 Swarzedz wielkopolskie 62-020 PL', 'PL', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12616, '001a5f', 0, 'KitWorks.fi Ltd', 'Snowpolis Vuokatti Kainuu 88610 FI', 'FI', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12617, '001bc5017', 0, 'cPacket Networks', '2061 Landings Drive Mountain View CA 94043 US', 'US', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12618, '70b3d5dd2', 0, 'Insitu, Inc', '118 E Columbia River Way Bingen WA 98605 US', 'US', 'MA-S', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12619, '00d0ae', 0, 'Oresis Communications, Inc', '14670 NW GREENBRIER PKWY BEAVERTON OR 97006 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12620, '0004e0', 0, 'Procket Networks', '1100 Cadillac Court Milpitas CA 95035 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12621, '0050c26e7', 0, 'Ace Axis Ltd', '602 Delta Business Park, Welton Road Swindon SN5 7XP GB', 'GB', 'IAB', '2007-02-11', '2017-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12622, '0050c280a', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12623, '90004e', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2011-03-17', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12624, '4486c1', 0, 'Siemens Low Voltage & Products', '5400 Triangle Parkway Norcross GA 30092 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12625, '000307', 0, 'Secure Works, Inc', '11 Executive Drive Atlanta GA 30329 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12626, '000436', 0, 'ELANsat Tech, Inc', 'No. 11, Lane 19, Pateh Road, Hsinchu TAIWAN, R.O.C. TW', 'TW', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12627, '0050c29a0', 0, 'Trs Systems, Inc', '601 Carlson Parkway, #1050 Minnetonka MN 55305 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12628, '38fdfe', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12629, '9cac6d', 0, 'Universal Electronics, Inc', '201 E. Sandpointe Ave Santa Ana CA 92707 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12630, '0007e2', 0, 'Bitworks, Inc', '#1 Bitworks Way Prairie Grove AR 72753 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12631, '00088a', 0, 'Minds@Work', '15550 Rockfield Blvd. Suite C Irvine CA 92618 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12632, 'a44c11', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12633, '4c962d', 0, 'Fresh AB', 'Gransholmsvägen 136 Gemla 35599 SE', 'SE', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12634, '0050c2259', 0, 'Omicron Ceti AB', 'Borgarfjordsgatan 7 KISTA STOCKHOLM SE-16440 SE', 'SE', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12635, '0050c2dbc', 0, 'Nantes Systems Private Ltd', 'B-822 SOBHAWINDFALL BANGALORE KARNATAKA 560092 IN', 'IN', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12636, '0050c290e', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12637, '301f9a2', 0, 'Chison Medical Tech Co, Ltd', 'No.9, Xinhuihuan Road, Xinwu District, Wuxi, Jiangsu, China 214028 WUXI JIANGSU 214028 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12638, '0030cd', 0, 'Conexant Systems, Inc', '4311 JAMBOREE ROAD NEWPORT BEACH CA 92660 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12639, '00146a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12640, 'd0817a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12641, '70b3d5da5', 0, 'Roboteq', '7812 E Acoma dr Scottsdale AZ 85260 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12642, '0003aa', 0, 'Watlow', '1241 Bundy Blvd. Winona MN 55987 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12643, '2ce871', 0, 'Alert Metalguard ApS', 'Vester Voldgade 104, st, th Copenhagen V 1552 DK', 'DK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12644, 'c88ed11', 0, 'German Pipe GmbH', 'Darrweg 43 Nordhausen Thuringia D-99734 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12645, 'eca940', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-09-25', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12646, '0050c2266', 0, 'Atom Giken Co, Ltd', '92-2 KATASE FUJISAWA KANAGAWA 251-0032 JP', 'JP', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12647, 'dc175a', 0, 'Hitachi High-Tech Corp', '794, Higashitoyoi, Kudamatsu City, Yamaguchi Pref., 744-0002, JP', 'JP', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12648, '001ecd', 0, 'Kyland Tech Co Ltd', 'Building No.2,Shixing Avenue 30# Shijingshan District Beijing 100044 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12649, '041bba', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12650, '58fcdba', 0, 'Xmodus Systems GmbH', 'Reiherstrasse 2 Haiger Hessen 35708 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12651, '0050d7', 0, 'Telstrat', '3600 AVENUE PLANO TX 75074 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12652, '000e8f', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '2004-02-12', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12653, '00113f', 0, 'Alcatel DI', 'ZI lavoisier EU Normandie 76260 FR', 'FR', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12654, '0014de', 0, 'Sage Instruments Inc', '240 Airport Blvd. Freedom CA 95019 US', 'US', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12655, '0015bf', 0, 'technicob', '4 Rue Camille Saint-Saens LANESTER Morbihan 56602 US', 'US', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12656, '00213a', 0, 'Winchester Systems Inc', '101 Billerica Avenue Billerica, MA 01862 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12657, '0050c2bd0', 0, 'Edc wifi', 'Bao An Nan Lu ShenZhen GuangDong 518001 CN', 'CN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12658, '70b3d56cf', 1, 'Private', '', '', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12659, '000424', 0, 'Tmc s.r.l.', '202 Via A. Costa IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12660, '001107', 0, 'Rgb Networks Inc', '2929 Campus Drive San Mateo CA 94403 US', 'US', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12661, 'a0c5f26', 0, 'ShenZhen JuWangShi Tech', 'Room 1701 Unit B2,Kexing Science Park,Keyuan Road ShenZhen NanShan 518057 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12662, '98e8fa', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12663, 'f05136', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12664, '00202a', 0, 'N.V. Dzine', 'KONING LEOPOLD III LAAN 2 BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12665, 'f4ea67', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12666, '8cbebe', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2013-11-12', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12667, '70b3d5bcf', 0, 'Apg Cash Drawer, Llc', '5250 Industrial Blvd NE Minneapolis MN 55421 US', 'US', 'MA-S', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12668, '70b3d5a4a', 0, 'Beijing Arrow Seed Tech Co,.Ltd', '28/F, Taikang Financial Tower, 38 North Street of East 3rd Ring, Chaoyang District beijing beijing 100033 CN', 'CN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12669, 'c8f6c8', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-10-15', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12670, '70b3d51c2', 0, 'Censis, Uiversity of Glasgow', '121 George Street Glasgow G1 1RD GB', 'GB', 'MA-S', '2019-08-01', '2019-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12671, '00075e', 0, 'Ametek Power Instruments', '4050 NW 121 Avenue Coral Springs FL 33065 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12672, '685b36', 0, 'Powertech Industrial Co, Ltd', '10F, No. 407, Chung Shan Rd., Sec 2, Chung Ho Taipei County 23558 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12673, '00114b', 0, 'Francotyp-Postalia GmbH', 'Triftweg 21-26 Birkenwerder Brandenburg 16547 DE', 'DE', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12674, '74dada', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12675, '001b05', 0, 'Ymc AG', 'Sonnenstrasse 4 Kreuzlingen Thurgau 8280 CH', 'CH', 'MA-L', '2007-01-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12676, '70b3d5917', 0, 'Ksj CoLtd', 'Address 4F Kurosu Bldg. Nakano-ku Tokyo 1640012 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12677, '70b3d5750', 0, 'Neurio Tech Inc', '43 West Hastings Street Vancouver BC V6B 1G4 CA', 'CA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12678, 'c4700b', 0, 'Guangzhou Chip Tech Co, Ltd', '4th floor, Building J of JiTang Industrial Zone, No. 8 NanYun fifth road, HuangPu District Guangzhou Guangdong 510700 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12679, '70b3d5dc3', 0, 'Fath Mechatronics', 'Hügelmühle 31 Spalt bavaria 91174 DE', 'DE', 'MA-S', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12680, '0010fe', 0, 'Digital Equipment Corp', '301 ROCKRIMMON BLVD, SOUTH COLORADO SPRINGS CO 80919 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12681, '00d0bb', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12682, '0050c2218', 0, 'Nansen S. A. - Instrumentos de Precisão', 'José Pedro Araújo, 960 Contagem Minas Gerais 32341560 BR', 'BR', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12683, '00251c', 0, 'Edt', '1400 SW Compton Beaverton OR 97008 US', 'US', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12684, '2c265fc', 0, 'Aaton Digital', '2 RUE DE LA PAIX GRENOBLE RHONE-ALPES 38000 FR', 'FR', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12685, '70b3d5d1c', 0, 'Specialised Imaging Ltd', '6 Harvington Park Pitstone Bucks LU7 9GX GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12686, '9cf6dde', 0, 'Shanxi ZhuoZhi fei High Electronic Tech Co Ltd', 'Red flag East Street yuncheng shanxi 044000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12687, '002025', 0, 'Control Tech, Inc', '5734 MIDDLEBROOK PIKE KNOXVILLE TN 37921 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12688, '0050c21eb', 0, 'Data Respons A/S', 'Horkaer 18, 1. floor Herlev DK-2730 DK', 'DK', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12689, '001ca8', 0, 'AirTies Wireless Networks', 'Gulbahar Mahallesi, Avni Diligil Sokak ISTANBUL ISTANBUL 34394 TR', 'TR', 'MA-L', '2007-06-16', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12690, '00263a', 0, 'Digitec Systems', '7,1st Street, Kasturibai Nagar Chennai Tamil Nadu 600054 IN', 'IN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12691, '70b3d531c', 0, 'Financiere DE L\'Ombree (eolane)', 'La Fresnay Le Fresne sur Loire 49123 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12692, '000ae7', 0, 'Eliop S.A.', 'Avenida de Manoteras, 30 Madrid E-28050 ES', 'ES', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12693, '48c862', 0, 'Simo Wireless, Inc', '326#,Building 4,Zhongxing Industrial Park,Chuangye Shenzhen Guangdong 518054 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12694, 'cc5076', 0, 'Ocom Communications, Inc', '13F-6, No. 1, Bao Sheng Rd., Yong Ho City 234 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12695, 'e81863', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-08-20', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12696, 'ec26ca', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12697, '002045', 0, 'Ion Networks, Inc', '1551 South Washington Ave. Piscataway NJ 08854 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12698, '00245b', 0, 'Raidon Tech, Inc', '4F-8, NO.16, Lane 609, Sec.5, Chung-Hsin Rd., San-Chung City Taipei county, 24159 TW', 'TW', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12699, 'ace64b', 0, 'Shenzhen Baojia Battery Tech Co, Ltd', 'Block A, Tongfuyu Industrial Zone Shenzhen Guangdong 518013 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12700, '9c216a', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12701, 'c048fb', 0, 'Shenzhen JingHanDa Electronics CoLtd', '5th Floor,No 4 ,Road 1,ShangXue Technology industrial Park,LongGang district,ShenZhen,GuangDong,China ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12702, '001b69', 0, 'Equaline Corp', '9F, No. 234, Section 4, Cheng-De Road, Taipei Hsien 25162 TW', 'TW', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12703, '0050c2796', 0, 'Dorlet Sau', 'Albert Einstein 34 Vitoria-gasteiz Alava 01510 ES', 'ES', 'IAB', '2007-07-01', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12704, '001889', 0, 'WinNet Solutions Ltd', 'Rm804, Kornhill Metro Tower, Quarry Bay HK 852 HK', 'HK', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12705, '24da33', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-01-19', '2019-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12706, '0050c252a', 0, 'Omnitronics Pty Ltd', '15 HECTOR STREET OSBORNE PARK WESTERN AUSTRALIA 6017 AU', 'AU', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12707, '0016ae', 0, 'Inventel', '35 rue Tournefort PARIS 75005 FR', 'FR', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12708, '0050c2761', 0, 'Elbit Systems of America', '4700 Marine Creek Parkway Fort Worth TX 76179 US', 'US', 'IAB', '2007-05-25', '2018-11-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12709, '0050c28e5', 0, 'Berthel GmbH', 'Karl-Zucker-Str. 12 Erlangen GERMANY D-91052 DE', 'DE', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12710, 'a8f94b', 0, 'Eltex Enterprise Ltd', 'Okruzhnaya st. 29v Novosibirsk 630020 RU', 'RU', 'MA-L', '2010-01-05', '2019-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12711, 'a4b1e9', 0, 'Technicolor', 'Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE', 'BE', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12712, '000ef0', 0, 'Festo AG & Co KG', 'Ruiterstraße 82 Esslingen 73734 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12713, '0050c2388', 0, 'Iee, Inc', '7740 Lemona Ave Van Nuys California 91409 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12714, 'f0b5b7', 0, 'Disruptive Tech Research AS', 'Ytrebygdsvegen 215 Blomsterdalen Hordaland 5258 NO', 'NO', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12715, '6cddbc', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12716, '58fcdb8', 0, 'Shanghai QianJin Electronic Equipment Co Ltd', '4/F,Building No.2,401 Caobao Road Shanghai 200233', '', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12717, 'ac233f', 0, 'Shenzhen Minew Tech Co, Ltd', 'H Building, Gangzhilong Science Park, QInglong Road Shenzhen 518109 CN', 'CN', 'MA-L', '2016-08-12', '2016-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12718, '448e12', 0, 'DT Research, Inc', '2000 Concourse Drive San Jose CA 95131 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12719, '28d244', 0, 'Lcfc(HeFei) Electronics Tech Co, Ltd', '6 Cui Wei Road Hefei Anhui 230000 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12720, '18895b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12721, '70b3d56a8', 0, 'Vitsch Electronics', 'Dragonder 24-E Valkenswaard Noord-Brabant 5554 GM NL', 'NL', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12722, '1c3bf3', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-07-10', '2019-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12723, 'a42985', 0, 'Sichuan AI-Link Tech Co, Ltd', 'Anzhou, Industrial Park Mianyang Sichuan 622650 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12724, '0050c223c', 0, 'Wheatstone Corp', '600 Industrial Drive New Bern NC 28562 US', 'US', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12725, '001a4d', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12726, '1c4af7', 0, 'Amon Inc', 'HANJUN BLDG 4/F, SHINGILDONG 110-4 SEOUL 150839 KR', 'KR', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12727, 'c4282d', 0, 'Embedded Intellect Pty Ltd', 'Level 32, 101 Miller Street North Sydney NSW 2060 AU', 'AU', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12728, '58821d', 0, 'H. Schomäcker GmbH', 'Heidestr. 183 Köln 51147 DE', 'DE', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12729, '0023f7', 1, 'Private', '', '', 'MA-L', '2008-10-25', '2008-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12730, '0050c2ee9', 0, 'Quanta S.r.l.', 'Via A. Ferrarin, 19-23 Firenze FI 50145 IT', 'IT', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12731, '0050c25f1', 0, 'Technomarine Jsc', '3, Gapsalskaja Str. Saint-Petersburg 198035 RU', 'RU', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12732, '001bf4', 0, 'Kenwin Industrial(HK) Ltd', 'RM.1512 15/F SHATIN GALLERIA HK', 'HK', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12733, '00270a', 0, 'Iee S.A.', 'ZAE Weiergewan Contern L-5326 LU', 'LU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12734, '28fd807', 0, 'University of York', 'York Neuroimaging Centre, The Biocentre York Yorkshire YO10 5NY GB', 'GB', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12735, 'ac7a4d', 0, 'Alps Electric Co, Ltd', '6-1 KAKUDA-CITY MIYAGI-PREF 981-1595 JP', 'JP', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12736, 'd8fb5e', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12737, 'd425cce', 0, 'Coperion', '590 WOODBURY GLASSBORO RD. SEWELL NJ 08080 US', 'US', 'MA-M', '2018-10-05', '2018-10-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12738, '745bc51', 0, 'Beijing Inspiry Tech Co, Ltd', 'Building No. 5, East Zone, No. 10, Xibeiwang East Road, Haidian District Beijing Beijing 100092 CN', 'CN', 'MA-M', '2018-12-06', '2018-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12739, '0050c2275', 0, 'Extreme Engineering Solutions', '7878 Big Sky Drive Madison WI 53719 US', 'US', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12740, '00178a', 0, 'Darts Tech Corp', '2F,No.119,Chien Kang Rd., Chung-Ho Taipei Hsien 235 TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12741, '7c41a2', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12742, '001807', 0, 'Fanstel Corp', '7466 E. Monte Cristo Ave. Scottsdale Arizona 85260 US', 'US', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12743, 'fc09d8', 0, 'Acteon Group', 'ZAC Athelia IV La Ciotat France 13705 FR', 'FR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12744, '0011f6', 0, 'Asia Pacific Microsystems , Inc', 'No.2,R&D Road 6 ,Science-Based Industrial Park, Hsinchu 300 TW', 'TW', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12745, '404022', 0, 'Ziv', 'Polígono Parque Tecnológico, 210 ZAMUDIO VIZCAYA 48170 ES', 'ES', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12746, '0050c2dd2', 0, 'Electronic Applications, Inc', '2513 W via de Pedro Miguel Phoenix AZ 85086 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12747, '5c966a', 0, 'Rtnet', '827-64, Yeoksam-dong, Kangnam-Gu Seoul - 135-080 KR', 'KR', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12748, '70b3d5a1c', 0, 'Meca System', '1-906 INNOPLEX 552 Suwon-si Gyeonggi-do 443380 KR', 'KR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12749, 'b4fbf9', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12750, '4c1159', 0, 'Vision Information & Communications', '151, Ulseong-gil Pyeongtaek-si Gyeonggi-do 17823 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12751, '00a094', 0, 'Comsat Corp', '22300 COMSAT DRIVE CLARKSBURG MD 20871-9475 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12752, '00d02c', 0, 'Campbell Scientific, Inc', '815 W. 1800 N. LOGAN UT 84321-1784 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12753, 'a41908', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-10-15', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12754, '9424e1', 0, 'Alcatel-Lucent Enterprise', '26801 West Agoura Rd Calabasas CA 91301 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12755, '4c98ef', 0, 'Zeo', '320 Nevada St Newton MA 02460 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12756, 'b8aeed', 0, 'Elitegroup Computer Systems Co, Ltd', 'No. 239, Sec. 2, Ti Ding Blvd., Taipei 11493 TW', 'TW', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12757, '6474f6', 0, 'Shooter Detection Systems', '300 Newburyport Turnpike Rowley MA 01969 US', 'US', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12758, '244ce3', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno 89507 US', 'US', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12759, '000739', 0, 'Scotty Group Austria GmbH', 'Teslastrasse 4 8074 Grambach 8074 AT', 'AT', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12760, '80c862', 0, 'Openpeak, Inc', '1750 Clint Moore Rd Boca Raton Florida 33487 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12761, '0050c2c42', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12762, '40d85502b', 0, 'Nomatronics', 'Kastanienweg 35E Diedrichshagen M/V 17498 DE', 'DE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12763, '70b3d5fe2', 0, 'Galileo Tıp Teknolojileri San. ve Tic. A.S.', 'Bulgurlu Mah. Kanyon Cd. 89/1 Battalgazi Malatya 44000 TR', 'TR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12764, '0c20d3', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12765, '70b3d5b12', 0, 'Sfr', '12 rue jean-philippe Rameau CS 80001 La plaine saint denis FRANCE 93634 FR', 'FR', 'MA-S', '2019-10-01', '2019-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12766, '004007', 0, 'Telmat Informatique', '6 RUE DE L\'INDUSTRIE FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12767, '0050c2748', 0, 'Letechnic Ltd', '143 Ladies Mile Auckland 1051 NZ', 'NZ', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12768, '70b3d59c4', 0, 'aelettronica group srl', 'via matteotti,22 gaggiano milano 20083 IT', 'IT', 'MA-S', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12769, 'ccef03', 0, 'Hunan Keyshare Communication Tech Co, Ltd', 'No. 19 Building, CEC Software Park, No. 39 jianshan Rd Changsha Hunan 410205 CN', 'CN', 'MA-L', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12770, '34d7b4', 0, 'Tributary Systems, Inc', '3717 Commerce Place Bedford Texas 76021 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12771, '70b3d56a1', 0, 'Glial Tech', '7 Rue Aristide Briand Nuits-Saint-Georges 21700 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12772, '002302', 0, 'Cobalt Digital, Inc', '2406 East University Avenue Urbana IL 61802 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12773, '0050c2aa8', 0, 'Nexans Cabling Solutions', 'Alsembergsesteenweg 2 B3 Buizingen 1501 BE', 'BE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12774, '9cc7d1', 0, 'Sharp Corp', '22-22,Nagaike-cho Osaka city Osaka prefecture 545-8522 JP', 'JP', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12775, '000bcd', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2003-02-07', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12776, '0050c2329', 0, 'Imax', '2525 Speakman Drive Mississauga Ontario L5K 1B1 CA', 'CA', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12777, '001410', 0, 'Suzhou Keda Tech Co, Ltd', '131,Jinshan Road Suzhou JiangSu 215011 CN', 'CN', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12778, 'dc2c26', 0, 'Iton Tech Ltd', 'Room 10E, JingFeng Building, ShenZhen GuangDong 518034 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12779, '0050c2bfe', 0, 'Ingeteam Paneles S.A.U.', 'Pol Ind El Juncarillo, nave 1 Sesma Navarra 31293 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12780, '0050c2c6e', 0, 'Tbs Holding AG', 'Rietbrunnen 2 Pfaeffikon SZ 8808 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12781, '70b3d59be', 0, 'Izome', 'route de chaudron Montrevault sur Evre Maine et Loire 49110 FR', 'FR', 'MA-S', '2019-02-08', '2019-02-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12782, '00d08b', 0, 'Adva Optical Networking Ltd', 'ADVAntage House York YO30 4RY GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12783, '0050c2474', 0, 'Venue 1, Inc', '5000 SW 52nd Street Davie Florida 33314 US', 'US', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12784, '549f35', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2014-07-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12785, '00e07b', 0, 'Bay Networks', '125 NAGOG PARK ACTON MA 01720 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12786, '002338', 0, 'OJ-Electronics A/S', 'Stenager 13B Sønderborg 6400 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12787, 'e83a97', 0, 'Toshiba Corp', '1-1-1, Shibaura, Minato-ku Tokyo 00000 JP', 'JP', 'MA-L', '2010-01-05', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12788, '60f673', 0, 'Terumo Corp', '1500,Inokuchi,Nakai-machi Ashigarakami-gun Kanagawa 259-0151 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12789, 'b87cf2', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2014-02-25', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12790, 'f4672d', 0, 'ShenZhen Topstar Tech Co', '5/F Buliding 204,Tai Ran ShenZhen Science&Industry Park ShenZhen GuangZhou 518042 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12791, '0003fb', 0, 'Enegate Co, Ltd', '3-14-40 Senrioka, Settsu-city Osaka 566-8686 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12792, '0050c28a4', 0, 'Balogh T.A.G Corp', '7699 Kensington Court Brighton Michigan 48116-8561 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12793, '0025e6', 0, 'Belgian Monitoring Systems bvba', 'Th. Sevenslaan 106 Kortrijk WVL 8500 BE', 'BE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12794, '507e5d', 0, 'Arcadyan Tech Corp', '4F, No. 9, Park Avenue II , Hsinchu 300 TW', 'TW', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12795, 'cc0677', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12796, '449ef9', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12797, '00d048', 0, 'Ecton, Inc', '5168 CAMPUS DRIVE PLYMOUTH MEETING PA 19462 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12798, '0050c2919', 0, 'Ahv Systems, Inc', '27 Ichabod Ln Marion MA 02738 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12799, 'd05f641', 0, 'Hangzhou ToupTek Photonics Co, Ltd', '4F, Block A, B, Building 2, NO.321, Jinpeng Street, Xihu District Hangzhou Zhejiang 310030 CN', 'CN', 'MA-M', '2019-05-08', '2019-05-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12800, 'c0a53e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12801, 'c8fae1', 0, 'Arq Digital Llc', '2430 Auto Park Way Escondido CA 92029 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12802, '70b3d5244', 0, 'Dat Informatics Pvt Ltd', 'Plot No 109 HPSIDC Industria Estate Davni, Baddi Baddi HIMACHAL PRADESH 173205 IN', 'IN', 'MA-S', '2019-12-10', '2019-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12803, '002225', 0, 'Thales Avionics Ltd', '86 Bushey Road London SW20 0JW GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12804, '2c1f23', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12805, '204c9e', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12806, '0050c28ee', 0, 'Pcsc', '3541 Challenger Street Torrance CA 90503 US', 'US', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12807, '941673', 0, 'Point Core Sarl', '29/31 Rue du Bois Galon FONTENAY SOUS BOIS Ile de France 94120 FR', 'FR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12808, '40d8550fe', 0, 'Cytech Tech Pte Ltd', '55 Ubi Avenue 1 #07-04 Singapore 408935 SG', 'SG', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12809, '70b3d576d', 0, 'Trimble', '6-8 Kondorfa street Budapest 1116 HU', 'HU', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12810, '74c330', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-11-17', '2015-11-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12811, '9c50ee', 0, 'Cambridge Industries(Group) Co, Ltd', '5/F,Building 8, 2388 ChenHang Road, MinHang District shanghai 201114 CN', 'CN', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12812, '0011a7', 0, 'Infilco Degremont Inc', '8007 Discovery Dr. Richmond Virginia 23255-1390 US', 'US', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12813, '001a63', 0, 'Elster Solutions, Llc,', '208 South Rogers Lane Raleigh NC 27610 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12814, 'bc1695', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12815, '00266d', 0, 'MobileAccess Networks', '8391 Old Courthouse Rd. Vienna VA 22182 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12816, 'c03fd5', 0, 'Elitegroup Computer Systems Co, Ltd', 'No. 239, Sec. 2, Ti-Ding Blvd Taipei 11493 TW', 'TW', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12817, 'e48f65', 0, 'Yelatma Instrument Making Enterprise, Jsc', 'Yanina 25 Yelatma Ryazan Region 391351 RU', 'RU', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12818, '000a8f', 0, 'Aska International Inc', '306 Riverseven Kochi 780-8088 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12819, '000c23', 0, 'Beijing Lanchuan Tech Co, Ltd', 'Rm220,No.30 Shangyuancun,Gaoliangqiaolu, Beijing 100044 CN', 'CN', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12820, '0018ee', 0, 'Videology Imaging Solutions, Inc', '37 M Lark Industrial Parkway Greenville RI 02828-3001 US', 'US', 'MA-L', '2006-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12821, '0050c29a7', 0, 'Thales Communications & Security S.A.', '20-22 Rue Grange Dame Rose Vélizy 78141 FR', 'FR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12822, '94c962', 0, 'Teseq AG', 'Nordstrasse 11F Luterbach Solothurn 4542 CH', 'CH', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12823, '90cdb6', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12824, '0003c4', 0, 'Tomra Systems Asa', 'Drengsrudhagen 2 NO', 'NO', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12825, '000539', 0, 'A Brand New World in Sweden AB', 'Box 1223 SE', 'SE', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12826, '0014fa', 0, 'AsGa S.A.', 'Rod Roberto Moreira Km 04 Paulinia São Paulo 13140-000 BR', 'BR', 'MA-L', '2005-06-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12827, '4012e4', 0, 'Compass-Eos', '7 Giborei Israel Natanya 42504 IL', 'IL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12828, 'f49461', 0, 'NexGen Storage', '400 Centennial Blvd. Louisville CO 80027 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12829, '002039', 0, 'Scinets', '1575 TENAKA - STE# N8 SUNNYVALE CA 94087 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12830, '009076', 0, 'Fmt Aircraft Gate Support Systems AB', 'SE-231 32 TRELLEBORG SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12831, '00149d', 0, 'Sound ID Inc', '3430 West Bayshore Road Palo Alto California 94303 US', 'US', 'MA-L', '2005-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12832, '0003be', 0, 'Netility', '298 South Sunnyvale Ave. Sunnyvale CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12833, '001498', 0, 'Viking Design Tech', '2F, No.2, Lane 42, Taipei 111 TW', 'TW', 'MA-L', '2005-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12834, '0019c1', 0, 'Alps Electric Co, Ltd', '1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP', 'JP', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12835, '0024ae', 0, 'Idemia', '18 chaussee Jules Cesar OSNY 95520 FR', 'FR', 'MA-L', '2008-12-16', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12836, '70b3d52f8', 0, 'Tunstall A/S', 'Niels Bohrs vej 42 Stilling Skanderborg 8660 DK', 'DK', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12837, '0050c21dd', 0, 'peiker acustic GmbH', 'Max-Planck-Strasse 28-32 Friedrichsdorf 61381 DE', 'DE', 'IAB', '2002-12-18', '2018-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12838, '000c36', 0, 'Sharp Takaya Electronics Industry Co, Ltd', '3121-1 Satomi Satosho-cho Asakuchi-gun Okayama 719-0301 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12839, '0050c2da5', 0, 'megatec electronic GmbH', 'Lehenhammer 14 Etzelwang Bayern 92268 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12840, '70b3d55d6', 0, 'Bmt Messtechnik GmbH', 'Güterfelder Damm 87-91 Stahnsdorf 14532 DE', 'DE', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12841, '40d85500e', 0, 'Brightwell Dispensers', 'Brightwell Industrial Estate Newhaven East Sussex BN9 0JF GB', 'GB', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12842, '70b3d5dff', 0, 'Spanawave Corp', '1640 Lead Hill Blvd., Suite 130 Roseville CA 95661 US', 'US', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12843, '40d855042', 0, 'Mango Communicaitons Inc', '4606 Morningside Dr. Houston TX 77005 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12844, '44f971', 0, 'Shenzhen Mercury Communication Tech Co, Ltd', '3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12845, '1c2aa3', 0, 'Shenzhen HongRui Optical Tech Co, Ltd', 'B#2F Shuangjinhui Industrial Park, Yonghe Road, Heping Village, Fuyong Town, Bao\'an Dis Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12846, '0050c2608', 0, 'Silex Industrial Automation Ltd', 'Gyepsor u. 1. Budapest Pest megye 1211 HU', 'HU', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12847, '506f98', 0, 'Sehaj Synergy Tech Private Ltd', 'E-112A, Kataria Colony, Ramanagar Extension, New Sanganer Road, Sodala, Jaipur-302019 Jaipur Rajasthan 302019 IN', 'IN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12848, '0001fe', 0, 'Digital Equipment Corp', '301 ROCKRIMMON BLVD, SOUTH COLORADO SPRINGS CO 80919 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12849, '001ba4', 0, 'S.A.E Afikim', 'Kibutz Afikim Kibutz Afikim 15148 IL', 'IL', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12850, '0050c288f', 0, 'Keynote Sigos GmbH', 'Klingenhofstraße 50d Nürnberg Bayern 90411 DE', 'DE', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12851, '0050c2d72', 0, 'Scale-Tron, Inc', '6428 Trans-Canada Highway St-Laurent Quebec H4T 1X4 CA', 'CA', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12852, 'c8d12a', 0, 'Comtrend Corp', '3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW', 'TW', 'MA-L', '2017-08-11', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12853, '544741', 0, 'Xcheng Holding', 'ROOM 401F, Building 5, No.3000 LONG DONG Avenue, Pudong New District Shanghai 201203 CN', 'CN', 'MA-L', '2018-10-15', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12854, '5816d7', 0, 'Alps Electric Co, Ltd', 'nishida 6-1 Kakuda-City Miyagi-Pref 981-1595 JP', 'JP', 'MA-L', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12855, '9056fc', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12856, '0030cc', 0, 'Tenor Networks, Inc', '100 Nagog Park Acton MA 01720-3409 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12857, '008066', 0, 'Arcom Control Systems, Ltd', 'UNIT 8, CLIFTON ROAD UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12858, '001f35', 0, 'Air802 Llc', '1169 Banyon Court Naperville IL 60540 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12859, '0078cd', 0, 'Ignition Design Labs', '1550 Technology Drive San Jose 95110 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12860, '98aafc1', 0, 'Surtec', '616 avenue de l\'Europe Le Creusot burgundy 71206 FR', 'FR', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12861, '00002c', 0, 'Autotote Ltd', '100 BELLEVUE ROAD NEWARK DELAWARE 19714 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12862, '0050c20de', 0, 'Frederick Engineering', '3620 Commerce Dr. Baltimore MD 21227 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12863, '305d38', 0, 'Beissbarth', 'Hanauer Str. 101 Muenchen 80993 DE', 'DE', 'MA-L', '2012-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12864, '70b3d5c9d', 0, 'Apg Cash Drawer, Llc', '5250 Industrial Blvd NE Minneapolis MN 55421 US', 'US', 'MA-S', '2015-08-12', '2018-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12865, 'fcd2b6', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-12-18', '2018-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12866, '8c02fa', 0, 'Commando Networks Ltd', 'Rm407, 4th floor, 3-2 HuaYuan Rd., DaLang Subdistrict, LongHua District Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2019-07-23', '2019-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12867, '001367', 0, 'Narayon. Co, Ltd', '#502 Hyochang T/W 181-3 Seoul 138-220 KR', 'KR', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12868, '001983', 0, 'Cct R&D Ltd', '18/F CCT Telecom Building Fotan, Shatin N.T. 000 HK', 'HK', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12869, '6ca906', 0, 'Telefield Ltd', 'Flat D,2/F., Valiant Industrial Centre,2-12 Au Pui Wan Street, Hongkong 852 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12870, '2c6a6f1', 0, 'Elko EP, s.r.o.', 'Palackeho 493 Holesov, Vsetuly Zlinsky kraj 76901 CZ', 'CZ', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12871, '7802b1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12872, '000970', 0, 'Vibration Research Corp', '2385 Wilshere Drive Jenison MI 49428 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12873, '001f21', 0, 'Inner Mongolia Yin An Science & Tech Development Co, L', 'YinAn Building Yiwei Road.RuYi Beijing 010010 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12874, 'cc08fb', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12875, 'd48890', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-05-26', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12876, 'f44efd', 0, 'Actions Semiconductor Co, Ltd(Cayman Islands)', 'Po Box 309GT,Ugland House,South Church Street, George Town Grand Cayman KY', 'KY', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12877, '40d85515d', 0, 'Actronic Tech', '45 Patiki Rd Auckland 1026 NZ', 'NZ', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12878, 'e85d6b', 0, 'Luminate Wireless', '20823 Stevens Creek Blvd, Suite 300 Cupertino CA 95014 US', 'US', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12879, '88ef16', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12880, '000cf5', 0, 'InfoExpress', '170 S. Whisman Road, Suite B Mountain View CA 94041 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12881, '9471ac', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2011-07-26', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12882, '60812b', 0, 'Custom Control Concepts', '6020 S 190th ST Kent Washington 98032 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12883, '70b3d595b', 0, 'Srs Group s.r.o.', 'Rybnicna 36/D Bratislava 83107 SK', 'SK', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12884, '70b3d52c9', 0, 'Season Design Tech', 'FLOOR 4, WARDS EXCHANGE, 199 ECCLESALL ROAD SHEFFIELD SOUTH YORKSHIRE S11 8HW GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12885, 'fc29f3', 0, 'McPay Co, Ltd', 'No.801, 61, Digital-ro 31-gil, Guro-gu Seoul 08375 KR', 'KR', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12886, '0004b1', 0, 'Signal Tech, Inc', '3rd. Fl. Dabo Bldg. Seoul KOREA 138-110 KR', 'KR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12887, '0012d4', 0, 'Princeton Tech, Ltd', 'K.A.I. Bldg. 3F Chiyodaku Tokyo 101-0032 JP', 'JP', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12888, '0050c2d87', 0, 'Electrolight Shivuk (1994) Ltd', 'P.O BOX 258, Moshav Bazra 60944 Moshav Bazra 60944 IL', 'IL', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12889, '70b3d5c43', 0, 'Future Skies', '1333 Campus Parkway Neptune New Jersey 07753 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12890, '001f78', 0, 'Blue Fox Porini Textile', '1208 Pointe Centre Drive Chattanooga TN 37421 US', 'US', 'MA-L', '2008-01-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12891, '001ff3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2008-02-15', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12892, 'c82b96', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12893, '087618', 0, 'ViE Tech Sdn. Bhd.', 'no. 85-A, Lintang Bayan Lepas 11, Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12894, '4c3488', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12895, '0007b3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12896, '00186d', 0, 'Zhenjiang Sapphire Electronic Industry Co', 'Wei San Road,Dingmao Develop Area zhenjiang jiangsu 212009 CN', 'CN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12897, '0021ef', 0, 'Kapsys', '790 Av du Docteur Maurice Donat 06250 Mougins Sophia Antipolis FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12898, '0023d7', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2008-10-25', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12899, '3c6f45', 0, 'Fiberpro Inc', '59-4 Jang-dong, Yusong-gu Deajeon 305-343 KR', 'KR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12900, 'c42628', 0, 'Airo Wireless', '12 Piedmont Center Atlanta GA 30305 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12901, '006079', 0, 'Mainstream Data, Inc', '375 Chipeta Way, Suite B Salt Lake City UT 84108 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12902, '00d087', 0, 'Microfirst Inc', '11 EAST OAK STREET OAKLAND NJ 07436 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12903, '70b3d5d63', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12904, 'c4ba99', 0, 'I+ME Actia Informatik und Mikro-Elektronik GmbH', 'Dresdenstrasse 17/18 Braunschweig Niedersachsen 38690 DE', 'DE', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12905, '70b3d5024', 0, 'G+D Mobile Security', 'C/ 114 nº 27, Polígon Pratenc El Prat de Llobregat Barcelona E-08820 ES', 'ES', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12906, '0050c27b5', 0, 'Dit-Mco International', '5612 Brighton Terrace Kansas City Missouri 64130 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12907, '002592', 0, 'Guangzhou Shirui Electronic Co, Ltd', '301D, No.9, Caipin Road, Guangzhou Guangdong 510663 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12908, 'a47b2c', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2015-04-04', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12909, 'ccd31e7', 0, 'Shenzhen Decnta Tech Co, Ltd', 'F13,No.02,Building Shangqi,Nanhaidadao 4050 Nanshan District,Shenzhen,P.R.China shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12910, '0050c25bf', 0, 'Techimp Systems S.r.l.', 'Via Toscana, 11/C Zola Predosa Bologna 40069 IT', 'IT', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12911, '0050c2717', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Str.6 Dinkelsbuehl bavaria 91550 DE', 'DE', 'IAB', '2007-05-14', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12912, '0050c2269', 0, 'Technisyst Pty Ltd', 'Level 4, 175 Eagle Street Brisbane Queensland 4001 AU', 'AU', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12913, '001574', 0, 'Horizon Semiconductors Ltd', '9 Hamenofim St. Herzliya 46120 IL', 'IL', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12914, '0050c284b', 0, 'Task Sistemas DE Computacao Ltda', 'Rua Visconde de Ouro Preto rio de janeiro 22250-180 BR', 'BR', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12915, '38b8eb4', 0, 'Umlogics', '17, Techno2ro, Yuseong-gu Daejeon 34012 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12916, 'ac6b0f', 0, 'Cadence Design Systems, Inc', '2670 SEELY AVE SAN JOSE CA 95134 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12917, '705896', 0, 'InShow Tech', 'Jinqi Zhigu Building, Chongwen Garden, Liuxian Avenue, Nanshan District shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12918, 'cc6a10', 0, 'The Chamberlain Group, Inc', '300 Windsor Drive Oak Brook IL 60523 US', 'US', 'MA-L', '2019-08-02', '2019-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12919, '000d89', 0, 'Bils Tech Inc', '508 S River Oaks Drive Indialantic FL 32903 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12920, '000dda', 0, 'Allied Telesis K.K.', 'PIAZZA TIRANA N. 24/4 B MILANO 20147 IT', 'IT', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12921, '00250c', 0, 'Senet Inc', '100 Market Street, Suite 302 Portsmouth NH 03801 US', 'US', 'MA-L', '2009-02-02', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12922, '8cde99', 0, 'Comlab Inc', '2300 Leon-Harmel, suite 220 Quebec Quebec G1N 4L2 CA', 'CA', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12923, '0c756c', 0, 'Anaren Microwave, Inc', '6635 Kirkville Road East Syracuse NY 13057 US', 'US', 'MA-L', '2015-04-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12924, '1c8774d', 0, 'Claber Spa', 'VIA PONTEBBANA 22 FIUME VENETO PORDENONE 33080 IT', 'IT', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12925, '000f18', 0, 'Industrial Control Systems', 'Houtschelf 1 Hardinxveld Zuid-Holland NL-3371 KB NL', 'NL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12926, '0050c26e5', 0, 'Boeckeler Instruments, Inc', '4650 S. Butterfield Dr. Tucson AZ 85714 US', 'US', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12927, '08af78', 0, 'Totus Solutions, Inc', '1505 Wallace Drive, Suite 102 Carrollton TX 75006 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12928, '489d18', 0, 'Flashbay Ltd', '6 The Fountain Centre London London SW6 2TW GB', 'GB', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12929, 'f0272d', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12930, '70b3d5f0a', 0, 'Neuronal Innovation Control S.L.', 'Anade Real 11 Oleiros A Coruna 15179 ES', 'ES', 'MA-S', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12931, '000636', 0, 'Jedai Broadband Networks', '331 Newman Springs Rd. Red Bank NJ 07701 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12932, '000cd6', 0, 'Partner Tech', '10F, NO.233-2,PAO CHIAO ROAD, SHIN TIEN TAIPEI 231 TW', 'TW', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12933, '40d855132', 0, 'AeroVision Avionics, Inc', '2F, No.30, R&D Rd. II, Hsinchu Taiwan, R.O.C 30076 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12934, '001bc5091', 0, '3green ApS', 'Tinghaven 5 Vodskov 9000 DK', 'DK', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12935, '3441a8', 0, 'ER-Telecom', 'Ovchinnikovskaya embankment, 20, Building 1 Moscow 115324 RU', 'RU', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12936, '0050c21f8', 0, 'Ultracker Tech', '3F-2,No.1247 ,Chung-Cheng Rd,Taoyuan cit Taoyuan 330 TW', 'TW', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12937, '0050c2753', 0, 'Abb', 'Service Tampere 33840 FI', 'FI', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12938, '000e7b', 0, 'Toshiba', '2-9, Suehiro-Cho Ome Tokyo 1988710 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12939, '000f45', 0, 'Stretch, Inc', '1322 Orleans Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12940, 'f43e9d', 0, 'Benu Networks, Inc', '300 Rd., Suite 110 Billerica MA 01821 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12941, 'cc593e', 0, 'Sensium Healthcare Ltd', '115 MILTON PARK ABINGDON OXFORDSHIRE OX14 4SA GB', 'GB', 'MA-L', '2013-01-09', '2019-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12942, '847207', 0, 'I&C Tech', '24,Pangyo-ro 255beon-gil, Bundang-gu, Seongnam-si, Gyeonggi-do, 463-400,Korea Seongnam-si Gyeonggi-do 463-400,Korea US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12943, 'd076e7', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12944, '00406e', 0, 'Corollary, Inc', '2802 KELVIN IRVINE CA 92714 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12945, '005026', 0, 'Cosystems, Inc', '1263 OAKMEAD PARKWAY SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12946, '8c426d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12947, '9013da', 0, 'Athom B.V.', 'Rigtersbleek-Zandvoort 10 Enschede 7521BE NL', 'NL', 'MA-L', '2019-09-04', '2019-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12948, '0050c2ec8', 0, 'Ibernex Ingenieria, S.L.', 'Carretera de Cogullada, 11 ZARAGOZA Zaragoza 50001 ES', 'ES', 'IAB', '2011-10-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12949, 'b48547', 0, 'Amptown System Co GmbH', 'Wandsbeker Strasse 26 Hamburg Hamburg 22179 DE', 'DE', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12950, '04ce7e', 0, 'Nxp France Semiconductors France', 'Parc les Algorithmes,Saint Aubin Gif sur Yvette 91193 FR', 'FR', 'MA-L', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12951, '009073', 0, 'Gaio Tech', 'OAK-YOKOHAMA BLDG. NISHI-KU YOKOHAMA-CITY Kanagawa JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12952, '003a99', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12953, '44ead8', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12954, '0007ea', 0, 'Massana, Inc', '2901 Tasman Drive Santa Clara CA 95054 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12955, '384c4f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12956, '380f4a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-03-28', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12957, '40d85506d', 0, 'BroadSoft, Inc', '550 S Winchester Blvd San Jose CA 95128 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12958, '70b3d5720', 1, 'Private', '', '', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12959, '1414e6', 0, 'Ningbo Sanhe Digital Co, Ltd', 'No.1177 Lingyun Road ningbo zhejiang 315048 CN', 'CN', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12960, 'f0f0a4', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12961, '48b8de', 0, 'Homewins Tech Co, Ltd', '10F-1, NO. 122, QIAOHE RD., NEW TAIPEI CITY, 235 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12962, '70f927', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12963, 'b0c205', 0, 'Bionime', 'No.100, Sec.2, Daqing St., South Dist., Taichung Taiwan 40242 TW', 'TW', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12964, '000dff', 0, 'Chenming Mold Industry Corp', '2F No. 26, Lane 513, Rei Kuang Rd. Taipei 114 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12965, 'b0e892', 0, 'Seiko Epson Corp', '3-3-5 OWA SUWA-SHI NAGANO-KEN 392-8502 JP', 'JP', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12966, '40d8550e4', 0, 'Arago Systems', '5, rue Soutrane Sophia Antipolis France métropolitaine 06560 FR', 'FR', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12967, 'c477ab', 0, 'Beijing Asu Tech Co, Ltd', '15/F, Global Trade Center Tower, No.36, North 3rd Ring Road, Dongcheng District, Beijing, 100013, China BEI JING BEI JING 100013 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12968, '1c21d1f', 1, 'Private', '', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12969, '70b3d5dc9', 0, 'Sensoterra BV', 'Science Park 106 Amsterdam 1098 XG NL', 'NL', 'MA-S', '2017-08-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12970, '74eb80', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12971, 'c074ad', 0, 'Grandstream Networks, Inc', '1297 Beacon Street Brookline MA 02446 US', 'US', 'MA-L', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12972, '80177d', 0, 'Nortel Networks', 'CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX', 'MX', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12973, 'd4f143', 0, 'Iproad.,Inc', '#505 Byuksan digital valley 7, 170-13, Seoul 152-847 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12974, '70b3d584c', 0, 'CoreKinect', '5024 S. Ash Ave, Suite 101 Tempe AZ 85282 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12975, 'f4e6d7', 0, 'Solar Power Tech, Inc', '3006 Bee Caves Rd. Austin Texas 78746 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12976, '6c8814', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12977, '001885', 0, 'Avigilon Corp', 'Box 378, 101 - 1001 West Broadway Vancouver BC V6H 4E4 CA', 'CA', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12978, '1c5f2b', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2015-12-17', '2015-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12979, '300a60e', 0, 'Imageo s.r.o.', 'Golcova 485 Praha 14800 CZ', 'CZ', 'MA-M', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12980, '0050c2126', 0, 'MaxLinear Hispania S.L.U.', 'Ronda Narcis Monturiol Estarriol, 11D Paterna 46980 ES', 'ES', 'IAB', '2002-08-08', '2017-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12981, '001531', 0, 'Kocom', '5F, KOCOM Bldg., 260-7 SEOUL 157-040 KR', 'KR', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12982, '94e711', 0, 'Xirka Dama Persada PT', 'Gdg CM Jakarta 13150 ID', 'ID', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12983, '0054af', 0, 'Continental Automotive Systems Inc', '21440 W. Lake Cook Rd. Deer Park IL 60010 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12984, '70b3d5c89', 0, 'Ard', 'MICROPOLIS GAP CEDEX paca 05005 FR', 'FR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12985, '00d066', 0, 'Wintriss Engineering Corp', '6344 FERRIS SQUARE SAN DIEGO CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12986, '00184f', 0, '8 Ways Tech Corp', '2F-1, No. 216, Sec. 3, Roosevelt Rd. Taipei 231 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12987, '7853f2', 0, 'Roxton Ltd', '15 Ostapovsky proezd Moscow Moscow 109316 RU', 'RU', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12988, '2cff65', 0, 'Oki Electric Industry Co, Ltd', '1-7-12 Toranomon Tokyo 105-8460 JP', 'JP', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12989, '000d44', 0, 'Audio BU - Logitech', '1499 SE Tech Center Place Vancouver WA 98683 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12990, '001d3d', 0, 'Avidyne Corp', '202 West Dr Melbourne FL 32904 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12991, '544a00', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12992, '20e874', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12993, '001e70', 0, 'Cobham Antenna Systems', 'Cobham Centre, Fourth Avenue Marlow Buckinghamshire SL7 1TF GB', 'GB', 'MA-L', '2007-10-22', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12994, '545fa9', 0, 'Teracom Ltd', 'B-84, Sector - 60, Noida Uttar Pradesh 201 301 IN', 'IN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12995, 'b46238', 0, 'Exablox', '365 San Antonio Road Mountain View CA 94040 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12996, '7cbc842', 0, '3S Tech Co, Ltd', '301-1103, 345, Seokcheon-ro Bucheon-si Gyeonggi-do 14501 KR', 'KR', 'MA-M', '2018-08-28', '2018-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12997, '00308c', 0, 'Quantum Corp', '10125 Federal Drive Colorado Springs CO 80908 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12998, '04c05b', 0, 'Tigo Energy', '170 Knowles Dr Los Gatos CA 95032 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(12999, '000ef1', 0, 'Ezquest Inc', '23311 E. LA PALMA AVE. YORBA LINDA CA 92887 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13000, '0012b3', 0, 'Advance Wireless Tech Corp', '12F No. 27-6, Sec. 2, Chung Cheng East Road Tamshui 251 TW', 'TW', 'MA-L', '2004-10-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13001, '0050c2abb', 0, 'Volantic AB', 'Gymnasievagen 16 Skelleftea Vasterbotten 931 53 SE', 'SE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13002, 'ac9403', 0, 'Envision Peripherals Inc', '47490 Seabridge Dr Fremont California 94538 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13003, '40516c', 0, 'Grandex International Corp', '4F, 525 Chung Cheng Road Hsin Tien Dist. New Taipei City 231 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13004, 'a02195', 0, 'Samsung Electronics Co, Ltd', '#416, Maetan 3-dong Suwon-si Gyeonggi-do 443-742 KR', 'KR', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13005, '003089', 0, 'Spectrapoint Wireless, Llc', '1125 E. Collins Blvd. Richardson TX 75081 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13006, '0050c20d7', 0, 'Summit Avionics, Inc', '2224 E. Enterprise Pkwy Twinsburg OH 44087 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13007, 'bc66419', 0, 'Shenzhen General Measure Tech Co, Ltd', '4th Floor, No.6 Block Science&Technologt Industrial Park of Privately Owned Enterprises Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13008, 'd003eb', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13009, 'c07bbc', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13010, '344f5c', 0, 'R&M AG', 'Binzstrasse 32 Wetzikon Zurich 8620 CH', 'CH', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13011, '00215f', 0, 'Ihse GmbH', 'Maybachstraße 11 Oberteuringen Baden-Württemberg 88094 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13012, '00218d', 0, 'AP Router Ind. Eletronica Ltda', 'Av. Lomanto Junior, 1000 Ilheus Bahia 45654-000 BR', 'BR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13013, 'c44eac', 0, 'Shenzhen Shiningworth Tech Co, Ltd', 'Room 610, Block B, Huameiju Business Center, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13014, '2047ed', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13015, '000868', 0, 'PurOptix', '1945 Camino Vida Roble Carlsbad CA 92008 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13016, '0050c249b', 0, 'vg controls, Inc', '11 butternut drive vernon new jersey 07462 US', 'US', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13017, '0005b5', 0, 'Broadcom Tech', '137-060 Secho-Gu Seoul, KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13018, '70b3d5abd', 0, 'wtec GmbH', 'Dornbachstrasse 1a Bad Homburg 61352 DE', 'DE', 'MA-S', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13019, '383a216', 0, 'Shenzhen Smart-core Tech Co, Ltd', '16/F., Finance & Technology Building, No. 11 Keyuan Road, Nanshan Dist. Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13020, '70b3d5513', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13021, 'ec9f0dd', 0, 'Sks Control Oy', 'Martinkyläntie 50 Vantaa 01720 FI', 'FI', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13022, '0050c20e3', 0, 'Lanex S.A.', 'Ceramiczna 8 Str. 20-150 Lublin PL', 'PL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13023, '24e43f', 0, 'Wenzhou Kunmei Communication Tech Co, Ltd', 'Baitawang industrial zone,Yueqing,Zhejiang Yueqing Zhejiang 310025 CN', 'CN', 'MA-L', '2016-05-18', '2016-05-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13024, '28d0cb', 0, 'Cambridge Communication Systems Ltd', 'Victory House, Vision Park, Chivers Way, Histon Cambridge CB24 9ZR GB', 'GB', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13025, '00c0e1', 0, 'Sonic Solutions', '1891 E. FRANCISCO BLVD. SAN RAFAEL CA 94901 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13026, '000b08', 0, 'Pillar Data Systems', '1371 McCarthy Blvd. Milpitas CA 95035 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13027, '3495db', 0, 'Logitec Corp', '8268 Rokudohara, Misuzu Ina Nagano JP', 'JP', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13028, 'a8574e', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13029, 'f4ef9e', 0, 'Sgsg Science & Tech Co Ltd', '3RD Fl, Bldg A3, No.1 software Park Rd Zhuhai Guangdong 519085 CN', 'CN', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13030, '984562', 0, 'Shanghai Baud Data Communication Co, Ltd', 'NO.123 JULI RD PUDONG ZHANGJIANG HIGH-TECH PARK SHANGHAI 201203 CN', 'CN', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13031, '000206', 0, 'Telital R&D Denmark A/S', '9530 Stouring DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13032, '0050c283c', 0, 'hema electronic GmbH', 'Röntgenstraße 31 Aalen Baden-Württemberg 73431 DE', 'DE', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13033, '70f220', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2017-10-11', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13034, '84ad8d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13035, '1c4593', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-07-09', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13036, '0050c2f74', 0, 'Thor Tech Pty Ltd', 'PO Box 95 Karrinyup Western Australia 6921 AU', 'AU', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13037, '70b3d565e', 0, 'Season Electronics Ltd', '600 Nest Business Park Havant Hampshire PO9 5TL GB', 'GB', 'MA-S', '2019-04-01', '2019-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13038, '0050c2339', 0, 'Secure Systems & Services', '24, Chemin de la Pouranque F-13752 LES PENNES MIRABEAU CS30084 FR', 'FR', 'IAB', '2004-04-16', '2017-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13039, '0050c2f01', 0, 'Mango Dsp, Inc', '83 East Ave Norwalk CT 06851 US', 'US', 'IAB', '2011-12-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13040, '2c265f0', 0, 'Xiamen Vorlink Iot Tech Co, Ltd', 'No.306 of Chengye Bldg., Xiamen Pioneering Park for Overseas Chinese Scholars xiamen fujian 361000 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13041, 'b44f96', 0, 'Zhejiang Xinzailing Tech Co, Ltd', 'No.1805, Dongliu Road, Binjiang District Hangzhou Zhejiang 310051 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13042, '503e7c', 0, 'LeiShen Intelligent System CoLtd', '4th Floor,No.1 Commercial Building,Cultural Center,Tanggang Road,Tanggang Community,Shajing Street,Baoan District Shenzhen Guangdong 518104 CN', 'CN', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13043, '0050c2dca', 0, 'Tele Data Control', 'Pod Jarovem 2236 Praha 13000 CZ', 'CZ', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13044, 'b83e59', 0, 'Roku, Inc', '12980 Saratoga Ave. Saratoga CA 95070 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13045, '0050c2162', 0, 'Teseda Corp', '812 SW Washington St. Portland OR 97205-3232 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13046, '0050c29a8', 0, 'Domis SA', '10 AV jean Moulin RUMILLY 74150 FR', 'FR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13047, 'f8e811', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13048, 'd47c44c', 0, 'Strive Orthopedics Inc', '505 PARK AVE FL 17 NEW YORK NY 10022 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13049, '00608e', 0, 'HE Electronics, Technologie & Systemtechnik GmbH', 'AM GNEISENAUFLOT 8 D-66538 NEUNHIRCHEN DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13050, '00014c', 0, 'Berkeley Process Control', '4124 Lakeside Dr Richmond CA 94806 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13051, '0019d6', 0, 'LS Cable and System Ltd', '12F LS Tower, 1026-6, Hogey-dong Anyang-si Gyeonggi-do 431-080 KR', 'KR', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13052, '00267a', 0, 'wuhan hongxin telecommunication Tech Co, Ltd', 'No.5 Donxin Road,Wuhan East Lake High-Tech Development Zone Wuhan Hubei 430073 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13053, '70b3d5120', 0, 'Gsp Sprachtechnologie GmbH', 'Teltowkanalstraße 1 Berlin 12247 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13054, '000d8e', 0, 'Koden Electronics Co, Ltd', '5278 Uenohara Yamanashi-Ken 409-0112 JP', 'JP', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13055, '303335', 0, 'Boosty', '40 Princes Street Ipswich Suffolk IP11RJ GB', 'GB', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13056, '40d8550a0', 0, 'Quantronix, Inc', '380 S. 200 W. Farmington UT 84025 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13057, 'd065ca', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13058, '70b3d5d64', 0, 'Mettler Toledo', '1571 Northpointe Parkway Lutz FL 33558 US', 'US', 'MA-S', '2018-04-05', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13059, 'f41e26', 0, 'Simon-Kaloi Engineering', '31192 La Baya Drive Unit G Westlake Village CA 91362 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13060, '74c99a', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2013-03-10', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13061, 'e0b9a5', 0, 'AzureWave Tech Inc', '8F., No. 94, Baoshong Rd. Xindian City, Taipei County 231 TW', 'TW', 'MA-L', '2011-03-17', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13062, '6064a1', 0, 'RADiflow Ltd', '31 Habarzel St. Tel Aviv 6971045 IL', 'IL', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13063, '202d07', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13064, '70b3d5569', 0, 'Nuance Hearing Ltd', 'Raoul Wallenberg 24, Building A1, Floor 3 Tel Aviv 6971920 IL', 'IL', 'MA-S', '2019-08-02', '2019-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13065, '00201e', 0, 'Netquest Corp', '523 FELLOWSHIP ROAD-STE.#205 MT. LAUREL NJ 08054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13066, '0001a9', 0, 'Bmw AG', 'Dept. FG-322 80788 Munich DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13067, '0050c2179', 0, 'Verifiber Llc', '49 Buford Highway Suwanne GA 30024 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13068, '0050c288a', 0, 'Continental Electronics Corp', '4212 S. Buckner Blvd. Dallas TX 75227 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13069, '002237', 0, 'Shinhint Group', 'Unit 1506, 15/F, Nanyang Plaza,, 57 Hung To Road, HK', 'HK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13070, '0050c2fb0', 0, 'Tateishi Kobisha CoLtd', '114 Kana-cho Fuchu-city HIroshima 726-0025 JP', 'JP', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13071, '001bc50c0', 0, 'Digital Loggers, Inc', '2695 Walsh Avenue Santa Clara CA 95051 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13072, '70b3d5565', 0, 'Clecell', '26, Beobwon-ro 9-gil Song-pa gu Seoul 06210 KR', 'KR', 'MA-S', '2019-10-23', '2019-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13073, '00d0cf', 0, 'Moreton Bay', '12/97 JIJAWS STREET AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13074, '0008f5', 0, 'Yestechnology Co, Ltd', '4th FL Kyung-Am B/D 157-27 Samsung-Dong, Seoul 135-090 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13075, 'bcec5d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13076, '70b3d5b2d', 0, 'Plexus', '5511 Capital Center Drive, Ste 600 Raleigh NC 27606 US', 'US', 'MA-S', '2018-10-18', '2018-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13077, '0005ab', 0, 'Cyber Fone, Inc', '989 Old Eagle School Road Wayne PA 19087 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13078, '4c8093', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13079, '741865', 0, 'Shanghai DareGlobal Tech Co, Ltd', '22F NO.1555 Kongjiang RD Shanghai 200092 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13080, '70b3d5fb7', 0, 'Saice', '5-23-1 Shinagawa Higashi-Gotanda Tokyo 141-0022 JP', 'JP', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13081, 'e41e0a9', 0, 'B Meters S.R.L.', 'VIA FRIULI 3 GONARS UDINE 33050 IT', 'IT', 'MA-M', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13082, '28fa7a', 0, 'Zhejiang Tmall Tech Co, Ltd', 'Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong province Shenzhen GuangDong 518000 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13083, '001025', 0, 'Grayhill, Inc', '561 Hillgrove Ave LaGrange IL 60525 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13084, '002263', 0, 'Koos Technical Services, Inc', '1025 Greenwood Blvd. Lake Mary FL 32746 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13085, '0050c2a71', 0, 'Purite Ltd', 'Bandet Way Thame Oxfordshire OX9 3SJ GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13086, 'd8e3ae', 0, 'Cirtec Medical Systems', '101B Cooper Court Los Gatos CA 95032 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13087, 'd03169', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13088, '04e56e', 0, 'Thub Co, Ltd', '#607 2, Busandaehak-ro 63beon-gil, Geumjeong-gu Busan 46241 KR', 'KR', 'MA-L', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13089, '000a1c', 0, 'Bridge Information Co, Ltd', 'No.3, Lane 106, Wu-Kung 2 Rd., Taipei 248 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13090, '001b96', 0, 'General Sensing', 'Unit 716, Cyberport 1 Pok Fu Lam US', 'US', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13091, '84dbac', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-09-21', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13092, '0020f6', 0, 'Net Tek And Karlnet, Inc', 'LITTLE STREAMS UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13093, '0050c264b', 0, 'MangoDSP', 'Hartom 8 Jerusalem 45116 IL', 'IL', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13094, '0007e4', 0, 'SoftRadio Co, Ltd', '2F, Dong-Bok B/D 645-18 Seoul KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13095, '002384', 0, 'Ggh Engineering s.r.l.', 'Via Agucchi 84/2 Bologna 40133 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13096, '8c56c5', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13097, '9c69b46', 0, 'Shenzhen jiahua zhongli Tech CoLtd', '3/F,building B,JINHU building,industrial road,longhua new district Shenzhen Guangdong 518109 CN', 'CN', 'MA-M', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13098, '0000be', 0, 'The Nti Group', '4701 PATRICK HENRY DRIVE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13099, '000614', 0, 'Prism Holdings', 'P.O. Box 901, Gauteng ZA', 'ZA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13100, '001c27', 0, 'Sunell Electronics Co', '3rd Floor,Bldg.514,BaGua Rd ShenZhen Guangdong 518029 CN', 'CN', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13101, '001ef0', 0, 'Gigafin Networks', '19050 Pruneridge Cupertino CA 95014 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13102, '00229a', 0, 'Lastar, Inc', '3555 Kettering BLVD. Moraine Ohio 45439 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13103, '041b94', 0, 'Host Mobility AB', 'Anders Personsgatan 12 Gothenburg Vastra Gotaland 41664 SE', 'SE', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13104, '986d356', 0, 'Vitronic Dr.-Ing. Stein Bildverarbeitungssysteme GmbH', 'Hasengartenstraße 14 Wiesbaden Hessen 65189 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13105, '70b3d575e', 0, 'Cardinal Health', '444 McDonnell Blvd. Hazelwood MO 63042 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13106, '00dd00', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13107, '001130', 0, 'Allied Telesis (Hong Kong) Ltd', 'Room F, 3/F, Yeung Yiu Chong (no. 8) Industrial building, HK', 'HK', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13108, '0cdccc', 0, 'Inala Tech', 'Inala House, 557 15th Road Midrand Gauteng 1685 ZA', 'ZA', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13109, '70b3d5699', 0, 'Flextronics International Kft', '38. Zrinyi Str. Zalaegerszeg Zala 8900 HU', 'HU', 'MA-S', '2019-12-07', '2019-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13110, '00d0a5', 0, 'American Arium', '14281 CHAMBERS ROAD TUSTIN CA 92780 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13111, '000626', 0, 'Mwe GmbH', 'Olbrichtstraße 21 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13112, '002530', 0, 'Aetas Systems Inc', '3A3, No. 1, LiHsin Road I HsinChu Taiwan 30078 TW', 'TW', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13113, '0050c2d5e', 0, 'infinitec Co, Ltd', '2-6-35, Honcho Yonezawasi Yamagata 992-0037 JP', 'JP', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13114, '0050c2e01', 0, 'Tyco Traffic & Transportation', '137 McCredie Rd Guildford NSW 2161 AU', 'AU', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13115, '547975', 0, 'Nokia Corp', 'Joensuunkatu 7E Salo 24101 FI', 'FI', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13116, 'd0d412', 0, 'Adb Broadband Italia', 'VIALE SARCA 336 MILANO 20126 IT', 'IT', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13117, '94d859', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2015-05-23', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13118, '001e11', 0, 'Elelux International Ltd', '3F., NO.103 CHOW TZE STREET TAIPEI 114 TW', 'TW', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13119, '0022e0', 0, 'Atlantic Software Tech S.r.L.', 'Via Martino Bassi, 9 Milano 20148 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13120, '70b3d59d4', 0, 'Wartsila Voyage Ltd', '13-18 City Quay Dublin 2 D02 ED70 IE', 'IE', 'MA-S', '2016-02-18', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13121, '70b3d571e', 0, 'Motec Pty Ltd', '121 Merrindale Drive Croydon South Victoria 3136 AU', 'AU', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13122, '2899c7', 0, 'Lindsay Broadband Inc', '2035 2 FISHER DRIVE PETERBOROUGH Ontario K9J 6X6 CA', 'CA', 'MA-L', '2019-03-14', '2019-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13123, '00001c', 0, 'Bell Tech', '330 WARREN AVENUE FREMONT CA 94539 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13124, '0050c2391', 0, 'Esensors, Inc', '4240 Ridge Lea Road Amherst NY 14226 US', 'US', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13125, '000c05', 0, 'Rpa Reserch Co, Ltd', '4F, 90-7, Yangjae-Dong, Seocho-Ku Seoul 137-130 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13126, '00155a', 0, 'Dainippon Pharmaceutical Co, Ltd', '2-6-8, DOSHOMACHI, CHUO-KU OSAKA CITY OSAKA PREF. 541-8524 JP', 'JP', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13127, '681401', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-08-11', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13128, '04c3e61', 0, 'Guangdong New Pulse Electric Co, Ltd', 'No. 38 South Kemu Road Guangzhou City Tianhe District, Guangdong Province 510520 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13129, '00070f', 0, 'Fujant, Inc', '6305 Carpinteria Avenue Carpinteria CA 93013-2901 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13130, '000958', 0, 'Intelnet S.A.', 'FRANCISCO OLIVAN BAYLE, 4 ZARAGOZA 50015 ES', 'ES', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13131, '002438', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13132, '0050c29df', 0, 'Codec Co, Ltd', '1-29-18 Tamagawa Choufu-shi Tokyo 182-0025 JP', 'JP', 'IAB', '2008-12-20', '2016-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13133, 'fca47a', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-04-25', '2019-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13134, '00006a', 0, 'Computer Consoles Inc', 'COMPUTER PRODUCTS DIVISION IRVINE CA 92718 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13135, '002192', 0, 'Baoding Galaxy Electronic Tech Co, Ltd', 'NO.91 Fengfan Rd.,GaoKai District,Baoding City,Hebei Prov.China 071051 Baoding City Hebei Prov. 071051 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13136, '000d6d', 0, 'K-Tech Devices Corp', '14016-30 nakaminowa minowamachi kamiina nagano 399-4601 JP', 'JP', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13137, '001341', 0, 'Shandong New Beiyang Information Tech Co, Ltd', 'NO.11 Xinwei Road Weihai city Shandong 264200 CN', 'CN', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13138, '6ce0b0', 0, 'Sound4', '11 quai Joseph Gillet LYON 69004 FR', 'FR', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13139, '9844b6', 0, 'Infranor Sas', 'Avenue Jean Moulin LOURDES 65100 FR', 'FR', 'MA-L', '2018-10-15', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13140, '000158', 0, 'Electro Industries/Gauge Tech', '1800 Shames Drive Westbury NY 11590 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13141, '0009a3', 0, 'Leadfly Techologies Corp Ltd', '9Fl, No.260, Bade Rd., Taipei 104 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13142, '0021cd', 0, 'LiveTV', '1333 Gateway Drive, Suite 1007 Melbourne Florida 32901 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13143, '24a937', 0, 'Pure Storage', '650 Castro Street Mt. View CA 94041 US', 'US', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13144, '001cf0', 0, 'D-Link Corp', 'NO.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW', 'TW', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13145, '000461', 0, 'Epox Computer Co, Ltd', '11F, #346, Chung San Rd. TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13146, '001b93', 0, 'JC Decaux SA Dnt', '21 rue claude Bernard MAUREPAS 78310 FR', 'FR', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13147, '001b00', 0, 'Neopost Tech', '113 rue Jean-Marin Naudin Bagneux 92220 FR', 'FR', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13148, '001fce', 0, 'Qtech Llc', 'Novozavodskaya st. 18 build. 1 Moscow Moscow region 121309 RU', 'RU', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13149, '70b3d532c', 0, 'Ation Corp', '6FL, Room no.602, 14, Nonhyeon-ro 95-gil, Gangnam-gu Seoul 06131 KR', 'KR', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13150, 'a0ab51', 0, 'Weifang Goertek Electronics Co, Ltd', 'Gaoxin 2 Road, Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN', 'CN', 'MA-L', '2019-07-17', '2019-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13151, '005057', 0, 'Broadband Access Systems', '48 South Park St #208 Montclair NJ 01752 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13152, '000f7f', 0, 'Ubstorage Co, Ltd', '#A-108, Seoul_Sanup_Jiwon_Center Ganseo-gu Seoul 157-840 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13153, 'd0f73b', 0, 'Helmut Mauell GmbH Werk Weida', 'Am Rosenhügel 1-7 Velbert 42553 DE', 'DE', 'MA-L', '2011-12-14', '2016-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13154, '00258f', 0, 'Trident Microsystems, Inc', '3408 Garrett Drive Santa Clara CA 95054 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13155, '001bc5027', 0, 'Camea, spol. s r.o.', 'Korenskeho 25 Brno 621 00 CZ', 'CZ', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13156, '1806ff', 0, 'Acer Computer(Shanghai) Ltd', 'Room1806-20, No.769, Jiujiang Road, Huangpu District Shanghai 200000 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13157, '3cb6b7', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong 523860 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13158, '70b3d53a0', 0, 'chiconypower', '23F, No.69, Sec. 2, Guangfu Rd., Sanchong Dist., New Taipei City 241, Taiwan (R.O.C.) New Taipei Taiwan 241 TW', 'TW', 'MA-S', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13159, '001b67', 0, 'Cisco Systems, Inc', 'The Stella Building Swindon Wiltshire SN5 6NX GB', 'GB', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13160, 'dc4427c', 0, 'Pyrexx Tech GmbH', 'Spichernstr. 2 Berlin Berlin 10777 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13161, 'd8c561', 0, 'CommFront Communications Pte Ltd', 'No. 1 Yishun Industrial ST 1, #05-31 A\'Posh BizHub SG SG 768160 SG', 'SG', 'MA-L', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13162, '0050c7', 1, 'Private', '', '', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13163, '9454df', 0, 'Yst Corp', 'A-1407, 767, Sinsu-ro, Suji-gu, Yongin-si Gyeonggi-do 16827 KR', 'KR', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13164, '7429af', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-09-02', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13165, '748a69', 0, 'Korea Image Tech Co, Ltd', '125, beolmal road, dongan gu, anyang gyeonggi 14056 KR', 'KR', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13166, 'e472e2', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13167, 'b89f09', 0, 'Wistron Neweb Corp', 'No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW', 'TW', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13168, '54812d', 0, 'Pax Computer Tech(Shenzhen) Ltd', '4/F, No.3 Building, Software Park, Second Central Science-Tech Road, High-Tech Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13169, '001064', 0, 'Dnpg, Llc', '20 North Wentworth Avenue Londonderry NH 03053 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13170, '0050c2df9', 0, 'Jenny Science AG', 'D4 Platz 4 Root 6039 CH', 'CH', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13171, '001b24', 0, 'Quanta Computer Inc', 'No. 211, Wen Hwa 2nd Rd., Kuei Shan Hsiang Tao Yuan Shien 333 TW', 'TW', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13172, '0011dc', 0, 'Glunz & Jensen', 'Selandia Park 1 Ringsted 4100 DK', 'DK', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13173, '001416', 0, 'Scosche Industries, Inc', 'PO Box 2901 Oxnard CA 93034 US', 'US', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13174, '001c5b', 0, 'Chubb Electronic Security Systems Ltd', 'Shadsworth Road Blackburn Lancashire BB1 2PR GB', 'GB', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13175, 'ac6fd9', 0, 'Valueplus Inc', '#803, Sicox Tower, 513-14, Seongnam-si Gyeonggi-do 462-806 KR', 'KR', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13176, '78b3b9', 0, 'ShangHai sunup lighting Co, Ltd', 'RM2508,Building 2,1077# Zu Chong Zhi Rd,Zhang Jiang Hi-Tech Park,Pudong New Area,ShangHai,China shanghai shanghai 201203 CN', 'CN', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13177, 'fc3f7c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13178, '70886b9', 0, 'Shenzhen Coolhear Information Tech Co, Ltd', 'Room 502,Building A4, Kexing Science Park, Keyuan Road, Nanshan Distrct, Shenzhen, Guangdong, Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13179, '70b3d560f', 0, 'Tanaka Information System, Llc', '3-17-18 Higashi-Nakano, Nakano-ku Tokyo 1640003 JP', 'JP', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13180, '0014e7', 0, 'Stolinx,. Inc', '3F Ohchang Bldg., 61 Yangjae-dong Seoul 137-889 KR', 'KR', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13181, '0018dc', 0, 'Prostar Co, Ltd', 'A-703 Technotown, 250-3 Hagye-dong, Nowon-gu Seoul 139-230 KR', 'KR', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13182, 'd4503f', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13183, '40d855052', 0, 'Dan Electronics System (P) Ltd', '546A, SECTOR - 37 GURGAON HARYANA 122001 IN', 'IN', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13184, '1007234', 0, 'Audio Engineering Ltd', '75 Parnell Rise Auckland 1052 NZ', 'NZ', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13185, 'e818631', 0, 'clabsys', '9F Elentec-dong, Pangyo 7 Venture Valley II, 633 Seongnam-si Kyeonggi-do 463-010 KR', 'KR', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13186, 'fc1d43', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13187, '70b3d5662', 0, 'Icon Industrial Engineering', 'Radio street, 24/2, office 101 Moscow Moscow 105005 RU', 'RU', 'MA-S', '2019-08-23', '2019-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13188, '00905a', 0, 'Dearborn Group, Inc', '33604 West 8 Mile Rd Farmington Hills MI 48335 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13189, '00228e', 0, 'TV-Numeric', '24-26 rue Louis Armand Paris 75015 FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13190, '0050c2001', 0, 'Jmbs Developpements', '5, rue de la Verrerie FR', 'FR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13191, '70f11c', 0, 'Shenzhen Ogemray Tech Co, Ltd', '4/F,5Bldg,Dongwu Industrial Park, Donghuan 1st Rd, Longhua District. Shenzhen 518059 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13192, 'e4434b', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13193, '70ea1a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-10-17', '2018-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13194, '40f21c', 0, 'Dasan Zhone Solutions', '7195 Oakport Street Oakland CA 94621 US', 'US', 'MA-L', '2018-12-13', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13195, '003025', 0, 'Checkout Computer Systems, Ltd', 'TOWNSEND FARM ROAD UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13196, '000729', 0, 'Kistler Instrumente AG', 'Eulachstrasse 22 CH', 'CH', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13197, 'a845cd', 0, 'Siselectron Tech Ltd', '5F., No.232, Sec. 2, Sioulang Rd., Yonghe Dist., New Taipei City Taiwan 23453 TW', 'TW', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13198, '70b3d54eb', 0, 'Infosoft Digital Design & Services Private Ltd', '104-105, Suneja Tower-1 New Delhi Delhi 110058 IN', 'IN', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13199, '70b3d5913', 0, 'Shenzhen Riitek Tech Co, Ltd', '4F, Building1, Zhongkenou Industry Park, Hezhou Development, Baoan district, Shenzhen, 518000 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13200, '7c21d8', 0, 'Shenzhen Think Will Communication Tech Co, Ltd', '16F,Block A,Central Plaza,No.2002,Baoyuan Rd.,Baoan District Shenzhen 518101 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13201, '005093', 0, 'Boeing', '3370 Miraloma Avenue Anaheim CA 92803-3105 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13202, '080c0b', 0, 'SysMik GmbH Dresden', 'Bertolt-Brecht-Allee 24 Dresden 01309 DE', 'DE', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13203, '0016ec', 0, 'Elitegroup Computer Systems Co, Ltd', 'No. 22, Alley 38, Lane 91, Sec. 1, Nei Hu Road, Taipei 11441 TW', 'TW', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13204, '70b3d5cfd', 0, 'iLOQ Oy', 'Yrttipellontie 10 Oulu EMEA 90230 FI', 'FI', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13205, '74f91a', 0, 'Onface', '#1408, Mario Tower, 30Gil-28, Digital-ro, Guro-gu Seoul 08389 KR', 'KR', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13206, '8c593c7', 0, 'Obo Pro.2 Inc', '2148 Bering Dr. San Jose CA 95131 US', 'US', 'MA-M', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13207, '0050c2042', 0, 'B.E.A.R. Solutions (Australasia) Pty, Ltd', 'Unit 226 Bella Vista NSW AU', 'AU', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13208, '0050c2313', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 3280 Murten CH', 'CH', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13209, 'a45e60', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13210, '70b3d5cbe', 0, 'Ensura Solutions BV', 'Hofstraat 4 Ulft Gelderland 7071 KB NL', 'NL', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13211, '008061', 0, 'Litton Systems, Inc', 'M/S 44-20 AGOURA HILLS CA 91301-0500 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13212, '80717a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13213, '0013c1', 0, 'Asoka Usa Corp', '558 Pilgrim Drive Foster City CA 94404 US', 'US', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13214, '0021b4', 0, 'Apro Media Co, Ltd', '#13-5,Dodang-Dong,Wonmi-Gu, Bucheon-City Kyunggi-Do 420-801 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13215, '781dba', 0, 'Huawei Tech Co, Ltd', 'HUAWEI Industrial Base Bantian,Longgang Shenzhen guangdong 518129 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13216, '0cbc9f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13217, '70b3d513e', 0, 'Stara S/A Indústria de Implementos Agrícolas', 'Avenida Stara 519 Não-Me-Toque Rio Grande do Sul 99470000 BR', 'BR', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13218, '005033', 0, 'Mayan Networks', '3350 SCOTT BLVD. - BLDG. #9 SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13219, '00b048', 0, 'Marconi Communications Inc', '8616 Freeport Parkway Irving TX 75063 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13220, '00262f', 0, 'Hamamatsu Toa Electronics', '9162-1 HAMAMATSU SIZUOKA 431-2102 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13221, 'c4f312', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13222, '00077a', 0, 'Infoware System Co, Ltd', 'Mizorogi Daiichi Bldg 4 F Tokyo JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13223, '0050c2443', 0, 'Pickering Laboratories', '1280 space park way mountain view california 94943 US', 'US', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13224, '9492bc', 0, 'Syntech (HK) Tech Ltd', 'Unit No.1,12/F.,Perfect Industrial Building,31 Tai Yau Street, San Po Kong, Kowloon, Hong Kong 999077 Kowloon 999077 HK', 'HK', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13225, '0050c2a1f', 0, 'Flight Data Systems Pty Ltd', '31 Mc Gregors Drive Keilor Park Victoria 3042 AU', 'AU', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13226, '70b3d54d8', 0, 'Versilis Inc', '4295 St-Elzear Ouest Laval Quebec h7p4j3 CA', 'CA', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13227, 'cc3b58', 0, 'Curiouser Products Inc', '712 Broadway #4 New York NY 10003 US', 'US', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13228, 'a019b21', 0, 'El Sewedy Electrometer Egypt S.A.E.', 'Plot No. 154/173 Industrial Zone 2 ET-6th October City EG', 'EG', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13229, 'a4da224', 0, 'Loriot AG', 'Zuercherstrasse 68 Thalwil Zürich 8800 CH', 'CH', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13230, 'f8e079', 0, 'Motorola Mobility Llc, a Lenovo Co', '600 North US Highway 45 Libertyville IL 60048 US', 'US', 'MA-L', '2013-12-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13231, '70b3d50bc', 0, 'Practical Software Studio Llc', '1 Northfield Plaza, Suite 300 Northfield IL 60093 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13232, '0050c2782', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2007-07-01', '2017-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13233, '584498', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2015-07-23', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13234, 'e8a4c1', 0, 'Deep Sea Electronics Ltd', 'Highfield House Hunmanby North Yorkshire YO14 0PH GB', 'GB', 'MA-L', '2010-01-05', '2019-02-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13235, '001bc50c4', 0, 'Eldes', 'Ukmerges 283B Vilnius 06313 LT', 'LT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13236, '0ccc26', 0, 'Airenetworks', 'Ramon y Cajal 11 Elche Alicante 03203 ES', 'ES', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13237, '4865eeb', 0, 'EnBW Energie Baden-Württemberg AG', 'Durlacher Allee 93 Karlsruhe 76131 DE', 'DE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13238, '000361', 0, 'Widcomm, Inc', '9645 Scranton Road San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13239, '001368', 0, 'Saab Danmark A/S', 'Alsion 2 Soenderborg DK 6400 DK', 'DK', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13240, '50bd5f', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13241, 'b808cf', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13242, '000f3b', 0, 'Fuji System Machines Co, Ltd', '5-8-10 Zama-Shi Kanagawa-Ken 228-0003 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13243, '00224a', 0, 'Raylase AG', 'Argelsrieder Feld 2-4 Wessling Bavaria 82234 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13244, '7c72e4', 0, 'Unikey Tech', '2250 Lee Rd Winter Park FL 32789 US', 'US', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13245, '307bac', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13246, '00004d', 0, 'Dci Corp', '64J PRINCETON-HIGHTSTOWN RD PRINCETON JUNCTION NJ 08550 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13247, '90ff79', 0, 'Metro Ethernet Forum', '6033 W. Century Boulevard Los Angeles California 90045 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13248, 'c47c8d', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13249, '70b3d5da8', 0, 'Tagarno AS', 'Sandovej 4 Horsens Denmark DK-8700 DK', 'DK', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13250, '0ca42a', 0, 'OB Telecom Electronic Tech Co, Ltd', '17/F, Jiangong Building Hangzhou ZheJiang 310012 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13251, 'b4ef04', 0, 'Daihan Scientific Co, Ltd', '326, Sinpyoungsukhwaro Wonju-si, Gangwon-do 26358 KR', 'KR', 'MA-L', '2015-08-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13252, '5c2479', 0, 'Baltech AG', 'Lilienthalstrasse 27 Hallbergmoos 85399 DE', 'DE', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13253, 'b8186f', 0, 'Oriental Motor Co, Ltd', '5-8-3 Tokodai Tsukuba Ibaraki 300-2635 JP', 'JP', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13254, '0020da', 0, 'Alcatel-Lucent Enterprise', '26801 West Agoura Road CALABASAS CA 91301 US', 'US', 'MA-L', '1980-01-01', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13255, '001da7', 0, 'Seamless Internet', '2050 Russett Way Suite 338 Carson City Nevada 89703 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13256, '0050c2937', 0, 'BigBear', 'Borgerdiget 130 Herlev 2730 DK', 'DK', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13257, '100d32', 0, 'Embedian, Inc', '10F., 95, Nanjing E. Rd. Sec. 4, Taipei 10580 TW', 'TW', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13258, '70b3d55ff', 0, 'Vaisala Oyj', 'Vanha Nurmijarventie 21 VANTAA Fin-01670 FI', 'FI', 'MA-S', '2014-12-23', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13259, '88b362', 0, 'Nokia Shanghai Bell Co Ltd)', 'No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai 201206,P.R.China Shanghai Pudong 201206 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13260, '001946', 0, 'Cianet Industria e Comercio S/A', 'rod SC401, km01 Tecnopolis/Alfama 4o. Andar Florianopolis Santa Catarina 88030-902 BR', 'BR', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13261, '002132', 0, 'Masterclock, Inc', '2484 W. Clay St. St. Charles MO 63301 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13262, '347c25', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13263, '001b3f', 0, 'ProCurve Networking by HP', '60 Alexandra Terrace 118502 SG', 'SG', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13264, '0050c2bf6', 0, 'Nolam Embedded Systems', '8 Rue d\'estienne d\'orves CRETEIL 94000 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13265, '0024c0', 0, 'Nti Comodo Inc', 'Rm#502, Kangyong Bldg, Sungnam-dong Sungnam-si Kyunggi-do 462-827 KR', 'KR', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13266, '3010e4', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13267, 'c01ada', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13268, '00147d', 0, 'Aeon Digital International', '31-6, The Bund Center Shanghai SH 200002 CN', 'CN', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13269, '001e53', 0, 'Further Tech Co, Ltd', '8F,NO 421, Sungshan RD.,Taipei, Taiwn,R.O.C. Taipei 110 TW', 'TW', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13270, '40d855137', 0, 'Gde Polska', 'Swiatnicka 88 Str. Wlosan 32-031 Mogilany PL', 'PL', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13271, '001cef', 0, 'Primax Electronics Ltd', '669, Ruey Kuang Road, Neihu Taipei 114 TW', 'TW', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13272, '0050c2b9e', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13273, '0050c239c', 0, 'Tiyoda Mfg Co, Ltd', '75-5 Imojiya Chikuma-city NAGANO 387-0015 JP', 'JP', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13274, '001dd7', 0, 'Algolith', '400 Isabey Saint-Laurent Qc H4T 1V3 CA', 'CA', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13275, 'f4c714', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13276, 'e0cec3', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13277, '000214', 0, 'Dtvro', '813 Daegong Bldg., KOREA KOREA 135-080 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13278, '0080d2', 0, 'Shinnihondenko Co, Ltd', '6-8 NISHITENMA 2 CHOME JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13279, '0050c2a4c', 0, 'VasoNova, Inc', '1368 Bordeaux Drive Sunnyvale CA 94089 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13280, 'c46e7b', 0, 'Shenzhen RF-Link Tech Co, Ltd', 'Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13281, '001a04', 0, 'Interay Solutions BV', 'Mr. W.M. Oppedijk van Veenweg 8 BURGUM Friesland 9251 GA NL', 'NL', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13282, '001f86', 0, 'digEcor', '1625 N. 1100 W. Springville UT 84663 US', 'US', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13283, '000274', 0, 'Tommy Tech Corp', '#407 Heehoon Bld Seoul Seoul KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13284, '0002d3', 0, 'NetBotz, Inc', '110044 Research Blvd. Austin TX 78759 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13285, '0050c2777', 0, 'Euro Display Srl', 'Via Gandhi, 21 Avigliana Torino 10051 IT', 'IT', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13286, '001ff2', 0, 'Via Tech, Inc', '1F, 531, Chung-Cheng Road Hsin-Tien Taipei 231 TW', 'TW', 'MA-L', '2008-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13287, '70b3d5b4d', 0, 'Avidbots Corp', '975 Bleams Road, Unit 5 Kitchener Ontario N2E 3Z5 CA', 'CA', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13288, 'fcd2b69', 0, 'Winglet Systems Inc', '4-6, Shinyokohama 2-chome, Kohoku-ku Yokohama Kanagawa 222-0033 JP', 'JP', 'MA-M', '2018-12-31', '2018-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13289, '0020a1', 0, 'Dovatron', 'PRODUCTS DIVISION LONGMONT CO 80501 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13290, '004052', 0, 'Star Tech, Inc', '515 SHAW ROAD STERLING VA 22075 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13291, '64136c', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13292, '58c583', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13293, '88571d', 0, 'Seongji Industry Co', '54-33, Dongtanhana 1-gil Hwaseong-si Gyeonggi-do 18423 KR', 'KR', 'MA-L', '2019-07-02', '2019-07-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13294, '54a493b', 0, 'Advice', '16 Atir Yeda St Kfar Saba Not applicable 4464321 IL', 'IL', 'MA-M', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13295, '001fa3', 0, 'T&W Electronics (ShenZhen) Co, Ltd', '2F,Baiying Building, No.1019, ShenZhen GuangDong 518067 CN', 'CN', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13296, 'a44f29c', 0, 'Shenzhen Huadoo Bright Group Limitied', 'Room 13E, Jinsong Buiding, Tai ran 4th Rood, Chegong Miao,Futian Distrct Shenzhen Guangdong 51800 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13297, '0050c2458', 0, 'Hrz data GmbH', 'Oberkrone 20e Witten NRW 58455 DE', 'DE', 'IAB', '2005-02-17', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13298, '0050a1', 0, 'Carlo Gavazzi, Inc', '222 PENNBRIGHT DR. - STE.#210 HOUSTON TX 77090 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13299, '0009b0', 0, 'Onkyo Corp', '2-1 Nisshin-cho Neyagawa Osaka 5728540 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13300, '7c2302', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13301, 'bc4e5d', 0, 'ZhongMiao Tech Co, Ltd', 'NO.2009 Lihu Avenue, WuxiStudioA-A3 Wuxi Jiangsu 214000 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13302, 'f041c8b', 0, 'Powervault Ltd', '29 Shand Street, London Bridge London SE1 2ES GB', 'GB', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13303, '0018de', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13304, 'b418d1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13305, '70b3d5a1b', 0, 'Potter Electric Signal Co Llc', '1609 Park 370 Place Hazelwood MO 63042 US', 'US', 'MA-S', '2014-12-23', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13306, '003c10', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13307, '00e0bb', 0, 'Nbx Corp', '100 BRICKSTONE SQUARE ANDOVER MA 01810 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13308, '74e424', 0, 'Apiste Corp', '1-4-16 Dojimahama, Kita-ku Osaka Japan 530-0004 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13309, 'a44f29b', 0, 'Guangdong Real-Design Intelligent Tech Co, Ltd', 'No.1 Ruixiang Road,Fengxiang industrial Park,DaliangSub-district,Shunde district,Foshan City,Guangdong Foshan Guangdong 528300 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13310, '64dba0', 0, 'Select Comfort', '9800 59th Ave N Minneapolis MN 55442 US', 'US', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13311, '50a6e3', 0, 'David Clark Co', '360 Franklin St. Worcester MA 01615 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13312, '64b473', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2014-07-13', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13313, '285261', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13314, '1c87745', 0, 'Xiaoxinge (Tangshan) Electronic Tech Co, Ltd', 'D9G Fuhua Plaza, 8# North Street, Chaoyangmen, Dongcheng District Beijing Beijing 100027 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13315, '70b3d53ae', 0, 'Exicom Tech fze', 'Technology park , P.O.box 327792 Ras Al Khaimah FTZ Ras Al Khaimah 327792 AE', 'AE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13316, '80eaca', 0, 'Dialog Semiconductor Hellas SA', 'Leoforos Syggrou 143 Athens Attiki 17121 GR', 'GR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13317, '70106f', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13318, '78e2bd', 0, 'Vodafone Automotive S.p.A.', 'via Astico 41 Varese Italy/VA 21100 IT', 'IT', 'MA-L', '2019-01-18', '2019-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13319, '00037d', 0, 'Stellcom', '10525 Vista Sorrento Parkway San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13320, '002645', 0, 'Circontrol S.A.', 'Lepant 43 Terrassa Barcelona 08223 ES', 'ES', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13321, '64db18', 0, 'OpenPattern', '109/111 rue des Côtes Maisons Laffitte Yvelines 78600 FR', 'FR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13322, '28bc56', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62902 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13323, '5486bc', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-01-19', '2019-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13324, '001530', 0, 'Dell Emc', '176 South Street Hopkinton MA 01748 US', 'US', 'MA-L', '2005-07-21', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13325, '0024dd', 0, 'Centrak, Inc', '207 Penns Trail Newtown PA 18940 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13326, '70b921', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13327, '40d8550a1', 0, 'Advaly System Inc', '7 KITA2 NISHI2 CYUO-KU SAPPORO HOKKAIDO 060-0002 JP', 'JP', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13328, '0015f2', 0, 'ASUSTek Computer Inc', 'No.5 Shing Yeh Street,Kwei Shan Hsiang,Taoyuan Taipei 333 TW', 'TW', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13329, '0050c2530', 0, 'Innovation Institute, Inc', 'P.O. Box 9359 Caguas Puerto Rico 00726-9359 PR', 'PR', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13330, 'c43dc7', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13331, 'a45da1', 0, 'Adb Broadband Italia', 'VIALE SARCA 336 MILANO ITALY 20126', '', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13332, '74d7ca', 0, 'Panasonic Corp Automotive', '5652 Matsumoto City Nagano 399-8730 JP', 'JP', 'MA-L', '2015-08-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13333, '78886d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13334, '000991', 0, 'Intelligent Platforms, Llc', '2500 Austin Drive Charlottesville VA 22911 US', 'US', 'MA-L', '2002-06-05', '2020-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13335, '0050c2026', 0, 'Abatis Systems Corp', '4190 Still Creek Drive Burnaby B.C. V5C 6C6 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13336, '3c24f00', 0, 'Shenzhen Pinsida Tech Co, Ltd', '411,4/F,Building A,Pengnian Science Park,Honghua IV Road,Xili,Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13337, '60a730', 0, 'Shenzhen Yipinfang Internet Tech Co, Ltd', 'Shenzhen Konka R & D Building, 28th floor 21 GuangDong Nanshan District 518000 CN', 'CN', 'MA-L', '2018-07-30', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13338, '10c61f', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13339, '34ba9a', 0, 'Asiatelco Tech Co', '301,#8 Building,#289 Bisheng Road Shanghai 201204 CN', 'CN', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13340, '247d4d', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13341, '02608c', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '2000-11-09', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13342, '4c07c9', 0, 'Computer Office Co, Ltd', '1368-10 Muramatsu-cho Ise-shi Mie-ken 515-0507 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13343, '9cf6dd3', 0, 'Ryeex Tech Co, Ltd', 'RM106,Joinin Hub,Builing J District 71,Construction Industrial Park,Xin\'an Street,Bao\'an, Shenzhen,China SHENZHEN GUANGDONG 518101 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13344, '407c7d', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13345, '049790', 0, 'Lartech telecom Llc', 'Bolshoi Sampsonievski 68, lit. N, office 237 Saint-Petersburg 194100 RU', 'RU', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13346, '70b3d5db1', 0, 'Biovigil Hygiene Tech', '924 N. Main st., Suite 2 Ann Arbor MI 48104 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13347, 'ccd39d9', 0, 'Bejing Nexsec Inc', 'Floor 5, Room 5001,Buliding No.4,Fengxian Middle Road No.7 (Beike Industrial Park),Haidian District, Beijing 100094 CN', 'CN', 'MA-M', '2018-10-11', '2018-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13348, '70b3d51cf', 0, 'Dalcnet srl', 'Via Meucci 35 Brendola Vicenza 36040 IT', 'IT', 'MA-S', '2020-01-16', '2020-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13349, '001265', 0, 'Enerdyne Tech, Inc', '1935 Cordell Court El Cajon CA 92020 US', 'US', 'MA-L', '2004-09-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13350, '0050c2f55', 0, 'Honeywell', '13350 US Hwy 19 N Clearwater 33764 US', 'US', 'IAB', '2012-03-18', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13351, '70b3d5fcc', 0, 'DIgSILENT GmbH', 'Heinrich-Hertz-Str. 9 Gomaringen 72810 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13352, 'd42493', 0, 'GW Tech Co, Ltd', 'Building 16,No.8,Heying Road,Changping District Beijing Beijing 102200 CN', 'CN', 'MA-L', '2019-09-23', '2019-09-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13353, '0060e6', 0, 'Shomiti Systems Inc', '2099 GATEWAY PLACE - STE.#220 SAN JOSE CA 95110 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13354, '70b3d57c1', 0, 'Data Sciences International', '119 14th St. NW St. Paul MN 55112 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13355, '00162b', 0, 'Togami Electric Mfg.Co, Ltd', '1-1 Ohtakara-Kitamachi Saga.PRF 840-0802 JP', 'JP', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13356, 'dcf05d', 0, 'Letta Teknoloji', 'TUBITAK Teknoloji Gelistirme Bolgesi KOCAELI 41455 TR', 'TR', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13357, '70b3d5e6a', 0, 'Mac Solutions (UK) Ltd', 'Units 6 & 7, Kingfisher Business Park, Arthur Street Redditch Worcestershire B98 8LG GB', 'GB', 'MA-S', '2018-11-21', '2018-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13358, '445ce9', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13359, '0011a2', 0, 'Manufacturing Tech Inc', '70 Ready Ave NW Fort Walton Beach FL 32548 US', 'US', 'MA-L', '2004-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13360, '00133e', 0, 'MetaSwitch', '1411 Harbor Bay Parkway Alameda CA 94502 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13361, '98cc4d', 0, 'Shenzhen mantunsci Co, Ltd', '3 floor, 3 environmental protection industrial park, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13362, '70b3d5869', 0, 'chargeBIG', 'Pragstraße 26-46 Stuttgart 70376 DE', 'DE', 'MA-S', '2020-01-22', '2020-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13363, '0050c2621', 0, 'Version-T', '1 per. Pestelya 50A Kaluga Kaluga region 248003 RU', 'RU', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13364, '70b3d5e6d', 0, 'Domus S.C.', '87 A Oriente #1623 Local A Puebla Puebla 72587 MX', 'MX', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13365, '001c4d', 0, 'Aplix IP Holdings Corp', '2-20-9 Nishiwaseda Shinjuku-ku Tokyo 169-0051 JP', 'JP', 'MA-L', '2007-05-13', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13366, '3c678c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13367, '70b3d5022', 0, 'Ravelin Ltd', 'Prof. Popova str 4 St Petersburg Russia 197022 RU', 'RU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13368, '000032', 0, 'Marconi plc', '28 ELSTREE WAY, BOREHAMWOOD UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13369, '001bdd', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-04-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13370, '140d4f', 0, 'Flextronics International', 'Stretton Green Distribution Centre Langford Way Warrington Cheshire WA4 4TQ GB', 'GB', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13371, '183864', 0, 'Cap-Tech International Co, Ltd', 'Rm. 6, 4F., No.120, Qiaohe Rd., Zhonghe Dist New Taipei City Taiwan 235 TW', 'TW', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13372, '70b3d5744', 0, 'Phyzhon Health Inc', '180 Blue Ravine Road, suite A Folsom CA 95630 US', 'US', 'MA-S', '2020-02-06', '2020-02-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13373, '0060ba', 0, 'Sahara Networks, Inc', '335 HIGHLAND AVE. CHESHIRE CT 06410 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13374, 'a47aa4', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2011-03-17', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13375, 'e82877', 0, 'Tmy Co, Ltd', 'Attic Bldg. 3F, 1-2-10 Ise-cho, Ashikaga-shi Tochigi 326-0053 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13376, '70b3d5dbf', 0, 'Infodev Electronic Designers Intl.', '1995 rue Frank-Carrel Suite 202 Quebec Quebec G1N4H9 CA', 'CA', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13377, '349f7b', 0, 'Canon Inc', '30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2019-10-01', '2019-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13378, '000c08', 0, 'Humex Tech Corp', '5F, No.5, Lane 44, Szu Wei Rd. Taan Taip Taipei 106 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13379, '0050c293a', 0, 'Alphatronics nv', 'Brandstraat 8a Lokeren Oost Vlaanderen B-9160 BE', 'BE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13380, '70b3d5641', 0, 'Burk Tech', '7 Beaver Brook road Littleton MA 01460 US', 'US', 'MA-S', '2020-01-15', '2020-01-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13381, '0060e8', 0, 'Hitachi Computer Products (America), Inc', '3101 TASMAN DRIVE SANTA CLARA CA 95054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13382, '40618e', 0, 'Stella-Green Co', '1-5-16 Edobori, Nishi-ku Osaka 550-0002 JP', 'JP', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13383, 'b49a95', 0, 'Shenzhen Boomtech Industrial Corp', '2F, Block E, Bao\'an Intelligent Valley, Yingtian Road No.4 Xixiang Sub-District Office, Bao\'an District Shenzhen Guangdong 518102 CN', 'CN', 'MA-L', '2019-03-19', '2019-03-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13384, 'fc5b24', 0, 'Weibel Scientific A/S', 'Solvang 30 Alleroed 3450 DK', 'DK', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13385, 'c4108a', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2011-03-17', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13386, 'b40edc', 0, 'LG-Ericsson Co, Ltd', '533,Hogye-1dong,Dongan-gu Anyang-shi Kyungki-do 431-749 KR', 'KR', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13387, 'a84122', 0, 'China Mobile (Hangzhou) Information Tech Co, Ltd', 'No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2019-12-27', '2019-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13388, '0001d4', 0, 'Leisure Time, Inc', '4258 Communications Drive Norcross GA 30093 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13389, '00035c', 0, 'Saint Song Corp', '4F, No. 12, Lane 94, Tsao Ti Wzi 222 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13390, '001979', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13391, 'b4cce9', 0, 'Prosyst', '2C Rue de l\' EPINOY TEMPLEMARS 59175 FR', 'FR', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13392, '30a8db', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2014-01-12', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13393, '10c6fc', 0, 'Garmin International', '1200 East 151st Street Olathe KS 66062 US', 'US', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13394, '1002b5', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13395, '002170', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2008-10-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13396, '34684a', 0, 'Teraworks Co, Ltd', 'Room No. 201 , 515-30 , Mok-Dong Seoul 158-808 KR', 'KR', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13397, '346fed', 0, 'Enovation Controls', '5311 S. 122nd E. Ave. Tulsa OK 74146 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13398, '00301a', 0, 'Smartbridges Pte. Ltd', '745 Toa Payoh Lorong 5 319455 SG', 'SG', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13399, '0080c8', 0, 'D-Link Systems, Inc', '53 Discover Dr. Irvine CA 92618 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13400, '001788', 0, 'Philips Lighting BV', 'High Tech Campus 45 Eindhoven Noord Brabant 5656 AE NL', 'NL', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13401, '0019df', 0, 'Thomson Inc', '101 West 103rd Street Indianapolis IN 46290-1102 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13402, '00250e', 0, 'gt german telematics GmbH', 'Rankestrasse 26 Berlin D-10789 DE', 'DE', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13403, 'd0d6cc', 0, 'Wintop', 'No. 1301,Xinfei Road Songjiang District Shanghai 201612 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13404, '70b3d5a04', 0, 'Galea Electric S.L.', 'Zeharkale 36, Edificio Izarra Centre Ermua Bizkaia 48260 ES', 'ES', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13405, '000529', 0, 'Shanghai Broadan Communication Tech Co, Ltd', '15F, Suntime International Mansion 200122 CN', 'CN', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13406, '00124a', 0, 'Dedicated Devices, Inc', '5680 E. Franklin Road Nampa Idaho 83687 US', 'US', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13407, 'c06c6d', 0, 'MagneMotion, Inc', '139 Barnum Road Devens Massachusetts 01434 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13408, '745c9f', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2014-08-20', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13409, '90c6824', 0, 'Neone, Inc', '2001 Travis Heights Blvd Austin Texas 78704', '', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13410, 'e8986d', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13411, '00073b', 0, 'Tenovis GmbH & Co KG', 'Kleyerstraße 94 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13412, '001a54', 0, 'Hip Shing Electronics Ltd', 'Unit 1/2/3, 20/F, New Treasure Center HK', 'HK', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13413, '70b3d5aad', 0, 'Bartec GmbH', 'Max-Eyth-Str. 16 Bad Mergentheim 97980 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13414, '70b3d5023', 0, 'Cambridge Pixel', 'New Cambridge House, Litlington Royston Herts SG8 0SS GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13415, 'd015a6', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2019-05-14', '2019-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13416, '0040b9', 0, 'Macq Electronique SA', 'RUE DE L\'AERONEF 2 BE', 'BE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13417, '000702', 0, 'Varex Imaging', '1678 South Pioneer Road Salt Lake City UT 84104 US', 'US', 'MA-L', '2001-10-24', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13418, '000d72', 0, '2Wire Inc', '1704 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13419, '001f5d', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790V DK', 'DK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13420, '002387', 0, 'ThinkFlood, Inc', '138 Claflin St Belmont MA 02478 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13421, '0050c2d8d', 0, 'CS-Instruments', 'Zindelsteiner Straße 15 VS-Tannheim Baden-Württemberg 78052 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13422, 'e86549', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13423, '94b86d', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13424, '0050c203b', 0, 'Vnr Electronique SA', 'Avenue de France 90 CH-1004 Lausanne CH', 'CH', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13425, '000b9d', 0, 'TwinMOS Tech Inc', '303 No.3, Tzu Chiang Rd., Hu Kou Xiang, Hsin Chu 303 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13426, '0050c2552', 0, 'Elfiq Inc', '1125 university Montreal Quebec H3B 3A7 CA', 'CA', 'IAB', '2005-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13427, '0050c25b1', 0, 'Rosta Ltd', 'Office 17, Moscow 123103 RU', 'RU', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13428, '002285', 0, 'Nomus Comm Systems', '601, Gunjan Tower, Baroda Gujarat 390023 IN', 'IN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13429, 'ec9f0de', 0, 'Max Tech', '2051 Victoria Av. St-Lambert Quebec J4S1H1 CA', 'CA', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13430, '70b3d5993', 0, 'ioThings', 'Past. Debijestraat 42 Hegelsom Limburg 5963AG NL', 'NL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13431, '00a0e5', 0, 'Nhc Communications', '5450 COTE DE LIESSE MONTREAL, QUEBEC H4P 1A5 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13432, '0001cb', 0, 'Evr', '12 Raul Wallenberg St. Tel Aviv 69719 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13433, '0018ba', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13434, '001b5b', 0, '2Wire Inc', '1704 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13435, 'f473ca', 0, 'Conversion Sound Inc', '960 N. Northwest Hwy Park Ridge IL 60068 US', 'US', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13436, '0050c2fde', 0, 'Peek Traffic', '2906 Corporate Way Palmetto FL 34235 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13437, 'a4dcbe', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-06-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13438, '70b3d51fe', 0, 'MobiPromo', '10, 64-72 Beresford Rd Lilydale Victoria 3140 AU', 'AU', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13439, '00d0ec', 0, 'Nakayo Inc', 'Development Support Center 165 Higashiomuro-machi Maebashi-shi Gunma 379-2105 JP', 'JP', 'MA-L', '2000-11-09', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13440, '00139d', 0, 'MaxLinear Hispania S.L.U.', 'Ronda Narcis Monturiol Estarriol, 11D Paterna 46980 ES', 'ES', 'MA-L', '2005-02-06', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13441, '28f5374', 0, 'Phyn Llc', '1855 Del Amo Blvd Torrance CA 90501 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13442, '70b3d53dd', 0, 'Kniggendorf + Kögler Security GmbH', 'Hamburger Straße 4 Laatzen 30880 DE', 'DE', 'MA-S', '2018-11-09', '2018-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13443, '9c431ee', 0, 'Midas Tech Dba Phoenix Audio Tech', '16 Goodyear #120 Irvine CA 92618 US', 'US', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13444, '0050c295b', 0, 'AS Solar GmbH', 'Am Toenniesberg 4A Hanover Lower Saxony 30453 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13445, '30074d', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13446, 'd063b4', 0, 'SolidRun Ltd', 'P.O Box 50782 Nazareth ISRAEL 16165 IL', 'IL', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13447, 'c0335e', 0, 'Microsoft', '1 Microsoft Way Redmond Washington 98052 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13448, '3052cb', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13449, '7c477cb', 0, 'Hangzhou Yiyitaidi Information Tech Co, Ltd', '#9 Jiuhuan Road, Building 1B208, Jianggan District Hangzhou Zhejiang 310019 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13450, 'd80b9a', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13451, '10c3ab', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13452, '00106a', 0, 'Digital Microwave Corp', '170 ROSE ORCHARD WAY SAN JOSE CA 95134 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13453, '001b2d', 0, 'Med-Eng Systems Inc', '2400 St. Laurent Blvd. Ottawa Ontario K1G 6C4 CA', 'CA', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13454, '001224', 0, 'NexQL Corp', '12250 Inwood Road #6 Dallas TX 75244 US', 'US', 'MA-L', '2004-08-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13455, '001e7d', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13456, '9cd643', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13457, '741f4a', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District, Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2015-04-04', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13458, '0006a6', 0, 'Artistic Licence Engineering Ltd', '24 Forward Drive Harrow Middlesex HA3 8NT GB', 'GB', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13459, '000a47', 0, 'Allied Vision Tech', 'Taschenweg 2a Stadtroda Thüringen 07646 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13460, '0040fe', 0, 'Symplex Communications', '5 RESEARCH DRIVE ANN ARBOR MI 48103 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13461, '70b3d56a2', 0, 'Root Automation', '1916 Fort Jones Rd Yreka CA 96097 US', 'US', 'MA-S', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13462, '0c5cd8', 0, 'Doli Elektronik GmbH', 'Adi-Maislinger-Str. 7 Munich 81373 DE', 'DE', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13463, '986b3d', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13464, '8035c1', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13465, '70b3d5e40', 0, 'Siemens Mobility GmbH - MO TI Spa', 'Rudower Chaussee 29 Berlin Berlin 12489 DE', 'DE', 'MA-S', '2018-10-29', '2018-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13466, '0050c2d25', 0, 'Vaf Instruments BV', 'PO Box 40 Dordrecht 3300 AA NL', 'NL', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13467, '78fe3d', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2011-09-24', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13468, '70b3d5a42', 0, 'iMAR Navigation GmbH', 'Im Reihersbruch 3 St. Ingbert Saarland 66386 DE', 'DE', 'MA-S', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13469, '0050c2374', 0, 'Owasys Advanced Wireless Devices', 'Parque Tecnologico, 207-B Zamudio Vizcaya E-48170 ES', 'ES', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13470, '001914', 0, 'Winix Co, Ltd', '363 Angade Bldg., Yangjae-dong Seoul 137-898 KR', 'KR', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13471, '001763', 0, 'Essentia S.p.A.', 'Via G.B. Vico, 29 Cella (RE) Reggio Emilia 42040 IT', 'IT', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13472, '002561', 0, 'ProCurve Networking by HP', '60 Alexandra Terrace 0000 118502 SG', 'SG', 'MA-L', '2009-03-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13473, 'd814d6', 0, 'Sure System Co Ltd', 'Bakurou-machi 4-7-5 Cyuou-ku Osaka 541-0059 JP', 'JP', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13474, 'b853ac', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13475, '4cc8a1', 0, 'Cisco Meraki', '500 Terry A. Francois Blvd San Francisco null 94158 US', 'US', 'MA-L', '2018-11-21', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13476, '0050c228f', 0, 'Spellman High Voltage Electronics Corp', '475 Wireless Blvd Hauppauge NY 11788 US', 'US', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13477, '000dd3', 0, 'Samwoo Telecommunication Co, Ltd', 'Gunpo Kyoung-Gi 435-831 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13478, '00201f', 0, 'Best Power Tech, Inc', 'P.O. BOX 280 NECEDAH WI 54646 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13479, '0008bc', 0, 'Ilevo AB', 'Box 1561 Karlstad Värmland S-651 21 SE', 'SE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13480, '0015e3', 0, 'Dream Tech Corp', 'Ebisu Prime Square, 1-1-39 Hiroo Tokyo 150-0012 JP', 'JP', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13481, '3c2763', 0, 'Sle quality engineering GmbH & Co KG', 'Josef-Buchinger-Str. 9 Grafenau Bavaria 94481 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13482, '80d065', 0, 'Cks Corp', '1-24-11 Akebono Tachikawa Tokyo 190-0012 JP', 'JP', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13483, '6ce85c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13484, '70b3d55d4', 0, 'Rch Italia SpA', 'VIA CENDON 39 SILEA TREVISO 31057 IT', 'IT', 'MA-S', '2018-12-17', '2018-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13485, '70b3d5822', 0, 'Angora Networks', 'Alacaatli Mah. Park Cad 47/31, Cayyolu Ankara 06810 TR', 'TR', 'MA-S', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13486, '0007ae', 0, 'Britestream Networks, Inc', '12401 Research Blvd. Austin TX 78759 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13487, '0012aa', 0, 'Iee, Inc', '7740 Lemona Avenue Van Nuys, CA 91405 US', 'US', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13488, '44c346', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-08-06', '2016-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13489, '04714b8', 0, 'Energport Inc', '48660 Kato Road Fremont CA 94538 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13490, '000e4c', 0, 'Bermai Inc', '410 Cambridge Ave Palo Alto CA 94306 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13491, '30918f', 0, 'Technicolor', 'Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE', 'BE', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13492, '581243', 0, 'AcSiP Tech Corp', '3F., No.22, Dalin Rd., Taoyuan Taoyuan County 33067 TW', 'TW', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13493, '000030', 0, 'VG Laboratory Systems Ltd', 'TRIBUNE AVENUE ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13494, '000f0f', 0, 'Real ID Tech Co, Ltd', '9F Hanmi B/D 192-19 Gangnam-Gu Seoul 135-010 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13495, '0050c2dc7', 0, 'Agt Holdings Ltd', 'Shangling Industrial Area, Hengli Town Dongguan 523467 CN', 'CN', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13496, 'a4e391', 0, 'Deny Fontaine', 'ROUTE DE SAINT VALERY SAINT BLIMONT 80960 FR', 'FR', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13497, '5c2443', 0, 'O-Sung Telecom Co, Ltd', '43-9 Pyeongdongro 803-gil , Gwangsan-Gu Gwangju 54611 KR', 'KR', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13498, 'fc2bb2', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2018-09-21', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13499, '00a0b0', 0, 'I-O Data Device, Inc', '24-1, SAKURADA-MACHI KANAZAWA, ISHIKAWA 920 na JP', 'JP', 'MA-L', '1980-01-01', '2019-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13500, '000aef', 0, 'Otrum Asa', 'Brattekleiv Færvik N-4818 NO', 'NO', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13501, 'b09134', 0, 'Taleo', '4140 Dublin Blvd Dublin California 94568 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13502, '40d8551cf', 0, 'Omnik New Energy Co, Ltd', 'A4-414 No.218 Xinghu Road bioBAY Park suzhou jiangsu 215123 CN', 'CN', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13503, 'f4f5d8', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13504, 'c4e510', 0, 'Mechatro, Inc', '169-28, Gasan Digital 2-ro, Geumcheon-Gu Seoul 08500 KR', 'KR', 'MA-L', '2015-11-17', '2015-11-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13505, '0050c268a', 0, 'Zhuhai Jiahe Electronics Co, Ltd', '8/F,BlockA,Tsinghua Science Park,101 College Road,TangJia Zhuahi Guangdong 519080 CN', 'CN', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13506, '0050c2a4a', 0, 'Ditron S.r.l.', 'Via Antiniana, 115 Pozzuoli Napoli 80078 IT', 'IT', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13507, '04a3f3', 0, 'Emicon', 'shelkovskoe shosse, 77 Moscow 107241 RU', 'RU', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13508, '70b3d5747', 0, 'Eva Automation', '401 Warren Street Redwood City CA 94063 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13509, '2c41a1', 0, 'Bose Corp', 'The Mountain Framingham MA 01701-9168 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13510, '34ce00', 0, 'Xiaomi Electronics, Co, Ltd', 'Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2017-02-21', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13511, '00ad63', 0, 'Dedicated Micros Malta Ltd', 'Blb017, Qasam Industrijali Bulebel ZEJTUN ZTN 3000 MT', 'MT', 'MA-L', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13512, '001006', 0, 'Thales Contact Solutions Ltd', 'Tolbar Way Southampton, SO30 2ZP GB', 'GB', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13513, '001462', 0, 'Digiwell Tech, Inc', '4F, No.1, Prosperity 1st Road Hsinchu Science Park 300 TW', 'TW', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13514, '9801a7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13515, 'fcd2b64', 0, 'Shen Zhen Xin Hao Yuan Precision Tech Co, L TD', '1,2,3 Building,XinHaoYuan Industrial Area,HeYi Community,Shajing Street,BaoAn District.Shenzhen shenzhen guangdongsheng 518000 CN', 'CN', 'MA-M', '2018-12-27', '2018-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13516, '000de1', 0, 'Control Products, Inc', '1724 Lake Drive West Chanhassen MN 55317 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13517, 'a44f290', 0, 'Dermalog Identification Systems GmbH', 'Mittelweg 120 Hamburg Hamburg 20148 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13518, '344b3d', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2012-04-08', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13519, '70b3d57b0', 0, 'Medisafe International', 'Twyford Road Bishops Stortford Hertfordshire CM23 3LJ GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13520, '0050c2449', 0, 'Bleile Datentechnik GmbH', 'AM KREBSBACH 2 IHRINGEN D-79241 DE', 'DE', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13521, '441ea1', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-07-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13522, '0cd9c1', 0, 'Visteon Corp', 'One Village Center Drive Van Buren Twp MI 48111 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13523, 'acfdce', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13524, '00a0a1', 0, 'Epic Data Inc', '7280 RIVER ROAD CANADA V6X 1X5', '', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13525, '0050c2175', 0, 'Sei S.p.A.', 'Via Ruffilli, 1 Curno (Bergamo) 24035 IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13526, 'e4ab46', 0, 'Uab Selteka', 'Draugystës g. 19 Kaunas LT-51230 LT', 'LT', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13527, '0050c2d30', 0, 'Activ Financial Systems, Inc', '120 East Liberty Drive Wheaton IL 60187 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13528, 'b035b5', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13529, '0004ab', 0, 'Mavenir Inc', '1700 International Parkway Richardson TX 75081 US', 'US', 'MA-L', '2000-12-04', '2019-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13530, '0011a0', 0, 'Vtech Engineering Canada Ltd', '200-7671 Alderbridge Way Richmond BC V6X 1Z9 CA', 'CA', 'MA-L', '2004-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13531, 'f42e7f', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13532, '000159', 0, 'S1 Corp', 'R&D Center, S1 Bldg. KOREA 135-010 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13533, '1ccae39', 0, 'Shin-Yosha Corp', 'Oyamagaoka3-9-1 Machida Tokyo 1940215 JP', 'JP', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13534, '001af0', 0, 'Alcatel-Lucent Ipd', '701 E. Middlefield Rd. Mountain View CA 94943 US', 'US', 'MA-L', '2007-01-06', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13535, '48746e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13536, '6c5c3d', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13537, 'e05a9f', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13538, '14ae854', 0, 'Centervue Spa', 'VIA SAN MARCO 9/H PADOVA PADOVA 35129 IT', 'IT', 'MA-M', '2019-12-05', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13539, '001051', 0, 'Cmicro Corp', '17-20-2 KAMINO-CHO TAKAMATSU-SHI, KAGAWA 761 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13540, '00d082', 0, 'Iowave Inc', '1010 WISCONSIN AVENUE WASHINGTON DC 20007 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13541, '0050c2190', 0, 'Goerlitz AG', 'August-Thyssen-Str. 32 Koblenz Rheinland-Pfalz 56070 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13542, '001bc50b6', 0, 'Veilux Inc', '802 GREENVIEW DR. STE 200 GRAND PRAIRIE 75050 US', 'US', 'MA-S', '2014-04-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13543, '24c9de', 0, 'Genoray', '#812 Byucksan Technopia 434-6 Sangdaewon 1-Dong Seongnam-City Gyeonggi-Do 462-716 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13544, 'b44bd65', 0, 'ShenZhen Comstar Tech Co', 'Pengnian Science Park Building A 314 Shenzhen Guangdong 518040 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13545, 'b0fd0b5', 0, 'Taian Yuqi Communication Tech Co, Ltd', 'Building 4, Fengxiang Road, Tai\'an Development Zone Tai’an Shandong 271000 CN', 'CN', 'MA-M', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13546, '000f50', 0, 'StreamScale Ltd', 'The Court, Alexandra Park St Helens WA10 3TP GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13547, '0021ac', 0, 'Infrared Integrated Systems Ltd', 'Park Circle, Tithe Barn Way Northampton Northants NN4 9BG GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13548, '1c129d', 0, 'Ieee Pes Psrc/Sub', 'Working Group H7/Sub C7 (IEEE PC37.238) Piscataway NJ 08854 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13549, 'ac0dfe', 0, 'Ekon GmbH - myGEKKO', 'Rienzfeldstraße 30 Bruneck Südtirol (BZ) 39031 IT', 'IT', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13550, 'f80bd0', 0, 'Datang Telecom communication terminal (Tianjin) Co, Ltd', 'Garden East Roadon the 15th, Haidian District Beijing 100191 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13551, '001bc509d', 0, 'Navitar Inc', '200 Commerce Dr Rochester NY 14623 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13552, '0005d7', 0, 'Vista Imaging, Inc', '521 Taylor Way San Carlos CA 94070 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13553, '00164f', 0, 'World Ethnic Broadcastin Inc', '50 California Street, Suite 1500 San Francisco California 94111 US', 'US', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13554, 'c89c13', 0, 'Inspiremobile', 'Rm1412, Daeryung Techno-Town, 15th, 401 , Simin-daero, Dongan-gu Anyang-si Gyeonggi-do 14057 KR', 'KR', 'MA-L', '2018-07-05', '2018-07-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13555, '00c014', 0, 'Telematics Calabasas Int\'L, Inc', '26630 AGOURA ROAD CALABASAS CA 91302-1988 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13556, '2c48359', 0, 'SureFlap Ltd', '7 The Irwin Centre, Scotland Road, Dry Drayton Cambridge Cambridgeshire CB23 8AR GB', 'GB', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13557, 'cca374', 0, 'Guangdong Guanglian Electronic Tech CoLtd', 'B338,Block13,No.232 Waihuandonglu Road,High Education Mega Center Guangzhou Guangdong 510006 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13558, '40984c', 0, 'Casacom Solutions AG', 'Badenerstarsse 551 Zuerich 8046 CH', 'CH', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13559, '3863bb', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2014-08-20', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13560, '1c8259c', 0, 'Evondos Oy', 'Salorankatu 5-7 Salo 24240 FI', 'FI', 'MA-M', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13561, '60684e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13562, '0050c226e', 0, 'ZP Engineering Sel', 'via Ardito Desio, 60 ROME 00131 IT', 'IT', 'IAB', '2003-06-30', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13563, '001235', 0, 'Andrew Corp', '2601 Telecom Pkwy Richardson TX 75082 US', 'US', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13564, '30fd65', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13565, '0010c2', 0, 'Willnet, Inc', 'JOWA-TAKANAWA BLDG. 8F TOKYO JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13566, '00217f', 0, 'Intraco Tech Pte Ltd', '750e Chai Chee Road #05-01 Singapore 4690005 SG', 'SG', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13567, '94dc4e', 0, 'Aev, spol. s r. o.', 'Jozky Silneho 2783/9 Kromeriz 76701 CZ', 'CZ', 'MA-L', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13568, '001afb', 0, 'Joby Inc', '1535 Mission St. San Francisco CA 94103 US', 'US', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13569, '0418b6', 1, 'Private', '', '', 'MA-L', '2011-05-14', '2011-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13570, '6ce873', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13571, 'c4abb2', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13572, '000a2f', 0, 'Artnix Inc', 'Chungjin B/D, 475-22 Bangbae, Seocho Seoul 137-819 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13573, '0026a2', 0, 'Instrumentation Tech Systems', '19360 Business Center Drive Northridge CA 91324 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13574, '209ba5', 0, 'Jiaxing Glead Electronics Co, Ltd', 'No.66 Zhengyuan Road in Tanghu Industrial Garden Jiaxing Zhejiang 314003 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13575, '70b3d56c7', 0, 'Becton Dickinson', '7 Loveton Circle Sparks MD 21152 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13576, '000ea0', 0, 'NetKlass Tech Inc', '2F-1, No.30,Tai Yuen Street, Chupei City, Hsinchu, 302 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13577, '002386', 0, 'Tour & Andersson AB', 'Annelund Ljung 524 80 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13578, '0050c2a36', 0, 'Shenzhen Shangji electronic CoLtd', 'Room 2017, Tianan Digital Era Building, Futian District, Shenzhen Guangdong 518048 CN', 'CN', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13579, '0050c2d0b', 0, 'Codaco Electronic s.r.o.', 'Hemy 825 Valasske Mezirici 75701 CZ', 'CZ', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13580, '0050c2e54', 0, 'Arcos Tech Ltd', '26 Hasivim St. Petach-Tikva Israel 49517 IL', 'IL', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13581, '1836fc', 0, 'Elecsys International Corp', '846 N Mart-Way Court Olathe KS 66061 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13582, 'c8d019', 0, 'Shanghai Tigercel Communication Tech Co, Ltd', 'Room 805, building 1 Shanghai 200235 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13583, 'b4265d', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13584, '001011', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13585, '001d21', 0, 'Alcad SL', 'Pol. Ind. Arreche-Ugalde, 1 Irún Guipúzcoa E-20305 ES', 'ES', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13586, 'dcbf90', 0, 'Huizhou Qiaoxing Telecommunication Industry Co, Ltd', 'Qiaoxing Science Technological&Industrial Zone Tangquan Huizhou Guangdong 516023 CN', 'CN', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13587, '105cbf', 0, 'DuroByte Inc', '875 Foster Ave, Unit 101 Windsor Ontario N8X4W3 CA', 'CA', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13588, '00232b', 0, 'Ird A/S', 'Kullinggade 31 Svendborg Fyn 5700 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13589, '3891d5', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13590, '70b3d5477', 0, 'digitrol Ltd', 'CORONET WAY, ENTERPRISE PARK SWANSEA WEST GLAMORGAN SA6 8RH GB', 'GB', 'MA-S', '2019-02-13', '2019-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13591, '0050c235c', 0, 'Ratotec GmbH', 'Steinfurt 39 Stolberg 522222 DE', 'DE', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13592, '001bba', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2007-04-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13593, '000a8b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13594, 'a424b3', 0, 'FlatFrog Laboratories AB', 'Magistratsvägen 10 Lund Skåne 22643 SE', 'SE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13595, '0016c4', 0, 'SiRF Tech, Inc', '217 Devcon Dr. San Jose CA 95112 US', 'US', 'MA-L', '2005-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13596, '60ffdd', 0, 'C.E. Electronics, Inc', '2107 INDUSTRIAL DR BRYAN OHIO 43506 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13597, '001bc508f', 0, 'Unilever R&D', 'Port Sunlight Bebington Wirral ch63 3jw GB', 'GB', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13598, '00c88b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13599, '8ca6df', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13600, '00602c', 0, 'Linx Data Terminals, Inc', '625 DIGITAL DRIVE-STE #100 PLANO TX 75075 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13601, '00602e', 0, 'Cyclades Corp', '41934 CHRISTY STREET FREMONT CA 94538 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13602, '001bb1', 0, 'Wistron Neweb Corp', 'No. 10-1, Li-hsin Road I, Hsinchu Science Park, Hsinchu 300 TW', 'TW', 'MA-L', '2007-04-09', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13603, '347877', 0, 'O-Net Communications (Shenzhen) Ltd', '#10-1 South,Maqueling Industrial Park,Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13604, '000064', 0, 'Yokogawa Digital Computer Corp', 'Shinjuku MIDWEST Bldg.4-30-3 Yoyogi Shibuya-ku, Tokyo 151-0053 JP', 'JP', 'MA-L', '1980-01-01', '2016-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13605, '0050c2765', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2007-05-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13606, 'cc40d0', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13607, '34d772', 0, 'Xiamen Yudian Automation Tech Co, Ltd', 'No. 17 North Huoju Rd., Huoju Park, Huoju Hi-Tech District XIAMEN FUJIAN 361000 CN', 'CN', 'MA-L', '2019-07-23', '2019-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13608, '0050c203a', 0, 'Pllb Elettronica Spa', 'Via Carducce 39 20099 Sesto San Giovanni Milano IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13609, '00120f', 0, 'Ieee 802.3', 'Oban PA34 5EJ GB', 'GB', 'MA-L', '2004-08-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13610, '000445', 0, 'Lms Skalar Instruments GmbH', 'Willi-Eichler-Str 11 DE', 'DE', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13611, '9889ed', 0, 'Anadem Information Inc', '2nd F, 79 Zhouzi Street, Neihu District, Taipei 114 TW', 'TW', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13612, '18f292', 0, 'Shannon Systems', 'Suite 1801,Wentong Building,739 Kunming Road, Yangpu, Shanghai Shanghai 200000 CN', 'CN', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13613, 'a019b25', 0, 'Szbroad Tech (HK) Co, Ltmited', 'FLAT/RM 5 BLK B 14/F WAH HEN COMMERCIAL CENTRE 383 HENNESSY ROAD WANCHAI Hong Kong 00000 HK', 'HK', 'MA-M', '2018-03-18', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13614, '14ab56', 0, 'Wuxi Funide Digital Co, Ltd', 'No. 38 East Chunhui Road, Xishan Economic & Technology Development Zone WUXI JIANGSU 214101 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13615, '0010a0', 0, 'Innovex Tech, Inc', 'KEYSTONE COMMONS TURTLE CREEK PA 15145 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13616, '34fcb9', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13617, '0050c2f5a', 0, 'Sentry 360 Security', '1280 Iroquois Ave Naperville IL 60563 US', 'US', 'IAB', '2012-03-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13618, '18e3bc', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2015-10-25', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13619, '70b3d5f1f', 0, 'Hkc Ltd', 'Parkway Business Centre Ballymount Dublin Dublin 24 IE', 'IE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13620, '000273', 0, 'Coriolis Networks', '330 Codmanhill Road Boxborough MA 01719 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13621, '000805', 0, 'Techno-Holon Corp', '3-19-2, Takamatsu-cho Tokyo 190-0011 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13622, '0050c2502', 0, 'Criterion Systems Ltd', 'Criterion House Stockport Cheshire SK1 1YH GB', 'GB', 'IAB', '2005-09-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13623, '001916', 0, 'PayTec AG', 'Rosengartenstrasse 3 Zollikerberg ZH 8125 CH', 'CH', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13624, '0050c27bb', 0, 'InRay Solutions Ltd', '125 Tzarigradsko shosse blvd., Sofia 1113 BG', 'BG', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13625, '704ced', 0, 'Tmrg, Inc', '11950 Democracy Drive Reston VA 20190 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13626, '40d8551bd', 0, 'Horiba Abx Sas', 'rue du caducee Montpellier Herault 34000 FR', 'FR', 'IAB', '2014-01-20', '2017-04-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13627, '2c48357', 0, 'Fast', '4740 44th Ave SW Suite #201 Seattle WA 98116 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13628, '003074', 0, 'Equiinet Ltd', 'EDISON HOUSE SWINDON, SN3 5JA GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13629, '0050c2131', 0, 'InBus Engineering, Inc', '6233 Industrial Way Livermore CA 94550 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13630, '5cf8a1', 0, 'Murata Manufacturing Co, Ltd', '1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13631, '5c2ed2', 0, 'Abc(XiSheng) Electronics Co, Ltd', 'No.2 Industrial building, FuRong 7 Road ShenZhen GongDong 518100 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13632, '98fc11', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13633, '60f59c', 0, 'Cru-Dataport', '1000 SE Tech Center Drive Vancouver WA 98683 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13634, '000a4f', 0, 'Brain Boxes Ltd', 'Unit 3c, Wavertree Boulevard South Liverpool Merseyside L7 9PF GB', 'GB', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13635, '001bea', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2007-04-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13636, '001bc50c5', 0, 'Gill Instruments Ltd', 'Saltmarsh Park Lymington Hampshire SO41 9EG GB', 'GB', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13637, '000339', 0, 'Eurologic Systems, Ltd', 'Clonshaugh Industrial Estate Clonshaugh Dublin 17 IE', 'IE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13638, '00093f', 0, 'Double-Win Enterpirse Co, Ltd', 'NO.300, Sec 1, Chung Feng Rd. Ping Chen City Taoyuan Hsien 324 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13639, 'f80113', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13640, '7cb15d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13641, '70b3d52ef', 0, 'Iem SA', '109 chemin du pont du centenaire Plan-les-Ouates 1228 CH', 'CH', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13642, 'dc35f1', 0, 'Positivo Tecnologia S.A.', 'João Bettega, 5200 Curitiba Paraná 81350-000 BR', 'BR', 'MA-L', '2016-04-13', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13643, 'b8599f', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13644, '000433', 0, 'Cyberboard A/S', 'Kloevermarken 120 DK', 'DK', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13645, '0024f6', 0, 'Miyoshi Electronics Corp', '3-13-21 KUSHIRO KAWANISHI-CITY HYOGO-PREF. 666-0024 JP', 'JP', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13646, '00071e', 0, 'Tri-M Engineering / Nupak Dev. Corp', '6-1301 Ketch Court V3K 6X7 CA', 'CA', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13647, '0050c2af5', 0, 'Kramara s.r.o.', 'Cisovicka 246 Mnisek pod Brdy Stredocesky kraj 25210 CZ', 'CZ', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13648, 'd0df9a', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13649, '9c5c8d', 0, 'Firemax IndÚStria E ComÉRcio DE Produtos EletrÔNicos Ltda', 'R: Vicente de Felice, 589 - Jd.Ouro Verde Limeira São Paulo 13482-075 BR', 'BR', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13650, 'c4913a', 0, 'Shenzhen Sanland Electronic Co, Ltd', '3 floor,Block D, Glory Technology Industrial Park, ShenZhen Guangdong 518116 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13651, '9023ec', 0, 'Availink, Inc', 'Scotia Centre P.O. Box 268GT,Grand Cayman, Cayman Islands Grand Cayman Grand Cayman 999159 KY', 'KY', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13652, '00e025', 0, 'dit Co, Ltd', 'Premier Toyocho Building Koto-ku Tokyo 135-0056 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13653, '0001e2', 0, 'Ando Electric Corp', '19-7, Kamata 4-Chrome, Ota-ku JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13654, 'e44cc78', 0, 'Iag Group Ltd', 'IAG Industrial Park, Jiuwei, Xixiang Town, Baoan, Shenzhen, China. shenzhen 518000 CN', 'CN', 'MA-M', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13655, 'd0db32', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13656, 'f0f336', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13657, 'f41f88', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-07-18', '2016-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13658, '4c4bf93', 0, 'Power Active Co, Ltd', '4F, No.23, Wugong 6th Rd., Wugu Dist. New Taipei City 248 TW', 'TW', 'MA-M', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13659, '0004a1', 0, 'Pathway Connectivity', '1439-17 Avenue SE Calgary Alberta T2G 1J9 CA', 'CA', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13660, '00144f', 0, 'Oracle Corp', '500 Oracle Parkway Redwood Shores CA 94065 US', 'US', 'MA-L', '2005-04-07', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13661, '40a36b7', 0, 'Pella Corp', '102 Main St Pella IA 50219 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13662, 'ecf451', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13663, '489be2', 0, 'Sci Innovations Ltd', '16C Hurst End Newport Pagnell Buckinghamshire MK16 9HS GB', 'GB', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13664, '48ad08', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13665, '3009f95', 0, 'Velsitec-Clibase', 'LA RATELIERE SAINT-JUST-MALMONT Haute-Loire 43240 FR', 'FR', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13666, '001de1', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13667, '147590', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13668, '98d686', 0, 'Chyi Lee industry Co, Ltd', 'No.25, Wufu Rd., Xinying Dist. Tainan city 73054 TW', 'TW', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13669, 'ac02ca', 0, 'HI Solutions, Inc', '4105 Royal Drive Kennesaw GA 30144 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13670, '70b3d5166', 0, 'Serial Image Inc', '16530 Ventura Blvd. Encino California 91436 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13671, 'fceee6', 0, 'Formike Electronic Co, Ltd', 'Flats 401-403, Block B, iPARK Building, 26 Dengliang Rd., NanShan Distric Shenzhen Guang Dong 518054 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13672, '2c48353', 0, 'Newtrax Tech Inc', '360 St-Jacques, Floor 8 Montreal Quebec H2Y 1P5 CA', 'CA', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13673, '3c6a2c8', 0, 'TP Radio', 'Agenavej 37 Greve . 2670 DK', 'DK', 'MA-M', '2018-07-10', '2018-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13674, '0050c243a', 0, 'ProDesign GmbH', 'Hochheimer Str. 47 Erfurt 99094 DE', 'DE', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13675, '002677', 0, 'Deif A/S', 'Frisenborgvej 33 Skive 7800 DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13676, '84262b', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2013-07-29', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13677, '0004a4', 0, 'NetEnabled, Inc', '1275 Kinnear Rd. Columbus OH 43212 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13678, '0050c266d', 0, 'Digitek S.p.A.', 'via Romagnoli, 24 Concordia sulla Secchia MODENA 41033 IT', 'IT', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13679, '084acf', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-05-24', '2017-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13680, 'a028ed', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2018-12-13', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13681, '40d855110', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13682, '00cae5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13683, '000efa', 0, 'Optoway Tech Incorporation', 'No. 38, Kuang Fu South Road Hu Kou Hsin Chu 303 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13684, '0050c23f0', 0, 'megatec electronic GmbH', 'Lehenhammer 14 Etzelwang Bayern 92268 DE', 'DE', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13685, '0016c6', 0, 'North Atlantic Industries', '170 Wilbur Place Bohemia NY 11716 US', 'US', 'MA-L', '2005-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13686, '943bb1', 0, 'Kaonmedia Co, Ltd', 'KAONMEDIA Building 513-4 Sungnam-City Kyonggi-Do 463-839, KOREA KR', 'KR', 'MA-L', '2013-09-12', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13687, '4428a3', 0, 'Jiangsu fulian Communication Tech Co, Ltd', 'The south of lanling road, yongan new district Danyang Jiangsu 212300 CN', 'CN', 'MA-L', '2018-08-20', '2018-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13688, '0c42a1', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2019-09-26', '2019-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13689, '00c02a', 0, 'Ohkura Electric Co, Ltd', '2-90-20 SHIRAKO WAKO CITY 351-01 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13690, '0050c22b3', 0, 'Embedded Systems Design', '1064 Tabernacle Sequin TX 78155 US', 'US', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13691, '70b3d503a', 0, 'Ochno AB', 'c/o Westras, Kopparbergsv 6 Västerås 72213 SE', 'SE', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13692, '00606b', 0, 'Synclayer Inc', '1-20 Himegaoka GIFU 509-0249 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13693, 'f03404', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2015-12-03', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13694, '000f83', 0, 'Brainium Tech Inc', '#201 - 11491 Kingston Street Maple Ridge BC V2X 0Y6 CA', 'CA', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13695, '0050c2a68', 0, 'X-Pert Paint Mixing Systems', '2715 Lincoln Drive Roseville MN 55113 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13696, '00601e', 0, 'Softlab, Inc', 'P.O. BOX 8 CHIMNEY ROCK CO 81127 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13697, '0002cc', 0, 'M.C.C.I', '3520 Krums Corners Rd. Ithaca NY 14850 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13698, '78ac44', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13699, '00166d', 0, 'Yulong Computer Telecommunication Scientific (Shenzhen) Co, Ltd', '8/F.high Tech Plaza,TianAn Cyberpark,Chegongmiao Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2005-11-24', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13700, '0050c29a6', 0, 'Metodo2', 'Via IV Novembre 11 Cologno Monzese MI 20093 IT', 'IT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13701, '08eb74', 0, 'Humax Co, Ltd', 'HUMAX Village, 11-4, Sunae-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-825 KR', 'KR', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13702, 'f0e3dc', 0, 'Tecon MT, Llc', '3rd Khoroshevskaya st - 20 Moscow 123298 RU', 'RU', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13703, '0060e4', 0, 'Compuserve, Inc', '5000 ARLINGTON CENTRE BLVD. COLUMBUS OH 43220 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13704, '0050c23c0', 0, 'Eda Industries Pte. Ltd', 'Via dell\'elettronica Cittaducale Rieti 02015 IT', 'IT', 'IAB', '2004-10-19', '2016-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13705, '549a11', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-04-04', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13706, '70b3d58d8', 0, 'Vng Corp', '322B Lý Thường Kiệt, P.14 Hồ Chí Minh 70000 VN', 'VN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13707, 'bc3d85', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13708, '48ba4e', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13709, '70b3d51e7', 0, 'DogWatch Inc', '10 Michigan Drive Natick 01760 US', 'US', 'MA-S', '2020-01-03', '2020-01-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13710, '002486', 0, 'DesignArt Networks', '4 Ha\'haroshet St Ra\'anana 43101 IL', 'IL', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13711, '44f459', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13712, 'e0e631', 0, 'Snb Tech Ltd', 'Rm 303, Building #13, Long Gang district, ShenZhen GuangDong 518000 CN', 'CN', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13713, '7c477c6', 0, 'Zerosystem LtdCo', '#905 Hansol Technotown 455 Gyeongsu-Daero Gunpo Gyeonggido 435-831 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13714, '000091', 0, 'Anritsu Corp', '1800, ONNA JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13715, '000574', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13716, '000217', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13717, '0050c2acb', 0, 'U-Care Inc', 'Room no. 407, Medical industry venture center Kangwon-do 220-842 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13718, '0874f6', 0, 'Winterhalter Gastronom GmbH', 'Tettnanger Straße 72 Meckenbeuren Baden-Württemberg 88074 DE', 'DE', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13719, '346987', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13720, '7cbb8a', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2015-09-27', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13721, 'e46059', 0, 'Pingtek Co, Ltd', '5F., No.786, Zhongzheng Rd., Zhonghe Dist. New Taipei City 235 TW', 'TW', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13722, '006027', 0, 'Superior Modular Products', 'General Technology Division MELBOURNE FL 32940 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13723, '001010', 0, 'Initio Corp', '2188 B DEL FRANCO STREET SAN JOSE CA 95118 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13724, '6cd146', 0, 'Framos GmbH', 'Mehlbeerenstr. 2 Taufkirchen 82024 DE', 'DE', 'MA-L', '2013-01-09', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13725, '006ff2', 0, 'Mitsumi Electric Co, Ltd', '2-11-2, Tsurumaki Tama-shi Tokyo 206-8567 JP', 'JP', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13726, '00043c', 0, 'Sonos Co, Ltd', '#725 Pungsan Apt. Factory Rep. of KOREA Zip Code: 411-815 KR', 'KR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13727, 'fce557', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu Ou 90590 FI', 'FI', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13728, '10e878', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2015-01-23', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13729, '50a4d0a', 0, 'Changsha SinoCare, Inc', 'No.265 Gu yuan road Hi-Tech Zone, Yuelu district Changsha Hunan 410205 CN', 'CN', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13730, '9cf531', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13731, '0050c256e', 0, 'Lab-EL Elektronika Laboratoryjna S.J.', 'Bodycha 68B Warszawa Mazowieckie 02-495 PL', 'PL', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13732, '841826', 0, 'Osram GmbH', 'Marcel Breuer Str. 6 Munich Bavaria 80807 DE', 'DE', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13733, '00549f', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2016-04-30', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13734, 'f03ff8', 0, 'R L Drake', '1 Jake Brown Road Old Bridge NJ 08857 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13735, 'd40b1a', 0, 'Htc Corp', 'No. 23, Xinghua Rd. Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13736, '70b3d57cb', 0, 'KeyW Corp', '7763 Old Telegraph Road Severn MD 21144 US', 'US', 'MA-S', '2019-02-25', '2019-02-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13737, '70b3d53cc', 0, 'TerOpta Ltd', '108 Balmoral Drive Nottingham NG9 3FT GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13738, '0027e3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13739, '500291', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-05-10', '2019-05-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13740, '000ac3', 0, 'eM Technics Co, Ltd', '7F., IT Venture Tower., 78, Seoul 138-803 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13741, '04dd4c', 0, 'Velocytech', 'Poppelgårdvej 11 Søborg DK 2860 DK', 'DK', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13742, '0009a5', 0, 'Hansung Eletronic Industries Development Co, Ltd', 'HEUNGJIN BLDG 3F, #217-3 POI-DONG, KANGN SEOUL 135-963 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13743, '0024d0', 0, 'Shenzhen Sogood Industry Co, Ltd', 'SOGOOD Science Park,Aviation Road,XiXiang Town,Bao\'an District, Shenzhen Guangzhou 518102 CN', 'CN', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13744, '246278', 0, 'sysmocom - systems for mobile communications GmbH', 'Alt-Moabit 93 Berlin 10559 DE', 'DE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13745, '74adb7', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street Beijing 100053 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13746, 'c0d391a', 0, 'Alpha Audiotronics, Inc', '401 Park Avenue South, Fl. 10 New York NY 10016 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13747, 'b42d56', 0, 'Extreme Networks, Inc', '6480 Via Del Oro San Jose CA 95119 US', 'US', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13748, '000518', 0, 'Jupiters Tech', 'PO Box 12693 AU', 'AU', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13749, '0006ab', 0, 'W-Link Systems, Inc', 'No. 20, Park Ave. II, Hsinchu 300 TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13750, '2cb69d', 0, 'Red Digital Cinema', '20291 Valencia Circle Lake Forest California 92630 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13751, '70b3d5d2b', 0, 'StreamPlay Oy Ltd', 'Sarankulmankatu 12 B Tampere 33900 FI', 'FI', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13752, '046e02', 0, 'OpenRTLS Group', 'De Nieuwe Ploeg 5 Berlicum 5258 EX NL', 'NL', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13753, 'eadd88', 0, 'Ieee Pes-Psrc Working Group H3, Pc37.237', '445 Hoes Ln. Piscataway NJ 08854 US', 'US', 'CID', '2017-10-29', '2017-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13754, '4cdd7d', 0, 'Lhp Telematics Llc', '17406 Tiller Ct. STE 100 westfield IN 46074 US', 'US', 'MA-L', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13755, '001642', 0, 'Pangolin', '9501 Satellite Boulevard, Suite 109 Orlando FL 32837 US', 'US', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13756, '001d8f', 0, 'PureWave Networks', '2660-C Marine Way Mountain View CA 94043 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13757, '0050c2591', 0, 'Grosvenor Tech Ltd', 'Millars Three Bishop\'s Stortford Hertfordshire CM23 3DH GB', 'GB', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13758, '0050c2730', 0, 'haber & koenig electronics GmbH', 'Rechtes Salzachufer 42 Bergheim Salzburg 5101 AT', 'AT', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13759, '0003ca', 0, 'Mts Systems Corp', '3001 Sheldon Drive Cary, NC 27513 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13760, '0050c251b', 0, 'Beta Lasermike Ltd', 'Stirling Road High Wycombe Bucks HP12 3RT GB', 'GB', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13761, '0050c26f0', 0, 'Stanley Security Solutions, Inc', '14670 Cumberland Road Noblesville IN 46060 US', 'US', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13762, '002427', 0, 'Ssi Computer Corp', '4F, NO4, LANE 235, BAO CHIAO ROAD HSIN TIEN TAIPEI 231 TW', 'TW', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13763, '1caff7', 0, 'D-Link International', '1 INTERNATIONAL BUSINESS PARK, SINGAPORE 609917 SG', 'SG', 'MA-L', '2010-01-05', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13764, '0050c2bd3', 0, 'Postjet Systems Ltd', '6B Beechwood Basingstoke Hants RG24 8WA GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13765, 'd07e28', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2012-06-18', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13766, 'a47733', 0, 'Google, Inc', '1600 Ampitheatre Parkway Mountain View 94043 US', 'US', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13767, '00102c', 0, 'Lasat Networks A/S', 'Skalhuse 13 SK-9240 Nibe DK', 'DK', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13768, '00d08a', 0, 'Photron Usa', '1101 S. WINCHESTER BLVD. SAN JOSE CA 95128 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13769, '9c431e8', 0, 'Wunda Group plc', 'Unit 1-5, Hawthorn, Crick Caldicot Monmouthshire NP26 5UT GB', 'GB', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13770, '70b3d5011', 0, 'Sumer Data S.L', 'Francisco Ayala,2 Rivas-Vaciamadrid Madrid 28522 ES', 'ES', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13771, 'f4844c', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13772, '90a137', 0, 'Beijing Splendidtel Communication Tech Co,. Ltd', '4 Floor,Taixing Tower,No.11 Huayuan East Road. Haidian District Beijing Beijing 100191 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13773, '80a235', 0, 'Edgecore Networks Corp', '1 Creation RD 3. Hsinchu 30077 TW', 'TW', 'MA-L', '2019-01-10', '2019-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13774, '00c09d', 0, 'Distributed Systems Int\'L, Inc', '531 WEST ROOSEVLET RD, STE #2 WHEATON IL 60187 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13775, '18dc56', 0, 'Yulong Computer Telecommunication Scientific (Shenzhen) Co, Ltd', '8/F.high Tech Plaza,TianAn Cyberpark,Chegongmiao Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2013-01-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13776, '0092fa', 0, 'Shenzhen Wisky Tech Co, Ltd', '5/F W2-A,Hight-tech Park South 1 Road,Nanshan District,Shenzhen,Guangdong,China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13777, '70b3d5bbe', 0, 'Sunrise Systems Electronics Co Inc', '720 Washington street Pembroke MA 02359 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13778, '70b3d530e', 1, 'Private', '', '', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13779, '88a9a79', 0, 'FlashForge Corp', 'No.518, Xianyuan Road Jinhua Zhejiang 321000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13780, '901a4f', 0, 'EM Microelectronic', 'Rue des Sors 3 Marin-Epagnier Neuchatel 2074 CH', 'CH', 'MA-L', '2019-08-08', '2019-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13781, '00d0a7', 0, 'Tokyo Sokki Kenkyujo Co, Ltd', '8-2, MINAMI-OHI 6-CHOME JAPAN 140-8560 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13782, '0050c2f71', 0, 'RF Code, Inc', '9229 Waterford Centre Austin TX 78758 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13783, '70b3d5b9b', 0, 'Elektronik Art', '80 Melgiewska Str. Lublin Lublin 20234 PL', 'PL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13784, '70b3d5119', 1, 'Private', '', '', 'MA-S', '2015-04-29', '2015-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13785, '04c3e6c', 0, 'Shantou Yingsheng Import & Export Trading Co, Ltd', 'Chenghua Industrial Zone,Wenguan Road,Chenghai District Shantou City Guangdong 515800 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13786, '00003f', 0, 'Syntrex, Inc', '246 INDUSTRIAL WAY WEST EATONTOWN NJ 07724 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13787, '0050c2416', 0, 'Selco s.r.l.', 'Via Palladio 19 Onara di Tombolo PADOVA 35010 IT', 'IT', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13788, '58fcdb3', 0, 'Custom Biogenic Systems', '74100 Van Dyke Road MI Michigan 48065 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13789, 'a4fc77', 0, 'Mega Well Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2018-07-09', '2018-07-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13790, '70b3d5836', 0, 'Authenticdata', '12F-8, No.100, Sec. 1, Jiafeng 11th Rd., Zhubei City HsinChu 30273 TW', 'TW', 'MA-S', '2018-10-15', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13791, 'dca632', 0, 'Raspberry Pi Trading Ltd', 'Maurice Wilkes Building, Cowley Road Cambridge CB4 0DS GB', 'GB', 'MA-L', '2019-03-19', '2019-03-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13792, '00180f', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V Denmark 1790V DK', 'DK', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13793, 'ccbdd3', 0, 'Ultimaker B.V.', 'Burgemeester Rozeveld van de Venlaan 11 Geldermalsen Gelderland 4191 PL NL', 'NL', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13794, '98398e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13795, 'd0d94fb', 0, 'Max Smart Home, Llc', '3830 Valley Centre Dr, STE 705-852 San Diego CA 92130 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13796, '68cc6e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13797, '10dcb6b', 0, 'Eyeball Fintech Co', 'Rm. 545, 5F., No. 19-11, Sanchong Rd., Nangang Dist. Taipei City Taiwan 11501 TW', 'TW', 'MA-M', '2019-07-18', '2019-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13798, '1070fd', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2020-01-22', '2020-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13799, '0050c2048', 0, 'Cybectec Inc', '8165 rue du Mistral #100 Charny Quebec G6X 3R8 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13800, '485ab6', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-11-12', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13801, '0050c2a27', 0, 'meconet e. K.', 'Bottenbacher Str. 78 Kreuztal NRW 57223 DE', 'DE', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13802, 'cc7ee7', 0, 'Panasonic Corp Avc Networks Co', '1-15 Matsuo-cho Kadoma City Osaka 571-8504 JP', 'JP', 'MA-L', '2011-03-17', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13803, '440cfd', 0, 'NetMan Co, Ltd', 'Rm 406, DIP, 2139, Daemyeong-dong, Daegu 705-701 KR', 'KR', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13804, 'b0c287', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2015-01-23', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13805, '041b6d', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2017-02-21', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13806, '7484e1', 0, 'Dongguan Haoyuan Electronics Co, Ltd', 'NO.161 Kejizhong RoadLiuwu Shijie Town Dongguan Guangdong 523290 CN', 'CN', 'MA-L', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13807, '001039', 0, 'Vectron Systems AG', 'Willy-Brandt-Weg 41 48155 Muenster DE', 'DE', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13808, '001514', 0, 'Hu Zhou Nava Networks&Electronics Ltd', '3/F,No.328-4,Guang Yuan Rd. Hu Zhou Zhe Jiang 313000 CN', 'CN', 'MA-L', '2005-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13809, 'c06d1a', 0, 'Tianjin Henxinhuifeng Tech Co, Ltd', 'Rm 233, Tianjin Technology Innovation Service Center, 12 Keyan West Road, Nankai District, Tianjin, P.R.C. Tianjin Tianjin 300192 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13810, '38c4e8', 0, 'Nss Sp. z o.o.', 'Modularna 11 Warszawa 02-238 PL', 'PL', 'MA-L', '2019-05-22', '2019-05-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13811, '0050c2139', 0, 'SR Research Ltd', '740 Meadow Wood Road Mississauga Ontario L5J 2S6 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13812, '00f81c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13813, '50d213', 0, 'CviLux Corp', '9F,No.9,Lane 3,Sec.1,Chung-Cheng East Road, Tamshui New Taipei City 25147 TW', 'TW', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13814, '14d00d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13815, '008008', 0, 'Dynatech Computer Systems', '280 BERNARDO AVENUE MOUNTAIN VIEW CA 94039-7400 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13816, 'b0d2f5', 0, 'Vello Systems, Inc', '1530 O\'Brien Drive Menlo Park California 94025 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13817, '2c3124', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13818, '6431397', 0, 'Dongguan Huili electroacoustic Industrial Co, Ltd', 'Dalang Town, Biyun Cai Bai Cun East Second Street 66,A4 Building 501 Dongguan Guangdong 523770 CN', 'CN', 'MA-M', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13819, '003076', 0, 'Akamba Corp', '15595 Los Gatos Blvd. Los Gatos CA 95032 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13820, '0012af', 0, 'Elpro Tech', '9 / 12 Billabong St. Stafford Queensland 4053 AU', 'AU', 'MA-L', '2004-10-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13821, '001295', 0, 'Aiware Inc', 'J-Tower 2F Fuchu-shi Tokyo 183-0044 JP', 'JP', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13822, '0060df', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '1980-01-01', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13823, '00c0b6', 0, 'Hve, Inc', 'Suite 2, 100 Executive Court Waxahachie TX 75165 US', 'US', 'MA-L', '1980-01-01', '2019-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13824, '000eca', 0, 'Wtss Inc', '5999 Avenida Encinas Carlsbad CA 92008 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13825, '40d855026', 0, 'Symetrics Industries', '1615 West Nasa Blvd West Melbourne Fl 32901 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13826, '04c3e60', 0, 'Dreamkas Llc', 'Bolshoy Sampsoniyevskiy pr., 62A, office 2H Saint-Petersburg 194044 RU', 'RU', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13827, '0010aa', 0, 'Media4, Inc', '250 14TH ST. NW - STE #4002 ATLANTA GA 30318 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13828, '080025', 0, 'Control Data', '4201 LEXINGTON AVE NORTH ARDEN HILLS MN 55112 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13829, '0026d9', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-01-05', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13830, '604762', 0, 'Beijing Sensoro Tech Co, Ltd', 'Room 2807, Building 1B, Wangjing SOHO, No10 Wangjing Street, Chaoyang District, Beijing, China Beijing Beijing 100102 PRC CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13831, '00037a', 0, 'Taiyo Yuden Co, Ltd', '8-1 Sakae-Cho JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13832, '0050c247a', 0, 'Efficient Channel Coding', '600 Safeguard Plaza Brooklyn Heights 44131 US', 'US', 'IAB', '2005-04-10', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13833, '000ed9', 0, 'Aksys, Ltd', '2 Marriott Drive Lincolnshire IL 60069 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13834, '00120b', 0, 'Chinasys Tech Ltd', '10/F,CAGW Building,No.30 Haidian South Road Beijing 100080 CN', 'CN', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13835, '449cb5', 0, 'Alcomp, Inc', '11537 Walnut Lane Fort Atkinson WI 53538 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13836, 'f47b5e', 0, 'Samsung Electronics Co, Ltd', '416, Maetan 3dong, Yeongtong-Gu Suwon Gyeonggi-Do 443742 KR', 'KR', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13837, '70b3d50cd', 0, 'Aml Oceanographic', '2071 Malaview Avenue Sidney British Columbia V8L 5X6 CA', 'CA', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13838, '6c54cd', 0, 'Lampex Electronics Ltd', '6-2/231/B, Kukatpally, Hyderabad Telangana 500072 IN', 'IN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13839, '002093', 0, 'Landings Tech Corp', '163 WATER STREET EXETER NH 03833 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13840, '00053b', 0, 'Harbour Networks Ltd, Co Beijing', '13/F, JiuLing Building, No. 21, 100089 CN', 'CN', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13841, '0050c2c59', 0, 'Skd System AB', 'Rädisvägen 46 Hässelby 16573 SE', 'SE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13842, '54b753', 0, 'Hunan Fenghui Yinjia Science And Tech Co, Ltd', 'No.15 Lutian Road Changsha Hunan 410205 CN', 'CN', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13843, '4a191b', 0, 'ZigBee Alliance', '508 Second Street, Suite 206 Davis CA 95626 US', 'US', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13844, 'd8a534', 0, 'Spectronix Corp', '3-28-15, Tarumi-cho Suita-city Osaka 564-0062 JP', 'JP', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13845, 'cc2237e', 0, 'Manufacturas Y Transformados AB, S.L.', 'SANT ANTONI DE BAIX, 110-112 IGUALADA BARCELONA 08700 ES', 'ES', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13846, '48c3b0', 0, 'Pharos CoLtd', '503 Ogong-ro 144 Deokjin-gu Jeonju-si 54873 KR', 'KR', 'MA-L', '2018-10-18', '2018-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13847, '0050c254c', 0, 'Sintecnos srl', 'Via Boncompagni, 34 Milan 20139 IT', 'IT', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13848, '0050c2adf', 0, 'Altinex, Inc', '592 Apollo Street Brea CA 92821 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13849, 'ba4159', 0, 'Anapass Inc', '61 Digital-ro 31-gil Guro-gu Seoul 08375 KR', 'KR', 'CID', '2018-12-01', '2018-12-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13850, '000be3', 0, 'Key Stream Co, Ltd', 'No. 2 Nagaoka Bldg. 4F, 2-8-5 Hatchobor Chuo-ku Tokyo 104-0032 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13851, 'c455a6', 0, 'Cadac Holdings Ltd', '1 New Street Luton Bedfordshire LU1 5DX GB', 'GB', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13852, '883612', 0, 'Src Computers, Llc', '4240 N. Nevada Avenue Colorado Springs CO 80907 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13853, '70b3d52f0', 0, 'Clock-O-Matic', 'De Vunt 14 Holsbeek VBR 3220 BE', 'BE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13854, '70788b', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13855, '00c0bb', 0, 'Forval Creative, Inc', '3-27-12 HONGO JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13856, '00904b', 0, 'Gemtek Tech Co, Ltd', 'No. 1 Jen Ai Road, Hukou, Hsinchu, Taiwan 30352 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13857, '34e1d1b', 0, 'Apg Cash Drawer, Llc', '5250 Industrial Blvd NE Minneapolis MN 55421 US', 'US', 'MA-M', '2019-01-07', '2019-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13858, '30aae4', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13859, 'ace97f', 0, 'IoT Tech Ltd', '20b Lough Road Lisburn Antrim BT28 2HA GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13860, '70b3d52e2', 0, 'Spark Lasers', 'IOGS - Bâtiment IOA - Rue François Mitterrand Talence 33400 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13861, '001bc5021', 0, 'Openpeak, Inc', '1750 Clint Moore Rd Boca Raton Florida 33487 US', 'US', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13862, '90c1c6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13863, '487746', 0, 'Calix Inc', '2777 Orchard Parkway San Jose CA 95134 US', 'US', 'MA-L', '2019-02-22', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13864, '0030f2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13865, '0014a2', 0, 'Core Micro Systems Inc', 'Wacore Kaname-cho Bldg. 9F, 11-2, Nakamaru-cho Itabashi-ku Tokyo 173-0026 JP', 'JP', 'MA-L', '2005-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13866, '18ff2e', 0, 'Shenzhen Rui Ying Da Tech Co, Ltd', 'KaiXinda Electronic Science and Technology Park, Zhoushi Road 49,Shiyan Street,Baoan District,ShenZhen,China shenzhen guangdong 518108 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13867, '2c3ecf', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13868, '70b3d5148', 0, 'Power Electronics Espana, S.L.', 'C/ Leonardo Da Vinci, 24-26 Paterna Valencia 46980 ES', 'ES', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13869, '000899', 0, 'Netbind, Inc', '5 Marine View Plaza Hoboken NJ 07030 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13870, '0022c3', 0, 'Zeeport Tech Inc', '1F,No231,Xianzheng 2nd Rd. HsinChu Taiwan 300 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13871, '9c69b42', 0, 'Mozi (Shenzhen) Artificial Intelligence Tech Co, Ltd', 'Room 1305, Building A Phase I Innovation and Technology Square, 4 Tairan Road, Futian Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13872, '000780', 0, 'Bluegiga Tech OY', 'P.O. BOX 120 FIN-02631 Espoo FI', 'FI', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13873, 'ec172f', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan shenzhen guangdong Province 518057 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13874, 'e45740', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13875, '0050c213b', 0, 'Vaisala Oyj', 'Vanha Nurmijarventie 21 VANTAA Fin-01670 FI', 'FI', 'IAB', '2002-08-08', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13876, '70b3d5c15', 0, 'Sensobox GmbH', 'Eschenstrasse 24 6005 Lucerne 6005 CH', 'CH', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13877, '70b3d5f8f', 0, 'Dimastec Gestao DE Ponto E Acesso Eireli-ME', 'Praça Rotary Club, 355 Ribeirão Preto São Paulo 14021-355 BR', 'BR', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13878, '8086d9', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13879, '000da8', 0, 'Teletronics Tech Corp', '2525 Pearl Buck Road Bristol Pennsylvania 19007 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13880, '88b8d0', 0, 'Dongguan Koppo Electronic Co, Ltd', 'No.2, Third Road, Buxinji Industrial Area, Guanjingtou Village, Fenggang Town, Dongguan City, Guangdong Province, China Dongguan 523705 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13881, 'e818635', 0, 'Wetek Electronics Ltd', '#604, TOWER A NEW TRADE PLAZA HONG KONG HONG KONG 999077 HK', 'HK', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13882, 'c82c2be', 0, 'Fränkische Rohrwerke Gebr. Kirchner GmbH & Co KG', 'Hellinger Str. 1 Königsberg/Bayern 97486 DE', 'DE', 'MA-M', '2019-02-06', '2019-02-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13883, '70b3d53e0', 0, 'Gogo Business Aviation', '105 Edgeview Dr., Suite 300 Broomfield CO 80021 US', 'US', 'MA-S', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13884, '0001f3', 0, 'Qps, Inc', '8015 E. Crystal Drive Anaheim CA 92807 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13885, '001374', 0, 'Atheros Communications, Inc', '529 Almanor Avenue Sunnyvale CA 94085-3512 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13886, 'd8af81', 0, 'Zao Npk Rotek', 'Filippovskiy per., 8/1 Moscow 119019 RU', 'RU', 'MA-L', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13887, '70b3d5fb0', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'MA-S', '2014-04-14', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13888, '70b3d5954', 0, 'Dot System S.r.l.', 'Via Marco Biagi 34 Lomagna Lecco 23871 IT', 'IT', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13889, '986022', 0, 'Emw Co, Ltd', '80B-4L, 680-3 Gojan-Dong Incheon 405-819 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13890, '00309c', 0, 'Timing Applications, Inc', '4775 Walnut St. Boulder CO 80301 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13891, '001d50', 0, 'Spinetix SA', 'Parc Scientifique de l\'EPFL, Bâtiment C Lausanne VD 1015 CH', 'CH', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13892, '00158b', 0, 'Park Air Systems Ltd', 'Northfields Peterborough PE6 8UE GB', 'GB', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13893, 'a0d86f', 0, 'Argo AI, Llc', '40, 24th Street, Second Floor Pittsburgh PA 15222 US', 'US', 'MA-L', '2017-06-02', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13894, '0050c2c08', 0, 'juiceboss', '1946 Pescadero Creek Road Pescadero CA 94060 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13895, '80f25e', 0, 'Kyynel', 'Pirttikuja 3 Oulu 90450 FI', 'FI', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13896, '6c9522', 0, 'Scalys', 'Lansinkesweg 4 Hengelo 7553 AE NL', 'NL', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13897, '849866', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13898, '983b8f', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13899, '009064', 0, 'Thomson Inc', '101 West 103rd Street Indianapolis IN 46290-1102 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13900, '00d089', 0, 'Dynacolor, Inc', 'No.116, Zhouzi St., Neihu Dist. Taipei City 114 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13901, '0005bc', 0, 'Resource Data Management Ltd', '80 Johnstone Avenue, Scotland G52 4NZ GB', 'GB', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13902, '001765', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2006-04-08', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13903, '002272', 0, 'American Micro-Fuel Device Corp', '2181 Buchanan Loop Ferndale WA 98248 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13904, '0023df', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2008-10-25', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13905, '4886e8', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13906, '08eca9', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13907, '000411', 0, 'Inkra Networks, Inc', '40971 Encyclopedia Circle Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13908, '0030fd', 0, 'Integrated Systems Design', '3650-G CENTRE CIRCLE DRIVE FORT MILL SC 29715 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13909, '70b3d5b49', 0, 'Analogics Tech India Ltd', 'PLOT # 9/10, NACHARAM INDUSTRIAL ESTATE HYDERABAD TELANGANA 500076 IN', 'IN', 'MA-S', '2018-07-09', '2018-07-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13910, '4cfb45', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13911, '9466e7', 0, 'Wom Engineering', '13F., No. 192, Sec. 2, Zhongxing Rd., Xindian Dist. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13912, 'f08620', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2019-05-28', '2019-05-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13913, '0080a4', 0, 'Liberty Electronics', '332 HARBOR WAY SOUTH SAN FRANCISCO CA 94080 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13914, '0050c2d05', 1, 'Private', '', '', 'IAB', '2011-02-21', '2011-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13915, 'c0a600', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13916, '200a0d0', 0, 'halstrup-walcher GmbH', 'Stegener Straße 10 Kirchzarten 79199 DE', 'DE', 'MA-M', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13917, '000b92', 0, 'Ascom Danmark A/S', 'Fabriksparken 42 Glostrup Denmark 2600 DK', 'DK', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13918, '241148', 0, 'Entropix, Llc', '100 Rawson Road Victor New York 14564 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13919, '70b3d5fde', 0, 'Aeronautical & General Instruments Ltd', 'FLEETS POINT POOLE DORSET BH12 3SS GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13920, '70b3d5d2d', 0, 'Evolute Systems Private Ltd', 'Sri Rama, 15/6, 3rd Floor Bangalore Karnataka 560008 IN', 'IN', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13921, '1c87749', 0, 'Wide World Trade HK Ltd', 'Office Tower, Convention Plaza, 1 Harbour Road, Wanchai Hong Kong 4210 HK', 'HK', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13922, '00e00e', 0, 'Avalon Imaging Systems, Inc', '3133 INDIAN ROAD BOULDER CO 80301 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13923, '0050c2f3f', 0, 'Densei Communication Inc', '8-13,Koei-cho Ebetsu-shi Hokkaido 067-0051 JP', 'JP', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13924, '00249a', 0, 'Beijing Zhongchuang Telecommunication Test Co, Ltd', '12-14,Block C,Beijing International Building,#18,Zhong Guan Cun Nan Road, Beijing 100081 CN', 'CN', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13925, '70b3d504d', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13926, '70b3d518c', 0, 'Cmc Industrial Electronics Ltd', '305-3602 Gilmore Way Burnaby BC v5g4w9 CA', 'CA', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13927, '7cb27d', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-05-17', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13928, '00d055', 0, 'Kathrein-Werke KG', 'ANTON-KATHREIN-STRASS 1-3 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13929, '0006f0', 0, 'Digeo, Inc', '8815 122nd Ave., NE Kirkland WA 98033 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13930, '0050c2619', 0, 'Linkbit, Inc', '3180 De La Cruz Blvd., Suite 200 Santa Clara CA 95054 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13931, '0024af', 0, 'Dish Tech Corp', '94 Inverness Terrace E Englewood CO 80112 US', 'US', 'MA-L', '2008-12-16', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13932, '9ca9e4', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13933, '00068e', 0, 'Hid Corp', '9292 Jeronimo Road Irvine CA 92618-1905 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13934, '000a25', 0, 'Ceragon Networks', '24 RAUEL WALLENBERG STREET TEL-AVIV 96719 IL', 'IL', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13935, '0050c2a53', 0, 'Quality & Design', 'Bergweg 32 Rhenen 3911 VB NL', 'NL', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13936, '0c17f1', 0, 'Telecsys', '31 chemin du fief aux pretres L\'ORBRIE 85200 FR', 'FR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13937, 'cc398c', 0, 'Shiningtek', 'No. 53, Nankeng 3 St Hsinchu 30841 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13938, '28fd80a', 0, 'Apollo Digital (Taiwan) Ltd', 'Rm. A, 9F, No.68, Sec. 2, New Taipei City Taiwan 22065 TW', 'TW', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13939, '8c5f48', 0, 'Continental Intelligent Transportation Systems Llc', '3901 North First Street San Jose CA 95134 US', 'US', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13940, '001af8', 0, 'Copley Controls Corp', '20 Dan Road Canton MA 02021 US', 'US', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13941, '001f92', 0, 'Avigilon Corp', 'Box 378, 101 - 1001 West Broadway Vancouver BC V6H 4E4 CA', 'CA', 'MA-L', '2008-01-14', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13942, '24050f', 0, 'Mtn Electronic Co Ltd', 'MTN Industrial Park,No 3, Fuhua Road, Shenzhen Guangdong Province 518117 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13943, '70b3d56bc', 0, 'EA Elektroautomatik GmbH & Co KG', 'Helmholtzstraße 31-33 Viersen NRW 41747 DE', 'DE', 'MA-S', '2019-06-26', '2019-06-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13944, '0050c2061', 0, 'Simple Network Magic Corp', '401 Kentucky Lane McKinney TX 75069 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13945, '000ad2', 0, 'Jepico Corp', 'Nishi-shinjyuku2-7-1 Shinjyuku-ku Tokyo 163-0729 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13946, 'a02833d', 0, 'Audix', '9400 SW Barber St. Wilsonville OR 97070 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13947, '70b3d592d', 0, 'Suzhou Wansong Electric Co, Ltd', 'Shaxi industrial development zone Taicang Jiangsu 215421 CN', 'CN', 'MA-S', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13948, '00262d', 0, 'Wistron Corp', '21F, 88, Sec.1, Hsin Tai Wu Rd., Hsichih, Taipei Hsien 221 TW', 'TW', 'MA-L', '2010-01-05', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13949, 'fa556f', 0, 'Symbolic IO', '379 Thornall Edison NJ 08837 US', 'US', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13950, '00d0f6', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2000-11-09', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13951, '907990', 0, 'Benchmark Electronics Romania Srl', 'Aeroportului no 6 Ghimbav Brasov 507075 US', 'US', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13952, 'e41a2c', 0, 'Zpe Systems, Inc', '39420 Liberty Street, #253 Fremont CA 94538 US', 'US', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13953, 'f8501c', 0, 'Tianjin Geneuo Tech Co, Ltd', 'Technology Avenue South JingHai Economic Development Area,Tianjin China Tianjin 301609 CN', 'CN', 'MA-L', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13954, '006071', 0, 'Midas Lab, Inc', '4 KATAMACHI, TOKYO 160 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13955, '000183', 0, 'Anite Telecoms', '127 Fleet Road, Fleet UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13956, '001dec', 0, 'Marusys', 'Eunsung Bldg. 5F Seoul 135-763 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13957, '0050c28a0', 0, 'Specialized Communications Corp', '20940 Twin Springs Drive Smithsburg Maryland 21783 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13958, '54fb58', 0, 'Wiseware, Lda', 'Centro Social e Administrativo da ZIV Zona Industrial de Vagos Portugal 3840-385 PT', 'PT', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13959, '3cfb5c', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13960, '541589', 0, 'Mcs Logic Inc', 'A-1701, Munjeong-dong, SK V1 GL Metro City, 128, Beobwon-ro, Songpa-gu, seoul seoul 05854 KR', 'KR', 'MA-L', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13961, '506255d', 0, 'Cott Electronics', '71-75 Shelton Street London WC2H 9JQ GB', 'GB', 'MA-M', '2019-08-30', '2019-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13962, '00403b', 0, 'Synerjet International Corp', '5F, NO 35, KUANG FU S. ROAD TAIWAN R. O. C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13963, '0050c274e', 0, 'Tronico', '26 rue du Bocage St Philbert de Bouaine Vendée 85660 FR', 'FR', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13964, '689234', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-04-27', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13965, '685e6b', 0, 'PowerRay Co, Ltd', '7F-1, No 190, Sec 2, Chung Hsing Road, Sindian District New Taipei City 231 TW', 'TW', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13966, '0000a6', 0, 'Network General Corp', '1296 B LAWRENCE STATION ROAD SUNNYVALE CA 94089 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13967, '0019d9', 0, 'Zeutschel GmbH', 'Heerweg 2 Tübingen-Hirschau BW D-72070 DE', 'DE', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13968, '0006a7', 0, 'Primarion', '3450 Torrance Blvd. Torrance CA 90503 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13969, '0050c2842', 0, 'Quantum Controls BV', 'Industriestraat 5 Nuth Limburg 6361 HD NL', 'NL', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13970, '00243c', 0, 'S.A.A.A.', 'Z.A. Croix Saint Mathieu GALLARDON Eure et Loir 28320 FR', 'FR', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13971, 'c48508', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13972, '001bc502d', 0, 'Ddtronik Dariusz Dowgiert', 'Chabrowa 2 Czarna Bialostocka Podlaskie 16-020 PL', 'PL', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13973, 'c8f650', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13974, '00a0ae', 0, 'Nucom Systems, Inc', '9F-6, NO 4, LANE TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13975, '003095', 0, 'Procomp Informatics, Ltd', '5F, 69-10, Sec. 2, Tamshui, Taipei, Hsien TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13976, '0050c218e', 0, 'Sparr Electronics Ltd', '43, HMT MAIN RD BANGALORE KARNATAKA 560054 IN', 'IN', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13977, '28c914', 0, 'Taimag Corp', 'NO. 1, West 2nd St. N.E.P.Z Kaohsiung 811 TW', 'TW', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13978, 'f03ebf', 0, 'Gogoro Taiwan Ltd', 'No.33 Dinghu Rd. GuiShan Dist. Taoyuan 333 TW', 'TW', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13979, '00e09f', 0, 'Pixel Vision', '43 NAGOG PARK ACTON MA 01720 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13980, '0030da', 0, 'Comtrend Corp', '3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW', 'TW', 'MA-L', '2000-11-09', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13981, '546009', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13982, '70b3d5b2e', 0, 'Green Access Ltd', 'Hearle Way Hatfield Hertfordshire AL10 9EW GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13983, '18a7f1', 0, 'Qingdao Haier Tech Co, Ltd', 'Building A01,Haier Information Park, No.1 Haier Road, Qingdao Shandong 266101 CN', 'CN', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13984, '000949', 0, 'Glyph Tech Inc', '735 W. Clinton Street Ithaca NY 14850 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13985, '70b3d5204', 0, 'Twc', '12101 Airport Way Broomfield CO 80021 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13986, '0050c275c', 0, 'STÖRK-Tronic Störk GmbH&Co KG', 'Untere Waldplätze 6 Stuttgart Baden-Württemberg D-70569 DE', 'DE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13987, '0050c2efb', 0, 'Norbit Odm AS', 'Stiklestadveien 1 Trondheim 7041 NO', 'NO', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13988, 'ec388f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-07-31', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13989, '741ae07', 0, 'BÄR Bahnsicherung AG', 'Luppmenstrasse 3 Fehraltorf 8320 CH', 'CH', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13990, '9cf6dd6', 0, 'Shenzhen Xtooltech Co, Ltd', '10574 Acacia St, Suite D4 Rancho Cucamonga CA 91730 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13991, '14efcf', 0, 'Schreder', 'Rue Lusambo 67 Brussels 1190 BE', 'BE', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13992, '00c09c', 0, 'Hioki E.E. Corp', '81 Koizumi, Ueda, Nagano Tokyo 386-1192 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13993, '0050c2423', 0, 'Power-One Inc', 'via san giorgio 642 Terranuova Bracciolini Arezzo 52028 IT', 'IT', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13994, '006171', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13995, '0050c297e', 0, 'RF Industries', 'PO Box 5 Welland SA 5007 AU', 'AU', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13996, '24bc82', 0, 'Dali Wireless, Inc', '125 University Avenue, Suite 88 Palo Alto CA 94301 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13997, '20cd39', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13998, '002328', 0, 'Alcon Telecommunications Co, Ltd', '2nd FL, NO 480-5, SEC. 6, YEN-PING N. RD., TAIPEI TAIWAN 111 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(13999, '40d8550e2', 0, 'Keocko Holding Kft.', '6000 Kecskemét Petőfi Sándor utca 11. 9. em. 11. HU', 'HU', 'IAB', '2013-05-16', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14000, '6045bd', 0, 'Microsoft', '1 Microsoft Way Redmond Washington 98052 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14001, '000d73', 0, 'Technical Support, Inc', '11253 John Galt Blvd Omaha Nebraska 68137 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14002, '002261', 0, 'Frontier Silicon Ltd', '137 Euston Road London NW12AA GB', 'GB', 'MA-L', '2008-10-25', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14003, '185e0f', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14004, '7ccb0d', 0, 'Antaira Tech, Llc', '445 Capricorn St. Brea California 92821 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14005, '70b3d5664', 0, 'Sankyo Intec Co, Ltd', 'Tokimata127 Iida Nagano 3992563 JP', 'JP', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14006, '001ccf', 0, 'Limetek', '#213-1, Byucksan Digital Valley II, 480-10, Gasan-dong, Seoul 153-783 KR', 'KR', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14007, '70b3d5ffe', 1, 'Private', '', '', 'MA-S', '2014-04-14', '2014-04-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14008, '00d0d3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14009, '00155f', 0, 'GreenPeak Tech', 'Spinnerijstraat 14 Zele 9240 BE', 'BE', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14010, '70b3d5730', 0, 'Videogenix', '1423 Beacon St Brookline MA 02446 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14011, '70b3d5dac', 0, 'Dalian Laike Tech Development Co, Ltd', 'Room 406, 4th Floor, Block A, 29 Xixian Street, Dalian High-tech Industrial Park Dalian Liaoning 116085 CN', 'CN', 'MA-S', '2019-11-14', '2019-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14012, '000a17', 0, 'Nestar Communications, Inc', 'No.6,19 Lane Bade Road HSINCHU 300 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14013, 'dc2f03', 0, 'Step forward Group Co, Ltd', '1/3 Park Village Rama2 Floor 2 C2-2 Bangkok Bangkok 10150 TH', 'TH', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14014, '1c872c', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.., Peitou, Taipei 112 TW', 'TW', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14015, 'd017c2', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14016, '00a04c', 0, 'Innovative Systems & Tech, Inc', '48511 WARM SPRINGS BLVD. FREMONT CA 94539 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14017, '00046a', 0, 'Navini Networks', '3605 E. Plano Pkwy, Plano TX 75074 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14018, '08ed022', 0, 'Tes Touch Embedded Solutions Inc', '3F, No. 141, Sec. 3, Ren\'ai Rd., Taipei 106 TW', 'TW', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14019, '40f3853', 0, 'IntelliDesign Pty Ltd', '99 Bluestone Circuit Seventeen Mile Rocks Qld 4073 AU', 'AU', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14020, '70b3d5543', 0, 'wallbe GmbH', 'Paderborner Straße 76 Schlangen NRW 33189 DE', 'DE', 'MA-S', '2019-05-03', '2019-05-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14021, '000ade', 0, 'Happy Communication Co, Ltd', '42-11 WonMi-Dong Bucheon-City KyungGi-Do 420-110 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14022, 'fc946c', 0, 'Ubivelox', '#1301 KOLONG Digital Villent 222-7 Guro-dong Guro-gu SEOUL 152-777 KR', 'KR', 'MA-L', '2011-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14023, '00141b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14024, '001e94', 0, 'Supercom Tech Corp', '8F, NO 100-1, Ming-Chuan Rd. Shing Tien Taipei 231 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14025, '002429', 0, 'MK Master Inc', '6F, -1, NO. 110,SEC. 3, JHONGSHAN RD., JHONG-HE CITY, TAIPEI COUNTY 235 TW', 'TW', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14026, '00905f', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14027, '0050c22cb', 0, 'Facts Engineering Llc', '8049 Photonics Drive New Port Richey Fl 34655 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14028, '0050c2c28', 0, 'Elreha GmbH', 'Schwetzinger Straße 104 Hockenheim Baden-Württemberg 68766 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14029, '5c7757', 0, 'Haivision Network Video', '4445 Garand Montreal QC H4R 2H9 CA', 'CA', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14030, 'f008f1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14031, '2c3361', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14032, '7495ec', 0, 'Alps Electric Co, Ltd', '6-1 Kakuda Miyagi-Pref 981-1595 JP', 'JP', 'MA-L', '2017-09-22', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14033, '00409a', 0, 'Network Express, Inc', '2200 GREEN ROAD - STE ANN ARBOR MI 48170 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14034, 'c8c13c', 0, 'RuggedTek Hangzhou Co, Ltd', 'Zhejiang University National Science Park Hangzhou Zhejiang 310013 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14035, 'c087eb', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14036, '70b3d5fef', 0, 'Hangzhou Hualan Microelectronique Co, Ltd', '22F,BUILDING-1 OF HUA RUI CENTER,FIRST JIANSHE ROAD,XIAOSHAN DISTRICT HANGZHOU ZHEJIANG 311200 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14037, '0050c278d', 0, 'Telairity', '3375 Scott Blvd. #300 Santa Clara CA 95054 US', 'US', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14038, '70d379', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14039, '0050c2cbc', 0, 'CP Eletronica SA', 'RUA VARZEA, 379 PORTO ALEGRE RIO GRANDE DO SUL 91040600 BR', 'BR', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14040, '5098b8', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-05-24', '2019-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14041, '001d6e', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14042, '30f31d', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14043, 'f84360', 1, 'Private', '', '', 'MA-L', '2014-09-07', '2015-02-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14044, '0060e5', 0, 'Fuji Automation Co, Ltd', '3-23-10, NEGISHI URAWA-SHI, 336 SAITAMA US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14045, '00153a', 0, 'Shenzhen Syscan Tech Co, Ltd', '13F, Olympic Plaza, Shenzhen Guangdong 518034 CN', 'CN', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14046, '50ff99c', 0, 'Goetting KG', 'Celler Str. 5 Lehrte Select Your State or Province 31275 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14047, '103034', 0, 'Cara Systems', 'Ruzgarlibahce Mah. Kavak Sok. No: 31/1 Smart Plaza B Blok Kat: 4 Istanbul Kavacik Beykoz 23805 TR', 'TR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14048, '6070c0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14049, '1c05b7', 0, 'Chongqing Trantor Tech Co, Ltd', 'No.69,Huoju Avenue,Jiulongpo District. Chongqing Chongqing 400050 CN', 'CN', 'MA-L', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14050, '0050c2b7a', 0, 'Schnoor Industrieelektronik GmbH & Co KG', 'Fehmarnstr. 6 Buedelsdorf Schleswig-Holstein 24782 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14051, '041552', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14052, 'e8b541', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14053, 'c423a2', 0, 'PT. Emsonic Indonesia', 'Jl.Timor Blok E5, MM2100 Industrial Town Jatiwangi Cikarang Barat Bekasi Jawa Barat 17530 ID', 'ID', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14054, '0050c2fa0', 0, 'Amplus Communication Pte Ltd', '19A Serangoon North Ave 5 Singapore 554859 SG', 'SG', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14055, '9c8d1a', 0, 'Integ process group Inc', '2919 E Hardies Rd, First Floor Gibsonia PA 15044 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14056, '70b3d5030', 0, 'Tresent Tech', '104 Bartlett Drive Schwenksville Pennsylvania 19473 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14057, '783607', 0, 'Cermate Tech Inc', '7F-1, No 168 Lien-Chen Rd. Chung-Ho Dist New Taipei City TW', 'TW', 'MA-L', '2018-11-02', '2018-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14058, '5043b9', 0, 'OktoInform Rus', 'Bolshoy Tishinskiy pereulok, d. 26, korp.13-14, ofis 4R Moscow 123557 RU', 'RU', 'MA-L', '2019-11-07', '2019-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14059, '000174', 0, 'CyberOptics Corp', '5900 Golden Hills Drive Golden Valley MN 55416 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14060, '000a3c', 0, 'Enerpoint Ltd', 'Kaivopuistontie 33 Rauma 26100 FI', 'FI', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14061, 'f0acd7', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14062, '8c1cdac', 0, 'Alcidae Inc', '535 Mission St, 14th Fl, San Francisco CA 94105 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14063, '000d33', 0, 'Prediwave Corp', '48431 Milmont Drive Fremont CA 94538 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14064, '00117b', 0, 'Büchi Labortechnik AG', 'Meierseggstrasse 40 Flawil 9230 SG CH', 'CH', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14065, 'f80bbe', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-01-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14066, '70b3d568c', 0, 'ND Meter', '228 BOLTON ROAD BRADFORD BD3 0QW GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14067, 'c083597', 0, 'Fuzhou Fdlinker Tech Co, Ltd', '28th floor, Building 1, area F, Fuzhou software park, 89 Ruanjian Avenue Fuzhou Fujian 350001 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14068, 'c85a9f', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-05-23', '2019-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14069, '88541f', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14070, '002059', 0, 'Miro Computer Products AG', 'CARL MIELE STR. 4 D-38112 BRAUNSCHWEIG DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14071, '000810', 0, 'Key Tech, Inc', '150 Avery St. Walla Walla WA 99362 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14072, '70b3d5ea6', 0, 'Galios', 'Dmitriy Donskoy, 35A, 526 Tver 170006 RU', 'RU', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14073, '001261', 0, 'Adaptix, Inc', '1407 116th Ave. NE Bellevue WA 98004 US', 'US', 'MA-L', '2004-09-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14074, 'c8a620', 0, 'Nebula, Inc', '215 Castro St Mountain View CA 94041 US', 'US', 'MA-L', '2011-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14075, '0050c231a', 0, 'Zodiak Data Systems', '5, Avenue des Andes 91978 Courtaboeuf Cedex FR', 'FR', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14076, '0050c2365', 0, 'Vpg', 'Box 423 Karlskoga SE-691 27 SE', 'SE', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14077, '00190f', 0, 'Advansus Corp', 'No.5 Shing Yeh Street, Kwei Hsiang Taoyuan 333 TW', 'TW', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14078, '002422', 0, 'Knapp Logistik Automation GmbH', 'Günter Knapp-Straße 5-7 Hart bei Graz Styria 8075 AT', 'AT', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14079, '08be77', 0, 'Green Electronics', '47801 Fremont Blvd Fremont CA 94538 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14080, 'f041c83', 0, 'Shenzhen Wisewing Internet Tech Co, Ltd', 'No.826,Zone 1,Block B,Famous industrial product display purchasing center,Baoyuan Road,Xixiang,Bao\'an Dis., Shenzhen,P.R.China shenzhen China 518102 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14081, '000345', 0, 'Routrek Networks Corp', 'Nilssei Shin Mizonokuchi Bldg. 1F 23-0011 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14082, '00d0e4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14083, '000a6b', 0, 'Tadiran Telecom Business Systems Ltd', '18 Hasivim St. Petach Tikva 49105 IL', 'IL', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14084, '0050c2bd5', 0, 'RF-Embedded GmbH', 'Salzburger Straße 60 Stephanskirchen Bayern 83071 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14085, 'bc6a29', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2012-06-14', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14086, '9806379', 0, 'Nab Co,.Ltd', '3-62-30 utukushigaoka aoba-ku Yokohama-city KANAGAWA-KEN 2250002 JP', 'JP', 'MA-M', '2019-05-21', '2019-05-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14087, '00a038', 0, 'Email Electronics', 'P.O. BOX 154 MOOROOLBARK, 3138 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14088, '000066', 0, 'Talaris Systems, Inc', '11339 SORRENTO VALLEY ROAD SAN DIEGO CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14089, '000b0c', 0, 'Agile Systems Inc', '575 Kumpf Drive Waterloo Ontario N2V 1K3 CA', 'CA', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14090, '001132', 0, 'Synology Inc', '6F-2, No.106, Chang An W. Rd., Taipei 103 TW', 'TW', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14091, '0016f2', 0, 'Dmobile System Co, Ltd', '2F, No.13-20, Sec.6, Mincyuan E.Rd, Taipei 114 TW', 'TW', 'MA-L', '2006-01-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14092, '58c38b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-05-01', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14093, '88795b', 0, 'Konka Group Co, Ltd', 'Shenzhen Konka R & D Building, 28th floor 15-24 Nanshan District Guangdong 00000 CN', 'CN', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14094, '005076', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14095, '000747', 0, 'Mecalc', 'PO Box 7958 ZA', 'ZA', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14096, '000bd6', 0, 'Paxton Access Ltd', 'Paxton House Brighton East Sussex BN1 9HU GB', 'GB', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14097, '0015db', 0, 'Canesta Inc', '965 West Maude Avenue Sunnyvale California 94085 US', 'US', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14098, '001881', 0, 'Buyang Electronics Industrial Co, Ltd', '434-140, Oryu-Dong Incheon 404-300 KR', 'KR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14099, '00902f', 0, 'Netcore Systems, Inc', '187 BALLARDVALE STREET WILMINGTON MA 01887 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14100, '0002b5', 0, 'Avnet, Inc', '2211 S. 47th Street Phoenix AZ 85034 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14101, 'b06971', 0, 'Dei Sales, Inc', '1 Viper Way Vista CA 92081 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14102, '0809b6', 0, 'Masimo Corp', '40 Parker Irvine CA 92618 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14103, '0080a0', 0, 'Hewlett Packard', 'ALAMEDA RIO NEGRO, houston tx 77070 BR', 'BR', 'MA-L', '2000-11-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14104, '40d855197', 0, 'Berg Cloud Ltd', 'Epworth House London EC1Y 1AA GB', 'GB', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14105, '70b3d5cc5', 0, 'Intecom', 'ul.Hrustalnaya d11.korp2 Saint-Petersburg SPb 192019 RU', 'RU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14106, 'd03110', 0, 'Ingenic Semiconductor Co, Ltd', 'Room 108,Building A,Information Center Zhongguancun Software Park 8 Dongbeiwang West Road,Haidain District Beijing 100193 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14107, '5c5188', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2015-04-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14108, '000d2a', 0, 'Scanmatic AS', 'Kilsund Staubø 4920 NO', 'NO', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14109, '7c4a82', 0, 'Portsmith Llc', '850 E. Franklin Road Meridian ID 83642 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14110, '10ddb1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14111, '989e63', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14112, '70b3d5705', 0, 'Digital Matter Pty Ltd', '9/100 Railway Rd Subiaco WA 6008 AU', 'AU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14113, '002050', 0, 'Korea Computer Inc', '469, DAEHEUNG-DONG KOREA KR', 'KR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14114, '0003b2', 0, 'Radware', '8 Hamrpe Hochvim 000 0000 IL', 'IL', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14115, '001f40', 0, 'Speakercraft Inc', '940 Columbia Ave., Riverside CA 92507 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14116, '5c8613', 0, 'Beijing Zhoenet Tech Co, Ltd', 'Room B16,No. 8 WenHua East Road,Changping District Beijing Beijing 102208 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14117, '745bc52', 0, 'Siglent Tech Co, Ltd', 'Blog No.4 & No.5, Antongda Industrial Zone, 3rd Liuxian Road, Bao’an District, Shenzhen, 518101, China. Shenzhen Guangdong 518101 CN', 'CN', 'MA-M', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14118, '70b3d5071', 0, 'Fsr Inc', '244 BERGEN BLVD WOODLAND PARK NJ 07424 US', 'US', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14119, '000b98', 0, 'NiceTechVision', 'IntelZone 703 YongIn Gugal-ri Ki Heung KyoungKiDo 354-2 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14120, '001d49', 0, 'Innovation Wireless Inc', '4F-1, NO.81, SHUEILI RD. HSINCHU 30059 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14121, '203db2', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14122, 'e81aac', 0, 'Orfeo Soundworks Inc', '612, 11-41, Simin-daero 327beon-gil, Dongan-gu Anyang 14055 KR', 'KR', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14123, '48605f', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14124, '0050c2d6e', 0, 'BC Illumination, Inc', '209 Westbury Lane Georgetown Texas 78633 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14125, 'cc96a0', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14126, 'd429ea', 0, 'Zimory GmbH', 'Revalerstrasse 100 Berlin Brandenburg 10245 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14127, '001ae3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14128, '001efb', 0, 'Trio Motion Tech Ltd', 'Shannon Way Tewkesbury Gloucestershire GL20 8ND GB', 'GB', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14129, '609620', 1, 'Private', '', '', 'MA-L', '2013-09-22', '2013-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14130, '2cd1415', 0, 'Zenic Inc', '4-7-5 Nionohama Otsu Shiga 520-0801 JP', 'JP', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14131, '2cab00', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14132, '50af4d', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14133, '00046d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14134, '0004e3', 0, 'Accton Tech Corp', 'No. 1 Creation Rd. III, Hsinchu Hsinchu TAIWAN TW', 'TW', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14135, 'a0b100', 0, 'ShenZhen Cando Electronics Co, Ltd', 'Building A, Dagang Industrial Zone, Changzhen Community Shenzhen City Guangdong 518132 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14136, '84e0f47', 0, 'Dantherm', 'Marienlystvej 65 Skive 7800 DK', 'DK', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14137, '38af29', 0, 'Zhejiang Dahua Tech Co, Ltd', 'No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14138, 'd05f644', 0, 'wallbe GmbH', 'Paderborner Straße 76 Schlangen NRW 33189 DE', 'DE', 'MA-M', '2019-05-03', '2019-05-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14139, '001282', 0, 'Qovia', '7470 New Technology Way Frederick MD 21703 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14140, '001bc500c', 0, 'Quantum Tech Sciences, Inc', '1980 N. Atlantic Ave., Suite 930 Cocoa Beach FL 32931 US', 'US', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14141, '002699', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14142, '70b3d598c', 0, 'University of Wisconsin Madison - Department of High Energy Physics', '1150 University Ave Madison WI 53706 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14143, '70b3d5b71', 1, 'Private', '', '', 'MA-S', '2018-07-18', '2018-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14144, '0004f3', 0, 'FS Forth-Systeme GmbH', 'Küferstraße 8 DE', 'DE', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14145, '00118c', 0, 'Missouri Department of Transportation', 'P.O. Box 270 Jefferson City Missouri 65102 US', 'US', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14146, '38ed18', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14147, 'a41437', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.469,Jianghui Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14148, '001ffd', 0, 'Indigo Mobile Tech Corp', '11F, No22, Lan407,TiDing Blvd Section2, Neihu Technology Park Taipei City 114 TW', 'TW', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14149, '40d855170', 0, 'Ics Eletronics', '7034 Commerce Circle Pleasanton CA 94588 US', 'US', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14150, '0026c2', 0, 'Scdi Co Ltd', '#451, Hagal-Dong, Giheung-Gu, Yongin-Si Gyeonggi-Do 446-930 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14151, '987bf3', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14152, '70b3d52f3', 0, 'Scame Sistemi srl', 'Via Lombardia 5 Arluno Milan 20010 IT', 'IT', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14153, '001511', 0, 'Data Center Systems', '14802 Venture Drive Dallas TX 75234 US', 'US', 'MA-L', '2005-06-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14154, '0021e0', 0, 'CommAgility Ltd', 'Holywell Park Loughborough Leics LE11 3AQ GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14155, '0050c254f', 0, 'Valtronic SA', 'Rue de Bon Port Les Charbonničres Vaud 1343 CH', 'CH', 'IAB', '2005-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14156, '002214', 0, 'Rinnai Korea', '560-2, Shibjong-1dong, Pupyoung-gu Pupyoung-gu Incheon 403-847 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14157, 'fcaa14', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14158, '2c2997', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14159, 'e4c1f1', 0, 'Shenzhen Spotmau Information Technoligy Co, Ltd', '10F, Block D, 5th Building, Shenzhen Software Industrial Base, Haitian 2nd Rd,Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-05-23', '2016-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14160, '000dc4', 0, 'Emcore Corp', '1600 Eubank Blvd, SE Albuquerque New Mexico 87123 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14161, '00139c', 0, 'Exavera Tech, Inc', '195 New Hampshire Avenue Portsmouth NH 03801 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14162, '000cbd', 0, 'Interface Masters, Inc', '2381 Zanker Rd., Suite 130 San Jose California 95131 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14163, '001ef5', 0, 'Hitek Automated Inc', 'Room C3-901, No.383, Huamen Shijia Hangzhou 310012 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14164, 'fc3598', 0, 'Favite Inc', 'No.19, Lane 78, Yanhe St., Jhubei City Hsinchu County 302 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14165, '4c1694', 0, 'shenzhen sibituo Tech Co, Ltd', '15C Yuehua Park Nanshan Road Nanshan District SHENZHEN guangdong 518000 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14166, '0050c2542', 0, 'AVerMedia Tech, Inc', '7F.,No. 137, Jian Yi Rd. Chung Ho City Taipei Hsien 23585 TW', 'TW', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14167, '0050c2991', 0, 'Ugl Ltd', '3 Bridge Street Pymble NSW 2073 AU', 'AU', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14168, '20d5ab', 0, 'Korea Infocom Co, Ltd', '5F Wintek B/D 511 Uiwang Kyunggi-Do 437-830 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14169, 'd062a0', 0, 'China Essence Tech (Zhumadian) Co, Ltd', '4th Floor, Administrative Service Center Office of Yicheng District Zhumadian Henan Province 463000 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14170, '0006f3', 0, 'AcceLight Networks', '70 Abele Road, Building 1200 Pittsburgh PA 15017 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14171, '002525', 0, 'Ctera Networks Ltd', '24 Imber St. Petach-Tikva 495111 IL', 'IL', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14172, '000fa0', 0, 'Canon Korea Business Solutions Inc', '736 Wonsi-Dong Ansan-si Kyunggi-do 425-090 KR', 'KR', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14173, '0025b4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14174, '141fbaf', 1, 'Private', '', '', 'MA-M', '2014-04-14', '2014-04-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14175, '70b3d5dfa', 0, 'Newtouch Electronics (Shanghai) Co, Ltd', 'No.418, 4F, Building 1, Lujiazui Software Park No.98, Lane 91, E Shan Rd ShangHai 200127 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14176, 'b0ae25', 0, 'Varikorea', '#505 kolon digital tower aston, gasan, geumcheon seoul 08502 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14177, '006077', 0, 'Prisa Networks', '6620 Mesa Ridge Road, San Diego CA 92121 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14178, '005048', 0, 'Infolibria', '411 WAVERLY OAKS RD-STE #323 WALTHAM MA 02154-8414 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14179, '0023d3', 0, 'AirLink WiFi Networking Corp', '19F-1 Room A , No.97, Sec 4, Chung Hsin Rd., San Chung City, Taipei Hsien 241 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14180, '70b3d59a5', 0, 'Softel', '35 bld 9, Nizhnyaya Krasnosel\'skaya Ulitsa Moscow 105066 RU', 'RU', 'MA-S', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14181, '0007bc', 0, 'Identix Inc', '6591 Sierra Lane Dublin CA 94568 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14182, '00243b', 0, 'Cssi (S) Pte Ltd', '70 Bendemeer Road Unit 04-04 339940 SG', 'SG', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14183, '3c672c', 0, 'Sciovid Inc', '387 S Silverbrook Dr Anaheim CA 92807 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14184, '70b3d5d66', 0, 'Ascendent Tech Group', '15 - 9th Avenue South Cranbrook BC V1C 2L9 CA', 'CA', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14185, 'b4a984', 0, 'Symantec Corp', '350 Ellis Street Mountain View CA 94043 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14186, 'f89dbb', 0, 'Tintri', '303 Ravendale Dr Mountain View CA 94070 US', 'US', 'MA-L', '2017-05-24', '2017-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14187, 'e83617', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14188, '002040', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14189, '000c16', 0, 'Concorde Microsystems Inc', '10427 Cogdill Road, Suite 500 Knoxville TN 37932 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14190, '001bd2', 0, 'Ultra-X Asia Pacific Inc', '5-1-15 Sotokanda Tokyo Chiyoda-ku 101-0021 JP', 'JP', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14191, '0026a1', 0, 'Megger', '4271 Bronze Way Dallas Texas 75237 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14192, '3ce624', 0, 'LG Display', '9th, Fl., LG U+ building, 65-228, Hangangro, 3-ga, Yongsan-gu Seoul 140-716 KR', 'KR', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14193, 'd05099', 0, 'ASRock Incorporation', '2F., No.37, Sec. 2, Jhongyang S. Rd. Taipei 112 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14194, 'e04b45', 0, 'Hi-P Electronics Pte Ltd', '12 Ang Mo Kio Street 64 Singapore Singapore 569088 SG', 'SG', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14195, '70b3d5f3c', 0, 'Gigaray', '100 Dicui Road Wuxi Jiangsu 214072 CN', 'CN', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14196, '00041e', 0, 'Shikoku Instrumentation Co, Ltd', '777, Oosachou, Zentsuujishi, JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14197, '00163b', 0, 'VertexRSI/General Dynamics', '2120 Old Gatesburg Rd. State college PA 16803 US', 'US', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14198, 'a84e3f', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14199, '0050c2547', 0, 'Blankom Antennentechnik GmbH', 'Bahnhofstr. 39 Bad Blankenburg Deutschland D-07422 DE', 'DE', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14200, '001bc50a3', 0, 'P A Network Laboratory Co, Ltd', '2-12-10 Takanami Bld.3kai, Shiba, Minato-ku, Tokyo, 105-0014, Japan Minato-ku Tokyo 1050014 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14201, '40b89a', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-02-07', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14202, '004082', 0, 'Laboratory Equipment Corp', '1-7-3 MINATOMACHI 300 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14203, '0050c240f', 0, 'Bir, Inc', '425 BARCLAY BLVD LINCOLNSHIRE IL 60069 US', 'US', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14204, '0050c2adb', 0, 'GO engineering GmbH', 'Stolzenbergstraße 13/IV Baden-Württemberg 76532 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14205, '0474a1', 0, 'Aligera Equipamentos Digitais Ltda', 'Av. Para 330 / 302 Porto Alegre RS 90240-590 BR', 'BR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14206, '184a6f', 0, 'Alcatel-Lucent Shanghai Bell Co, Ltd', 'No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN', 'CN', 'MA-L', '2014-04-02', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14207, '70b3d5281', 0, 'Itg.CoLtd', '617, anyang Megavally, 268, Hagui-ro, Dongan-gu Anyang 14056 KR', 'KR', 'MA-S', '2019-10-15', '2019-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14208, '0050c262c', 0, 'AirMatrix, Inc', '12775 LBJ Drive Brenham Texas 77833 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14209, '0050c2a0b', 0, 'Ids GeoRadar s.r.l.', 'Via E. Calabresi, 24 PISA PI 56121 IT', 'IT', 'IAB', '2008-12-20', '2017-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14210, 'c87324', 0, 'Sow Cheng Tech Co Ltd', 'No.26, Ln. 181, Xinsheng W. Rd., Dali Dist Taichung 412 TW', 'TW', 'MA-L', '2016-10-15', '2016-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14211, '3c479b', 0, 'Theissen Training Systems, Inc', '1225 SE 4th Terrace Chiefland FL 32626 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14212, '0009ba', 0, 'Maku Informationstechik GmbH', 'Gewerbehofstraße 7 Essen NRW 45145 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14213, '4037ad', 0, 'Macro Image Tech, Inc', 'East Bldg., 6th Floor, IT Venture Tower, Seoul 138-950 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14214, '0050c2495', 0, 'Vaza Elektronik AB', 'Furuheds vagen 1 Kalix Norrbotten 952 31 SE', 'SE', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14215, '202df8', 0, 'Digital Media Cartridge Ltd', '5F-3, No. 9, Ln 3, Jihu Rd, Neihu Taipei 11492 TW', 'TW', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14216, '70b3d5dec', 0, 'Condev-Automation GmbH', 'Obere Erlentiefenstr. 27 Bergkamen NRW 59192 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14217, '70b3d5925', 0, 'Diamante Lighting Srl', 'via Einaudi, 8 Alessandria AL 15121 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14218, 'c8e7f0', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14219, '70695a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14220, '0090d9', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14221, '001ce4', 0, 'EleSy Jsc', 'Altayskaya street, 161a Tomsk oblast 634021 RU', 'RU', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14222, 'b07d47', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14223, '70b7aa', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2018-04-10', '2018-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14224, '000106', 0, 'Tews Datentechnik GmbH', 'Am Bahnhof 7 25469 Halstenbek DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14225, '001136', 0, 'Goodrich Sensor Systems', '14300 Judicial Road Burnsville Minnesota 55306-4898 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14226, 'dc1d9f', 0, 'U & B Tech', '2F, Daeyoung buliding, 1423-6, Kwanyang-1Dong, Anyang-Si Gyeonggi-Do 431-061 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14227, '6854ed', 0, 'Alcatel-Lucent', '777 E. Middlefield Rd Mountain View CA 94043 US', 'US', 'MA-L', '2013-03-10', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14228, '70b3d5fe7', 0, 'Veilux Inc', '802 GREENVIEW DR. STE 200 GRAND PRAIRIE 75050 US', 'US', 'MA-S', '2015-04-29', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14229, '70b3d5a9a', 0, 'Amphenol Advanced Sensors', 'Amphenol Interconnect India Private Ltd, MAHAVEER TECHNO PARK APIIC, Plot no.6, Survey No.64, Software Units layout, Hi-tech City, Madhapur, HYDERABAD Telangana 500081 IN', 'IN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14230, '68dd26', 0, 'Shanghai Focus Vision Security Tech Co, Ltd', 'No.4888 Hunan Rd, Pudong New District Shanghai Shanghai 201317 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14231, '70b3d52f5', 0, 'eze System, Inc', '785 Orchard Dr #100 Folsom CA 95630 US', 'US', 'MA-S', '2018-08-03', '2018-08-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14232, '00d04a', 0, 'Presence Tech GmbH', '+ CO. KG DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14233, '001d9e', 0, 'Axion Tech', '151 RUE PARC INNOVATION LA POCATIERE QUEBEC G0R1Z0 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14234, '70b3d59f4', 0, 'Tband srl', 'Via A. Meucci, 4 Preganziol Treviso 31022 IT', 'IT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14235, '3c3786', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2018-08-03', '2018-08-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14236, '0050c2160', 0, 'Tti - Telecom International Ltd', '7 Martin Gehl St. Petach-Tikva P.O.B. 3050 49512 IL', 'IL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14237, '001bc5032', 0, 'Osborne Coinage Co', '2851 Massachusetts Avenue Cincinnati OH 45225 US', 'US', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14238, '0050c25c7', 0, 'InSync Tech Ltd', 'Festival Hall Petersfield Hampshire GU31 4DZ GB', 'GB', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14239, '0050c2c43', 0, 'Cammegh Ltd', 'Old Surrenden Manor Bethersden Kent TN263DL GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14240, '34e0cf', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14241, '70b3d5875', 0, 'Peek Traffic', '2906 Corporate Way Palmetto FL 34235 US', 'US', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14242, 'a0224e2', 0, 'Closed Joint-Stock Co Norsi-Trans', 'B.Novodmitrovskaya Street, house 12, building 15 Moscow 127015 RU', 'RU', 'MA-M', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14243, '0080b9', 0, 'Arche Technoligies Inc', '48502 KATO ROAD FREMONT CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14244, '0011a8', 0, 'Quest Tech', '1060 Corporate Center Drive Oconomowoc Wisconsin 53066 US', 'US', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14245, '70b3d5c97', 0, 'Csinfotel', '3F, daedeok-daero 566, Yuseong-gu, Daejeon Daejeon Republic of Korea 305-340 KR', 'KR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14246, '002346', 0, 'Vestac', 'P.O. Box 7358 Shrewsbury NJ 07702 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14247, 'ccef48', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14248, '98460a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14249, '002014', 0, 'Global View Co, Ltd', '4F, NO. 23, LANE 306 TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14250, '0034da', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2015-12-17', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14251, 'a4a1e4', 0, 'Innotube, Inc', '#1212 MegaCenter SknTechnoPark 124 Sagimakgol-ro Jungwon-gu Seongnam-si Gyeonggi-do 462-120 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14252, '80e86f', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14253, '646266a', 0, 'Sensoro Co, Ltd', '7F D-Block, Lei Shing Hong Center, No. 8 Guangshun South Street, Chaoyang District, Beijing Beijing 100102 CN', 'CN', 'MA-M', '2019-12-19', '2019-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14254, '002015', 0, 'Actis Computer SA', '16 CHEMIN DES AULX CH', 'CH', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14255, '24af54', 0, 'Nexgen Mediatech Inc', '8F No. 150, Jianyi Rd., Chung Ho Taipei Hsien 235 TW', 'TW', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14256, 'e0e751', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14257, 'b081d8', 0, 'I-sys Corp', '2457 Aviation Ave N. Charleston South Carolina 29406 US', 'US', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14258, 'f037a1', 0, 'Huike Electronics (Shenzhen) Co, Ltd', 'Huike industrial park,Minying industrial park,Shuitian country,Shiyan,Baoan District SHENZHEN GUANGDONG 518108 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14259, 'a02833', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14260, '0060c1', 0, 'WaveSpan Corp', '500 N. BERNARDO AVE. MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14261, '001cd6', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14262, '7c787e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14263, 'd058fc', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14264, '0050c2659', 0, 'Dorsett Tech, Inc', '100 Woodlyn Drive Yadkinville North Carolina 27055 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14265, '54e032', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-01-09', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14266, '0050c2492', 0, 'Trafsys AS', 'Fabrikkgaten 5 Bergen Hordaland 5059 NO', 'NO', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14267, '002393', 0, 'Ajinextek', '9-3, Holimdong, Dalseogu Daegu 704-240 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14268, '284c53', 0, 'Intune Networks', '9B Beckett Way Dublin 12 IE', 'IE', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14269, '301f9a0', 0, 'Ilsan Electronics', '433Beon-gil 52,Sasang-ro,Sasang-gu Busan 46923 KR', 'KR', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14270, '2c3f0b', 0, 'Cisco Meraki', '500 Terry A. Francois Blvd San Francisco null 94158 US', 'US', 'MA-L', '2018-11-20', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14271, '000bf1', 0, 'Lap Laser Applikations', 'Zeppelinstraße 23 Lüneburg Niedersachsen 21337 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14272, '000e0d', 0, 'Hesch Schröder GmbH', 'Boschstraße 8 Neustadt Niedersachsen 31535 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14273, '0050c24e9', 0, 'Seachange international', '32 Mill st. Greenville NH 03048 US', 'US', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14274, '0050c260a', 0, 'Gradual Tecnologia Ltda.', 'Rua Attilio Giaretta, 110 Itatiba SP 13257-584 BR', 'BR', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14275, '0050c2ea0', 0, 'Robert Bosch Healthcare Systems, Inc', '2400 Geng Road Palo Alto CA 94303 US', 'US', 'IAB', '2011-09-25', '2016-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14276, 'dc1dd4', 0, 'Microstep-Mis spol. s r.o.', 'Cavojskeho 1 Bratislava 84104 SK', 'SK', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14277, '8c4b59', 0, '3D Imaging & Simulations Corp', '815, Timnip-Dong, Yuseong-Gu Daejeon 305510 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14278, 'b0966c', 0, 'Lanbowan Tech Ltd', 'No. 60 Langbao Xi Road Foshan Guangdong 528051 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14279, '00e0cc', 0, 'Hero Systems, Ltd', 'THE BARNES, COOMBELANDS LANE, SURREY KT15 1HY ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14280, '0000ef', 0, 'Kti', '2157 O\'TOOLE AVENUE SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14281, '00b8b3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-07-24', '2018-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14282, '6c1deb', 0, 'u-blox AG', 'Zuercherstrasse 68 Thalwil 8800 CH', 'CH', 'MA-L', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14283, '0050c2c16', 0, 'Omicron electronics GmbH', 'Oberes Ried 1 Klaus A-6833 AT', 'AT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14284, '7419f8f', 1, 'Private', '', '', 'MA-M', '2014-01-20', '2014-01-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14285, '002488', 0, 'Centre For Development Of Telematics', 'B01, Electronic City, Phase 1 Bangalore Karnataka 560100 IN', 'IN', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14286, 'dc2dcb', 0, 'Beijing Unis HengYue Tech Co, Ltd', 'Room 402, No. 2 Block, No. 1 yard, Zhongguancun east road, Haidian District Beijing 100190 CN', 'CN', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14287, '70b3d590a', 0, 'Hangzhou SunTown Intelligent Science & Tech Co, Ltd', 'Hangzhou Zhenhua Road, Xihu District No. 298 West Port A District 2 16F Hangzhou Zhejiang Province 310030 CN', 'CN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14288, 'a02d13', 0, 'AirTies Wireless Networks', 'Esentepe Mah., Kore ?ehitleri Cad. Istanbul ?i?li 34360 TR', 'TR', 'MA-L', '2019-11-15', '2019-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14289, '00a0f0', 0, 'Toronto Microelectronics Inc', '5149 BRADCO BOULEVARD L4W 2A6 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14290, '001c00', 0, 'Entry Point, Llc', '735 Robins Idaho Falls Idaho 83401 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14291, '0024dc', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2008-12-30', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14292, '0050c2bc4', 0, 'Wheatstone Corp', '600 Industrial Drive New Bern NC 28562 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14293, '70b3d5dc1', 0, 'Metralight, Inc', '533 Airport Blvd., #400 Burlingame CA 94010 US', 'US', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14294, '0005cd', 0, 'D&M Holdings Inc', 'D&M Building, 2-1 Nisshin-cho Kawasaki-shi Kanagawa 210-8569 JP', 'JP', 'MA-L', '2001-06-04', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14295, '000a71', 0, 'Avrio Tech, Inc', '2655 A Park Center Drive Simi Valley CA 91356 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14296, '0050c2d8a', 0, 'OptoLink Industria e Comercio Ltda', 'R.Alfredo da Costa Figo 280 Campinas SP 13087-534 BR', 'BR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14297, '0050c2db8', 0, 'Comsat VertriebsgmbH', 'Sonnenhang 29 Thalheim Steiermark 8754 AT', 'AT', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14298, '88e712', 0, 'Whirlpool Corp', '750 Monte Dr. Benton Harbor Michigan 49022 US', 'US', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14299, '70b3d552d', 0, 'Tanaka Electric Industry Co, Ltd', '7-3-31 Takadono, Osaka-shi Osaka 535-0031 JP', 'JP', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14300, '0c73eb1', 0, 'Eversec Tech Corp', 'F5,Tower D,JingYi Technology Building NO.9 Dazhongsi East Road.,Beijing,P.R.China BEIJING BEIJING 100086 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14301, '0050c24d8', 0, 'Avantry Ltd', 'New Industrial Park, Bldg 7A Yokneam Israel 20692 IL', 'IL', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14302, '0016db', 0, 'Samsung Electronics Co, Ltd', '#94-1 Gumi-City Gyeong-Buk 730-350 KR', 'KR', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14303, '18a905', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2010-01-05', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14304, '00105e', 0, 'Spirent plc, Service Assurance Broadband', '5280 Corporate Dr Ballenger Creek MD 21703 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14305, '0050c2637', 0, 'Omnitrol Networks, Inc', '2063 Landings Drive Mountainview CA 94043 US', 'US', 'IAB', '2006-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14306, '2c10c1', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2011-09-24', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14307, 'ec9f0d7', 0, 'Bei jing Lian Shan times Techonology CoLtd', 'Beijing Haidian.No.2 of Yong Cheng North Road Building 1.402 Beijing 100094 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14308, '00085b', 0, 'Hanbit Electronics Co, Ltd', '414-5, Woncheon-Dong, Paldal-Gu KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14309, '001905', 0, 'Schrack Seconet AG', 'Eibesbrunnergasse 18 Wien Österreich 1122 AT', 'AT', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14310, '0050c2607', 0, 'Telecom FM', '895 Plymouth Road Slough Berkshire SL1 4LP GB', 'GB', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14311, '0060d4', 0, 'Eldat Communication Ltd', '10 HAKISHON STREET BNEI-BRAK 51203 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14312, '00809e', 0, 'Datus GmbH', 'INDUSTRIESTR. 2 WEST DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14313, '2c265f2', 0, 'Jiangsu Jari Tech Group Co, Ltd', 'NO.18, Shenghu Rd, Lianyungang City Jiangsu 222061 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14314, '70b3d5278', 1, 'Private', '', '', 'MA-S', '2015-08-12', '2015-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14315, '70b3d541a', 0, 'Hyosung Power & Industrial Systems', '119, Mapo-daero, Mapo-gu Seoul 04144 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14316, '70b3d5c8c', 0, 'Rollogo Ltd', '22/F., Far East Finance Centre, 16 Harcourt Road, Admiralty, Hong Kong 000000 HK', 'HK', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14317, 'b41d2b', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14318, '0cfe5d', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14319, '0005e3', 0, 'LightSand Communications, Inc', '375 Los Coches St. Milpitas CA 94539 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14320, '0cefafc', 0, 'GainStrong Industry Co, Ltd', '3rd Floor, 1st Building, Block E, Minzhu West Industrial Zone, Bao’an Dist. Shenzhen Guangdong 518100 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14321, '643139a', 0, 'Product Development Associates, Inc', '1145 E. Cliff Rd Burnsville MN 55337 US', 'US', 'MA-M', '2019-09-11', '2019-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14322, '0050c296b', 0, 'Electronic Media Services Ltd', 'Passfield Business Centre Liphook Hampshire GU30 7SB GB', 'GB', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14323, '34008a2', 0, 'Rpe Monitor', 'Krasnokursantskaya 104a Rostov-on-Don Select 344068 RU', 'RU', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14324, '203706', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14325, 'b44bd61', 0, 'Shenzhen Tita Interactive Tech Co, Ltd', 'Floor 23, Haowei Technology Mansion,Keji south eighth Road, Gaoxin Sci-Tech. Park(South Zone), Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14326, '00e01e', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14327, '001c2c', 0, 'Synapse', '132 Export Circle Huntsville AL 35806 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14328, '901711', 0, 'Hagenuk Marinekommunikation GmbH', 'Hamburger Chaussee 25 Flintbek 24220 DE', 'DE', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14329, '0021f8', 0, 'Enseo, Inc', '401 International Parkway Richardson TX 75081 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14330, '1c87797', 0, 'Tasc Systems Inc', '9415 - 202 Street Langley BRITISH COLUMBIA V1M4B5 CA', 'CA', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14331, '001fc2', 0, 'Jow Tong Tech Co Ltd', '46 Lane 337 Chung Cheng Rd Yung Kang City Tainan County 71066 TW', 'TW', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14332, '009022', 0, 'Ivex', '4295 INTERNATIONAL BLVD. NORCROSS GA 30093 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14333, '001138', 0, 'Taishin Co, Ltd', '200-7 Nakano Nakano Nagano 383-0013 JP', 'JP', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14334, '9cdf03', 0, 'Harman/Becker Automotive Systems GmbH', 'Becker-Göring-Straße 16 Karlsbad Baden-Württemberg 76307 DE', 'DE', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14335, '34008a5', 0, 'Federal Aviation Administration', 'Atlantic City Int\'l Airport, Bldg. 270 Atlantic City NJ 08405 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14336, '000c27', 0, 'Sammy Corp', 'SUN SHINE60 45F,3-1-1,HIGASHI-IKEBUKURO TOSHIMA-KU TOKYO 170-6045 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14337, '0050c2b4d', 0, 'Troll Systems Corp', '24950 Anza Drive Valencia CA 91355 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14338, '0050c2974', 0, 'Emac, Inc', '2390 EMAC WAY CARBONDALE IL 62902 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14339, '40a36b0', 0, 'Fin Robotics Inc', '11871 Hilltop Dr, Losaltos Hills Los Altos CA 94024 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14340, '0090b1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14341, '0050c2487', 0, 'Eridon Corp', '901 Twelve Oaks Center Drive Wayzata MN 55391 US', 'US', 'IAB', '2005-04-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14342, '745bc50', 0, 'Irs Systementwicklung GmbH', 'Pfaffenthanner Weg, 5 Brennberg 93179 DE', 'DE', 'MA-M', '2018-12-06', '2018-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14343, '809f9b', 0, 'Sichuan AI-Link Tech Co, Ltd', 'Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14344, '000c29', 0, 'VMware, Inc', '3401 Hillview Avenue Palo Alto CA 94304 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14345, '0050c223b', 0, 'Envara', '3 Ha\'Tidhar St. Raanana 43000 IL', 'IL', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14346, '0000a3', 0, 'Network Application Tech', '1686 DELL AVENUE CAMPBELL CA 95008 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14347, '703c03', 0, 'RadiAnt Co, Ltd', '102-610, 36, Bucheon-ro 198beon-gil, Wonmi-gu Bucheon-si Gyeonggi-do 14557 KR', 'KR', 'MA-L', '2015-12-17', '2015-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14348, '24f677', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14349, '70b3d56a4', 0, 'Acrodea, Inc', '3F, Daisan Yamada Bldg., 22 Aizumi-cho Shinjuku-ku Tokyo 1600005 JP', 'JP', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14350, 'dcdd24', 0, 'Energica Motor Co SpA', 'Via Cesare della Chiesa, 150 MODENA (MO) Mo 41126 IT', 'IT', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14351, '8c1cda0', 0, 'Ceos Pty Ltd', '3/17 Burgundy Street, Heidelberg VIC 3084 AU', 'AU', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14352, '001b74', 0, 'MiraLink Corp', '111 SW 5th Ave. Portland OR 97204 US', 'US', 'MA-L', '2007-02-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14353, '3cdcbc', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14354, '70b3d52fe', 0, 'Yaham Optoelectronics Co, Ltd', 'Bldg A & Bldg D, Yongwei Industrial Park,#118 Yongfu Rd, Qiaotou Community, Fuyong,Bao\'an District,Shenzhen Shenzhen Bao\'an District/GuangDong 518103 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14355, '00e0bc', 0, 'Symon Communications, Inc', '10701 CORPORATE DR.-STE. #290 STAFFORD TX 77477 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14356, '00e091', 0, 'LG Electronics', '16, Woomyeon-dong, Seocho-gu Seoul 137-724 KR', 'KR', 'MA-L', '2000-11-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14357, 'c44838', 0, 'Satcom Direct, Inc', '1901 Hwy A1A Satellite Beach FL 32937 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14358, '1ca770', 0, 'Shenzhen Chuangwei-Rgb Electronics Co, Ltd', 'Unit A 13-16/F,Skyworth Bldg., Gaoxin Ave.1.S.,Nanshan District ShenZhen GuangDong 518057 CN', 'CN', 'MA-L', '2013-06-20', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14359, '00087d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14360, '0050c2288', 0, 'Rpm Systems Corp', '17371 NE 67th Court Redmond Washington 98052 US', 'US', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14361, '78e8b6', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14362, '7ccbe28', 0, 'Polarteknik Oy', 'Klaavolantie 1 Huittinen 32700 FI', 'FI', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14363, '70b3d5793', 0, 'Gastech Australia Pty Ltd', '24 Baretta Road Wanagra WA 6065 AU', 'AU', 'MA-S', '2018-07-26', '2018-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14364, '00307f', 0, 'Irlan Ltd', '1 HATAMAR STREET IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14365, 'e45614', 0, 'Suttle Apparatus', '1001 East Highway 212 Hector MN 55342 US', 'US', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14366, 'a8ce90', 0, 'Cvc', 'No.361,Renhua Rd., Dali City Taichung 412 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14367, '0050c2b12', 0, 'CM Elektronik GmbH', 'Im Kleinfeldele 17 Riegel a.K. Baden-Württemberg 79359 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14368, '0050c2d7c', 0, 'Microcubs Systems Pvt Ltd', 'S.no.25/4/5, Vijaya Chembers, PUNE Maharastra 411051 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14369, '9c52f8', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14370, 'd0b2c4', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2016-03-16', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14371, '8c1cda3', 0, 'Structura Tech & Innovation', 'via Roveredo 20/B Pordenone PN 33170 IT', 'IT', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14372, '0050bb', 0, 'Cms Tech', '13955 FARMINGTON RAOD LIVONIA MI 48154 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14373, '001d85', 0, 'Call Direct Cellular Solutions', 'Suite 145, National Innovation Centre Eveleigh NSW 1430 AU', 'AU', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14374, 'fc2f40', 0, 'Calxeda, Inc', '7000 North Mopac Expressway Austin TX 78731 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14375, '28cfda', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-05-07', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14376, '30809b', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-12-17', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14377, '000611', 0, 'Zeus Wireless, Inc', '8325 Guilford Road Columbia MD 21046 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14378, '0050c249a', 0, 'TelASIC Communications, Inc', '1940 E Mariposa Avenue El Segundo CA 90245 US', 'US', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14379, '0050c2d84', 0, 'Abb Transmission and Distribution Automation Equipment (Xiamen) Co, Ltd', 'ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN', 'CN', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14380, '40d8550d2', 0, 'Elan Systems', '10 IHASZ STR BUDAPEST 1105 HU', 'HU', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14381, '6c9989', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14382, '1c88797', 0, 'Sensys Networks, Inc', '1608 4th St. Suite 200 Berkeley CA 94710 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14383, '60d7e3c', 0, 'Zhejiang Send Intelligent Tech, Ltd', '6-7F,E Building,Tiantang Software Park,Xidoumen Road,Xihu District Hangzhou Zhejiang 310012 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14384, '94e0d6', 0, 'China Dragon Tech Ltd', 'B4 Bldg.Haoshan 1st Industry Park, Shenzhen Guangdong 518104 CN', 'CN', 'MA-L', '2018-09-07', '2018-09-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14385, '0050c206b', 0, 'NCast Corp', '4677 Old Ironsides Drive, Suite 430 Santa Clara CA 95054-1826 US', 'US', 'IAB', '2002-08-08', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14386, '0050c2c07', 0, 'Cio Informatique Industrielle', '1 Rue de la Presse SAINT-ETIENNE LOIRE 42950 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14387, '980637b', 0, 'Petersime', 'Centrumstraat 125 Zulte 9870 BE', 'BE', 'MA-M', '2019-05-22', '2019-05-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14388, '000de0', 0, 'Icpdas Co, Ltd', 'No. 111, Kuang-Fu N. Rd., Hsin-Chu Indu HSINCHU 303 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14389, '001a95', 0, 'Hisense Mobile Communications Technoligy Co, Ltd', '11,JiangXi Road, QingDao ShanDong 266071 CN', 'CN', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14390, '70b3d5d86', 0, 'Wpgsys Pte Ltd', '5 Harper Road #04-01 369673 SG', 'SG', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14391, '40498a', 0, 'Synapticon GmbH', 'Daimlerstr. 26 Schönaich 71101 DE', 'DE', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14392, '70b3d5c37', 0, 'Keycom Corp', '3-39-14 Minamiotsuka Toshima-ku Tokyo 170-0005 JP', 'JP', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14393, '2ccc44', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14394, '00a091', 0, 'Applicom International', '43, RUE MAZAGRAN FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14395, '000055', 0, 'Commissariat A L`Energie Atom.', '31, RUE DE LA FEDERATION FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14396, 'a85ae0', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14397, '0050c2fad', 0, 'Finishing Brands', '1910 North Wayne Street Angola IN 46703 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14398, '0000b5', 0, 'Datability Software Sys. Inc', 'ONE PALMER TERRACE CARLSTADT NJ 07072 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14399, '705812', 0, 'Panasonic Corp Avc Networks Co', '1-15 Matsuo-cho Kadoma Osaka 571-8504 JP', 'JP', 'MA-L', '2010-01-05', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14400, '68fef7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14401, '00270b', 0, 'Adura Tech', '28 Second Street San Francisco CA 94105 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14402, '40d8550ed', 0, 'IntelliDesign Pty Ltd', '99 Bluestone Circuit Seventeen Mile Rocks Qld 4073 AU', 'AU', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14403, '0005a2', 0, 'Celox Networks', '940 West Port Plaza - Ste. #300 St. Louis MO 63146 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14404, 'cc944a', 0, 'Pfeiffer Vacuum GmbH', 'Berliner Str. 43 Asslar Hessen 35614 DE', 'DE', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14405, 'a8474a', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-08-11', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14406, '500b919', 0, 'Machfu, Inc', '20271 Goldenrod Ln Germantown MD 20876 US', 'US', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14407, 'aced5c', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14408, '34d0b81', 0, 'Shenzhen Bao Lai Wei Intelligent Tech Co, L', 'Longgang Street Baolong Wu Road on the 2nd Shenzhen Guangdong Province 518116 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14409, '58eced', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14410, '684a76', 0, 'eero Inc', '660 3rd Street San Francisco CA 94107 US', 'US', 'MA-L', '2019-12-07', '2019-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14411, '0050c2af9', 0, 'Ingenieurbuero Bickele und Buehler GmbH', 'St.Poeltener Str. 70 Stuttgart BW 70469 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14412, 'e4e0c5', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3dong, Yeongtong-gu Suwon Gyeonggi-do 443742 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14413, '0012ed', 0, 'Avg Advanced Tech', '4140 Utica Ridge Road Bettendorf IA 52722 US', 'US', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14414, '0050c2b5c', 0, 'A.D.I Video Tech', '13a Hamelacha st, Lod 71520 IL', 'IL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14415, '54ee75', 0, 'Wistron InfoComm(Kunshan)Co, Ltd', '168# First Avenue,Kunshan Integrated Free Trade Zone,Kunshan,Jiangsu,China Kunshan Jiangsu 215300 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14416, '54bad6', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14417, '00055c', 0, 'Kowa Co, Ltd', 'Chofugaoka 3-3-1, 182-0021 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14418, '0050c207a', 0, 'RadioTel', '17 Hatasiya St. Or Yehuda 60373 IL', 'IL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14419, 'f05a09', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14420, 'f0aca4', 0, 'Hbc-radiomatic', 'Haller Str. 45-53 Crailsheim Baden Wurttemberg 74564 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14421, '04df69', 0, 'Car Connectivity Consortium', '3855 SW 153rd Drive Beaverton Oregon 97006 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14422, '48d35d', 1, 'Private', '', '', 'MA-L', '2017-06-17', '2017-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14423, '70b3d5922', 0, 'Adcole Maryland Aerospace', '669 Forest St Marlborough MA 01752 US', 'US', 'MA-S', '2020-01-08', '2020-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14424, '0050c2246', 0, 'Hardmeier', 'Tallinn EE', 'EE', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14425, 'd05785', 0, 'Pantech Co, Ltd', '110-1 Ongjeong-Ri, Tongjin-Eup Gimpo-Si Gyounggi-Do 415-865 KR', 'KR', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14426, '00245c', 0, 'Design-Com Tech Pty. Ltd', '14 Redland Drive Mitcham Victoria 3132 AU', 'AU', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14427, '0050c2b86', 0, 'Asto', '22 Mei Hwan Drive Singapore 568357 SG', 'SG', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14428, '0050c2a49', 0, 'Wayne Dalton Corp', '3395 addison Dr. Pensacola FL 32514 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14429, '38b8ebe', 0, 'Wyres Sas', '24 rue henri barbusse Echirolles Isere 38130 FR', 'FR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14430, '48dcfb', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14431, 'ac7236', 0, 'Lexking Tech Co, Ltd', '2F, No. 3, Baoqiang Road, New Taipei City Taiwan 231111 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14432, 'ccfb65', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2013-09-12', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14433, 'e4509a', 0, 'HW Communications Ltd', 'Parkfield Lancaster LA1 4TZ GB', 'GB', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14434, '2085930', 0, 'Hemina Spa', 'Hemina SPA, via Piemonte 2 Montangnana Padova 35044 IT', 'IT', 'MA-M', '2019-06-21', '2019-06-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14435, '00a033', 0, 'imc MeBsysteme GmbH', 'VOLTASTRASSE 5 D-13355 BERLIN DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14436, '000a2a', 0, 'Qsi Systems Inc', '7 Raymond Avenue Salem NH 03079 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14437, '0050c2f7e', 0, 'Truteq Wireless (Pty) Ltd', 'Ameton House Centurion Gauteng 0157 ZA', 'ZA', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14438, 'f8b2f3', 0, 'Guangzhou Bosma Tech Co, Ltd', 'FL.3,A5,No.11 Kaiyuan Ave., Scienc City,Guangzhou,CHINA Guangzhou GuangDong 510530 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14439, '244b03', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2015-01-23', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14440, '001421', 0, 'Total Wireless Tech Pte. Ltd', 'Blk 1003, Bukit Merah Central, #04-18 159836 SG', 'SG', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14441, '0050c2c69', 0, 'Rebo Co, Ltd', '310 AceMill #1146 JangRim-Dong BUSAN 604-842 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14442, '001465', 0, 'Novo Nordisk A/S', 'Novo Alle Bagsvaerd 2880 DK', 'DK', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14443, '001d09', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2007-06-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14444, '0050c29c9', 0, 'Luminex Lighting Control Equipment', 'Berkenlaan 8 A Hechtel - Eksel Limburg 3940 BE', 'BE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14445, '14109f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-07-16', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14446, '00402f', 0, 'Xlnt Designs Inc', '15050 AVENUE OF SCIENCE SAN DIEGO CA 92128 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14447, '00122f', 0, 'Sanei Electric Inc', '5F Taisou-Ikebukuro Bldg. Toshima-ku Tokyo 171-0014 JP', 'JP', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14448, '000222', 0, 'Chromisys, Inc', '1012 Stewart Drive Sunnyvale CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14449, '002236', 0, 'Vector SP. Z O.O.', 'KRZEMOWA 6 GDYNIA 81-577 PL', 'PL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14450, '3cbdd8', 0, 'LG Electronics Inc', '19-1, CHEONGHO-RI, JINWI-MYEON PYEONGTAEK GYEONGGI-DO 451-713 KR', 'KR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14451, '0050c2f0f', 0, 'AeroVision Avionics, Inc', '2F, 30 R&D Rd. II, Hsinchu 300 TW', 'TW', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14452, '000251', 0, 'Soma Networks, Inc', '650 Townsend St. San Francisco CA 94103 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14453, '0009a8', 0, 'Eastmode Pte Ltd', '30 Loyang Way #07-06 508769 SG', 'SG', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14454, '0050c2b26', 0, 'Elko Systems', '11 clair road Lynnwood Glen Pretoria Gauteng 0081 ZA', 'ZA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14455, 'a086c6', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2015-02-07', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14456, '6c5697', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14457, '102c6b', 0, 'Ampak Tech, Inc', '3F.,No.15-1 Zhonghua Road,Hsinchu Industrial Park, Hukou,Hsinchu, Taiwan (R.O.C.) Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2018-08-08', '2018-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14458, 'ea2adb', 0, 'Labs Network Industrie 4. 0 e.V.', 'Ernst-Reuter-Platz 7 Berlin 10587 DE', 'DE', 'CID', '2019-11-26', '2019-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14459, '001b72', 0, 'Sicep s.p.a.', 'Via calabria, 14 Certaldo 50052 IT', 'IT', 'MA-L', '2007-02-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14460, '0050c28fd', 0, 'Sindoma Müh Mim Ýnþ Elk San Tic Ltd', 'Dereboyu cad. Þair Necati sok. Ãstanbul TR 34347 TR', 'TR', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14461, '70b3d5aa4', 0, 'Pullnet Tech, S.L.', 'Parc Tecnologic BCNord Barcelona Catalonia 08042 ES', 'ES', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14462, '1459c3', 0, 'Creative Chips GmbH', 'Im Bubenstück 1 Bingen Rheinland-Pfalz 55411 DE', 'DE', 'MA-L', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14463, 'acde48', 1, 'Private', '', '', 'MA-L', '2001-10-24', '2002-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14464, '001ae7', 0, 'Aztek Networks, Inc', '2477 55th St. #202 Boulder CO 80301 US', 'US', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14465, 'ec8193', 0, 'Logitech, Inc', '4700 NW Camas Meadows Drive Camas WA 98607 US', 'US', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14466, '2085931', 0, 'Networking Services Corp', 'Bella Vista, Obarrio, Edificio Magna Corp, Mezanine Panama Panama 33131 PA', 'PA', 'MA-M', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14467, '000701', 0, 'Racal-Datacom', 'LAN INTERNETWORKING DIVISION BOXBOROUGH MA 01719 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14468, '8c2937', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14469, '00155d', 0, 'Microsoft Corp', 'One Microsoft Way Redmond WA 98052-8300 US', 'US', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14470, '70b3d52cf', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbühl Bavaria 91550 DE', 'DE', 'MA-S', '2014-11-04', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14471, '002646', 0, 'Shenyang Tongfang Multimedia Tech Co Ltd', 'No.10 Ping Nan East Road Shenyang Liao Ning 110014 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14472, '90f4c1', 0, 'Rand McNally', '9855 Woods Drive Skokie IL 60077 US', 'US', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14473, '70b3d5e4d', 0, 'Vulcan Wireless Inc', '2218 Faraday Ave Suite 110 Carlsbad CA 92008 US', 'US', 'MA-S', '2019-12-17', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14474, '001812', 0, 'Beijing Xinwei Telecom Tech Co, Ltd', 'Xinwei Bldg., No. 7 Zhongguancun Software Park, Haidian District Beijing 100094 CN', 'CN', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14475, '001993', 0, 'Changshu Switchgear Mfg. Co, Ltd (Former Changshu Switchgea', 'No. 8 Jianye Road Changshu Jiangsu 215500 CN', 'CN', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14476, '44650d', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14477, '38b19ec', 0, 'Gesellschaft industrieller Technologien', 'Hauptstraße 10 Großbeeren 14979 DE', 'DE', 'MA-M', '2018-10-23', '2018-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14478, '001272', 0, 'Redux Communications Ltd', 'POB 101 Modiin 71700 IL', 'IL', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14479, '0050c266e', 0, 'Linear Systems Ltd', 'Unit# 1 - 1717 Dublin Avenue Winnipeg MB R3H 0H2 CA', 'CA', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14480, '001b58', 0, 'Ace Cad Enterprise Co, Ltd', '2F, No. 94, Bao Chung Road, Hsin Tien City, Taipei Hsien 23144 TW', 'TW', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14481, '001bc502b', 0, 'Saturn South Pty Ltd', '4 Maning Avenue Sandy Bay Tasmania 7005 AU', 'AU', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14482, '1077b1', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2013-03-10', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14483, '40a677', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-01-23', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14484, '00107b', 0, 'Cisco Systems, Inc', '170 W.TASMAN DR.-SJA-2 SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14485, '000f02', 0, 'Digicube Tech Co, Ltd', '8F,No. 51, Lane 35, Jihu Rd., Taipei 114 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14486, 'bc9c31', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-07-31', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14487, '002341', 0, 'Vanderbilt International (Swe) AB', 'Englundavaegen 7 Solna SE-171 41 SE', 'SE', 'MA-L', '2008-10-25', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14488, '0050c2693', 0, 'Tech Comm, Inc', '5010 No. Hiatus Road Sunrise FL 33351 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14489, '001eb2', 0, 'LG innotek', 'Hanyang Univ. 1271, Sa-dong, Sangrok-gu Ansan-si Gyeonggi-do 426-791 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14490, '0050c2c1d', 0, 'Powerbase Energy Systems Inc', '150 Rosamond Street Carleton Place Ontario K7C 1V2 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14491, '40b7f3', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2011-08-31', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14492, 'ecd925', 0, 'Rami', '7 RUE RAOUL FOLLEREAU BUSSY ST GEORGES 77600 FR', 'FR', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14493, 'b43052', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-09-21', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14494, '00c0e7', 0, 'Fiberdata AB', 'P.O. BOX 20095 SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14495, '0000c7', 0, 'Arix Corp', 'ENGINEERING MAIL STOP SUNNYVALE CA 94089 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14496, '3c39e71', 0, 'Bewatec Kommunikationstechnik GmbH', 'Orkotten 65 Telgte NRW 48291 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14497, '70ff76', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14498, '000cd2', 0, 'Schaffner Emv AG', 'Nordstrasse 1 Luterbach CH-4542 CH', 'CH', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14499, '0050c2ea7', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14500, '40d855048', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2013-04-03', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14501, '0025a3', 0, 'Trimax Wireless, Inc', '2675 S Horseshoe Dr Naples FL 34104 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14502, '0050c2e32', 0, 'Oshoksh Corp', '2307 Oregon Street Oshkosh WI 54902 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14503, 'e4eefd', 0, 'MR&D Manufacturing', 'Viale dell\'Unione Europea, 8 Gallarate Varese 21013 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14504, '70b3d5bf5', 0, 'Acacia Research', '5 Butler Drive HENDON South Australia 5014 AU', 'AU', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14505, '0050c2681', 0, 'Owasys Advanced Wireless Devices', 'Parque Tecnologico, 207-B Zamudio Vizcaya E-48170 ES', 'ES', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14506, '0050c28e1', 0, 'Deutscher Weterdienst', 'Kaiserleistrasse 44 Offenbach 63067 DE', 'DE', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14507, '00d0ee', 0, 'Dictaphone Corp', '3191 BROADBRIDGE AVE. STRATFORD CT 06614-2559 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14508, '0050c21bd', 0, 'Aioi Systems Co, Ltd', 'KDX Omori, Bldg 8F Tokyo 140-0016 JP', 'JP', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14509, '001a62', 0, 'Data Robotics, Inc', '1881 Landings Dr Mountain View CA 94043 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14510, '001bc5070', 0, 'Siemens Industries, Inc, Retail & Commercial Systems', '9225 Bee Caves Rd Austin TX 78733 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14511, 'f87aef', 0, 'Rosonix Tech, Inc', '10F, No.235, Sec. 4, Chengde Rd., Taipei Taiwan 11167 TW', 'TW', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14512, '34f150', 0, 'Hui Zhou Gaoshengda Tech Co, Ltd', 'No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN', 'CN', 'MA-L', '2019-10-09', '2019-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14513, '0060d3', 0, 'AT&T', '3300 E Renner Road Richardson TX 75082 US', 'US', 'MA-L', '1980-01-01', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14514, '0050c5', 0, 'Ads Tech, Inc', '12627 Hiddencreek Way Cerritos CA 90703 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14515, '002112', 0, 'Wiscom System Co, Ltd', '100 Jiangjun Road,Jiangning, Nanjing 211100 CN', 'CN', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14516, 'd0699e', 0, 'Luminex Lighting Control Equipment', 'Berkenlaan 8 A Hechtel - Eksel Limburg 3940 BE', 'BE', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14517, '347563', 0, 'Shenzhen RF-Link Tech Co, Ltd', 'Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-04-19', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14518, '00a087', 0, 'Microsemi Corp', '400 March Road Ontario K2K 3H4 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14519, '001c0e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14520, '001961', 0, 'Blaupunkt Embedded Systems GmbH', 'Bahnhofsstrasse 16 Schlitz 36110 DE', 'DE', 'MA-L', '2006-08-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14521, '001f02', 0, 'Pixelmetrix Corp Pte Ltd', '31 Kaki Bukit Road 3 417818 SG', 'SG', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14522, '40d855058', 0, 'Energy Team S.p.A.', 'Via della Repubblica, 9 Trezzano sul Naviglio Milano 20090 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14523, '00301b', 0, 'Shuttle, Inc', '5F, No. 34, Lane 60 Taipei TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14524, '000d0d', 0, 'ITSupported, Llc', '4989 Peachtree Parkway Norcross GA 30092 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14525, 'e0b6f55', 0, 'Shenzhen Civicom Tech Co, Ltd', 'Room 1302,Microprofit Building,Gaoxin 6th Avenue,Hi-tech Park,Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14526, '0006d2', 0, 'Tundra Semiconductor Corp', '603 March Road K2K-2M5 CA', 'CA', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14527, '70b3d5e26', 0, 'Feitian Co, Ltd', '7-F,7-15-17 Roppongi MINATOKU TOKYO 106-0032 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14528, 'd42c0f', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-09-27', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14529, 'e89d87', 0, 'Toshiba', '2-9,Suehiro-Cho Ome Tokyo 1988710 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14530, '84a991', 0, 'Cyber Trans Japan Co, Ltd', 'Setagaya-ku Tokyo 155-0031 JP', 'JP', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14531, '542696', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14532, '001e34', 0, 'CryptoMetrics', '160 Michael Cowpland Dr Ottawa Ontario K2M 1P6 CA', 'CA', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14533, '00217d', 0, 'Pyxis S.R.L.', 'C/O DIP. INFORMATICA E SISTEMISTICA - UNIVERSITY OF PAVIA PAVIA 27100 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14534, '001bc507c', 0, 'head', 'kita-ku tenjinbashi 2-2-25 Osaka-shi Osaka 5300041 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14535, '00603d', 0, '3cx', '2085 HAMILTON AVE., -STE.#220 SAN JOSE CA 95125 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14536, '000606', 0, 'RapidWAN, Inc', '2085 Hamilton Ave. San Jose CA 95125 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14537, '70b3d59a1', 0, 'Its Industrial Turbine Services GmbH', 'Fabriksplatz 1 Steyrermuehl Upper Austria 4662 AT', 'AT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14538, '0020d9', 0, 'Panasonic Tech, Inc/Mieco-US', '1703 N. RANDALL RD. ELGIN IL 60123 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14539, '000104', 0, 'Dvico Co, Ltd', 'Kookmin Card B/D 6F 267-2 Sungnam-si Kyungki-do 463-050 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14540, '70b3d518a', 0, 'Nsp Europe Ltd', 'Unit 5, Devonshire Business Park Borehamwood Hert WD6 1NA GB', 'GB', 'MA-S', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14541, '0023b2', 0, 'Intelligent Mechatronic Systems Inc', '161 Roger Street Waterloo Ontario N2J 1B1 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14542, '806fb0', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14543, '14b370', 0, 'Gigaset Digital Tech (Shenzhen) Co, Ltd', '11/F, Matsunichi Building, No.9996 Shen Nan Boulevard, Nan Shan District, Shenzhen, China ShenZhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14544, 'd03742', 0, 'Yulong Computer Telecommunication Scientific (Shenzhen) Co, Ltd', 'Coolpad Information Harbor, 2nd Mengxi road, Hi-Tech Industrial Park(North), Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-05-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14545, '70b3d5ac6', 0, 'Smtc Corp', '2302 Trade Zone Blvd San Jose 95131 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14546, 'd47dfc', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14547, '002411', 0, 'PharmaSmart Llc', '3495 Winton Place Rochester NY 14623 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14548, 'fce33c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14549, 'c47c8d0', 0, 'Ati', '30 Jeffries Street Boston MA 02128 US', 'US', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14550, '70b3d5459', 0, 'Protium Tech, Inc', '10 Bearfoot Rd. Northborough MA 01532 US', 'US', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14551, '70b3d5c99', 0, 'Remote Diagnostic Tech Ltd', 'Pavilion C2 Ashwood Park, Ashwood Way Basingstoke Hampshire RG23 8BG GB', 'GB', 'MA-S', '2020-02-08', '2020-02-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14552, '00c01d', 0, 'Grand Junction Networks, Inc', '3101 WHIPPLE RD., #27 UNION CITY CA 94587 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14553, '0025ac', 0, 'I-Tech Corp', '1-15 Shin-ogawa machi Shinjyuku-ku Tokyo 162-0814 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14554, 'b8d812', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-07-13', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14555, '0015b8', 0, 'Tahoe', 'ul. Uniwersytecka 1 Wroclaw 50951 PL', 'PL', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14556, '0050c2e48', 0, 'Itw Reyflex North America', '195 E Algonquin Road Des Plaines IL 60090 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14557, '000e5c', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2004-02-12', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14558, '000feb', 0, 'Cylon Controls', 'Clonshaugh Industrial Estate Dublin 17 IE', 'IE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14559, '300b9c', 0, 'Delta Mobile Systems, Inc', '700 Remington Road Schaumburg Illinois 60173 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14560, '0017b1', 0, 'Acist Medical Systems, Inc', '7450 Flying Cloud Drive Eden Prairie MN 55344 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14561, '001b5a', 0, 'Apollo Imaging Tech, Inc', '18545 Rangeland Rd Ramona CA 92065 US', 'US', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14562, 'fc6dc0', 0, 'Bme Corp', '147-2 Kawagoe-shi Saitama 350-0845 JP', 'JP', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14563, '1ccae3c', 0, 'Gahdeung Elecom', '203, Rojinmedical, 717, Lee-Dong, Sanrok-Gu ANSAN Kyeonggi-Do ASI|KR|KS009|ANSAN KR', 'KR', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14564, '4865ee7', 0, 'Venture Research Inc', '3001 Summit Ave Plano TX 75074 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14565, 'bc9911', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2018-01-26', '2018-01-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14566, '000136', 0, 'CyberTAN Tech Inc', '99, Park Avenue III Hsinchu 12345 TW', 'TW', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14567, '9c3178', 0, 'Foshan Huadian Intelligent Communications Teachnologies Co, Ltd', 'Building B,No.8 of Shishan Industrial Avenue Foshan Guangdong 528225 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14568, '00267c', 0, 'Metz-Werke GmbH & Co KG', 'Ohmstrasse 55 Zirndorf 90513 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14569, '70b3d5cab', 0, 'Notice Co, Ltd', 'A-1307/8, Keumkang Penterium IT Tower, 282, Hagui-ro Anyang Gyeonggi-do 14056 KR', 'KR', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14570, '70b3d5c64', 0, 'Sys Tec electronic GmbH', 'Am Windrad 2 Heinsdorfergrund D-08468 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14571, '009041', 0, 'Applied Digital Access', '9855 SCRANTON ROAD SAN DIEGO CA 92121 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14572, '0006d5', 0, 'Diamond Systems Corp', '8430-D Central Ave. Newark CA 94560 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14573, '80e4da3', 0, 'Beijing Gaokezhongtian Tech Co Ltd', 'Beijing City Haidian District 23 Liangziyinzuo 806 room beijing beijing 100191 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14574, 'b437d1c', 0, 'Nanjing Putian Telecommunications Tech Co, Ltd', 'No.1 Putian Road,Yuhuamenwai,Nanjing Nan Jing Jiang Su 210022 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14575, '80b03d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14576, '70b3d555e', 0, 'Brs Sistemas Eletrônicos', 'Rua Gomes de Freitas, 491 / 204 Porto Alegre RS 91380-000 BR', 'BR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14577, '301f9a4', 0, 'Ncm Supplies, Inc', '8125 NW 64th Street Miami FL 33166 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14578, '48e6c0', 0, 'SIMCom Wireless Solutions Co, Ltd', 'Building B,SIM Technology Building,No.633,Jinzhong Road Shanghai 200335 CN', 'CN', 'MA-L', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14579, '00126a', 0, 'Optoelectronics Co, Ltd', '3-1Kamiaokinishi 1-chome Kawaguchi Saitama Pref. 333-0845 JP', 'JP', 'MA-L', '2004-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14580, '001970', 0, 'Z-Com, Inc', '7F-2, NO.9, PROSPERITY 1ST RD. HSINCHU 300 TW', 'TW', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14581, '2c16bdd', 0, 'Hangzhou Yanzhi Tech Co, Ltd', 'Room 406, 4th floor, building 6,316 jianghong south road,Binjiang Dist Hangzhou Zhejiang 310030 CN', 'CN', 'MA-M', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14582, '70b3d5158', 0, 'Eax Labs s.r.o.', 'Krizovnicka 86/6 Praha 1 11000 CZ', 'CZ', 'MA-S', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14583, '0050c2d1e', 0, 'Tobila Systems, Inc', '1-8-23-6A Nagoya Aichi 4600002 JP', 'JP', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14584, 'bca13a', 0, 'Ses-imagotag', 'St.-Peter-Gürtel 10b Graz 8010 AT', 'AT', 'MA-L', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14585, '2c16bd', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-04-16', '2019-04-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14586, '0050c20ec', 0, 'Keith & Koep GmbH', 'Koenigsberger Str. 2 D-42277 Wuppertal DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14587, '002707', 0, 'Lift Complex DS, Jsc', 'mikrorayon Gorsky, 6 Novosibirsk 630073 RU', 'RU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14588, '9cc077', 0, 'PrintCounts, Llc', '5109 W Lemon St Tampa FL 33609 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14589, 'fc01cd', 0, 'Fundacion Tekniker', 'Avenida Otaola, 20 Eibar Gipuzkoa 20600 ES', 'ES', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14590, 'e067b3', 0, 'Shenzhen C-Data Tech Co, Ltd', '#601, Fl6, Bldg F, No.1008 Yangguang Community Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2013-05-02', '2019-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14591, '6cebb6', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14592, '0000c4', 0, 'Waters Div. OF Millipore', '34 MAPLE STREET MILFORD MA 01757 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14593, '001832', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-06-13', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14594, '0050c24b5', 0, 'Valley Tecnologia', 'R. Manoel Soares Sebastiao, 410 São Paulo SP 04775-160 BR', 'BR', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14595, '0050c2821', 0, 'Misco Refractometer', '3401 Virginia Rd. Cleveland OH 44122 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14596, '0050c2d9f', 0, 'BitWise Controls', '98 Inverness Dr East Englewood CO 80112 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14597, '84afec', 0, 'Buffalo.Inc', 'AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP', 'JP', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14598, '70b3d5670', 0, 'Particle sizing systems', '8203 Kristel Cir New Port Richey FL 34652 US', 'US', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14599, '0002a4', 0, 'AddPac Tech Co, Ltd', '3F Jeoung Am Bldg., 769-12 Seoul Seoul Korea KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14600, '0009be', 0, 'Mamiya-OP Co, Ltd', '3-23-10, Negishi Minami-ku Saitama-shi Saitama 336-8581 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14601, 'c486e9', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14602, '3a78ca', 0, 'SoundTalks NV', 'Ambachtenlaan 1 Heverlee 3001 BE', 'BE', 'CID', '2019-02-13', '2019-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14603, '001230', 0, 'Picaso Infocommunication Co, Ltd', '3F, Suntechcity, Sangdaewon 1-dong, Sungnam-city Kyunggi-do 462-725 KR', 'KR', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14604, '40d85517d', 0, 'Kiwigrid GmbH', 'Kleiststrasse 10c Dresden Sachsen 01129 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14605, '842141', 0, 'Shenzhen Ginwave Tech Ltd', '4/F,R2-A,High-Tech Industrial Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14606, '00101f', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14607, '00407d', 0, 'Extension Tech Corp', '30 HOLLIS STREET FRAMINGHAM MA 01701 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14608, 'e0d9e3', 0, 'Eltex Enterprise Ltd', 'Okruzhnaya st. 29v Novosibirsk 630020 RU', 'RU', 'MA-L', '2016-07-27', '2019-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14609, '8c147d', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14610, '4cc53e', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14611, '00d0ca', 0, 'Intrinsyc Software International Inc', '885 Dunsmuir Street, Suite 380 Vancouver B.C. V6C 1N5 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14612, '00156a', 0, 'Dg2l Tech Pvt. Ltd', 'AML Center 1, Gnd. Floor, 8 Mahal Indl. Est. Mumbai Maharashtra 400093 IN', 'IN', 'MA-L', '2005-08-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14613, '001ee3', 0, 'T&W Electronics (ShenZhen) Co, Ltd', '2F Baiying Building, No.19, NanhaiRd., Nanshan Dist ShenZhen GuangDong 518052 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14614, '00c0e6', 0, 'Verilink Corp', '127 Jetplex Circle Madison AL 35758 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14615, '00e054', 0, 'Kodai Hitec Co, Ltd', '2-45 ONUMA HANYU CITY SAITAMA.348 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14616, '3451c9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-06-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14617, '0020e9', 0, 'Dantel', 'P.O. BOX 55013 FRESNO CA 93727-1388 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14618, '0015c1', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2005-09-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14619, '0050c2601', 0, 'MedAvant Healthcare', '2533 Centennial Blvd Jeffersonville IN 47130 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14620, '042f56', 0, 'Atocs (Shenzhen) Ltd', '4/F., Building 10, Tongfuyu Industry Zone, Xili Town, Shenzhen CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14621, 'b4e1eb', 1, 'Private', '', '', 'MA-L', '2012-04-08', '2012-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14622, '1c0faf', 0, 'Lucid Vision Labs', 'Unit 130 - 13200 Delf Place Richmond BC V6V2A2 CA', 'CA', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14623, 'b4a2ebb', 0, 'Quantitec GmbH', 'Elisabethenstr. 3a Hofheim am Taunus Hessen 65719 DE', 'DE', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14624, '0080a9', 0, 'Clearpoint Research', '190 NORTH MAIN STREET NATICK MA US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14625, '00160d', 0, 'Be Here Corp', '39300 Civic Center Dr., Suite 180 Fremont CA 94538 US', 'US', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14626, '001486', 0, 'Echo Digital Audio Corp', '402 E Carrillo St Santa Barbara CA 93101 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14627, '84ea97', 0, 'Shenzhen iComm Semiconductor Co, Ltd', 'Room 501A,Block B,Digital Building,Garden City,No.1079 Nanhai Road,Nanshan District Shenzhen 518067 CN', 'CN', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14628, '002389', 0, 'Hangzhou H3c Tech Co, Ltd', 'Oriental Electronics Bldg., #2, Chuangye Road£¬Shangdi Information Industry Base, Beijing 100085 US', 'US', 'MA-L', '2008-10-25', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14629, '74e60f', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14630, '782c29', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-02-06', '2019-02-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14631, '000f3d', 0, 'D-Link Corp', 'No.8,Li-shing Seventh Road,Science-based Industrial Park,Hsimchu, Hsimchu 300 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14632, '0016d7', 0, 'Sunways AG', 'Macairestraße 3-5 Konstanz Baden-Württemberg 78467 DE', 'DE', 'MA-L', '2005-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14633, 'b07d62', 0, 'Dipl.-Ing. H. Horstmann GmbH', 'Humboldtstraße 2 Heiligenhaus 42579 DE', 'DE', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14634, '1c973d', 0, 'Pricom Design', '2755 Slocum Rd Peyton CO 80831 US', 'US', 'MA-L', '2012-03-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14635, '080371', 0, 'Krg Corp', '41 rue Perier Montrouge 92120 FR', 'FR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14636, '70b3d5f4d', 0, 'Honeywell', 'Aerospace - ETS Clearwater 33764 US', 'US', 'MA-S', '2015-08-12', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14637, '1c1b0d', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14638, 'f47488', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14639, '0090d2', 0, 'Artel Video Systems', '237 CEDAR HILL ST. MARLBORO MA 01752 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14640, '00802b', 0, 'Integrated Marketing Co', '1360 BORDEAUX DRIVE SUNNYVALE CA 94089 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14641, '44d63d', 0, 'Talari Networks', '3200 Glen Royal Rd. Raleigh NC 27617 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14642, '0020e3', 0, 'Mcd Kencom Corp', '20950 CASTLE ROCK ROAD LAGUNA BEACH CA 92651-1115 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14643, '0017b9', 0, 'Gambro Lundia AB', 'BOX 10101 LUND SkÃ¥ne 22010 SE', 'SE', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14644, 'dce533c', 0, 'Brck', 'PO Box 58275-00200, 2nd Floor Bishop Magua Center, George Padmore Lane, 2nd Floor Bishop Magua Center, George Padmore Lane Nairobi Nairobi 00200 KE', 'KE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14645, '004065', 0, 'Gte Spacenet', '1700 OLD MEADOW ROAD MCLEAN VA 22102 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14646, '34df2a', 0, 'Fujikon Industrial Co, Ltd', '16/F., Tower 1, Grand Central Plaza,138 Shatin Rural 523930 HK', 'HK', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14647, '885395', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14648, '70b3d50d6', 0, 'Tattile Srl', 'via G.Donizetti 1/3/5 Brescia 25030 IT', 'IT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14649, '70b3d569a', 0, 'Altaneos', 'Chaussée Verte, 93B Saint-Georges 4470 BE', 'BE', 'MA-S', '2019-01-30', '2019-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14650, 'd89136', 0, 'Dover Fueling Solutions', 'Industrieweg 5 Bladel NBR 5531AD NL', 'NL', 'MA-L', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14651, '00e062', 0, 'Host Engineering', '200 EAST MAIN STREET -STE.#700 JOHNSON CITY TN 37604 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14652, '0050c2153', 0, 'Advanced Devices SpA', 'Via Spagna, 50 Rende (Cosenza) IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14653, 'a0afbd', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14654, '7086c1', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14655, '282c029', 0, 'Systec Intelligent Building Tech (Tianjin) Co, Ltd', 'Room 1312, Building D, HI-Tech. Information Square, No.8 Huatian Rd., Huayuan HI-Tech. Park Tianjin 300384 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14656, '9c8275', 0, 'Yi chip Microelectronics (Hangzhou) Co, Ltd', 'Room 401, Building 15, No.498 Guoshoujing Road, Pudong Software Park Shanghai 200120 CN', 'CN', 'MA-L', '2018-08-27', '2018-08-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14657, '9c31c3', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2019-08-09', '2019-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14658, '00000d', 0, 'Fibronics Ltd', 'MATAM TECHNOLOGY CENTER IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14659, 'f05d89', 0, 'Dycon Ltd', 'Unit D Mountain Ash Rhondda Cynon Taff CF45 4ER GB', 'GB', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14660, 'c8d429', 0, 'Muehlbauer AG', 'Josef-Mühlbauer-Platz 1 Roding Bavaria 93426 DE', 'DE', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14661, '84b59c', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2014-01-12', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14662, '20a2e4', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14663, '00d0ce', 0, 'iSystem Labs', 'BRODISCE 7, 10C Trzin 1236 SI', 'SI', 'MA-L', '2000-11-09', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14664, 'a8f274', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14665, '00d095', 0, 'Alcatel-Lucent Enterprise', '26801 West Agoura Road Calabasas CA 91301 US', 'US', 'MA-L', '2000-11-09', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14666, '0050c286c', 0, 'Condigi Televagt A/S', 'Niels Bohrs vej 42, Stilling Skanderborg jylland 8660 DK', 'DK', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14667, '0025e1', 0, 'Shanghai Seeyoo Electronic & Tech Co, Ltd', 'RM701,XIN\'AN BUILDING,99 TIANZHOU RD,XUHUI DISTRICT,SHANGHAI SHANGHAI 200233 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14668, '28ed6a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14669, '74721e', 0, 'Edison Labs Inc', '1122 Stanyan St San Francisco CA 94117 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14670, '00a051', 0, 'Angia Communications. Inc', '441 EAST BAY BLVD. PROVO UTAH 84606 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14671, '00e0f8', 0, 'Dicna Control AB', 'STENYXEGATAN 21 C 213 76 MALMOE SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14672, '88acc1', 0, 'Generiton Co, Ltd', '8F-1, No. 81, Shuili Rd., Hsinchu City, 30059 TW', 'TW', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14673, '7048f7', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14674, '0060bd', 0, 'Enginuity Communications', '3545 Stern Avenue St Charles IL 60174 US', 'US', 'MA-L', '1980-01-01', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14675, '0050c29b0', 0, 'Ebru GmbH', 'In den Kreuzwiesen Schönau 69250 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14676, '0050c2fc8', 0, 'Far South Networks', '49 Bell Crescent Westlake Western Cape 7945 ZA', 'ZA', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14677, '70b3d5a53', 0, 'GS Industrie-Elektronik GmbH', 'Porschestrasse 11 Leverkusen 51381 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14678, '70b3d5f37', 0, 'Mitsubishi Electric Micro-Computer Application Software Co, Ltd', 'Inadera, 2-5-1 Amagasaki Hyogo 661-0981 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14679, '588a5a', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14680, '00305d', 0, 'Digitra Systems, Inc', '8-61, GAWOL-DONG KOREA 140-150 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14681, '0024d2', 0, 'Askey Computer Corp', '10F,NO.119,CHIENKANG RD,CHUNG-HO,TAIPEI, TAIWAN TAIPEI 235 TW', 'TW', 'MA-L', '2008-12-30', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14682, '0023c6', 0, 'Smc Corp', '4-2-2, Kinunodai Tsukuba Mirai-shi Ibaraki-ken 300-2493 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14683, '0050c29fb', 0, 'Villbau Kft.', 'Üllői út 611. BUdapest H-1182 HU', 'HU', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14684, '1c17d3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14685, 'd8860b', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-11-03', '2018-11-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14686, '006018', 0, 'Stellar One Corp', '500 108TH AVE. NE--STE. #2200 BELLEVUE WA 98004 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14687, '000f60', 0, 'Lifetron Co, Ltd', '6-7,Tenjinnishimachi Osaka Osaka Prefecture 530-0045 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14688, '001beb', 0, 'Dmp Electronics Inc', '8F., No.12, Wucyuan 7th Rd., Taipei County 248 TW', 'TW', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14689, '0050c2ee8', 0, 'Kamacho Scale Co, Ltd', '2246 Mure Takamatsu-shi Kagawa-ken 761-0196 JP', 'JP', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14690, '5c5b35', 0, 'Mist Systems, Inc', '1601 South De Anza Blvd, Suite 248 Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2019-02-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14691, 'f0766f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14692, '70b3d51f8', 0, 'Convergent Design', '4525 Northpark Drive Colorado Springs CO 80918 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14693, '004074', 0, 'Cable And Wireless', 'COMMUNICATIONS, INC. VIENNA VA 22182-3964 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14694, '0019e4', 0, '2Wire Inc', '1704 Automation Parkway San Jose CA 94538 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14695, '00c023', 0, 'Tutankhamon Electronics', '2446 ESTAND WAY PLEASANT HILL CA 94523 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14696, '384608', 0, 'zte Corp', '12/F,ZTE R&D Building,Kejinan Road, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14697, '846a66', 0, 'Sumitomo Kizai Co, Ltd', '1-45-1higashiikebukuro tosimaku tokyo 170-0013 JP', 'JP', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14698, '38b19ee', 0, 'ShenZhen ShuaiXian Electronic Equipment CoLtd', 'No. 10, Lane 3, Longxing Rd, Dakang Village,HengGang Town ShenZhen Guangdong 518115 CN', 'CN', 'MA-M', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14699, '70b3d50a5', 0, 'Fuelcellpower', 'D-301, Bundang Technopark, yatop-dong Gyeonggi-do, Korea Bundang-gu, Seongnam-si 463-760 KR', 'KR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14700, 'c8b5ad', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14701, '0050c22ac', 0, 'Bbi Engineering, Inc', '241 Quint Street San Francisco CA 94124 US', 'US', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14702, '34aa8b', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14703, '7472f2', 0, 'Chipsip Tech Co, Ltd', '8F-1, No.186, Jian-Yi Road, ChungHo City, Taipei 235 TW', 'TW', 'MA-L', '2010-07-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14704, '9440a2', 0, 'Anywave Communication Tech, Inc', '300 Knightsbridge Parkway, Suite 150 Lincolnshire IL 60069 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14705, '0045e2', 0, 'CyberTAN Tech Inc', '99 Park Ave III, Hsinchu Science Park Hsinchu 308 TW', 'TW', 'MA-L', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14706, '00601a', 0, 'Keithley Instruments', '30500 BAINBRIDGE RD. SOLON OH 44139 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14707, '0050c218f', 0, 'Matsui Mfg Co, Ltd', '2-19 Shodai-Tadika Hirakata-City Osaka 573-1132 JP', 'JP', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14708, '38f85e', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14709, '001e23', 0, 'Electronic Educational Devices, Inc', '1903 S Grant St Denver CO 80210 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14710, '20a60c', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14711, '70b3d5321', 0, 'Yite Tech', 'No. 56, Xiaobei Rd., North Dist tainan 70448 TW', 'TW', 'MA-S', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14712, '0050c2e50', 0, 'Tattile Srl', 'via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT', 'IT', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14713, 'acf970', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14714, '641e81', 0, 'Dowslake Microsystems', '21 High Street, Suite 306 North Andover MA 01845 US', 'US', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14715, '0050c2d98', 0, 'Rong Shun Xuan Corp', '1F, No. 5, Aly. 1, Ln 297, Ancing St., Sanchong City, Taipei 24162 TW', 'TW', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14716, '00dd02', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14717, '0021aa', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14718, '145412', 0, 'Entis Co, Ltd', '2-20-6, Hanaoka Bldg, 6F Tokyo 1030007 JP', 'JP', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14719, '00a0f4', 0, 'GE', 'W-657 WAUKESHA WI 53188 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14720, '0050c221e', 0, 'Applied Tech Associates', '3025 Buena Vista Drive Paso Robles CA 93446 US', 'US', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14721, '0050c29c4', 0, 'Vitelnet', '8201 Greensboro Dr. McLean VA 22102 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14722, '24ba30', 0, 'Technical Consumer Products, Inc', '325 Campus Drive Aurora OH 44202 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14723, 'eabea7', 0, 'Sonos, Inc', '614 Chapala St Santa Barbara CA 93101 US', 'US', 'CID', '2018-01-14', '2019-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14724, '0050c2366', 0, 'Vanguard Tech Corp', '5633 Paradise Blvd. NW Albuquerque NM 87114 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14725, '0019fd', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2006-11-29', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14726, 'bca4e1', 0, 'Nabto', 'Aabogade 15 Aarhus Jutland 8200 DK', 'DK', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14727, '001aa0', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2006-12-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14728, '082e5f', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-08-18', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14729, '60f3da', 0, 'Logic Way GmbH', 'Hagenower Str. 73 Schwerin Mecklenburg-West Pomerania 19061 DE', 'DE', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14730, '68f06d', 0, 'Along Industrial Co, Ltd', 'FLAT/RM,3 11/F, HUNG TO INDUSTRIAL BUILDING HONG KONG HK', 'HK', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14731, '3cf5cc', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14732, '28b4fb', 0, 'Sprocomm Tech Co, Ltd', '5D F1.6 Block,Tianfa Building,Tianan Chegongmiao Industrial park,Futian Dist shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14733, '009038', 0, 'Fountain Tech, Inc', '50 RANDOLPH ROAD SOMERSET NJ 08873 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14734, '000a64', 0, 'Eracom Tech', '28 Greg Chappell Drive Burleigh Heads Qld 4220 AU', 'AU', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14735, '00098b', 0, 'Entropic Communications, Inc', '9276 Scranton Rd #200 San Diego CA 92121 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14736, '3cdd89', 0, 'Somo Holdings & Tech Co, Ltd', '6, Mujeonggonddan-Gil Damyang-Gun Jellanam-Do 57360 KR', 'KR', 'MA-L', '2015-10-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14737, '001956', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14738, '002458', 0, 'PA Bastion CC', '97, liter K, Buddyonnovsky ave. Rostov-on-Don 344011 RU', 'RU', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14739, '3451aa', 0, 'Jid Global', '211, Biz Plus Suwon 2F Chungho Bldg, 17 363Road, Susung-ro SUWON Gyeonggi-do 440-846 KR', 'KR', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14740, '00601c', 0, 'Telxon Corp', '3330 W. MARKET STREET AKRON OH 44334-0582 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14741, '00086e', 0, 'Hyglo AB', 'Vastberga alle 60 SE', 'SE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14742, '001835', 0, 'Thoratec / Itc', '2656 Patton Road Roseville MN 55113 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14743, '001c59', 0, 'Devon IT', '1100 FIRST AVENUE KING OF PRUSSIA PA 19406 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14744, '70b3d52e7', 0, 'Atos spa', 'Via alla Piana 57 Sesto Calende Varese 21018 IT', 'IT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14745, '000728', 0, 'Neo Telecom', 'East Building 9F, 1T Songpa-gu, Seoul KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14746, '00126e', 0, 'Seidel Elektronik GmbH Nfg.KG', 'Frauentalerstrasse 100 Deutschlandsberg Steiermark 8530 AT', 'AT', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14747, '00261c', 0, 'Neovia Inc', '503 LOTTE IT CASTLE 1DONG,550-1 SEOUL 153-768 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14748, '48ed80', 0, 'daesung eltec', '#509 SJ Technoville, 60-19, Gasan-dong Seoul 153-769 KR', 'KR', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14749, 'e8d4e0', 0, 'Beijing Beny Wave Tech Co Ltd', 'No.55, Jiachuang Road, Taihu Town Beijing 101111 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14750, '502fa8', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14751, 'a86abb', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2020-02-08', '2020-02-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14752, '001727', 0, 'Thermo Ramsey Italia s.r.l.', 'Strada Rivoltana km 6/7 Rodano Milano 20090 IT', 'IT', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14753, '001816', 0, 'Ubixon Co, Ltd', 'Cheongdong Building 2F Seoul 137-070 KR', 'KR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14754, 'b009d3', 0, 'Avizia', '12018 Sunrise Valley Drive Reston VA 20191 US', 'US', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14755, '98f9c79', 0, 'Koala Tech Co, Ltd', 'Room 2004, Building A3, Dayuan International Center, High Tech Zone Chengdu Sichuan 610000 CN', 'CN', 'MA-M', '2018-08-20', '2018-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14756, '0050c2192', 0, 'Advanced Concepts, Inc', '158 W. Johnstown Rd. Gahanna Ohio 43230 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14757, '502df4', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14758, '70b3d5dfe', 0, 'microtec Sicherheitstechnik GmbH', 'Auf der Langwies 20 Hünstetten 65510 DE', 'DE', 'MA-S', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14759, '0c8126', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14760, '70b3d577d', 0, 'Apg Cash Drawer, Llc', '5250 Industrial Blvd NE Minneapolis MN 55421 US', 'US', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14761, '001ff1', 0, 'Paradox Hellas S.A.', '3 Korinthoy St Athens Attiki 14451 GR', 'GR', 'MA-L', '2008-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14762, '0050c2f08', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2011-12-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14763, '0050c2864', 0, 'Atg Automatisierungstechnik Gera GmbH', 'Keplerstr. 10-12 Gera Thuringia 07549 DE', 'DE', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14764, '80fa5b', 0, 'Clevo Co', 'NO. 129, XINGDE ROAD New TAIPEI CITY 241 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14765, '70b3d59db', 0, 'Cas Medical Systems, Inc', '44 East Industrial Road Branford CT 06405 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14766, '1c60de', 0, 'Mercury Communication Tech Co, Ltd', 'Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-07-23', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14767, 'c83a6b', 0, 'Roku, Inc', '150 Winchester Circle Los Gatos CA 95032 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14768, '8489ec2', 0, 'thousand star Tech Ltd', 'guan nan yuan 1 road dangdai optical valley dream workshop wuhan hubei 430070 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14769, '000ce9', 0, 'Bloomberg L.P.', '731 Lexington Ave NEW YORK NEW YORK 10022 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14770, '001dc8', 0, 'Navionics Research Inc, dba SCADAmetrics', '1133 Pond Road Wildwood Missouri 63038 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14771, 'ac162d', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2012-01-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14772, '002518', 0, 'Power Plus Communications AG', 'Am Exerzierplatz 2 Mannheim Baden Wuerttemberg 68167 DE', 'DE', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14773, '042605', 0, 'Gfr Gesellschaft für Regelungstechnik und Energieeinsparung mbH', 'Kapellenweg 42 Verl 33415 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14774, '70b3d54b3', 0, 'Bacsoft', 'Hazarhan 13 Kiryat Gat 8258112 IL', 'IL', 'MA-S', '2018-08-20', '2018-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14775, '8cfd18', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14776, '0060bf', 0, 'Macraigor Systems, Inc', 'PO BOX 1008 BROOKLINE VILLAGE MA 02147 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14777, '506184', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2014-01-12', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14778, '949bfd', 0, 'Trans New Tech, Inc', 'KY Bldg. 8F, 5-14-4 Nishinippori Arakawa Tokyo 116-0013 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14779, '907eba', 0, 'Utek Tech (Shenzhen) Co, Ltd', '6F, C Building JiaAn Industrial Zone, 72# district of Baoan, ShenZhen, China SHENZHEN Guangdong Province 518101 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14780, 'd0c8574', 0, 'Imin Tech Pte Ltd', '77 Sciene park Drive #03-10 Cintech III Singapore Singapore 118256 SG', 'SG', 'MA-M', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14781, '30e98e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14782, '00069a', 0, 'e & Tel', '100 Sejong-no Chongno-gu, KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14783, '90513f', 0, 'Elettronica Santerno SpA', 'Via della Concia 7 Castel Guelfo (BO) 40026 IT', 'IT', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14784, '00139f', 0, 'Electronics Design Services, Co, Ltd', '5-10-20 Tokumaru Itabashi-ku Tokyo 175-0083 JP', 'JP', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14785, '001705', 0, 'Methode Electronics', '7401 W. Wilson Chicago IL 60706 US', 'US', 'MA-L', '2006-01-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14786, '0050c2701', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14787, 'ecf00e', 0, 'AboCom', '1F , No. 21, Yanfa 2nd Rd., SBIP Hsinchu City 300 886 TW', 'TW', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14788, 'f82fa8', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14789, '40d855109', 0, 'Rosslare Enterprises Ltd', 'Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK', 'HK', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14790, '00e00b', 0, 'Rooftop Communications Corp', '468 PACO DRIVE LOS ALTOS CA 94024 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14791, '00e038', 0, 'Proxima Corp', '9440 CARROLL PARK DRIVE SAN DIEGO CA 92121-2298 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14792, '0030d1', 0, 'Inova Corp', '110 AVON STREET CHARLOTTESVILE VA 22902 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14793, 'd842ac', 0, 'Shanghai Feixun Communication Co, Ltd', 'Building 90, No. 4855, Guangfulin Road, Songjiang District Shanghai 201616 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14794, '0050c2f44', 0, 'Steinbichler Optotechnik GmbH', 'Georg-Wiesboeck-Ring 12 Neubeuern Bavaria 83115 DE', 'DE', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14795, '70b3d55e6', 0, 'Mechatronics Systems Private Ltd', 'S No. 107, Warje, Mechatronics House, Off Mumbai Bangalore Bypass Highway, Near Rosary School, Pune Maharashtra 411058 IN', 'IN', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14796, '00bf77', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14797, '70441c', 0, 'Shenzhen Kaifa Tech Co, Ltd', '7006 Caitian Rd., Futian Dist. Shen Zhen Guang Dong 518035 CN', 'CN', 'MA-L', '2019-06-05', '2019-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14798, '00209c', 0, 'Primary Access Corp', '10080 CARROLL CANYON RD SAN DIEGO CA 92131 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14799, '0002d6', 0, 'Nice Systems', '8 Hapnina St., POB 690 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14800, '0009d5', 0, 'Signal Communication, Inc', '100 Wood Ave South Iselin NJ 08830 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14801, '14feaf', 0, 'Sagittar Ltd', '2-102, BLD34, BAIWANGMOLIYUAN BEIJING 100094 CN', 'CN', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14802, 'f0bf97', 0, 'Sony Corp', 'Gotenyama Tec 5-1-2 Tokyo Shinagawa-ku 141-0001 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14803, '9cb793', 0, 'Creatcomm Tech Inc', 'Rm 619, Buld A, Modern Plaza Kunshan Jiangsu 201203 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14804, '4ccc6a', 0, 'Micro-Star Int\'L Co, Ltd', 'No.69, Lide St., New Taipei City Taiwan 235 TW', 'TW', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14805, 'a019b26', 0, 'GfG mbH', 'Kloennestrasse 99 Dortmund 44143 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14806, '00a0d6', 0, 'Sbe, Inc', '4000 Executive Parkway San Ramon CA 94583 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14807, '0080c0', 0, 'Penril Datacomm', '1300 QUINCE ORCHARD BLVD. GAITHERSBURG MD 20878 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14808, 'ec97b2', 0, 'Sumec Machinery & Electric Co, Ltd', '198# ChangJiang Road, XuanWu District, 17F, SUMEC Building Nanjing JiangSu 210018 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14809, '00140b', 0, 'First International Computer, Inc', 'FIC BUILDING, NO.300, YANG GUANG ST., TAIPEI COUNTY 114 TW', 'TW', 'MA-L', '2005-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14810, '40d855168', 0, 'Opasca Systems GmbH', 'Julius-Hatry-Str. 1 Mannheim 68163 DE', 'DE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14811, '0002dd', 0, 'Bromax Communications, Ltd', 'No. 20 Kuang Fu Road, Hsin Chu 303 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14812, '0050c21ff', 0, 'Product Design Dept., Sohwa Corp', 'Shinyokohama Tobu AK Bldg. Yokohama Kanagawa 222-0033 JP', 'JP', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14813, 'f8dfe1', 0, 'MyLight Systems', '290 rue Ferdinand Perrier Saint Priest 69800 FR', 'FR', 'MA-L', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14814, '0001fc', 0, 'Keyence Corp', '1-3-14, Higashi-Nakajima, JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14815, '0050c2bcd', 0, 'Highlight Parking Systems Ltd', '14 Ullathorne Road London SW16 1SN GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14816, '0016d8', 0, 'Senea AB', 'Företagsallen 12 Åkersberga 18484 SE', 'SE', 'MA-L', '2005-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14817, 'cc61e5', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14818, '00e0e8', 0, 'Gretacoder Data Systems AG', 'ALTHARDSTRASSE 150 CH-8105 REGENSDORF CH', 'CH', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14819, '000d1b', 0, 'Kyoto Electronics Manufacturing Co, Ltd', '56-2, Ninodan-cho, Shinden, Kyoto-City Kyoto Prefecture 601-8317 JP', 'JP', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14820, '0013ff', 0, 'Dage-Mti of MC, Inc', '701 N. Roeske Ave. Michigan City IN 46360 US', 'US', 'MA-L', '2005-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14821, '00191e', 0, 'Beyondwiz Co, Ltd', '3F, Daechang Bldg., Sungnam Kyungki-do 463-825 KR', 'KR', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14822, '001b46', 0, 'Blueone Tech Co, Ltd', 'Room 309,3 Floor, 404 Building, ShangBu industrial Shenzhen Guangdong 518028 CN', 'CN', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14823, '1c52d6', 0, 'Flat Display Tech Corp', 'No.85, Sec. 1, Fuxing Rd., South Dist Taichung 402 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14824, '34cd6d', 0, 'CommSky Tech', '4655 Old Ironsides Dr Santa Clara CA 95054 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14825, '78d162', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14826, '004087', 0, 'Ubitrex Corp', '19TH FLOOR, 155 CARLTON STREET CANADA R3C 3H8 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14827, '004062', 0, 'E-Systems, Inc/Garland Div.', 'P.O. BOX 660023 DALLAS TX 75266-0023 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14828, '001131', 0, 'Unatech. Co, Ltd', 'A-727 ,GEOPYUNG TOWN,203-1 KANGNAM-GU SEOUL 135-010 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14829, '0050c2bb4', 0, 'Jsc Electrical Equipment Factory', 'Otradnaya str, 6 Moscow 129626 RU', 'RU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14830, '7c94b2', 0, 'Philips Healthcare Pcci', '2271 Cosmos Ct Carlsbad CA 92011 US', 'US', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14831, 'c025e9', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14832, '0003df', 0, 'Desana Systems', '1805 McCandless Ave. Milpitas CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14833, '000db4', 0, 'Stormshield', '2-10 rue Marceau ISSY LES MOULINEAUX 92130 FR', 'FR', 'MA-L', '2003-06-30', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14834, 'd06f4a', 0, 'Topwell International Holdings Ltd', 'Unit 2506, 25/F, Prosperity Place, Hong Kong N/A N/A CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14835, 'f013c3', 0, 'Shenzhen Fenda Tech Co, Ltd', 'Fenda Hi-Tech Park, Zhoushi Road, Shiyan, Baoan ShenZhen GuangDong 518108 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14836, '446d6c', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-08-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14837, 'a861aa', 0, 'Cloudview Ltd', 'Kingsway House St Peter Port Guernsey GY1 2QE GB', 'GB', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14838, '70b3d503f', 0, 'Elesar Ltd', 'Future Business Centre Cambridge Cambridgeshire CB4 2HY GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14839, 'c8bbd3', 0, 'Embrane', '2350 Mission College Blvd., Ste 703 Santa Clara CA 95054 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14840, '887873', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14841, '04714b5', 0, 'Bureau Electronique Appliquee', 'Allee des Noisetiers, 5 ANGLEUR LIEGE 4031 BE', 'BE', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14842, '2c9eec', 0, 'Jabil Circuit Penang', 'Plot 56 , Hilir Sungai Keluang 1, Bayan Lepas Industrial Park, Phase 4 George Town Penang 11900 MY', 'MY', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14843, '0008dd', 0, 'Telena Communications, Inc', '6725 Mesa Ridge Road San Diego CA 92121 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14844, '18d071', 0, 'Dasan Co, Ltd', 'DASAN Tower 7F, 49 Daewangpangyo-ro644beon-gil Seongnam-si Gyeonggi-do 463-760 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14845, '0050c2d6c', 0, 'Alpha Corp', 'Product Development Department, Housing Hardware Devision Yokohama Kanagawa 236-0004 JP', 'JP', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14846, 'e42d02', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2013-06-20', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14847, '00120c', 0, 'CE-Infosys Pte Ltd', '390 Havelock Road 169662 SG', 'SG', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14848, '0050c26c6', 0, 'MedAvant Healthcare', '2533 Centennial Blvd., Suite B Jeffersonville IN 47130 US', 'US', 'IAB', '2007-01-06', '2017-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14849, '000ef7', 0, 'Vulcan Portals Inc', '505 5th Ave South, Suite 900 Seattle WA 98104 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14850, '80d09b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-09-21', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14851, '00a08c', 0, 'MultiMedia LANs, Inc', '5600 EXECUTIVE CENTER DRIVE CHARLOTTE NC 28212 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14852, '009042', 0, 'Eccs, Inc', 'ONE SHEILA DRIVE TINTON FALLS NJ 07724 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14853, '0017bc', 0, 'Touchtunes Music Corp', '3 Place du Commerce Montréal Québec H3E 1H7 CA', 'CA', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14854, 'dcd2fc', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14855, 'f097e5', 0, 'Tamio, Inc', '12F-2, No.33, Sec. 1 , Mingsheng Rd.,Banqiao Dist New Taipei City 22069 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14856, '94a40c', 0, 'Diehl Metering GmbH', 'Industriestrasse 13 Ansbach 91522 DE', 'DE', 'MA-L', '2018-09-07', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14857, '006033', 0, 'Acuity Imaging, Inc', '9 TOWNSEND WEST NASHUA NH 03063 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14858, '000ee6', 0, 'Adimos Systems Ltd', '17 Atirey-Yeda Street Kfar-Saba 44643 IL', 'IL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14859, '0050c285e', 0, 'Radiometer Medical ApS', 'Aakandevej 21 Broenshoej Copenhagen 2700 DK', 'DK', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14860, 'a0ef84', 0, 'Seine Image Int\'l Co, Ltd', '6F,4Building, NO.63,Mingz North Road ZhuHai 519075 CN', 'CN', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14861, '70b3d5a43', 0, 'Oledcomm', '10-12 avenue de l\'Europe Vélizy Villacoublay Ile de France 78140 FR', 'FR', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14862, '4cbc987', 0, 'Voegtlin Instruments GmbH', 'Langenhagstrasse 1 Aesch CH-4147 CH', 'CH', 'MA-M', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14863, '000fb0', 0, 'Compal Electronics Inc', 'No.8 , Nandong Road , PingZhen Dist. Taoyuan Taiwan 32455 TW', 'TW', 'MA-L', '2004-04-03', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14864, '0050c25a7', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14865, 'd4c9ef', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-03-10', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14866, 'a49bf5', 0, 'Hybridserver Tec GmbH', 'Gutenbergring 26a Norderstedt Schleswig-Holstein 22848 DE', 'DE', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14867, '70b3d5576', 0, 'Shandong Hospot Iot Tech Co, Ltd', 'No.96 Road Fuyang Rizhao Shandong 276800 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14868, '0050c2731', 0, 'Spirent Communications', '541 Industrial Way West Eatontown New Jersey 07724 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14869, '0050c2ac0', 0, 'DS Pro Audio Ltda', 'Rua Washington Luiz 675 sala 1116 Porto Alegre RS 90.010-460 BR', 'BR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14870, '002499', 0, 'Aquila Tech', '8429A Washington Place NE Albuquerque NM 87113 US', 'US', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14871, '04d6aa', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2017-06-13', '2017-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14872, '9c431e1', 0, 'Symfun Telecom Ltd', 'Floor 4 Building 11 Xi Qi Dian Jia Yuan Beijing 100083 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14873, '700433', 0, 'California Things Inc', '650 main st redwood city CA 94063 US', 'US', 'MA-L', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14874, '000342', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2000-11-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14875, '0011e3', 0, 'Thomson Inc', '101 West 103rd Street Indianapolis IN 46290 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14876, '000e16', 0, 'SouthWing S.L.', 'C/Avila, 48-50 Barcelona 08005 ES', 'ES', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14877, '70b3d53d4', 0, 'Sanmina Israel', 'Koren Industrial Zone , POBox 102 Maalot Israel 2101002 IL', 'IL', 'MA-S', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14878, '003047', 0, 'Nissei Electric Co, Ltd', '32 MIYAWAKE, SHIMONOISHIKI-CHO JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14879, '0050c200c', 0, 'Vbrick Systems Inc', '101 N. Plains Industrial Rd. Wallingford CT 06492 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14880, '70b3d56ea', 0, 'Edgeware AB', 'Master Samuelsgatan 42 Stockholm 11157 SE', 'SE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14881, 'b43a28', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14882, '70b3d50fe', 0, 'Vocality International Ltd', 'Lydling Barn Shackleford Surrey GU8 6AP GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14883, '0050c2227', 0, 'Intelligent Photonics Control', '200-350 Palladium Rd Kanata On K2V 1A8 CA', 'CA', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14884, '0050c2d37', 0, 'Ljt & Associates, Inc', '9881 Brokenland Pkwy, Suite 400 Columbia MD 21046 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14885, 'f82285', 0, 'Cypress Tech Co, Ltd', '6F-5, NO., 130 Jiankang Rd., Zhonghe Dist. New Taipei City 23585 TW', 'TW', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14886, '0050c2fce', 0, 'Koyo Electric', '2-11-7 Hacchobori Chuo-ku TOKYO 104-0032 JP', 'JP', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14887, '70b3d5c03', 0, 'XAVi Tech Corp', '9F., No129, Xingde RD.,Sanchong Dist., New Taipei Taiwan 24158 TW', 'TW', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14888, 'e811ca', 0, 'Shandong Kaer Electric.Co, Ltd', 'No.58, Dalian Road, Weihai, 264209 Shandong Province, P.R.China Weihai Shandong 264209 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14889, '00401c', 0, 'Ast Research, Inc', 'MS 2-78 IRVINE CA 92618 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14890, '00d0c1', 0, 'Harmonic Data Systems, Ltd', '10 BEIT SHAMAI STREET ISRAEL 67018 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14891, 'e8acad', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14892, '70b3d593a', 0, 'Braemar Manufacturing, Llc', '1285 Corporate Center Drive Suite 150 Eagan MN 55121 US', 'US', 'MA-S', '2019-11-09', '2019-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14893, 'a42655', 0, 'Lti Motion (Shanghai) Co, Ltd', 'NO.80, Lane 2927, LaiYang Road Pudong New District Shanghai Shanghai 200137 CN', 'CN', 'MA-L', '2018-07-30', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14894, '700b4f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-08-07', '2018-08-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14895, '0050c2cc0', 0, 'World Time Solutions Ltd', '6 Clinton Crescent Aylesbury Buckinghamshire HP21 7JW GB', 'GB', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14896, '40d85501c', 0, 'Berg Cloud Ltd', 'Epworth House London EC1Y 1AA GB', 'GB', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14897, '0050c2603', 0, 'Cerus Corp', '2411 Stanwell Dr Concord CA 94520 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14898, '348302', 0, 'iFORCOM Co, Ltd', '1326 Sagamihara Kanagawa 252-0157 JP', 'JP', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14899, 'c8478c', 0, 'Beken Corp', 'Building 41, Capital of Tech Leaders, 1387 Zhangdong Road, Zhangjiang High-Tech Park, Pudong New District Shanghai 201203 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14900, '601d91', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14901, '70b3d5ded', 0, 'Simpulse', '7 rue de la croix Martre Palaiseau 91120 FR', 'FR', 'MA-S', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14902, '649c8e', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-02-21', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14903, '008b43', 0, 'Rftech', 'Cheoin-gu Yongin Gyeonggi 449-871 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14904, '001cb6', 0, 'Duzon Cnt Co, Ltd', '14th Floor, IRE building 2 Seoul 150-967 KR', 'KR', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14905, '0022b2', 0, '4rf Communications Ltd', '26 Glover Street Ngauranga Wellington 6031 NZ', 'NZ', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14906, '0050c2912', 0, 'Asset InterTech, Inc', '2201 N. Central Expressway Richardson TX 75080 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14907, 'a4580f8', 0, 'Air Liquide Medical Systems', '', '', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14908, '0081f9', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14909, '0001b1', 0, 'General Bandwidth', '12303-B Technology Blvd. Austin TX 78727 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14910, '001042', 0, 'Alacritech, Inc', '1995 N. First Street San Jose CA 95112 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14911, 'b07fb9', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-12-11', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14912, '08ed02c', 0, 'Guard Rfid Solutions', '#140-766 Cliveden Place Delta BC V3M6C7 CA', 'CA', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14913, '78923e', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14914, '789684', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-04-02', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14915, '00d022', 0, 'Incredible Tech, Inc', '1600 HICKS ROAD ROLLING MEADOWS IL 60008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14916, '90d7eb', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-11-24', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14917, '0009e7', 0, 'Adc Techonology', 'Sakae Members Office Bld. 4-16-8, Sakae, Nagoya Aichi 4600008 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14918, 'f4d9fb', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3dong, Yeongtong-gu, Suwon Gyeonggi-do 443-742 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14919, '4cf2bf', 0, 'Cambridge Industries(Group) Co, Ltd', '22 Floor,Qilai Tower;889 Yishan Road Shanghai 200233 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14920, 'ac9e17', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2014-09-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14921, '844bb7', 0, 'Beijing Sankuai Online Tech Co, Ltd', 'Block F&G, Wangjing International R & D Park, Chaoyang District BEIJING 100102 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14922, 'a46c2a', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14923, '00a0c5', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '1980-01-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14924, '00088b', 0, 'Tropic Networks Inc', '135 Micheal Cowpland Drive Ottawa Ontario K2M2E9 CA', 'CA', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14925, 'c4954d4', 0, 'GL Solutions Inc', '16-3 Kuramae 4-chome Taito-ku Tokyo 111-0051 JP', 'JP', 'MA-M', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14926, 'e8fd90', 0, 'Turbostor', '47800 Westinghouse Drive Fremont CA 94539 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14927, 'ac7409', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14928, '3c6a2cc', 0, 'Eltov System', '#1309 Gyeonggi Venture Yeonsung Univ Center. 111, Anyang-ro, Manan-gu, Anyang-si 14093 KR', 'KR', 'MA-M', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14929, '0050c259e', 0, 'Legerity', '4509 Freidrich Lane Austin TX 78744 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14930, '78d8004', 0, 'CS Instruments GmbH', 'Zindelsteiner Straße 15 VS-Tannheim 78052 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14931, 'd05162', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2013-01-09', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14932, 'fcbc9c', 0, 'Vimar Spa', 'Viale Vicenza 14 Marostica Vicenza 36063 IT', 'IT', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14933, 'd0c857e', 0, 'E-T-A Elektrotechnische Apparate GmbH', 'Industriestr. 2-8 Altdorf 90518 DE', 'DE', 'MA-M', '2019-03-27', '2019-03-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14934, '0000c8', 0, 'Altos Computer Systems', '2641 ORCHARD PARKWAY SAN JOSE CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14935, '005027', 0, 'Genicom Corp', '900 CLOPPER ROAD - STE. #110 GAITHERSBURG MD 20878 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14936, '0050c2e58', 0, 'Agri-hitech Llc', '599-20 Kawagoe Saitama 3501101 JP', 'JP', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14937, '54c415', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.469,Jianghui Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14938, '402b50', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14939, '0021f4', 0, 'INRange Systems, Inc', '3316 5th Avenue, Suite 100 Altoona PA 16602 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14940, 'd8c99d', 0, 'EA Display Ltd', '22/F DELTA HOUSE 3 ON YIU ST SHATIN NT HK', 'HK', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14941, '0050c2ebb', 0, 'Time Terminal Adductor Group AB', 'Hammarbacken 4 A Sollentuna SE-19149 SE', 'SE', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14942, 'ec1f72', 0, 'Samsung Electro-Mechanics(Thailand)', '93 Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2015-04-25', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14943, '44cd0e', 0, 'Flextronics Manufacturing(Zhuhai)Co, Ltd', 'Xin Qing Science & Technology Industrial Park,Jin An Town,Doumen ,Zhuhai,Guangdong,PRC Zhuhai Guangdong 519180 CN', 'CN', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14944, '70b3d5878', 0, 'Package Guard, Inc', '2819 33rd ave so seattle WA 98144 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14945, '4cd98f', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14946, '080008', 0, 'Bolt Beranek And Newman Inc', '70 FAWCETT STREET CAMBRIDGE MA 02138 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14947, '00054a', 0, 'Ario Data Networks, Inc', '2890 Zanker Road, Suite 203 San Jose CA 95134 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14948, '70f176', 0, 'Data Modul AG', 'Landsberger Str. 322 Munich Bavaria 80687 DE', 'DE', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14949, '70b3d57be', 0, 'Phytron GmbH', 'Industriestr. 12 Groebenzell Bayern 82194 DE', 'DE', 'MA-S', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14950, 'bc1ae4', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14951, '000a02', 0, 'Annso Co, Ltd', '5F, No. 100, Min-Chuan Road, Shing-Tien Shing-Tien City Taipei Hsien Taiwan 221 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14952, '00117c', 0, 'e-zy.net', 'Smirnis 14 Veria Imathia 59100 GR', 'GR', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14953, '3c02b1', 0, 'Creation Tech LP', '3939 North Fraser Way Burnaby BC V5J 5J2 CA', 'CA', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14954, '84e0f4c', 0, 'Aimtron Corp', '555 S VERMONT ST PALATINE IL 60067 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14955, '70b3d56b8', 0, 'Bt9', 'Dolev 33 Tefen 2495900 IL', 'IL', 'MA-S', '2018-07-10', '2018-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14956, '000dbd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14957, '0050c2c13', 0, 'Dantec Dynamics A/S', 'Tonsbakken 16-18 Skovlunde 2740 DK', 'DK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14958, '001bc506a', 0, 'Ist GmbH', 'Peter-Henlein-Str. 11 Guenzburg 86312 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14959, 'b0b3534', 0, 'Innotas Elektronik GmbH', 'Rathenaustr. 18a Zittau D-02763 DE', 'DE', 'MA-M', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14960, '000667', 0, 'Tripp Lite', '1111 W. 35th Street Chicago IL 60609 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14961, '002242', 0, 'Alacron Inc', '71 Spit Brook Rd. Nashua NH 03060 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14962, '0050c27ab', 0, 'General Microsystems Sdn Bhd', '3-17, Jalan USJ 7/3B UEP Subang Jaya Selangor D. E. 47610 MY', 'MY', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14963, '0050c2d5d', 0, 'Globalcom Engineering Srl', 'Via Volta 9 MORNAGO VA 21020 IT', 'IT', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14964, 'e42c56', 0, 'Lilee Systems, Ltd', '2905 Stender Way, Suite 78 Santa Clara CA 95054 US', 'US', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14965, '70b3d580b', 0, 'Fischer Block, Inc', '21 S High St West Chester PA 19382 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14966, '006002', 0, 'Screen Subtitling Systems, Ltd', 'THE OLD RECTORY CLAYDON IPSWICH IP6 OEQ GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14967, '00154f', 0, 'one RF Tech', '1360 Route des Dolines Valbonne Sophia-Antipolis PACA 06560 FR', 'FR', 'MA-L', '2005-07-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14968, '0ceee6', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14969, '00c14f', 0, 'Ddl Co,.Ltd', '6F AFT BLDG. SAPPORO HOKKAIDO 060-0035 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14970, '848433', 0, 'Paradox Engineering SA', 'Via Passeggiata, 7 Novazzano Ticino 6883 CH', 'CH', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14971, '5cf7c3', 0, 'Syntech (HK) Tech Ltd', 'Unit No. 1, 12/F., Perfect Industrial Building , Kowloon, Hong Kong 999077 HK', 'HK', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14972, '70b3d5a28', 0, 'Peek Traffic', '5401 N SAM HOUSTON PKWY W HOUSTON null 77086 US', 'US', 'MA-S', '2017-08-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14973, 'b42ef8', 0, 'Eline Tech CoLtd', 'kangcheng Road, Pharmaceutical Industrical Park, Yuanzhou District Yichun Jiangxi 336000 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14974, '00001a', 0, 'Advanced Micro Devices', 'P.O. BOX 3453 SUNNYVALE CA 94088 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14975, '000cfd', 0, 'Hyundai ImageQuest Co, Ltd', 'San 136-1, Ami-ri, Bubal-eub Ichon-si Kyoung ki-do 467-701 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14976, '84d9c8', 0, 'Unipattern Co,', '16F., No.30., Beiping E. Rd., Zhongzheng Dist., Taipei 100 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14977, 'd47856', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2015-09-27', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14978, '487ada', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14979, 'b07e11', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14980, '0050c22d8', 0, 'Syn-Tech Systems Inc', 'PO BOX 5258 TALLAHASSEE FLORIDA 32314 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14981, '0050c2735', 0, 'Ant Lamp, Inc', '16420 SE McGillivray Vancouver WA 98683-3461 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14982, '70b3d54cd', 0, 'Power Electronics Espana, S.L.', 'C/ Leonardo Da Vinci, 24-26 Paterna Valencia 46980 ES', 'ES', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14983, 'cc79cf', 0, 'Shenzhen RF-Link Tech Co, Ltd', 'Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District,Shenzhen,P.R.C ShenZhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-09-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14984, '602ad0', 0, 'Cisco Spvtg', '5030 Sugarloaf Pkwy Lawrenceville GA 30044 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14985, '0c2026', 0, 'noax Tech AG', 'Am Forst 6 Ebersberg 85560 DE', 'DE', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14986, 'd4cf37', 0, 'Symbolic IO', '101 Crawfords Corner Rd. Holmdel NJ 07733 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14987, '5c546d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14988, '70f82b', 0, 'DWnet Tech(Suzhou) Corp', 'No.8,Tangzhuang Road, Suzhou Industrial Park, Jiangsu, China Suzhou 21500 CN', 'CN', 'MA-L', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14989, '0cdfa4', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-07-09', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14990, '70b3d57a9', 0, 'adidas AG', 'Adi-Dassler-Strasse 1 Herzogenaurach Bayern 91074 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14991, 'f04a2b', 0, 'Pyramid Computer GmbH', 'Boetzinger Strasse 60 Freiburg BW 79111 DE', 'DE', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14992, '3428f0', 0, 'Atn International Ltd', '4210, Office Tower, Convention Plaza Hong Kong Hong Kong 00000 HK', 'HK', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14993, '5061f6', 0, 'Universal Electronics, Inc', '201 E. Sandpointe Ave Santa Ana CA 92707 US', 'US', 'MA-L', '2020-02-05', '2020-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14994, '00161d', 0, 'Innovative Wireless Tech, Inc', '1047 Vista Park Dr. Forest VA 24551 US', 'US', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14995, '00174c', 0, 'Millipore', '1, rue Jacques Monod Guyancourt 78280 FR', 'FR', 'MA-L', '2006-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14996, '00235b', 0, 'Gulfstream', '32 Lummus Drive Savannah GA 31407 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14997, '70b3d552a', 0, 'Dataflex International BV', 'van Nassauweg 2-6 Krimpen aan den IJssel Zuid-Holland 2921 LX NL', 'NL', 'MA-S', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14998, '0050c2505', 0, 'Computerwise, Inc', '302 N. Winchester Olathe KS 66062 US', 'US', 'IAB', '2005-09-03', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(14999, '0050c2599', 0, 'Fen Tech Ltd', '4 Oakington Business Park Oakington Cambridge CB24 3DQ GB', 'GB', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15000, '40f385c', 0, 'Clixxo Broadband Private Ltd', 'Suite # 10, 3rd Floor, Tower 2, Stellar IT Park, C-25, Sector 62 Noida Uttar Pradesh 201301 IN', 'IN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15001, '70b3d583a', 0, 'Emdep Centro Tecnologico Mexico', 'Circuito Corral de Piedras #36, Polígono Empresarial San Miguel San Miguel de Allende Guanajuato 37880 MX', 'MX', 'MA-S', '2019-03-08', '2019-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15002, '40d85516a', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15003, '0084ed', 1, 'Private', '', '', 'MA-L', '2015-07-23', '2015-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15004, '0050c29f8', 0, 'Austco Communication Systems Pty, Ltd', '40 O\'Malley Street Osborne Park Western Australia 6017 AU', 'AU', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15005, 'f8ff5f', 0, 'Shenzhen Communication Tech Co, Ltd', '2F,6 Block, Kupai inforport,No.2 Mengxi Street,(North)High-tech Industrial Park, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15006, '001945', 0, 'RF COncepts, Llc', '1148 Wagner Drive Sevierville TN 37862 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15007, '0050c27de', 0, 'Cascade Tech Ltd', 'Unit A Logie Court Stirling Stirlingshire FK9 4NF GB', 'GB', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15008, '70b3d547e', 0, 'Fiber Optika Tech Pvt. Ltd', '#38, 22nd Main, 14th Cross, Padmanabhanagar Bangalore Karnataka 560070 IN', 'IN', 'MA-S', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15009, '00031f', 0, 'Condev Ltd', '200-1626 West 2nd Ave. CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15010, '54847b', 0, 'Digital Devices GmbH', 'Moewestr 45 A Muenchen 81827 DE', 'DE', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15011, '984fee', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15012, '70b3d5187', 0, 'Elektronik & Präzisionsbau Saalfeld GmbH', 'Remschützer Straße 1 Saalfeld Thüringen 07318 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15013, '70af6a', 0, 'Shenzhen Fenglian Tech Co, Ltd', 'ORIENTAL CYBERPORT, HIGHTECH 6 ROAD SHENZHEN GUANGDONG 518057 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15014, 'f83f51', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2016-08-26', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15015, '70b3d5a1f', 0, 'GlobalTest Llc', 'Pavlika Morozova 6 Sarov Nizhnij Novgorod 607185 RU', 'RU', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15016, '00065c', 0, 'Malachite Tech, Inc', '195 New Hampshire Avenue Portsmouth NH 03801 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15017, '0050c2500', 0, 'Orenco Systems, Inc', '814 Airway Ave. Sutherlin OR 97479 US', 'US', 'IAB', '2005-09-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15018, '0050c2eda', 0, 'Joint Stock Co Svyaz Inginiring M', '42, Varshavskoye Shosse, Moscow region 115230 RU', 'RU', 'IAB', '2011-11-26', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15019, 'a0dc04', 0, 'Becker-Antriebe GmbH', 'Friedrich-Ebert-Straße 2 - 4 35764 Sinn Hessen DE811177977 DE', 'DE', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15020, '7c0507', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2013-03-10', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15021, 'd41090', 0, 'iNFORM Systems AG', 'Europastrasse 15 Glattbrugg 8152 CH', 'CH', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15022, '70b3d5e2c', 0, 'Fourth Frontier Tech Private Ltd', '91 Bhuvaneshwari Nagar, CV Raman Nagar Post Bangalore Karnataka 560093 IN', 'IN', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15023, 'a06610', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2017-12-11', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15024, '000fe3', 0, 'Damm Cellular Systems A/S', 'Moellegade 68 Soenderborg DK-6400 DK', 'DK', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15025, '00222d', 0, 'Smc Networks, Inc', '20 Mason Irvine CA 92618 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15026, '3c6a2ca', 0, 'Metro', '189 rue de la Jonchere Boege 74420 FR', 'FR', 'MA-M', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15027, '000d5d', 0, 'Raritan Computer, Inc', '400 Cottontail Lane Somerset NJ 08873 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15028, 'cc22371', 0, 'Terma Sp. z o.o.', 'Czaple 100 Gdańsk Pomorskie 80-298 PL', 'PL', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15029, '483d32', 0, 'Syscor Controls & Automation', '201-60 Bastion Sq Victoria BC V8W 1J2 CA', 'CA', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15030, '3cbee1', 0, 'Nikon Corp', 'Shinagawa Intercity Tower C, 2-15-3, Konan Minato-ku Tokyo 108-6290 JP', 'JP', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15031, 'e4beed', 0, 'Netcore Tech Inc', 'ORIENTAL CYBERPORT,HIGHTECH 6 ROAD Shenzhen 518057 CN', 'CN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15032, '58c6f0', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-09-27', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15033, '200a0d8', 0, 'bcheck NV', 'Livornostraat 66/12 Brussels Brussels 1000 BE', 'BE', 'MA-M', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15034, '0050c25ca', 0, 'Buyang Electronics Industrial Co, Ltd', '434-140 Oryu-Dong Incheon 404-300 KR', 'KR', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15035, '0050c2618', 0, 'Intergrated Security Mfg. Ltd', '25-29 The Bell Centre Crawley West Sussex RH10 9FZ GB', 'GB', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15036, 'c0f8da', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2011-03-17', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15037, '580528', 0, 'Labris Networks', 'Silikon Blok 1 NK 24 Teknokent ANKARA AN 06540 TR', 'TR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15038, '00138d', 0, 'Kinghold', '11F, No. 965, Jungjeng Rd. Junghe Taipei 235 TW', 'TW', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15039, '0050c2611', 0, 'Brookhaven National Laboratory', 'Bldg 911B Upton NY 11973 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15040, '0050c28a7', 0, 'Pixeye Ltd', '#75 Dondukov blvd. Sofia 1504 BG', 'BG', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15041, '0003ee', 0, 'MKNet Corp', '711-B Charcot Ave. San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15042, '0050c21a7', 0, 'Alpha Beta Tech, Inc', '3112 12th Ave. S.W. Huntsville AL 35805 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15043, '001e8e', 0, 'Hunkeler AG', 'Bahnhofstrasse 31 Wikon CH 4806 CH', 'CH', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15044, '001f19', 0, 'Ben-RI Electronica S.A.', 'POL. IND. VENTORRO DEL CANO ALCORCON MADRID 28925 ES', 'ES', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15045, '1c5a3e', 0, 'Samsung Electronics Co, Ltd', '416, Maetan 3dong, Yeongtong-Gu Suwon 443742 US', 'US', 'MA-L', '2013-01-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15046, 'a8bb50', 0, 'WiZ IoT Co Ltd', '148 Electric Road Hong Kong 0000 HK', 'HK', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15047, 'e4b005', 0, 'Beijing Iqiyi Science & Tech Co, Ltd', 'Room 1101, Floor 11, Capital Development Tower, No.2 Haidian North 1st Street,Haidian District, Beijing 100080 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15048, '20da22', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-01-19', '2019-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15049, '0010ef', 0, 'Dbtel Inc', 'NO.29 TZU-CHIANG ST., TU-CHENG TAIPEI TW', 'TW', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15050, '000f79', 0, 'Bluetooth Interest Group Inc', '4F, No. 9, Alley 2, Lane 35, Ji-Hu Rd. Taipei 114 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15051, '40d85509a', 0, 'CoherentPlus Sdn Bhd', 'B-8-9, Megan Avenue 2 Kuala Lumpur Kuala Lumpur 50450 MY', 'MY', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15052, '70b3d58c4', 0, 'Ape GmbH', 'Plauener Str. 163-165, Haus N Berlin 13053 DE', 'DE', 'MA-S', '2019-03-04', '2019-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15053, '1c919d', 0, 'Dongguan Liesheng Electronic CoLtd', 'F5, Building B, North Block, Gaosheng Tech Park, No. 84 Zhongli Road, Nancheng District, Dongguan Ci dongguan guangdong 523000 CN', 'CN', 'MA-L', '2019-11-20', '2019-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15054, '080074', 0, 'Casio Computer Co Ltd', '3-2-1 SAKAE-CHO 190-11 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15055, '0050c29de', 0, 'Chauvin Arnoux', 'la queue Devée REUX PONT L\'EVEQUE 14130 FR', 'FR', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15056, '001846', 0, 'Crypto S.A.', 'V. Ipirou 45 Marousi Athens 15125 GR', 'GR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15057, '0050c2814', 0, 'Telvent', 'Tamarguillo, 29 Seville Seville 41006 ES', 'ES', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15058, 'e4fed9', 0, 'Edmi Europe Ltd', 'The Grainger Suite, Dobson House, Regent Centre Newcastle upon Tyne Newcastle upon Tyne NE3 3PF GB', 'GB', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15059, '70b3d5303', 0, 'Fuchu Giken, Inc', '5-38-33 Fuchu-shi Tokyo 183-0026 JP', 'JP', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15060, '70b3d5de6', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15061, '006081', 0, 'TV/Com International', '16516 VIA ESPRILLO SAN DIEGO CA 92127 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15062, '000c4f', 0, 'UDTech Japan Corp', 'Hamacho Hanacho Bldg, 2F Chuo-ku Tokyo 103-0007 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15063, '70b3d5c67', 0, 'Collini Dienstleistungs GmbH', 'Schweizerstr. 59 Hohenems A 6845 AT', 'AT', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15064, '28ff3c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15065, '00236d', 0, 'ResMed Ltd', '1, Elizabeth Macarthur Drive Bella Vista NSW 2153 AU', 'AU', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15066, 'b40ac6', 0, 'Dexon Systems Ltd', 'Baross u. 165 Budaors Pest H-2040 HU', 'HU', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15067, 'd0737f', 0, 'Mini-Circuits', '50 Yosef Levi Street Kiryat Bialik Industrial Zone 27000 US', 'US', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15068, '50a4d09', 0, 'Oem Production Inc', '1461-3 San Mateo Ave. South San Francisco CA 94080 US', 'US', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15069, '001108', 0, 'Orbital Data Corp', '1900 S. Norfolk St. Ste 320 San Mateo CA 94403 US', 'US', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15070, '0050c2df8', 0, 'Tommotek (WA) Pty Ltd', '72 Achievement Way Wangara Western Australia 6065 AU', 'AU', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15071, '001f43', 0, 'Entes Elektronik', 'Y. Dudullu Org. San. Bol. And Sanayi Sit. No.6 Istanbul Dudullu 34775 TR', 'TR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15072, '441102', 0, 'Edmi Europe Ltd', 'The Grainger Suite, Dobson House Newcastle upon Tyne NE3 3PF GB', 'GB', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15073, '3cfad3c', 0, 'Shenzhen zhong ju Fiber optical CoLtd', '3t Floor Build A .jin he Rui park .guan lan. Shen zhen Guang dong 518000 CN', 'CN', 'MA-M', '2019-11-14', '2019-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15074, 'ac3a67', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15075, '008010', 0, 'Commodore International', '1200 WILSON DRIVE WEST CHESTER PA 19380 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15076, '000cc6', 0, 'Ka-Ro electronics GmbH', 'Pascalstraße 22 Aachen NW 52076 DE', 'DE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15077, '0008f1', 0, 'Voltaire', '9 Hamenofim st. Herzelia 46725 IL', 'IL', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15078, '000f22', 0, 'Helius, Inc', '333 South 520 West Lindon UT 84042 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15079, '0015e1', 0, 'Picochip Ltd', 'Upper Borough Court Bath BA1 1RG GB', 'GB', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15080, '60d30a', 0, 'Quatius Ltd', 'Units 05-07, 16/F, Greenfield Tower, Concordia Plaza, Kowloon HK', 'HK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15081, 'b4c44e', 0, 'Vxl eTech Pvt Ltd', '#91, 11th Main, Begur Main Road Bangalore Karnataka 560068 IN', 'IN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15082, '70b3d5213', 0, 'Eton Deutschland Electro Acoustic GmbH', 'Pfaffenweg 21 Neu-Ulm Bavaria 89231 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15083, '0090a8', 0, 'NineTiles Networks, Ltd', '9 Station Road Waterbeach Cambridge CB5 9HT GB', 'GB', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15084, '00a083', 0, 'Asimmphony Turkey', 'ELECTRONICS, LTD. V7C 4N1 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15085, '70b3d5521', 0, 'Selex ES Inc', '4221 Tudor Lane Greensboro NC 27410 US', 'US', 'MA-S', '2019-05-02', '2019-05-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15086, '64aef1', 0, 'Qingdao Hisense Electronics Co, Ltd', 'Qianwangang Roard 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2019-07-02', '2019-07-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15087, 'cc7669', 0, 'Seetech', '19-15, Seoku-dong Hwasung-si Gyeonggi-do 445-170 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15088, '3c4e47', 0, 'Etronic A/S', 'Rødeledsvej 95 Svendborg South Denmark 5700 DK', 'DK', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15089, 'a80c0d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15090, 'bc3e07', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15091, 'a82bcd', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15092, '0050c2332', 0, 'Punjab Communications Ltd', 'B-91,INDUSTRIAL AREA, PHASE 8, SAS NAGAR PUNJAB 160059 IN', 'IN', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15093, '001296', 0, 'Addlogix', '459 Wald Irvine CA 92618 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15094, '0050c27c3', 0, 'Ast Inc', '4150 GRANGE HALL ROAD HOLLY MICHIGAN 48442 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15095, '0050c2594', 0, 'Pixel Velocity, Inc', '3917 Research Park Drive Ann Arbor MI 48108 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15096, '001b75', 0, 'Hypermedia Systems', '2B Bergman St. Rehovot 76705 IL', 'IL', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15097, '001eac', 0, 'Armadeus Systems', 'Business Campus MULHOUSE cedex Haut-Rhin 68058 FR', 'FR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15098, 'd0667b', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3dong, Yeongtong-gu Suwon Gyeonggi-do 443742 KR', 'KR', 'MA-L', '2011-03-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15099, '28162e', 0, '2Wire Inc', '1764 Automation Parkway San Jose 95131 US', 'US', 'MA-L', '2011-06-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15100, 'f8f7d3', 0, 'International Communications Corp', '11801 Pierce St. 2nd FL Riverside CA 92505 US', 'US', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15101, '349e34', 0, 'Evervictory Electronic CoLtd', 'Chu-Chi management district Humen Town, DongGuan GuangDong Province, China DongGuan GuangDong 523000 CN', 'CN', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15102, '2c029f', 0, '3ALogics', '#704, Hyundai office B\'d, Sunae-dong, Bundang-gu Seongnam-si 13601 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15103, '0050c26bf', 0, 'Optoplan as', 'Haakon VII\'s gt. 17 Trondheim 7041 NO', 'NO', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15104, '001db5', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2007-08-18', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15105, '3c427ed', 0, 'Robox Smart Motion (Wuhu) Co, Ltd', 'No.96,Wanchun East Road,Jiujiang Economic Development District,Wuhu,Anhui,China Wuhu Anhui 241000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15106, '640b4a', 0, 'Digital Telecom Tech Ltd', '1708 Nan Fung Tower, 00852 US', 'US', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15107, '50ed78', 0, 'Changzhou Yongse Infotech Co, Ltd', 'No.128 Zhengzhong Rd, Xixiashua Town Changzhou Jiangsu 213135 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15108, '0835b2', 0, 'CoreEdge Networks Co, Ltd', '#806 G Plus Tower, 123, Digital-ro 26gil, Guro-gu Seoul 08390 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15109, '000082', 0, 'Lectra Systemes SA', 'CHEMIN DE MARTICOT FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15110, '40d85508e', 0, 'Lyngsoe Systems', '5570 Kennedy Rd Mississauga On L4Z 2A9 CA', 'CA', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15111, '002539', 0, 'IfTA GmbH', 'Industriestraße 33 Groebenzell Bavaria 82194 DE', 'DE', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15112, 'd89695', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-07-29', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15113, '8c192da', 0, 'TeleAlarm SA', 'Rue du Pont 23 La Chaux-de-Fonds 2300 CH', 'CH', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15114, 'dcda80', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15115, 'd04e50', 0, 'Mobiwire Mobiles (Ningbo) Co, Ltd', 'No.999 Dacheng East Road, Fenghua District, Ningbo City , Zhejiang Province, PRC Ningbo Zhejiang 315500 CN', 'CN', 'MA-L', '2019-04-16', '2019-04-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15116, '0050c206e', 0, 'Avtron Manufacturing Inc', '7900 East Pleasant Valley Rd. Independence OH 44131 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15117, '001d05', 0, 'Eaton Corp', '203 Cooper Circle Peachtree City GA 30269 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15118, '0050c2ba9', 0, 'Siss Tech Inc', '601 Ace-Technotower, 684-1 Deungchon-dong, Gangseo-gu Seoul 157-030 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15119, 'b0a737', 0, 'Roku, Inc', '12980 Saratoga Ave Saratoga CA 95070 US', 'US', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15120, '9ce7bd', 0, 'Winduskorea Co, Ltd', 'RM313, Seoul-Garden Bldg, Seoul 152-828 KR', 'KR', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15121, '003048', 0, 'Super Micro Computer, Inc', '2051 Junction Avenue San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15122, '00152a', 0, 'Nokia Corp', 'Rensingstraße 15 Bochum NRW 44807 DE', 'DE', 'MA-L', '2005-07-21', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15123, '001cd2', 0, 'King Champion (Hong Kong) Ltd', 'Unit 1520, 15/F, Phase 1, Metro Centre, Kowloon HK', 'HK', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15124, '002185', 0, 'Micro-Star Int\'L Co, Ltd', 'No.69,Li-De St,Jung-Ho City Taipei Hsien 235 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15125, '000cb6', 0, 'Nanjing Seu Mobile & Internet Tech Co, Ltd', '5th floor,Building 5,ChangJiangHou Street No.6 Nanjing Jiangsu 210018 CN', 'CN', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15126, '00171a', 0, 'Winegard Co', '3000 Kirkwood Street Burlington IA 52601 US', 'US', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15127, '508569', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2013-11-12', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15128, 'c4adf1', 0, 'Gopeace Inc', 'Woolim Bldg B-916, 14 Sagimakgol-ro 45beon-gil, Jungwon-gu Seongnam Gyeonggi 13209 KR', 'KR', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15129, '70b3d525d', 0, 'Mimo Networks', '701 E Middlefield Road Mountain View, Mountain View CA 94043 US', 'US', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15130, '2866e3', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15131, '003041', 0, 'Saejin T&M Co, Ltd', '2ND FL., SAEJIN BLDG. 689 135-230 KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15132, '08005d', 0, 'Gould Inc', '6901 WEST SUNRISE BLVD. FT. LAUDERDALE FL 33310-9148 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15133, 'a42983', 0, 'Boeing Defence Australia', 'GPO Box 767 Brisbane Queensland 4001 AU', 'AU', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15134, '0c73be', 0, 'Dongguan Haimai Electronie Tech Co, Ltd', 'Room 701,Yifeng Building7, No.8 Industrial Zone, Xianbian Road, Changan Town Xiaobian edge Dongguan Guangdong 518000 CN', 'CN', 'MA-L', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15135, '105611', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15136, '143f27', 0, 'Noccela Oy', 'Kaarinantie 700 Turku 20540 FI', 'FI', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15137, '049226', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2018-07-23', '2018-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15138, '000bd5', 0, 'Nvergence, Inc', 'Jeil Bldg. 4th, Samsung-dong 168-26, Kan Seoul 135-090 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15139, '70b3d518b', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15140, '643e8c', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15141, 'ac676f', 0, 'Electrocompaniet A.S.', 'Breivikveien 7 Tau Rogaland 4120 NO', 'NO', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15142, '70b3d592c', 0, 'Dismuntel Sal', 'Pol ind cotes Algemesi Valencia 46680 ES', 'ES', 'MA-S', '2019-06-26', '2019-06-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15143, '000516', 0, 'Smart Modular Tech', '4305 Cushing Pkwy Fremont CA 94538 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15144, '0050c25d3', 0, 'Wexiodisk AB', 'Mardvagen 4 Vaxjo Kronoberg 352 45 SE', 'SE', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15145, '0050c2f15', 0, 'Sascal Displays Ltd', '16 The Metro Centre Hayes London UB4 0LE GB', 'GB', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15146, '9ce10e', 0, 'NCTech Ltd', '20-22 Braid Road Edinburgh EH10 6AD GB', 'GB', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15147, '40d85517f', 0, 'Telvent', 'P.I. Alcobendas C/ Valgrande, 6 Alcobendas Madrid 28108 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15148, 'eca9fa', 0, 'Guangdong Genius Tech Co, Ltd', '#126,BBK Road,Wusha,Chang\'An Dong Guan Guang Dong 523860 CN', 'CN', 'MA-L', '2015-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15149, '000566', 0, 'Secui.com Corp', '17th Fl. Samsung Yeoksam Bldg. Seoul 135-080 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15150, 'c86c87', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2011-03-17', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15151, 'f0d5bf', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15152, '000787', 0, 'Idea System Co, Ltd', '4-1-21 Shinmei-cho Okaya-shi JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15153, '40d855179', 0, 'Servo-Robot Inc', '1370 Hocquart St-Bruno QC J3V 6E1 CA', 'CA', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15154, '507691', 0, 'Tekpea, Inc', '2225 East Bayshore Road Palo Alto California 94303 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15155, '2884fa', 0, 'Sharp Corp', '1 Takumi-cho, Sakai-ku Sakai City Osaka 590-8522 JP', 'JP', 'MA-L', '2014-10-13', '2019-05-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15156, '70b3d5563', 0, 'Zhejiang Hao Teng Electronic Tech Co, Ltd', 'Liandu District Information Industry Park 12 Lishui ZhejiangZhejiang Hao Teng Electronic Technology Co., Ltd. 323000 CN', 'CN', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15157, '44d5f2c', 0, 'Neocontrol Soluções em Automação', 'rua santa fe 100 belo horizonte MG 30320-130 BR', 'BR', 'MA-M', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15158, 'bc1401', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15159, 'ec888f', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15160, 'a0950c', 0, 'China Mobile Iot Co Ltd', 'NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN', 'CN', 'MA-L', '2017-07-26', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15161, '70b3d5107', 0, 'Ooo Alyans', '9 maya, 20 Krasnoyarsk Krasnoyarski Krai 660125 RU', 'RU', 'MA-S', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15162, '70b3d506a', 0, 'Guangdong Centnet Tech Co, Ltd', 'Room403/410, 2nd Building, No 4 South of Industrial Rd, Songshan Lake industrial Park, Dongguan Guangdong 523808 CN', 'CN', 'MA-S', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15163, '001732', 0, 'Science-Technical Center Rissa', 'st. Abramtsevskaja, h.9 Moscow 128572 RU', 'RU', 'MA-L', '2006-01-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15164, '38f8b7', 0, 'V2com Participacoes S.A.', 'Rua Cunha Gago, 700 São Paulo 05421001 BR', 'BR', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15165, 'f8c372', 0, 'Tsuzuki Denki', 'shinbashi 6-19-15 mainato-ku tokyo-to 105-8665 JP', 'JP', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15166, 'b4cc04', 0, 'Piranti', '126, Beolmal-ro Dongan-gu, Anyang-si, Gyeonggi-do 14057 KR', 'KR', 'MA-L', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15167, '70b3d586a', 0, 'Stealth Communications', '1 Penn Plaza, Suite 6308 New York NY 10119 US', 'US', 'MA-S', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15168, '0018cc', 0, 'Axiohm Sas', '1 RUE D\'ARCUEIL MONTROUGE 92120 FR', 'FR', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15169, '9802d80', 0, 'Stoerk-Tronic, Stoerk GmbH & CoKG', 'Untere Waldplätze 6 Stuttgart Baden-Wuerttemberg 70569 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15170, '0050c27ce', 0, 'Gogo BA', '303 S. Technology Dr. Broomfield CO 80021 US', 'US', 'IAB', '2007-10-11', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15171, 'c8fb26', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15172, '40d8551ac', 0, 'Elan Systems', '10 IHASZ STR BUDAPEST 1105 HU', 'HU', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15173, '70b3d595f', 0, 'WiFi Nation Ltd', 'Unit 53, CoWorkz Business Centre, Chester West Employment Park, Minerva Avenue, Chester Cheshire CH1 4QL GB', 'GB', 'MA-S', '2019-08-09', '2019-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15174, '00405a', 0, 'Goldstar Information & Comm.', '533, HOGAE-DONG, ANYANG-SHI KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15175, '001e0a', 0, 'Syba Tech Ltd', 'RM1301, Vanta Industrial Centre, Kwai Chung HK', 'HK', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15176, '0050c21c7', 0, 'Twin Development S.A.', 'Av. General Michel, 1E CHARLEROI Hainaut B6000 BE', 'BE', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15177, '001717', 0, 'Leica Geosystems AG', 'Heinrich Wild Strasse Heerbrugg St. Gallen CH-9435 CH', 'CH', 'MA-L', '2006-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15178, '50f722', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15179, '109e3a', 0, 'Zhejiang Tmall Tech Co, Ltd', 'Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15180, '005081', 0, 'Murata Machinery, Ltd', '136, TAKEDA-MUKAISHIRO-CHO FUSHIMI-KU, KYOTO 612-8686 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15181, '00d0e6', 0, 'Ibond Inc', '3160, DE LA CRUZ BLVD. SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15182, '0017b6', 0, 'Aquantia Corp', '700 Tasman Drive Milpitas CA 95035 US', 'US', 'MA-L', '2006-04-08', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15183, '001fda', 0, 'Nortel Networks', '2221 Lakeside Blvd Richardson TX 75081 US', 'US', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15184, '70b3d5986', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15185, 'd8803c', 0, 'Anhui Huami Information Tech Co Ltd', 'Building A4, 12th Floor, No. 800, Wangjiang Road Hefei Anhui 230088 CN', 'CN', 'MA-L', '2015-12-17', '2015-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15186, 'a019b24', 0, 'Osatec', '15 Parkovaya Moscow 105203 WS', 'WS', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15187, '98f9c74', 0, 'Promess GmbH', 'Schaffhausener Str. 44 Berlin 12099 DE', 'DE', 'MA-M', '2018-08-23', '2018-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15188, '00064d', 0, 'Sencore', '3200 Sencore Dr. Sioux Falls SD 57107 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15189, '0050c2570', 0, 'Ellex Medical Pty Ltd', '82 Gilbert Street Adelaide South Australia 5000 AU', 'AU', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15190, '0022dd', 0, 'Protecta Electronics Ltd', 'Kesmark str 7/A Budapest Hungary 1158 HU', 'HU', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15191, 'bc779f', 0, 'Sbm Co, Ltd', 'Hyunwoo Bldg 206, Anyang7-Dong Anyang Gyeonggi-Do 430-817 KR', 'KR', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15192, 'ec0441', 0, 'ShenZhen Tigo Semiconductor Co, Ltd', 'Room B6-709, Funian Plaza, No.3 Shihua Road, Futian Bonded Area shenzhen China / Guangdong 518048 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15193, '001054', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15194, '00072b', 0, 'Jung Myung Telecom Co, Ltd', '5Fl Silla Technovil., 39-3 Dang-Dong KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15195, '04c103', 0, 'Clover Network, Inc', '415 N Mathilda Ave Sunnyvale CA 94085 US', 'US', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15196, '6091f3', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15197, '70b3d56a3', 0, 'OutdoorLink', '3058 Leeman Ferry Rd Huntsville AL 35801 US', 'US', 'MA-S', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15198, '3481c4', 0, 'Avm GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15199, 'f48b32', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2015-05-31', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15200, '801f12', 0, 'Microchip Tech Inc', '2355 W. Chandler Blvd. Chandler AZ 85224 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15201, '00269f', 1, 'Private', '', '', 'MA-L', '2010-01-05', '2010-01-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15202, 'f0c27c', 0, 'Mianyang Netop Telecom Equipment Co, Ltd', 'No.111,East section of Puming South Road, Mianyang City Sichuan Province, 621000 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15203, '00157c', 0, 'Dave Networks, Inc', '2151 O\'tool Avenue San Jose CA 95131 US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15204, '001f97', 0, 'Bertana srl', 'Viale GALILEO FERRARIS 27 BRUINO TORINO 10090 IT', 'IT', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15205, '307c5e', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-04-18', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15206, '34dac1', 0, 'Sae Tech Development(Dongguan) Co, Ltd', 'Winnerway Industrial Area,Nancheng Dongguan City Guangdong Province 523087 CN', 'CN', 'MA-L', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15207, '08004d', 0, 'Corvus Systems Inc', '2100 CORVUS DRIVE SAN JOSE CA 95124 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15208, '0050c2231', 0, 'Legra Systems, Inc', '3 Burlington Woods Drive Burlington MA 01803 US', 'US', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15209, '000895', 0, 'Dirc Technologie GmbH & CoKG', 'Borsigstraße 13 Ratingen NRW 40880 DE', 'DE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15210, '00245e', 0, 'Hivision Co, Ltd', '2201-2202, COFCO Property Tower, Shenzhen Guangdong 518101 CN', 'CN', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15211, '00408f', 0, 'WM-Data Minfo AB', 'OLOF ASKLUNDS GATA 14 SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15212, '00504d', 0, 'Tokyo Electron Device Ltd', '1, Higashikata-machi, Tsuzuki-ku, Yokohama-shi Kanagawa-ken JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15213, '001e5e', 0, 'COmputime Ltd', '17/F Great Eagle Centre Wanchai HK', 'HK', 'MA-L', '2007-10-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15214, '0050c29bd', 0, 'Sensitron Semiconductor', '221 West Industry Court Deer Park New York 11729 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15215, '04f128', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2017-09-06', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15216, 'ac710c', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2018-12-24', '2018-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15217, '000974', 0, 'Innopia Tech, Inc', '5F., Institute of Technology Seoul 133-791 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15218, '001d02', 0, 'Cybertech Telecom Development', 'Hazenkoog 25 Alkmaar Noord Holland 1822 BS NL', 'NL', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15219, '649d99', 0, 'FS Com Inc', '380 Centerpoint Blvd New Castle New Castle DE 19720 US', 'US', 'MA-L', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15220, '006010', 0, 'Network Machines, Inc', '255 OLD NEW BRUNSWICK RD., # N320 PISCATAWAY NJ 08854 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15221, 'a4e6b1', 0, 'Shanghai Joindata Tech Co, Ltd', '26F,Building1,No428,South Yanggao Road,Pudong District Shanghai Shanghai 200127 CN', 'CN', 'MA-L', '2016-08-09', '2016-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15222, '2c3068', 0, 'Pantech Co, Ltd', '110-1 Ongjeong-Ri, Tongjin-Eup Gimpo-Si Gyounggi-Do 415-865 KR', 'KR', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15223, '9cd24b', 0, 'zte Corp', '12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15224, 'a4ed43', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15225, '000379', 0, 'Proscend Communications, Inc', '2F, No.36, Industry E. Rd. IV, Hsinchu 300 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15226, '000e26', 0, 'Gincom Tech Corp', '15F., No. 284, Sec.3, Sanmin Rd., Taoyuan City, Taoyuan, 330 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15227, '2c768a', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-07-26', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15228, '0050c2e9a', 0, 'Solace Systems', '535 Legget Drive Kanata, Ontario K2K 3B8 CA', 'CA', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15229, '90f72f', 0, 'Phillips Machine & Welding Co, Inc', '16125 E. Gale Ave. Industry CA 91745 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15230, '646266e', 0, 'Shenzhen Jie Shi Lian Industrial Co, Ltd', '6F,C Building,Jinao Industrial Park,Juling Rd,Guanlan Town,Longhua Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15231, '185869', 0, 'Sailer Electronic Co, Ltd', 'No. 6, Sanxi Road, Ximagou Industrial Park, Jianxi District Luoyang Henan 471000 CN', 'CN', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15232, '00020f', 0, 'Aatr', '306 Chemin des Miroirs FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15233, '0050c2408', 0, 'Tern, Inc', '1724 Picasso Ave. Davis CA 95616 US', 'US', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15234, '54eaa8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15235, 'e8bdd1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-31', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15236, 'a0224e5', 0, 'Zhuhai Cheer Tech Co, Ltd', 'No.8 Hongwan Road, Hongwan Industry Zone, Xiangzhou District Zhuhai Guangdong 519060 CN', 'CN', 'MA-M', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15237, '0007e0', 0, 'Palm Inc', '950 West Maude Ave Sunnyvale CA 94085-2801 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15238, '0050c2a90', 0, 'S.two Corp', '9475 Double R Blvd. Reno NV 89521 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15239, 'a0bb3ef', 1, 'Private', '', '', 'MA-M', '2015-02-16', '2015-02-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15240, '300a60a', 0, 'Ampetronic Ltd', 'Unit 2 Trentside Business Village, Farndon Road Newark Nottinghamshire NG24 4XB GB', 'GB', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15241, '00199e', 0, 'Nifty', 'miwa4-2-22-105 Nagano 3800803 JP', 'JP', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15242, '001da1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15243, '3cce73', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15244, '60bd91', 0, 'Move Innovation', 'Generatorvej 8B,st Herlev DK 2730 DK', 'DK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15245, 'c083595', 0, 'Viper Design, Llc', '125 Glancy St. Goodlettsville TN 37072 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15246, '00020a', 0, 'Gefran Spa', 'Via Sebina, 74 IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15247, '00045b', 0, 'Techsan Electronics Co, Ltd', 'North Wing UNITED KINGDOM GB', 'GB', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15248, '0050c2ab0', 0, 'Frako Kondensatoren- und Anlagenbau GmbH', 'Tscheulinstrasse 21 a Teningen 79331 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15249, '141fbae', 0, 'Pos Systema Llc', 'Varshavskoe shosse, 35, room №13 Moscow Moscow 117105 RU', 'RU', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15250, '1cd6bd', 0, 'Leedarson Lighting Co, Ltd', 'No. 1511, 2nd Fanghu North Rd., Huli District Xiamen Fugian 361010 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15251, 'ec316d', 0, 'Hansgrohe', 'Auestraße 5-9 Schiltach 77761 DE', 'DE', 'MA-L', '2019-12-17', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15252, '0003e5', 0, 'Hermstedt SG', 'Carl-Reuther - Str. 3 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15253, '0013a4', 0, 'KeyEye Communications', '9785 Goethe Sacramento CA 95827 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15254, 'e0dca0', 0, 'Siemens Industrial Automation Products Ltd Chengdu', 'Tianyuan Road 99 Cheng Du Si Chuan 611731 CN', 'CN', 'MA-L', '2013-03-28', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15255, '5c8a38', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2015-01-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15256, '000b94', 0, 'Digital Monitoring Products, Inc', '2500 N. Partnership Boulevard Springfield Missouri 65803 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15257, '001d68', 0, 'Thomson Telecom Belgium', 'Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE', 'BE', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15258, 'd8aff1', 0, 'Panasonic Appliances Co', '2-3-1-2 Noji-higashi Kusatsu City Shiga 525-8555 JP', 'JP', 'MA-L', '2012-05-26', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15259, 'dc680c', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2019-01-04', '2019-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15260, '60634c', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2019-05-10', '2019-05-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15261, '00d057', 0, 'Ultrak, Inc', '1301 WATERS RIDGE DRIVE LEWISVILLE TX 75057 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15262, '0023b4', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15263, '0018ca', 0, 'Viprinet GmbH', 'Basilikastraße 3 Bingen am Rhein 55411 DE', 'DE', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15264, '5c4979', 0, 'Avm Audiovisuelles Marketing und Computersysteme GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15265, 'a019b20', 0, 'Vast Production Services', '307 Robbins Drive Troy MI 48083 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15266, '1c60d2', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15267, '00075d', 0, 'Celleritas Inc', 'c/o Celeritas Ltd. IL', 'IL', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15268, '000c89', 0, 'AC Electric Vehicles, Ltd', 'Markkinakuja 3 Jokela 05400 FI', 'FI', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15269, 'dc9a8e', 0, 'Nanjing Cocomm electronics Co, Ltd', 'Room 201,the Qinheng technology park building Nanjing Jiangsu 210012 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15270, '000989', 0, 'VividLogic Inc', '40994 Encyclopedia Circle Fremont CA 94538 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15271, '1c0fcf', 0, 'Sypro Optics GmbH', 'Carl-Zeiss-Promenade 10 Jena Thuringia 07745 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15272, '8ada26', 0, 'Eleven Inc', '315 SW 11th Ave, 3rd Floor Portland OR 97205 US', 'US', 'CID', '2016-04-30', '2016-04-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15273, '94d00d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15274, '000b3d', 0, 'Contal OK Ltd', 'Frana Mraza 2/289 Zilina 01124 SK', 'SK', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15275, '0022b3', 0, 'Sei S.p.A.', 'Via Ruffilli, 1 Curno Bergamo 24035 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15276, '0023e3', 0, 'Microtronic AG', 'Duennernstrasse 32 Oensingen Solothurn 4702 CH', 'CH', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15277, '70b3d5c33', 0, 'Dandong Dongfang Measurement & Control Tech Co, Ltd', 'No. 136, Binjiang M. Road, Yanjiang Development Zone Dandong Liaoning 118000 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15278, '8c34fd', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-01-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15279, '3c9bd6', 0, 'Vizio, Inc', '39 Tesla Irvine CA 92618 US', 'US', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15280, '901234', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2019-05-23', '2019-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15281, '000f20', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2004-02-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15282, '40d855174', 0, 'EcoGuard AB', 'Radiatorvägen 11 ÖREBRO - 70227 SE', 'SE', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15283, 'd8b6d6', 0, 'Blu Tether Ltd', '7600 Leesburg Pike Falls Church VA 22043 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15284, '40d8551dd', 0, 'BaOpt Benelux bv', 'Wilhelminastraat 51 Haarlem 2011 VL NL', 'NL', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15285, '000ef6', 0, 'E-Ten Information Systems Co, Ltd', 'No. 256, Yangguang Street, Neihu Chiu Taipei 114 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15286, '0050c22e1', 0, 'Access IS', '18 Suttons Business Park READING Berks RG6 1AZ GB', 'GB', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15287, 'e804f3', 0, 'Throughtek Co, Ltd', '4F, no. 221, Chong-yang Rd. Taipei 11573 TW', 'TW', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15288, '8020da', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2019-01-31', '2019-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15289, '70b3d5f80', 0, 'Guan Show Technologe Co, Ltd', 'No.127, Jianguo 1st Rd., Lingya Dist. Kaohsiung City 802 TW', 'TW', 'MA-S', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15290, '0004ae', 0, 'Sullair Corp', '3700 East Michigan Blvd Michigan City IN 46360 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15291, '0009ea', 0, 'Yem Inc', '1-3-33 Atsugi-shi Kanagawa 243-0021 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15292, '0817f4', 0, 'Ibm Corp', '2051 Mission College Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15293, 'b0435d', 0, 'NuLEDs, Inc', '1497 Poinsettia Ave. Vista CA 92081 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15294, 'c863146', 0, 'Grinbi Partners', '222, Dogok-ro, Gangnam-gu Seoul 06272 KR', 'KR', 'MA-M', '2019-01-17', '2019-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15295, '50de191', 0, 'Clear Flow by Antiference', 'Fradley Distribution Park, Wood End Lane Lichfield Staffordshire WS13 8NE GB', 'GB', 'MA-M', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15296, '00905e', 0, 'Rauland-Borg Corp', '3450 W. OAKTON ST. SKOKIE IL 60076 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15297, '0011ea', 0, 'Iwics Inc', '19125 North Creek Parkway Bothell WA 98011 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15298, 'e03560', 0, 'Challenger Supply Holdings, Llc', '4500 Mercantile Plaza Dr. Fort Worth TX 76137 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15299, 'b869f4', 0, 'Routerboard.com', 'Mikrotikls SIA Riga Riga LV1009 LV', 'LV', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15300, '30317d', 0, 'Hosiden Corp', '4-33, Kitakyuhoji 1-chome Yao Osaka 5810071 JP', 'JP', 'MA-L', '2019-02-26', '2019-02-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15301, '5cfafb', 0, 'Acubit', 'Afred Nobels Vej 21A Aalborg Ø 9220 DK', 'DK', 'MA-L', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15302, '0004d5', 0, 'Hitachi Information & Communication Engineering, Ltd', 'Queen\'s Tower B21F, 2-3-3, Minatomirai, Nishi-ku, Yokohama, 220-6121 JP', 'JP', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15303, '0c3956', 0, 'Observator instruments', 'Rietdekkerstraat 6 Ridderkerk Zuid Holland 2984 BM NL', 'NL', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15304, '0050c24cc', 0, 'ImpediMed Ltd', '4B/2404 Logan Road Eight Mile Plains Queensland 4113 US', 'US', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15305, '0050c2ced', 0, 'AeroMechanical Services Ltd, Flyht', 'Suite 200W Calgary Alberta T2E7P1 CA', 'CA', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15306, '00d0a1', 0, 'Oskar Vierling GmbH + Co KG', 'PRETZFELDER STR. 21 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15307, '00085f', 0, 'Picanol N.V.', 'Polenlaan 3-7 BE', 'BE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15308, 'c0a0c7', 0, 'Fairfield Industries', '1111 GILLINGHAM LANE SUGAR LAND TEXAS 77478 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15309, 'f4b381', 0, 'WindowMaster A/S', 'Skelstedet 13 Vedbaek 2950 DK', 'DK', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15310, '308976', 0, 'Dalian Lamba Tech Co, Ltd', 'Dalian Hi-tech Zone Keypark Room 1201 Dalian Liaoning 116000 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15311, '10f163', 0, 'Tnk Co, Ltd', '1 Kasugayama.Iitoyo Tenei-village.Iwase-country Fukushima-prefecture 962-0512 JP', 'JP', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15312, 'd0c5d8', 0, 'Latecoere', '135 Rue de Périole, BP25211 Toulouse Cedex 5 31 Haute-Garonne 31079 FR', 'FR', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15313, 'ccd39d6', 0, 'Krontech', 'I.T.U ARI 3 Teknokent Kron Telekomunikasyon, Maslak Istanbul 34467 TR', 'TR', 'MA-M', '2018-10-12', '2018-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15314, '0017fe', 0, 'Talos System Inc', '6191 CORNERSTONE CT. STE #109 SAN DIEGO CA 92121 US', 'US', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15315, '0050c2906', 0, 'Gidel', 'Hailan St 2 Or Akiva 30600 IL', 'IL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15316, 'f0dce2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-04-08', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15317, '40331a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15318, '70b3d5870', 0, 'bentrup Industriesteuerungen', 'Zum Buchwald 4-6 Fernwald Hessia 35463 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15319, '2ca539', 0, 'Parallel Wireless, Inc', '1 Tara Blvd Nashua NH 03062 US', 'US', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15320, '8002df', 0, 'Ora Inc', 'No.1 Anjialou, Xiaoliangmaqiao Ave., Chaoyang Dist. BeiJing 100125 CN', 'CN', 'MA-L', '2015-09-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15321, '7c477cc', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2016-02-05', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15322, '0050c271c', 0, 'Elmec Inc', '229 Billerica Road Chelmsford MA 01824 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15323, '0050c2d08', 0, 'Reimesch Kommunikationssysteme GmbH', 'Friedrich-Ebert-Str. Bergisch Gladbach NRW 51429 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15324, '28ac67', 0, 'Mach Power, Rappresentanze Internazionali s.r.l.', 'CUPA S.ANIELLO, 112 NAPOLI Napoli 80146 IT', 'IT', 'MA-L', '2016-04-30', '2016-04-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15325, '001797', 0, 'Telsy Elettronica S.p.A.', 'Corso Svizzera 185 Torino 10149 IT', 'IT', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15326, '002480', 0, 'Meteocontrol GmbH', 'Spichererstrasse 48 Augsburg Bavaria 86152 DE', 'DE', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15327, '8c4dea', 0, 'Cerio Corp', '5F., No.88, Mincyuan Rd., Sindian City Taipei County 23141 TW', 'TW', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15328, 'a09e1a', 0, 'Polar Electro Oy', 'Professorintie 5 Kempele Oulu 90440 FI', 'FI', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15329, '7ce2ca', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15330, '001041', 0, 'Bristol Babcock, Inc', '1100 BUCKINGHAM STREET WATERTOWN CT 06795 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15331, '0060f5', 0, 'Icon West, Inc', '3342 SOUTH 300 EAST SALT LAKE CITY UT 84115 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15332, '001743', 0, 'Deck Srl', 'Via Fabio Filzi 2 Milan 20124 IT', 'IT', 'MA-L', '2006-02-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15333, '0050c27c7', 0, 'Pyrosequencing AB', 'Kungsgatan 76 Uppsala Uppsala län SE-753 18 SE', 'SE', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15334, '94f692', 0, 'Geminico Co, Ltd', '#102-1112, Chunui-Technopark, 200-1, Bucheon-city Kyunggi-do 420-857 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15335, '70b3d5574', 0, 'Cloud Intelligence Pty Ltd', '43/10 Gladstone Rd Castle Hill NSW 2154 AU', 'AU', 'MA-S', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15336, '00058b', 0, 'IPmental, Inc', '8F-9, No. 35, Hsin Tai Rd. TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15337, '000b04', 0, 'Volktek Corp', '4F., No.192, Lian-Chang Road, Chang-Ho Taipei TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15338, '0050c2a74', 0, 'Dsp Design Ltd', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD S41 0TZ GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15339, 'e4115b', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-09-24', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15340, '70720d', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999, Qishan North 2nd Road, Information & Optoelectronics Park, Torch Hi-tech Industry Development Zone, Xiamen, P.R.China Xiamen Fujian 361000 CN', 'CN', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15341, '0008e4', 0, 'Envenergy Inc', '6307 Carpinteria Ave Carpinteria CA 93013 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15342, '001be3', 0, 'Health Hero Network, Inc', '2000 Seaport Blvd. Redwood City CA 94063 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15343, '801f02', 0, 'Edimax Tech Co Ltd', 'No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW', 'TW', 'MA-L', '2010-12-06', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15344, '0050c250a', 0, 'Monitor Business Machines Ltd', 'PO Box 108042 Auckland NZ', 'NZ', 'IAB', '2005-09-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15345, '0050c252f', 0, 'Gesellschaft für Rationalisierung und Rechentechnik mbH', 'Ob der Eck 4 Gütenbach Baden-Württemberg 78148 DE', 'DE', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15346, '0022ea', 0, 'Rustelcom Inc', 'Garagniy proezd, 1 St.-Petersburg 192288 RU', 'RU', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15347, '3c438e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2011-11-01', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15348, '4865eea', 0, 'Shenzhen Inpor cloud Computing Co, Ltd', '15th Floor, Building B4, Kexing Science Park, Nanshan District zip guangdong 518000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15349, '506255a', 0, 'Cctv Manufacturer', 'Room 1807,Bagua 4 Rd,Futian District Shenzhen Guangdong 518029 CN', 'CN', 'MA-M', '2019-09-05', '2019-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15350, '000014', 0, 'Netronix', '1372 MCDOWELL BLVD. PETULAMA CA 94952 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15351, '000590', 0, 'Swissvoice Ltd', 'Ziegelmattstrasse 1 CH', 'CH', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15352, '64cba3', 0, 'Pointmobile', 'B-9F kabul Great Valley, 32, Digital-ro 9-gil, Geumcheon-gu Seoul Seoul 08512 KR', 'KR', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15353, '009012', 0, 'Globespan Semiconductor, Inc', '100 SCHULZ DRIVE RED BANK NJ 07701 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15354, '001a32', 0, 'Activa Multimedia', 'SICP CSE SANT JOAN DESPI BARCELONA 08970 ES', 'ES', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15355, '0050c2a9d', 0, 'Joehl & Koeferli AG', 'Wittenwilerstrasse 31 Aadorf TG 8355 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15356, '70b3d546f', 0, 'serva transport systems GmbH', 'Gut Sossau 31 Grabenstaett Bayern 83355 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15357, '6cf9d2', 0, 'Chengdu Povodo Electronic Tech Co, Ltd', 'High - West West West Center Road on the 4th Chengdu Sichuan 611731 CN', 'CN', 'MA-L', '2017-03-26', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15358, '00179f', 0, 'Apricorn', '12191 Kirkham RD Poway California 92064 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15359, '0017e9', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-04-08', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15360, '4cb0e8', 0, 'Beijing RongZhi xinghua Tech Co, Ltd', 'Beijing haidian district zhongguancun east road No. 18 smartfortune international building, room 909 beijing beijing 100000 CN', 'CN', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15361, 'fc084a', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2016-01-16', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15362, '48a380', 0, 'Gionee Communication Equipment Co, Ltd', '21/F,Times Technology Building,No. 7028,Shennan Avenue,Futian District Shenzhen 518000 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15363, 'ac7713', 0, 'Honeywell Safety Products (Shanghai) Co, Ltd', '430 Li Bing Road Zhang Jiang Hi-Tech ParkPudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-05-08', '2019-05-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15364, '70b3d574b', 0, 'Code Blue Corp', '259 Hedcor St. Holland MI 49423 US', 'US', 'MA-S', '2019-10-01', '2019-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15365, '00221c', 1, 'Private', '', '', 'MA-L', '2008-10-25', '2008-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15366, '342606', 0, 'CarePredict, Inc', 'PO Box 551686 Fort Lauderdale Florida 33355 US', 'US', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15367, '000b67', 0, 'Topview Tech Corp', 'No. 8,Wu-Chuan Road,Wu Ku Industrial Par Wu Ku Hsiang,Taipei Hsien, 248 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15368, 'a0ab1b', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15369, '00a029', 0, 'Coulter Corp', '11800 S.W. 147TH AVE. MIAMI FL 33196 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15370, '000490', 0, 'Optical Access', 'P.O. Box 114 IL', 'IL', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15371, '0499e6', 0, 'Shenzhen Yoostar Tech Co, Ltd', '#503,Tower D, HUA HAN Innovation Park, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15372, 'c4576e', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2014-07-13', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15373, '38b8eb9', 0, 'Nhs Sistemas de Energia', 'Juscelino Kubitscheck de Oliveira 5270 Curitiba Parana 81260000 BR', 'BR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15374, '7054b4', 0, 'Vestel Elektronik San ve Tic. A.Ş.', 'Organize san Manisa Turket 45030 TR', 'TR', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15375, '001aa6', 0, 'Telefunken Radio Communication Systems GmbH &CoKG', 'Eberhard-Finckh-Strasse 55 Ulm Baden-Wurttemberg 89075 DE', 'DE', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15376, '001cc8', 0, 'Industronic Industrie-Electronic GmbH & Co KG', 'Carl-Jacob-Kolb-Weg 1 Wertheim Baden-Württemberg 97877 DE', 'DE', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15377, '70b3d5694', 0, 'MoviTHERM', '15540 Rockfield Blvd C110 Irvine CA 92618 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15378, 'd49b5c', 0, 'Chongqing Miedu Tech Co, Ltd', '7-602 No.118 DaPing Main Street Yuzhong District Chongqing 400000 CN', 'CN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15379, '000f21', 0, 'Scientific Atlanta, Inc', '5030 Sugarloaf Parkway Lawrenceville Ga 30042 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15380, 'd01aa7', 0, 'UniPrint', 'Unit 309, 1 Eva Road Toronto Ontario M9C 4Z5 CA', 'CA', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15381, '002449', 0, 'Shen Zhen Lite Star Electronics Tech Co, Ltd', 'Xinghong Science Park,1st Ind.Area, ShenZhen GuangDong 518102 CN', 'CN', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15382, 'f88b37', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15383, 'e437d7', 0, 'Henri Depaepe S.A.S.', '75/77 RUE DU PRE BROCHET SANNOIS 95112 FR', 'FR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15384, 'e04fbd', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15385, '70b3d5a69', 0, 'Leviathan Solutions Ltd', 'Kazal utca 64-66 Budapest 1031 HU', 'HU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15386, '0ca8a7', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15387, '006083', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15388, '0050c2653', 0, 'Doble Engineering', '85 Walnut St Watertown MA 02472 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15389, '0050c259b', 0, 'Sapec', 'Rufino Gonzalez, 15 Madrid 28037 ES', 'ES', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15390, '0050c264a', 0, 'CPqD', 'Rod. SP-340 Campinas Mogi-Mirim Campinas SP 13086902 BR', 'BR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15391, 'd4bed9', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2011-08-05', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15392, '70b3d5818', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15393, '04072e', 0, 'VTech Electronics Ltd', '23rd Floor, Block 1, Tai Ping Industrial Centre, 57 Ting Kok Road Tai Po, N.T. NA HK', 'HK', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15394, '00c06b', 0, 'Osi Plus Corp', '2-1-23 NAKAMEGURO JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15395, '0050c2514', 0, 'Tadian Electronics Systems Ltd', 'Hamerkava 29 Holon 58101 IL', 'IL', 'IAB', '2005-09-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15396, '70b3d504c', 0, 'mapna group', 'mirdamad Tehran 0512258788 IR', 'IR', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15397, '04946b', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15398, '70169f', 0, 'EtherCAT Tech Group', 'Ostendstr. 196 NUremberg 90482 DE', 'DE', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15399, '001652', 0, 'Hoatech Tech, Inc', '1F., No.224, Guosheng St. Zhubei HsinChu Hsien 30244 TW', 'TW', 'MA-L', '2005-11-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15400, '587a4d', 0, 'Stonesoft Corp', 'Italahdenkatu 22A Helsinki 00210 FI', 'FI', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15401, '001fa2', 0, 'Datron World Communications, Inc', '3030 Enterprise Court Vista California 92081 US', 'US', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15402, '0050c2baf', 0, 'MangoDSP', 'Hartom 8 Jerusalem 45116 IL', 'IL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15403, '60512c', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2014-05-27', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15404, '94b2cc', 0, 'Pioneer Corp', '1-1 Shin-ogura Kawasaki-shi Kanagawa Prefecture 2120031 JP', 'JP', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15405, 'c0742b', 0, 'Shenzhen Xunlong Software Co, Ltd', 'Room 532, Block A, Huameiju Business Center, Xinhu Road, Baoan 82 Area Shenzhen Guangdong 518133 CN', 'CN', 'MA-L', '2017-05-24', '2017-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15406, '0006ca', 0, 'American Computer & Digital Components, Inc (Acdc)', '440 Cloverleaf Drive Baldwin Park CA 91706 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15407, '001eaf', 0, 'Ophir Optronics Ltd', 'POB 45021 Jerusalem 91450 IL', 'IL', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15408, '70b3d5e00', 0, 'Jeaway Cctv Security Ltd,.', 'No. 24, Yifa St., Sanmin Dist. Kaohsiung 807 TW', 'TW', 'MA-S', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15409, '001163', 0, 'System Spa Dept. Electronics', 'VIA GHIAROLA VECCHIA 73 FIORANO MODENESE MODENA I-41042 IT', 'IT', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15410, '78ddd6', 0, 'c-scape', 'westerkade 22 Gouda 2802 SL NL', 'NL', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15411, 'dc2bca', 0, 'Zera GmbH', 'Hauptstrasse 392 Koenigswinter NRW 53639 DE', 'DE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15412, '84e0f46', 0, 'Liaoning IK\'Sonya Science and Tech Co, Ltd', 'Floor9, Building E01, No.861-1 Shangshengoucun Dongling District Shenyang City Liaoning Province Shenyang 110000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15413, 'e063da', 0, 'Ubiquiti Networks Inc', '2580 Orchard Pkwy San Jose CA 95131 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15414, '006036', 0, 'Ait Austrian Institute of Tech GmbH', 'Donau-City-Straße 1 Vienna 1220 AT', 'AT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15415, '0090d8', 0, 'Whitecross Systems', '3A WATERSIDE PARK, COOKHAM RD BERKSHIRE RG12 1RB GB', 'GB', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15416, '001b66', 0, 'Sennheiser electronic GmbH & Co KG', 'Am Labor 1 Wedemark Niedersachsen 30900 DE', 'DE', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15417, '0021c8', 0, 'Lohuis Networks', '2681 TV Monster Votlaan 408 Votlaan 31 NL', 'NL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15418, '0023ea', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15419, '4437e6', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-05-10', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15420, 'f40e22', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15421, '0cf4d5', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15422, '0020ef', 0, 'Usc Corp', '6-4, OSAKI 1-CHOME 141 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15423, '0050c2685', 0, 'Datamars SA', 'via ai Prati Bedano Ticino 6930 CH', 'CH', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15424, '00070c', 0, 'Sva-Intrusion.com Co Ltd', 'The 4th Floor, No. 28 Building Shanghai 20233 CN', 'CN', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15425, '70b3d5939', 0, 'Invertek Drives Ltd', 'Offa\'s Dyke Business Park Welshpool Powys SY21 8JF GB', 'GB', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15426, 'd0154a', 0, 'zte Corp', '12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15427, '38484c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15428, '18bf1c', 0, 'Jiangsu Huitong Group Co, Ltd', 'No. 24, Block 2, Taohuawu New District Zhenjiang Jiangsu 212003 CN', 'CN', 'MA-L', '2019-05-28', '2019-05-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15429, '7c9ebd', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2020-01-23', '2020-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15430, '0080c4', 0, 'Document Tech, Inc', '1300 CHARLESTON ROAD MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15431, '0016c1', 0, 'Eleksen Ltd', 'Pinewood Studios Iver Bucks SL0 0NH US', 'US', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15432, '70b3d5789', 0, 'Semex-EngCon GmbH', 'Pforzheimer Str. 202D Ettlingen Baden-Wuerttemberg 76275 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15433, '70b3d5a08', 0, 'BioBusiness', '4 Elsafwa Towers, Ellebiny st, Mariutia Haram Giza Cairo 12111 EG', 'EG', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15434, '000692', 0, 'Intruvert Networks, Inc', 'Suite 102 San Jose CA 95131 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15435, '000934', 0, 'Dream-Multimedia-Tv GmbH', 'Brückstraße 29 Menden Sauerland 58706 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15436, '001c99', 0, 'Shunra Software Ltd', '20 Hata\'as St. Kefar-Saba 44425 IL', 'IL', 'MA-L', '2007-05-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15437, '0060da', 0, 'Red Lion Controls, LP', '20 Willow Springs Circle York NY 17402 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15438, '00013b', 0, 'Bna Systems', '1637 S. Main Street Milpitas CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15439, 'b4ae6f', 0, 'Circle Reliance, Inc Dba Cranberry Networks', '921 Rose Avenue Menlo Park CA 94025 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15440, '0040ba', 0, 'Alliant Computer Systems Corp', 'ONE MONARCH DRIVE LITTLETON MA 01460 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15441, '0021ae', 0, 'Alcatel-Lucent France - Wtd', '7-9, Avenue Morane Saulnier VELIZY 78141 FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15442, '001dd6', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-09-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15443, '001e67', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2007-10-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15444, 'd0e347', 0, 'Yoga', 'Tammsaare tee 47 Tallinn Harjumaa 11316 EE', 'EE', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15445, '300ed5', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2012-05-26', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15446, '70b3d5d51', 0, 'Azcom Tech S.r.l.', 'Strada 6 Palazzo N2 Rozzano MI 20089 IT', 'IT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15447, '7c310e', 0, 'Cisco Systems, Inc', '80 West Tasman Dr. San Jose CA 94568 US', 'US', 'MA-L', '2019-09-04', '2019-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15448, '000140', 0, 'Sendtek Corp', '12F-3, 333, Sec.1 TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15449, '0050c2054', 0, 'Optionexist Ltd', 'Nixon\'s Hall, 1 Chapel Road Cambridge CB3 7HP GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15450, '0050c2d76', 0, 'Telvent', 'Valgrande, 6 Alcobendas Madrid 28108 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15451, '18d6c7', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15452, '0020a9', 0, 'White Horse Industrial', '4F. NO.16, ALLEY 56, LANE 181 TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15453, '00c096', 0, 'Tamura Corp', 'COMMUNICATION SYSTEMS DIV. JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15454, '0023b9', 0, 'Airbus Defence and Space Deutschland GmbH', 'Willy-Messerschmitt-Strasse 1, Taufkirchen 82024 DE', 'DE', 'MA-L', '2008-10-25', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15455, '006cfd', 0, 'Sichuan Changhong Electric Ltd', 'No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15456, '70b3d5fd4', 0, 'Getraline', '15 RUE D\'ANGIVILLER VERSAILLES 78000 FR', 'FR', 'MA-S', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15457, '001a87', 0, 'Canhold International Ltd', 'Flat 4, 13/F., Block 4, Tai Ping Industrial Centre 00852 HK', 'HK', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15458, '001dd1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-09-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15459, '1c2704', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-12-31', '2018-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15460, '000744', 0, 'Unico, Inc', '3725 Nicholson Rd. Franksville WI 53126 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15461, '5850e6', 0, 'Best Buy Corp', '7601 Penn Ave South Richfield MN 55423 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15462, '64209f', 0, 'Tilgin AB', 'Finlandsgatan 40 Kista 16474 SE', 'SE', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15463, '9829a6', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15464, '2cf89b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-05-29', '2019-05-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15465, '5c80b6', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15466, '0017af', 0, 'Enermet', 'Salvesenintie Jyskä FIN-40420 FI', 'FI', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15467, '001b37', 0, 'Computec Oy', 'Juholankatu 8 Kouvola Kymi 45200 FI', 'FI', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15468, 'd4e33f', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2011-08-20', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15469, '70b3d544b', 0, 'Open System Solutions Ltd', 'Saltmakers House Southampton Hampshire SO31 4NB GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15470, '70b3d5f11', 0, 'BroadSoft, Inc', '550 S Winchester Blvd San Jose CA 95128 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15471, '38295a', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15472, '002027', 0, 'Ming Fortune Industry Co, Ltd', '4F, NO. 800 CHUNG CHENG RD, TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15473, '008050', 0, 'Ziatech Corp', '3433 ROBERTO COURT SAN LUIS OBISPO CA 93401 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15474, '70b3d58e0', 0, 'Soudax Equipements', '14 AVE DE LA MAULDRE EPONE IDF 78680 FR', 'FR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15475, '000ea7', 0, 'Endace Tech', '85 Alexandra Street Hamilton 3204 NZ', 'NZ', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15476, 'e005c5', 0, 'TP-Link Tech Co, Ltd', 'Building 7, Second Part, Honghualing Industrial Zone Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15477, '00105b', 0, 'Net Insight AB', 'Västberga Allé 9 SE-1260 30 Hägersten SE', 'SE', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15478, '0050c2f66', 0, 'Gwt Llc', '101 Gibraltar Drive Morris Plains NJ 07950 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15479, '2c7b84', 0, 'Ooo Petr Telegin', 'Gagarin avenue, 37, build P1 Nizhny Novgorod 603009 RU', 'RU', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15480, '70b3d58ad', 0, 'Global Communications Tech Llc', '4915 Waters Edge Dr Raleigh North Carolina 27606-2394 US', 'US', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15481, '2cd1419', 0, 'Beijing Hexing Chuangxiang Tech Co, Ltd', '1306,A block,No.6 Zhichun Road Haidian District, Beijing 100088 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15482, '1ca0d35', 0, 'Dynamic Connect (Suzhou) Hi-Tech Electronic Co, Ltd', 'Unit C&D, No.201 WuXiang, Export Processing Zone A No.200Suhong Road SIP Suzhou JiangSu 215021 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15483, '5ca176', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15484, '00a042', 0, 'Spur Products Corp', '9288 W. EMERALD STREET BOISE ID 83704 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15485, '00a06a', 0, 'Verilink Corp', '127 Jetplex Circle Madison AL 35758 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15486, '182ad3', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-05-24', '2019-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15487, '88acc0', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15488, 'd443a8', 0, 'Changzhou Haojie Electric Co, Ltd', 'No. 158, Changzhou Jiangsu 213022 CN', 'CN', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15489, '8c0551', 0, 'Koubachi AG', 'Technoparkstrasse 1 Zurich Zurich 8005 CH', 'CH', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15490, '4ca928', 0, 'Insensi', '2025 Broadway, 2CD New York City New York 10023 US', 'US', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15491, '7cc385', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15492, '20fedb', 0, 'M2m Solution S.A.S.', 'Centre d\'Affaires Regus Bat.D Mougins 06254 FR', 'FR', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15493, '0050c2e9e', 0, 'American Microsystems, Ltd', '2190 Regal Parkway Euless Texas 76040 US', 'US', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15494, '0024fe', 0, 'Avm GmbH', 'Alt-Moabit 95 Berlin 10559 DE', 'DE', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15495, '70b3d5849', 0, 'RF-Tuote Oy', 'Joensuunkatu 13 Salo 24130 FI', 'FI', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15496, '0050c2262', 0, 'Shanghai Gaozhi Science&Tech Development Ltd', 'No.283 QingJiang Rd. Shanghai 200233 CN', 'CN', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15497, '000e91', 0, 'Navico Auckland Ltd', '17-21 Kawana St Northcote Auckland NZ', 'NZ', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15498, '00d632', 0, 'GE Energy', 'Lissue Industrial Estate East Lisburn Co Antrim BT28 2RE GB', 'GB', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15499, '24f128', 0, 'Telstra', '231 Elisabeth St SYDNEY NSW 2000 AU', 'AU', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15500, '0050c2aa0', 0, 'Smith Meter, Inc', '1602 Wagner Ave. Erie PA 16514 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15501, '1093e9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-11-24', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15502, '942053', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15503, '70b265', 0, 'Hiltron s.r.l.', 'Strada Provinciale di Caserta, 218 Naples 80144 IT', 'IT', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15504, '18e8dd', 0, 'Moduletek', 'Unit 4A.4F.B Building. Shenfubao Science and Technology Industrial Park Shenzhen Guangdong 518038 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15505, 'd8d1cb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15506, '385aa8', 0, 'Beijing Zhongdun Security Tech Development Co', 'No.1 Capital Gymnasium South Road Beijing 100048 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15507, '70b3d5f56', 0, 'VirtualHere Pty. Ltd', '6/5 Wentworth St Manly NSW 2095 AU', 'AU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15508, '001c44', 0, 'Bosch Security Systems BV', 'Kapittelweg 10 4827 HG Breda Brabant 4827 NL', 'NL', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15509, '0022ad', 0, 'Telesis Tech, Inc', '28181 River Drive Circleville Ohio 43113 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15510, '2c5a0f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15511, '68dbca', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15512, '0050c297d', 0, 'Soehnle Professional GmbH & CoKG', 'Manfred-von-Ardenne-Allee 12 Backnang 71522 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15513, '747e2d', 0, 'Beijing Thomson Citic Digital Tech Co Ltd', '8301, No.8 Workshop, 3 Yongchangbei Road Beijing 100176 CN', 'CN', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15514, '0019a8', 0, 'WiQuest Communications', '915 Enterprise Blvd. Allen Texas 75013 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15515, 'b0d5cc', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15516, 'a4ed439', 0, 'Heyuan intelligence Tech Co, Ltd', 'No.1166 Xinluo Street Jinan City Shandong Province 250101 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15517, '001427', 0, 'JazzMutant', '2 allee du Doyen Georges Brus Pessac 33600 FR', 'FR', 'MA-L', '2005-03-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15518, '001ab4', 0, 'Ffei Ltd', 'Graphics House Hemel Hempstead Hertfordshire HP2 7SU GB', 'GB', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15519, '0002d8', 0, 'Brecis Communications Corp', '2025 Gateway Place, Suite 132 San Jose CA 95110 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15520, '94877c', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-09-12', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15521, '001833', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-06-13', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15522, '001cc6', 0, 'ProStor Systems', '5555 Central Avenue Boulder Colorado 80301 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15523, 'a4da222', 0, 'Wyze Labs Inc', '22522 29TH DR SE L101 BOTHELL WA 98021 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15524, '000fd2', 0, 'Ewa Tech, Inc', '13873 Park Center Road Herndon VA 20171 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15525, '001607', 0, 'Curves International Inc', '100 Ritchie Road Waco Texas 76712 US', 'US', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15526, '8c09f4', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-09-12', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15527, '084f0a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15528, '000397', 0, 'FireBrick Ltd', 'C/O Andrews & Arnold Ltd, Enterprise Court, Downmill Road Bracknell, Berks RG12 1QS GB', 'GB', 'MA-L', '2000-11-09', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15529, '4cc94f', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2012-03-01', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15530, '4495fa', 0, 'Qingdao Santong Digital Tech CoLtd', 'Room701, No.1£¬Fu Ying Building,No.443East Changjiang Road,Qingdao Economic and Technological Development District Qingdao Shandong 266555 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15531, '70b3d5e3b', 0, 'ComNav Tech Ltd', 'Buliding 2,No. 618 Chengliu Middle Road JiaDing District Shanghai 201801 CN', 'CN', 'MA-S', '2015-08-12', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15532, '00204e', 0, 'Network Security Systems, Inc', '9401 WAPLES STREET,STE. #100 SAN DIEGO CA 92121 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15533, '0050c2372', 0, 'Elv Elektronik AG', 'Maiburger Str. 32-36 Leer Niedersachsen 26789 DE', 'DE', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15534, '001e86', 0, 'Mel Co, Ltd', 'Tsukagoshi 5-5-1,Warabi-shi,Saitama,Japna Warabi Saitama 335-0002 JP', 'JP', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15535, '00240c', 0, 'Delec GmbH', 'Ruheweg 17-21 Göllheim Rheinland-Pfalz 67307 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15536, 'c8ee08', 0, 'Tangtop Tech Co, Ltd', '1F,NO.153,Ligon St.,Beitou District Taipei City 112 TW', 'TW', 'MA-L', '2010-07-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15537, '40d855092', 0, 'Wasserbauer GmbH', 'Gewerbestraße 1 Waldneukirchen 4595 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15538, 'c84029', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15539, '000568', 0, 'Piltofish Networks AB', 'Stora Badhusgatan 18-20 SE', 'SE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15540, '0050c200e', 0, 'TTTech', 'Schoenbrunnerstrasse 7 AT', 'AT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15541, '709f2d', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15542, '6084bd', 0, 'Buffalo.Inc', 'AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP', 'JP', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15543, '000208', 0, 'Unify Networks, Inc', '3160 De La Cruz Blvd. Santa Clara CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15544, '00158d', 0, 'Jennic Ltd', 'Furnival Street Sheffield Yorkshire S1 4QT US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15545, 'ccb0da', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15546, 'e4a7c5', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15547, '70b3d5639', 0, 'Dorlet Sau', 'Albert Eistein 34 Alava SPAIN 01510 ES', 'ES', 'MA-S', '2020-02-06', '2020-02-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15548, '00104b', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '1998-04-22', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15549, '003092', 0, 'Kontron Electronics AG', 'Riedstrasse 1 Rotkreuz CH-6343 CH', 'CH', 'MA-L', '2000-11-09', '2019-08-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15550, '0050c2cd2', 0, 'Sim2 Multimedia S.p.A.', 'Viale Lino Zanussi 11 PORDENONE 33170 IT', 'IT', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15551, '6c90b1', 0, 'SanLogic Inc', '2350 Mission College Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15552, 'a0f9e0', 0, 'Vivatel Co Ltd', '36/F,Tower Two Causeway Bay Causeway Bay 999077 HK', 'HK', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15553, '0003c0', 0, 'Rftnc Co, Ltd', '3F, 1624-24, Bongchen-dong SOUTH KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15554, '001b6f', 0, 'Teletrak Ltd', '214 Kepa Road Auckland 1071 NZ', 'NZ', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15555, '904c81', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15556, '00a0c0', 0, 'Digital Link Corp', '217 HUMBOLDT COURT SUNNYVALE CA 94089 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15557, '001719', 0, 'Audiocodes Usa, Inc', '27 World\'s Fair Drive Somerset NJ 08873 US', 'US', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15558, '001124', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2004-06-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15559, '001dc9', 0, 'GainSpan Corp', 'P.O. Box 223580 Carmel CA 93922 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15560, '34c3ac', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-02-21', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15561, 'c467d1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15562, '000571', 0, 'Seiwa Electronics Co', '757 Amabouki, Kukizaki-Machi 300-1253 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15563, '000dac', 0, 'Japan Cbm Corp', '5-68-10 Nakano, Nakano-Ku Tokyo 164-0001 JP', 'JP', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15564, '88e3ab', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15565, '70b3d5dd8', 0, 'Emscan Corp', '1 - 1715 27 ave NE Calgary Alberta T2E 7E1 CA', 'CA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15566, 'c0885b', 0, 'SnD Tech Co, Ltd', '1140-4 Triple Tower C-406 Bucheon Si Gyeonggi-Do 420-852 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15567, '383a21a', 0, 'Foresight Sports', '9965 Carroll Canyon Road San Diego CA 92131 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15568, 'd0d94fc', 0, 'Arrowave Tech Ltd', 'L1, 1st Floor, LIC Colony, Sector-14, 10th Main, Jeevanbhima Nagar Bangalore Karnataka 560075 IN', 'IN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15569, '7c942a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15570, '003085', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15571, '00128f', 0, 'Montilio', '1 maskit st. Hertzelia 46763 IL', 'IL', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15572, '000d9a', 0, 'Infotec Ltd', 'The Maltings Ashby-de-la-Zouch Leicestershire LE65 2PS GB', 'GB', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15573, '4c1fcc', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15574, 'd4522a', 0, 'TangoWiFi.com', 'TangoWiFi Team Beijing Beijing 100022 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15575, 'e4029b', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15576, '802689', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2016-11-26', '2016-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15577, '00a089', 0, 'Xpoint Tech, Inc', '902 CLINT MOORE RD.-STE#132 BOCA RATON FL 33487 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15578, '005082', 0, 'Foresson Corp', '3F, NO.9 SEC.1 TAIPEI 10404 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15579, '001153', 0, 'Trident Tek, Inc', '8041 Cessna Ave #200 Gaithersburg MD 20879 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15580, '0050c2654', 0, 'PaloDEx Group Oy', 'Nahkelantie 160 TUUSULA FIN 04301 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15581, 'a89b10', 0, 'inMotion Ltd', 'Unit 2709 Exchange Tower KLN HK', 'HK', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15582, 'c88ed1f', 1, 'Private', '', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15583, '00028a', 0, 'Ambit Microsystems Corp', '5F-1, 5 Hsin-An Road Hsinchu, TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15584, '0007ca', 0, 'Creatix Polymedia Ges Fur Kommunikaitonssysteme', 'Heinrich-Barth-Straße 3 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15585, '181beb', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2013-09-12', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15586, '7419f8', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-01-12', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15587, '001ff5', 0, 'Kongsberg Defence & Aerospace', 'Olav Brunborgs vei 6 Billingstad 1396 NO', 'NO', 'MA-L', '2008-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15588, '78a3e4', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-11-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15589, '001a90', 0, 'Trópico Sistemas e Telecomunicações da Amazônia Ltda.', 'Rod. Campinas-Mogi-Mirim (SP 340) Km 118,5 Campinas São Paulo 13.086-902 BR', 'BR', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15590, 'bcec23', 0, 'Shenzhen Chuangwei-Rgb Electronics Co, Ltd', 'Unit A13-16/F,Skyworth Bldg., Gaoxin Ave.1.S.,Nanshan District,Shenzhen,China ShenZhen GuangDong 518057 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15591, '0050c2c21', 1, 'Private', '', '', 'IAB', '2010-05-15', '2010-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15592, '001a46', 0, 'Digital Multimedia Tech Co, Ltd', 'Doorim Bldg, 3rd Fl, 164-21 Poi-Dong, Seoul Kangnam-Gu 135-960 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15593, 'b462ad', 0, 'Elysia Germany GmbH', 'Benzstr.4 Straubenhardt Baden-Wuerttemberg 75334 DE', 'DE', 'MA-L', '2013-07-29', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15594, '80739f', 0, 'Kyocera Corp', '2-1-1 Kagahara Yokohama-shi Kanagawa 224-8502 JP', 'JP', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15595, '2c2131', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15596, '5caf06', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2016-10-12', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15597, '288cb8', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15598, '00e071', 0, 'Epis Microcomputer', 'LAUTLINGER STRASSE 147 72458 ALBSTADT DE', 'DE', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15599, '0050c2201', 0, 'OlympusNDT', '421 N Quay Kennewick WA 99336 US', 'US', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15600, '0050c2a9c', 0, 'Star Electronics GmbH & Co KG', 'Jahnstraße 86 Göppingen BW 73037 DE', 'DE', 'IAB', '2010-05-15', '2016-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15601, '687cd5', 0, 'Y Soft Corp, a.s.', 'Technicka 2948/13 Brno Czech Republic 616 00 CZ', 'CZ', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15602, 'a48cdb', 0, 'Lenovo', '1009 Think Place Morrisvilee NC 27560 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15603, '2405f5', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15604, '88f7bf', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15605, '0000c2', 0, 'Information Presentation Tech', '23801 CALABASAS ROAD CALABASAS CA 91302 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15606, '000e7d', 0, 'Electronics Line 3000 Ltd', '2 Granit St. Petah Tikva Kiryar Arie 449130 IL', 'IL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15607, '70b3d5300', 0, 'Novo DR Ltd', '40 HaAtsmaut Road Yehud - Please Choose - 5630417 IL', 'IL', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15608, 'a0224e1', 0, 'rNET Controls', '8231 SW Cirrus Dr Beaverton OR 97008 US', 'US', 'MA-M', '2019-10-08', '2019-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15609, '70b3d5432', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach North Rhine-Westphalia 51465 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15610, 'f80332', 0, 'Khomp', 'Rua Joe Collaço, 253 Florianópolis Santa Catarina 88037-010 BR', 'BR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15611, '58e28f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15612, '2c16bd5', 0, 'Beijing Zhijian Link Tech Co, Ltd', 'C3-1358, 3rd floor, No. 18 North Taipingzhuang Road, Haidian District Beijing Beijing 100088 CN', 'CN', 'MA-M', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15613, '000275', 0, 'Smart Tech, Inc', '3636 Research Road NW Calgary, Alberta T2L1Y1 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15614, 'a082c7', 0, 'P.T.I Co, Ltd', '1-5-1,Tsurumidan Koriyama-shi Fukushima 963-8861 JP', 'JP', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15615, '001f28', 0, 'Hpn Supply Chain', '8000 Foothills Blvd Roseville CA 95747 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15616, '0022cd', 0, 'Ared Tech Co, Ltd', '6F-8 No.83 Sec.1, Nankan Rd. Luzhu Shiang Taoyuan County Taiwan 33859 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15617, '0026fa', 0, 'BandRich Inc', '7F., No.188, Baociao Road Sindian City Taipei 23145 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15618, '24b8d2', 0, 'Opzoon Tech Co, Ltd', '11th floor, Tower B£¬Yintai Center 2 Jianguomenwai St,. Beijing Asia 100022 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15619, '0008b8', 0, 'E.F. Johnson', '299 Johnson Ave. Waseca MN 56093 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15620, '002637', 0, 'Samsung Electro Mechanics Co, Ltd', '314, Metan dong Suwon Kyung-ki do 443-743 KR', 'KR', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15621, '70b3d5911', 0, 'Equatel', 'Bury New Road Manchester M25 0JW GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15622, '34d0b84', 0, 'EQPlay Intelligent Tech(Kunshan) Co, Ltd', 'No. 58 Xinnengyuan Road, Yushan Town, Kunshan Kunshan Jiangsu 215300 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15623, '001cfd', 0, 'Universal Electronics, Inc', '6101 Gateway Drive Cypress 90630 US', 'US', 'MA-L', '2007-06-16', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15624, '0023e9', 0, 'F5 Networks, Inc', '401 Elliott Ave. W. Seattle WA 98119 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15625, '7cd1c3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-04-08', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15626, 'ecfabc', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2017-08-04', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15627, '0013e2', 0, 'GeoVision Inc', '9F.,No.246,Sec.1, Taipei 114 TW', 'TW', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15628, '14b1c8', 0, 'InfiniWing, Inc', '19925 Stevens Creek Blvd Cupertino CA 95014 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15629, '0026b2', 0, 'Setrix GmbH', 'Josephspitalstr. 15 Muenchen Bayern 80331 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15630, '9c37f4', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15631, '000f4a', 0, 'Kyushu-kyohan Co, Ltd', '2-6-3,Koganemachi Kitakyushu-city Fukuoka 802-0071 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15632, '708bcd', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15633, 'd0498b', 0, 'Zoom Server', 'North keyuan Road Shenzhen 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15634, '000184', 0, 'Sieb & Meyer AG', 'Auf dem Schmaarkamp 21 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15635, '000a7f', 0, 'Teradon Industries, Inc', '7500 2nd ST NW Albuquerque NM 87120 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15636, '0012f0', 0, 'Intel Corp', 'Lot 8, Jalan Hi-tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15637, '0050c2893', 0, 'Eizo Tech GmbH', 'BGM-Seidl-Strasse 8 Wolfratshausen Bavaria / Bayern 82515 DE', 'DE', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15638, '006ba0', 0, 'Shenzhen Universal Intellisys Pte Ltd', 'ROOM 1607-1608,XINGJI MANSION SHENZHEN GUANGDONG 518104 CN', 'CN', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15639, '985d46', 0, 'PeopleNet Communication', '4400 Baker Road Minnetonka Minnesota 55343 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15640, '2894af', 0, 'Samhwa Telecom', '293-7, Doksan-dong Seoul Seoul 153-813 KR', 'KR', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15641, '20d390', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15642, '00403a', 0, 'Impact Tech', '6 RUE DE L\'ACADIE FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15643, '000b21', 0, 'G-Star Communications Inc', '5F, 69-10, Sec. 2, Chung Cheng East Road Taipei Hsien 251 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15644, '70b3d526a', 0, 'Talleres de Escoriaza SA', 'Barrio Ventas, 35 Irun Gipuzkoa 20305 ES', 'ES', 'MA-S', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15645, '68ab1e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15646, 'bc7536', 0, 'Alps Electric Co, Ltd', 'nishida 6-1 Kakuda-City Miyagi-Pref 981-1595 JP', 'JP', 'MA-L', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15647, '001550', 0, 'Nits Tech Inc', '2FL. No. 8 Alley 16, Lane 235, Bauchiau Rd., Shindian City Taipei Hsien 231 TW', 'TW', 'MA-L', '2005-07-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15648, '80a1d7', 0, 'Shanghai DareGlobal Tech Co, Ltd', '22F,Info Tech Building,No.1555,Kongjiang Rd. Shanghai 200092 CN', 'CN', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15649, '546c0e', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15650, '240ac4', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2016-05-23', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15651, '2c279ee', 0, 'Amaryllo International Inc', '4F, No. 159, Xianzheng 9th Rd., ZUHUBEI CITY HSINCHU COUNTY 302 TW', 'TW', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15652, '1cfd08d', 0, 'Tianjin Keyvia Electric Co, Ltd', 'No.15 HaitaiFazhanErlu Road, Binhai Hi-tech Industrial Huayuan Development Area(Outer Ring) Tianjin Tianjin 300392 CN', 'CN', 'MA-M', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15653, '0060d8', 0, 'Elmic Systems, Inc', 'DAI-ICHI SEIMEI BLDG. YOKOHAMA 231 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15654, '00a014', 0, 'Csir', 'P.O. BOX 395 SOUTH AFRICA ZA', 'ZA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15655, '2cffee', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15656, '1c8f8a', 0, 'Phase Motion Control SpA', 'via Adamoli, 461 Genova IT16141 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15657, '942197', 0, 'Stalmart Tech Ltd', 'Rm1106-1107E, Building F, Xihaimingzhu, No.1, Taoyuan Road Shenzhen Gunagdong 518052 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15658, 'e4956ed', 0, 'Shanghai Tieda Telecommunications Equipment Co, Ltd', '18F The Sapphire Tower 267 TianmuRd(M) Shanghai Zhabei District 200070', '', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15659, 'd8c46a', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15660, '0021d7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15661, '002569', 0, 'Sagemcom Broadband Sas', 'Le Ponnant de Paris CEDEX Paris 75512 FR', 'FR', 'MA-L', '2009-03-14', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15662, '001ebe', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15663, '982cbe', 0, '2Wire Inc', '1764 Automation Pkwy San Jose CA 95131 US', 'US', 'MA-L', '2010-11-24', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15664, '54271e', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City 231 TW', 'TW', 'MA-L', '2013-11-12', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15665, '105172', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15666, '2c6a6f8', 0, 'Milbank Manufacturing Co', '4801 Deramus Ave. Kansas City MO 64120 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15667, '00e0fd', 0, 'A-Trend Tech Co, Ltd', '10F, NO. 75, HSIN TAI WU RD., TAIPEI HSIEN 221 TJ', 'TJ', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15668, '001288', 0, '2Wire Inc', '1704 Automation Parkway San Jose CA 94538 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15669, 'ece09b', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3dong, Yeongtong-gu, Suwon-City Gyeonggi-do 443-742 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15670, 'b437d10', 0, 'Lezyne Inc Usa', '645 Tank Farm San Luis Obispo California 93401 US', 'US', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15671, '000ed7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15672, '00234c', 0, 'Ktc AB', 'F O Petersons gata 6 Vastra Frolunda Gothenburg SE-42131 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15673, '0050c2fd2', 0, 'Autonomic Controls. Inc', '28 Kaysal Court Armonk NY 10504 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15674, '3873ea1', 0, 'KingWay Information Co, Ltd', '3/F Rongxin business organization #56 Jinyan Road Fuzhou Fujian 350000 CN', 'CN', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15675, '300a600', 0, 'KAZUtechnica Co, Ltd', '1-9-18,Chuo,Chuo-ku Sagamihara-shi Kanagawa 2520239 JP', 'JP', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15676, '00027e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15677, '000b78', 0, 'Taifatech Inc', '8F-1 No.289, Sec.2 Guangfu Rd. Hsinchu 300 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15678, '002122', 0, 'Chip-pro Ltd', '5F.-4, No.63, Siwei Rd., North District, Hsinchu 300 TW', 'TW', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15679, '0050c29c8', 0, 'ethermetrics', '1223 peoples ave Troy New York 12180 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15680, '447f77', 0, 'Connected Home', '19-22, Rathbone Place London W1T 1HY GB', 'GB', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15681, '381a52', 0, 'Seiko Epson Corp', '2070 Kotobuki Koaka Matsumoto-shi Nagano-ken 399-8702 JP', 'JP', 'MA-L', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15682, '000a6d', 0, 'Eks Elektronikservice GmbH', 'Enzstr. 9 Kornwestheim Baden-Württemberg 70806 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15683, '000ca9', 0, 'Ebtron Inc', '1663 Hwy 701 South Loris SC 29569 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15684, '0050c2c7c', 0, 'Keysight Tech, Inc', 'Lise-Meitner-Allee 27 Bochum 44801 DE', 'DE', 'IAB', '2010-05-15', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15685, '3891fb', 0, 'Xenox Holding BV', 'Lingedijk 80 Tricht Gelderland 4196 HC NL', 'NL', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15686, 'e47e66', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15687, 'cc2237', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-06-17', '2017-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15688, '4c2498', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15689, '00a05c', 0, 'Inventory Conversion, Inc/', 'NEKOTECH DIVISION HAMPTON NH 03842 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15690, '005092', 0, 'Rigaku Corp Osaka Plant', '14-8 AKAOJI-CHO TAKATSUKI-SHI, OSAKA 569-1146 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15691, 'cca462', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2012-07-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15692, 'ec9365', 0, 'Mapper.ai, Inc', '400 Treat Ave, Suite G San Francisco CA 94110 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15693, '40d32d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-02-21', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15694, '308cfb', 0, 'Dropcam', '160 Spear Street San Francisco CA 94105 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15695, '70b3d5ef7', 0, 'Dave Srl', 'VIA TALPONEDO 29/A PORCIA PORDENONE 330850 IT', 'IT', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15696, '000865', 0, 'Jascom Co, Ltd', 'JUAN INDUSTRIAL COMPLEX 330, 17-1, JUAN-DONG NAM-GU INCHEON 402-200 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15697, '70b3d5be3', 0, 'Saratov Electrounit Production Plant named after Sergo Ordzhonikidze, Ojsc', '239, Bolshaya Sadovaya Saratov Saratovskaya oblast 410005 RU', 'RU', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15698, '489a42', 0, 'Technomate Ltd', 'Unit 11 Nobel Road London N18 3BH GB', 'GB', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15699, '000c3a', 0, 'Oxance', '75-85 rue Richelieu les Lucs sur Boulogne 85170 FR', 'FR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15700, '0050c2ea6', 0, 'Powersense A/S', 'Skovlytoften 33 Holte 2840 DK', 'DK', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15701, '9046b7', 0, 'Vadaro Pte Ltd', '71 Ayer Rajah Crescent 139951 SG', 'SG', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15702, '04d3cf', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15703, '70b3d548f', 0, 'Seiwa Giken', '4-4-23 Hotarugaike-higashimachi Toyonaka-City Osaka 560-0032 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15704, '00e085', 0, 'Global Maintech, Inc', '6468 CITY WEST PARKWAY EDEN PRAIRIE MN 55344 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15705, '5c57c8', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15706, 'd40598', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-09-28', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15707, '100723d', 0, 'Coyote System', '24 quai Gallieni SURESNES Hauts de Seine 92150 FRANCE FR', 'FR', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15708, '105887', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15709, '00136c', 0, 'TomTom', 'Oosterdoksstraat 114 1011 DK Amsterdam NL', 'NL', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15710, '001cde', 0, 'Interactive Multimedia eXchange Inc', 'NO. 165 Wenlin Road. Taipei Taiwan 111 TW', 'TW', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15711, '58639a', 0, 'Tpl Systemes', 'ZAE DU PERIGORD NOIR SARLAT 24200 FR', 'FR', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15712, '70b3d5c6d', 0, 'Cyviz AS', 'Vestre svanholmen 6 Sandnes NO N4313 NO', 'NO', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15713, '70b3d5e92', 0, 'Fuji Data System Co, Ltd', '5-21-14 AMAGASAKI-SHI HYOGO PREF 660-0892 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15714, '00217c', 0, '2Wire Inc', '1764 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2008-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15715, '00237f', 0, 'Plantronics, Inc', '345 ENCINAL STREET SANTA CRUZ CA 95060 US', 'US', 'MA-L', '2008-10-25', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15716, '14feb5', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2011-03-17', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15717, '9094e4', 0, 'D-Link International', '1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG', 'SG', 'MA-L', '2012-05-01', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15718, '40a8f0', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-12-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15719, '000a58', 0, 'Freyer & Siegel Elektronik GmbH & Co KG', 'Neuendorfstraße 18 b Hennigsdorf Brandenburg 16761 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15720, '00228d', 0, 'Gbs Laboratories Llc', '2325 Dulles Corner Blvd Herndon VA 20171 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15721, '70b3d5bc5', 0, 'U&R GmbH Hardware- und Systemdesign', 'In den Wiesen 2 Erbach 89155 DE', 'DE', 'MA-S', '2019-01-22', '2019-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15722, '000019', 0, 'Applied Dynamics International', '3800 STONE SCHOOL ROAD ANN ARBOR MI 48104-2499 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15723, 'e8e1e2', 0, 'Energotest', 'Chorzowska 44B Gliwice Slask 44-100 PL', 'PL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15724, '7cbc84c', 0, 'Tibit Communications', '1 Willowbrook Court, Suite 150 Petaluma CA 94954 US', 'US', 'MA-M', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15725, 'c4a402', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15726, '0050c26e6', 0, 'Lanetco', 'International Business Park Archamps Haute savoie 74160 FR', 'FR', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15727, 'cc03fa', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2014-07-13', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15728, '001b1b', 0, 'Siemens AG', 'I IA SC MF-K PE 3 76187 Karlsruhe Baden Wuerttemberg DE', 'DE', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15729, 'fc0877', 0, 'Prentke Romich Co', '1022 Heyl Rd Wooster OH 44691 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15730, '6891d0d', 0, 'Fuzhou x-speed information Tech Co, Ltd', 'tianewan 30#1601 Pushang Load,Cangshan District, Fuzhou Fujian 350008 CN', 'CN', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15731, 'f86fc1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15732, '0060b0', 0, 'Hewlett Packard', 'MS 42LE CUPERTINO CA 95014 US', 'US', 'MA-L', '1980-01-01', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15733, '000537', 0, 'Nets Tech Co, Ltd', '#B1 YungJun Bldg. Seoul 135-090 135-090 KR', 'KR', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15734, 'a02ef3', 0, 'United Integrated Services Co, Led.', '5F No 3 Lane 7 Packao Road Hsintien Taipei Hsien 23144 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15735, '0050c2d8e', 0, 'Lsd Science&Tech Co, Ltd', 'Lierda Building,No.425 Dengyun Road Hangzhou Zhejiang 310011 CN', 'CN', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15736, '80e4da5', 0, 'Cavalry Storage Inc', '4251 E BRICKELL ST ONTARIO CA 91761 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15737, '4cc00a', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15738, '0007c3', 0, 'Thomson', '5-7, rue Salomon de Rothschild 92150 FR', 'FR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15739, '000c9d', 0, 'UbeeAirWalk, Inc', '1850 N. GreenVille Ave., Suite 164 Richardson TX 75081 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15740, '2054fa', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15741, '70b3d5842', 0, 'Pluto Solution Co, Ltd', 'B-1018, Kumkang Penterium IT Tower, 282, Hagui-ro, Dongan-gu Anyang-si Gyeonggi-do 14056 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15742, '70b3d5ed1', 0, 'Przemyslowy Instytut Automatyki i Pomiarow', 'Al. Jerozolimskie 202 Warszawa Mazowieckie 02-486 PL', 'PL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15743, '6c3845', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15744, 'fa6673', 0, 'Nells Electronic Systems (Nes)', 'THAPASYA, KALAPARAMBATH (H), MATHILAKAM P.O THRISSUR KERALA 680685 IN', 'IN', 'CID', '2019-12-12', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15745, 'b07994', 0, 'Motorola Mobility Llc, a Lenovo Co', '600 North US Hwy 45 Libertyville IL 60048 US', 'US', 'MA-L', '2013-01-09', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15746, '70b3d5272', 0, 'Telecom Sante', '8 SQUARE DU CHENE GERMAIN CESSON SEVIGNE 35510 FR', 'FR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15747, '002543', 0, 'Moneytech', 'Rua Guiratinga 931 un. 103 São Paulo SP 04141-001 BR', 'BR', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15748, 'c869cd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15749, '48c049', 0, 'Broad Telecom SA', 'c/ Margarita Salas, 22 Leganes Madrid 28918 ES', 'ES', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15750, '70b3d5c5c', 0, 'Layer Logic Inc', '5412 Courseview Drive, suite 100 Mason OH 45040 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15751, '2ccce6', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15752, '109fa9', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2012-05-26', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15753, '70b3d54de', 0, 'Oso Tech, Inc', '722 W KILLARNEY ST Urbana Illinois 61801 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15754, '0016fd', 0, 'Jaty Electronics', 'Jaty Bldg 10F, 1659-5 Bongchun11-Dong Seoul 151-832 KR', 'KR', 'MA-L', '2006-01-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15755, '0050c25f4', 0, 'TeamProjects BV', 'Zonnebaan 42 Utrecht 3542 EG NL', 'NL', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15756, 'd0bd01', 0, 'DS International', '806ho, ACE HITECH21 B/D Busan Busan 612-020 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15757, '70b3d5e4e', 0, 'Midfin Systems', '2509 152nd Ave NE Redmond WA 98052 US', 'US', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15758, '8c593c', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15759, '0060d0', 0, 'Snmp Research Inc', '3001 KIMBERLIN HEIGHTS ROAD KNOXVILLE TN 37920-9716 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15760, '0050c23e7', 0, 'Revolution Education Ltd', '4 Old Dairy Business Centre Bath BNES BA2 3LR GB', 'GB', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15761, '000e0b', 0, 'Netac Tech Co, Ltd', '6F, Incubator Building, China Academy of Science &Tech Development, ShenZhen GuangDong 518057 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15762, '002606', 0, 'Raumfeld GmbH', 'Reichenberger Str. 124 Berlin 10999 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15763, '0050c2b76', 0, 'Itf Fröschl GmbH', 'Hauserbachstraße 9 Walderbach Bavaria 93194 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15764, '906ebb', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2011-03-17', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15765, '70b3d538f', 0, 'Sorynorydotcom Inc', '206-1, 2F, 8, Suseong-ro, Gwonseon-gu Suwon-si Gyeonggi-do 16426 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15766, '001052', 0, 'Mettler-Toledo (Albstadt) GmbH', 'P.O. BOX 2 50 D-72423 ALBSTADT DE', 'DE', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15767, '00b01c', 0, 'Westport Tech', '15 Capella Court, Unit 116 Nepean Ontario CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15768, '70d4f2', 0, 'Rim', 'Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15769, '9c3aaf', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15770, 'f4e9d4', 0, 'QLogic Corp', '26650 Aliso Viejo Parkway Aliso Viejo California US', 'US', 'MA-L', '2015-03-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15771, '70b3d5f57', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15772, '70b3d5e12', 0, 'Snk, Inc', 'Rm 302 Inobiz park, 1646, Yuseong-daero, Yuseong-gu Daejeon 34054 KR', 'KR', 'MA-S', '2019-12-27', '2019-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15773, '0060ab', 0, 'Larscom Inc', '1845 MCCANDLESS DRIVE MILPITAS CA 95035 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15774, '08002b', 0, 'Digital Equipment Corp', 'LKG 1-2/A19 LITTLETON MA 01460-1289 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15775, '000d59', 0, 'Amity Systems, Inc', '888 Tasman Drive Milpitas CA 95035 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15776, 'd0d94f7', 1, 'Private', '', '', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15777, '189ba5c', 0, 'Christ Electronic System GmbH', 'Alpenstrasse 34 Memmingen Bavaria 87700 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15778, '00e0a5', 0, 'ComCore Semiconductor, Inc', '4505 LAS VIRGENES, Suite 202 CALABASAS CA 91302 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15779, '70b3d5e45', 0, 'Momentum Data Systems', '5432 Bolsa Ave Unit B Huntington Beach CA 92649 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15780, '8c5105', 0, 'Shenzhen ireadygo Information Tech Co, Ltd', 'Room 02,11F,DESAY Building,No.1 Hi-Tech South Road Shenzhen 518057 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15781, 'b85810', 0, 'Numera, Inc', '1511 3RD AVE SEATTLE WA 98101 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15782, 'e06678', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15783, '0050c2255', 0, 'STMicroelectronics Srl', 'Stradale Primosole, 50 CATANIA 95121 IT', 'IT', 'IAB', '2003-06-06', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15784, '0050c2b11', 0, 'Exel s.r.l', 'Via di Corticella 201 Bologna 40128 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15785, '001078', 0, 'Nuera Communications, Inc', '10445 PACIFIC CENTER COURT SAN DIEGO CA 92121 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15786, '88ad43', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15787, 'c88629', 0, 'Shenzhen Duubee Intelligent Tech Co, Ltd', '9F, Block B, Unicenter, Xin’an Sub district, Bao’an District Shenzhen GuangDong 518000 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15788, '0080bf', 0, 'Takaoka Electric Mfg. Co Ltd', 'KANDA BRANCH OFFICE TONEN JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15789, 'f8f25a', 0, 'G-Lab GmbH', 'Schiffbaustrasse 10 Zurich CH 8005 CH', 'CH', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15790, '0050c2e9f', 0, 'DataSoft Corp', '1475 N. Scottsdale Road Scottsdale AZ 85257 US', 'US', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15791, '0024f2', 0, 'Uniphone Telecommunication Co, Ltd', 'No. 25, Chu-Kung 3rd Lane, Chu-Hou Tsung, Jen-Wu Hsiang, Kaohsiung Hsien 81448 TW', 'TW', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15792, '4c1a3a', 0, 'Prima Research And Production Enterprise Ltd', '63, Svobody st. Nizhny Novgorod 603003 RU', 'RU', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15793, '384b5b', 0, 'Ztron Tech Ltd', '12/F,JunZi Plaza, Qiaoxiang Road, Futian District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-10-14', '2019-10-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15794, '0005db', 0, 'Psi Nentec GmbH', 'Greschbachstraße12 Karlsruhe 76229 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15795, '000770', 0, 'Ubiquoss Inc', 'Ubiquoss B/D, 68, Pangyo-ro 255beon-gil, KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15796, '4cf95d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15797, '547a52', 0, 'Cte International srl', 'Via Sevardi 7 Reggio Emilia 42124 IT', 'IT', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15798, '8c83e1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15799, 'b00247', 0, 'Ampak Tech, Inc', '3F.,No.15-1 Zhonghua Road,Hsinchu Industrial Park, Hukou,Hsinchu Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15800, '0ce041', 0, 'iDruide', '19 Rue de la Turbie MONACO 98000 MC', 'MC', 'MA-L', '2018-11-16', '2018-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15801, '70b3d5efd', 0, 'Cambridge Tech, Inc', '125 middlesex turnpike bedford MA 01730 US', 'US', 'MA-S', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15802, '0080c5', 0, 'Novellco DE Mexico', 'CONSTITUYENTES NO. 907 11950 MEXICO 11950 MEXICO D.F. MX', 'MX', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15803, '000e65', 0, 'TransCore', '8600 Jefferson St NE Albuquerque NM 87113 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15804, '44aaf5', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-12-17', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15805, '7afd44', 0, 'Rosenberger Hochfrequenztechnik GmbH & Co KG', 'Hauptstrasse 1 Fridolfing 83413 DE', 'DE', 'CID', '2017-01-30', '2017-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15806, 'a492cb', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15807, '0005b9', 0, 'Airvana, Inc', '25 Industrial Ave. Chlemsford MA 01824 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15808, '60b606', 0, 'Phorus', '16255 Ventura Boulevard, Suite 310 Encino CA 91436 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15809, 'c04df7', 0, 'Serelec', '2, Chemin du Génie VENISSIEUX CEDEX 69633 FR', 'FR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15810, '70b3d548d', 0, 'Omega Bilance Srl Societa\' Unipersonale', 'VIA FRANCESCO CARACCIOLO, 115 NAPLES NAPLES 80122 IT', 'IT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15811, '788a20', 0, 'Ubiquiti Networks Inc', '2580 Orchard Pkwy San Jose CA 95131 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15812, '000e50', 0, 'Thomson Telecom Belgium', 'Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE', 'BE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15813, '688540', 0, 'Igi Mobile, Inc', '4F Kyongnam Bldg., Seoul 135-080 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15814, 'b0808c', 0, 'Laser Light Engines', '8C Industrial Way Salem New Hamshire 03079 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15815, '2c6a6f4', 0, 'Tinyco', '3rd Fl., Dukwon Bldg., 1225-4 Gaepo-Dong Seoul Gangnam-Ku 135-963 KR', 'KR', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15816, '8cebc6', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15817, '70b3d5ea7', 0, 'S.I.C.E.S. srl', 'Via Molinello, 8B Jerago con Orago VARESE 21040 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15818, '0005e8', 0, 'TurboWave, Inc', '555 South State Orem UT 84058 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15819, '001b10', 0, 'ShenZhen Kang Hui Tech Co, Ltd', 'China GuangDong ShenZhen GuangDong 518109 CN', 'CN', 'MA-L', '2007-01-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15820, 'fcd817', 0, 'Beijing Hesun Tech CoLtd', 'Room 1811, 18th floor, Building No. 4, Courtyard 1, Shangdi tenth Street Beijing 100085 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15821, '70b3d5b59', 0, 'FutureTechnologyLaboratories Inc', '3-2 Shinsakae-3chome Naka-ku Nagoya Aichi 460-0007 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15822, 'd4c93c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15823, 'a0bab8', 0, 'Pixon Imaging', '9530 Towne Center Dr. San Diego CA 92121 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15824, '54112f', 0, 'Sulzer Pump Solutions Finland Oy', 'Lentokentaentie 44 Lappeenranta FI-53600 FI', 'FI', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15825, '001c35', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15826, '40d85505a', 0, 'Ultra Electronics Flightline Systems', '7625 Omnitech Place Victor NY 14564-9795 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15827, 'd0e40b', 0, 'Wearable Inc', '3825 Charles Dr. Northbrook IL 60062 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15828, '70b3d5331', 0, 'Firecom, Inc', '3927 59th Street Woodside NY 11377 US', 'US', 'MA-S', '2020-01-31', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15829, '000dcb', 0, 'Petcomkorea Co, Ltd', '5F,689-47,Geumjeong-dong,Gunpo-si,Kyungg Kyunggi-do gunpo-si 435-050 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15830, '00114f', 0, 'US Digital Television, Inc', '5807 N. Andrews Way Fort Lauderdale FL 33309 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15831, 'a0d12a', 0, 'Axpro Tech Inc', '8F, No.128, sec. 4 Chung Hsiao E. RD., Taipei city 10866 TW', 'TW', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15832, 'c88550', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15833, '40b688', 0, 'Legic Identsystems AG', 'Binzackerstrasse 41 Wetzikon 8620 CH', 'CH', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15834, '10cd6e', 0, 'Fisys', '303 Expotel, 44, Dunsan-daero 117beon-gil, Seo-gu, Daejeon, Korea Daejeon, Korea KS015 KR', 'KR', 'MA-L', '2017-09-22', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15835, '0c2724', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15836, '248000', 0, 'Westcontrol AS', 'Breivikvg 7 Joerpeland - 4100 US', 'US', 'MA-L', '2013-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15837, '001357', 0, 'Soyal Tech Co, Ltd', '10F, No. 27, Lane 169, Kangning St., Shijr City, Taipei 221 TW', 'TW', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15838, '0cefaf4', 0, 'Sentry360', '23807 W Andrew Road Plainfield IL 60585 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15839, '00909c', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '1998-04-22', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15840, '000937', 0, 'Inventec Appliance Corp', '113, Wugung 1 RD., WuKu Industrial nPark Taipei TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15841, 'ccd39d7', 0, 'Glenair', '1211 Air Way Glendale CA 91201 US', 'US', 'MA-M', '2018-10-16', '2018-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15842, 'fc1e16', 0, 'Ipevo Corp', '3F,No.53,Bo-ai Road,Taipei 100,Taiwan Taipei 10044 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15843, 'f49651', 0, 'Nakayo Inc', '1-3-2, Soja-machi Maebashi-shi Gunma 371-0853 JP', 'JP', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15844, '001398', 0, 'TrafficSim Co, Ltd', '23-9 Mita-biru 2F, Chiyoda 3-chome Aichi Non 460-0012 JP', 'JP', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15845, '0050c2e08', 0, 'Kst Tech', 'KST B/D 164-1,Bangi-dong,Songpa-gu, Seoul 138-050 KR', 'KR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15846, '38f708', 0, 'National Resource Management, Inc', '480 Neponset St. Bldg. #2 Canton MA 02021 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15847, '70b3d520e', 0, 'Amrehn & Partner Edv-Service GmbH', 'Friedrich-König-Straße 11 Waldbüttelbrunn Bayern 97297 DE', 'DE', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15848, 'bcffeb', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2017-09-22', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15849, 'dca266', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15850, '0010a8', 0, 'Reliance Computer Corp', '3032 BUNKER HILL LANE SANTA CLARA CA 95054 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15851, '000775', 0, 'Valence Semiconductor, Inc', '41 Discovery Irvine CA 92618 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15852, '0050c2b07', 0, 'Fareco', '8 EUROPARC de la Sainte Victoire MEYREUIL 13590 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15853, '5078b3', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-12-31', '2018-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15854, 'f49c12', 0, 'Structab AB', 'Slotsmöllan 14B HALMSTAD 30231 SE', 'SE', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15855, '00e018', 0, 'ASUSTek Computer Inc', '150 LI-TE RD. PEITOU, TAIPEI 77777 TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15856, '002563', 0, 'Luxtera Inc', '2320. Camino Vida Roble Carlsbad CA 92011 US', 'US', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15857, '0050c2d19', 0, 'Applied Medical Tech, Inc Dba AirClean Systems', '3248 Lake Woodard Dr. Raleigh NC 27604 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15858, '78cb33', 0, 'Dhc Software Co, Ltd', '16/F,DHC Mansion No.3 Zijin Beijing 100190 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15859, '70b3d5b87', 0, 'Caitron GmbH', 'Eich 8 Ramerberg 83561 DE', 'DE', 'MA-S', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15860, '0050c2158', 0, 'Communication Solutions, Inc', 'P.O. Box 43550 Baltimore MD 21236-0550 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15861, '609f9d', 0, 'CloudSwitch', '200 Wheeler Rd Burlington MA 01803 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15862, '003012', 0, 'Digital Engineering Ltd', '2 TRENCH ROAD, MALLUSK NORTHERN IE', 'IE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15863, '0005c1', 0, 'A-Kyung Motion, Inc', '54-10, Munjung-Dong Seoul KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15864, '00139e', 0, 'Ciara Tech Inc', '9300 Trans Canada Highway Saint-Laurent Quebec H4S 1K5 CA', 'CA', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15865, '0014d1', 0, 'TRENDnet, Inc', '20675 Manhattan Place Torrance CA 90501 US', 'US', 'MA-L', '2005-06-02', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15866, '001b36', 0, 'Tsubata Engineering Co, Ltd (Head Office)', 'Koyanagi 1-2 Ibaraki Osaka 567-0852 JP', 'JP', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15867, 'f81d93', 0, 'Longdhua(Beijing) Controls Tech Co, Ltd', 'Room 1203,Lixiang Building, No.111 Zhichun Road,Haidian District, Beijing 10086 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15868, '006082', 0, 'Novalink Tech, Inc', '48511 WARM SPRINGS BLVD. #208 FREMONT CA 94539 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15869, '0090b6', 0, 'Fibex Systems', '5350 OLD REDWOOD HIGHWAY PETALUMA CA 94954 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15870, '1027be', 0, 'Tvip', '190000 ul. Decabristov, h.6 А, of.10-Н Saint-Petersburg 197227 RU', 'RU', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15871, 'fa4c77', 0, 'Occitaline', 'Allée du Quercy COLOMIERS 31770 FR', 'FR', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15872, '70eea3', 0, 'Eoptolink Tech Inc Ltd,', 'No.127 West Wulian Street Chengdu China/Sichuan 610213 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15873, '688b0f', 0, 'China Mobile Iot Co Ltd', 'NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN', 'CN', 'MA-L', '2018-11-16', '2018-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15874, '0050c2455', 0, 'Gogo BA', '1172 Century Drive Louisville 80027 US', 'US', 'IAB', '2005-02-11', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15875, '001bf7', 0, 'Lund IP Products AB', 'Dalbyv. 1 Lund Skåne 224 60 SE', 'SE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15876, '94c960', 0, 'Zhongshan B&T TechCo, Ltd', 'Floor3-4,Block A,Dong Fang Industrial park,Da che country,Nan Lang District Zhong Shan City Guang Dong Province 528451 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15877, '0009dd', 0, 'Mavin Tech Inc', 'Room 305, Bldg. 52 No. 195-28 Chutung, Hsinchu 310 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15878, '00f28b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15879, '001200', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15880, '0050c251d', 0, 'Velux', 'Baekgaardsvej 40 Skjern 6900 DK', 'DK', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15881, '649ff7', 0, 'Kone OYj', 'Myllykatu 3 Hyvinkaa Hyvinkaa 05830 FI', 'FI', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15882, '0050c2fd4', 0, 'Insitu, Inc', '118 E Columbia River Way Bingen WA 98605 US', 'US', 'IAB', '2012-08-13', '2017-12-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15883, '40b0fa', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2013-03-10', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15884, 'a0eb76', 0, 'AirCUVE Inc', 'Guro-gu Digital-ro Seoul 152-719 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15885, 'e4c2d1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-06-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15886, '3c427ea', 0, 'snap40 Ltd', '24 Forth Street Edinburgh EH1 3LH GB', 'GB', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15887, '0040b8', 0, 'Idea Associates', '29 DUNHAM ROAD BILLERICA MA 01821 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15888, '001fee', 0, 'ubisys Tech GmbH', 'Am Wehrhahn 45 Düsseldorf NRW 40211 DE', 'DE', 'MA-L', '2008-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15889, '0004cd', 0, 'Extenway Solutions Inc', '500 boul. Morgan Baie-d\'Urfe Quebec H9X 3V1 CA', 'CA', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15890, '544e90', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15891, '48c663', 0, 'Gto Access Systems Llc', '3121 Hartsfield Road Tallahassee FL 32303 US', 'US', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15892, 'e41fe9', 0, 'Dunkermotoren GmbH', 'Allmendstr. 11 Bonndorf Baden-Württemberg 79848 DE', 'DE', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15893, '6a4065', 0, 'Open Connectivity Foundation', '3855 SW 153rd Dr Beaverton OR 97003 US', 'US', 'CID', '2018-04-06', '2018-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15894, '00306d', 0, 'Lucent Tech', '300 BAKER AVENUE - STE. #100 CONCORD MA 01742-2168 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15895, '00409b', 0, 'Hal Computer Systems Inc', '1315 DELL AVENUE CAMPBELL CA 95008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15896, '84df0c', 0, 'Net2grid BV', 'Krullelaan 28 Zeist Utrecht 3701 TD NL', 'NL', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15897, '0050c2fb8', 0, 'Techno Co, Ltd', '1304-5 Iruma City Saitama Pref. 358-0011 JP', 'JP', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15898, '70b3d54b2', 0, 'Certus Operations Ltd', 'Dragonara Business Centre, 5th Floor, Dragonara Road c/w Ball Street St Julians STJ 3141 MT', 'MT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15899, '000c63', 0, 'Zenith Electronics Corp', '2000 Millbrook Drive Lincolnshire Illinois 60069 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15900, '0011c6', 0, 'Seagate Tech', 'M/S NW1F01 Longmont CO 80503 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15901, '04c880', 0, 'Samtec Inc', '520 Park East Blvd New Albany IN 47150 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15902, '74d435', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15903, '0c73eb3', 0, 'Tiinlab Acoustic Tech (Shenzhen) Co, Ltd', 'Tianliao Building F14 East Block (New Materials Industrial Park), Xueyuan Road, Nanshan District, Shenzhen Guangdong 518055 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15904, '1cfd084', 0, 'Sabik Offshore GmbH', 'Wilhelm-Maybach-Straße 3 Schwerin Mecklenburg-Vorpommern D-19061 DE', 'DE', 'MA-M', '2018-07-18', '2018-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15905, '840b7c', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2019-03-25', '2019-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15906, '000b71', 0, 'Litchfield Communications Inc', '27 Princeton Road Watertown CT 06795 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15907, '0050c2828', 0, 'Slican sp. z o.o.', 'ul.M.Konopnickiej 18 Bydgoszcz Kujawsko-Pomorskie 85-124 PL', 'PL', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15908, '000c47', 0, 'SK Teletech(R&D Planning Team)', '21th FL Startower 737, Yeoksam-dong Seoul 135-984 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15909, '001c33', 0, 'Sutron', '21300 Ridgetop Cir Sterling VA 20166 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15910, '4ce173a', 0, 'jvi', 'Ettenbergstrasse 19 Deckenpfronn 75392 DE', 'DE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15911, '54fcf0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15912, '00113e', 0, 'JL Corp', '4-4-17 SUGE KAWASAKI-CITY KANAGAWA-KEN 214-0001 JP', 'JP', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15913, '001231', 0, 'Motion Control Systems, Inc', 'PO Box 115 New River VA 24129 US', 'US', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15914, '70b3d56e8', 0, 'Blu Wireless Tech Ltd', 'Engine Shed, Station Approach, Bristol BS1 6QH GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15915, '70b3d524e', 0, 'Chengdu Cove Tech Co, Ltd', '6-419, Hi-tech Incubation Park, No.1480 Tianfu Ave Chengdu Sichuan 610000 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15916, '50e085', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-03-28', '2019-03-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15917, '002066', 0, 'General Magic, Inc', '2465 LATHAM STREET MOUNTAIN VIEW CA 94040 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15918, '08d0b7', 0, 'Qingdao Hisense Communications Co, Ltd', 'Qianwangang Road 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2015-01-23', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15919, 'e83efb', 0, 'Geodesic Ltd', '18,10TH CROSS, MAYURA STREET BANGALORE KARNATAKA 560094 IN', 'IN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15920, 'dcdc07', 0, 'Trp Systems BV', 'Televisieweg 159 1322 BH Almere Almere - - NL', 'NL', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15921, '908c43', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15922, '0006cf', 0, 'Thales Avionics In-Flight Systems, Llc', '17481 Red Hill Avenue Irvine CA 92614-5630 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15923, '001302', 0, 'Intel Corp', 'Lot 8, Jalan Hi-tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15924, '001bc50a5', 0, 'Tesla Controls', '8400 Miramar Road San Diego CA 92126 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15925, '001b98', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong GUMI Gyeong-Buk 730-350 KR', 'KR', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15926, '0021fc', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790V DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15927, '70b3d5820', 0, 'Becker Nachrichtentechnik GmbH', 'Kapellenweg 3 Asbach Rheinland-Pfalz 53567 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15928, '78cb68', 0, 'Daehap Hyper-Tech', '302,Galmachiro,Woolim Lions Valley 5-cha #A-810,Jungwon-Gu Seongnam, Gyeonggido 445-918 KR', 'KR', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15929, '002628', 0, 'companytec automação e controle ltda.', 'Rua Marcilio Dias 3005 Pelotas Rio Grande do Sul 96020-480 BR', 'BR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15930, 'f0f669', 0, 'Motion Analysis Corp', '3617 Westwind Blvd. Santa Rosa CA 95403 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15931, '00247c', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15932, '20bbc0', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15933, '7038b4', 0, 'Low Tech Solutions', '350 N. Orleans Chicago IL 60654 US', 'US', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15934, '00a00c', 0, 'Kingmax Tech, Inc', '2FL., NO. 4, LANE 902, SEC.2 TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15935, '002296', 0, 'LinoWave Corp', '1001-101 Champlain Avenue Burlington Ontario L7L 5Z4 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15936, 'a4561b', 0, 'Mcot Corp', 'Yogohigashi 1-5-12 Matsuyama city Ehime prefecture 790-0044 JP', 'JP', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15937, '98f428', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15938, '10e8ee', 0, 'PhaseSpace', '1933 Davis St Suite 312 San Leandro CA 94577 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15939, '80e4dab', 0, 'Nanjing Lilo Tech Co Ltd', 'YouLeHui Building E, 3011 Beijing Beijing 100000 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15940, '000396', 0, 'EZ Cast Co, Ltd', '6th Floor, JungAng Building, KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15941, '000cbe', 0, 'Innominate Security Tech AG', 'Rudower Chaussee 13 12489 Berlin DE', 'DE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15942, 'e4c6e6', 0, 'Mophie, Llc', '2850 Red Hill Ave. Santa Ana CA 92705 US', 'US', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15943, '083f3e', 0, 'Wsh GmbH', 'Koelner Str. 58a Gummersbach NRW 51645 DE', 'DE', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15944, '444450', 0, 'OttoQ', '20370 Town Center Lane, Suite 205 Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15945, '00018e', 0, 'Logitec Corp', '8268 Rokudouhara, Misuzu JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15946, '001625', 0, 'Impinj, Inc', '400 Fairview Ave N, Suite 1200 Seattle WA 98109 US', 'US', 'MA-L', '2005-10-13', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15947, 'fc0012', 0, 'Toshiba Samsung Storage Technolgoy Korea Corp', '14 Floor, Bldg. No. 102, Digital Empire2, 486, Sin-dong, Yeongtong-gu, Suwon-si, Su-won Gyeonggi 443-734 KR', 'KR', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15948, 'c413e2', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2015-01-23', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15949, 'f848fd', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2019-01-17', '2019-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15950, 'f4b78d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15951, '0018b2', 0, 'Adeunis RF', '283 Rue NEEL CROLLES ISERE 38920 FR', 'FR', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15952, '00218a', 0, 'Electronic Design and Manufacturing Co', '31 Millrace Dr Lynchburg VA 24502 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15953, '70b3d51e9', 0, 'comtime GmbH', 'Gutenbergring 22 Norderstedt 22848 DE', 'DE', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15954, '0008df', 0, 'Alistel Inc', 'Midori Bldg. 2F Yokohama Kanagawa 222-0001 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15955, '2c3427', 0, 'Erco & Gener', 'ZI de SAINT LAMBERT DES LEVEES SAUMUR 49412 FR', 'FR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15956, '70b3d524f', 0, 'Elbit Systems Bmd And Land EW - Elisra Ltd', 'Hamerchava 29 holon 58101 IL', 'IL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15957, '0c6076', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15958, 'f45f69', 0, 'Matsufu Electronics distribution Co', 'Suites 1601~3, Kinwick Centre, 32 Hollywood Road, Hong Kong Hong Kong HK', 'HK', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15959, '70b3d50fc', 0, 'vitalcare', 'Unit 14, 31-33 Chaplin Drive Lane cove NSW 2066 AU', 'AU', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15960, '70b3d5edf', 0, 'GridNavigator', '200 Varick Street #508 New York NY 10014 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15961, '8416f9', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15962, '5c0339', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15963, 'ac4a67', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2020-01-22', '2020-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15964, 'c0cb38', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-07-06', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15965, 'b03850', 0, 'Nanjing Cas-Zdc Iot System Co, Ltd', '699-27 Xuanwu Avenue Nanjing Jiangsu 210000 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15966, '741ae08', 0, 'Broadcast Wireless Systems Ltd', 'Unit 9, Swanwick Business Centre, Bridge Road Southampton Hampshire SO31 7GB GB', 'GB', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15967, '001b4a', 0, 'W&W Communications, Inc', '2903 Bunker Hill Lane Santa Clara CA 95054 US', 'US', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15968, '0050c2e8d', 0, 'SystemAdvanced Co, Ltd', 'Adachi 1-9-3 Adachi-Ku Tokyo 1200015 JP', 'JP', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15969, '0019a7', 0, 'Itu-T', 'Place des Nations Geneva 20 CH-1211 CH', 'CH', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15970, '001cfc', 0, 'Sumitomo Electric Industries, Ltd', '1-1-3, Shimaya, Konohana-ku Osaka 554-0024 JP', 'JP', 'MA-L', '2007-06-16', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15971, '74be08', 0, 'Atek Products, Llc', '210 NE 10th Avenue Brainerd MN 56401 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15972, '2401c7', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15973, 'e4a471', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15974, '00562b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15975, '0015fb', 0, 'setex schermuly textile computer GmbH', 'Hauptstraße 25 Mengerskirchen Hessen 35794 DE', 'DE', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15976, '0050c2586', 0, 'Genetix Ltd', 'Queensway New Milton Hampshire BH25 5NN GB', 'GB', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15977, 'a4da226', 0, 'Auranext', '202 quai de clichy CLICHY 92110 FR', 'FR', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15978, '503237', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15979, '603d26', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2017-07-14', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15980, 'b0c95b', 0, 'Beijing Symtech Co, Ltd', 'Technology Park Building 2-1,The Hung Fu Pioneer Park Beijing 102209 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15981, '70b3d5302', 0, 'DogWatch Inc', '10 Michigan Drive Natick MA 01760 US', 'US', 'MA-S', '2018-08-10', '2018-08-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15982, '001901', 0, 'F1media', '610, Keumkang Hightech ¥±, 138-1 Sangdaewon-Dong, Jungwon-Gu Seongnam-Si Gyeonggi-Do 462-707 KR', 'KR', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15983, '001c92', 0, 'Tervela', '43 Nagog Park Acton MA 01720 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15984, '0004ca', 0, 'FreeMs Corp', 'Shinhan Bldg. 6F, Seoul 150-736 KOREA KR', 'KR', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15985, 'b00594', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW', 'TW', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15986, '40d8550bf', 0, 'Shenzhen Setec Power Co, Ltd', '#199, Setec Industrial Park Nanshan District, Shenzhen Guangdong 518055 CN', 'CN', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15987, 'd0c42f', 0, 'Tamagawa Seiki Co, Ltd', '1-3-47 Kitainter Kogyodanchi Hachinohe city Aomori-Pref. 039-2245 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15988, '0050c2276', 0, 'Tieline Research Pty Ltd', 'PO Box 2092 MALAGA Western Australia 6944 AU', 'AU', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15989, '0050c2a21', 0, 'Isac Srl', 'via Maestri del Lavoro 30 CASCINA PISA 56021 IT', 'IT', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15990, '1045be', 0, 'Norphonic AS', 'Fabrikkgaten 10 Bergen 5059 NO', 'NO', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15991, 'dcce41', 0, 'FE Global Hong Kong Ltd', 'FLAT 204-205 2/F LAFORD CENTRE838 LAI CHI KOK RD CHEUNG SHA WAN KL SHENZHEN 518057 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15992, '70b3d5df9', 0, 'Korea Plant Maintenance', '102 DTC Tower Seongnam-si Gyeonggi-do 463-400 KR', 'KR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15993, '583277', 0, 'Reliance Communications Llc', '555 Wireless Blvd Hauppauge NY 11788 US', 'US', 'MA-L', '2015-12-17', '2015-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15994, '6c6cd3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15995, 'c07878', 0, 'Flextronics Manufacturing(Zhuhai)Co, Ltd', 'Xin Qing Science & Technology Industrial Park,Jin An Town,Doumen ,Zhuhai,Guangdong,PRC Zhuhai Guangdong 519180 CN', 'CN', 'MA-L', '2018-07-09', '2018-07-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15996, '00d0ab', 0, 'Deltakabel Telecom CV', 'HANZEWEG 14 THE NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15997, 'd49a20', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15998, '002489', 0, 'Vodafone Omnitel N.V.', 'Via Jervis 13 10015 Ivrea Torino IT', 'IT', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(15999, '70b3d50d7', 0, 'Russian Telecom Equipment Co', '3, Kapranov lane Moscow Moscow 123242 RU', 'RU', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16000, '000143', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16001, '000727', 0, 'Zi Corp (HK) Ltd', '30/F, China Resources Building HK', 'HK', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16002, '0022ee', 0, 'Algo Communication Products Ltd', '4500 Beedie Street Burnaby BC V5J 5L2 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16003, '70b3d5587', 0, 'Incaa Computers', 'Po Box 722 Apeldoorn Gelderland 7300 AS NL', 'NL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16004, 'c8b1ee', 0, 'Qorvo', '1 Changi Business Park Crescent, Avenue 1, #04-01 NA 486058 SG', 'SG', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16005, '184644', 0, 'Home Control Singapore Pte Ltd', '151 Lorong Chuan Singapore 556741 SG', 'SG', 'MA-L', '2019-01-30', '2019-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16006, '00c097', 0, 'Archipel SA', '1 RUE DU BULLOZ FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16007, '0050ec', 0, 'Olicom A/S', 'NYBROVEJ 114 DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16008, '50f14a', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16009, 'ecb0e1', 0, 'Ciena Corp', '7035 Ridge Road Hanover MD 21076 US', 'US', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16010, '7412bb', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16011, '200a0d3', 0, 'Clearly IP Inc', '2416 Industrial Dr Unit F Neenah WI 54956 US', 'US', 'MA-M', '2019-10-10', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16012, '0000cc', 0, 'Densan Co, Ltd', '1-23-11, KAMITAKAIDO JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16013, 'b83a9d', 0, 'Alarm.com', '8281 Greensboro Dr., Suite 100 Tysons VA 22102 US', 'US', 'MA-L', '2015-07-23', '2016-07-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16014, '001ed8', 0, 'Digital United Inc', '9F, No.220, Gangcian Rd. Taipei 11444 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16015, '0050c1', 0, 'Gemflex Networks, Ltd', '230-6651 FRASERWOOD PL. CANADA V6W 1J3 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16016, '001689', 0, 'Pilkor Electronics Co, Ltd', '381,Wonchun-Dong,Yeoungtong-Gu Suwon Kyung Ki-Do 442-380 KR', 'KR', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16017, 'b05ada', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2015-07-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16018, '9ce65e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16019, 'c0f4e6', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16020, '001b34', 0, 'Focus System Inc', '19F-1, No. 266 Wen Hwa 2nd Rd., Sec. 1 Linkou Taipei County TW', 'TW', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16021, '549a11a', 0, 'VendNovation Llc', '13400 NE 20th Street Bellevue WA 98005 US', 'US', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16022, '70b3d5a84', 0, 'Sorel GmbH Mikroelektronik', 'REME-Str. 12 Wetter 58300 DE', 'DE', 'MA-S', '2018-08-21', '2018-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16023, 'bc6641f', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16024, '081feb', 0, 'BinCube', 'Si Ming Shan Road 116, Beilun Ningbo Zhejiang 315800 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16025, '98bc57', 0, 'Sva Tech CoLtd', '5F No.192 Tinglin Road, SHANGHAI 200233 CN', 'CN', 'MA-L', '2011-10-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16026, '94e36d', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16027, '7c240c', 0, 'Telechips, Inc', '19F~23F,Luther Bldg.42, Olympic-ro 35da-gil, Songpa-gu, Seoul Seoul 05510 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16028, '9cf6dd0', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2018-06-27', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16029, '00e02c', 0, 'Ast Computer', '16215 ALTON PARKWAY IRVINE CA 92718 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16030, '80c6ca', 0, 'Endian s.r.l.', 'Pillhof 47 Frangarto Bolzano 39010 IT', 'IT', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16031, '0050c2c14', 0, 'Spectronix Corp', 'Kunisato-bldg 5F,8-8,Eidai-cho Ibaraki Osaka 567-0816 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16032, '448a5b', 0, 'Micro-Star Int\'L Co, Ltd', 'No69, LIde St. Taipei 235 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16033, '105932', 0, 'Roku, Inc', '150 Winchester Circle Los Gatos CA 95032 US', 'US', 'MA-L', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16034, '0003b1', 0, 'Hospira Inc', '755 Jarvis Drive Morgan Hill CA 95037 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16035, '004079', 0, 'Juko Manufacture Co, Ltd', 'FLAT C, 3RD FLOOR, CDW BLDG. HONG KONG HK', 'HK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16036, '70b3d5d6c', 0, 'GP Systems GmbH', 'Ochshäuser Str. 45 Kassel 34123 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16037, '301f9a7', 0, 'Triax A/S', 'Bjornkaervej 3 Hornsyld Denmark 8783 DK', 'DK', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16038, '58db8d', 0, 'Fast Co, Ltd', '2-11-1 Iwamotocho Chiyoda-ku Tokyo 101-0032 JP', 'JP', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16039, '70b3d52a5', 0, 'Taitotekniikka', 'Elielinaukio aukio 3 Helsinki 00100 FI', 'FI', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16040, '0050c2022', 0, 'Ashling Microsystems Ltd', 'National Technology Park IE', 'IE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16041, '002373', 0, 'GridIron Systems, Inc', '726 Palomar Ave Sunnyvale CA 94085 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16042, '0050c2b5a', 0, 'Green Center s.r.o.', 'Zenklova 39 Praha 8 180 00 CZ', 'CZ', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16043, 'e0b52d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16044, '0013c3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16045, '0050c2634', 0, 'Sohon Inc', '4-12-13-201 chigasaki-minami yokohama kanagawa-prf 224-0037 JP', 'JP', 'IAB', '2006-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16046, '0050c2e9b', 0, 'Hentschel System GmbH', 'Carl-Buderus-Str. 5 Hannover Lower Saxony 30455 DE', 'DE', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16047, '6095ce5', 0, 'AdvanWISE Corp', 'No.11, Aly. 18, Ln. 85, Fuqun St., Xiangshan Dist. Hsinchu 30067 TW', 'TW', 'MA-M', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16048, 'e826b6', 0, 'Inside Biometrics International Ltd', 'Strathpeffer Road Dingwall Scotland IV159QF GB', 'GB', 'MA-L', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16049, '000d02', 0, 'Nec Platforms, Ltd', '800 Shimomata Kakegawa Shizuoka 436-8501 JP', 'JP', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16050, '001f38', 0, 'Positron', 'ESTRADA TELEBRAS-UNICAMP, KM0,97 - CJ.01 CAMPINAS São Paulo 13084-971 BR', 'BR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16051, '0050c2b06', 0, 'CompuDesigns, Inc', '1655 Redbourne Drive Sandy Springs GA 30350-5640 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16052, 'cc22376', 0, 'Siemens AG Austria', 'Siemensstrasse 90 Wien A-1210 AT', 'AT', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16053, '9cc9eb', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2019-12-25', '2019-12-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16054, '000e40', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2004-02-12', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16055, '0050c26a1', 0, 'Pricol Ltd', '7-1-59/4, TURNING POINT COMPLEX HYDERABAD ANDHRA PRADESH 500016 IN', 'IN', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16056, '8ccf5c', 0, 'Befega GmbH', 'Reichenbacher Str. 22 Schwabach Bavaria 91126 DE', 'DE', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16057, 'b0daf9', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16058, '70d081', 0, 'Beijing Netpower Tech Inc', 'Room 201, Block B, NO. 15 Building, EastZone Courtyard10, Xibeiwang East Road Haidian District, Beijing 100094 CN', 'CN', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16059, '0050c24f4', 0, 'O2run', '8F/Hagye Techno Town.,250-3,Hagye-dong,Nowon-gu SEOUL 139-727 KR', 'KR', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16060, 'd80de3', 0, 'Fxi Tech AS', 'Postboks 609 TRONDHEIM Norge 7406 NO', 'NO', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16061, '70b3d5caa', 0, 'Bel Power Solutions GmbH', 'Ackerstrasse 56 Uster 8610 CH', 'CH', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16062, '8c3b32', 0, 'Microfan B.V.', 'Industriestraat 23 Horst Limburg 5961 PH NL', 'NL', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16063, '70b3d552f', 0, 'R.C. Systems Inc', '8621 hwy. 6 hitchcock TX 77563 US', 'US', 'MA-S', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16064, '98d331', 0, 'Shenzhen Bolutek Tech Co, Ltd', 'Building B, District A, Internet industry base, Baoan Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16065, 'e4121d', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16066, '0026de', 0, 'Fdi Matelec', 'Route de saint symphorien Les landes Génusson 85130 FR', 'FR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16067, '74a722', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2011-03-17', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16068, 'bc20a4', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16069, 'e47d5a', 0, 'Beijing Hanbang Tech Corp', '4/F,Skirt Building Haidian District Beijing 100080 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16070, '38f33f', 0, 'Tatsuno Corp', '2-6,Mita 3-Chome,Minato-ku Tokyo 108-8520 JP', 'JP', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16071, '8c3579', 0, 'Qdiqo Sp. z o.o.', 'Stanisława Wyspiańskiego 11 Zielona Góra lubuskie 65-036 PL', 'PL', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16072, '0050c2445', 0, 'Micronic s.r.o.', 'Trebejov 41 Kysak Kosice okolie 044 81 SK', 'SK', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16073, '001836', 0, 'Rej Co, Ltd', '2-3-2 Fukuura, Kanazawa-ku Yokohama Kanagawa 236-8641 JP', 'JP', 'MA-L', '2006-06-13', '2019-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16074, '000283', 0, 'Spectrum Controls, Inc', 'PO Box 5533 Bellevue WA 98006 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16075, 'ac64dd9', 0, 'Micro Connect Pty Ltd', '22 Gardenia Place FOREST GLEN QLD 4556 AU', 'AU', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16076, '0013b7', 0, 'Scantech ID', 'Vanadiumweg 22 Amersfoort Utrecht 3812 PZ NL', 'NL', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16077, '00198f', 0, 'Nokia Bell N.V.', 'Copernicuslaan 50 Antwerp B-2018 BE', 'BE', 'MA-L', '2006-09-03', '2019-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16078, '0050c2b74', 0, 'Axed Jakubowski Wojciechowski sp.j.', 'ul. Fredry 7 Poznań Wielkopolska 61-701 PL', 'PL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16079, '70b3d5e5d', 0, 'Boffins Tech AB', 'Russgatan 5 Malmö 212 35 SE', 'SE', 'MA-S', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16080, '080016', 0, 'Barrister Info Sys Corp', 'ONE TECHNOLOGY CENTER BUFFALO NY 14203 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16081, '0011b8', 0, 'Liebherr - Elektronik GmbH', 'Peter - Dornier - Strasse 11 Lindau (Bodensee) Bavaria 88131 DE', 'DE', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16082, 'a075ea', 0, 'BoxLock, Inc', '931 Monroe Dr Ste A 102-405 Atlanta GA 30308 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16083, '94d299', 0, 'Techmation Co, Ltd', '9F., No.529, Zhongzheng Rd., Xindian Dist., New Taipei City 231, Taiwan New Taipei City 231 TW', 'TW', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16084, '90dffb', 0, 'Homerider Systems', '12 RUE REMORA GRADIGNAN GIRONDE 33170 FR', 'FR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16085, '40476a', 0, 'Astro Gaming', '340 Bryant St., Suite 101 San Francisco CA 94107 US', 'US', 'MA-L', '2015-12-17', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16086, '001898', 0, 'Kingstate Electronics Corp', '10F, No.69-11, Sec.2, Chung Cheng E. Rd., Taipei County 251 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16087, '001c06', 0, 'Siemens Numerical Control Ltd, Nanjing', 'No. 18 Siemens Road, Jiangning Development Zone Nanjing JiangSu 211100 CN', 'CN', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16088, '0050c27d0', 0, 'Radar Tronic Ltd', 'Törökkö u. 5-7. Budapest Pest 1037 HU', 'HU', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16089, 'b8cda7', 0, 'Maxeler Tech Ltd', '1 Down Place London UK W6 9JH GB', 'GB', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16090, 'a4caa0', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16091, 'a0e617', 0, 'Matis', '2/F,Hatchobori MIYATA Bldg.,1-8-2, Shintomi,Chuo-Ku, Tokyo 104-0041 JP', 'JP', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16092, '0050c23c3', 0, '4g Tech, L.P.', '1900 Industrial Blvd. Colleyville TX 76034 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16093, '001468', 0, 'CelPlan International, Inc', '1920 Association Drive Reston VA 20191 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16094, '0050c2c7f', 0, 'Kinects Solutions Inc', '800 Kipling Avenue - Unit 3 Toronto Ontario M8Z 6C4 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16095, '44e08e', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16096, 'ec4644', 0, 'Ttk Sas', '4, Rue du Chemin Vert Clichy 92110 FR', 'FR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16097, '88a9a70', 0, 'Shenzhenshi kechuangzhixian Tech CoLtd', 'Room 14G,14th Floor, Langshi Building , keji South Road 12 , High-tech Industrial Park , Nanshan District Shenzhen 518000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16098, 'f85e3c', 0, 'Shenzhen Zhibotong Electronics Co, Ltd', '4F,Bldg A2,Hedian Industrial Park,NO.8 Shijing Rd,Guanlan,Longhua District,ShenZhen,China shengzhen 518110 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16099, '0050c2290', 0, 'Ebneuro Spa', 'VIA PIETRO FANFANI 97a FIRENZE 50127 IT', 'IT', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16100, '00115e', 0, 'ProMinent Dosiertechnik GmbH', 'Im Schumachergewann 5-11 Heidelberg BW 69123 DE', 'DE', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16101, '001754', 0, 'Arkino HiTOP Corp Ltd', '5F., No.437, Tao Ying Rd Taoyuan City Taoyuan County 33068, TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16102, '0050c26fd', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16103, 'd4c766', 0, 'Acentic GmbH', 'Venloer Strasse 151-153 Cologne 50672 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16104, '40d855193', 0, 'Forza Silicon Corp', '2947 BRADLEY ST. PASADENA CALIFORNIA 91107 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16105, '70b3d5cb7', 0, 'Hkc Ltd', 'Parkway Business Centre Ballymount Dublin Dublin 24 IE', 'IE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16106, '7c5cf8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16107, '000ad5', 0, 'Brainchild Electronic Co, Ltd', 'No.209, Chung Yang Rd., Taipei 115 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16108, '0013a9', 0, 'Sony Corp', 'Gotenyama Tec, 5-1-2 Kitashinagawa Tokyo 141-0001 JP', 'JP', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16109, '84f6fa', 0, 'Miovision Tech Inc', '148 Manitou Drive KITCHENER Ontario N2C1L4 CA', 'CA', 'MA-L', '2015-10-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16110, '68e41f', 0, 'Unglaube Identech GmbH', 'An der Moosach 3a Massenhausen Bayern 85376 DE', 'DE', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16111, '7cf429', 0, 'Nuuo, Inc', 'C block, 18 Sihyuan St. Jhongjheng District, Taipei 100 TW', 'TW', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16112, 'ecebb8', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16113, '70b3d5292', 0, 'Boston Dynamics', '', '', 'MA-S', '2018-04-05', '2019-06-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16114, '001f68', 0, 'Martinsson Elektronik AB', 'Box 9060 Hägersten Stockholm 126 09 SE', 'SE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16115, '0050c2979', 0, 'Far South Networks (Pty) Ltd', '3 Milagro Lane Noordhoek Western Cape 7975 ZA', 'ZA', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16116, '70b3d56d8', 0, 'Shanghai YuanAn Environmental Protection Tech Co, Ltd', 'Rm213/225,Oriental Pearl European City,No 285 East luochuan Road Shanghai Shanghai 200072 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16117, '984827', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-07-10', '2019-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16118, '0050c2d1c', 0, 'Recon Dynamics, Llc', '2300 Carillon Point Kirkland WA 98033 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16119, '98ded0', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16120, '0017ea', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-04-08', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16121, 'e86d52', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2011-08-31', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16122, '1005ca', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16123, '08ba5f', 0, 'Qingdao Hisense Electronics Co, Ltd', 'Qianwangang Roard 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16124, '70b3d5bc0', 0, 'Senso2me', 'Lange Gasthiuisstraat 29 ANTWERP Antwerp 2000 BE', 'BE', 'MA-S', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16125, '00a007', 0, 'Apexx Tech, Inc', '506 S. 11TH BOISE ID 83707 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16126, '000b0f', 0, 'Bosch Rexroth', 'Luchthavenweg 20 Eindhoven Noord Brabant NL5657 EB NL', 'NL', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16127, '702f97', 0, 'Aava Mobile Oy', 'Nahkatehtaankatu 2 Oulu 90100 FI', 'FI', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16128, '40d85514f', 0, 'Tds Software Solutions Pty Ltd', '5 The Crest Chandlers Hill South Australia 5160 AU', 'AU', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16129, 'b4e9a3', 0, 'port industrial automation GmbH', 'Regensburger Str. 7b Halle (S.) 06132 DE', 'DE', 'MA-L', '2017-10-31', '2019-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16130, '90473c', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16131, '08f7e9', 0, 'Hrcp Research and Development Partnership', '1-24-2 Taito, Taito-ku Tokyo 1100016 JP', 'JP', 'MA-L', '2019-08-28', '2019-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16132, '00a0bd', 0, 'I-Tech Corp', '10200 VALLEY VIEW ROAD EDEN PRAIRIE MN 55344 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16133, '00080f', 0, 'Proximion Fiber Optics AB', 'Isafjordsgatan 9 SE', 'SE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16134, '40d855173', 0, 'Contec Steuerungstechnik & Automation GmbH', 'Wildbichler Straße 2E Ebbs 6341 US', 'US', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16135, '9017ac', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16136, '00189b', 0, 'Thomson Inc', '101 West 103rd Street Indianapolis IN 46290-1102 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16137, '8c94cf', 0, 'Encell Tech, Inc', '1412 Sachem Place, Suite 204 Charlottesville VA 22901 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16138, '0080df', 0, 'Adc Codenoll Tech Corp', '200 CORPORATE BLVD. SO. YONKERS NY 10701 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16139, '000c98', 0, 'Letek Communications Inc', 'Taeyang Bd. 2nd Floor, 2486 SongNam Kyunggi-do 462-824 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16140, '90834b', 0, 'Beijing Yunyi Times Tech Co,.Ltd', '1-411Room 19#Building No.26 Xihuan South Rd. BDA Daxing District, BEIJING 100176 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16141, '0050c27f5', 0, 'Ace Carwash Systems', 'Gouwzeestraat 11 Weesp NH 1382 KD NL', 'NL', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16142, '84f64c', 0, 'Cross Point BV', 'Postbus 2112 Emmen Drenthe 7801 CC NL', 'NL', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16143, 'a03b1b', 0, 'Inspire Tech', 'No.588-10,Zhongzheng Rd.,Xinzhuang Dist New Taipei Taiwan 24255 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16144, '0080bd', 0, 'The Furukawa Electric Co, Ltd', '6-1, MARUNOUCHI 2-CHOME 100 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16145, '00904e', 0, 'Delem BV', 'LUCHTHAVEN WEG 42 5657 EB EINDHOVEN NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16146, '40d855150', 0, 'Shikino High-Tech', 'Shibakoen Denki Bldg, 9F Minato-ku Tokyo 1050011 JP', 'JP', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16147, '902083', 0, 'General Engine Management Systems Ltd', 'GEMS Egham Surrey TW208RN GB', 'GB', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16148, '04eb40', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16149, '08005c', 0, 'Four Phase Systems', '2001 LOGIC DRIVE SAN JOSE CA 95124-3452 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16150, '001420', 0, 'G-Links networking Co', '1FL. NO.15-49, MING DER SECOND ROAD, Keelung 206 TW', 'TW', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16151, '00a0cf', 0, 'Sotas, Inc', '2 RESEARCH PLACE, STE. ROCKVILLE MD 20850 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16152, '803896', 0, 'Sharp Corp', '1 Takumi-cho, Sakai-ku Sakai City Osaka 590-8522 JP', 'JP', 'MA-L', '2015-12-03', '2019-05-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16153, '00259e', 0, 'Huawei Tech Co, Ltd', 'B1-7,Huawei Base,Bantian, Longgang District,ShenZhen,GuangDong,CHINA ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16154, '2c6104', 0, 'Shenzhen Fenglian Tech Co, Ltd', 'ORIENTAL CYBERPORT, HIGHTECH 6 ROAD SHENZHEN GUANGDONG 518057 CN', 'CN', 'MA-L', '2018-07-18', '2018-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16155, '70b3d5a6b', 0, 'xmi systems', 'Sonnenbergstrasse 7 Hergiswil 6052 CH', 'CH', 'MA-S', '2019-06-18', '2019-06-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16156, '0080c7', 0, 'Xircom', '26025 MUREAU ROAD CALABASAS CA 91302 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16157, '001f00', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790V DK', 'DK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16158, '0050c25ce', 0, 'Roke Manor Research Ltd', 'Roke Manor ROMSEY Hampshire SO51 0ZN GB', 'GB', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16159, '005d03', 0, 'Xilinx, Inc', '2100 Logic drive San Jose CA 95124 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16160, '70b3d58c8', 0, 'Kronotech Srl', 'VIALE UNGHERIA 125 UDINE ITALY/UDINE 33100 IT', 'IT', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16161, '000a19', 0, 'Valere Power, Inc', '661 N. Plano Rd. Richardson Texas 75081 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16162, '001551', 0, 'RadioPulse Inc', '2nd fl. Hans B/D, 111-55 Seoul 134-883 KR', 'KR', 'MA-L', '2005-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16163, '70b3d568f', 0, 'Peek Traffic', '5401 N SAM HOUSTON PKWY W HOUSTON TX 77086 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16164, '34008ad', 0, 'ChengDu HuiZhong Cloud Information Tech Co, Ltd', 'NO.1 CHENGJI ROAD ,CHENGHUA DISTRICT CHENGDU CITY SICHUAN 610000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16165, 'f490cb2', 0, 'Ice Gateway GmbH', 'Am Studio 2 Berlin Berlin 12489 DE', 'DE', 'MA-M', '2020-02-05', '2020-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16166, '000ebb', 0, 'Everbee Networks', '41, Boulevard des Capucines Paris 75002 FR', 'FR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16167, '0050c2cd8', 0, 'IT-IS International Ltd', '1 Wainstones Court Stokesley North Yorkshire TS95JY GB', 'GB', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16168, '2c441b', 0, 'Spectrum Medical Ltd', 'Harrier 4, Meteor Business Park Gloucester GL2 9QL US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16169, '34049e4', 0, 'Harbin Yantuo Science and Tech Development Co, Ltd', 'No. 15 Xingnan Road, Nangang District Harbin Heilongjiang Province 150000 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16170, '5c8d2d', 0, 'Shanghai Wellpay Information Tech Co, Ltd', 'Loushanguan Road 523, Jin Hongqiao International Center Building, 1501 Shanghai 200000 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16171, '70b3d5b4f', 0, 'AvMap srlu', 'Viale Zaccagna 6 Carrara 54033 IT', 'IT', 'MA-S', '2019-06-19', '2019-06-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16172, '00188c', 0, 'Mobile Action Tech Inc', '5F, No. 205-3, Sec. 3, Beishin Rd. Shindian City, Taipei 231 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16173, '0050c2f45', 0, 'Husty M.Styczen J.Hupert Sp.J.', 'Rzepakowa 5e Krakow malopolska 31-989 PL', 'PL', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16174, 'aca9a0', 0, 'Audioengine, Ltd', '1535 Dido Mt Salem Rd Ackerman Ms 39735 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16175, 'd860b3', 0, 'Guangdong Global Electronic Tech Co,Ltd', 'Floor4 East side,build#6,Huangzhou industry Park, chebei Road, Tianhe District GuangZhou GuangDong 510660 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16176, '001840', 0, '3 Phoenix, Inc', '14585 Avion Pkway Chantilly Virginia 20151 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16177, '00e041', 0, 'Cspi', '43 Manning Rd. Billerica MA 01821 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16178, '002124', 0, 'Optos Plc', 'Queensferry House Dunfermline Fife KY11 8GR GB', 'GB', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16179, '0050c2186', 0, 'Pantec Engineering AG', 'Industriezone Mauren Liechtenstein 9493 LI', 'LI', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16180, '002258', 0, 'Taiyo Yuden Co, Ltd', '8-1 Sakae-Cho JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16181, 'ac44f2', 0, 'Yamaha Corp', '10-1 Nakazawa-cho, Naka-ku Hamamatsu Shizuoka 430-8650 JP', 'JP', 'MA-L', '2010-01-05', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16182, '382c4a', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16183, '70b3d55f9', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16184, '006048', 0, 'Dell Emc', '171 SOUTH ST., HOPKINTON MA 01748 US', 'US', 'MA-L', '1980-01-01', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16185, '000332', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16186, '70b3d51bf', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach North Rhine-Westphalia 51465 DE', 'DE', 'MA-S', '2019-12-07', '2019-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16187, '0050c23bb', 0, 'Imago Tech GmbH', 'Strassheimer Strasse 45 Friedberg D-61169 DE', 'DE', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16188, '18b169', 0, 'Sonicwall', '2001 Logic Drive San Jose CA 95124-3452 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16189, '647bce', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16190, 'f0d4f7', 0, 'varram system', '57, TECHNO 11-RO,YUSEONG-GU, DAEJEON, KOREA DAEJEON 34036 KR', 'KR', 'MA-L', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16191, '1cd5e2', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2019-04-19', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16192, '00072e', 0, 'North Node AB', 'Skeppsloron 42 SE', 'SE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16193, '000da5', 0, 'Fabric7 Systems, Inc', '1300 Crittenden Lane Mountain View CA 94043 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16194, '98d88c', 0, 'Nortel Networks', 'CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX', 'MX', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16195, '4c16fc', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16196, '00c028', 0, 'Jasco Corp', '2967-5 ISHIKAWA-CHO, JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16197, '004046', 0, 'Udc Research Ltd', '8A KING WAN INDUSTRIAL BLDG. HONG KONG HK', 'HK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16198, '40d8550ab', 0, 'Enel doo Belgrade', 'Petrovaradinska no. 26, 11000 Belgrade, Serbia Belgrade Serbia 11000 RS', 'RS', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16199, 'd8a01d', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2017-05-24', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16200, '70b3d5dee', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16201, '000b8a', 0, 'Miteq Inc', '100 Davids Drive Hauppauge NY 11788-2034 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16202, '001f47', 0, 'Mcs Logic Inc', '6F. Samho Center B Bldg., 275-6 Seoul 137-941 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16203, 'fc7516', 0, 'D-Link International', '1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG', 'SG', 'MA-L', '2011-08-18', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16204, '70b3d538c', 0, 'MiraeSignal Co, Ltd', '#203 E-dong Bundang Techno Park Yatapdong Sungnam Kyungkido 463760 KR', 'KR', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16205, '00c0bc', 0, 'Telecom Australia/Cssc', 'LOCKED BAG 8812 AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16206, '00177e', 0, 'Meshcom Tech Inc', 'Meritullinkatu 1 C Helsinki 00170 FI', 'FI', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16207, '40704a', 0, 'Power Idea Tech Ltd', '1401A, Mintai Building, WenXin 5 Road, ShenZhen, PRC Guang Dong Shen Zhen 518054 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16208, 'e41e0ac', 0, 'Teletask Belgium', 'Ottergemsesteenweg-zuid 729 GENT Oost-Vlaanderen 9000 BE', 'BE', 'MA-M', '2019-01-29', '2019-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16209, '00507a', 0, 'Xpeed, Inc', '4699 OLD IRONSIDES DRIVE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16210, '0050c26c5', 0, 'Oerlikon Contraves AG', 'Birchstrasse 155 Zuerich CH-8050 CH', 'CH', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16211, '70b3d5cef', 0, 'Ellego Powertec Oy', 'Linnapellontie 18 Halikko 24910 FI', 'FI', 'MA-S', '2019-09-21', '2019-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16212, '000786', 0, 'Wireless Networks, Inc', '#300, 3016 Fifth Ave. NE T2A 6K4 CA', 'CA', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16213, '0050c23f6', 0, 'dAFTdATA Ltd', 'dAFT HQ Colchester Essex CO3 3UN GB', 'GB', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16214, '0018d0', 0, 'AtRoad, A Trimble Co', '47071 Bayside Parkway Fremont California 94538 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16215, '6c23b9', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2010-06-10', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16216, '0050c2d3a', 0, 'WellSense Tech', 'Communication Center Neve Ilan 90850 IL', 'IL', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16217, '3464a9', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2014-08-20', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16218, 'a03e6b0', 0, 's&t embedded GmbH', 'Breslauer Str. 3 Eching Bayern 85386 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16219, '70b3d5ebb', 0, 'Beijing Wing Ict Tech Co, Ltd', 'Room901,Fuhai international harbour Building,Daliushu Road No.17,Haidian District Beijing Beijing 100081 CN', 'CN', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16220, '008079', 0, 'Microbus Designs Ltd', 'TREADAWAY HILL UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16221, '0009aa', 0, 'Data Comm for Business, Inc', '2949 County Road 1000 East Dewey IL 61853 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16222, '70b3d572f', 0, 'Ava Tech Inc', '45 East Cordova St, AVA Technologies Inc. Vancouver BC V6A 1K3 CA', 'CA', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16223, '74ec42', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16224, '0050db', 0, 'Contemporary Control', 'SYSTEMS, INC. DOWNERS GROVE IL 60515 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16225, '0008d1', 0, 'Karel Inc', 'ORGANIZE SANAYI BOLGESI ANKARA 06935 TR', 'TR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16226, '001941', 0, 'Pitney Bowes, Inc', '35 Waterview Drive Shelton CT 06484 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16227, '5c338e', 0, 'Alpha Networks Inc', 'No.8 Li-shing Seventh Road,Science-based Hsinchu 300 TW', 'TW', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16228, '0026b9', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2010-01-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16229, '70b3d5bbb', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2019-06-21', '2019-06-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16230, '001e05', 0, 'Xseed Tech & Computing', 'Topaz House, MATAM Haifa 39100 IL', 'IL', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16231, '0050c295d', 0, 'full electronic system', 'parc des ruires eybens 38320 FR', 'FR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16232, '000c0c', 0, 'Appro Tech Inc', '13F, No. 66 Chung-Cheng Rd, Hsin-Chuang Taipei 242 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16233, '006762', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-10-15', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16234, '9c9c40', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16235, '4aca3e', 0, 'Zeus', '161-6, Gyeonggi-dong-ro OSAN Gyeonggi 18148 KR', 'KR', 'CID', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16236, '0050c2ea3', 0, 'Subsea Systems, Inc', '2290 Eastman Avenue Ventura CA 93003 US', 'US', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16237, '141fba6', 0, 'Thales Communications & Security Sas', 'BP 57 Bretigny-sur-Orge CEDEX France F 91229 FR', 'FR', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16238, '78471d', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-11-24', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16239, '70b3d53de', 0, 'Elomac Elektronik GmbH', 'Heinrich-Vogl-Str. 14 Ebersberg Bayern 85560 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16240, '88ae07', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16241, '0050c2bbe', 0, 'Onlinepizza Norden AB', 'Strandbergsgatan 61 Stockholm 112 51 SE', 'SE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16242, '0050c2c96', 0, 'CyberCraft', '20-33 mathuyacho Neyagawa-Chi Osaka-fu 572-0086 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16243, '002564', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2009-03-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16244, 'bc6e64', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2014-10-25', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16245, '40f385a', 0, 'Creanord', 'Pasilanraitio 9B Helsinki Uusimaa 00240 FI', 'FI', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16246, '4048fd3', 0, 'RL Controls Llc', '2 G Gill St Woburn MA 01801 US', 'US', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16247, '001b1f', 0, 'Delta - Danish Electronics, Light & Acoustics', 'Venlighedsvej 4 Hørsholm DK-2970 DK', 'DK', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16248, '001d6d', 0, 'Confidant International Llc', '2530 Meridian Pkwy Durham North Carolina 27713 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16249, '70b3d547f', 0, 'Ase GmbH', 'Lußhardtstraße 6 Bruchsal 76646 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16250, '785364', 0, 'Shift GmbH', 'Am Gänsemarkt 6 Wabern Falkenberg Hessen 34590 DE', 'DE', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16251, '00407a', 0, 'Societe D\'Exploitation DU Cnit', '2 GLACE DE LA DEFENSE 92053 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16252, 'ec6c9f', 0, 'Chengdu Volans Tech Co, Ltd', '2nd Floor Building 4B Hi-Tech Incubation Park,Nanyan Xian,Tianfu Ave Chengdu Sichuan 610041 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16253, '00121b', 0, 'Sound Devices, Llc', '300 Wengel Drive Reedsburg WI 53959 US', 'US', 'MA-L', '2004-08-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16254, '00251d', 0, 'Dsa Encore, Llc', '50 Pocono Rd Brookfield CT 06804 US', 'US', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16255, '30efd1', 0, 'Alstom Strongwish (Shenzhen) Co, Ltd', '5F,Building No.6, Keji Middle 2 Road High-Tech Industrial Park, Shen Zhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16256, '886b6e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16257, '0004f5', 0, 'SnowShore Networks, Inc', '285 Billerica Road Chelmsford MA 01824 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16258, '0050c234e', 0, 'Abb Power Tech S.p.A. Unità  Operativa Sace (Ptmv)', 'vai Friuli 4 Dalmine (Bergamo) 20044 IT', 'IT', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16259, '381c4a', 0, 'SIMCom Wireless Solutions Co, Ltd', 'Building A,SIM Technology Building,No.633,Jinzhong Road, Shanghai 200335 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16260, '3c86a8', 0, 'Sangshin elecom .Co,, Ltd', '614-1 Wolhari Suhmyon Choongnam 339-814 KR', 'KR', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16261, '6c0b84', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, Lane 351, TaiPing Road, Sec.1 Tsao-Tuen Nan-Tou 54261 TW', 'TW', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16262, '1c87790', 0, 'Wurm GmbH & Co KG Elektronische Systeme', 'Morsbachtalstr. 30 Remscheid 42857 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16263, '70b3d5105', 0, 'Beijing Nacao Tech Co, Ltd', '1912B, Zhongguancunkemao Building, Zhongguancun Da Jie Beijing 100080 CN', 'CN', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16264, '70b3d5a94', 0, 'Eta Tech Pvt Ltd', 'No. 484-D, 13th Cross, IV Phase, Peenya Industrial Area, Bangalore Karnataka 560058 IN', 'IN', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16265, '0003fa', 0, 'TiMetra Networks', '500 Ellis St. Mountain View CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16266, 'b42a39', 0, 'Orbit Merret, spol. s r. o.', 'Vodnanska 675/30 Praha 198 00 CZ', 'CZ', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16267, '40d85509f', 0, 'Bascules Robbe nv', 'Noordlaan 7 Torhout West-Vlaanderen 8820 BE', 'BE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16268, '70b3d5a71', 0, 'Samwell International Inc', 'No. 317-1, Sec.2, An Kang Rd., Hsintien Dist New Taipei City 231 TW', 'TW', 'MA-S', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16269, '00d04b', 0, 'LA Cie Group S.A.', '17 RUE AMPERE FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16270, '000860', 0, 'LodgeNet Entertainment Corp', '3900 W. Innovation Street Sioux Falls SD 57107 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16271, '70b3d52b2', 0, 'Sun Creative (ZheJiang) Tech Inc', '3#Building No.181 Wuchang street HANGZHOU ZHE JIANG 310023 CN', 'CN', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16272, '00067d', 0, 'Takasago Ltd', '1-24-16 Mizonokuchi Takatsu-ku JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16273, '0ccdd3', 0, 'Eastriver Tech Co, Ltd', '30 JINNIU XINCUN DONGGUAN GUANGDONG 523010 CN', 'CN', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16274, '70b3d51a0', 0, 'Ufatech Ltd', 'Mendeleev st 134 UFA RB 450073 RU', 'RU', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16275, '08ed024', 0, 'Fio Corp', '111 Queen Street East, Suite 500 Toronto ON M5C 1S2 CA', 'CA', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16276, '0050c26b2', 0, 'Edgeware AB', 'Master Samuelsgatan 42 Stockholm 11157 SE', 'SE', 'IAB', '2007-01-06', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16277, 'd0cde1', 0, 'Scientech Electronics', '4F, No.501-17, Zhong Zheng Rd, New Taipei City 23148 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16278, '2c750f', 0, 'Shanghai Dongzhou-Lawton Communication Tech Co Ltd', 'NO.188,FengyeRoad,BaoshanDistrict shanghai 200949 CN', 'CN', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16279, '748a28', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16280, '0050c24e0', 0, 'Telematrix', '2948 Woodside Terrace Fremont Ca. 94539 US', 'US', 'IAB', '2005-07-28', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16281, '0024be', 0, 'Sony Corp', 'Gotenyama Tec. 5-1-12 Shinagawa-ku Tokyo 141-0001 JP', 'JP', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16282, 'cc6def', 0, 'Tjk Tietolaite Oy', 'PL 443 Vaasa 65101 FI', 'FI', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16283, '004080', 0, 'Athenix Corp', '675 ALMANOR AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16284, '7c4ca5', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2011-09-24', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16285, 'c8334b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-02-04', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16286, '3c92dc', 0, 'Octopod Tech Co Ltd', '822 Lane Zhennan Road Shanghai 200331 CN', 'CN', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16287, '9806374', 0, 'Chengdu Shuwei Communication Tech Co, Ltd', 'The Second floor, G4 Building, G zone, Tianfu Software Park, 1800 Yizhou Avenue, High Tech Dsitrict Chengdu Sichuan 610041 CN', 'CN', 'MA-M', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16288, '00079c', 0, 'Golden Electronics Tech Co, Ltd', 'No. 29, 21st Road, TW', 'TW', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16289, '00092f', 0, 'Akom Tech Corp', '5F, No. 323, Yang-Guang St. Taipei 114 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16290, '70b3d5d8f', 0, 'Molu Tech Inc, Ltd', 'NO. 25, Ln., 230, Zhonghe Rd., Zhonghe Dist. New Taipei City 235 TW', 'TW', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16291, '3c1e13', 0, 'Hangzhou Sunrise Tech Co, Ltd', 'No.9, LongTan Road, CangQian Town, YuHang District, Hangzhou, China HangZhou ZheJiang 311121 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16292, '8835c1', 0, 'OI Electric Co, Ltd', '7-3-16 KIKUNA YOKOHAMA KANAGAWA-KEN 222-0011 JP', 'JP', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16293, 'd47c448', 0, 'Beijing Maystar Information Tech Co, Ltd', 'Building B 5/F,Shangdi Keji Zonghe Building,No.22 Shangdi Information Road, Haidian District Beijing 100084 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16294, '001083', 0, 'Hewlett Packard', 'MAIL STOP 42LE CUPERTINO CA 95014 US', 'US', 'MA-L', '1998-04-22', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16295, '105c3b', 0, 'Perma-Pipe, Inc', '7720 Lehigh Ave Niles IL 60714 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16296, 'f03e90', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16297, '50a4d0d', 0, 'Axel Tech', 'Via Caduti di Sabbiuno 6/F Anzola dell\'Emilia 40011 IT', 'IT', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16298, 'c88f26', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16299, '00017d', 0, 'ThermoQuest', '355 River Oaks Parkway San Jose CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16300, '00906f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16301, '001f1b', 0, 'RoyalTek Co Ltd', 'Suite 9F-1, No. 1071, Chung Cheng Rd. Taoyuan Shien Taoyuan 330 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16302, 'f8769b', 0, 'Neopis Co, Ltd', '#401 Neo bd., 196-44 Anyang7-Dong Anyang Kyonggi-Do 430-857 KR', 'KR', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16303, 'c041f6', 0, 'LG Electronics Inc', '19-1,Cheongho-Ri,Jinwi-Myeon Pyeongtaek Gyeonggi-Do 451-713 KR', 'KR', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16304, 'bc16f5', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16305, '70b3d58dc', 0, 'Niveo International BV', 'Communicatieweg 9L Mijdrecht ZH 3641SG NL', 'NL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16306, '205532', 0, 'Gotech International Tech Ltd', 'Unit 2506, 25/F, Prosperity Place,6 Shing Yip Street, Kwun Tong, Kowloon Hong Kong 00000 CN', 'CN', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16307, '008090', 0, 'Microtek International, Inc', '3300 NW 211TH TERRACE HILLSBOR OR 97124-7136 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16308, '0001c6', 0, 'Quarry Tech', '8 New England Executive Park Burlington MA 01803 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16309, '70b3d5c4e', 0, 'Arkray, Inc Kyoto Laboratory', 'Yousuien-nai Kyoto Kamigyo-ku 602-0008 JP', 'JP', 'MA-S', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16310, '40a36bb', 0, 'Amobile Intelligent Corp', '18F-1 150 Jianyi Road New Taipei City 23511 TW', 'TW', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16311, '0c704a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16312, '001bc5014', 1, 'Private', '', '', 'MA-S', '2011-08-06', '2011-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16313, '40d8551e1', 0, 'AD Qualite', '75, allée Louis Blériot BOOS Haute Normandie 76520 FR', 'FR', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16314, '8c4500', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16315, '70b3d544d', 0, 'Vessel Tech Ltd', 'Banchory Business Centre, Burn O\'Bennie Road Banchory Aberdeenshire AB31 5ZU GB', 'GB', 'MA-S', '2020-01-03', '2020-01-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16316, '900a84', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2020-01-22', '2020-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16317, '000043', 0, 'Micro Tech', '4905 EAST LAPALMA ANAHEIM CA 92807 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16318, '000817', 0, 'EmergeCore Networks Llc', '10542 S. Jordan Gateway South Jordan UT 84095 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16319, '0050c225e', 0, 'Mite Hradec Kralove, s.r.o.', 'Veverkova 1343 Hradec Kralove CZ 500 02 CZ', 'CZ', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16320, '000f13', 0, 'Nisca Corp', '430-1 Masuho-Cho Yamanashi-Ken 400-0593 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16321, '0050c2486', 0, 'Safegate International AB', 'Djurhagegatan 19 Malmö 21376 SE', 'SE', 'IAB', '2005-04-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16322, '001879', 0, 'dSys', 'Soeflinger Str. 100 Ulm BW 89077 DE', 'DE', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16323, '0050c2773', 0, 'Pointe Conception Medical Inc', '121 East Mason Street Santa Barbara California 93101 US', 'US', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16324, '34e1d16', 0, 'Ningbo Hua Gao Mdt Info Tech Ltd', 'NO.655,Xueshi Road, Yinzhou District, Ningbo, Zhejiang,China Ningbo Zhejiang 315100 CN', 'CN', 'MA-M', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16325, '0060ac', 0, 'Resilience Corp', '1755 EMBARCADERO ROAD-STE #120 PALO ALTO CA 94303 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16326, '000c99', 0, 'Hitel Link Co, Ltd', 'Samsung Omni Tower 4th Fl., 395-62 Seoul 156-010 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16327, 'd0c282', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16328, '02c08c', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '2000-11-09', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16329, '000130', 0, 'Extreme Networks, Inc', '3585 Monroe Street Santa Clara CA 95051 US', 'US', 'MA-L', '2000-11-09', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16330, '00e6d3', 0, 'Nixdorf Computer Corp', '2520 MISSION COLLEGE ROAD SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16331, '00253d', 0, 'Drs Consolidated Controls', '21 South Street Danbury CT 06810-8147 US', 'US', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16332, '0050c2f2e', 0, 'H&L Instruments, Llc', '34 Post Road North Hampton NH 03862 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16333, '7c2586', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16334, '4cbc98c', 0, 'Heliotis AG', 'Längenbold 5 Root 6037 CH', 'CH', 'MA-M', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16335, '0050c21e9', 0, 'Ranch Networks', '65 Rt. 34 Morganville NJ 07751 US', 'US', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16336, '000e07', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2004-02-12', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16337, '00268a', 0, 'Terrier SC Ltd', 'Strettit Farm East Peckham Kent TN12 5EE GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16338, '0050c2bbc', 0, 'ImpactSystems', '15-10-206 Satsukigaoka-Minami Suita Osaka 565-0832 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16339, 'a0c5f2', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16340, '9cf6dd8', 0, 'Savari Inc', '2005 De la cruz blvd, st 111, santa clara CA 95050 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16341, 'c4954d9', 0, 'Shenzhen Xtooltech Co, Ltd', '10574 Acacia St, Suite D4 Rancho Cucamonga CA 91730 US', 'US', 'MA-M', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16342, '00e0d5', 0, 'Emulex Corp', '3333 Susan Street Costa Mesa CA 92626 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16343, '001824', 0, 'Kimaldi Electronics, S.L.', 'Ctra. de Rubí, 292 B Terrassa Barcelona 08228 ES', 'ES', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16344, '001837', 0, 'Universal Abit Co, Ltd', '7F, No. 323 Yangguang St., Neihu Taipei 114 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16345, '701a04', 0, 'Liteon Tech Corp', '4F 90 Chien 1 Rd.ChungHo Taipei 23585 TW', 'TW', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16346, '2ca835', 0, 'Rim', '295 Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16347, '001bc509c', 0, 'S.I.C.E.S. srl', 'Via Molinello, 8B Jerago con Orago VARESE 21040 IT', 'IT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16348, 'c46699', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16349, '8439be0', 0, 'Hino Engineering, Inc', '60-7 Takakuramachi Hachiouji Tokyo 192-0033 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16350, '0050c2002', 0, 'Integrated Automation Solutions', '111 Lakefront Drive Hunt Valley MD 21030 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16351, '0015bb', 0, 'Sma Solar Tech AG', 'Sonnenallee 1 Niestetal Hessen 34266 DE', 'DE', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16352, '9458cb', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16353, '0050c29cc', 0, 'Hirotech, Inc', 'Shinyokohama I.O Bldg. #602, 1-3-10, Shinyokohama, Kohoku-ku Yokohama City Kanagawa 222-0033 JP', 'JP', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16354, 'b05b67', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16355, '4ca161', 0, 'Rain Bird Corp', '970 West Sierra Madre Ave. AZUSA CA 91702 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16356, '58e876', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16357, '0005d5', 0, 'Speedcom Wireless', '7020 Professional Pkwy East Sarasota FL 34240-8514 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16358, '0050c28fb', 0, 'Alfred Kuhse GmbH', 'An der Kleinbahn 39 Winsen (Luhe) Niedersachsen 21423 DE', 'DE', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16359, '186882', 0, 'Beward R&D Co, Ltd', 'Molokova street 16, apt.355 Krasnoyarsk Krasnoyarsk region 660118 RU', 'RU', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16360, '70b3d5cf4', 0, 'Harbin Cheng Tian Tech Development Co, Ltd', 'ROOM140,Building21A,145 Nantong Street Harbin Heilongjiang 150001 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16361, '04714b0', 0, 'Neurio Tech Inc', '43 West Hastings Street Vancouver BC V6B 1G4 CA', 'CA', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16362, '002062', 0, 'Scorpion Logic, Ltd', '19 BROOKSIDE ROAD HERTS WD1 4BW GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16363, '001702', 0, 'Osung Midicom Co, Ltd', '231-18, Dorim2-dong, Seoul, Youngdeungpo-gu 150-832 KR', 'KR', 'MA-L', '2006-01-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16364, '0050c27e2', 0, 'Digitrol Ltd', 'CORONET WAY SWANSEA WALES SA6 8RH GB', 'GB', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16365, '9c1c12', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2013-01-09', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16366, '281878', 0, 'Microsoft Corp', 'One Microsoft Way Redmond Washington 98052-6399 US', 'US', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16367, 'fca47ae', 0, 'Hefei Feier Smart Science&Tech Co Ltd', '6 / F 1#ZhongShi Building,CSV, High-tech Zone HEFEI 230000 CN', 'CN', 'MA-M', '2019-05-03', '2019-05-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16368, '000a0b', 0, 'Sealevel Systems, Inc', '155 Technology Place Liberty SC 29657 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16369, '001d36', 0, 'Electronics Corp OF India Ltd', 'CONTROL AND AUTOMATION DIVISION-3 HYDERABAD ANDHRA PRADESH 500 062 IN', 'IN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16370, '002312', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2008-10-25', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16371, '00271c', 0, 'Mercury Corp', '90, Gajaeul-ro, Seo-gu INCHEON 22830 KR', 'KR', 'MA-L', '2010-01-05', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16372, '68ebc5', 0, 'Angstrem Telecom', 'Yuzhnaya promzona, passage 4806, 4, build 3 Zelenograd Moscow 124460 RU', 'RU', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16373, '701124', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16374, '70b3d5d74', 0, 'Sandia National Laboratories', '1515 Eubank BLVD SE Albuquerque New Mexico 87123 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16375, '300a604', 0, 'Avic Jonhon Optronic Tech Co, Ltd', 'Zhoushan Road10,Jianxi District,Luoyang City Luoyang City Henan Province 471003 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16376, '0836c9', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2018-12-10', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16377, '00e0a6', 0, 'Telogy Networks, Inc', '20250 CENTURY BLVD. GERMANTOWN MD 20874 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16378, '444e1a', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-02-21', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16379, '84e0f44', 0, 'PetroInTrade', 'Engelsa 71 Saint-Peterburg 194214 RU', 'RU', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16380, 'd06f82', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16381, '00044b', 0, 'Nvidia', '3535 Monroe St. Santa Clara CA 95051 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16382, '0007cb', 0, 'Freebox Sas', '8 rue de la Ville l\'Eveque Paris 75008 FR', 'FR', 'MA-L', '2001-10-24', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16383, '086266', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16384, '00d07d', 0, 'Cosine Communications', '1200 BRIDGE PARKWAY REDWOOD CITY CA 94065 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16385, '386645', 0, 'Oosic Tech Co, Ltd', '8F,No 1559, Zuchongzhi Road Shanghai 201203 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16386, '941882', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16387, '0001fd', 0, 'Digital Voice Systems, Inc', '234 Littleton Road Westford MA 01886 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16388, '001bc5081', 0, 'WonATech Co, Ltd', '171-17 Seocho-Gu Seoul 137-180 KR', 'KR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16389, '005058', 0, 'Sangoma Tech', '100 Renfrew Drive, Suite 100 Markham ON L3R 9R6 CA', 'CA', 'MA-L', '2000-11-09', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16390, '080023', 0, 'Panasonic Communications Co, Ltd', '4-1-62 Minoshima Hakata Fukuoka 812-8531 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16391, '0060d7', 0, 'Ecole Polytechnique Federale DE Lausanne (Epfl)', 'ECUBLENS CH-1015 LAUSANNE CH', 'CH', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16392, '0001ba', 0, 'IC-Net, Inc', '5 Fl. Seasung Bldg., 311-27 Noryangjin-D KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16393, '28f532', 0, 'Add-Engineering BV', 'P.O. BOX 5893 ROTTERDAM ZH 3008 AW NL', 'NL', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16394, '70b3d5dbc', 0, 'Gamber-Johnson Llc', '3001 Borham Ave Stevens Point WI 54481 US', 'US', 'MA-S', '2019-01-08', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16395, '0002ae', 0, 'Scannex Electronics Ltd', 'Unit 8 English Business Park Hove BN3 7ET GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16396, '0050c2990', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16397, '000b1c', 0, 'Sibco bv', 'Schoonhout 46 Etten-Leur NB 4872 ME NL', 'NL', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16398, '000c02', 0, 'Abb Oy', 'P.O.Box 89 Turku FIN-20521 FI', 'FI', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16399, '748f4d', 0, 'Men-Mikro Elektronik GmbH', 'Neuwieder Str. 3 - 7 Nuernberg Bavaria 90411 DE', 'DE', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16400, '70b3d559d', 0, 'servicios de consultoria independiente S.L.', 'c/doctor apolinario macias 22. of.2 las palmas de gran canaria Las Palmas 35011 ES', 'ES', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16401, '00078e', 0, 'Garz & Friche GmbH', 'Tempowerhving 4 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16402, '00095c', 0, 'Philips Medical Systems - Cardiac and Monitoring Systems (CM', '3000 Minuteman Road Andover Massachusetts 01810 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16403, '0022d1', 0, 'Albrecht Jung GmbH & Co KG', 'Volmestraße 1 Schalksmühle NRW 58579 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16404, '70b3d5982', 0, '3S - Sensors, Signal Processing, Systems GmbH', 'Saar-Lor-Lux-Straße 11 Saarbrücken 66115 DE', 'DE', 'MA-S', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16405, 'bc62d2', 0, 'Genexis International B.V.', 'Waldfeuchterbaan 124 Maria Hoop Maria Hoop 6105 BP NL', 'NL', 'MA-L', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16406, '0003ea', 0, 'Mega System Tech, Inc', '2F, No. 41, Lane 76, Taipei Taipei TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16407, '001c6e', 0, 'Newbury Networks, Inc', '419 Boylston Street Boston MA 02116 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16408, '0011bf', 0, 'Aesys S.p.A.', 'Via Artigiani, 41 Brusaporto Bergamo 24060 IT', 'IT', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16409, '78ca834', 0, 'Pinhole (Beijing) Tech Co, Ltd', 'Room 1001-008, No.1 Building, No. 3 Haidian Street, Haidian District Beijing 100190 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16410, '70b3d573c', 0, 'Centro de Ingenieria y Desarrollo industrial', 'Av. Playa Pie de la cuesta No.702 Desarrollo san pablo Queretaro Queretaro 76125 MX', 'MX', 'MA-S', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16411, '001086', 0, 'Atto Tech, Inc', '155 Crosspoint Pkwy. Amherst NY 14068 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16412, '0050c2077', 0, 'Saco Smartvision Inc', '7809 Trans Canada Montreal Quebec H4S 1L3 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16413, 'd8c771', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16414, '001bc5006', 0, 'Triax-Hirschmann Multi-Media GmbH', 'Karl-Benz-Strasse 10 Pliezhausen Baden-Württemberg 72124 DE', 'DE', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16415, '70b3d5643', 0, 'Marques, S.A.', 'Zona Industrial da Alagoa - APT 3134 Águeda Aveiro 3754-901 PT', 'PT', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16416, '0025a2', 0, 'Alta Definicion Linceo S.L.', 'Maria de Luna 11, nave 4 Zaragoza Es-50018 ES', 'ES', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16417, '74dfbf', 0, 'Liteon Tech Corp', '7F, Bldg, C, 90, Chien 1 Road Taipei Taiwan 23585 TW', 'TW', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16418, '708a09', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-08-06', '2016-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16419, '70b3d57e1', 0, 'Applied Materials', '35 Dory Rd Gloucester MA 01930 US', 'US', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16420, '70e1fd', 0, 'Flextronics', 'Carretera Base Aerea 5850 int 4 Zapopan Jalisco 45136 MX', 'MX', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16421, '2cfdab', 0, 'Motorola (Wuhan) Mobility Tech Communication Co, Ltd', 'No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16422, '00e015', 0, 'Heiwa Corp', '2-3014-8, HIROSAWA-CHO GUNMA PREF. 376 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16423, '0011af', 0, 'Medialink-i, Inc', '1-9-10 Hamamatsu-Cho Minato-Ku Tokyo 105-0013 JP', 'JP', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16424, '70b3d5bcb', 0, 'Smart Vision Lights', '2359 Holton Rd Muskegon MI 49445 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16425, '3c24f07', 0, 'Swissdotnet SA', 'Route Saint-Nicolas-de-Flüe 2 Fribourg 1700 CH', 'CH', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16426, '683489', 0, 'Lea Professional', '635 S. Lafayette Blvd South Bend IN 46601 US', 'US', 'MA-L', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16427, '0050c231c', 0, 'Casa Systems Inc', '500 Clark Road Tewksbury MA 01876 US', 'US', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16428, '5061d6', 0, 'Indu-Sol GmbH', 'Blumenstr. 3 Schmölln Thüringen 04626 DE', 'DE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16429, '001b50', 0, 'Nizhny Novgorod Factory named after M.Frunze, Fsue (NZiF)', '174, Gagarina Avenue Nizhny Novgorod Russia 603950 RU', 'RU', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16430, '44dccb', 0, 'Semindia Systems Pvt Ltd', '1006/13, Sy No.49/1&3, 7th Mile, A.M Indl Estate, Bangalore Karnataka 560068 IN', 'IN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16431, 'a8b86e', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2017-02-21', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16432, '00d0de', 0, 'Philips Multimedia Network', 'SYSTEMS GMBH DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16433, '00050d', 0, 'Midstream Tech, Inc', '777 108th Ave. NE Bellevue WA 98004-5140 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16434, '0050c234c', 0, 'Chuo Electric Works Co, Ltd', '51 Tateminami Watari-Gun Miyagi 989-2361 JP', 'JP', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16435, '002256', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16436, '0050c2fab', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16437, '60a4d0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16438, '3cfad33', 0, 'Harman Connected Services, Inc', '636 Ellis Street Mountain View New York CA 10003 US', 'US', 'MA-M', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16439, '0050c203f', 0, 'Celotek Corp', 'PO Box 14285 RTP NC 27709 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16440, '0050c2243', 0, 'Rgb Spectrum', '950 Marina Village Pkwy Alameda CA 94501 US', 'US', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16441, '183919', 0, 'Unicoi Systems', '410 Peachtree Pkwy Cumming GA 30041 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16442, 'f8dadf', 0, 'EcoTech, Inc', '999 Postal Road Allentown PA 18109 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16443, '24f5aa', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2013-06-20', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16444, '0021a7', 0, 'Hantle System Co, Ltd', '481-10 Byucksan Digital Vally II, RM 1511 Seoul City Seoul 153-783 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16445, '0050c2ec5', 0, 'Rsupport Co, Ltd', '45, Bangi2-dong, Songpa-gu Seoul Soul-t|ukpyolsi 138724 KR', 'KR', 'IAB', '2011-10-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16446, '48d8fe', 0, 'ClarIDy Solutions, Inc', '7F, No.9, ParkAvenue II Rd., Hsinchu Science Park, Hsinchu 300 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16447, '481a84', 0, 'Pointer Telocation Ltd', '14 Hamelacha Street, Rosh Ha’ayin Israel 48091 IL', 'IL', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16448, '0050c2da1', 0, 'MangoDSP', '8 Hartom St. Beck Science Center Jerusalem 91450 IL', 'IL', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16449, '2c245f', 0, 'Babolat VS', '93 rue Andre Bollier Lyon 69007 FR', 'FR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16450, '001510', 0, 'Techsphere Co, Ltd', '4F, Wonil Bldg., 980-54, Bangbae-dong, SeoCho-gu Seoul 137-060 KR', 'KR', 'MA-L', '2005-06-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16451, '001be8', 0, 'Ultratronik GmbH', 'Dornierstr. 9 Gilching 822205 DE', 'DE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16452, '548998', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16453, '0050c2ddc', 0, 'Vision & Control GmbH', 'Mittelbergstrasse 16 Suhl 98527 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16454, '54d1b0', 0, 'Universal Laser Systems, Inc', '16008 N 81st street scottsdale az 85260 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16455, 'c4047b', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Shenzhen University-town Business Park,Lishan Road,Taoyuan Street Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16456, '0020cb', 0, 'Pretec Electronics Corp', '39899 BALENTINE DR. NEWARK CA 94560 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16457, '00137a', 0, 'Netvox Tech Co, Ltd', 'No.21-1 Sec. 1 Chung Hua West Road Tainan 702 TW', 'TW', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16458, 'b810d4', 0, 'Masimo Corp', '40 Parker Irvine CA 92618 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16459, 'ac8b9c', 0, 'Primera Tech, Inc', '2 Carlson Parkway N, Ste 375 Plymouth MN 55447 US', 'US', 'MA-L', '2019-08-28', '2019-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16460, '000a0a', 0, 'Sunix Co, Ltd', '3Fl., No. 76, Baugau Rd., Shindian Taipei 231 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16461, '000a90', 0, 'Bayside Interactive, Inc', '330 Biscayne Blvd. Miami FL 33132 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16462, '002187', 0, 'Imacs GmbH', 'Mittelfeldstrasse 25 Kornwestheim Germany D-70806 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16463, '788c54', 0, 'Ping Communication', 'Brenden 18 Appenzell Meistersrüte AI 9050 CH', 'CH', 'MA-L', '2010-07-26', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16464, 'e4f365', 0, 'Time-O-Matic, Inc', '1015 Maple St. Danville IL 61832 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16465, '0040e3', 0, 'Quin Systems Ltd', 'OAKLANDS BUSINESS CENTRE UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16466, '005012', 0, 'Cbl - GmbH', 'DARMSTAEDTER STR. 81 D-64839 MUENSTER DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16467, '001656', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2005-11-02', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16468, '002326', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2008-10-25', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16469, '303955', 0, 'Shenzhen Jinhengjia Electronic Co, Ltd', '4-6 Floors, Factory Building, Jijia Industrial Park, Shenzhen Guangdong 518112 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16470, '1866da', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2015-12-17', '2015-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16471, '0003c6', 0, 'Icue Systems, Inc', '17489 Gale Avenue City of Industry CA 91748 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16472, '001575', 0, 'Nevis Networks Inc', '3945 Freedom Circle Santa Clara CA 95054 US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16473, '0050c2f4c', 0, 'Enistic Ltd', 'Unit 4, Isis Business Centre Oxford Oxfordshire OX4 2RD GB', 'GB', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16474, '7c7a53', 0, 'Phytrex Tech Corp', '8F-16, No.81, Shuili Rd., Hsinchu Taiwan 30059 TW', 'TW', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16475, '001c9b', 0, 'Feig Electronic GmbH', 'Lange Straße 4 Weilburg Hessen 35781 DE', 'DE', 'MA-L', '2007-05-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16476, '0050c2de9', 0, 'Dacom West GmbH', 'Schallbruch 19-21 Haan NRW 42781 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16477, '0050c2397', 0, 'Mango Dsp Ltd', '8 HARATOM St. JERUSALEM 91450 IL', 'IL', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16478, '001851', 0, 'SWsoft', '13755 Sunrise Valley Drive, Suite 600 Herndon VA 20171 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16479, '0050c2b27', 0, 'Ateme', '26 BUROSPACE BIEVRES CEDEX 91573 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16480, '94b819', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16481, '00201b', 0, 'Northern Telecom/Network', 'SYSTEMS CORPORATION CANADA K8N 5B7 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16482, '000d81', 0, 'Pepperl+Fuchs GmbH', 'Lilienthalstraße 200 Mannheim 68307 DE', 'DE', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16483, '000675', 0, 'Banderacom, Inc', '9211 Waterford Centre Blvd. Austin TX 78758 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16484, 'ccb3f8', 0, 'Fujitsu Isotec Ltd', '135,Higashinozaki,Hobara-machi, Date-shi Fukushima 960-0695 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16485, '2cd1412', 0, 'IntelliLUM', '8850 Terabyte Court Reno Nevada 89521 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16486, 'ec1bbd', 0, 'Silicon Laboratories', '7000 W. William Cannon Dr. Austin 78735 US', 'US', 'MA-L', '2019-07-11', '2019-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16487, '0060c7', 0, 'Amati Communications Corp', '2043 SAMARITAN DRIVE SAN JOSE CA 95124 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16488, '008035', 0, 'Tech Works, Inc', '4030 BRAKER LANE #350 AUSTIN TX 78759 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16489, '0012a6', 0, 'Dolby Australia', 'Level 6 Surry Hills NSW 2010 AU', 'AU', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16490, '0050c269e', 0, 'Ideus AB', 'Box 133 Skövde SE-54123 SE', 'SE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16491, '001b7e', 0, 'Beckmann GmbH', 'Brandtstraße 1 Hoevelhof NRW 33161 DE', 'DE', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16492, '70b3d5653', 0, 'Luxar Tech, Inc', '42840 Christy St, Suite 101 Fremont CA 94538 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16493, '00016c', 0, 'Foxconn', '105 S Puente St. Brea CA 92821 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16494, '000d93', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2003-06-30', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16495, 'e856d6', 0, 'NCTech Ltd', '20-22 Braid Road Edinburgh EH10 6AD GB', 'GB', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16496, '088c2c', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16497, '00801e', 0, 'Xinetron, Inc', '2330 B. WALSH AVE. SANTA CLARA CA 95051 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16498, '0014e9', 0, 'Nortech International', '32A Wiganthorpe Road Pietermartizburg KwaZulu Natal 3201 ZA', 'ZA', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16499, '1c87768', 0, 'Guangzhou Video-Star Electronics Co, Ltd', '6F/No.6 Building, No.9/4th Lanyu St., GZ Economy&Technology Development Area Guangzhou Guangdong 510730 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16500, '0004ac', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16501, '0013c0', 0, 'Trix Tecnologia Ltda.', 'Rua da Paz, 1957 - Chácara Santo Antônio São Paulo 04713-002 BR', 'BR', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16502, '70b3d5135', 0, 'Dorlet Sau', 'Albert Eistein 34 Alava SPAIN 01510 ES', 'ES', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16503, '4403777', 0, 'Stara S/A Indústria de Implementos Agrícolas', 'Avenida Stara 519 Não-Me-Toque Rio Grande do Sul 99470000 BR', 'BR', 'MA-M', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16504, '0050c2453', 0, 'Erhardt+Leimer GmbH', 'Albert-Leimer-Platz 1 Stadtbergen Bavaria 86391 DE', 'DE', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16505, '70b3d52bb', 0, 'Automation Networks & Solutions Llc', '8300 FM 1960 West, Suite 450 Houston TX 77070 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16506, 'ec4f82', 0, 'Calix Inc', '2777 Orchard Parkway San Jose CA 95134 US', 'US', 'MA-L', '2015-02-07', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16507, '98d293', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16508, '441e98', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16509, '70b3d5bb5', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'MA-S', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16510, '00006c', 1, 'Private', '', '', 'MA-L', '2001-10-24', '2001-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16511, '7093f8', 0, 'Space Monkey, Inc', '7707 south main street Midvale Utah 84047 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16512, '50e549', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16513, '28ca09', 0, 'ThyssenKrupp Elevators (Shanghai) Co, Ltd', 'No. 2, Xunye Rd, Sheshan Subarea Songjiang Industrial Area Shanghai Shanghai 201602 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16514, '94193a', 0, 'Elvaco AB', 'Kabelgatan 2T Kungsbacka 43437 SE', 'SE', 'MA-L', '2018-01-28', '2018-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16515, '9cf6dd9', 0, 'Cama(Luoyang)Electronics Co,Ltd', 'Luoyang High-tech District, Chuncheng Road 16th. Luoyang Henan 471003 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16516, '001929', 0, '2m2b Montadora de Maquinas Bahia Brasil Ltda', 'Rua Djalma dutra, 668, Sete Portas Salvador Bahia 40240080 BR', 'BR', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16517, '00265d', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16518, '20b0f7', 0, 'Enclustra GmbH', 'Technoparkstrasse 1 Zurich ZH CH-8005 CH', 'CH', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16519, '0050c2d83', 0, 'Blankom', 'Hermann-Petersilge-Str. 1 Bad Blankenburg TH 07422 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16520, 'bc644b', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16521, '00d08e', 0, 'Grass Valley, A Belden Brand', '3499, Douglas B. Floreani Montreal Quebec H4S 2C6 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16522, '002469', 0, 'Smart Doorphones', 'Klipsenstraat 18A Lokeren 9160 BE', 'BE', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16523, '1040f3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-12-14', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16524, '74943d', 0, 'AgJunction', '8444 N. 90th St Scottsdale AZ 85258 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16525, 'fa63e1', 0, 'Samsung Electronics (UK) Ltd', 'Communications House, South Street Staines-Upon-Thames Middlesex TW18 4QE GB', 'GB', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16526, '641269', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16527, '848bcd8', 0, 'Dunst tronic GmbH', 'Seevetalstraße, 2 Seevetal Niedersachsen 21217 DE', 'DE', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16528, '00e060', 0, 'Sherwood', '21056 FORBES STREET HAYWARD CA 94545 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16529, '002644', 0, 'Thomson Telecom Belgium', 'Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE', 'BE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16530, '001bc50b3', 0, 'Fsm Solutions Ltd', 'Granatny per 2/9-73 Moscow Moscow 123001 RU', 'RU', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16531, '844765', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16532, '98aafca', 0, 'Senko Co, Ltd', '73 Oesammiro15beon-gil Osan-si Gyeonggi-do 18111 KR', 'KR', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16533, '70b3d5a3f', 0, 'PHPower Srl', 'Via Borgonuovo 27 Milano MI 20121 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16534, 'd05f647', 0, 'Beijing Core Shield Group Co, Ltd', '2/F, Tower C, Building 4, Zhongguancun Software Park, No.8 Dongbeiwang West Road, Haidian District, Beijing, China Beijing 100085 CN', 'CN', 'MA-M', '2019-05-03', '2019-05-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16535, '0002e5', 0, 'Timeware Ltd', 'Brookfield Grange Lancs 042 GLB GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16536, '40d85507e', 0, 'Tescom Corp', '29-8 Teramachi Hachioji Tokyo 192-0073 JP', 'JP', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16537, '0023a0', 0, 'Hana Cns Co, Ltd', 'Taejang-dong 1720-52 Taejang-NongGong-Danji Wonju Gangwon-do 220-962 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16538, '0024e8', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2009-01-19', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16539, '24a42c', 0, 'Koukaam a.s.', 'U vinnych sklepu 7 Prague 190 00 CZ', 'CZ', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16540, '5c4ca9', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16541, 'a0bb3eb', 0, 'Beijing Techshino Tech Co, Ltd', '8/F, Building No. 1, Huihuang International Plaza, Shangdi 10th Street, Haidian District, Beijing Beijing 100085 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16542, '5c9656', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16543, '001ab5', 0, 'Home Network System', '107, Hyundai I-Vally Seongnam-si Gyeonggi-do 462-714 KR', 'KR', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16544, '002220', 0, 'Mitac Tech Corp', '9th Fl., #75, Min-sheng E. Road, Sec. 3, Taipei 104 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16545, '884477', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-08-06', '2016-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16546, '7894b4', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '2016-11-20', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16547, '70b3d5fad', 0, 'Arc Tech Solutions, Llc', '165 Ledge Street Nashua NH 03060 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16548, '30eb1f', 0, 'Skylab M&C Tech Co, Ltd', '6 Floor,No.9 Building,Lijincheng Scientific&Technical park,Gongye East Road,Longhua District Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16549, '9c9d5d', 0, 'Raden Inc', '15 Maiden Lane New York NY 10038 US', 'US', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16550, 'fc51a4', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16551, '0050c2213', 0, 'SysAware S.A.R.L.', 'Mas David Vezenobres Gard 30360 FR', 'FR', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16552, '00142c', 0, 'Koncept International, Inc', '2500 E Foothill Blvd. #407 Pasadena CA 91107 US', 'US', 'MA-L', '2005-03-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16553, '0014ee', 0, 'Western Digital Tech, Inc', '20511 Lake Forest Dr. Lake Forest Ca 92630 US', 'US', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16554, '001629', 0, 'Nivus GmbH', 'Im Täle 2 Eppingen Baden-Württemberg 75031 DE', 'DE', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16555, '001a60', 0, 'Wave Electronics Co, Ltd', '3th Fl.,DaeSan Plaza B/D,Guun-Dong, 12-1,Gwonseon-Gu Suwon-si Kyeonggi-Do 441-814 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16556, 'f04f7c', 1, 'Private', '', '', 'MA-L', '2012-07-28', '2012-07-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16557, '00c0ab', 0, 'Telco Systems, Inc', '15 Berkshire Road Mansfield MA 02048 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16558, '0002b6', 0, 'Acrosser Tech Co, Ltd', 'No. 116-2 Guang-Fu Rd. Taipei Taipei R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16559, 'a8e539', 0, 'Moimstone Co, Ltd', '4F, 954-9 Gwanyang-dong Anyang-Si Gyeonggi-do 431-060 KR', 'KR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16560, '000493', 0, 'Tsinghua Unisplendour Co, Ltd', 'Th-Unis Building Tsinghua P.R. CN', 'CN', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16561, '00080e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2001-10-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16562, '001c4a', 0, 'Avm GmbH', 'Alt-Moabit 95 Berlin 10559 DE', 'DE', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16563, '0050c2a88', 0, 'S-Sys', 'Dijkstraat 8 Ham Limburg 3945 BE', 'BE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16564, '3821c7', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2018-10-24', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16565, '00a09e', 0, 'Ictv', '14600 WINCHESTER BLVD. LOS GATOS CA 95030 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16566, '0003f0', 0, 'Redfern Broadband Networks', 'Level 1, 1 Central Ave., AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16567, '002342', 0, 'Coffee Equipment Co', '4216 6th Ave NW Seattle WA 98107 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16568, '0056cd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16569, '0050c25e0', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16570, '0050c2780', 0, 'IQ Solutions GmbH & Co KG', 'Gewerbepark 7A Bisssendorf Niedersachsen 49143 DE', 'DE', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16571, 'e8b4c8', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16572, '38fdfee', 0, 'iSmart electronic Tech Co, Ltd', 'Room2101,DeWei Building,4 YunShan West Road,JiangBei, HuiZhou GuangDong 516000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16573, 'd4e90b', 0, 'Cvt Co, Ltd', 'Secho gu BangBae 3 dong 1001-1 seoul KangNam KS013 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16574, '70b3d5f83', 0, 'Tata Communications Ltd', 'VSB Mahatma Gandhi Road Fort Mumbai Mumbai Maharashtra 400001 IN', 'IN', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16575, '000bed', 0, 'Elm Inc', '2398 Kasedamiyahara Minamisatsuma Kagoshima 897-1124 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16576, '000fed', 0, 'Anam Electronics Co, Ltd', '645 Sungkok-dong Ansan-city Kyungki-do 425-834 KR', 'KR', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16577, 'fa94f1', 0, 'Ieee 802.1 Working Group', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'CID', '2017-01-30', '2017-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16578, '70b3d5e48', 0, 'T.D.I. Co, Ltd', '80 Daehak-ro, Sankyuk-dong, Buk-gu Deagu Deagu 41566 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16579, '0050c25db', 0, 'Secure Systems & Services', '24, Chemin de la Pouranque F-13752 LES PENNES MIRABEAU CS30084 FR', 'FR', 'IAB', '2006-06-18', '2017-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16580, '0050c2f98', 0, 'Infotech North America', '109 E. 17th Street Cheyenne WY 82001 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16581, '001cc1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-06-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16582, '44975a', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16583, '00100a', 0, 'Williams Communications Group', 'ADVANCED TECHNOLOGIES TULSA OK 74103 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16584, '000cea', 0, 'aphona Kommunikationssysteme', 'Entwicklungs- und VertriebsgmbH Wien 1230 AT', 'AT', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16585, '3009f9c', 0, 'Honeywell', '13350 US Hwy 19 N Clearwater null 33764 US', 'US', 'MA-M', '2018-06-27', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16586, 'b40fb3', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16587, '00190d', 0, 'Ieee 1394c', 'c/o 1394 Trade Association Southlake TX 76092 US', 'US', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16588, '342f6e', 0, 'Anywire Corp', '1 Zusyo, Baba Nagaokakyo Kyoto pref. 617-8550 JP', 'JP', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16589, '0050c2938', 0, 'Postec Data Systems Ltd', 'P O Box 302 230 North Shore Auckland 0632 NZ', 'NZ', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16590, '0017f4', 0, 'Zeron Alliance', '3F DOORI BUILD. 244-14 bunji, Poi-dong, Gangnam-gu SEOUL 135-965 KR', 'KR', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16591, '54d0b4', 0, 'Xiamen Four-Faith Communication Tech Co, Ltd', '3rd Floor,No,44,GuanRi Road,Software Park,XiaMen XiaMen Fujian 361000 CN', 'CN', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16592, '70b3d5f8d', 0, 'Flextronics Canafa Design Services', '1280 Teron Road Ottawa ON K2K 2C1 CA', 'CA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16593, '70b3d5a67', 0, 'Gstar Creation Co .,Ltd', '1F NO53 Jimay Street san chong district New Taipei 241 TW', 'TW', 'MA-S', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16594, '0004d4', 0, 'Proview Electronics Co, Ltd', '6F, No. 1, Pau-Sheng Road TW', 'TW', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16595, '000893', 0, 'LE Information Communication Inc', 'Rm, 4501, DA-Dong Chungang Circulation C Seoul 152-721 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16596, '000cb1', 0, 'Salland Engineering (Europe) BV', 'Bedrijvenpark Berkum Zwolle OV 8024 HA NL', 'NL', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16597, '1cfd081', 0, 'Shenzhen Sewo Tech Co, Ltd', 'Busha Road No 231. Buji Street. Longgang District. Shenzhen Guangdong 518112 CN', 'CN', 'MA-M', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16598, '00e093', 0, 'Ackfin Networks', '575 N. PASTORIA AVE. SUNNYVALE CA 94086 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16599, '000013', 0, 'Camex', '75 KNEELAND STREET BOSTON MA 02111 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16600, '001071', 0, 'Advanet Inc', '3-20-8 NODA OKAYAMI 700 JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16601, '002515', 0, 'Sfr', '42 Quai du point du jour Boulogne billancourt . 92659 FR', 'FR', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16602, 'd4823e', 0, 'Argosy Tech, Ltd', '73-221 Haystack Road Palm Desert CA 92260 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16603, '10e2d5', 0, 'Qi Hardware Inc', '555 4TH STREET #403 San Francisco CA 94107 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16604, '3440b5', 0, 'Ibm', '3039 E Cornwallis Rd Research Triangle Park NC 27709 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16605, '68f0bc', 0, 'Shenzhen LiWiFi Tech Co, Ltd', 'No.7, Xinxi Road, Hi-Tech Park (North Zone) Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16606, '785c28', 0, 'Prime Motion Inc', 'Akaho 1134-12 Komagane Nagano 399-4117 JP', 'JP', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16607, 'c477af', 0, 'Advanced Digital Broadcast SA', 'Route de Crassier 21, B2 Eysins CH-1262 CH', 'CH', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16608, '000473', 0, 'Photonex Corp', '8C Preston Court Bedford MA 01730 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16609, '001b0c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-01-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16610, '0050c2fcf', 0, 'Dintek Shanghai Electronic Ltd', 'Room 404 Tianlin Road NO 142 Shanghai 200233 CN', 'CN', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16611, '845a81', 0, 'ffly4u', '3, avenue Didier Daurat Toulouse 31400 FR', 'FR', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16612, '000d95', 0, 'Opti-cell, Inc', '100 High Tower Blvd., Suite 301 Pittsburgh PA 15205 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16613, '0018b0', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2006-06-15', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16614, '9874da', 0, 'Infinix mobility Ltd', 'RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK', 'HK', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16615, '082697', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16616, '94d6db', 0, 'NexFi', 'Room 417, Building 14, No. 498, Guoshoujing Road, Pudong New Area Shanghai 201203 CN', 'CN', 'MA-L', '2019-09-19', '2019-09-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16617, '00defb', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16618, '7ce524', 0, 'Quirky, Inc', '606 W 28th Street New York NY 10001 US', 'US', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16619, '0050c2aad', 0, 'Update Systems Inc', '10545 Baur Blvd. Saint Louis MO 63132 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16620, '60acc8', 0, 'KunTeng Inc', 'Room302, 3rd Floor, Building1 ,No.8 NongDa South street HaiDian District BeiJing 100084 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16621, '80c548', 0, 'Shenzhen Zowee Tech Co, Ltd', 'NO.5 Zowee technology building, Science & Technology industrial park of privately Science & Technology industrial park of privately owned enterprises Shenzhen GuangDong 518055 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16622, 'a0a3b8', 0, 'Wiscloud', 'Tech Park Xia Sha Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2018-08-17', '2018-08-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16623, '002f5c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-11-15', '2018-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16624, '000ad4', 0, 'CoreBell Systems Inc', 'HTVC 2317 KAIST Yuseong-Gu Daejeon 305-701 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16625, '001781', 0, 'Greystone Data System, Inc', '40800 Encycopedia Circle Fremont CA 94538 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16626, '00802a', 0, 'Test Systems & Simulations Inc', '32429 INDUSTRIAL DRIVE MADISON HEIGHTS MI 48071-1528 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16627, '0002b3', 0, 'Intel Corp', 'M/S: JF3-420 Hillsboro OR 97124 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16628, '40d8551a1', 0, 'Kronotech Srl', 'VIALE UNGHERIA 125 - UDINE CAMPOFORMIDO 33030 US', 'US', 'IAB', '2013-11-18', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16629, '0005cb', 0, 'Rois Tech, Inc', '6th F Changhyun B/D, 960-1 431-080 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16630, '0050c2793', 0, 'Enertex Bayern GmbH', 'Erlachstrasse 13 Forchheim Bayern 91301 DE', 'DE', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16631, 'b4527e', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2013-09-12', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16632, '3cc079', 0, 'Shenzhen One-Nine Intelligent Electronic Science and Tech Co, Ltd', 'Office 3015, Chuangxingda Business Building, No.36. Liuxian 3 Road, Baoan District Shenzhen Guangdong 518133 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16633, '0050c23a6', 0, 'IntelliDesign Pty Ltd', '99 Bluestone Circuit Seventeen Mile Rocks Queensland 4076 AU', 'AU', 'IAB', '2004-07-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16634, '001ca7', 0, 'International Quartz Ltd', '2nd Floor, 2, Dai Wang Street, Hong Kong 852 CN', 'CN', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16635, '3c39e70', 0, 'Hannstar Display Corp', '4F., No.15, Ln. 168, Xingshan Rd., Taipei Taiwan (R.O.C.) 11469 TW', 'TW', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16636, '001723', 0, 'Summit Data Communications', '526 South Main Street Akron Ohio 44311 US', 'US', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16637, 'd0aeec', 0, 'Alpha Networks Inc', 'No.8 Li-shing 7th Rd., Science-based Industrial Park, Hsinchu, Taiwan, R.O.C Hsinchu Taiwan 300 TW', 'TW', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16638, '0026e3', 0, 'Dti', 'Rue de la gare, 35 NANINNE NAMUR 5100 BE', 'BE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16639, '8439bec', 0, 'Edc Electronic Design Chemnitz GmbH', 'Technologie-Campus 4 Chemnitz Sachsen 09126 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16640, '70b3d54e9', 0, 'Adetec Sas', '8 rue de l\'Angoumois ARGENTEUIL 95100 FR', 'FR', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16641, 'fcb7f0', 0, 'Idaho National Laboratory', '2525 N. Fremont Ave Idaho Falls ID 83415 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16642, '0050c20ef', 0, 'Movaz Networks, Inc', 'One Technology Parkway South Norcross GA 30092 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16643, '000b84', 0, 'Bodet', 'Route de la Tourlandry TREMENTINES FRANCE 49340 FR', 'FR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16644, '002294', 0, 'Kyocera Corp', '2-1-1,Kagahara Yokohama-shi Kanagawa 224-8502 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16645, '044169', 0, 'GoPro', '3000 Clearview Way San Mateo CA 94402 US', 'US', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16646, '84cd62', 0, 'ShenZhen Idwell Tech Co, Ltd', '4F,Building 20 Changxing Industrial Park,Shayi,Shajing,BaoAn ShenZhen 518000 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16647, '8c192d1', 0, 'Shenzhen Huanuo Internet Tech Co, Ltd', 'Room 10G, Tower 4C, Software Industry Base, Nanshan District, ShenZhen, China, 518000. Shenzhen 518000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16648, 'a0648f', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16649, '04819b', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2019-05-17', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16650, '10dcb64', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2019-07-19', '2019-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16651, '0040ea', 0, 'Plain Tree Systems Inc', 'CHIEF EXECTUVIE OFFICER CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16652, '00a0e0', 0, 'Tennyson Tech Pty Ltd', '14 BUSINESS PARK DRIVE VICTORIA - 3168 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16653, '00219f', 0, 'Satel OY', 'Meriniitynkatu 17 SALO Lansi-Suomen Laani 24100 FI', 'FI', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16654, '98415c', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16655, 'c40415', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-09-12', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16656, 'f0421c', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16657, '000e52', 0, 'Optium Corp', '500 Horizon Dr Chalfont PA 18914 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16658, '0013f2', 0, 'Klas Ltd', 'Bracetown Business Park Clonee Co Meath IE', 'IE', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16659, '0050c2d3b', 0, 'Gitsn Inc', '#811, Woolim Ebiz Center First, 170-5 Seoul 152-769 KR', 'KR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16660, 'f81a67', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan shenzhen guangdong Province 518057 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16661, '70b3d527a', 0, 'TD Ecophisika', 'Vernadskogo,77 Moscow 119415 RU', 'RU', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16662, '70b3d5784', 0, 'Shenzhen bayue software Co Ltd', 'B301, second phase of China merchants street technology building, nanshan district ShenZhen 518000 CN', 'CN', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16663, 'c8a776', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16664, '70b3d5dcd', 0, 'C Tech Bilişim Teknolojileri San. ve Tic. AŞ', 'Teknopark İstanbul, TGB, Sanayi Mah. Teknopark Bulvarı, No:1, Blok:1 Kat:2, Kurtköy-Pendik 34912, İSTANBUL Istanbul 34912 TR', 'TR', 'MA-S', '2019-05-31', '2019-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16665, '0011e2', 0, 'Hua Jung Components Co, Ltd', '5F, No.13, Lane 120, Sec.1, Nei Hu Road Taipei 114 TW', 'TW', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16666, '001637', 0, 'Citel SpA', 'Via L. G. Columella, 36 Milan MI 20128 IT', 'IT', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16667, '9043e2', 0, 'Cornami, Inc', '300 Orchard City Dr, Suite 131 Campbell CA 95008 US', 'US', 'MA-L', '2019-11-26', '2019-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16668, '500604', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16669, '189ba5b', 0, 'Eutron S.p.A.', 'Via Crespi 29/31 Pradalunga Bergamo 24020 IT', 'IT', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16670, 'cc43e3', 0, 'Trump s.a.', 'rue de la Maitrise 9 Nivelles 1400 BE', 'BE', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16671, '0050c2e99', 0, 'UV Networks, Inc', '20370 Town Center Lane, Suite 150 Cupertino CA 95014 US', 'US', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16672, '0001ab', 0, 'Main Street Networks', '4030 Moorpark Ave. San Jose CA 95117-1849 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16673, '001173', 0, 'Smart Storage Systems', '2600 W Geronimo Place Chandler AZ 85224 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16674, '0016c0', 0, 'Semtech Corp', '200 Flynn Rd Camarillo California 93012 US', 'US', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16675, 'f802787', 0, 'Bettini Srl', 'VIA CESARE BATTISTI 22 CESANO MADERNO MILAN 20031 IT', 'IT', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16676, '0012ec', 0, 'Movacolor b.v.', 'Koperslagersstraat 31 Sneek Friesland 8601 WL NL', 'NL', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16677, '001730', 0, 'Automation Electronics', '111 Big Horn Rd. Casper Wy 82601 US', 'US', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16678, '001d23', 0, 'Sensus', '44 CASTILIAN DRIVE GOLETA CALIFORNIA 93117 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16679, '1c5cf2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16680, '8c6102', 0, 'Beijing Baofengmojing Tech Co, Ltd', '7/F, Tower C, Zhizhen Plaza, No.7 Zhichun Rd, Haidian District Beijing 100191 CN', 'CN', 'MA-L', '2016-05-19', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16681, '0090c6', 0, 'Optim Systems, Inc', '8201 GREENSBORO DR.-STE. #1000 MCLEAN VA 22102 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16682, '0008fe', 0, 'Unik C&C Co, Ltd', '706-13 UNIK BLDG 17F SEOUL 135-080 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16683, '0c5203', 0, 'Agm Group Ltd', '4F,Building B,HuaFeng Ind park,Gushu,Xixiang,BaoAn,ShenZhen,China ShenZhen GuangDong 518100 CN', 'CN', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16684, '001e59', 0, 'Silicon Turnkey Express, Llc', '749 Miner Road Highland Heights Ohio 44143 US', 'US', 'MA-L', '2007-10-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16685, '2c5ff3', 0, 'Pertronic Industries', '17 Eastern Hutt Road Wingate 5019 NZ', 'NZ', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16686, 'ac54ec', 0, 'Ieee P1823 Standards Working Group', '445 Hoes Lane Piscataway NJ 08854 US', 'US', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16687, 'b40b44', 0, 'Smartisan Tech Co, Ltd', '7/F, Motorola Bldg., 1st Wangjing East Rd, Beijing 100102 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16688, '9802d89', 0, 'Navroom Beijing, China', 'Floor 22, Suite B, Xi\'Ao Center, Datun Road Beijing 100101 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16689, 'b8b2eb', 0, 'Googol Tech (HK) Ltd', 'Unit 1008-09, 10/F C-Bons International Center Kwun Tong Kowloon nil HK', 'HK', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16690, '1c8776e', 0, 'Artis GmbH', 'Buchenring 40 Egestorf 21272 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16691, 'a4c64f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16692, '000fdb', 0, 'Westell Tech Inc', '750 N Commons Dr Aurora IL 60504 US', 'US', 'MA-L', '2004-04-03', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16693, '001240', 0, 'Amoi Electronics Co, Ltd', '295 Lane,Zuchongzhi Road,Zhang jiang, Shanghai 201203 CN', 'CN', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16694, '70b3d5ac4', 0, 'Lexi Devices, Inc', '2342 Shattuck Ave, #260 Berkeley 94704 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16695, '002419', 1, 'Private', '', '', 'MA-L', '2008-11-09', '2008-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16696, '00b9f6', 0, 'Shenzhen Super Rich Electronics Co, Ltd', 'RM.102,Shibida Building,No.55,Zhenhua Road,Shenzhen Futian District, Shenzhen Guangdong 518031 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16697, 'b826d4', 0, 'Furukawa Industrial S.A. Produtos Elétricos', 'Rua Hasdrubal Bellegard, 820 Parana 81460-120 BR', 'BR', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16698, '840b2d', 0, 'Samsung Electro Mechanics Co, Ltd', '314, Maetan3-Dong, Yeongtong-Gu SUWON KYUNGGI-DO 443-743 KR', 'KR', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16699, '98ff6a', 0, 'Otec(Shanghai)Tech Co, Ltd', '13th Floor,Building 2 Shanghai 200235 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16700, '48f97c', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16701, '00d0b5', 0, 'IPricot formerly DotCom', '10-12, avenue de Verdun La-Garenne-Colombes F-92250 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16702, '0016b9', 0, 'ProCurve Networking by HP', '8000 Foothills Blvd Roseville CA 95747 US', 'US', 'MA-L', '2005-12-10', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16703, '48d6d5', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16704, '70b3d5832', 0, 'Potter Electric Signal Co Llc', '1609 Park 370 Place Hazelwood MO 63042 US', 'US', 'MA-S', '2019-05-22', '2019-05-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16705, '601d0f', 0, 'Midnite Solar', '17722 67th Ave NE #C Arlington WA 98223 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16706, '90b97d', 0, 'Johnson Outdoors Marine Electronics d/b/a Minnkota', '1531 E Madison Ave Mankato MN 56001 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16707, '60bb0c', 0, 'Beijing HuaqinWorld Tech Co, Ltd', '30F,Beijing Silver Tower,No.2 North Road Chao Yang District Beijing 100027 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16708, 'c4be84', 0, 'Texas Instruments', '12500 TI Blvd Dallas 75243 US', 'US', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16709, '0c8a87', 0, 'AgLogica Holdings, Inc', '333 Research Ct NW Ste 230 Norcross GA 30092 US', 'US', 'MA-L', '2016-03-02', '2016-03-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16710, '70b3d5ede', 0, 'Agrident GmbH', 'Steinklippenstrasse 10 Barsinghausen Low Saxonia 30890 DE', 'DE', 'MA-S', '2018-11-21', '2018-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16711, '000bff', 0, 'Berkeley Camera Engineering', '127 National Street Santa Cruz CA 95060 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16712, '0494a1', 0, 'Catch The Wind Inc', '10781 JAMES PAYNE COURT MANASSAS VA 20110 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16713, '98f170', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16714, '70b3d5c0b', 0, 'Fstudio Co Ltd', 'Yanagawa Bldg. 2F 5-16-13 Watanabe-Dori Chuo-ku Fukuoka Fukuoka 810-0004 JP', 'JP', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16715, '005009', 0, 'Philips Broadband Networks', '64 PERIMETER CENTRE EAST ATLANTA GA 30346 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16716, '0050c296e', 0, 'Peek Traffic Corp', '2906 Corporate Way Palmetto Florida 34221 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16717, '001e85', 0, 'Lagotek Corp', '11661 SE 1st St. #208 Bellevue WA 98005 US', 'US', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16718, '70b3d5a9f', 1, 'Private', '', '', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16719, '00c089', 0, 'Telindus Distribution', 'GELDENAAKSEBAAN 335 BE', 'BE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16720, '00153f', 0, 'Alcatel Alenia Space Italia', 'Strada Padana Superiore 290 Vimodrone MI 20090 IT', 'IT', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16721, '70b3d5328', 0, 'Hipodromo DE Agua Caliente SA CV', 'BLVD AGUA CALIENTE 12027 TIJUANA BAJA CALIFORNIA 22420 MX', 'MX', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16722, '002218', 0, 'Akamai Tech, Inc', '150 BROADWAY CAMBRIDGE MA 02142 US', 'US', 'MA-L', '2008-10-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16723, '0050c2ba3', 0, 'Dsp Design Ltd', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16724, '0050c24c5', 0, 'eXray Broadband Inc', '31 Broadway Avenue Ottawa Ontario K1S 2V4 CA', 'CA', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16725, '0025a5', 0, 'Walnut Media Network', '440 N Wolfe Rd Sunnyvale CA 94085 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16726, 'ece9f8', 0, 'Guang Zhou Tri-Sun Electronics Tech Co, Ltd', '9th floor Guangzhou info port building B, Keyun Road, Tianhe District, Guangzhou ,PRC Guangzhou Guangdong 510665 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16727, '0050c2f82', 0, 'Sincair Systems International', '3115 S. Willow Avenue Fresno CA 93725 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16728, '58874c', 0, 'Lite-ON Clean Energy Tech Corp', '3F, 392, Ruey Kuang Road, Neihu, Taipei 11492 TW', 'TW', 'MA-L', '2012-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16729, '68262a', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16730, '0010a5', 0, 'Oxford Instruments', 'Halifax Road Buckinghamshire HP12 3SE GB', 'GB', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16731, '0000cb', 0, 'Compu-Shack Electronic GmbH', 'RINGSTR. 56 - 58, 5450 NEUWIED WEST DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16732, '0c73eb0', 0, 'Gemini Data Loggers (UK) Ltd', 'Scientific House, Terminus Road Chichester West Sussex PO19 8UJ GB', 'GB', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16733, 'd89e61', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16734, 'f8df15', 0, 'Sunitec Enterprise Co, Ltd', '3F.,No.98-1,Mincyuan Rd.Sindian City Taipei County 231 231141 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16735, 'c02506', 0, 'Avm GmbH', 'Alt-Moabit 95 Berlin 10559 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16736, '3c3a73', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2012-03-01', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16737, '00306c', 0, 'Hitex Holding GmbH', 'Greschbachstraße 12 76229 Karlsruhe DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16738, '581626', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2010-11-24', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16739, '000a8e', 0, 'Invacom Ltd', 'Business and Technology Centre Stevenage Hertfordshire SG1 2DX GB', 'GB', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16740, '0050c2b37', 0, 'IAdea Corp', '3F, NO.33, Lane 77, Xing-ai Road, Taipei 114 TW', 'TW', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16741, '280dfc', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2011-07-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16742, '0050c2f4b', 0, 'Supranet', 'Majstorska 5 Zagreb 10000 HR', 'HR', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16743, 'b061c7', 0, 'Ericsson-LG Enterprise', '77, Heungan-daro 81beon-gil, Anyang Gyeonggi 431-749 KR', 'KR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16744, 'f80d60', 0, 'Canon Inc', '30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16745, '002083', 0, 'Presticom Inc', '3275, 1ST STREET, STE. #1 CANADA J3Y 8Y6 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16746, '0050c2159', 0, 'Standard Comm. Corp', '1111 Knox Street Torrance CA 90502 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16747, '70b3d5b18', 0, 'Abbas, a.s.', 'Edisonova 5 Brno CZ 61200 CZ', 'CZ', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16748, 'c802a6', 0, 'Beijing Newmine Tech', '10 floor,Keshi Plaza Beijing 100085 CN', 'CN', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16749, '007f28', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2011-05-07', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16750, '888964', 0, 'Gsi Electronics Inc', '5200 Armand-Frappier St-Hubert Quebec J3Z 1G5 CA', 'CA', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16751, '64bc0c', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2015-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16752, '1cfd088', 0, 'ShenZhen DeLippo Tech Co, Ltd', 'District A of Fifth Floor,Building E,Guancheng Low Carbon Industrial Park, Shangcun Community,Gongming Street,Guangming District Shenzhen 518106 CN', 'CN', 'MA-M', '2018-07-24', '2018-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16753, '00d044', 0, 'Alidian Networks, Inc', '1330 W. MIDDLEFIELD ROAD MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16754, '001225', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2004-08-19', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16755, '70b3d5323', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16756, 'a86ac1', 0, 'HanbitEDS Co, Ltd', '44-10, Techno 10-ro, Yuseong-gu Daejeon Daejeon 34027 KR', 'KR', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16757, '34db9c', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16758, '002155', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16759, '842690', 0, 'Beijing Thought Science Co, Ltd', '1-1102,Intermational Business Park,No.1 ShangDi Xinxi Rd,Haidian District,Beijing beijing beijing 100085 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16760, '10c586', 0, 'Bio Sound Lab Co, Ltd', 'Suite 311, 312 SKn Techno Park Seongnam-si Gyeonggi-do, 462-721 KR', 'KR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16761, '70b3d59ee', 1, 'Private', '', '', 'MA-S', '2018-11-28', '2018-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16762, '0050c2eed', 0, 'Future Design Controls, Inc', '7524 W 98th Place Bridgeview IL 60455 US', 'US', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16763, '3c8ab0', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-05-02', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16764, '70b3d5f93', 0, 'Hella Gutmann Solutions GmbH', 'Am Krebsbach 2 Ihringen BW 79241 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16765, '00191c', 0, 'Sensicast Systems', '200 Reservoir St Needham MA 02494 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16766, '0050c2ed2', 0, 'Klangspektrum GmbH', 'Postweg 14 Erwitte NRW 59597 DE', 'DE', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16767, '0050c2f86', 0, 'Audio Power Labs', '7020 Huntley Road Columbus Ohio 43229 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16768, '0050c2fd8', 0, 'Ease Inc', 'Feliceappear 1F Sano-shi Tochigi 327-0004 JP', 'JP', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16769, '1878d4', 0, 'Verizon', 'One Verizon Way Basking Ridge NJ 07920 US', 'US', 'MA-L', '2018-11-02', '2018-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16770, '002697', 0, 'Alpha Tech Inc', '3767 Alpha Way Bellingham WA 98226 US', 'US', 'MA-L', '2010-01-05', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16771, '0050c2edf', 0, 'Monitor Business Machines', '56-58 Grafton Road Auckland 1035 NZ', 'NZ', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16772, '0050c25b4', 0, 'Terrascience Systems Ltd', '2040 West 10th Ave. Vancouver B.C. V6J 2B3 CA', 'CA', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16773, 'e4c63d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16774, '80d21d', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2014-04-22', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16775, '00135a', 0, 'Project T&E Ltd', 'Room 3C, 2/F. Wah Shing Center, Kwun Tong, Kowloon, 852 HK', 'HK', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16776, '0013cf', 0, '4Access Communications', '1 N. LaSalle St. Chicago IL 60602 US', 'US', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16777, '002156', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16778, 'fc5090', 0, 'Simex Sp. z o.o.', 'ul. Wielopole 7 Gdañsk pomorskie 80-556 PL', 'PL', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16779, '0024e1', 0, 'Convey Computer Corp', '1302 E. Collins Blvd. Richardson TX 75081 US', 'US', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16780, '0050c2dba', 0, 'M.P. Electronics', '2464 Vulcan Road Apopka Florida 32703 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16781, '5017ff', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16782, '505065', 0, 'Takt Corp', '2762-8 Chino-City Nagano-Pref. 391-0001 JP', 'JP', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16783, '64a651', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16784, '1c721d', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2019-11-16', '2019-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16785, '000b7d', 0, 'Solomon Extreme International Ltd', '3F, No.20, Lane 165, Duenhua N. Rd., Sun Taipei TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16786, '0050c268d', 0, 'Cxr Larus Corp', '894 Faulstich Court San Jose CA 95112 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16787, '002555', 0, 'Visonic Tech 1993 Ltd', '23 Habarzel st\' Tel - Aviv 69710 IL', 'IL', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16788, '84e0f40', 0, 'ShenZhen Panrich Tech Ltd', 'room 1321 qinghai building,beihuan rd,futian district shenzhen 518034 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16789, '70b3d5337', 0, 'Laborie', '6415 Northwest Drive, Unit 2 Mississauga Ontario L4V1X1 CA', 'CA', 'MA-S', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16790, '001199', 0, '2wcom Systems GmbH', 'Am Sophienhof 8 Flensburg 24941 DE', 'DE', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16791, '00176e', 0, 'Ducati Sistemi', 'VIA MARCO EMILIO LEPIDO, 182 BOLOGNA 40132 IT', 'IT', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16792, '0050c2a5b', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2009-02-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16793, '30055c', 0, 'Brother industries, Ltd', '1-1-1, Kawagishi, Mizuho-ku, Nagoya Aichi 467-8562 JP', 'JP', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16794, '00fc8d', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16795, 'cc2d1b', 0, 'Sfr', '12 rue jean-philippe Rameau CS 80001 La plaine saint denis FRANCE 93634 FR', 'FR', 'MA-L', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16796, '00060d', 0, 'Wave7 Optics', '1075 Windward Ridge Pkwy. Alpharetta GA 30005 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16797, '001974', 0, '16063', '1F , No. 21, Yanfa 2nd Rd., SBIP Hsinchu City Hsinchu 300 TW', 'TW', 'MA-L', '2006-08-27', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16798, '38b5bd', 0, 'E.G.O. Elektro-Ger', 'Einkauf Oberderdingen 75038 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16799, '480bb24', 0, 'Hangzhou Freely Communication Co, Ltd', 'No. 90 Wensan, Hangzhou, Zhejiang Hangzhou Zhejiang 310012 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16800, '00094f', 0, 'elmegt GmbH & Co KG', 'Kommunikationstechnik Peine Niedersachsen D-31228 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16801, 'b42cbe', 0, 'Direct Payment Solutions Ltd', '98 Anzac Avenue Auckland 1035 NZ', 'NZ', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16802, '0050c2890', 0, 'Bae Systems Hägglunds AB', 'Björnavägen 41 Örnsköldsvik Västernorrland 891 82 SE', 'SE', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16803, '002177', 0, 'W. L. Gore & Associates', '402 Vieves Way Elkton MD 21921 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16804, '54df63', 0, 'Intrakey Tech GmbH', 'Wiener Strasse 114-116 Dresden Saxony 01219 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16805, '70b3d51d3', 0, 'Airobot OÜ', 'Pardi 32-1 Pärnu 80016 EE', 'EE', 'MA-S', '2016-12-27', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16806, '48dd9d', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16807, 'ccd39d3', 0, 'MagTarget Llc', '1300 Reamwood Ave Sunnyvale CA SUNNYVALE CA 94089 US', 'US', 'MA-M', '2018-10-08', '2018-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16808, '001894', 0, 'NPCore, Inc', '1001, ISBIZ Tower Youngdungpo Gu Seoul 150-105 KR', 'KR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16809, '0018da', 0, 'Würth Elektronik eiSos GmbH & Co KG', 'Max-Eyth-Straße 1 Waldenburg 74638 DE', 'DE', 'MA-L', '2006-07-01', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16810, '001243', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16811, '70cd60', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-11-24', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16812, '0060eb', 0, 'Fourthtrack Systems', 'UNIT 3 THE SYCAMORES MARLOW - SL7 1QB GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16813, '00030e', 0, 'Core Communications Co, Ltd', '3F Shopping Center Bd. of Seoul (121-050) (121-050) KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16814, '248707', 0, 'SEnergy Corp', 'Koizumi Bldg. 3F, 1-38-18 Yokohama city Kanagawa Pref. 224-0003 JP', 'JP', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16815, '5c95ae', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-04-08', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16816, '7ccbe2b', 0, 'Easy Broadband Tech Co, Ltd', '3rd Floor, Jinyanlong Building, Xisanqi Bridge, Haidian District, Beijing 100096, China Beijing Beijing 100096 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16817, '000f85', 0, 'Addo-Japan Corp', 'Shin Edobashi Bldg. 4F, 8-6 Nihombashi Kobuna-cho Chuo-ku Tokyo 103-0024 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16818, 'a05de7', 0, 'Directv, Inc', '2230 E. Imperial Hwy El Segundo CA 90245 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16819, '0017a6', 0, 'Yosin Electronics Co, Ltd', '6F-2, No.17, Lan 174,Shin-Ming Road Taipei 114 TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16820, '0021ed', 0, 'Telegesis', '84 Station Road Marlow Bucks SL7 1NX GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16821, 'f01faf', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2013-03-28', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16822, 'f8b5684', 0, 'Combiwins Tech Co, Ltd', '2F Sever Star Mansion, West Qixing Road Xiamen Fujian 361012 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16823, '00c0a6', 0, 'Exicom Australia Pty. Ltd', '44-46 MANDARIN STREET AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16824, '001695', 0, 'Avc Tech (International) Ltd', '6/F Enterprise Square III Kowloon Bay HK', 'HK', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16825, '103025', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16826, '000277', 0, 'Cash Systemes Industrie', 'Technoparc Epsilon FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16827, '005059', 0, 'iBAHN', '10757 S. River Front Parkway South Jordan UT 84095 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16828, '000b52', 0, 'Joymax Electronics Co Ltd', 'No.5 Dong-Yuan Road 2, Jhong-Li Industrial Park, Tao-Yuan 32063 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16829, '001d7d', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16830, '0022fb', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16831, '94a7bc', 0, 'BodyMedia, Inc', '420 Fort Duquesne Blvd Pittsburgh PA 15222 US', 'US', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16832, 'a43bfa2', 0, 'Powell Industries', '201-55 Gostick Place North Vancouver British Columbia V7M 3N2', '', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16833, 'ec438b', 0, 'Yaptv', '623 GangNamDa-Ro Seocho-Gu Seoul 06524 KR', 'KR', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16834, '00030a', 0, 'Argus Tech', '8F, No. 183, Kang Chien Rd. 114 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16835, '000963', 0, 'Dominion Lasercom Inc', '1716 Briarcrest Dr. Ste. 210 Bryan TX 77802 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16836, 'e05a9f7', 0, 'Omb Guitars Llc', '24 Hazorim St Efrat Jerusalem 90435 IL', 'IL', 'MA-M', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16837, '70b3d51ce', 0, 'Clear Flow by Antiference', 'Fradley Distribution Park, Wood End Lane Lichfield Staffordshire WS13 8NE GB', 'GB', 'MA-S', '2019-10-23', '2019-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16838, '346e9d', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16839, 'f01898', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16840, '0026ff', 0, 'BlackBerry Rts', '440 Phillip Street Waterloo Ontario N2L 5W9 CA', 'CA', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16841, '4c4b68', 0, 'Mobile Device, Inc', '8F-1, No. 145, Sianjheng 9th Rd., Jhubei City, Hsinchu County 30251 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16842, '002131', 0, 'Blynke Inc', '133 Richmond St. West Toronto Ontario M5H 2L3 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16843, '0026c8', 0, 'System Sensor', '3825 Ohio Avenue Saint Charles IL 60174 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16844, 'f08175', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2019-12-07', '2019-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16845, '001d46', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16846, '34e1d1a', 0, 'OrCam Tech', 'Kiryat Hamada 3 JERUSALEM 97775603 IL', 'IL', 'MA-M', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16847, 'ac075f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16848, '20fecd', 0, 'System In Frontier Inc', '4F Shinsuzuharu Bldg. 2-8-3 Akebonocyo Tachikawa-shi Tokyo 190-0012 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16849, 'e8c74f', 0, 'Liteon Tech Corp', '4F, No. 90, Chien 1 Road, New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16850, 'f0ec39', 0, 'Essec', 'Schoebroekstraat 48 Paal Limburg 3583 BE', 'BE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16851, '581faa', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16852, '58e8765', 0, 'Broad Air Tech Co, Ltd', 'Broadtown Changsha Hunan 410126 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16853, '0050b6', 0, 'Good Way Ind. Co, Ltd', '5F, NO.8, ALLEY 6, TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16854, '000b11', 0, 'Himeji Abc Trading Co, Ltd', '1-8-22 HJMEJI HYOGO 670-0883 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16855, '50ff998', 0, 'Dolphin Concepts Ltd', 'A 10, Unit B-E 11/F, Genesis, 33-35 Wong Chuk Hang Road, Hong Kong 11111 HK', 'HK', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16856, '70b3d503d', 0, 'Quercus Tech, S.L.', 'Av. Onze de Setembre 19 Reus Tarragona 43203 ES', 'ES', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16857, '000aa7', 0, 'Fei Electron Optics', 'Achtseweg Noord 5 Eindhoven 5651GG NL', 'NL', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16858, '001b18', 0, 'Tsuken Electric Ind. Co, Ltd', '3-9 Akedouri Izumi-ku Sendai City Miyagi 981-3206 JP', 'JP', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16859, '70b3d5c53', 0, 'S Labs sp. z o.o.', 'Jasnogórska, 44 Kraków Lesser Poland 31-358 PL', 'PL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16860, '0002aa', 0, 'PLcom Co, Ltd', 'Hosung B/D, #1083-1, Hogye-Dong South Korea KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16861, '80b95c', 0, 'Elftech Co, Ltd', '174, Daehyeon Techno World 6F 609, Uiwang-Si Gyeonggi-Do 437-753 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16862, 'c8df7c', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16863, '805719', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16864, '80e4da7', 0, 'Shortcut Labs', 'Teknikringen 26 Stockholm Stockholm 11428 SE', 'SE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16865, '78c3e9', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16866, '00103d', 0, 'Phasecom, Ltd', 'P.O. BOX 45017 JERUSALEM 91450 IL', 'IL', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16867, '001fd8', 0, 'A-Trust Computer Corp', '3F., NO.361, FUSING 1ST RD., GUEISHAN TOWNSHIP, TAOYUAN 33375 TW', 'TW', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16868, '001dab', 0, 'SwissQual License AG', 'Baarerstrasse 78 Zug Postfach 117 CH', 'CH', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16869, '001ee0', 0, 'Urmet Domus SpA', 'Via Bologna 188/C Torino TO I-10154 IT', 'IT', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16870, '002643', 0, 'Alps Electric Co, Ltd', '1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16871, '74e14a1', 0, 'Cerevo Inc', 'River-side-seven bldg. 3F, 2-7-9, Sotokanda Tiyoda Tokyo 101-0021 JP', 'JP', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16872, '9061ae', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16873, '70b3d5aef', 0, 'Baumtec GmbH', 'Behringstr.6 Rodgau Hessen 63110 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16874, '00e0e1', 0, 'G2 Networks, Inc', '142 SO. SANTA CRUZ AVE. LOS GATOS CA 95030-6702 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16875, '0050c2133', 0, 'ChipWrights, Inc', '2150 Washington St. Newton MA 02462 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16876, '20283e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16877, '6caab3', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2014-02-25', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16878, 'd47b35', 0, 'Neo Monitors AS', 'PoBox 384 Loerenskog Loerenskog 1471 NO', 'NO', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16879, '00100f', 0, 'Industrial Cpu Systems', '111-D W. DYER ROAD SANTA ANA CA 92707 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16880, '04180f', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-03-17', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16881, '001b8f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16882, '3c99f7', 0, 'Lansentechnology AB', 'Rörkullsvägen 4 Halmstad 30241 SE', 'SE', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16883, '70b3d54ba', 0, 'Sinftech Llc', '406, 1, Rizhskaya street Saint Petersburg Saint Petersburg 195196 RU', 'RU', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16884, '885d90e', 0, 'Unitac Tech Ltd', 'Unit 01, 10/F Carnival Comm. Bldg, North Point - - HK', 'HK', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16885, 'd8860b8', 0, 'Vrinda Nano Tech Pvt Ltd', 'PLOT NO.283, SECTOR 7, IMT MANESAR, GURGAON INDIA HARYANA 122050 IN', 'IN', 'MA-M', '2018-11-12', '2018-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16886, '005073', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16887, '0050c22d7', 0, 'Neo Electronics Ltd', 'Neo House Oldham Lancashire OL1 4AW GB', 'GB', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16888, 'e8dff2', 0, 'Prf Co, Ltd', '#510, Leaders B/D, Yatop-dong Seongnam-city Gyeonggi-do 463-828 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16889, '6089b1', 0, 'Key Digital Systems', '521 E 3rd Street Mount Vernon NY 10553 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16890, '70b3d5596', 0, 'Mencom Corp', '5750 McEver Road Oakwood GA 30566 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16891, '001085', 0, 'Polaris Communications, Inc', '10200 SW ALLEN BLVD. BEAVERTON OR 97005 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16892, '1056ca', 0, 'Peplink International Ltd', '17/F, Park Building, Cheung Sha Wan HK', 'HK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16893, '000c65', 0, 'Sunin Telecom', '1025-5 Dokok-Ri, Wabu-Eub Namyangju-City Kyunggi-Do 472-900 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16894, '001298', 0, 'Mico Electric(Shenzhen) Ltd', 'SHENZHEN GUANGDONG 518040 CN', 'CN', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16895, '0050c2f09', 0, 'Wheatstone Corp', '600 Industrial Drive New Bern NC 28562 US', 'US', 'IAB', '2011-12-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16896, 'e48184', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2013-11-12', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16897, '3cda2a', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16898, '689ff0', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-10-15', '2016-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16899, '00e00f', 0, 'Shanghai Baud Data Communication Co, Ltd', 'COMMUNICATION DEVELOPMENT CORP SHANGHAI 0000 CN', 'CN', 'MA-L', '1980-01-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16900, '000779', 0, 'Sungil Telecom Co, Ltd', '#321, Gongdan-Dong, 730-030 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16901, '90e2fc8', 0, 'bitsensing Inc', '165, Yeoksam-ro, Gangnam-gu, Seoul, Republic of Korea 06247 KR', 'KR', 'MA-M', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16902, 'e0dcff', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-12-26', '2018-12-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16903, '84b866', 0, 'Beijing XiaoLu Tech Co Ltd', 'Room 002, floor 2, building 1, yard 4, BeiTuCheng East Road, ChaoYang district, Beijing Beijing 100102 CN', 'CN', 'MA-L', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16904, '0050c2b45', 0, 'Efftronics Systems (P) Ltd', '40-15-9 Vijayawada Andhra Pradesh 520010 IN', 'IN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16905, 'ac751d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16906, '002618', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16907, '58570d', 0, 'Danfoss Solar Inverters', 'Jyllandsgade 28 Sønderborg DK-6400 DK', 'DK', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16908, '0050c2d69', 0, 'Ghl Systems Bhd', 'L5-E-7B, Enterprise 4 Bukit Jalil Kuala Lumpur 57000 MY', 'MY', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16909, 'c40f09', 0, 'Hermes electronic GmbH', 'Am Handwerkerpark 1 Essen NRW 45309 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16910, 'a4f3e7', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16911, '70b3d5a88', 0, 'Shangdong Bosure Automation Tech Ltd', 'No.1 Shunhua Road, Gaoxin District Jinan Shangdong 250101 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16912, '0006e9', 0, 'Intime Corp', '324-4, Yangjae-dong, 2F KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16913, '0024db', 0, 'Alcohol Monitoring Systems', '1241 W. Mineral Avenue Littleton CO 80120 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16914, 'e44cc7e', 0, 'Flk information security Tech Co,. Ltd', 'Room 1801, Yinfeng Building, No. 1505, Binsheng Road, Binjiang District Hangzhou Zhejiang 310051 CN', 'CN', 'MA-M', '2018-12-05', '2018-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16915, 'd0c8573', 0, 'Mobicon', '#406, 97, Jungbu-daero 448beon-gil, Yeongtong-gu Suwon-si Gyeonggi-do 16521 KR', 'KR', 'MA-M', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16916, '9c79ac', 0, 'Suntec Software(Shanghai) Co, Ltd', '17F New Hualian Mansion Shanghai 200020 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16917, 'c0d3918', 0, 'Xena Security Ltd', 'ROOM 1210, WANG CHEONG ENTERPRISE CENTRE, 65 CHAI WAN KOK STREET, TSUEN WAN, N.T. HONG KONG Select State 000000 HK', 'HK', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16918, 'fc1bd1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16919, '008018', 0, 'Kobe Steel, Ltd', 'KOBE ISUZU RECRUIT BLDG. JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16920, '141bbd', 0, 'Volex Inc', '915 Tate Blvd. SE Hickory NC 28602 US', 'US', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16921, '0050c28f4', 0, 'Critical Link Llc', '6712 Brooklawn Parkway Syracuse NY 13211 US', 'US', 'IAB', '2008-05-02', '2017-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16922, '2c1eea', 0, 'Aerodev', 'No.59,1985 Lane,Chunshen Road, Shanghai 200237 CN', 'CN', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16923, '00208a', 0, 'Sonix Communications, Ltd', 'WILKINSON ROAD ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16924, '001408', 0, 'Eka Systems Inc', '20251 Century Blvd Germantown MD 20874 US', 'US', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16925, '58a48e', 0, 'PixArt Imaging Inc', 'No.5, Innovation Road 1, HsinChu Science Park, Hsin-Chu 300 TW', 'TW', 'MA-L', '2018-03-13', '2018-03-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16926, '345180', 0, 'Tcl King Electrical Appliances (Huizhou) Co, Ltd', '10F, TCL Multimedia Building, TCL International E City, No.1001 Zhongshanyuan Rd., Nanshan District Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16927, '000734', 0, 'ONStor, Inc', '130-B Knowles Drive Los Gatos CA 95032 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16928, '70b3d575a', 0, 'Standard Backhaul Communications', '', '', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16929, '0050c2a44', 0, 'Torc Tech', '2200 Kraft Dr, Ste 1325 Blacksburg VA 24060 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16930, '7ca15d', 0, 'GN ReSound A/S', 'Lautrupbjerg 7 Ballerup DK-CPH 2750 DK', 'DK', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16931, 'f81d90', 0, 'Solidwintech', '6th Floor, SOLiD Space 220 Pangyoyeok-ro, Bundang-gu Seongnam-si Gyeongi-do 13493 KR', 'KR', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16932, '5ccbca', 0, 'Fujian Star-Net Communication Co, Ltd', '19-22# Building, Star-net Science Plaza, Juyuanzhou, FUZHOU FUJIAN 350002 CN', 'CN', 'MA-L', '2018-08-27', '2018-08-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16933, '0002b2', 0, 'Cablevision', '420 Crossways Park Drive West Woodbury NY 11787 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16934, '0050c2117', 0, 'Wintegra Ltd', 'PO Box 3048 Ra\'anana 43654 IL', 'IL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16935, '001feb', 0, 'Trio Datacom Pty Ltd', '41 Aster Avenue Carrum Downs Victoria 3201 AU', 'AU', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16936, 'd0929e', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2014-09-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16937, '2afd6a', 0, 'Charter Communications', '6399 S. Fiddler\'s Green Circle Greenwood Village CO 80111 US', 'US', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16938, '70b3d5d22', 0, 'Dek Tech', 'cnr Riggall Street and Maldon Street Broadmeadows Victoria 3047 AU', 'AU', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16939, '505967', 0, 'Intent Solutions Inc', '730 Peachtree St NE, Suite 550 ATLANTA GA 30308 US', 'US', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16940, '50ad71', 0, 'Tessolve Semiconductor Private Ltd', 'Plot No: 31, P2, Electronic City Phase II, Electronic City Bengaluru Karnataka 560100 IN', 'IN', 'MA-L', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16941, '0060d9', 0, 'Transys Networks Inc', '3403 GRIFFITH ST. LAURENT, QUEBEC H4T 1W5 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16942, '0050c2321', 0, 'Uxp', '12 AVENUE PIERRE DE COUBERTIN SEYSSINET PARISET CEDEX ISERE 38174 FR', 'FR', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16943, '0050c2239', 0, 'Stins Coman', 'Pervomayskaya street build 126 Moscow RU', 'RU', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16944, '48d855', 0, 'Telvent', 'P.I. Alcobendas c/ Valgrande. 6 Alcobendas Madrid 28108 ES', 'ES', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16945, '00063e', 0, 'Opthos Inc', '590 Taylor Way San Carlos CA 94070 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16946, '000999', 0, 'CP Georges Renault', '38 Rue Bobby Sands 44800 Saint Herblain FR', 'FR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16947, 'bcf61c', 0, 'Geomodeling Wuxi Tech Co Ltd', 'Room1708, 17/F, North Star Times Tower, No.8 BeiChen East Road Beijing 100101 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16948, 'd49dc0', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2019-02-14', '2019-02-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16949, '001a98', 0, 'Asotel Communication Ltd Taiwan Branch', '3G17, No5, Hsin Yi Road, Sec. 5 Taipei 110 TW', 'TW', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16950, '00265a', 0, 'D-Link Corp', 'No.289, Sinhu 3rd Rd., Neihu District 114 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16951, '40d855158', 0, 'Exibea AB', 'Ekmansgatan 3 411 SE- 41132 SE', 'SE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16952, '50a054', 0, 'Actineon', '47751 Fremont Blvd Fremont California 94538 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16953, '0008b2', 0, 'Shenzhen Compass Tech Development Co, Ltd', '4th Floor,Building 205,TaiRan Industry Shenzhen GUANGDONG 518040 CN', 'CN', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16954, '1c7c11', 0, 'Eid', 'Rua Quinta dos Medronheiros Charneca da Caparica 2820-486 PT', 'PT', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16955, '347916', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16956, '0040f4', 0, 'Cameo Communications, Inc', '71 SPITBROOK ROAD, STE #410 NASHUA NH 030603 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16957, '000c8a', 0, 'Bose Corp', 'Automotive Systems Division (ASD) Stow MA 01775-9102 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16958, '000fe0', 0, 'NComputing Co, Ltd', '6th Fl, JEI-Platz B/D Seoul Gasan-dong Geumcheon-Gu 459-11 KR', 'KR', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16959, '00250d', 0, 'Gzt Telkom-Telmor sp. z o.o.', 'Mickiewicza 5/7 Gdansk pomorskie 80-425 PL', 'PL', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16960, 'c436da', 0, 'Rusteletech Ltd', 'Ordzhonikidze Str. 11, Bldg. 40, Off. 15 Moscow 115419 RU', 'RU', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16961, 'bc3400e', 0, 'Lld Tech Ltd', '4F., No. 220, Sec. 1, Zhongshan Rd., New Taipei City, Taiwan 234 TW', 'TW', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16962, 'ca125c', 0, 'Microsoft Corp', 'One Microsoft Way Redmond null 98052-6399 US', 'US', 'CID', '2017-09-13', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16963, '000de3', 0, 'AT Sweden AB', 'P.O. Box 1166 Kista Stockholm SE-164 26 SE', 'SE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16964, '000e72', 0, 'Cts electronics', 'Corso Vercelli 332 Ivrea Torino 10015 IT', 'IT', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16965, '0050c2824', 0, 'Smt d.o.o.', 'Liminjanska 96 Portoroz Slovenia 6320 SI', 'SI', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16966, '7c6c8f', 0, 'Ams Neve Ltd', 'BILLINGTON ROAD BURNLEY LANCASHIRE BB11 5UB GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16967, 'd8e72b', 0, 'NetAlly', '310 Littleton Road Westford MA 01886 US', 'US', 'MA-L', '2010-02-21', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16968, '70b3d51e0', 0, 'TOPROOTTechnology Corp Ltd', '5F-8, No. 14, Lane 609, Sec.5, Chongsin Rd., New Taipei City Taipei 241 TW', 'TW', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16969, '34ba75', 0, 'Everest Networks, Inc', '2933 Bunker Hill Ln., Suite 100 Santa Clara CA 95054 US', 'US', 'MA-L', '2015-09-27', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16970, '70b3d5578', 0, 'Image Tech Co, Ltd', '4-9-22,Sanarudai Naka-ku,Hamamatsu Shizuoka Prefecture 432-8021 JP', 'JP', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16971, '0050c2166', 0, 'Infineer Ltd', 'Balloo Avenue Bangor BT22 2SE IE', 'IE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16972, '001547', 0, 'AiZen Solutions Inc', '10F-1, No.29, Puding Rd. Hsinchu Hsinchu County 300 TW', 'TW', 'MA-L', '2005-07-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16973, '500b91c', 0, 'Diamond Traffic Products, Inc', '76433 Alder Street Oakridge OR 97463 US', 'US', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16974, '70b3d5a9e', 0, 'Argon ST', '12701 Fair Lakes Circle Fairfax VA 22033 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16975, '78c5f8', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16976, '3c77e6', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-07-12', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16977, '70b3d557c', 0, 'Automata GmbH & Co KG', 'Gewerbering 5 Ried Bavaria 86510 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16978, 'c0d3912', 0, 'Hofon Automation Co, Ltd', '8th floor,3rd building of Lierda,No1328 Wenyi Road Hangzhou Zhejiang 310000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16979, '70b3d5bba', 0, 'Samriddi Automations Pvt. Ltd', 'F-365 Noida up 201307 IN', 'IN', 'MA-S', '2018-12-03', '2018-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16980, '001d37', 0, 'Thales-Panda Transportation System', '6th floor, HUIJIE Plaza, 268 Zhongshan Rd. nanjing jiangsu 210008 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16981, '84119e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16982, '000451', 0, 'Medrad, Inc', 'One Medrad Drive Indianola PA 15051 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16983, '000510', 0, 'Infinite Shanghai Communication Terminals Ltd', '777 Chungiao Road, Pudong CN', 'CN', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16984, '088620', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16985, '70b3d59ab', 0, 'Groupe Paris-Turf', '45 avenue Victor-Hugo, Bâtiment 270, 2e étage AUBERVILLIERS 93300 FR', 'FR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16986, '20b780', 0, 'Toshiba Visual Solutions Corp Co, Ltd', 'Shinkawasaki Mitsui Builing West Tower 19F, 1-1-2 Kashimada Saiwai-ku, Kawasaki-shi Kanagawa 212-0058 JP', 'JP', 'MA-L', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16987, '0020ca', 0, 'Digital Ocean', '11206 THOMPSON AVENUE LENEXA KS 66219-2303 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16988, '00040f', 0, 'Asus Network Tech, Inc', '11-1, No. 675, Sec. 1, King-kuo Rd., TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16989, '0050c2ae7', 0, 'Redwood Systems', '3839 Spinnaker Ct. Fremont CA 94538 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16990, '507224', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16991, '001ff8', 0, 'Siemens AG, Sector Industry, Drive Tech, Motion Control Systems', 'Frauenauracherstraße 80 Erlangen Bavaria 91056 DE', 'DE', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16992, '0050c2998', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16993, '000883', 0, 'Hewlett Packard', 'MAIL STOP 42LE CUPERTINO CA 95014 US', 'US', 'MA-L', '2001-12-14', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16994, '44a8c2', 0, 'Sewoo Tech Co, Ltd', '689-20 GEUMJUNG-DONG GUNPO-SI KYUNGGI-DO 435-862 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16995, 'a4c494', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16996, '00add5', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16997, '70b3d527d', 0, 'Telenor Connexion AB', '116 88 Stockholm Sverige SE-116 88 SE', 'SE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16998, '00133d', 0, 'Micro Memory Curtiss Wright Co', '9540 Vassar Avenue Chatsworth CA 91311 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(16999, '303855', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu Ou 90590 FI', 'FI', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17000, '00210d', 0, 'Samsin Innotec', 'SARIYUNDONG ILSANDONG-GU GOYANG KYUNGGI 411530 KR', 'KR', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17001, 'bc851f', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-04-08', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17002, '000ee5', 0, 'bitWallet, Inc', 'Gate City Ohsaki West Tower 18F, 1-11-1 Osaki, Shinagawa-ku Tokyo 1410032 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17003, '001cd5', 0, 'ZeeVee, Inc', '1 Monarch Drive Littleton MA 01460 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17004, '0ce5d3', 0, 'DH electronics GmbH', 'Am Anger 8 Bergen 83346 DE', 'DE', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17005, '0050c217c', 0, 'Jeffress Engineering Pty Ltd', 'PO Box 195 Dry Creek SA 5094 AU', 'AU', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17006, '284846', 0, 'GridCentric Inc', '350 Bloor St. E Toronto Ontario M4W 0A1 CA', 'CA', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17007, '5820b1', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2015-05-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17008, '509ea7', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17009, 'ac64dd3', 0, 'infypower Co, Ltd', '-101, No. 3009, Shahexi Road, Nanshan District, shenzhen guangdong 518055 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17010, 'c0b6f9', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-03-13', '2018-03-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17011, 'd425cc', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-09-28', '2018-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17012, '5ccb99', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17013, '0040fc', 0, 'Ibr Computer Technik GmbH', 'FRANKFURTER STR. 114 WEST DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17014, '00d0b0', 0, 'Bitswitch Ltd', '3 MEADOW COURT, AMOS ROAD UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17015, '000686', 0, 'Zardcom Co, Ltd', '4F, 1548-1, Seocho Dong, Seocho-Gu Seoul KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17016, '70b3d5d72', 0, 'OnYield Inc Ltd', '814 Houston Centre, 63 Mody Road Kowloon TST East HK', 'HK', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17017, 'acdb48', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17018, '3c7437', 0, 'Rim', 'Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17019, '8cc8f40', 0, 'Guardtec, Inc', 'Hanshin IT tower #1203 Digital-ro 272 GUROGU SEOUL 08389 KR', 'KR', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17020, '70b3d517e', 0, 'Oculi Vision', 'Dubai Multi Commodities Centre, Jumeirah Lake Towers, HDS TOWER Office 304 Dubai PO Box 341061 AE', 'AE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17021, '10b36f', 0, 'Bowei Tech Co Ltd', '2F,Building No.6C,1658,Gumei Rd Shanghai Shanghai 200233 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17022, 'b44bd6d', 0, 'Elleta Solutions Ltd', 'Yetsi\'at Eropa Street 20 Hadera 3848427 IL', 'IL', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17023, '001e98', 0, 'GreenLine Communications', 'Alrabiah - Alrabeea Street Amman Central Region 11953 JO', 'JO', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17024, '241c04', 0, 'Shenzhen Jehe Tech Development Co, Ltd', '2/F, Block A, Tsinghua Information Harbor, North Section Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17025, 'bc3f8f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17026, '70b3d53af', 0, 'Turbo Tech Corp', 'Rm701,Building C2,Land of Innovation City of Future,No.999.Gaoxin Avenue,East Lake Hi-Tech Zone Wuhan Hubei 430075 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17027, '00aecd', 0, 'Pensando Systems', '1730 Technology Drive, Suite 202 San Jose CA 95110 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17028, '2875d8', 0, 'Fujian Star-Net Communication Co, Ltd', '19-22# Building, Star-net Science Plaza, Juyuanzhou, FUZHOU FUJIAN 350002 CN', 'CN', 'MA-L', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17029, 'ec9c32', 0, 'Sichuan AI-Link Tech Co, Ltd', 'Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN', 'CN', 'MA-L', '2019-08-19', '2019-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17030, '0050c20f2', 0, 'Kms Systems, Inc', 'PO Box 7264 The Woodlands TX 77387 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17031, '002700', 0, 'Shenzhen Siglent Tech Co, Ltd', 'BUILDING A8,TANGLANG INDUSTRIAL ZONE,XILI,NANSHAN Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17032, 'c8979f', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI', 'FI', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17033, '1c5c60', 0, 'Shenzhen Belzon Tech Co, Ltd', '5F Block 1,Zhongxin Building,Chuangye Rd Shenzhen Guangdong 518054 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17034, '986d358', 0, 'Beijing 3cavi Tech Co, Ltd', 'Unit 203,Block D Keshi Building, Shangdi Xinxi Road, Haidian District Beijing 100085 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17035, '0050c2170', 0, 'Taishodo Seiko Co, Ltd', '1-34, Kawahana-Chou, Toyokawa-shi, Aich 442-0837 JP', 'JP', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17036, '001ed5', 0, 'Tekon-Automatics', 'Zelenograd, 512-29 Moscow 124482 RU', 'RU', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17037, '40d85516c', 1, 'Private', '', '', 'IAB', '2013-09-25', '2013-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17038, 'c83dd4', 0, 'CyberTAN Tech Inc', '99 Park Ave III, Hsinchu Science Park Hsinchu 308 TW', 'TW', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17039, '44d437', 0, 'Inteno Broadband Tech AB', 'Stensätravägen 13 Skärholmen SE 127 39 SE', 'SE', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17040, '0016d0', 0, 'ATech elektronika d.o.o.', 'Bac pri Materiji 30 Materija SI 6242 SI', 'SI', 'MA-L', '2005-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17041, '0050c2617', 0, 'Narinet, Inc', 'Dept of Comp. Eng. CNU Daejeon 305-764 KR', 'KR', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17042, '002148', 0, 'Kaco Solar Korea', 'Chung-won-ku Sang-dea-won-dong 333-1 Songnam Kyung-kido 462-806 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17043, '001545', 0, 'Seecode Co, Ltd', '4th Floor, Amin Bldg., 110-1, Yangjaedong, Seochogu Seoul 137-891 KR', 'KR', 'MA-L', '2005-07-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17044, '001af6', 0, 'Woven Systems, Inc', '2455 Augustine Drive Santa Clara CA 95054 US', 'US', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17045, '70b3d535a', 0, 'Applied Radar, Inc', '315 Commerce Park Road Unit 3 North Kingstown RI 02886 US', 'US', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17046, '70b3d5704', 0, 'Melecs Ews GmbH', 'GZO-Technologiestrasse 1 Siegendorf 7011 AT', 'AT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17047, 'a4975c', 0, 'VTech Telecommunications Ltd', '23/F,Tai Ping Industrial Centre ,Block 1 Hong Kong 000000 CN', 'CN', 'MA-L', '2018-12-31', '2018-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17048, '0020a5', 0, 'Api Engineering', '2689 POPLARWOOD WAY SAN JOSE CA 95132 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17049, 'dca6bd', 0, 'Beijing Lanbo Tech Co, Ltd', 'Room.301.Bidg.4NO.8 Shangdi West Road, Haidian District, Beijing City 100085 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17050, 'c86cb6', 0, 'Optcom Co, Ltd', '792-3 Tomigaoka Iwata Shizuoka 438-0803 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17051, '0060b8', 0, 'Corelis Inc', '12607 Hiddencreek Way Cerritos CA 90703 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17052, '001a41', 0, 'Inocova Co, Ltd', '5F SEOUL BD.736-17 Yeoksam-Dong, Kangnam-Ku SEOUL 135-924 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17053, '0026c1', 0, 'Artray Co, Ltd', '5F Ueno Bldg, 1-17-5 Kouenjikita, Tokyo 166-0002 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17054, 'ac51ee', 0, 'Cambridge Communication Systems Ltd', 'Sheraton House Cambridge Cambridgeshire CB3 0AX GB', 'GB', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17055, 'a0b3cc', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2012-04-08', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17056, '5c335c', 0, 'Swissphone Telecom AG', 'Faelmisstrasse 21 Samstagern Zurich CH-8833 CH', 'CH', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17057, '5cb4e2', 0, 'Inspur Software Group Ltd', 'No. 1036, Langchao Road Jinan Shandong 250101 CN', 'CN', 'MA-L', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17058, '0003d8', 0, 'iMPath Networks, Inc', '1431 Merivale Rd. CANADA K2E 1B9 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17059, '004083', 0, 'Tda Industria DE Produtos', 'ELETRONICOS S.A. BR', 'BR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17060, '001b9f', 0, 'Calyptech Pty Ltd', '5/486 Lower Heidelberg Road Heidelberg Victoria 3084 AU', 'AU', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17061, '141fbad', 0, 'Ajis(Dalian)Co, Ltd', 'Room 202B Dalian Liaoning 116023 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17062, 'f4c613', 0, 'Alcatel-Lucent Shanghai Bell Co, Ltd', 'No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN', 'CN', 'MA-L', '2015-04-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17063, '7cb59b', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17064, '00405f', 0, 'Afe Computers Ltd', '62 ANCHORAGE ROAD UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17065, '001310', 0, 'Cisco-Linksys, Llc', '121 Theory Dr. Irvine CA 92612 US', 'US', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17066, 'f842fb', 0, 'Yasuda Joho Co, Ltd', '1-11-1 Minato-ku Tokyo 105-0022 JP', 'JP', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17067, '001bc5088', 0, 'Uab Kitron', 'Taikos pr. 151 Kaunas LT-52119 LT', 'LT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17068, '00f871', 0, 'Dgs Denmark A/S', 'Kongebakken 9 Smørum 2765 DK', 'DK', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17069, '0c6127', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2015-10-07', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17070, '70b3d5531', 0, 'Ateme', '6 rue Dewoitine Vélizy-Villacoublay 78140 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17071, '70b3d5c00', 0, 'Beso sp. z o.o.', 'Mlynska 1a Brzeg Dolny 56-120 PL', 'PL', 'MA-S', '2019-03-06', '2019-03-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17072, '004033', 0, 'Addtron Tech Co, Ltd', '46560 FREMONT BLVD. #303 FREMONT CA 94538 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17073, '002653', 0, 'DaySequerra Corp', '154 Cooper Road West Berlin NJ 08091 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17074, 'dc37d2', 0, 'Hunan Hkt Electronic Tech Co, Ltd', 'Room 428,4F,Hunan Environmental Science and Technology Committee Building,No 18 South of Wanjiali Road,Yuhua District,Changsha Changsha Hunan 410007 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17075, 'e4ce02', 0, 'WyreStorm Tech Ltd', 'Tech Valley Park, 23 Wood Road Round Lake New York 12151 GB', 'GB', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17076, '0cb912', 0, 'JM-Data GmbH', 'Hackl-Str. 1 Traun Upper Austria 4050 AT', 'AT', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17077, '3c427e2', 0, 'Starloop Tech Co, Ltd', '#643, Meinian Plaza A Chengdu 610000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17078, '005072', 0, 'Corvis Corp', '8320 GUILFORD ROAD COLUMBIA MD 21046 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17079, '00070b', 0, 'Novabase Sgps, SA', 'Av. D Joao II, Lote 1.03.2.3 Lisboa 1998-031 PT', 'PT', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17080, '844915', 0, 'vArmour Networks, Inc', '4633 OLD IRONSIDES DR SANTA CLARA CA 95054-1807 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17081, '4c710d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-08-02', '2019-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17082, '70b3d5aed', 0, 'Cubitech', '4-6 Kiprou str Tavros Athens 17778 GR', 'GR', 'MA-S', '2019-08-10', '2019-08-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17083, '00d053', 0, 'Connected Systems', '126 W. FIGUEROA STREET SANTA BARBARA CA 93101 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17084, '001ade', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-12-30', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17085, '0050c2771', 0, 'ZigBee Alliance', '508 Second Street, Suite 206 Davis CA 95626 US', 'US', 'IAB', '2007-07-01', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17086, '000541', 0, 'Advanced Systems Co, Ltd', '2-9-7 Nishikicho, 190-0022 JP', 'JP', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17087, '0050c260d', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17088, 'dc2b2a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17089, '1046b4', 0, 'FormericaOE', '5F-11, No.38, Taiyuan Street Zhubei City Hsinchu County 302 TW', 'TW', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17090, '00d001', 0, 'Vst Tech, Inc', '125 NAGOG PARK ACTON MA 01720 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17091, '00267f', 0, 'Zenterio AB', 'Diskettgatan 11B Linköping 58335 SE', 'SE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17092, '041a04', 0, 'WaveIP', '1 Sky street Misgav 20179 IL', 'IL', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17093, '141fba3', 1, 'Private', '', '', 'MA-M', '2014-04-14', '2014-04-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17094, '70b3d58ee', 0, 'Network Additions', '2-14-10 Minamiyana Hadano Kanagawa 2570003 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17095, '300a60', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17096, '6ce8c6', 0, 'Earda Tech Co Ltd', 'Block A,Lianfeng Creative Park, #2 Jisheng Rd., Nansha District Guangzhou Guangdong 511455 CN', 'CN', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17097, '94cc040', 0, 'Hangzhou Yongkong Tech Co, Ltd', 'Room 503, Building 12, Lefu Zhihui Garden, 28 Xiangyuan Road, Gongshu Distric Hangzhou Zhejiang 310000 CN', 'CN', 'MA-M', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17098, '008021', 0, 'Alcatel Canada Inc', '349 Terry Fox Drive Kanata Ontario K2K 2V6 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17099, '0022ac', 0, 'Hangzhou Siyuan Tech Co, Ltd', '5 F, Tower B, No. 37, Xiang Yuan Road Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17100, '001e3f', 0, 'TrellisWare Tech, Inc', '16516 Via Esprillo, Suite 300 San Diego CA 92127 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17101, '111111', 1, 'Private', '', '', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17102, '70b3d5b02', 0, 'Nordic Automation Systems AS', 'Strandgata 12 Hareid Møre og Romsdal 6060 NO', 'NO', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17103, '00208d', 0, 'Cmd Tech', '1 VANDERBILT IRVINE CA 92718 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17104, '0050c2112', 0, 'Compuworx', '141-143 Szabadsag U. 2040 Budaors HU', 'HU', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17105, '78d99f', 0, 'NuCom HK Ltd', 'Unit B 11/F, Eton Bldg, 288 Des Voeux Rd. Central Hong Kong Hong Kong 00852 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17106, '5ce7bf', 0, 'New Singularity International Technical Development Co, Ltd', '8F,NorthStar-Ultrapower Tower, No.13 Beiyuan Road, Chaoyang District, Beijing, China Beijing Beijing 100107 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17107, '78e980', 0, 'RainUs Co, Ltd', 'E-703, Digital Empire, 16, Deogyeong-daero Suwon-si Gyeonggi-do 443-702 KR', 'KR', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17108, 'fc55dc', 0, 'Baltic Latvian Universal Electronics Llc', '5706 Corsa Avenue Suite 102 Westlake Village CA 91362 US', 'US', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17109, '00078a', 0, 'Mentor Data System Inc', 'No. 24-1, Industry East 4 Rd., Hsin-Chu, TW', 'TW', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17110, '543131', 0, 'Raster Vision Ltd', 'Unit 1, Crundalls Tonbridge Kent TN12 7EA GB', 'GB', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17111, '58e02c', 0, 'Micro Technic A-S', 'Smedevaenget 5 Aarup 5560 DK', 'DK', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17112, '008045', 0, 'Matsushita Electric Ind. Co', 'COMPUTER DIVISION OSAKA 571 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17113, 'cc9093', 0, 'Hansong Tehnologies', '8 Kangping road, New development zone Nanjing Jiangsu 210006 CN', 'CN', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17114, '002417', 0, 'Thomson Telecom Belgium', 'Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE', 'BE', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17115, '90342b', 0, 'Gatekeeper Systems, Inc', '8 Studebaker Irvine CA 92618 US', 'US', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17116, '001a47', 0, 'Agami Systems, Inc', '1269 Innsbruck Drive Sunnyvale California 94089 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17117, '0050c291a', 0, 'Xtone Networks', '11190 Sunrise Valley Dr Reston VA 20191 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17118, '74e543', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW', 'TW', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17119, '5056bf', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2014-01-12', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17120, '0050ee', 0, 'Tek Digitel Corp', '20010 CENTURY BLVD. #300 GERMANTOWN MD 20874 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17121, '0008b9', 0, 'Kaonmedia Co, Ltd', '#113 Imae 1-Dong, Bundang-Gu Sungnam-City Kyungki-Do 463-829 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17122, '0020ea', 0, 'Efficient Networks, Inc', '4201 SPRING VALLEY ROAD DALLAS TX 75244-3666 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17123, '0006b2', 0, 'Linxtek Co', '2F Kum-a B/D 31-3 Karak-dong, 138-160 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17124, 'a06a44', 0, 'Vizio, Inc', '39 Tesla Irvine CA 92618 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17125, '008082', 0, 'Pep Modular Computers GmbH', 'APFELSTRANGER STR. 16 WEST DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17126, '54e1ad', 0, 'Lcfc(HeFei) Electronics Tech Co, Ltd', 'YunGu Road 3188-1 Hefei Anhui 230000 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17127, 'b8f4d0', 0, 'Herrmann Ultraschalltechnik GmbH & Co Kg', 'Descostraße 3-9 Karlsbad Baden-Württemberg 76307 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17128, '0050c2ed8', 0, 'AVocation Systems, Inc', '7130 W. 117th Ave. Broomfield CO 80020 US', 'US', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17129, '1c36bb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17130, '4c4bf9', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-06-24', '2019-06-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17131, '000124', 0, 'Acer Inc', '21F, 88, Sec.1 Taipei Hsien 221 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17132, '2c7afe', 0, 'Iee&E Black ops', '100 Jeric Avenue Charlotte NC 28262 UNITED STATES US', 'US', 'MA-L', '2010-07-26', '2010-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17133, '04714b3', 0, 'Griesser Electronic AG', 'Tänikonerstrasse 3 Aadorf Thurgau 8355 CH', 'CH', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17134, '000b8f', 0, 'Akita Electronics Systems Co, Ltd', '85,AZA USHIRONO,AIKAWA,YUWA-MACHI KAWABE-GUN AKITA-KEN 010-1231 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17135, '00149e', 0, 'UbONE Co, Ltd', 'Shinyoung B.D. 602, SeoHyeon2-Dong Seongnam-si Gyeongg-do 463-824 KR', 'KR', 'MA-L', '2005-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17136, '000968', 0, 'Technoventure, Inc', 'P. O. Box 5641 Pasadena Texas 77508-5641 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17137, '000b97', 0, 'Matsushita Electric Industrial Co, Ltd', '3-1-1 Yagumo-Naka-Machi Moriguchi City Osaka 570-8501 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17138, '0050c2293', 0, 'IP Unity', '475 Sycamore Drive Milpitas CA 94535 US', 'US', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17139, '40d855032', 0, 'Bettini Srl', 'VIA GRIEG 23 SARONNO VARESE 21047 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17140, '0002eb', 0, 'Pico Communications', '20085 Stevens Creek Blvd. Cupertino CA 95014 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17141, '00d019', 0, 'Dainippon Screen Corp', 'REPRESENTATIVES OF AMERICA,INC IRVINE CA 92614 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17142, '001d81', 0, 'Guangzhou Gateway Electronics Co, Ltd', 'B20#,4F,No.9 Jiangong Road,Tianhe Software Park,Tianhe District, GUANGZHOU Guangdong 510665 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17143, 'a0369f', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17144, '5848c0', 0, 'Coflec', 'Parc d\'activités du moulin de Massy MASSY 91300 FR', 'FR', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17145, '887a31', 0, 'Velankani Electronics Pvt. Ltd', '43, Electronics City, Phase 1, Hosur road Bangalore Karnataka 560100 IN', 'IN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17146, '70b3d5dd1', 0, 'em-tec GmbH', 'Lerchenberg 20 Finning Bavaria 86923 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17147, '002002', 0, 'Seritech Enterprise Co, Ltd', 'FL. 182, NO. 531-1 TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17148, '00505a', 0, 'Network Alchemy, Inc', '1521.5 PACIFIC AVENUE SANTA CRUZ CA 95060 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17149, 'd8cb8a', 0, 'Micro-Star Int\'L Co, Ltd', 'No.69, Lide St., New Taipei City Taiwan 235 TW', 'TW', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17150, '805ec0', 0, 'Yealink(Xiamen) Network Tech Co, Ltd', '309, 3th Floor, No.16, Yun Ding North Road, Huli District xiamen Fujian 361015 CN', 'CN', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17151, '000eb0', 0, 'Solutions Radio BV', 'Prinsegracht 82 The Hague ZH 2512 GC NL', 'NL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17152, '001bc5063', 0, 'Check-It Solutions Inc', '1601A - 4th Ave Regina Saskatchewan S4R 8P9 CA', 'CA', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17153, '70b3d5405', 0, 'MG s.r.l.', 'via Monte Bianco, 1 Solbiate Olona VA 21058 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17154, '984246', 0, 'Sol Industry Pte., Ltd', '1 NORTH BRIDGE RD., 179094 SG', 'SG', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17155, '1c21d1e', 0, 'p2-plus Inc', '12F.-6,No.5,Sec.3,new taipei Blvd., Sinjhuang Dist., new taipei taiwan 24250 TW', 'TW', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17156, 'd4dccd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17157, 'f0bcc8', 0, 'MaxID (Pty) Ltd', '43 Homestead Road Johannesburg Gauteng 2128 ZA', 'ZA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17158, '70b3d57b9', 0, 'Qiagen Instruments AG', 'Garstligweg 8 Hombrechtikon Zurich 8634 CH', 'CH', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17159, '40d855146', 0, 'Pleiger Elektronik GmbH and Co KG', 'Im Hammertal 51 Witten NRW 58456 DE', 'DE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17160, '784f9b', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-08-29', '2019-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17161, '605bb4', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd., New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2014-11-11', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17162, '70b3d55e3', 0, 'Imecon Engineering SrL', 'via Gerola 13/15 Fiesco CR 26010 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17163, 'a0df15', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17164, '0005f6', 0, 'Young Chang Co Ltd', '1432 Main Street Waltham MA 02451 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17165, '000f67', 0, 'West Instruments', 'Unit 5, The Hyde, Lower Bevendean Brighton East Sussex BN2 4JU GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17166, '002244', 0, 'Chengdu Linkon Communications Device Co, Ltd', '5f-02, Juntong Building, No. 53,Shuangfeng Road, Wuhou District, Chengdu Sichuan 610041 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17167, 'bc34008', 0, 'Matica Tech AG', '52 TECKSTRASSE ESSLINGEN AM NECKAR BADEN WUERTTENBERG 73734 DE', 'DE', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17168, 'c4924c', 0, 'Keisokuki Center Co, Ltd', '2-6-7 SAKANE KAWANISHI-CITY HYOGO 666-0021 JP', 'JP', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17169, 'bc4101', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17170, '30525a', 0, 'Nst Co, Ltd', 'RM301,Daeryung Techno Town 2, 569-21 Seoul 153-771 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17171, '88e161', 0, 'Art Beijing Science and Tech Development Co, Ltd', 'Room 210,Building 1#, No. 27 Qinghe Longgang Rd., Haidian District, Beijing,100192,China Beijing Beijing 100192 CN', 'CN', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17172, '00133c', 0, 'Quintron Systems Inc', '2105 SO. BLOSSER ROAD SANTA MARIA CALIFORNIA 93458 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17173, '001a24', 0, 'Galaxy Telecom Tech Ltd', 'No.25, The 1st Gaoxin Road Xi\'an City Shannxi 710075 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17174, '0050c28d3', 0, 'Ifam GmbH', 'Parselvalstr. 2 Erfurt Thuringia 99092 DE', 'DE', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17175, '442aff', 0, 'E3 Tech, Inc', 'Martell-house 2F, 2-28-3 Sekimachi-Kita, Nerima-ku Tokyo 177-0051 JP', 'JP', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17176, '144fd71', 0, 'Zehnder Group AG', 'Moortalstrasse 1 Gränichen CH-5722 CH', 'CH', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17177, '441c12', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2018-08-27', '2018-08-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17178, '0030e9', 0, 'Gma Communication Manufact\'G', 'MARKETING, (1991) LTD. ISRAEL ISRAEL 49130 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17179, '0050c21cc', 0, 'WaveIP', 'Teradion Industrial Park Misgav 20179 IL', 'IL', 'IAB', '2002-10-21', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17180, '909060', 0, 'Rsi Video Tech', '56, Rue Jean-Giraudoux - BAT 60 STRASBOURG Bas-Rhin 67200 FR', 'FR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17181, 'e42354', 0, 'Shenzhen Fuzhi Software Tech Co, Ltd', '4/F,Fuxing Bldg,Binlang Road,Futian Free Trade Zone,SHENZHEN.CHINA SHENZHEN Guang Dong 518038 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17182, '70b3d5708', 0, 'Ibm Research GmbH', 'Saeumerstrasse 4 Rueschlikon ZH 8803 CH', 'CH', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17183, '70b3d5be0', 0, 'Cognosos, Inc', '1100 Spring St. NW, Suite 300A Atlanta GA 30309 US', 'US', 'MA-S', '2019-11-06', '2019-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17184, '000dcf', 0, 'Cidra Corp', '50 Barns Park North Wallingford CT 06492 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17185, '001948', 0, 'AireSpider Networks', '1171 Montague Express Way Milpitas CA 95035 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17186, 'ac6bac', 0, 'Jenny Science AG', 'Sandblatte 7a Rain Luzern 6026 CH', 'CH', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17187, '70b3d56ff', 0, 'Akeo Plus', 'ZA EN BEAUVOIR 769 RUE DE LA OUTARDE CHATEAU GAILLARD 01500 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17188, '4c569d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17189, '00c088', 0, 'Ekf Elektronik GmbH', 'PHILIPP-REIS-STR. 4 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17190, '0050c2cba', 0, 'Delta Tau Data Systems, Inc', '21314 LASSEN ST CHATSWORTH CA 91311 US', 'US', 'IAB', '2010-07-06', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17191, '44d5f2e', 0, 'Joint-Stock Co Research and Development Center Elvees', 'Proezd 4922, Dom 4, Stroenie 2 Zelenograd Moscow 124498 RU', 'RU', 'MA-M', '2019-05-17', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17192, 'f46bef', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17193, '0c08b4', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17194, '70b3d545d', 0, 'Sensapex Oy', 'Teknologiatie 13 Oulu 90590 FI', 'FI', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17195, '70b3d5d3d', 0, 'Netzikon GmbH', 'Gerberstrasse 34 Backnang 71522 DE', 'DE', 'MA-S', '2019-08-12', '2019-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17196, '285767', 0, 'Dish Tech Corp', '94 Inverness Terrace E Englewood CO 80112 US', 'US', 'MA-L', '2013-09-12', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17197, '70b3d58a4', 0, 'Phyton, Inc Microsystems and Development Tools', '7206 Bay Parkway Brooklyn NY 11204 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17198, '84e327', 0, 'Tailyn Tech Inc', 'NO 10 RUNG-AN ROAD, LU-ZHU DISTRICT TAOYUAN CITY TAIWAN ROC 33852 TW', 'TW', 'MA-L', '2017-06-13', '2017-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17199, '001b64', 0, 'IsaacLandKorea Co, Ltd,', 'Rm 608, Hangang-Hyundai-Hyel Bldg. 2-36, Seoul 140-871 KR', 'KR', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17200, '0050c2e3c', 0, 'Grupo Epelsa S.L.', 'C/ Albasanz, 6 y 8 Madrid 28037 ES', 'ES', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17201, '70b3d5807', 0, 'Camsat Przemysław Gralak', 'Ogrodowa 2A Solec Kujawski Bydgoszcz 86-050 PL', 'PL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17202, '001350', 0, 'Silver Spring Networks, Inc', '575 Broadway Street Redwood City CA 94063 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17203, '2c72c3', 0, 'Soundmatters', '8060 Double R Blvd Suite 100 Reno NV 89511 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17204, '001e51', 0, 'Converter Industry Srl', 'Via Euclide, 12 Forli\' FC 47100 IT', 'IT', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17205, '0050c2876', 0, 'Privatquelle Gruber GmbH & Co KG', 'Innsbrucker Strasse 38 Brixlegg Austria/Tirol 6230 AT', 'AT', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17206, '000cdf', 0, 'Jai Manufacturing', '2960-14 Uenojo Nishikata Kushima Miyazaki 888-0004 JP', 'JP', 'MA-L', '2003-04-11', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17207, '0050c24bc', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten Freiburg 3280 CH', 'CH', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17208, '0050c2104', 0, 'Adescom Inc', '256 Calvin Place Santa Cruz CA 95060 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17209, '001878', 0, 'Mackware GmbH', 'Schänzle 13 Waiblingen Baden-Württemberg 71332 DE', 'DE', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17210, '001c4c', 0, 'Petrotest Instruments', 'Ludwig-Erhard-Ring 13 Dahlewitz BBG 15827 DE', 'DE', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17211, '001e57', 0, 'Alcoma, spol. s r.o.', 'Klukovice 313, Praha - 5 Praha 152 00 CZ', 'CZ', 'MA-L', '2007-10-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17212, 'ccc104', 0, 'Applied Technical Systems', 'P.O. Box 5705 Shreveport LA 71135 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17213, '104fa8', 0, 'Sony Corp', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2015-12-03', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17214, '00c061', 0, 'Solectek Corp', '6370 NANCY RIDGE DR.-STE.#109 SAN DIEGO CA 92121 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17215, '003003', 0, 'Phasys Ltd', '#100-9404 41st Avenue Edmonton Alberta T6X 1R2 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17216, 'cc1be02', 0, 'i-Trinetech Co, Ltd', '4th FL.,East Wing of M-8 Building,Sparrow Ridge Industrial Zone,Science&Technology Park,Nanshan District.,Shenzhen City Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17217, '24dfa7', 0, 'Hangzhou BroadLink Tech Co, Ltd', 'Room 101,1/F,Unit C,Building 1,No.57 Jiang\'er Road,Changhe Street,Binjiang District,Hangzhou,Zhejiang,P.R.China Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-05-21', '2019-05-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17218, '000bd1', 0, 'Aeronix, Inc', '1775 W. Hibiscus Blvd, Melbourne FL 32901 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17219, 'e8e5d6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-04-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17220, '001279', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2004-10-10', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17221, '002101', 0, 'Aplicaciones Electronicas Quasar (Aeq)', 'C/Rey Pastor 40 Leganes Madrid 28914 ES', 'ES', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17222, '0090b8', 0, 'Rohde & Schwarz GmbH & Co KG', 'POSTFACH: 80 14 69/ABT.: 3CK D-81614 MUNCHEN DE', 'DE', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17223, '008025', 0, 'Telit Wireless Solutions GmbH', 'Mendelssohnstrasse15D Hamburg 22761 DE', 'DE', 'MA-L', '2000-11-09', '2016-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17224, 'acf0b2', 0, 'Becker Electronics Taiwan Ltd', 'No.32, Lane 30, Long Yuan Rd. Long-Tan Taoyuan 32544 TW', 'TW', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17225, '70b3d5bb2', 0, 'Mettler Toledo', '1571 Northpointe Parkway Lutz FL 33558 US', 'US', 'MA-S', '2014-04-14', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17226, '94dbda', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17227, '70b3d58a2', 0, 'Winners Digital Corp', '3F, No. 4, Ln. 263, Chongyang Rd., Nangang Dist., Taipei City Taiwan 115-73 TW', 'TW', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17228, '0050c21f5', 0, 'Abest Communication Corp', '19-7 Ting-Tien-Liao, Hsien-Jenli Tamshui Taipei 251 TW', 'TW', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17229, '001ffa', 0, 'Coretree, Co, Ltd', '#502 IT Venture Town, 694 Daejeon 305-510 KR', 'KR', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17230, '001520', 0, 'Radiocrafts AS', 'Sandakerveien 64 Oslo 0484 NO', 'NO', 'MA-L', '2005-07-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17231, '001a0f', 0, 'Sistemas Avanzados de Control, S.A.', 'calle Colquide 6 Las Rozas Madrid 28230 ES', 'ES', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17232, '0050c2914', 0, 'IO-Connect', 'Ahlmannsvej 41B Sonderborg 6400 DK', 'DK', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17233, '000726', 0, 'Shenzhen Gongjin Electronics Co, LT', 'A211-A213 & B201-B210, 2F, Baiying Building, 1019#, Nanhai RD, Shekou Party, Nanshan District, Shenzhen Guangdong 518067 CN', 'CN', 'MA-L', '2011-03-17', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17234, '6891d00', 0, 'Central Railway Manufacturing', '8933 Western Way Suite 8 Jacksonville FL 32256 US', 'US', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17235, 'a8da01', 0, 'Shenzhen Nuolijia Digital Tech Co, Ltd', 'A Area of The Second Flood and D Area of The First Floor,Factory Building A,Youxinda Industrial Park,Gengyu Road,Tianliao Community,Gongming Street Office,Guangming New District,Shenzhen City,Guangdong,P.R.China Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17236, '004038', 0, 'Talent Electric Inc', '3RD FL., NO. 260, PA TEH ROAD TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17237, '000796', 0, 'Lsi Systems, Inc', '10-1 Minami-kurokawa, Kanagawa 215-0034 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17238, 'e41e0a6', 0, 'Sfc Energy AG', 'Eugen-Saenger-Ring 7 Brunnthal 85649 DE', 'DE', 'MA-M', '2019-01-31', '2019-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17239, '00236f', 0, 'Daq System', 'Rm 913, SungNam Woolim Lions VAlley I, 311-3 Sungnam-Si Kyunggi-Do, 462-806 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17240, '0050c293d', 0, 'Lighting Science Group', '11390 Sunrise Gold Circle #800 Rancho Cordova CA 95742 US', 'US', 'IAB', '2008-11-13', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17241, '0050c2c94', 0, 'Isis Engineering, S.A.', 'C/ JOSE JESUS GARCIA DIAZ, 2 SEVILLA 41020 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17242, '2486f4', 0, 'Ctek, Inc', '34 Miraleste Plaza Rancho Palos Verdes California 90275 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17243, '28fd801', 0, 'Galileo, Inc', '5-3-29 Tokiwagi Ueda Nagano 386-0027 JP', 'JP', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17244, '00b4f5', 0, 'DongGuan Siyoto Electronics Co, Ltd', 'Hecheng Industrial District, QiaoTou Town DongGuan City Guangdong 523520 CN', 'CN', 'MA-L', '2018-06-25', '2018-07-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17245, '008065', 0, 'Cybergraphic Systems Pty Ltd', '290 BURWOOD ROAD AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17246, '001909', 0, 'Devi - Danfoss A/S', 'Ulvehavevej 61 Vejle 7100 DK', 'DK', 'MA-L', '2006-07-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17247, 'a01081', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17248, '4ce1735', 0, 'NewVastek', '5F., No.65, Shitan Rd. Taipei City Neihu Dist. 11469 TW', 'TW', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17249, '08beac', 0, 'Edimax Tech Co Ltd', 'No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW', 'TW', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17250, '282c022', 0, 'Shenzhen emb-star Tech Co Ltd', '2/f,building C,qinghu science park,qingxiang road,qinghu,longhua new district shenzhen Guangdong 518131 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17251, '0006be', 0, 'Baumer Optronic GmbH', 'Badstraße 30 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17252, '001bc50a7', 0, 'L.G.L. Electronics S.p.a.', 'Via Ugo Foscolo, 156 Gandino Bergamo 24024 IT', 'IT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17253, '001150', 0, 'Belkin Corp', '501 West Walnut Street Compton CA 90220-5221 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17254, '001151', 0, 'Mykotronx', '359 Van Ness Way Torrance CA 90501 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17255, '001bc503a', 0, 'MindMade Sp. z o.o.', 'Sniadeckich 10 Warsaw 00-656 PL', 'PL', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17256, '007147', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17257, '2415107', 0, 'SuZhou A-rack Information Tech Co, Ltd', 'No.10 Xinting Road,Suzhou New District Suzhou Jiangsu 215000 CN', 'CN', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17258, '00a005', 0, 'Daniel Instruments, Ltd', 'TROLLSTRASSE 33 CH-8400 WINTERTHUR CH', 'CH', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17259, '00d08c', 0, 'Genoa Tech, Inc', '5401 TECH CIRCLE MOORPARK CA 93021 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17260, '0050c2407', 0, 'Aie Etudes', '2 rue du Charles DE GAULLE 27220 PREY FR', 'FR', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17261, '0050c2958', 0, 'Sensoptics Ltd', '3 Gordano Court Portishead Bristol BS20 7FS GB', 'GB', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17262, 'd0176a', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-05-07', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17263, '70b3d55ed', 0, 'EA Elektroautomatik GmbH & Co KG', 'Helmholtzstraße 31-33 Viersen NRW 41747 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17264, '00093e', 0, 'C&I Tech', '#303 Kwanbo Plaza B/D, 1467-2 Anyang-Shi Kyunggi-Do 431-808 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17265, '0050c2c23', 0, 'Vidicon Llc', '300 Harvestore Drive DeKalb IL 60115 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17266, '002625', 0, 'MediaSputnik', 'Yaroslavskoe shosse, 19, Moscow 129337 RU', 'RU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17267, '94857a', 0, 'Evantage Industries Corp', '815 Bridge St. W. Waterloo Ontario N2V 2M7 CA', 'CA', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17268, '70b3d5d0e', 0, 'Beijing Aumiwalker Tech Co, Ltd', 'Floor 6, Tower 1, No.1 Zhonghe Road Fengtai Science Park Beijing P.R.C. Beijing Beijing 100071 CN', 'CN', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17269, '88da33', 0, 'Beijing Xiaoyuer Network Tech Co, Ltd', 'Block K1, North American International Business Centre, 86 Beiyuan Road, Chaoyang District Beijing Beijing 100012 CN', 'CN', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17270, '00174e', 0, 'Parama-Tech Co, Ltd', '2-19-8, Sharyo, Higashi-ku Fukuoka 812-0068 JP', 'JP', 'MA-L', '2006-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17271, '0050c2899', 0, 'Inico Tech Ltd', '#119 - 3553 31st Street NW Calgary Alberta T2L 2K7 CA', 'CA', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17272, 'd0afb6', 0, 'Linktop Tech Co, Ltd', '2F Guangye Buliding, Torch Hi-Tech, Xiamen Fujian 361006 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17273, '70b3d5254', 0, 'Spectrum Brands', '19701 DaVinci Lake Forest 92656 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17274, 'd425cc2', 0, 'MusicLens Inc', '311 E VALLEY BLVD#112 PMB27 SANGABRIEL CA 91776 US', 'US', 'MA-M', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17275, '000319', 0, 'Infineon AG', 'P.O. Box 800949 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17276, '0050c22d4', 0, 'Integrated System Solution Corp', '3F,No.2-1, Industry E Rd., I, Science-based Industrial Park Hsinchu 300 TW', 'TW', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17277, '000006', 0, 'Xerox Corp', 'M/S 105-50C WEBSTER NY 14580 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17278, '004003', 0, 'Emerson Process Management Power & Water Solutions, Inc', '200 Beta Drive PITTSBURGH PA 15238 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17279, '0050c247f', 0, 'Brit Inc', '703, Aves Bld,1452 Dunsan-Dong Seo-ku Daejeon 302-120 KR', 'KR', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17280, '002111', 0, 'Uniphone Inc', '795 Main Street Half Moon Bay CA 94019 US', 'US', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17281, '08606e', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17282, '40d855190', 0, 'Spider Tecnologia Ind. e Com. Ltda.', 'Rua Alencar Araripe,1440 São Paulo SP 04253-000 BR', 'BR', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17283, '00007d', 0, 'Oracle Corp', '17 Network Circle Menlo Park CA 95025 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17284, '009024', 0, 'Pipelinks, Inc', '2710 WALSH AVE., STE #300 SANTA CLARA CA 95051 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17285, '705aac', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17286, 'f09ffc', 0, 'Sharp Corp', '1 Takumi-cho, Sakai-ku Sakai City Osaka 590-8522 JP', 'JP', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17287, '70b3d5fb5', 0, 'Orange Tree Tech Ltd', '173 Curie Avenue, Harwell Oxford Didcot Oxfordshire OX11 0QG GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17288, 'e45d51', 0, 'Sfr', '12 rue jean-philippe Rameau CS 80001 La plaine saint denis FRANCE 93634 FR', 'FR', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17289, '0050c28f1', 0, 'Detection Tech Ltd', 'Fairview Building Ripley Derbyshire DE5 3GH GB', 'GB', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17290, '8887dd', 0, 'DarbeeVision Inc', '401 N. Cotswolds Lane #C Orange California 92869 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17291, '100f18', 0, 'Fu Gang Electronic(KunShan)Co, Ltd', 'No.6 Zheng Wei West Road, Jin Xi Town, Kun Shan City, Jiang Su Province, China Jiang Su 215324 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17292, '70b3d5346', 0, 'Ultamation Ltd', 'Liverpool Science Park, ic2 Liverpool Merseyside L3 5RF GB', 'GB', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17293, '70b3d5607', 0, 'Ateme', '6 rue Dewoitine Vélizy-Villacoublay 78140 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17294, '00605f', 0, 'Nippon Unisoft Corp', 'BR NINGYOCHO 1,2-13-9 TOKYO 103 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17295, '001952', 0, 'Acogito Co, Ltd', '#501 Shinyoung Palace Tower, 246-2, Seohyun Sungnam Kyunggi 463-824 KR', 'KR', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17296, '0019b1', 0, 'Arrow7 Corp', 'Kamijima 3-27-7 Hamamatsu Shizuoka 433-8122 JP', 'JP', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17297, '4c2f9d', 0, 'Icm Controls', '7313 William Barry Blvd North Syracuse NY 13212 US', 'US', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17298, '40d855031', 0, 'Dommel GmbH', 'Westring 15 Wasser1dingen bavaria 91717 DE', 'DE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17299, 'a8494d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17300, '70b3d53bd', 0, 'Dao Qin Tech CoLtd', 'No. 359, Zhongxiao Rd Chishang Township Taitung County 958 TW', 'TW', 'MA-S', '2019-03-25', '2019-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17301, '0090f4', 0, 'Lightning Instrumentation', 'BOVERESSES 50 1010 LAUSANNE CH', 'CH', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17302, '0090a5', 0, 'Spectra Logic', '1700 N. 55TH STREET BOULDER CO 80301 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17303, '000f72', 0, 'Sandburst', '600 Federal St Andover MA 01810 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17304, 'fcad0f', 0, 'Qts Networks', 'Jinyanlong Plaza, Huilongguan, Beijing 100092 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17305, 'e8377a', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17306, '38b19e8', 0, 'BoCo Inc', 'Isshin Bldg 6F,Yaesu 2-11-7 Chuo-ku, Tokyo 104-0028 JP', 'JP', 'MA-M', '2018-10-18', '2018-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17307, '00c039', 0, 'Teridian Semiconductor Corp', '6440 Oak Canyon Irvine CA 92618 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17308, '000a09', 0, 'TaraCom Integrated Products, Inc', '830 Stewart Dr. Sunnyvale CA 94085 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17309, '0011c7', 0, 'Raymarine UK Ltd', 'Marine House Fareham Hampshire PO15 5RJ GB', 'GB', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17310, 'e46c21', 0, 'messMa GmbH', 'Am Stadtfeld 8 Ixleben Sachsen-Anhalt 39167 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17311, '0050c2c48', 0, 'Cytek Media Systems, Inc', '126 NW Jackson Topeka KS 66603 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17312, '0050c2df7', 0, 'Combilent', 'Gydevang 21D Alleroed 3450 DK', 'DK', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17313, '088e4f', 0, 'SF Software Solutions', 'Buchenweg 32 Großbettlingen Baden-Württemberg 72663 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17314, '70b3d515d', 0, 'Vtron Pty Ltd', 'Unit 2, 62 Township Drive West West Burleigh Queensland 4219 AU', 'AU', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17315, '003028', 0, 'Fase Saldatura srl', 'V.R. Bernardi 5 TORINO IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17316, '0017aa', 0, 'elab-experience Inc', '104 Anotsupia Tsu-shi mie prefecture 514-0131 JP', 'JP', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17317, 'dcbe7a', 0, 'Zhejiang Nurotron Biotechnology Co', 'Building4, No.99 Xiaomao Rd Hangzhou zhejiang 310011 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17318, '0c3747', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17319, '3cfad32', 0, 'Naruida Tech Ltd', '2 Gangle Road,Tangjia Bay Town, High Tech Zone Zhuhai Guangdong 519080 CN', 'CN', 'MA-M', '2019-11-15', '2019-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17320, '001bc50ba', 0, 'NT Microsystems', 'Midori-ku Yokohama Kanagawa 2260017 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17321, '70b3d5501', 0, 'Peek Traffic', '2906 Corporate Way Palmetto FL 34235 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17322, 'e0c97a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-06-14', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17323, '74e14a8', 0, 'aritec GmbH', 'Vorstadtgasse 15 Maienfeld Outside U.S./Canada 7304 CH', 'CH', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17324, '101331', 0, 'Technicolor', 'Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE', 'BE', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17325, '00902b', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17326, 'f8dae2', 0, 'Ndc Tech', '8001 Technology Blvd Dayton OH 45424 US', 'US', 'MA-L', '2010-06-10', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17327, 'd0c8579', 0, 'Shenzhen xiaosha Intelligence Tech Co Ltd', 'Poly Building, 2702 Nanhai Avenue, Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-M', '2019-03-27', '2019-03-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17328, '00172f', 0, 'NeuLion Inc', '1600 Old Country Road Plainview NY 11803 US', 'US', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17329, '7cfc3c', 0, 'Visteon Corp', 'One Village Center Drive Van Buren Twp MI 48111 US', 'US', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17330, '00238c', 1, 'Private', '', '', 'MA-L', '2008-10-25', '2008-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17331, '905f8d', 0, 'modas GmbH', 'Belziger Str. 69-71 Berlin 10823 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17332, '40d855054', 0, 'Vitec', '99, rue Pierre Semard Chatillon Ile de France 92324 FR', 'FR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17333, '78d8003', 0, 'Shenzhen Scodeno Tech Co,. Ltd', 'New Longhua District,Guanlan rich Industrial Zone No. 22,Silicon Valley Power Digital Industrial Park A6 Building 2 floor Shenzhen Guangdong 518110 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17334, '3009f9b', 0, 'Sichuan Nebula Networks Co, Ltd', 'Floor 21 Building 2,No.200 Tianquan Road,West Hi-Tech Zone, Chengdu Sichuan 611731 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17335, '002096', 0, 'Invensys', 'Robershaw Industrial Products Marysville TN 37801 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17336, '001c3a', 0, 'Element Labs, Inc', '3350 Scott Boulevard Santa Clara CA 95054 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17337, '0019bf', 0, 'Citiway Tech Co, Ltd', 'No.2 Building,Jia 32,Beiheyan Avenue,East City Peijing 100006 CN', 'CN', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17338, '2059a0', 0, 'Paragon Tech Inc', '68 North 4th Ring Rd West, Beijing 100080 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17339, 'e496ae', 0, 'Altographics Inc', 'Daegu Venture Center 13F Daegu 701-020 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17340, '70b3d57ba', 0, 'Decentlab GmbH', 'Ueberlandstrasse 129 Duebendorf 8600 CH', 'CH', 'MA-S', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17341, '00107a', 0, 'AmbiCom, Inc', '2450 SCOTT BLVD., #305 SANTA CLARA CA 95050 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17342, '000246', 0, 'All-Win Tech Co, Ltd', '11F, No. 111-7, Hsing De Rd., Taipei Hsien Taiwan, R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17343, '48d24f', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17344, '1ca0d32', 0, 'NovTech, Inc', '7401 Wiles Road, Suite 229 Coral Springs FL 33067 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17345, 'c86314e', 0, 'Taylor Dynamometer', '3602 W Wheelhouse Rd. Milwaukee WI 53208 US', 'US', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17346, '000bfb', 0, 'D-Net International Corp', '15, Wu-Chuan 5th Road, Wu-Ku Industrial Taipei Hsieh 248 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17347, '0021b3', 0, 'Ross Controls', 'One Ross Way Lavonia GA 30553 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17348, 'fcfc48', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17349, '383a212', 0, 'Shenzhen HS Fiber Communication Equipment Co, Ltd', '6F, Bld#A, Dezhong Industrial Park, Yangmei Village, Bantian Town, Longgang District Shenzhen Guangdong 518129 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17350, '64b5c6', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17351, '00c086', 0, 'The Lynk Corp', '101 QUEENS DRIVE KING OF PRUSSIA PA 19406 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17352, '000bf6', 0, 'Nitgen Co, Ltd', '4th FL. 1337-31 Seocho-dong, Seocho-ku Seoul 137-860 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17353, '78617c', 0, 'Mitsumi Electric Co, Ltd', '2-11-2, Tsurumaki Tama-shi Tokyo 206-8567 JP', 'JP', 'MA-L', '2012-05-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17354, '083e0c', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-05-02', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17355, '70a8e3', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen 518129 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17356, '4c38d5', 0, 'Mitac Computing Tech Corp', '3F., NO.1, R&D ROAD 2, HSINCHU SCIENCE PARK HSINCHU 30076 TW', 'TW', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17357, '24e124', 0, 'Xiamen Ursalink Tech Co, Ltd', '4/F, No. 63-2 Wanghai Road, 2nd Software Park Xiamen Fujian 361008 CN', 'CN', 'MA-L', '2017-07-14', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17358, '005006', 0, 'Tac AB', 'JAGERSHILLGATON 18 21375 MALMO SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17359, '0012c7', 0, 'Securay Tech LtdCo.', 'Tianjin Haitai Industrial Base ErWei Road Tianjin 300384 CN', 'CN', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17360, '0016a0', 0, 'Auto-Maskin', 'Sophie Radichs Vei 7 LILLESTROM Akershus 2003 NO', 'NO', 'MA-L', '2005-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17361, '001cad', 0, 'Wuhan Telecommunication Devices Co, Ltd', '88 Youkeyuan Road,Hongshan District Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17362, '0050c2eba', 0, 'West-Com Nurse Call Systems, Inc', '2200 Cordelia Road Fairfield CA 94534 US', 'US', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17363, 'ac3c0b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17364, '7c669d', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17365, '18c501', 0, 'Shenzhen Gongjin Electronics Co, LT', 'SONGGANG SHENZHEN GUANGDONG 518105 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17366, '0040e9', 0, 'Accord Systems, Inc', '572 VALLEY WAY MILPITAS CA 95035 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17367, '0050c252c', 0, 'Vitec Multimedia', '99, rue Pierre Semard CHATILLON 92324 FR', 'FR', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17368, 'ccdc55', 0, 'Dragonchip Ltd', 'Room 601-2, 6/F, IC Development Centre, No. 6 Science Park West Avenue, Hong Kong Science Park, Shatin, N.T. Hong Kong NA HK', 'HK', 'MA-L', '2018-12-10', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17369, '70b3d5404', 0, 'Ranix, Inc', '3F, Handock Bldg., 2645 Nambusunhwan-ro, Gangnam-gu, Seoul, Korea Seoul Gangnam-gu 135-859 KR', 'KR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17370, '907f61', 0, 'Chicony Electronics Co, Ltd', 'No.25, Wu-Gong 6th Rd., Wu Ku Industrial Park, New Taipei City, 248 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17371, 'a4db2e', 0, 'Kingspan Environmental Ltd', '180 Gilford Road Portadown Armagh BT63 5LF GB', 'GB', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17372, '8886c2', 0, 'Stabilo International GmbH', 'Schwanweg 1 Heroldsberg 90562 DE', 'DE', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17373, '70b3d5787', 0, 'Den Automation', 'Unit 6.05, Metropolitan Wharf London E1W 3SS GB', 'GB', 'MA-S', '2019-05-21', '2019-05-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17374, '00a015', 0, 'Wyle', '3000 BOWERS AVENUE SANTA CLARA CA 95051 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17375, '18421d', 1, 'Private', '', '', 'MA-L', '2012-05-01', '2012-05-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17376, '00244a', 0, 'Voyant International', '444 Castro St Mountain View CA 94041 US', 'US', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17377, '5ce0f6', 0, 'Nic.br- Nucleo de Informacao e Coordenacao do Ponto BR', 'Av. das Nacoes Unidas, 11541, 7o andar São Paulo SP 04578-000 BR', 'BR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17378, '70f8e7', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17379, '4818fa', 0, 'Nocsys', '1F, No. 63 Building, No. 421 Hong Cao Road, Xuhui District Shanghai Shanghai 200233 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17380, '981888', 0, 'Cisco Meraki', '500 Terry A. Francois Blvd San Francisco null 94158 US', 'US', 'MA-L', '2018-06-28', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17381, '000b3a', 0, 'QuStream Corp', '3305 Breckinridge Blvd. Duluth Georgia 30096 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17382, '0050c2675', 0, 'Kenton Research Ltd', 'Unit 19 Bourne Industrial Park Crayford Kent DA1 4BZ GB', 'GB', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17383, '00196b', 0, 'Danpex Corp', '2114 Ringwood Avenue San Jose California 95131 US', 'US', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17384, '002352', 0, 'Datasensor S.p.A.', 'Via Lavino, 265 Monte San Pietro (BO) 40050 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17385, 'a44f291', 0, 'Olssen B.V.', 'Schrank 9 Hardinxveld-Giessendam Zuid-Hollland 3371KJ NL', 'NL', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17386, '000ab2', 0, 'Fresnel Wireless Systems', '1333 Gateway Drive Melbourne FL 32901 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17387, '0050c2414', 0, 'Talleres de Escoriaza SA', 'Barrio Ventas, 35 Irun Gipuzkoa 20305 ES', 'ES', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17388, '849ca6', 0, 'Arcadyan Tech Corp', '4F, No. 9, Park Avenue II , Hsinchu 300 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17389, '00aefa', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17390, '1c7d22', 0, 'Fuji-Xerox Co Ltd', '6-1 Minatomirai, Nishi-ku Yokohama Kanagawa 220-8668 JP', 'JP', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17391, '000128', 0, 'EnjoyWeb, Inc', '3000 Scott Blvd. #107 Santa Clara CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17392, '001c9f', 0, 'Razorstream, Llc', '2381-C Renaissance Drive Las Vegas NV 89119 US', 'US', 'MA-L', '2007-05-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17393, '00215e', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17394, '0022d5', 0, 'Eaton Corp Electrical Group Data Center Solutions - Pulizzi', '3200 S. Susan St. Santa Ana CA 92704 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17395, 'f0acd7a', 0, 'Groupeer Tech', '17 avenue Georges 5 Paris Ile-de-France 75008 FR', 'FR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17396, '142475', 0, '4DReplay, Inc', '1286 Folsom Street San Francisco CA 94103 US', 'US', 'MA-L', '2019-07-17', '2019-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17397, '0013fd', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2005-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17398, '001df4', 0, 'Magellan Tech Pty Ltd', '65 Johnston Street Annandale NSW 2000 AU', 'AU', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17399, '0015d7', 0, 'Reti Corp', '6F,No 13, Lane 120, Sec 1, Neihu Rd., Taipei City 114 TW', 'TW', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17400, 'f88def', 0, 'Tenebraex', '27 Drydock Avenue Boston MA 02210 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17401, '00128c', 0, 'Woodward Governor', '1000 E. Drake Road Ft. Collins CO 80525 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17402, 'a44f29e', 0, 'Neotech Systems Pvt. Ltd', 'B-25, 2nd floor New Delhi Delhi 110049 IN', 'IN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17403, 'f4e3fb', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17404, '70b3d56b5', 0, 'Art Spa', 'VOC.PISCHIELLO, 20 PASSIGNANO SUL TRASIMENO PG 06065 IT', 'IT', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17405, '70f8e73', 0, 'Dr. Simon Consulting GmbH', 'Friedrichstr. 35 Göppingen 73033 DE', 'DE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17406, '0003dd', 0, 'Comark Interactive Solutions', '93 West St. Medfield MA 02052 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17407, '000f9b', 0, 'Ross Video Ltd', '8 John Street Iroquois Ontario K0E 1K0 CA', 'CA', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17408, 'a8b9b3', 0, 'Essys', 'Daerung Post Tower 5 15F Seoul Gasan-Dong, Geumchen-gu 153-702 KR', 'KR', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17409, '50fef2', 0, 'Sify Tech Ltd', 'II floor, TIDEL Park, chennai Tamilnadu 600113 IN', 'IN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17410, '0059dc', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17411, '6097dd', 0, 'MicroSys Electronics GmbH', 'Muehlweg 1 Sauerlach 82054 DE', 'DE', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17412, 'c82c2b8', 0, 'Verifone Systems (China),lnc.', '2nd Floor,No.39,Region C, Tongpan Road,Gulou District fuzhou fujian 350004 CN', 'CN', 'MA-M', '2019-02-04', '2019-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17413, '00179a', 0, 'D-Link Corp', 'No. 289, Sinhu 3rd Rd., Neihu District, Taipei 114 TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17414, '700514', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2011-07-09', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17415, 'e8039a', 0, 'Samsung Electronics Co, Ltd', '416, Maetan 3Dong, Yeongtong-Gu Suwon Geyonggi 443742 KR', 'KR', 'MA-L', '2011-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17416, '0050c26a4', 0, 'Teletask', 'Ottergemsesteenweg-Zuid 729 GENT Ooost-Vlaanderen 9000 BE', 'BE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17417, '0050c2dcd', 0, 'dilitronics GmbH', 'Felsbachstr. 5 Jena Thuringia 07745 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17418, 'a41194', 0, 'Lenovo', '1009 Think Place Morrisvilee NC 27560 US', 'US', 'MA-L', '2018-07-12', '2018-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17419, '001c3e', 0, 'ECKey Corp', '206A W James St Lancaster PA 17603 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17420, 'a87b39', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI', 'FI', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17421, '70b3d50e8', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17422, '603a7c', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17423, '0013a0', 0, 'Algosystem Co, Ltd', '656 kobirao mihara-cho sakai osaka 587-0021 JP', 'JP', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17424, 'd0608c', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17425, '0050c2996', 0, 'Commercial Timesharing Inc', '2740 Cory Ave. Akron OH 44314 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17426, '34d09b', 0, 'MobilMAX Tech Inc', '2F-5, No.28, Tai-Yuan St. Chupei City, Hsinchu Country 302 TW', 'TW', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17427, '0050c212e', 0, 'Runcom', '2 Hachoma St. 75655 Rishon Lezion IL', 'IL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17428, '0022e1', 0, 'Zort Labs, Llc', '44H Dover Point Road Dover NH 03820 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17429, 'ace010', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road, ChungHo New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17430, '70b3d57f9', 0, 'Communication Systems Solutions', '6030 S 58th ST, STE C Litcoln NE 68516 US', 'US', 'MA-S', '2017-08-14', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17431, '0050c2536', 0, 'C2 Diagnostics', 'Parc Euromedecine II MONTPELLIER Cedex5 Herault 34099 FR', 'FR', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17432, '38a851', 0, 'Moog, Ing', '3650 Woodhead Drive Northbrook IL 60062 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17433, '0050c2911', 0, 'Vapor Rail', '10655 Henri-Bourassa West Saint-Laurent Quebec H4S 1A1 CA', 'CA', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17434, '30a9de', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17435, '40d85507a', 0, '4embedded', '1679 N 850 W Orem UT 84057 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17436, 'a41163', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-11-26', '2016-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17437, '0050c2856', 0, 'CT Co', 'Nizhni Krasnoselsky st., 35. Moscow 140070 RU', 'RU', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17438, '28fbd3', 0, 'Ragentek Tech Group', 'D10/D11,No.3188, Xiupu Road, PuDong District, Shanghai Shanghai 201703 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17439, 'bc38d2', 0, 'Pandachip Ltd', 'Unit 210, 2/F (Lakeside 1), Building 15, No. 8 Science Park West Avenue Shatin, N.T. HK', 'HK', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17440, '70b3d5840', 0, 'xm', '50, Cheomdangwagi-ro 208beon-gil, Buk-gu, Gwangju, Korea Gwangju 61012 KR', 'KR', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17441, '0050c22c0', 0, 'Magellan Tech Pty Ltd', '65 Johnston Street Annandale NSW 2038 AU', 'AU', 'IAB', '2004-02-13', '2017-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17442, '0050c2335', 0, 'Nimcat Networks', '1135 Innovation Drive Ottawa Ontario K2K 3G7 CA', 'CA', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17443, '9c293f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17444, '788c4d', 0, 'Indyme Solutions, Llc', '8295 Aero Place Ste 260 San Diego CA 92123 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17445, '00e09d', 0, 'Sarnoff Corp', 'CN 5300 PRINCETON NJ 08543-5300 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17446, '000bcc', 0, 'Jusan, S.A.', 'Vivero, 5 MADRID 28040 ES', 'ES', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17447, '884157', 0, 'Shenzhen Atsmart Tech Co, Ltd', 'East 3F ,2 Building, Meijing Industry Park, Qiaoxiang Road, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17448, '98aafc2', 0, 'Shenzhen UniStrong Science & Tech Co, Ltd', 'B,4-4Factory,Zhengcheng Road, Fuyong Baoan District, Shenzhen 518103 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17449, '00dd07', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17450, '18d6cf', 0, 'Kurth Electronic GmbH', 'Mühleweg 11 Eningen 72800 DE', 'DE', 'MA-L', '2013-03-28', '2018-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17451, '34e1d1c', 0, 'Crew by True Rowing, Inc', '14 Arrow St, Floor 4 Cambridge MA 02138 US', 'US', 'MA-M', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17452, '00062e', 0, 'Aristos Logic Corp', '27051 Towne Centre Dr. Foothill Ranch CA 92610 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17453, '48a0f8', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17454, '4cd637', 0, 'Qsono Electronics Co, Ltd', '2nd Floor,Dingxin Industry park,jiayuan Road,East Lake Development Zone Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17455, '549a110', 0, 'Shenzhen Excera Tech Co, Ltd', '4Th floor,Block A,,JunXiangDA Building,No.9 ZhongShan Park Road ShenZhen Guangdong 518052 CN', 'CN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17456, '60182e', 0, 'ShenZhen Protruly Electronic Ltd Co', 'ShenNan Road 1004 Shen Zhen GuangDong 518000 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17457, '002210', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17458, '0050c28fe', 0, 'Cross Country Systems AB', 'Box 83 Alfta 822 22 SE', 'SE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17459, '303926', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2012-03-01', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17460, '70b3d59d5', 0, 'Southern Tier Tech', '307 CHAUMONT DR ENDWELL NY 13760-5831 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17461, 'c09bf4d', 0, 'The Professional Monitor Co Ltd', 'Holme Court A1 Biggleswade Bedfordshire SG189ST GB', 'GB', 'MA-M', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17462, '0003d4', 0, 'Alloptic, Inc', '6960 Koll Center Parkway Pleasanton CA 94566 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17463, '001938', 0, 'Umb Communications Co, Ltd', '1010, 5, ACE Techno Tower, 197-22, Guro-dong, Guro-gu Seoul 151-766 KR', 'KR', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17464, '0050c2a3e', 0, 'Duevi Snc DI Mora E Santese', 'Via Gioberti 7 Piossasco Torino 10045 IT', 'IT', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17465, '4c022e', 0, 'Cmr Korea Co, Ltd', '6F, J-Tower, 24-5 Bangi-dong, Songpa-Gu Seoul 138-050 KR', 'KR', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17466, '9caed3', 0, 'Seiko Epson Corp', '80 Harashinden Shiojiri-shi Nagano-ken 399-0785 JP', 'JP', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17467, '7c477c3', 0, 'EyeLock Llc', '355 Lexington Ave., 12th Floor New York NY 10017 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17468, '08cca7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17469, '001088', 0, 'American Networks Inc', '6800 ORANGETHORPE AVE. #A BUENA PARK CA 90620 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17470, '00b019', 0, 'Utc Ccs', '791 Commerce Blvd Boca Raton FL 33497 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17471, '58f39c', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17472, 'c8c750', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2019-11-19', '2019-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17473, '2c9127', 0, 'Eintechno Corp', '3359-1, kako, Inami-cho kako-gun hyogo 675-1105 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17474, '284ed7', 0, 'OutSmart Power Systems, Inc', '11 Mercer Rd Natick 23 01760', '', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17475, '40d85505c', 0, 'Rosslare Enterprises Ltd', 'Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK', 'HK', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17476, 'f4f26d', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17477, '0050c29a2', 0, 'SAMsystems GmbH', 'Bannwaldallee 46 Karlsruhe 76139 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17478, '0050c2cc5', 0, 'Tecnovum AG', 'Nobelring 26 Frankfurt Main Hessen 60598 DE', 'DE', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17479, '0050c2743', 0, 'Elektro-Top 3000 Ltd', 'Bartók Béla út 75. Budapest 1114 HU', 'HU', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17480, '0050c2a63', 0, 'Ems Industries', 'PO Box 38822 Pretoria Gauteng 0043 ZA', 'ZA', 'IAB', '2009-02-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17481, '7419f8a', 0, 'Tanjarine', '188 S Whisman Rd, Bldg A Mountain View CA 94041 US', 'US', 'MA-M', '2014-01-20', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17482, '0050c206a', 0, 'Unimark', '9910 Widner Road Lenexa KS 66215 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17483, '0050c26f9', 0, 'Revox GmbH', 'Am Krebsgraben 15 VS-Villingen Baden-Württemberg 78048 DE', 'DE', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17484, '001bc5034', 0, 'InterCEL Pty Ltd', '33 Glenvale Crescent Mulgrave Victoria 3170 AU', 'AU', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17485, '0050c2e42', 0, 'Wings for Media SL', 'C/Rosari 47 4º 1ª Barcelona 08017 ES', 'ES', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17486, '88a9a71', 0, 'Solaredge Ltd', 'Hamada 1 Herzelia 4673335 IL', 'IL', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17487, '00029d', 0, 'Merix Corp', 'Jin-Su Building, 49-16 Seoul Seoul KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17488, '000c34', 0, 'Vixen Co, Ltd', '5-17-3 Higashitokorozawa Tokorozawa Saitama 359-0021 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17489, 'f01c2d', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2014-08-20', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17490, '900cb4', 0, 'Alinket Electronic Tech Co, Ltd', '412 Guilin Rd. 3F, Xuhui District Shanghai Shanghai 201235 CN', 'CN', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17491, '000e5b', 0, 'ParkerVision - Direct2Data', '9432 Baymeadows Way Jacksonville FL 32246 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17492, '001167', 0, 'Integrated System Solution Corp', '3F, No. 2-1, industry East Rd., I Hsinchu 300 TW', 'TW', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17493, '0024f9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17494, '0050c2cfa', 0, 'Grupo Epelsa S.L.', 'C/ Albasanz, 6 y 8 Madrid 28037 ES', 'ES', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17495, '000583', 0, 'ImageCom Ltd', 'Cedars Park, Cedars Road, SL6 1RZ GB', 'GB', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17496, '00141f', 0, 'SunKwang Electronics Co, Ltd', '#365(Techno-park, 301 dong, 901 ho,) Samjung-dong, Ohjung-ku, Bucheon-shi Kyunggi-do 421-809 KR', 'KR', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17497, '001685', 0, 'Elisa Oyj', 'Elektroniikkatie 4 90570 Oulu FI', 'FI', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17498, '0026f5', 0, 'Xrplus Inc', '#805 Ace Techno Tower 2nd 197-17 Seoul 152-766 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17499, '70b3d585e', 0, 'Xlogic srl', 'Via A. Grandi 23 Cinisello Balsamo 20092 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17500, '00c09a', 0, 'Photonics Corp', '2940 NORTH FIRST STREET SAN JOSE CA 95123-2021 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17501, '000a57', 0, 'Hewlett Packard', '10955 Tantau Avenue Cupertino CA 95014 US', 'US', 'MA-L', '2002-10-14', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17502, '0050c2635', 0, 'Shockfish SA', 'Parc Scientifique Lausanne VD 1015 CH', 'CH', 'IAB', '2006-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17503, '001f49', 0, 'Manhattan TV Ltd', '3 Phoenix Park, London NW2 7LN GB', 'GB', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17504, '70886b5', 0, 'Chengdu Ophylink Communication Tech Ltd', '3F,Bldg3,No.333,Yunhua Road,Hig-tech Zone Chengdu Sichuan 610041 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17505, '34e1d1e', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17506, '000595', 0, 'Alesis Corp', '1633 26th Street Santa Monica CA 90404 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17507, '0013c8', 0, 'Adb Broadband Italia', 'VIALE SARCA 222 MILANO 20126 IT', 'IT', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17508, '0050c2831', 0, 'St Jude Medical, Inc', 'One St Jude Medical Dr St Paul MN 55117 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17509, '142d8b', 0, 'Incipio Tech, Inc', '6001 Oak Canyon Irvine CA 92618 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17510, 'c4ffbc0', 0, 'Danego BV', 'Protonenlaan 24 Uden NB 5405 NE NL', 'NL', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17511, '000d7f', 0, 'Midas Communication Tech Pte Ltd ( Foreign Branch)', '04-12, Phase Z.Ro Technoprenuer Park Singapore 139 347 SG', 'SG', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17512, '001d76', 0, 'Eyeheight Ltd', 'Unit 34, Park House Watford Herts WD18 8PH GB', 'GB', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17513, 'ccc62b', 0, 'Tri-Systems Corp', '3-27-8 TRS Building 3F Hachioji Tokyo 192-0904 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17514, '34a5e1', 0, 'Sensorist ApS', 'Nyhavn 16 Copenhagen K Sjaelland 1051 DK', 'DK', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17515, '70b3d500a', 0, 'Fujicom Co, Ltd', '8-10-17-403, HON-chou KOUNOSU-shi SAITAMA-ken 3650038 JP', 'JP', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17516, '082cb6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17517, '001344', 0, 'Fargo Electronics Inc', '6533 Flying Cloud Drive Eden Prairie MN 55344 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17518, 'a0aafd', 0, 'EraThink Tech Corp', '289 Bisheng Road Building 4,Floor 4 Shanghai 201204 CN', 'CN', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17519, '0050c21cd', 0, 'Incaa Informatica Italia srl', 'Via dei Castagni, 84/2 MALGESSO VARESE 21023 IT', 'IT', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17520, '001b70', 0, 'Iri Ubiteq, Inc', 'Shinjuku-Nomura Bldg. 47F, Shinjuku-ku Tokyo 163-0547 JP', 'JP', 'MA-L', '2007-02-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17521, 'fc7ce7', 0, 'Fci Usa Llc', '825 Old Trail Road Etters PA 17319 US', 'US', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17522, '385fc3', 0, 'Yu Jeong System, CoLtd', '#503, Dong il B/D, 826, Guro-3dong, Seoul 152-879 KR', 'KR', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17523, '70b3d563a', 0, 'Dave Srl', 'VIA TALPONEDO 29/A PORCIA PORDENONE 330850 IT', 'IT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17524, '70b3d5ea4', 0, 'Grupo Epelsa S.L.', 'C/ Punto Net,3 Alcala de Henares Madrid 28805 ES', 'ES', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17525, '0030f9', 0, 'Sollae Systems Co, Ltd', '607 Incheo IT Tower Nam-gu Incheon KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17526, '004036', 0, 'Zoom Telephonics, Inc', '207 South St Boston MA 02111 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17527, '1c3a60', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-02-14', '2019-02-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17528, '001cf7', 0, 'AudioScience', '729 west 16th st Costa Mesa California 92627 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17529, '1c1d67', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17530, '34008ae', 0, 'Shenzhen Wxl Electronics Co, Ltd', 'Internet Industry Base,Baoyuan Road,Bao\'an District Shenzhen 518100 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17531, '7c50da', 1, 'Private', '', '', 'MA-L', '2019-02-14', '2019-02-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17532, '00c083', 0, 'Trace Mountain Products, Inc', '1040 EAST BROKAW ROAD SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17533, '001389', 0, 'Redes de Telefonía Móvil S.A.', 'C/Puerto de la Morcuera 14 B4 Leganés Madrid 28918 ES', 'ES', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17534, '1cfd08c', 0, 'Shanghai YottaTech Co Ltd (上海尧它科技有限公司)', '399 keyuan Rd, Pudong New District Shanghai 201203 CN', 'CN', 'MA-M', '2018-07-20', '2018-07-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17535, '5cb6cc', 0, 'NovaComm Tech Inc', '902A, #560 Shengxia Rd., ZJ Inno Park Shanghai 201203 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17536, '746f19', 0, 'Icarvisions (Shenzhen) Tech Co, Ltd', '6F-1 ,Block D,Building 2#, Hongwan XinCun Ming JinHai Industry Area, Gushu Community, Xixiang Street, BaoAn District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17537, 'a0dd97', 0, 'PolarLink Tech, Ltd', '6FL 352, Zhonghua 1st Rd. Kaohsiung 804 Taiwan Kaohsiung Taiwan 804 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17538, '247656', 0, 'Shanghai Net Miles Fiber Optics Tech Co, Ltd', 'Flat F, 17th Floor, Southern International Mansion Shanghai Shanghai 201401 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17539, 'fc0a81', 0, 'Extreme Networks, Inc', '475 Half Day Road Lincolnshire IL 60069 US', 'US', 'MA-L', '2011-11-26', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17540, '2047da', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17541, '70b3d54cb', 0, 'CamNtech Ltd', 'Upper Pendrill Ct, Ermine St N, Papworth Everard Cambridge Cambridgeshire CB23 3UY GB', 'GB', 'MA-S', '2019-10-12', '2019-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17542, 'e4e112', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17543, '000c3b', 0, 'Orion Electric Co, Ltd', '41-1, Iehisa-cho Takefu-shi Fukui 915-8555 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17544, 'a0a763', 0, 'Polytron Vertrieb GmbH', 'Langwiesenweg 64-71 Bad Wildbad Baden-Württemberg 75323 DE', 'DE', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17545, '0026fc', 0, 'AcSiP Tech Corp', '3F., No.22, Dalin Rd., Taoyuan City, Taoyuan County 330 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17546, '0050c2f43', 0, 'Special Systems Engineering Center Llc', '33 VARSHAVSKOE SHOSSE Moscow 117105 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17547, '40d8550a4', 0, 'Resch Electronic Innovation GmbH', 'Neustadter Ring 5 Wernigerode Sachsen-Anhalt 38855 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17548, 'a0bf50', 0, 'S.C. Add-Production S.R.L.', '36, Dragomirna str. Chisinau MD-2008 MD', 'MD', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17549, '70b3d54b0', 0, 'Tecogen Inc', '45 First Avenue Waltham MA 02451 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17550, '288088', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17551, '00a011', 0, 'Mutoh Industries Ltd', '253 KANAGAWA-KEN, JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17552, '0014ca', 0, 'Key Radio Systems Ltd', 'Venus House Aldermaston Berkshire RG7 8DA GB', 'GB', 'MA-L', '2005-06-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17553, '40d85502f', 0, 'Advatek Lighting Pty Ltd', '16 / 62 Ramset Drive Chirnside Park VIC 3116 AU', 'AU', 'IAB', '2012-11-04', '2016-02-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17554, '001bc508b', 0, 'Nistica', '745 Route 202-206 Bridgewater NJ 08807 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17555, '70b3d53e9', 0, 'Apollo Giken Co, Ltd', '2-6-25 CHIGASAKIMINAMI TSUZUKI-KU Yokohama Kanagawa 2240037 JP', 'JP', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17556, '70b3d57fb', 0, 'db Broadcast Products Ltd', 'Kestrel House Sedgeway Business Park Witchford Ely Cambridgeshire CB6 2HY GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17557, '00a080', 0, 'Tattile Srl', '4000 Executive Parkway San Ramon CA 94583 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17558, '0012e4', 0, 'Ziehl industrie-electronik GmbH + Co KG', 'Daimlerstraße 13 Schwaebisch Hall 74523 DE', 'DE', 'MA-L', '2004-11-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17559, '001bb0', 0, 'Bharat Electronics Ltd', 'JALAHALLI POST BANGALORE KARNATAKA 560013 IN', 'IN', 'MA-L', '2007-04-09', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17560, '0050c2ff1', 0, 'DiTEST Fahrzeugdiagnose GmbH', 'ALTE POSTSTRASSE 152 GRAZ STEIERMARK 8020 AT', 'AT', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17561, '000db8', 0, 'Schiller AG', 'Altgasse 68 Baar Zug 6300 CH', 'CH', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17562, '0012bb', 0, 'Telecommunications Industry Association TR-41 Committee', '2500 Wilson Blvd., Suite 300 Arlington VA 22201 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17563, '0050c2939', 0, 'Mosaic Dynamic Solutions', '1259 Route 113 Suite 203 Perkasie PA 18917 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17564, '94c4e9', 0, 'PowerLayer Microsystems HongKong Ltd', '23 Zhichun Rd,Liangziyinzuo Rm1009 Beijing 100083 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17565, '0050c2c68', 0, 'Broadsoft PacketSmart, Inc', '10080 N Wolfe Rd, SW 3-300 Cupertino CA 95014 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17566, '001bc500f', 0, 'Simavita Pty Ltd', '492 St Kilda Road Melbourne Victoria 3004 AU', 'AU', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17567, '0002c7', 0, 'Alps Electric Co, Ltd', '1-2-1, Okinouchi, Sama-City, Sama 00000 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17568, '0007ad', 0, 'Pentacon GmbH Foto-und Feinwerktechnik', 'Enderstrabe 94 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17569, '38b19e1', 0, 'Freedompro Srl', 'Via Frova, 34 Cinisello Balsamo 20092 IT', 'IT', 'MA-M', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17570, '7057bf', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-12-19', '2018-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17571, '908f93', 0, 'MakerBot Industries', 'One MetroTech Center 21st Floor Brooklyn NY 11201 UNITED STATES US', 'US', 'MA-L', '2013-09-12', '2013-09-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17572, 'd8c497', 0, 'Quanta Computer Inc', 'No. 211, Wen-Hwa 2nd Rd.,Kuei-Shan Dist. Taoyuan City Taiwan 33377 TW', 'TW', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17573, '704f57', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17574, '00190e', 0, 'Atech Tech Co, Ltd', '4 Fl., No. 103, Sec 2, Jiuzong Rd. Taipei 114 TW', 'TW', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17575, '40d8550b3', 0, 'T.W.S. srl', 'Viale Zaccagna 6 Carrara MS 54033 IT', 'IT', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17576, '0050c2e96', 0, 'Proyecson S.A.', 'RONDA GUGLIELMO MARCONI Nº4 PATERNA VALENCIA 46980 ES', 'ES', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17577, 'fc1910', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17578, '000cdd', 0, 'Aos Tech AG', 'Taefernstrasse 20 Baden - Daettwil AG CH-5405 CH', 'CH', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17579, 'f43e61', 0, 'Shenzhen Gongjin Electronics Co, LT', '2F Baiying Building Shenzhen Guangdong 518067 CN', 'CN', 'MA-L', '2010-11-24', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17580, '0050c2a5f', 0, 'Alga Microwave Inc', '2109 St Regis Dollard-des-Ormeaux QC H9B 2M9 CA', 'CA', 'IAB', '2009-02-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17581, '0050c2d51', 0, 'Bettini Srl', 'VIA CESARE BATTISTI 22 CESANO MADERNO MILAN 20031 IT', 'IT', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17582, 'a4c7de', 0, 'Cambridge Industries(Group) Co, Ltd', '22 Floor,Qilai Tower;889 Yishan Road Shanghai 200233 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17583, 'f0321a', 0, 'Mita-Teknik A/S', 'Aktieselskabet af 12.12.2006 Roedkaersbro 8840 DK', 'DK', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17584, '70b3d5028', 0, 'AT-Automation Tech GmbH', 'Hermann-Boessow-Str. 6-8 Bad Oldesloe D-23843 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17585, '70b3d5ab4', 0, 'Sys Tec electronic GmbH', 'Am Windrad 2 Heinsdorfergrund D-08468 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17586, '006096', 0, 'T.S. Microtech Inc', '20818 HIGGINS COURT TORRANCE CA 90501 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17587, '001bc6', 0, 'Strato Rechenzentrum AG', 'Pascalstrasse 10 D-10587 Berlin DE', 'DE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17588, '6cf712', 0, 'Nokia', 'Karaportti 3 Espoo Finland 02610 FI', 'FI', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17589, '38d7ca', 0, '7hugs Labs', '29 bd Romain Rolland Montrouge 92120 FR', 'FR', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17590, '201bc9', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17591, '40d85510b', 0, 'So-Cool Corp', '1F., No.130, Shipin Rd., East Dist. Hsinchu City Taiwan 30062 TW', 'TW', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17592, '486e73', 0, 'Pica8, Inc', '1032 Elwell Court, Suite 105 Palo Alto CA 94303 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17593, '94df4e', 0, 'Wistron InfoComm(Kunshan)Co, Ltd', '168# First Avence,Kunshan Export Processing Zone ,China Kunsha JiangSu 215300 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17594, '2c6a6f0', 0, 'Shanghai Shuncom Electronic Tech Co, Ltd', '8/F,No.4 building,No.3000 Longdong Ave,, shanghai shanghai 201203 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17595, 'f0224e', 0, 'Esan electronic Co', 'D&I Building 2nd floor Gun-Po Kyunggido 435-862 KR', 'KR', 'MA-L', '2015-04-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17596, '008043', 0, 'Networld, Inc', 'KANDA 3 AMEREX BLDG. JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17597, '000dd1', 0, 'Stryker Corp', '4100 E Milham Kalamazoo MI 49001 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17598, '0005ea', 0, 'Rednix', '502, Dong-A Resort Officetel Taejon 305-709 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17599, '3817c3', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-08-12', '2017-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17600, '004058', 0, 'Kronos, Inc', '400 FIFTH AVENUE WALTHAM MA 02154 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17601, '00c049', 0, 'U.S. Robotics, Inc', '8100 NORTH MCCORMICK BLVD. SKOKIE IL 60076-2999 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17602, 'fc1bff', 0, 'V-Zug AG', 'Industriestrasse 66 Zug 6301 CH', 'CH', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17603, 'c4a81d', 0, 'D-Link International', '1 Internal Business Park, #03-12, SINGAPORE Singapore 609917 SG', 'SG', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17604, '70b3d50ac', 0, 'RoboCore Tecnologia', 'Estrada das Lagrimas 1986 sala 22 Sao Caetano do Sul SP 09580500 BR', 'BR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17605, '484c86', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17606, '0023e6', 0, 'Innovation Farm, Inc', '47-8, Hasunuma-cho Itabashi-ku Tokyo 174-8580 JP', 'JP', 'MA-L', '2008-10-25', '2019-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17607, 'bc926b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17608, 'c863143', 0, 'TrackMan', 'Stubbeled 2 Vedbaek 2950 DK', 'DK', 'MA-M', '2019-01-16', '2019-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17609, '0050c2219', 0, 'Aeroflex GmbH', 'Gutenbergstrasse 2-4 Ismaning Bavaria 85737 DE', 'DE', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17610, 'd8337f', 0, 'Office FA.com Co, Ltd', '293-21 Oyama-shi Tochigi 329-0216 JP', 'JP', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17611, 'f0b014', 0, 'Avm Audiovisuelles Marketing und Computersysteme GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17612, '9cf6dd5', 0, 'b8ta Inc', '164 Townsend St San Francisco CA 94107 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17613, '70b3d5e78', 0, 'Camwell India Llp', 'Plot no 72/11/2, Ground Floor Mundka DELHI 110041 IN', 'IN', 'MA-S', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17614, '0010ed', 0, 'Sundance Tech, Inc', '20111 STEVENS CREEK BLVD. CUPERTINO CA 95014 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17615, '089758', 0, 'Shenzhen Strong Rising Electronics Co, Ltd DongGuan Subsidiary', 'QingPing Road 2,Qinghutou village DongGuan GuangDong 523711 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17616, '0014a4', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2005-05-22', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17617, '001a06', 0, 'OpVista, Inc', '870 North McCarthy Blvd. Milpitas California 95035 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17618, '00230a', 0, 'Arburg GmbH & Co KG', 'Arthur Hehl Straße Lossburg D-72290 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17619, '002452', 0, 'Silicon Software GmbH', 'Steubenstrasse 46 Mannheim Baden-Wuerttemberg 68163 DE', 'DE', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17620, '0050c2d82', 0, 'Audio Authority Corp', '2048 Mercer Road Lexington Kentucky 40514 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17621, '50fc9f', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17622, '009020', 0, 'Philips Analytical X-Ray B.V.', 'LELYWEG 1 7602 EA ALMELO NL', 'NL', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17623, '000f62', 0, 'Alcatel Bell Space N.V.', 'Berkenrodelei 33 Hoboken Antwerpen B-2660 BE', 'BE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17624, '401920', 0, 'Movon Corp', '3Fl, Hyunjuk Bldg. 7 selleung-ro, 94gil, Gangnam-gu Seoul 06161 KR', 'KR', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17625, '0050c222d', 0, 'asetek Inc', 'Saltumvej 27 Broenderslev 9700 DK', 'DK', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17626, '001f7e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-01-14', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17627, '002309', 0, 'Janam Tech Llc', '100 Crossways Park West Woodbury NY 11797 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17628, '002467', 0, 'Aoc International (Europe) GmbH', 'Lahnstrasse 86A Berlin 12055 DE', 'DE', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17629, '5ce30e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17630, 'fc9bc6', 0, 'Sumavision Tech Co, Ltd', '6F, Block A2, Power Creative Building,No.1 Shangdi East Road, Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17631, '00302a', 0, 'Southern Information', 'SYSTEM, INC. HSINCHU TAIWAN, R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17632, '00055f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17633, '0ccb85', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17634, '08fae0', 0, 'Fohhn Audio AG', 'Hohes Gestade 3-7 Nuertingen BW 72622 DE', 'DE', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17635, '98f9c72', 0, 'Pozyx NV', 'Vrijdagmarkt 10/201 Gent Oost-Vlaanderen 9000 BE', 'BE', 'MA-M', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17636, '6073bc', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17637, '301389', 0, 'Siemens AG, Automations & Drives,', 'Systems Engineering Fürth Deutschlang 90766 DE', 'DE', 'MA-L', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17638, '2c58e8', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17639, '70b3d5535', 0, 'Sita Messtechnik GmbH', 'Gostritzer Str. 63 Dresden 01217 DE', 'DE', 'MA-S', '2019-01-10', '2019-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17640, '0cc731', 0, 'Currant, Inc', '927 Industrial Ave Palo Alto CA 94303 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17641, '204e71', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-12-03', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17642, 'a89008', 0, 'Beijing Yuecheng Tech Co Ltd', 'Room 1601, Floor 16 Beijing Beijing 100000 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17643, '50f0d3', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17644, '98aafcd', 0, 'Mcs Micronic Computer Systeme GmbH', 'Geneststr. 5 Berlin 10829 DE', 'DE', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17645, 'f490cb4', 0, 'OmniNet', '6410 Del Rio Rd Charlotte NC 28277 US', 'US', 'MA-M', '2020-01-31', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17646, '0050c267c', 0, 'Gogo BA', '1172 Century Drive Louisville 80027 US', 'US', 'IAB', '2007-01-06', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17647, '0050c286b', 0, 'Omb Sistemas Electronicos S.A.', 'Avd San Antonio Cuarte de Huerva Zaragoza 50410 ES', 'ES', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17648, '001cb9', 0, 'Kwang Sung Electronics Co, Ltd', '201, WORLD VENTURE TOWN 60-24, GASAN-DONG GEUMCHUN-GU, SEOUL 153-801 KR', 'KR', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17649, 'e84dd0', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17650, 'f80f6f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-08-21', '2018-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17651, '004054', 0, 'Connection Machines Services', '12 HENSHAW STREET WOBURN MA 01801-466664 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17652, '000024', 0, 'Connect AS', 'HOERKAER 7-9 DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17653, '000714', 0, 'Brightcom', '6 Hanechoshet St., IL', 'IL', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17654, '34049e2', 0, 'Efd Induction', 'Boleveien 10 skien 3724 NO', 'NO', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17655, '745f90', 0, 'Lam Tech', 'Viale Ludovico Ariosto, 492/D Sesto Fiorentino FIRENZE 50019 IT', 'IT', 'MA-L', '2018-07-30', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17656, '00e047', 0, 'InFocus Corp', '27500 SW Parkway Avenue Wilsonville OR 97070-8238 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17657, '0005a1', 0, 'Zenocom', 'No.402, 4th floor, Wongok Bldg. Seoul KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17658, '44dc91', 0, 'Planex Communications Inc', '2F F-NISSAY Ebisu Bldg 3-16-3 Higashi, Shibuya-ku Tokyo 150-0011 JP', 'JP', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17659, '2cb43a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-03-10', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17660, '80ad67', 0, 'Kasda Networks Inc', 'B-31 Building, Tanglang Industry Zone, Xili, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17661, '70b3d5127', 0, 'Vitec', '99, rue Pierre Semard CHATILLON 92320 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17662, '0cae7d', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17663, '00d02a', 0, 'Voxent Systems Ltd', 'Unit 2, Rowan House Chippenham Wiltshire SN14 0SQ GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17664, '0050c2ce7', 0, 'Echola Systems', '1971 Wayne Cir San Jose CA 95131 US', 'US', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17665, '0050c21d3', 0, 'Synopsys', 'Le Symphonie Sud Montpellier 34000 FR', 'FR', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17666, '0050c2b32', 0, 'Byres Security Inc', '#5-7217 Lantzville Road Lantzville BC V0R 2H0 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17667, '184b0d', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17668, '745bc5', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-12-06', '2018-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17669, '0013df', 0, 'Ryvor Corp', '15145 Red Hill Ave. Tustin CA 92780 US', 'US', 'MA-L', '2005-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17670, '0016d1', 0, 'Zat a.s.', 'K Podlesi 541 Pribram VI 26180 CZ', 'CZ', 'MA-L', '2005-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17671, '0050c283a', 0, 'Syr-Tec Engineering & Marketing', '13 Hayahalom St. Holon Tel-Aviv 58678 IL', 'IL', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17672, '0050c2b5e', 0, 'Palgiken Co, Ltd', '2217-2 Hayashicho Takamatsu Kagawa 761-0301 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17673, 'c0143d', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2012-01-18', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17674, '001bc5099', 0, 'Uab Kitron', 'Taikos 151 Kaunas Lithuania LT-52119 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17675, '1432d1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17676, '70b3d59b3', 0, 'K&J Schmittschneider AG', 'Wiesholzstrasse 452 Ramsen Schaffhausen 8262 CH', 'CH', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17677, '002088', 0, 'Global Village Communication', '1144 EAST ARQUES AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17678, '001dcf', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-09-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17679, '244427', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17680, '0030d3', 0, 'Agilent Tech, Inc', '1501 Page Mill Road Palo Alto CA 94304-1126 US', 'US', 'MA-L', '2000-11-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17681, '04d437', 0, 'Znv', '4/F, W1-A, Bldg, Gaoxin S, 1st Ave., Hi-tech Park, Nanshan District, Shenzhen, P.R.C Shenzhen Guangdong 518057 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17682, '0002f9', 0, 'Mimos Berhad', 'Technology Park Malaysia Kuala Lumpur 57000 MY', 'MY', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17683, '0050c260e', 0, 'Automation and Control Tech, Inc', '6141 Avery Rd Dublin OH 43016 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17684, 'ec3091', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17685, '14e4ec', 0, 'mLogic Llc', '8440 Warner Drive Culver City CA 90232 US', 'US', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17686, 'acc2ec', 0, 'Clt Int\'L Ind. Corp', '11F-2, NO.1, ZHANQIAN MIAOLI 36043 TW', 'TW', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17687, 'bcbc46', 0, 'Sks Welding Systems GmbH', 'Marie-Curie-Str. 14 Kaiserslautern Rheinlandpfalz 67661 DE', 'DE', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17688, 'd455be', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17689, 'a48cc0', 0, 'Jlg Industries, Inc', '13224 Fountainhead Plaza Hagerstown MD 21742 US', 'US', 'MA-L', '2018-08-22', '2018-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17690, '00900a', 0, 'Proton Electronic Industrial Co, Ltd', 'PANCHIAO, Taipei County TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17691, '009034', 0, 'Imagic, Inc', '235 West Road #7 Portsmouth NH 03801 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17692, '70b3d550d', 0, 'CT Co', 'Godovikova , 9, Moscow Moscow RUSSIA 129085 RU', 'RU', 'MA-S', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17693, '845787', 0, 'Dvr C&C Co, Ltd', '7F 720 Namkwang Centlex Bldg, Cheongcheon-dong, Bupyeong-gu Incheon 403-030 KR', 'KR', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17694, 'b8ae6e', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2013-03-10', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17695, 'cc3c3f', 0, 'SA.S.S. Datentechnik AG', 'Talhofstr. 32 Gilching Bayern 82205 DE', 'DE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17696, '70b3d53ad', 0, 'CT Co', 'Godovikova , 9, Moscow Moscow RUSSIA 129085 RU', 'RU', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17697, '748b34', 0, 'Shanghai Smart System Tech Co, Ltd', 'Room 902C-1, 560 Shengxia Road, Zhangjiang Hi-Tech Park, Shanghai 201203, China Shanghai Shanghai 201210 CN', 'CN', 'MA-L', '2019-08-08', '2019-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17698, '70b3d5282', 0, 'Sambo Hitech', '469,Seokjung-ro,Namdong-Gu Incheon 21501 KR', 'KR', 'MA-S', '2019-12-07', '2019-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17699, '0050c260b', 0, 'Shanghai QianJin Electronic Equipment Co Ltd', '7028 Rockrose Ter Carlsbad CA 92011 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17700, '0c2755', 0, 'Valuable Techologies Ltd', '602, Centre Point, J.B.Nagar, Mumbai Maharashtra 400059 IN', 'IN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17701, '602a54', 0, 'CardioTek B.V.', 'Amerikalaan 70 Maastricht Airport Limburg 6199AE NL', 'NL', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17702, '648125', 0, 'Alphatron Marine BV', 'Schaardijk 23 Rotterdam Zuid-Holland 3063NH NL', 'NL', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17703, '0050c2e4e', 0, 'Institute For Information Industry', '7F., No.133, Sec. 4, Minsheng E. Rd. Taipei City TW', 'TW', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17704, '7cbfb1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2012-05-01', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17705, '7847e3', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'NO.198 FIRST SECTION,SNOW MOUNTAIN AVENUE, JINYUAN TOWN, DAYI COUNTY, CHENGDU SICHUAN 611330 CN', 'CN', 'MA-L', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17706, 'f4afe7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17707, '000897', 0, 'Quake Tech', '2880 Zanker Road San Jose CA 95134 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17708, '001f93', 0, 'Xiotech Corp', '6455 Flying Cloud Drive Eden Prairie MN 55344 US', 'US', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17709, '9424b8', 0, 'Gree Electric Appliances, Inc OF Zhuhai', 'Jinji West Road, Qianshan, Zhuhai Guangdong 519070 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17710, '70b3d5aa1', 0, 'Shenzhen Weema TV Tech Co, Ltd', '4/F,Building two,YuChang Industrial Park,No.28,Guangda Road,Henggang Street,Longgang,Shenzhen. shenzhen 518000 CN', 'CN', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17711, '40d85504d', 0, 'Machineperformance ApS', 'Firskovej 23,1 Kgs. Lyngby Denmark DK-2800 DK', 'DK', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17712, 'cca260', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17713, '000634', 0, 'Gte Airfone Inc', '2809 Butterfield Oakbrook IL 60522 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17714, '70b3d5f5b', 0, 'A.F.Mensah, Inc', '252 NASSAU ST, 2ND FLOOR PRINCETON NJ 08542 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17715, '0010d2', 0, 'Nitto Tsushinki Co, Ltd', '7-27-11, TODOROKI, SETAGAYA-KU TOKYO 151 JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17716, '00d0bd', 0, 'Lattice Semiconductor Corp (Lpa)', '2115 O’Nel Drive San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17717, '801609', 0, 'Sleep Number', '1001 Third Avenue South Minneapolis MN 55404 US', 'US', 'MA-L', '2019-08-29', '2019-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17718, '001214', 0, 'Koenig & Bauer AG', 'Friedrich-Koenig-Str. 4 Wuerzburg Bavaria 97080 DE', 'DE', 'MA-L', '2004-08-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17719, 'a8e3ee', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2010-01-05', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17720, '00509d', 0, 'The Industree B.V.', 'P.O. BOX 462 THE NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17721, '0050c2b58', 0, 'Real D', '5335 Sterling Drive Boulder CO 80301 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17722, '70b3d59b6', 0, 'Intercomp S.p.A.', 'Via della Scienza, 27 Verona 37139 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17723, 'a8346a', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17724, '00e070', 0, 'DH Tech', '3003 ROLLIE GATES DRIVE PASO ROBLES CA 93446 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17725, '0002d4', 0, 'Pda Peripherals, Inc', '205 Orange St. New Haven CT 06510 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17726, 'a4b52e', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17727, '002523', 0, 'Ocp Inc', '18495 S Dixie Hwy PMB 107 Miami Florida 33157 US', 'US', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17728, '34996f', 0, 'Vpi Engineering', '11814 S. Election Rd., Suite 200 Draper UT 84020 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17729, '980ca5', 0, 'Motorola (Wuhan) Mobility Tech Communication Co, Ltd', 'No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN', 'CN', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17730, '70b3d5266', 0, 'Spectra Displays Ltd', 'Unit 25 Lancaster Way Business Park Ely Cambridgeshire CB6 3NW GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17731, '70b3d5125', 0, 'Securolytics, Inc', '2002 Summit Boulevard, Suite 300 Atlanta GA 30319 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17732, '70b3d5a73', 0, 'MobiPromo', '10, 64-72 Beresford Rd Lilydale Victoria 3140 AU', 'AU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17733, 'f8ae27', 0, 'John Deere Electronic Solutions', '1441 44th St N Fargo ND 58102 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17734, '002322', 0, 'Kiss Teknical Solutions, Inc', '1583 S. Navajo Way Chandler Arizona 85286 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17735, '18f87a', 0, 'i3 International Inc', '780 Birchmount Road Scarborough Ontario M1K5H4 CA', 'CA', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17736, '70b3d5985', 0, 'Burk Tech', '7 Beaver Brook road Littleton MA 01460 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17737, '00246d', 0, 'Weinzierl Engineering GmbH', 'Bahnhofstrasse 6 Tyrlaching Bayern 84558 DE', 'DE', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17738, '0025e8', 0, 'Idaho Tech', '390 Wakara way Salt Lake city UT 84108 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17739, '000c2d', 0, 'FullWave Tech Co, Ltd', '7F-6, No.26, TaiYuan St., JuBei Hsin Chu 302 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17740, '001bed', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17741, '0050c29d0', 0, 'J. Dittrich Elektronic GmbH & Co KG', 'Bahnhofstraße 67 Baden-Baden / Haueneberstein Baden-Württemberg 76532 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17742, '001bc5005', 1, 'Private', '', '', 'MA-S', '2011-08-06', '2011-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17743, 'd02212e', 0, 'u::Lux GmbH', 'Rechtes Salzachufer 42 Bergheim Salzburg 5101 AT', 'AT', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17744, '0c8fff', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17745, '00026a', 0, 'Cocess Telecom Co, Ltd', 'Research & Development Dept. Seoul Seoul KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17746, '0005d8', 0, 'Arescom, Inc', '3541 Gateway Blvd. Fremont CA 94538 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17747, '70b3d5b58', 0, 'Internet Protocolo Logica SL', 'Sector Foresta 43, local 26 Tres Cantos Madrid 28760 ES', 'ES', 'MA-S', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17748, 'a0bb3e1', 0, 'IVision Electronics Co, Ltd', 'Bldg.B,Yingkeli Industrial Park Shenzhen GuangDong 518116 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17749, '605f8d', 0, 'eero Inc', '500 Howard Street, Suite 900 SAN FRANCISCO CA 94105 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17750, '0050c24f0', 0, 'MedAvant Healthcare', '2533 Centennial Blvd Jeffersonville IN 47150 US', 'US', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17751, '64f69d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17752, '001997', 0, 'Soft Device Sdn Bhd', '67-2 Jalan 2/27F Kuala Lumpur WP 53300 MY', 'MY', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17753, '00239e', 0, 'Jiangsu Lemote Tech Corp Ltd', 'Menglan Industrial Park,Yushan Changshu Jiangsu 215500 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17754, 'c88439', 0, 'Sunrise Tech', '54 Commercial Street Raynham MA 02767 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17755, '0050c2e45', 0, 'Stichting Sunrise', 'Daltonstraat 51 DEN Haag Zuid Holland 2561 SR NL', 'NL', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17756, '0c715d', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17757, '70b3d5d0d', 0, 'Logiwaste AB', 'Gamla Stallet Stora Wäsby Upplands Väsby Upplands Väsby 194 37 SE', 'SE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17758, '000121', 0, 'WatchGuard Tech, Inc', '605 Fifth Ave. S Seattle WA 98104-3892 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17759, '0017d7', 0, 'Ion Geophysical Corp Inc', '850 Dorothy Richardson Texas 75081 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17760, '04c3e63', 0, 'Extech Electronics Co, Ltd', '17F., No.237, Sec. 1, Datong Rd., Xizhi Dist. New Taipei City 22161 TW', 'TW', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17761, 'a0224e6', 0, 'Mesit asd, s.r.o.', 'Sokolovska 573 Uherske Hradiste 686 01 CZ', 'CZ', 'MA-M', '2019-10-09', '2019-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17762, '14aedb', 0, 'VTech Telecommunications Ltd', '23/F, Tai Ping Industrial Centre, Block 1, HONG KONG NA 000000 HK', 'HK', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17763, '9ce895', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17764, 'd07650b', 0, 'PelKorea', '60, Haan-ro Gwangmyeong-si Gyeonggi-do KS009 KR', 'KR', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17765, 'a48d3b', 0, 'Vizio, Inc', '39 Tesla Irvine CA 92618 US', 'US', 'MA-L', '2015-04-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17766, '0050c20f3', 0, 'Young Computer Co, Ltd', '6th Fl. Bojung Bldg. Seoul 138-190 KR', 'KR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17767, '8ccde8', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2013-01-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17768, '0050c2f30', 0, 'Miris AB', 'Kungsgatan 115 UPPSALA 75318 SE', 'SE', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17769, '881036', 0, 'Panodic(ShenZhen) Electronics Limted', 'Floor 12, Grentech Building, Keji.C. Road ShenZhen GuangDong 518052 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17770, 'a4ae11', 0, 'Hon Hai Precision Ind. Co, Ltd', 'GuangDongShenZhen ShenZhen GuangDong 518109 CN', 'CN', 'MA-L', '2019-04-01', '2019-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17771, '0050c2094', 0, 'Analytical Spectral Devices, Inc', '5335 Sterling Dr. Boulder CO 80301 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17772, '000dc7', 0, 'Cosmic Engineering Inc', '1-3-5, Nishihirayama Hino-shi TOKYO 191-0055 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17773, '70b3d55fa', 0, 'Tex Computer Srl', 'VIA MERCADANTE 35 CATTOLICA RIMINI 47841 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17774, '0026b8', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2010-01-05', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17775, '244e7b3', 0, 'Shenzhen Ruixunyun Tech Co, Ltd', 'Rm 311, 2Bldg.,Xunmei Technology Plaza, Keyuan Avenue, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17776, '54a493', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17777, '0050c29eb', 0, 'Afore Solutions Inc', '2680 Queensview Drive Ottawa Ontario K2B 8J9 CA', 'CA', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17778, '446132', 0, 'ecobee Inc', '333 Adelaide St W 6th Floor Toronto Ontario M5V1R5 CA', 'CA', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17779, '688db6', 0, 'Aetek Inc', '3F, No.192, Lien-Cheng Rd., Chung-Ho, New Taipei City 23553 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17780, '181e95', 0, 'AuVerte', '14 Riverview Road Niantic CT 06357 US', 'US', 'MA-L', '2018-08-07', '2018-08-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17781, '0005f7', 0, 'Analog Devices, Inc', 'Three Technology Way Norwood MA 02062-2666 US', 'US', 'MA-L', '2001-06-04', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17782, '000e89', 0, 'Clematic', '101 rue Pierre SEMARD CHATILLON R.P. 92320 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17783, '001ec3', 0, 'Kozio, Inc', '2015 Ionosphere Street Longmont CO 80504 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17784, '0025c9', 0, 'Shenzhen Huapu Digital Co, Ltd', 'Futian District,Chegongmiao,TianAn Cyberpark ShenZhen Guangdong Province 518040 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17785, '70b3d5adc', 0, 'Sodaq', 'Laapersveld 75 Hilversum - 1213 VB NL', 'NL', 'MA-S', '2018-08-01', '2018-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17786, '0080b8', 0, 'Dmg Mori B.U.G. Co, Ltd', '1-1-14 Techno park, Shimonopporo, Atsubetsuku, Sapporo Hokkaido 004-0015 JP', 'JP', 'MA-L', '1980-01-01', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17787, '0050c26d6', 0, 'Adl Electronics Ltd', 'Bukharestskaya 31-3-85 Saint-Petersburg 192071 RU', 'RU', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17788, '50faab', 0, 'L-tek d.o.o.', 'Obrtna cesta 18 Sentjernej 8310 SI', 'SI', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17789, '70b3d5a13', 0, 'Uplevel Systems Inc', '6950 SW Hampton Street, Suite 308 Tigard OR 97223 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17790, '0050c2896', 0, 'Blankom', 'Hermann-Petersilge-Str. 1 Bad Blankenburg Thuringia 07422 DE', 'DE', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17791, '00224e', 0, 'SEEnergy Corp', '4F, No.61, Dongsing RD. Taipei 110 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17792, '5403f5', 0, 'Ebn Tech Corp', '10F, No.90, Sec. 1, Sintai 5th Rd. Sijhih City Taipei County 22102 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17793, 'c47d4f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17794, '70b3d5efb', 0, 'Pxm sp.k.', 'Przemyslowa 12 Krakow Malopolska 30-701 PL', 'PL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17795, '00099b', 0, 'Western Telematic Inc', '5 Sterling Irvine CA 92618 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17796, '001333', 0, 'BaudTec Corp', '12F, NO.181, Sec. 1. Tatung Rd., Hsichih Taipei Hsien 221 TW', 'TW', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17797, '00022e', 0, 'Teac Corp R& D', '857 Koyata, Iruma JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17798, 'bc2846', 0, 'NextBIT Computing Pvt. Ltd', '30/2, 2nd Floor, R.K. Plaza, Bangalore Karnataka 560038 IN', 'IN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17799, '6c709f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17800, 'a43bfa8', 0, 'Alpwise', '4 avenue Louis Doyen Weil Grenoble Rhône-Alpes 38000 FR', 'FR', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17801, '00c025', 0, 'Dataproducts Corp', '6219 DESOTO AVENUE WOODLAND HILLS CA 91365-0746 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17802, '0010b4', 0, 'Atmosphere Networks', '10460 BANDLEY DRIVE CUPERTINO CA 95014 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17803, '20d906', 0, 'Iota, Inc', '2212 Queen Anne Ave. N., #348 Seattle WA 98109 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17804, '0002b0', 0, 'Hokubu Communication & Industrial Co, Ltd', 'Fushiogami-aza-oki 27-1 Fukushima 960-8514 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17805, '004028', 0, 'Netcomm Ltd', '3 OLYMPIC BUSINESS CENTRE UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17806, '006b8e', 0, 'Shanghai Feixun Communication Co, Ltd', 'Building 90,No,4855,Guangfulin Road shanghai Shanghai 201616 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17807, '30aea4', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2016-08-12', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17808, '70b3d5153', 0, 'Schneider Electric Motion Usa', '370 N. Main St. Marlborough CT 06447 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17809, '2085932', 0, 'Mid Continent Controls, Inc', '901 North River Street Derby KS 67037 US', 'US', 'MA-M', '2019-06-19', '2019-06-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17810, '001a66', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-11-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17811, '002428', 0, 'EnergyICT', 'Theodoor Sevenslaan 104a Kortrijk 8500 BE', 'BE', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17812, '70b3d53ff', 0, 'Hydra Controls', '291 Worcester Road New Braintree MA 01531 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17813, '70b3d5bb3', 0, 'Apg Cash Drawer, Llc', '5250 Industrial Blvd NE Minneapolis MN 55421 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17814, '000622', 0, 'Chung Fu Chen Yeh Enterprise Corp', '2F No. 666 Jing Ping Road, Taipei Hsien TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17815, 'e894f6', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17816, '14c1ff', 0, 'ShenZhen QianHai Comlan communication Co, Ltd', 'Shenzhen Nanshan district keyuan road Dongfang science and technology building, room 2407. ShenZhen GuangDong 518000 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17817, '0020f7', 0, 'Cyberdata Corp', '3 Justin Court MONTEREY CA 93940 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17818, '70b3d5559', 0, 'Eagle Mountain Tech', '1811 MacCullen Drive Erie CO 80516 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17819, '70b3d5d9c', 0, 'Subinitial Llc', '10160 Three Oaks Way Santee CA 92071 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17820, '6891d0a', 0, 'WiseCube', '14F IT Castle-2, 137 Gasan Digital 1-ro, Geumcheon-gu Seoul 08506 KR', 'KR', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17821, '70b3d5de4', 0, 'Mavili Elektronik Tic. VE San. A.S.', 'Serifali Mah. Kutup Sk. No: 27/1-2-4 Istanbul Umraniye 34775 TR', 'TR', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17822, 'ecbedd', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2019-07-04', '2019-07-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17823, '00037f', 0, 'Atheros Communications, Inc', '5480 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17824, '7a4ba4', 0, 'Innostor Tech Corp', '2F., No. 8, Ln32, Xianzheng 5th St., Jhubei City, Hsinchu Country 30268, Taiwan Jhubei Hsinchu 30268 TW', 'TW', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17825, '0050c2a8d', 0, 'Frontier Electronic Systems Corp', '4500 W 6th Ave Stillwater OK 74074 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17826, '001075', 0, 'Segate Tech Llc', '10200 S De Anza Blvd Cupertino CA 95014 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17827, '00038d', 0, 'Pcs Revenue Control Systems, Inc', '560 Sylvan Ave. Englewood Cliffs NJ 07632 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17828, '002398', 0, 'Vutlan sro', 'ul. Svornosti 43 Bratislava BA 82 106 SK', 'SK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17829, '60601f', 0, 'SZ Dji Tech Co, Ltd', '6/F,HKUST SZ IER Bldg,9 Yuexing 1st Rd shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17830, '20c60d', 0, 'Shanghai annijie Information Tech Co, Ltd', 'Room605,NO.9,Lane 777 Shanghai 200070 CN', 'CN', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17831, '9c7a03', 0, 'Ciena Corp', '7035 Ridge Road Hanover MD 21076 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17832, '3cbb73', 0, 'Shenzhen Xinguodu Tech Co, Ltd', 'F17A, JinSong Building, Tairan Industrial & Trade Park, Chegongmiao, Shennan Road,Futian District Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17833, 'a411639', 0, 'accesso Tech Group', 'Unit 5, The Pavillions, Ruscombe Business Park Twyford Wilts RG10 9NN GB', 'GB', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17834, '0006fd', 0, 'Comjet Information Systems Corp', '7Fl., No. 103, Fen Liao Street TW', 'TW', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17835, '000c7d', 0, 'Teikoku Electric Mfg. Co, Ltd', '60,HIRANO IBO-GUN HYOGO 679-4395 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17836, '001e20', 0, 'Intertain Inc', 'Suite 608 LG Eclat-2, 245-4 Seohyun-dong, Bundang-gu Sungngm-shi Kyunggi-do 463-824 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17837, '00264d', 0, 'Arcadyan Tech Corp', '4F., No. 9 , Park Avenue II , Hsinchu Taiwan 300 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17838, '0cefaf2', 0, 'Lumel S.A.', 'Ul.Slubicka 1 Zielona Gora 65-127 PL', 'PL', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17839, '70b3d5745', 0, 'Tmsi Llc', '9073 Pleasantwood Ave NW North Canton OH 44720 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17840, 'b481bf', 0, 'Meta-Networks, Llc', 'Office 106C, 5/2, Varshavskaya street Saint-Petersburg Saint-Petersburg 196128 RU', 'RU', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17841, '000b79', 0, 'X-Com, Inc', '8809 Sudley Road Manassas VA 20110 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17842, '0050c279e', 0, 'Benshaw Canada Controls, Inc', '550 Bright Street Listowel Ontario N4W 3W3 CA', 'CA', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17843, '50b8a2', 0, 'ImTech Tech Llc,', '2101 NE Jack London St Corvallis Oregon 97330 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17844, '6cc374', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17845, '00802d', 0, 'Xylogics Inc', '53 THIRD AVENUE BURLINGTON MA 01803 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17846, '0024c6', 0, 'Hager Electro Sas', '132, boulevard d\'Europe Obernai Bas-Rhin 67215 FR', 'FR', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17847, 'b03055', 0, 'China Mobile Iot Co Ltd', 'NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN', 'CN', 'MA-L', '2019-01-29', '2019-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17848, '70b3d5cc4', 0, 'Benchmark Electronics BV', 'Lelyweg 10 Almelo Overijssel 7602 EA NL', 'NL', 'MA-S', '2019-09-05', '2019-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17849, '9828a6', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17850, '14169e', 0, 'Wingtech Group (HongKong)Ltd', 'FLAT/RM 1903 19/F PODIUM PLAZA 5HANOI ROAD TSIM SHA TSUI Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17851, 'bc307e', 0, 'Wistron Neweb Corp', '20 Park Avenue II. Hsinchu 30808854 TW', 'TW', 'MA-L', '2015-06-13', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17852, 'ec8c9a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17853, 'bc35e5', 0, 'Hydro Systems Co', '3798 Round Bottom Road Cincinnati Ohio 45244 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17854, '848336', 0, 'Newrun', '#803 IT Convergence Industry Bldg., Kyungpook National Univ. Daegu N/A 702-010 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17855, '000c52', 0, 'Roll Systems Inc', '53 Third Avenue Burlington MA 01803 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17856, '000f84', 0, 'Astute Networks, Inc', '15015 Ave of Science San Diego CA 92128 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17857, '001bc503f', 0, 'Eltrade Ltd', 'blvd. G.Delchev blok 102 Sofia 1404 BG', 'BG', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17858, '1c87791', 0, 'A-Gear Co Ltd', '3F, Building 3, Unit 1, YingJunNianHa Park, LongGang Avenue, LongGang Shenzhen Guangdong 518114 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17859, '40f385b', 0, 'Urmet Home & Building Solutions Pty Ltd', '36 Ricketty Street Mascot NSW 2020 AU', 'AU', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17860, '04ac44', 0, 'Holtek Semiconductor Inc', 'No.3, Creation Rd. II, Science Park Hsinchu 300 TW', 'TW', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17861, '00a0f3', 0, 'Staubli', '183 RUE DES USINES FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17862, '0040be', 0, 'Boeing Defense & Space', 'P.O. BOX 3999 SEATTLE WA 98124-2499 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17863, '2462ab', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17864, '70b3d5af8', 0, 'boekel', '855 pennsylvania blvd feasterville PA 19053 US', 'US', 'MA-S', '2018-07-12', '2018-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17865, 'd0c8576', 0, 'Innovative Industrial(HK)Co, Ltd', 'OFFICE 3A,12/F,KAISER CENTRE,NO.18CENTRE STREET SAI YING PUN 999077 HK', 'HK', 'MA-M', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17866, '000869', 0, 'Command-e Tech Co, Ltd', 'Suite 1108, Zhongsheng Mansion, Beijing 100038 CN', 'CN', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17867, '0055da9', 0, 'Quantum Communication Tech Co, Ltd, Anhui', 'D3 Innovation Industrial Park, No. 800 Wangjiang West Road, Hefei Hi-tech Industrial Development Zone, Hefei City, Anhui Province, China Hefei Anhui 230088 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17868, '70b3d55e0', 0, 'Hexagon Metrology Sas', '2 rue François Arago Montoire sur le Loir Loir et Cher 41800 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17869, '0021b8', 0, 'Inphi Corp', '112 S. Lakeview Canyon Rd., Suite 100 Westlake Village CA 91362 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17870, '0050c2b4e', 0, 'AixControl GmbH', 'Jaegerstr. 17-19 Aachen NRW 52066 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17871, '485073', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17872, '8030dc', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17873, 'e0338e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17874, '0050cf', 0, 'Vanlink Communication Tech Research Institute', '210 YADI OFFICE BUILDING BEIJING 100088 CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17875, '0090d1', 0, 'Leichu Enterprise Co, Ltd', '8F, NO. 203, PA-TEH ROAD, SEC.2 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17876, 'f09fc2', 0, 'Ubiquiti Networks Inc', '2580 Orchard Parkway San Jose CA 95131 US', 'US', 'MA-L', '2015-01-23', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17877, 'f44955', 0, 'Mimo Tech Co, Ltd', '21F.-6, No. 7, Sec. 3, New Taipei Blvd., Xinzhuang Dist., New Taipei City Taiwan 24250 TW', 'TW', 'MA-L', '2019-10-25', '2019-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17878, 'd40aa9', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17879, '70b3d54b6', 0, 'Veilux Inc', '802 GREENVIEW DR. STE 200 GRAND PRAIRIE 75050 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17880, '64db43', 0, 'Motorola (Wuhan) Mobility Tech Communication Co, Ltd', 'No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17881, 'b8c9b5', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-09-19', '2019-09-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17882, '000126', 0, 'Pac Labs', '3079 Kilgore Road Rancho Cordova CA 95670 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17883, '0005b0', 0, 'Korea Computer Tech Co, Ltd', 'KCT Bldg, 111-3 Yangjae-Dong, KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17884, '182d98', 0, 'Jinwoo Industrial system', '7F,Jinwoo Building,149 dosan-daero seoul gangnamgu 06036 KR', 'KR', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17885, 'dce5334', 0, 'shenzhen bangying electronics Co,.Ltd', '3/F Building 16,Hongfa industrialPark,Tangtou Shiyan Town shenzhen guangdong 518000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17886, 'b8c74a', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17887, 'c05336', 0, 'Beijing National Railway Research & Design Institute of Signal & Communication Group Co.Ltd', '7 floor, No.1 Automobile Museum South Road, Fengtai Science and Technology Park, Beijing Beijing 100070 CN', 'CN', 'MA-L', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17888, '90e2fce', 0, 'DevCom spol. s r.o.', 'Božanovská 884 Praha Select a State 19300 CZ', 'CZ', 'MA-M', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17889, '2c0623', 0, 'Win Leader Inc', 'Level 3 ,Alexander House, Ebene MU', 'MU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17890, 'e02f6d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17891, '308999', 0, 'Guangdong East Power Co,', 'No.6 Northern Industry Road,Songshan lake SCI&TECH Industry Park DongGuan GuangDong 523808 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17892, '3cdfbd', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17893, '888914', 0, 'All Components Inc', '828 New Meister Lane Pflugerville TX 78660 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17894, 'c08135', 0, 'Ningbo Forfan Tech Co, Ltd', 'Room B308,Tianjing Building,Tianan Cyber Park,Futian Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17895, '70b3d5acb', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17896, '70b3d5160', 0, 'Beijing radacat Co, Ltd', '1511,12rd floor,no.2,Fangheng International Center Beijing Chaoyang district 100102 CN', 'CN', 'MA-S', '2019-12-31', '2019-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17897, '00060a', 0, 'Blue2space', 'Arstaangsv. 9 SE', 'SE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17898, '64f50e', 0, 'Kinion Tech Co Ltd', 'ng Kon107A, 1/F, Enterprise Place, HK', 'HK', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17899, '70b3d5833', 0, 'Alpiq InTec Management AG', 'Hohlstrasse 188 Zürich 8004 CH', 'CH', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17900, '005079', 1, 'Private', '', '', 'MA-L', '2001-10-24', '2002-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17901, '0c0535', 0, 'Juniper Systems', '1132 W. 1700 N. Logan UT 84321 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17902, '505dac', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17903, '00405b', 0, 'Funasset Ltd', 'ORCHARDS, 14 TOWNSEND UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17904, '000769', 0, 'Italiana Macchi SpA', 'Via Matteotti 1 IT', 'IT', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17905, '0050c2b16', 0, 'Neothings, Inc', '1594 Fayette St El Cajon CA 92020 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17906, 'b0c5cac', 0, 'XMetrics', 'Via Caravaggio, 3 Bussero MI 20060 IT', 'IT', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17907, '484a30', 0, 'George Robotics Ltd', 'Salisbury House, Station Road Cambridge CB1 2LA GB', 'GB', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17908, '0050c2251', 0, 'Dgt Sp. z o.o.', 'ul. Jaskowa Dolina 15 Gdansk woj. pomorskie 80-252 PL', 'PL', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17909, '0050c229d', 0, 'Globe Wireless', '2300 Commerce Park Drive Palm Bay Florida 32905 US', 'US', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17910, '002478', 0, 'Mag Tech Electronics Co Ltd', 'Flat / Room T78 GOF Bangkok Building Sheung Wan HK HK', 'HK', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17911, 'b43741', 0, 'Consert, Inc', '4700 Falls of Neuse Rd. Raleigh NC 27609 US', 'US', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17912, '94fae8', 0, 'Shenzhen Eycom Tech Co, Ltd', 'EYANG Building, No. 3 of Qimin Rd, Langshan 2nd Street, North Area of Hi-Tech Industrial Zone, Nanshan District Shenzhen Guang Dong 518057 CN', 'CN', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17913, '70b3d5427', 0, 'Key Chemical & Equipment Co', '13195 49th Street North Suite H Clearwater FL 33762 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17914, '0040ae', 0, 'Delta Controls, Inc', '13520 78TH AVENUE CANADA V3W 8J6 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17915, '00905d', 0, 'Netcom Sicherheitstechnik GmbH', 'BOPPSTRASSE 38 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17916, '60d755', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17917, '4403771', 0, 'Atari, Inc', '286 Madison Ave, 8th floor New York NY 10017 US', 'US', 'MA-M', '2019-08-16', '2019-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17918, 'e0eb40', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17919, '001bc7', 0, 'StarVedia Tech Inc', '3F, No. 247, Done Sec. 1, Guangming 6th Rd. Jhubei Hsin-Chu County 302 TW', 'TW', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17920, '0026d6', 0, 'Ningbo Andy Optoelectronic Co, Ltd', 'Lanjiang Street Industrial Zone Yuyao Zhejiang 315400 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17921, 'a8fb70', 0, 'WiseSec L.t.d', '145 yaffo ST. Haifa Israel 37503 IL', 'IL', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17922, '081f71', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17923, '1893d7', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17924, '18f9c4', 0, 'Bae Systems', '21 continental boulevard Merrimack NH 03054 US', 'US', 'MA-L', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17925, '001c79', 0, 'Cohesive Financial Tech Llc', '200 South Wacker Dr. Chicago IL 60606 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17926, '00256f', 0, 'Dantherm Power', 'Marienlystvej 65 Skive 7800 DK', 'DK', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17927, '300a603', 1, 'Private', '', '', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17928, '000075', 0, 'Nortel Networks', 'Global Operations Engineering Brampton ON l6T 5P6 Cana CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17929, '60c798', 0, 'Verifone', '2455 Augustine Drive Santa Clara California 95054', '', 'MA-L', '2014-08-20', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17930, '0050c2ed4', 0, 'Tamagawa Electronics Co, Ltd', '3-11-23 Kamitsuchidana-naka Ayase-shi Kanagawa 252-1113 JP', 'JP', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17931, '70b3d52da', 0, 'Skywave Networks Private Ltd', 'Achyut Mansion,H.No 7-1-621/48,Flat No 201,Above Sindhu Travels, Hyderabad Andhra Pradesh 500038 IN', 'IN', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17932, '70b3d5648', 0, 'Magnamed Tecnologia Medica S/A', 'Rua Des. Eliseu Guilherme, 292 6 Andar Sao Paulo SP 04004-030 BR', 'BR', 'MA-S', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17933, '003078', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17934, '000b0b', 0, 'Corrent Corp', '1711 W. Greentree Dr. Tempe AZ 85284-2717 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17935, '0ce936', 0, 'Elimos srl', 'Area Science Park - Padriciano 99 TRIESTE 34149 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17936, '6843d7', 0, 'Agilecom Photonics Solutions Guangdong Ltd', 'No.1-6, Shenwan Industrial Park, Shenwan Town Zhongshan Guangdong 528462 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17937, 'd4bd1e', 0, '5vt Tech, Taiwan Ltd', '6F,No.19-9,SanChong Rd.,Nangang Dist, Taipei 11501 TW', 'TW', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17938, '00a090', 0, 'TimeStep Corp', '359 TERRY FOX DRIVE KANATA, ONTARIO K2K 2E7 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17939, '0006ec', 0, 'Harris Corp', '1025 West NASA Blvd Melbourne FL 32919 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17940, '1cf4ca', 1, 'Private', '', '', 'MA-L', '2012-04-08', '2012-07-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17941, 'bcf5ac', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2013-09-22', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17942, '80a85d', 0, 'Osterhout Design Group', '153 Townsend Suite 570 San Francisco CA 94107 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17943, '7aab77', 0, 'Orange', '4 rue du Clos Courtel Cesson Sevigne France 35512 FR', 'FR', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17944, '70b3d5269', 0, 'Gilbarco Veeder-Root ‎', 'Level 1, 20 Highgate Street Auburn NSW 2144 AU', 'AU', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17945, 'bc97408', 0, 'Gaodi Rus', 'Korneeva, 14 Elektrostal Moscow region 144009 RU', 'RU', 'MA-M', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17946, '0050c2803', 0, 'dB Broadcast Ltd', 'Kestrel House Witchford Cambridgeshire CB6 2HY GB', 'GB', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17947, '002203', 0, 'Glensound Electronics Ltd', '1 - 6 Brooks Place Maidstone Kent ME17 1UN GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17948, '14ae857', 0, 'Shenzhen Honor Electronic Co, Ltd', 'No. A Building, Xinghui Industrial Park, Gushu No. 2Rd, SHEN ZHEN GUANG DONG 518000 CN', 'CN', 'MA-M', '2019-12-12', '2019-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17949, 'b4a4e3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17950, 'f80f84', 0, 'Natural Security Sas', '165 Avenue de Bretagne Lille 59000 FR', 'FR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17951, 'dc74a8', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17952, '000546', 0, 'Kddi Network & Solultions Inc', '2-3-1, Nishishinjunku-ku, Tokyo 163-0907 JP', 'JP', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17953, '0050c204f', 0, 'Luma Corp', '311 Courthouse Road Princeton WV 24740 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17954, '000cde', 0, 'Abb Stotz-Kontakt GmbH', 'Eppelheimer Straße 82 Heidelberg Baden-Württemberg 69123 DE', 'DE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17955, '0050c2895', 0, 'Marine Communications Ltd', '59, Bownham Park Stroud Glos GL5 5BZ GB', 'GB', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17956, 'e419c1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17957, '002701', 0, 'INCOstartec GmbH', 'Rheinstraße 17 Teltow Germany 14513 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17958, '70b3d5d48', 0, 'Headroom Broadcast GmbH', 'RudowerChaussee 29/31 Berlin Berlin 12489 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17959, '54489c', 0, 'Cdoubles Electronics Co Ltd', '11F.-6, No. 7,Sec. 3, New Taipei Blvd., Xinzhuang Dist. New Taipei City 24250 TW', 'TW', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17960, '704fb8', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17961, '0060ee', 0, 'Apollo', '3610 BIRCH STREET--STE #100 NEWPORT BEACH CA 92660 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17962, '0024ef', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2009-01-19', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17963, '0015d4', 0, 'Emitor AB', 'Sjöviksbacken 14 Stockholm 117 43 SE', 'SE', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17964, '001bde', 0, 'Renkus-Heinz, Inc', '19201 Cook St. Foothill Ranch CA 92610 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17965, '44348f', 0, 'Mxt Industrial Ltda', 'RODOVIA BR 381, KM 490, JARDIM DAS ALTEROSAS BETIM MINAS GERAIS 32670790 BR', 'BR', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17966, '00c05e', 0, 'Vari-Lite, Inc', '201 REGAL ROW DALLAS TX 75247 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17967, '0050c215f', 0, 'Pulsar GmbH', 'Hollenstedter Strasse 43 Heidenau 21258 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17968, '00236c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2008-10-25', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17969, '28e608', 0, 'Tokheim', 'Industrieweg 5 Bladel NBr 5531 AD NL', 'NL', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17970, '70b3d5ce9', 0, 'Kinemetrics', '222 VISTA AVENUE PASADENA CA 91107 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17971, '74f8db8', 0, 'Songam Syscom Co Ltd', '1672-1, Donghwa-Ri, Munmak-Eup Wonju Gangwon-Do 220-801 KR', 'KR', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17972, '7c2634', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17973, 'f05cd5', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17974, '001e46', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-09-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17975, '001ff0', 0, 'Audio Partnership', 'Gallery Court London SE1 4BB GB', 'GB', 'MA-L', '2008-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17976, '08fc88', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17977, '0015d2', 0, 'Xantech Corp', '13100 Telfair Avenue Sylmar CA 91342-3573 US', 'US', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17978, '502d1d', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17979, '0050c2dd8', 0, 'Leonardo MW Ltd (Land & Naval Defence Electronic)', '11300 W 89th St Overland Park 66214 US', 'US', 'IAB', '2011-08-06', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17980, '001e0f', 0, 'Briot International', '2 rue roger Bonnet Pont de l\'Arche Eure 27340 FR', 'FR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17981, '0021c2', 0, 'GL Communications Inc', '818 West Diamond Ave Gaithersburg MD 20878 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17982, '40d855019', 0, 'Nautel Ltd', '10089 Peggy\'s Cove Road Hackett\'s Cove Nova Scotia B3Z 3J4 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17983, '70b3d5e02', 0, 'Yehl & Jordan Llc', '114 Paige Bend Hutto TX 78634 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17984, '58946b', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17985, 'a4d18f', 0, 'Shenzhen Skyee Optical Fiber Communication Tech Ltd', 'No.5 Bldg. Yimin Industrial Park, No.31, Makan South Road, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17986, '70b3d5a6d', 0, 'Metek Meteorologische Messtechnik GmbH', 'Fritz-Straßmann-Straße 4 Elmshorn Schleswig-Holstein D-25337', '', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17987, '70b3d5966', 0, 'dA Tomato Ltd', '8/2 Paribag, Hatirpool, Motaleb Tower, Tower 1, 11A Dhaka DAC 1000 BD', 'BD', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17988, '70b3d500c', 0, 'Exara Group', 'Andropova pr. 18 1 Moscow 115432 RU', 'RU', 'MA-S', '2019-02-06', '2019-02-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17989, '147411', 0, 'Rim', 'Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17990, 'e47723', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17991, '0050c283e', 0, 'Kpe spol. s r.o.', 'Blattného 2313 Praha CZ 15800 CZ', 'CZ', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17992, '0050c2dab', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17993, '706bb9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17994, '9055de', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17995, '040ae0', 0, 'Xmit AG Computer Networks', '11 AVENUE DE BAUMETTES CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17996, 'f0f7b3', 0, 'Phorm', '222 Regent Street London W1B 5TR GB', 'GB', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17997, '00195b', 0, 'D-Link Corp', 'NO.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW', 'TW', 'MA-L', '2006-08-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17998, '7cef8a', 0, 'Inhon International Ltd', '2F, No.552, Ruiguang Rd, Neihu Dist Taipei Taiwan 114 TW', 'TW', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(17999, '0050c2f97', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18000, 'f4f5e8', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View 94043 US', 'US', 'MA-L', '2014-03-14', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18001, 'c4366c', 0, 'LG innotek', 'Jangduk-dong 978-1 Gwang-ju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18002, '000563', 0, 'J-Works, Inc', '12328 Gladstone St. #1 Sylmor CA 91342 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18003, '000c31', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18004, 'f490cb1', 0, 'Delem BV', 'LUCHTHAVEN WEG 42 5657 EB EINDHOVEN NL', 'NL', 'MA-M', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18005, '00024c', 0, 'SiByte, Inc', '2805 Bowers Avenue Santa Clara CA 95051-0917 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18006, '70b3d5f34', 0, 'MacGray Services', '404 Wyman St Waltham MA 02451', '', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18007, '782079', 0, 'ID Tech', '10721 Walker St Cypress CA 90630 US', 'US', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18008, 'f81d786', 0, 'Zengge Co, Ltd', '3/F, B Building, Second Laowei Industrial Zone, Longhua District Shenzhen Guangdong 518109 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18009, '2c7ce4', 0, 'Wuhan Tianyu Information Industry Co, Ltd', 'HUST Industry Park, East-Lake Development Zone Wuhan Hubei 430223 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18010, '00167d', 0, 'Sky-Line Information Co, Ltd', '8F.,No.38,Sihyuan Rd., Sinihuang Taipei 242 TW', 'TW', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18011, '003a9b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18012, '5419c8', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18013, '08ed02d', 0, 'Origami Energy Ltd', 'Ashcombe Court, Woolsack Way Godalming GU7 1LQ GB', 'GB', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18014, '000dfe', 0, 'Hauppauge Computer Works, Inc', '91 Cabot Court Hauppauge New York 11788 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18015, 'bc282c', 0, 'e-Smart Systems Pvt. Ltd', '483 FIE, , Patparganj Industrial Area Delhi Delhi 110092 IN', 'IN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18016, 'd8490b', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen 518129 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18017, '70b3d55b2', 0, 'Peter Huber Kaeltemaschinenbau AG', 'Werner-von-Siemens-Str. 1 Offenburg Ba-Wue 77656 DE', 'DE', 'MA-S', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18018, '000731', 0, 'Ophir-Spiricon Llc', '3050 N 300 W North Logan UT 84341 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18019, '000beb', 0, 'Systegra AG', 'Burgunderstrasse 15 Bellach SO 4512 CH', 'CH', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18020, '5c1737', 0, 'I-View Now, Llc', '1421 E. Sunset Las Vegas NV 89119 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18021, '000f77', 0, 'Dentum Co, Ltd', 'Wookyung B/D 602 #678-6 Seoul 157-030 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18022, '0012ee', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2004-11-26', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18023, '70b3d55a9', 0, 'Bunka Shutter Co, Ltd', '644-1 Tenjingoe,Ooaza-Kamiishizuka Oyama Tochigi 323-0063 JP', 'JP', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18024, '7cbacc5', 0, 'Fortem Tech, Inc', '1712 S East Bay Boulevard Suite 325 Provo UT 84606 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18025, '846eb1', 0, 'Park Assist Llc', '111 W28th Street New York NY 10001 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18026, '18cc23', 0, 'Philio Tech Corp', '8F., No.653-2, Zhongzheng Rd New Taipei 242 TW', 'TW', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18027, '50a9de', 0, 'Smartcom-Bulgaria AD', 'BIC IZOT, Building 1, Floor 3, Office 317 Sofia Sofia 1784 BG', 'BG', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18028, '00a0b3', 0, 'Zykronix', '7248 SOUTH TUCSON WAY ENGLEWOOD CO 80112 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18029, '002349', 0, 'Helmholtz Centre Berlin for Material and Energy', 'Department FMD Berlin 14109 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18030, 'fc1f19', 0, 'Samsung Electro Mechanics Co, Ltd', '314, Maetan3-Dong, Yeongtong-Gu Suwon 443-743 US', 'US', 'MA-L', '2013-01-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18031, '688f84', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base SHENZHEN GUANGDONG 518129 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18032, '70b3d52ee', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18033, 'a81087', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18034, 'c4954dd', 0, 'Newland Era Edu Hi-Tech(BeiJing)Co, Ltd', 'No. 1, Linkong 2 Road,North Wenhuaying Village, Gaoliying Town, Shunyi District, Beijing Beijing 101303 CN', 'CN', 'MA-M', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18035, '0015e9', 0, 'D-Link Corp', '2F, No.233-2, Pao-Chiao Road Hsin-Tien, Taipei 231 TW', 'TW', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18036, '707ede', 0, 'Nastec Ltd', '111-D, Krasnorechenskaya str. Khabarovsk 680006 RU', 'RU', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18037, '6c61f4', 0, 'Sfr', '12 rue jean-philippe Rameau CS 80001 La plaine saint denis FRANCE 93634 FR', 'FR', 'MA-L', '2020-01-24', '2020-01-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18038, '0050c258c', 0, 'Lattice Semiconductor Corp (Lpa)', '2115 O’Nel Drive San Jose CA 95131 US', 'US', 'IAB', '2006-02-05', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18039, '40d85519b', 0, 'Northern Star Tech', '5211 Harris Trace Court Mint Hill NC 28227 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18040, '5cb901', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2015-02-07', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18041, '70b3d531e', 0, 'Gillam-Fei S.A.', 'Mont St Martin 58 LIEGE B4000 BE', 'BE', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18042, '20f375', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-09-25', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18043, '0011f7', 0, 'Shenzhen Forward Industry Co, Ltd', '4b1 F5.8, Tian An Cyber Park, Chengongmiao, Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18044, 'ec8ead', 0, 'Dlx', '#401, Seoil B/D,1359-45 Seocho2-dong Seoul 137-863 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18045, '9486cd', 0, 'Seoul Electronics&Telecom', '709, Namkwangcentrex 440-4, Cheongcheon-dong, Bupyeong-gu Incheon 403-030 KR', 'KR', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18046, '70b3d55dc', 0, 'FactoryLab B.V.', 'Lindtsedijk 54 Zwijndrecht Zuid Holland 3336LE NL', 'NL', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18047, '001fba', 0, 'Boyoung Tech', 'Youngdeungpo-Gu Munrae3ga 84-2 Seoul 150-093 KR', 'KR', 'MA-L', '2008-02-02', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18048, '0050c2bc2', 0, 'Xslent Energy Tech Llc', '7428 Redwood Blvd Suite 102 Novato CA 94945 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18049, '30b7d4', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18050, '000eeb', 0, 'Sandmartin(zhong shan)Electronics Co, Ltd', '3st Industrial Area,Tan Zhou, Zhongshan Guangdong 528467 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18051, '001c7b', 0, 'Castlenet Tech Inc', 'No.64, Chung-Shan Rd. Tu-Cheng City Taipei 236 TW', 'TW', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18052, 'a8b1d4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18053, '94fbb2', 0, 'Shenzhen Gongjin Electronics Co, LT', 'No.1, Songgang Avenue, Songgang Street, Bao’an District Shenzhen Guangdong 518105 CN', 'CN', 'MA-L', '2013-11-12', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18054, 'c4cd82', 0, 'Hangzhou Lowan Information Tech Co, Ltd', '502 Building B, United Mansion, No.2 Zijinghua Road Hangzhou Zhejiang 310023 CN', 'CN', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18055, '000384', 0, 'Aeta', 'Kepler 6 Le Plessis Robinson 92350 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18056, 'ecde3d', 0, 'Lamprey Networks, Inc', '58 Dover Road Durham NH 03824 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18057, '680ae2', 0, 'Silicon Laboratories', '7000 W. William Cannon Dr. Austin TX 78735 US', 'US', 'MA-L', '2019-08-28', '2019-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18058, '000e38', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18059, 'b4a82b', 0, 'Histar Digital Electronics Co, Ltd', 'Room 616,Block A, Shenzhen Baoan 518133 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18060, '0050c23fb', 0, 'nVent, Schroff GmbH', 'Langenalber Strasse 96-100 Straubenhardt 75334 DE', 'DE', 'IAB', '2004-11-08', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18061, '0050c2be6', 0, 'Docobo Ltd', 'The Old Granary Bookham Surrey KT23 4AA GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18062, '40d85516f', 0, 'BrightLeaf Power', '121 Apollo Road Montrose Colorado 81401 US', 'US', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18063, '0000ee', 0, 'Network Designers, Ltd', 'UNIT 1A, HORNBEAM PARK UNITED KINGDOM HG2 8QT GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18064, '00095f', 0, 'Telebyte, Inc', '270 Pulaski Road Greenlawn NY 11740-1616 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18065, '8c1abf', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18066, '440377a', 0, 'symplr', '1550 Innovation Way Hartford WI 53027 US', 'US', 'MA-M', '2019-08-19', '2019-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18067, '0006b8', 0, 'Bandspeed Pty Ltd', 'Level 9, 5000 Collins Street AU', 'AU', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18068, '70b3d551e', 0, 'Fundación Cardiovascular de Colombia', 'Cra 5 No 6 - 33. Floridablanca Bucaramanga Floridablanca 681003 CO', 'CO', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18069, '70b3d519e', 0, 'J-Factor Embedded Tech', '1441 Laura Lane #201 Pottstown PA 19464 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18070, '00010c', 0, 'System Talks Inc', '4F, PrimeNihonbashi Bld. Chuo-ku Tokyo JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18071, '0025af', 0, 'Comfile Tech', 'Guro 5 dong, Guro-gu Seoul 152-842 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18072, '0050c26ba', 0, 'Fertron Controle e Automacao Industrial Ltda.', 'Av. Cesar Mingossi, 108 Sertaozinho SP 14177-293 BR', 'BR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18073, '407009', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-09-12', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18074, '0050c26fa', 0, 'Dcns', 'DCN Services Brest BREST 29228 FR', 'FR', 'IAB', '2007-02-11', '2016-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18075, '0050c2afb', 0, 'Vocality International Ltd', 'Lydling Barn Shackleford Surrey GU8 6AP GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18076, '3017c8', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2010-11-24', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18077, '000416', 0, 'Parks S/A Comunicacoes Digitais', 'Av. Pernambuco, 1001 BR', 'BR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18078, '001598', 0, 'Kolektor group', 'Vojkova 10 Idrija 5280 SI', 'SI', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18079, 'a0133b', 0, 'HiTi Digital, Inc', '9F., No.225, Sec. 3, Beixin Rd., Xindian Dist., Xindian Dist. New Taipei City 231 TW', 'TW', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18080, 'ec2257', 0, 'JiangSu NanJing University Electronic Information Tech Co, Ltd', 'F7,Block 06 NanJing JiangSu 210000 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18081, '70b3d5e7a', 0, 'Art Spa', 'VOC.PISCHIELLO, 20 PASSIGNANO SUL TRASIMENO PG 06065 IT', 'IT', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18082, '38fdfe2', 0, 'Smart Solution Tech, Inc', '1-15 Kagurazaka,Shinjyukuku, Tokyo 162-0825 JP', 'JP', 'MA-M', '2016-02-05', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18083, '3c6a2ce', 0, 'Beijing Donghua Hongtai Polytron Tech Inc', 'Room 126,Layer 1, Mudan building, , Huayuan Road No. 2, Haidian District Beijing Beijing 100089 CN', 'CN', 'MA-M', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18084, '000038', 0, 'Css Labs', '2134 SOUTH RIPCHEY SANTA ANA CA 92705 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18085, '0006b3', 0, 'Diagraph Corp', '3401 Rider Trail South Earth City MO 63045-1110 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18086, 'e828d5', 0, 'Cots Tech', 'C-702, Bundang Techno Park, 145, Sungnam-City Kyounggi-do 463-760 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18087, '001bc506c', 0, 'Luxcon System Ltd', 'Rm1605, SEAVIEW PLAZA, 283 SHAUKEIWAN RD, HongKong HK', 'HK', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18088, '70b3d535e', 0, 'Eidos Spa', 'Via dell\'Industria, 11 CHIERI TO 10023 IT', 'IT', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18089, '70b3d5a68', 0, 'Zhejiang Zhaolong Interconnect Tech Co, Ltd', 'Shilin Industrial Zone,Xinshi, Deqing,Zhejiang,China Deqing Zhejiang 313200 CN', 'CN', 'MA-S', '2019-05-14', '2019-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18090, '88a303', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18091, '003098', 0, 'Global Converging Tech', '1800 Preston Park Blvd. Plano TX 75093 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18092, '001d51', 0, 'Babcock & Wilcox Power Generation Group, Inc', '11864 Canon Blvd, Suite 105 Newport News VA 23606 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18093, '345760', 0, 'MitraStar Tech Corp', 'No. 6, Innovation Road II, Hsinchu 300 TW', 'TW', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18094, 'bce143', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18095, '003045', 0, 'Village Networks, Inc (Vni)', '100 Village Court - Ste. #301 Hazlet NJ 07730 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18096, '000f51', 0, 'Azul Systems, Inc', '1600 Plymouth Street Mountain View California 94043 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18097, '00220d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18098, '001bc5041', 0, 'DesignA Electronics Ltd', 'Unit 6 Christchurch New Zealand 8011 NZ', 'NZ', 'MA-S', '2011-10-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18099, 'c8d779', 0, 'Qing Dao Haier Telecom Co, Ltd', 'No 1 Haier road,Hi-tech Zone,Qingdao,PR.China Qingdao Shandong 266101 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18100, '006091', 0, 'First Pacific Networks, Inc', '871 FOX LANE SAN JOSE CA 95131 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18101, '001bac', 0, 'Curtiss Wright Controls Embedded Computing', '10201 Wateridge Circle San Diego CA 92121 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18102, 'c8ff28', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18103, '0cfe5da', 0, 'Fujian Jieyu Computer Tech Co, Ltd', '3rd Floor, Building 21, Cangshan Park, Jinshan Orange Garden Industrial Park, Cangshan District Fuzhou Fujian 350000 CN', 'CN', 'MA-M', '2018-08-07', '2018-08-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18104, '0050c21e7', 0, 'Smith Meter, Inc', '1602 Wagner Ave. Erie PA 16510 US', 'US', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18105, '001aea', 0, 'Radio Terminal Systems Pty Ltd', '1st Floor Laverton North Victoria 3026 AU', 'AU', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18106, 'dc9fa4', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18107, '4c6255', 0, 'Sanmina-Sci System DE Mexico S.A. DE C.V.', 'Carretera Guadalajara-chapala km 15.5 #45 TLAJOMULCO JALISCO 45640 MX', 'MX', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18108, '40d8551d5', 0, 'Fst21 Ltd', '33 Lazarov St. Rishon Le Zion Israel 75654 US', 'US', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18109, '54a274', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18110, '64b0a6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18111, '70b3d5541', 0, 'Nanjing Pingguang Electronic Tech Co, Ltd', 'B30/B31 4th Floor, Building#11, Shengtai Road, JiangNing District NanJing 211100 CN', 'CN', 'MA-S', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18112, '00c08d', 0, 'Tronix Product Development', '4908 E. MCDOWELL RD. STE.#100 PHOENIX AZ 85008 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18113, '00d07c', 0, 'Koyo Electronics Inc Co, Ltd', '1-171 TENJIN-CHO KODAIRA JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18114, '001700', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-01-04', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18115, '900dcb', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-01-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18116, '380e4d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18117, '00c0e4', 0, 'Siemens Building', 'TECHNOLOGIES, INC. BUFFALO GROVE IL 60089 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18118, '000a3b', 0, 'Gct Semiconductor, Inc', '2121 Ringwood Avenue San Jose CA 95131 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18119, '001d7a', 0, 'Wideband Semiconductor, Inc', '1350 Pear Ave Mountain View CA 94043 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18120, '0050c29f5', 0, 'Commex Tech', '4 Hanechoshet St. Tel Aviv 69719 IL', 'IL', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18121, '0050c2a19', 0, 'Icon Time Systems', '15201 NW Greenbrier Parkway #A1 Beaverton OR 97006 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18122, '002616', 0, 'Rosemount Inc', '8200 Market Boulevard Chanhassen MN 55317 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18123, '98f9c7a', 0, 'Msb Elektronik und Gerätebau GmbH', 'Hofwiesenstr. 23 Crailsheim 74564 DE', 'DE', 'MA-M', '2018-08-17', '2018-08-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18124, '0050c2013', 0, 'Sensys Tech Inc', '8419 Terminal Rd. Newington VA 22122 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18125, '001b26', 0, 'Ron-Telecom Zao', '15 A, Zarechnaya st. Trehgorny Chelyabinsk region 456080 RU', 'RU', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18126, '001a4a', 0, 'Qumranet Inc', '530 Lakeside Drive Sunnyvale California 94085 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18127, 'e4ad7d', 0, 'Scl Elements', '5800 St-Denis, #222 Montreal Quebec H2S3l5 CA', 'CA', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18128, '70b3d5226', 0, 'Yaviar', 'Mamina-Sibiryaka 145 Ekaterinburg Sverdlovsk oblast 620137 RU', 'RU', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18129, '589ec6', 0, 'Gigaset Communications GmbH', 'Frankenstrasse 2 Bocholt NRW 46395 DE', 'DE', 'MA-L', '2018-08-21', '2018-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18130, '70b3d5c82', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'MA-S', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18131, '90adfc', 0, 'Telechips, Inc', '19F~23F,Luther Bldg.42, Olympic-ro 35da-gil, Songpa-gu, Seoul Seoul 05510 KR', 'KR', 'MA-L', '2019-12-31', '2019-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18132, '000e18', 0, 'MyA Tech', '2100 Muirwood Way San Jose CA 95132 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18133, '001830', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-06-13', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18134, '40d8550b8', 0, 'Ferlin Trading BV', 'Galileistraat 29 Dedemsvaart Overijssel 7701 SK NL', 'NL', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18135, '043a0d', 0, 'SM Optics S.r.l.', 'via Michelangelo Buonarroti, 1 Cologno Monzese Milan I-20093 IT', 'IT', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18136, 'ccf9e4', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18137, '001316', 0, 'L-S-B Broadcast Tech GmbH', 'Gustav-Stresemann-Str. 8 Bingen Rheinland-Pfalz 55411 DE', 'DE', 'MA-L', '2004-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18138, '0050c2d56', 0, 'Selex Communications Ltd', 'Lambda House Basildon Essex SS14 3EL GB', 'GB', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18139, '4c9e80', 0, 'Kyokko Electric Co, Ltd', '5-7-20, Motomachi-dori, Chuo-Ku Kobe Hyogo 6500022 JP', 'JP', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18140, '648788', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2011-11-13', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18141, 'ac1ed0', 0, 'Temic Automotive Philippines Inc', 'Bagsakan Road, FTI estate Taguig 1630 PH', 'PH', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18142, '0006fe', 0, 'Ambrado, Inc', '11301 W. President George Bush Fwy. Richardson TX 75080 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18143, '7cf0ba', 0, 'Linkwell Telesystems Pvt Ltd', '1-11-252/1/A, Gowra Klassic Hyderabad Andhra Pradesh 500016 IN', 'IN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18144, 'a041a7', 0, 'NL Ministry of Defense', 'PO Box 10000 Noord Holland 1780 CA Den Helder NL', 'NL', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18145, '40d855021', 0, 'Smt d.o.o.', 'LIMINJANSKA 96 PORTORO PORTORO 6320 SI', 'SI', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18146, 'ccb8a8', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18147, 'c894bb', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18148, '28395e', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2016-11-16', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18149, 'd8a315', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18150, '00068d', 0, 'Sepaton, Inc', '400 Nickerson Rd. Marlborough MA 01752 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18151, '502690', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2011-09-24', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18152, 'acd180', 0, 'Crexendo Business Solutions, Inc', '10201 S. 5st St. Phoenix AZ 85044 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18153, '70b3d5289', 0, 'Shenzhen Rongda Computer Co, Ltd', 'Room A616, Aoshida Building, Zhongkang Road, Futian District Shenzhen Guangdong 518049 CN', 'CN', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18154, '70b3d5f3d', 0, 'Kaya Instruments', '20 HaMesila St. Nesher 3688520 IL', 'IL', 'MA-S', '2020-02-13', '2020-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18155, '000afa', 0, 'Traverse Tech Australia', 'Unit 13, 240 Sydney Rd Coburg Victoria 3058 AU', 'AU', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18156, '0016d2', 0, 'Caspian', '170 Baytech Drive San Jose CA 95134 US', 'US', 'MA-L', '2005-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18157, '000b58', 0, 'Astronautics C.A Ltd', '23 hayarkon street Bnei Brak 51261 IL', 'IL', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18158, '000bb3', 0, 'RiT Tech Ltd', '24 Raoul Walenberg St. Tel Aviv 69719 IL', 'IL', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18159, '001672', 0, 'Zenway enterprise Ltd', '6F., No.20, Lane 150, Jhongsing Rd., Sijhih City Taipei 886 TW', 'TW', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18160, '001e39', 0, 'Comsys Communication Ltd', '9 Hamenofim st. Herzelia 46725 IL', 'IL', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18161, '0050c2f78', 0, 'Gets Mss S.A.', 'Avenue des Boveresses n°52 Lausanne Vaud 1010 CH', 'CH', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18162, 'fca47ab', 0, 'Shenzhen Nokelock Tech Co, Ltd', '9th Floor, B Block, Fuhua Technology Building, No 9116 Beihuan Road, Xili Street, Nanshan District, Shenzhen 518057 CN', 'CN', 'MA-M', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18163, '00002d', 0, 'Chromatics Inc', '2558 MOUNTAIN INDUSTRIAL BLVD TUCKER GA 30084 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18164, '000442', 0, 'Nact', '191 W. 5200 N. Provo UT 84604 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18165, '000f27', 0, 'Teal Electronics, Inc', '10350 Sorrento Valley Road San Diego California 92121 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18166, '0050c24ed', 0, 'Lab X Tech, Llc', '176 Anderson Avenue Rochester New York 14607 US', 'US', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18167, '646d6c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18168, '00e0b1', 0, 'Alcatel-Lucent Enterprise', '26801 West Agoura Road Calabasas CA 91301 US', 'US', 'MA-L', '1980-01-01', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18169, '00901f', 0, 'Adtec Productions, Inc', '408 RUSSELL STREET NASHVILLE TN 37206 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18170, 'cc2237b', 0, 'Tolomatic, Inc', '3800 County Road 116 Hamel MN 55340 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18171, '0012d8', 0, 'International Games System Co, Ltd', 'No.130, Wu-Gung Rd., Wu-Gu Industrial Park, Taipei 248 TW', 'TW', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18172, '0050c24fb', 0, 'Bes Tech Group', '3080 Olcott str ste 205a Santa Clara CA 95054 US', 'US', 'IAB', '2005-09-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18173, '0050c22a9', 0, 'Dr. Staiger, Mohilo + Co GmbH', 'Maierhofstraße 35 Lorch Baden-Württemberg D 73547 DE', 'DE', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18174, 'b40e96', 0, 'Heran', 'No.88, Keji 3rd Rd., Guishan Township Taoyuan R.O.C 333 TW', 'TW', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18175, '70b3d51ac', 0, 'Svp Broadcast Microwave S.L.', 'Zubiaurre, 7 bajo Iurreta Vizcaya 48215 ES', 'ES', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18176, '3c7f6f', 0, 'Telechips, Inc', '19F~23F,Luther Bldg.42, Olympic-ro 35da-gil, Songpa-gu, Seoul Seoul 05510 KR', 'KR', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18177, '78725d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18178, '0020d8', 0, 'Nortel Networks', '4401 Great America Pkwy. Santa Clara CA 94588 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18179, '0090ab', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18180, '709e29', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2013-06-20', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18181, '8c60e7', 0, 'Mpgio Co, Ltd', 'MPGIO Bldg., 98 Uijeong St., Uijeongbu Korea / Gyeonggi 11623 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18182, '70b3d5d55', 0, 'WM Design s.r.o', 'Zamoravi 1572 Napajedla 76361 CZ', 'CZ', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18183, 'aca667', 0, 'Electronic Systems Protection, Inc', '8001 Knightdale Blvd. Knightdale NC 27545 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18184, '70b3d5f53', 0, 'HighTechSystem Co, Ltd', '1-16-7 Matsunami Yamagata-shi Yamagata 990-0023 JP', 'JP', 'MA-S', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18185, '0050c221b', 0, 'GD Mission Systems', '8220 E. Roosevelt Street Scottsdale AZ 85257 US', 'US', 'IAB', '2003-02-18', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18186, '001a77', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-11-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18187, '0050c2c86', 0, 'Bruckner & Jarosch Ingenieurgesellschaft mbH', 'Nonnengasse 5a Erfurt Thuringia 99084 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18188, '685b35', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-03-10', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18189, '14c126', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI', 'FI', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18190, '4865ee3', 0, 'Data Tech Inc', 'Tachikawa Nishiki-cho Bldg 8F, 1-8-7 Nishiki-cho Tachikawa-shi Tokyo 190-0022 JP', 'JP', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18191, '70b3d5ca3', 0, 'Saankhya Labs Private Ltd', 'Embassy Icon, 3rd Floor, No. 3, Infantry Road, Bangalore Karnataka 560001 IN', 'IN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18192, '00221e', 0, 'Media Devices Co, Ltd', 'Rm1002 Ace TechnoTower(9th) 345-30 Seoul 153-802 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18193, '00271f', 0, 'Mipro Electronics Co, Ltd', '814,Peikang Road Chiayi 60096 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18194, '0010ad', 0, 'Softronics Usb, Inc', '5085 LIST DRIVE COLORADO SPRINGS CO 80919 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18195, '000011', 0, 'Normerel Systemes', '58 RUE POTTIER FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18196, '0050c2c37', 0, 'B.E.A.R. Solutions (Australasia) Pty, Ltd', 'Unit 226 Bella Vista NSW AU', 'AU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18197, 'a4f3c1', 0, 'Open Source Robotics Foundation, Inc', '419 N Shoreline Blvd Mountain View CA 94043 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18198, '70b3d559c', 0, 'Dave Srl', 'VIA TALPONEDO 29/A PORCIA PORDENONE 330850 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18199, 'b4e01d', 0, 'Conception Electronique', '3 boulevard de l\'europe NEUFCHATEL EN BRAY 76270 FR', 'FR', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18200, '00a01f', 0, 'Tricord Systems, Inc', '2800 NORTHWEST BOULEVARD PLYMOUTH MN 55441-2625 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18201, '00e014', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18202, '002424', 0, 'Ace Axis Ltd', '602 Delta Business Park, Welton Road Swindon SN5 7XP GB', 'GB', 'MA-L', '2008-11-09', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18203, 'd4cbaf', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18204, 'c89383', 0, 'Embedded Automation, Inc', '17345 Abbey Drive Surrey BC V4N 4M3 CA', 'CA', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18205, '40d8550c8', 0, 'Mettler Toledo', '1571 Northpointe Parkway Lutz FL 33558 US', 'US', 'IAB', '2013-04-03', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18206, '008022', 0, 'Scan-Optics', '201 TECHNOLOGY DRIVE IRVINE CA 92718 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18207, '0023ce', 0, 'Kita Denshi Corp', '12F TOKYO-NISHIIKEBUKURO Bilg., Toshima-ku, Tokyo 171-0021 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18208, 'f0c371', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18209, '0016d9', 0, 'Ningbo Bird Co, Ltd', 'No.999 Dacheng East Road Fenghua Zhejiang 315500 CN', 'CN', 'MA-L', '2005-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18210, '107223', 0, 'Tellescom Industria E Comercio EM Telecomunicacao', 'Av. Buriti, 1900 – Setor B – Distrito Industrial Manaus Amazonas 69075-000 BR', 'BR', 'MA-L', '2016-06-27', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18211, '000d20', 0, 'Asahikasei Technosystem Co, Ltd', 'Kanda Jinbocho 1-105 Chiyoda-ku Tokyo 101-8101 JP', 'JP', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18212, '00262b', 0, 'Wongs Electronics Co Ltd', 'Wanfeng Ind. Esata, Shajing, Baoan, Shenzhen Guang Dong 518104 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18213, '34029b', 0, 'Plexonics Tech Ltd', '1st Floor, 181/23 Industrial Area Phase 1 Chandigarh Punjab 160002 IN', 'IN', 'MA-L', '2014-07-13', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18214, '70b3d5243', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'MA-S', '2014-11-04', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18215, '5cbaef', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2019-11-23', '2019-11-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18216, '00908f', 0, 'Audio Codes Ltd', '3A NETANYAHU STREET OR YEHUDA 60256 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18217, '0050c2247', 0, 'Gradual Tecnologia Ltda.', 'Rua Attilio Giaretta, 110 Itatiba SP 13257-584 BR', 'BR', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18218, '3cfad3e', 0, 'Mirico', '30 DongSan Rd 9th floor Mirico Ansan Gyunggi 15434 KR', 'KR', 'MA-M', '2019-11-20', '2019-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18219, '9ccad9', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18220, '70b3d53ce', 0, 'Aditec GmbH', 'Talweg 17 Offenau Baden-Wuerttemberg 74254 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18221, '64a3cb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18222, '9c9726', 0, 'Technicolor', 'Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE', 'BE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18223, '0030e4', 0, 'Chiyoda System Riken', '2-7, KANDA-NISHIKI-CHO JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18224, '000bb2', 0, 'Smallbig Tech', '3F Dongsung Bldg. 720-9 Yoksamdong Gangnamgu Seoul 135-080 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18225, 'bc25f0', 0, '3D Display Tech Co, Ltd', '4F., No.542-17, Zhongzheng Rd New Taipei City 242 TW', 'TW', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18226, '986d35e', 0, 'Baycom Opto-Electronics Technolgy Co, Ltd', '3F, NO.9, INDUSTRIAL EAST 9TH RD. HSINCHU SCIENCE PARK, HSIN-CHU CITY, TAIWAN, R.O.C. HSIN-CHU 30075 TW', 'TW', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18227, '005037', 0, 'Koga Electronics Co', '5-8-10, TEHARA, RITTO-CHO SHIGA, 420-3047 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18228, 'f4c447', 0, 'Coagent International Enterprise Ltd', 'FLAT/RM 2 6F CROWN TND BLDG 106 HOW MING ST KWUN TONG Hong Kong Hong Kong 528133 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18229, '000a37', 0, 'Procera Networks, Inc', '1299 Orleans Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18230, '0050c23db', 0, 'Osmetech Inc', '235 Hembree Park Drive Roswell GA 30076 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18231, '0050c2e03', 0, 'Icu Scandinavia Schweiz GmbH', 'Bahnhofstrasse 2 Signau Bern 3534 CH', 'CH', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18232, 'd437d7', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18233, '54cd10', 0, 'Panasonic Mobile Communications Co, Ltd', '600 Saedo-cho Tsuzuki-ku Yokohama City Kanagawa 224-8539 JP', 'JP', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18234, '000057', 0, 'Scitex Corp Ltd', 'P.O. BOX 330 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18235, '0005bd', 0, 'Roax BV', 'Sterrenbergweg 29 NL', 'NL', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18236, 'a4e615', 0, 'Shenzhen Chuangwei-Rgb Electronics Co, Ltd', 'Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18237, 'f0b968', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2018-12-31', '2018-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18238, '004091', 0, 'Procomp Industria Eletronica', 'AV. KENKITI SIMOMOTO, 767 BR', 'BR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18239, '00216a', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18240, 'ecf72b', 0, 'HD Digital Tech Co, Ltd', 'Room 602, Baoyuan road, Banan District Shenzhen Guangdong 518102 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18241, '0cfe45', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2015-04-04', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18242, '0002a9', 0, 'Racom, s.r.o.', 'Mirova 1283, Nove Mesto na Morave 592 31 Czech republic CZ', 'CZ', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18243, '180c14', 0, 'iSonea Ltd', '125 South Tremont Street Oceanside CA 92054 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18244, 'f455e0', 0, 'Niceway Cnc Tech Co, LtdHunan Province', '5/F,Innovation-Undertaking Center,HuanBao Industrial Park,199#,ZhenHua Road, Changsha Hunan 410116 CN', 'CN', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18245, '547398', 0, 'Toyo Electronics Corp', '1860-38, Simoakasaka Kawagoe Saitama 3501155 JP', 'JP', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18246, '0050c26fb', 0, 'WaveIP', 'Teradion Industrial Park Misgav 20179 IL', 'IL', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18247, '502da2', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18248, '001e13', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18249, '0050c299c', 0, 'CaTs3 Ltd', '21 Lindisfarne Drive Kenilworth Warwickshire CV8 2PQ GB', 'GB', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18250, '6c2f2c', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18251, '70b3d522e', 1, 'Private', '', '', 'MA-S', '2014-11-04', '2014-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18252, 'a0c5f28', 0, 'CoolR Group Inc', '14100 Parke Long Ct Suite I Chantilly VA 20151 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18253, '0080d3', 0, 'Shiva Corp', '205 BURLINGTON ROAD BEDFORD MA 01730 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18254, '0012b5', 0, 'Vialta, Inc', '48461 Fremont Blvd. Fremont CA 94538 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18255, '38d135', 0, 'EasyIO Corp Sdn. Bhd.', 'No. 32-2 & 32-3, Jalan Puteri 2/4 Puchong Selangor 47100 MY', 'MY', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18256, '2cd141e', 0, 'Cita Smart Solutions Ltd', '5th Floor, 52-54 Gracechurch Street, London EC3V 0EH, United Kingdom London N/L EC3V 0EH GB', 'GB', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18257, '08ed023', 0, 'Jiangsu Logread Network Tech Co, Ltd', 'No. 100 # 9, Shu Gang West Road, HanJiang Area, Yangzhou Jiangsu 225100 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18258, '8c395c', 0, 'Bit4id Srl', 'Via Diocleziano, 107 Naples 80125 IT', 'IT', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18259, '08d23e', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18260, '006075', 0, 'Pentek, Inc', '1 PARK WAY UPPER SADDLE RIVER NJ 07458 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18261, '0050c2a89', 0, 'CA Traffic Ltd', 'Griffin Lane Aylesbury Buckinghamshire HP198BP GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18262, '785773', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18263, '002065', 0, 'Supernet Networking Inc', '16 TOZERET HA\'ARETZ ST. TEL-AVIV 67891 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18264, '101dc0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-07-26', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18265, '0016a3', 0, 'Ingeteam Transmission&Distribution, S.A.', 'C/ Usausuaga, 7 Basauri Bizkaia 48970 ES', 'ES', 'MA-L', '2005-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18266, '001775', 0, 'Tte Germany GmbH', 'Hermann-Schwer-Straße 3 Villingen-Schwenningen Baden-Württemberg 78048 DE', 'DE', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18267, '0050c237d', 0, 'VeroTrak Inc', '6062 Hollow Tree Court Colorado Springs CO 80918 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18268, '00159b', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2005-08-24', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18269, '249eab', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-01-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18270, 'd0d94f5', 0, 'Optigo Networks', '#320 – 887 Great Northern Way Vancouver BC V5T 4T5 CA', 'CA', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18271, 'ac4ffc', 0, 'Svs-Vistek GmbH', 'Muehlbachstraße 20 Seefeld BY 82229 DE', 'DE', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18272, '40d8551e4', 0, 'Stek Ltd', 'Metallistov pr. 23-4-10 Saint-Petersburg - 195176 RU', 'RU', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18273, '64a5c3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18274, '509a4c', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18275, 'd05995', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18276, '001040', 0, 'Intermec Corp', '6001 36TH AVE WEST EVERETT WA 98203-9280 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18277, 'a4b1ee', 0, 'H. Zander GmbH & Co KG', 'Am Gut Wolf 15 Aachen 52070 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18278, 'a4da220', 0, 'General Electric Co', 'Valle del Cedro #1551 Ciudad Juarez Chih 32575 MX', 'MX', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18279, 'c0b883', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-07-16', '2019-07-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18280, '001bfc', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou Taipei 112 TW', 'TW', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18281, '78ec22', 0, 'Shanghai Qihui Telecom Tech Co, Ltd', 'Room 501, No 2 BoYun Rd, PuDong New Area, Shanghai 201203 CN', 'CN', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18282, '70b3d5add', 0, 'Ghl Systems Berhad', 'Unit L8 C-G-15, Block C, Bandar Sri Damansara Kuala Lumpur 52200 MY', 'MY', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18283, '38b19e4', 0, 'Basalte Bvba', 'Hundelgemsesteenweg 1a Merelbeke 9820 BE', 'BE', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18284, '000ff8', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18285, '00123f', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2004-09-02', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18286, '68a1b7', 0, 'Honghao Mingchuan Tech (Beijing) Co, Ltd', 'Floor 8,Tower A, Wanliu Yicheng Building Beijing 100089 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18287, '0050c2f39', 0, 'InForce Computing, Inc', '48860 Milmont Drive, Suite 101C Fremont CA 94538 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18288, 'd4a499', 0, 'InView Tech Corp', '8900 Shoal Creek Blvd Austin TX 78757 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18289, '00e0cd', 0, 'Saab Sensis Corp', '85 Collamer Crossings East Syracuse NY 13057 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18290, '00048c', 0, 'Nayna Networks, Inc', '157 Topaz St. Milpitas CA 95035 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18291, '0050c2923', 0, 'Amicus Wireless', '295 Santa Ana Court Sunnyvale CA 94085 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18292, '0050c2ac8', 0, 'Palladio Systeme GmbH', 'Thalkirchner Str. 76 80337 BY 80337 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18293, 'a80600', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18294, '8c7716', 0, 'Longcheer Telecommunication Ltd', 'Building 1,No.401,Caobao Rd Shanghai Xuhui District 200233 CN', 'CN', 'MA-L', '2013-01-16', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18295, '70b3d526e', 0, 'HI-Tech System Co Ltd', '76-22 Toiso Eniwa Hokkaido 061-1405 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18296, '8c192d4', 0, 'Charmlink Tech(HK) Co, Ltd', 'UNIT 04,7/F BRIGHT WAY TOWER NO.33 MONG KOK RD KL HONGKONG 999077 HK', 'HK', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18297, '0050c2456', 0, 'Drdc Valcartier', '2459 blvd. Pie XI North Val-Belair Québec G3J 1X5 CA', 'CA', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18298, '001e0b', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2007-09-29', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18299, 'e0d083', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18300, '008dda', 0, 'Link One Co, Ltd', '601F Chungjuk tower 546-9 Buchion Gyeonggi-do 420-864 KR', 'KR', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18301, '70b3d544e', 0, 'Solace Systems, Inc', '535 Legget Drive, Kanata Ontario K2K3B8 CA', 'CA', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18302, '4c1a3d', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18303, '38baf8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18304, '70b3d55da', 0, 'Valk Welding B.V.', 'Staalindustrieweg 15 Alblasserdam Zuid Holland 2952 AT NL', 'NL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18305, '981e19', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18306, '000b35', 0, 'Quad Bit System Co, Ltd', '402 Gayang Technotown Seoul Kangseogu 157-810 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18307, '0050c23b6', 0, 'Arecont Vision', '754 Brookside Lane Sierra Madre CA 91024 US', 'US', 'IAB', '2004-08-23', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18308, 'cc418e', 0, 'Msa Innovation', '1100 Cranberry Woods Road Cranberry Township PA 16066 US', 'US', 'MA-L', '2020-01-11', '2020-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18309, 'a0a8cd', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18310, 'd00401', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18311, '0050c22ab', 0, 'Aum Infotech Private Ltd', '306,17c main Road, Bangalore Karnataka 560010 IN', 'IN', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18312, '0022c0', 0, 'Shenzhen Forcelink Electronic Co, Ltd', '2nd and 3rd floor, Hasse manufacture building, Hasee industrial park Shenzhen Guangdong 518112 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18313, '70b3d5579', 0, 'Chelsea Tech Group Ltd', '55, Central Avenue West Molesey Surrey KT8 2QZ GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18314, '6c710d', 0, 'Cisco Systems, Inc', '80 West Tasman Dr. San Jose CA 94568 US', 'US', 'MA-L', '2019-08-09', '2019-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18315, '000725', 0, 'Bematech International Corp', '5895 Shiloh Road Alpharetta GA 30005 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18316, '0050c2299', 0, 'Cad-UL GmbH', 'Nicolaus-Otto Str. 4 Ulm BW 89079 DE', 'DE', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18317, 'b46bfc', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18318, 'b09928', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2011-05-07', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18319, 'c48f07', 0, 'Shenzhen Yihao Hulian Science and Tech Co, Ltd', 'Room A, Floor 6, Building 210, Tairan Industry and Trade Park, Che Kung Temple, Futian District, Shenzhen, Guangdong Province ShenZhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18320, '708105', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18321, '0463e0', 0, 'Nome Oy', 'Lunkintie 9 Oulunsalo Oulun lللni 90460 FI', 'FI', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18322, 'd8004d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18323, '14f28e', 0, 'ShenYang ZhongKe-Allwin Tech CoLtd', 'No.6, Gaoge Road, ShenYang Liaoning 110179 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18324, 'f81897', 0, '2Wire Inc', '1764 Automation Parkway San Jose 95131 US', 'US', 'MA-L', '2014-11-11', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18325, 'f802783', 0, '3Shape Holding A/S', 'Holmens Kanal 7,2 Copenhagen K. Copenhagen 1060 DK', 'DK', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18326, '001158', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2004-06-05', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18327, '0019b3', 0, 'Stanford Research Systems', '1290-D Reamwood Ave Sunnyvale CA 94089 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18328, '00bf61', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18329, '2c265f4', 0, 'Gta Electronics Co, Ltd', '9F., No.788, Zhongzheng Rd., Zhonghe Dist. New Taipei City 23586 TW', 'TW', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18330, '70b3d5f9f', 0, 'Mac Solutions (UK) Ltd', 'Units 6-7 Kingfisher Business Park, Arthur Street Redditch Worcestershire B98 8LG GB', 'GB', 'MA-S', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18331, '002193', 0, 'Videofon MV', '6 Blackoak Mews Newtown PA 18940 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18332, '34fcef', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2014-11-11', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18333, '005a13', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18334, '000824', 0, 'Nuance Document Imaging', '8390 Mayrand Street Montreal Quebec H4P 2C9 CA', 'CA', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18335, '000947', 0, 'Aztek, Inc', '23 Spectrum Pointe #209 Lake Forest California 92630 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18336, '00162a', 0, 'Antik computers & communications s.r.o.', 'Razusova 2 Kosice SK SK-04001 SK', 'SK', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18337, '001e79', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18338, '1010b6', 0, 'McCain Inc', '2365 Oak Ridge Way Vista CA 92081 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18339, 'b45861', 0, 'CRemote, Llc', '1195 Noel Drive MENLO PARK CA 94025 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18340, '9cf387', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18341, '70b3d5f7e', 0, 'Alpha Elettronica s.r.l.', 'Strada Antolini 2/a Collecchio Parma 43044 IT', 'IT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18342, '0007a8', 0, 'Haier Group Tech Ltd', 'No. 1 Haier Road, Hi-tech Zone 00000 00000 CN', 'CN', 'MA-L', '2001-10-24', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18343, '000ce3', 0, 'Option International N.V.', 'Kolonel Begaultlaan 45 Leuven Brabant 3012 BE', 'BE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18344, '70b3d5b31', 0, 'Qwave Inc', '18725 Metler Ct Saratoga CA 95070 US', 'US', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18345, '883b8b', 0, 'Cheering Connection Co Ltd', 'Room 602, Shenzhen Software Park T2-B Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18346, '203233', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2018-08-31', '2018-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18347, '88a479', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18348, '001c62', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2007-05-13', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18349, '0050c2826', 0, 'Hewi Heinrich Wilke GmbH', 'Prof.-Bier-Str. 1-5 Bad Arolsen Hessen 34454 DE', 'DE', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18350, 'c88a83', 0, 'Dongguan HuaHong Electronics Co, Ltd', 'NO.25,Xing Er Road,Chen Wu Industrial Zone,Wusha Village,Chang£§an Town Dongguan City China/Guangdong 523858 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18351, '7c8306', 0, 'Glen Dimplex Nordic as', 'Postboks 16 Stjoerdal N-T 7501 NO', 'NO', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18352, 'ac1585', 0, 'silergy Corp', 'Oleander Way,802 West Bay Road,P.O. BOX 32052 Grand Cayman KYI-1208,Cayman Islands 32052 US', 'US', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18353, '00076b', 0, 'Stralfors AB', 'Langgatan 21 SE', 'SE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18354, '001daf', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2007-08-18', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18355, '0016f4', 0, 'Eidicom Co, Ltd', 'Polychem B/D 4th Floor, 900-1 Anyang-si Kyeonggi-do 431-060 KR', 'KR', 'MA-L', '2006-01-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18356, '001963', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2006-08-21', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18357, '2c4835', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18358, '0050c2060', 1, 'Private', '', '', 'IAB', '2002-08-08', '2002-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18359, '001324', 0, 'Schneider Electric Ultra Terminal', 'Industriparken 32 Copenhagen 2750 DK', 'DK', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18360, '04ff51', 0, 'Novamedia Innovision SP. Z O.O.', 'WODNA 7 KALISZ WIELKOPOLSKA 62-800 PL', 'PL', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18361, '3c6104', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-07-12', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18362, '70b3d5abf', 0, 'Agr International', '615 Whitestown Road Butler PA 16001 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18363, '4c1b86', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18364, 'a0224e', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18365, '002333', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18366, '88ba7f', 0, 'Qfiednet Co, Ltd', '#204 KJ Bldg. DaeChi-Dong Seoul 135-847 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18367, '24f0ff', 0, 'Ght Co, Ltd', '#16 Nanyunyi Lu, Guangzhou Science City Guangzhou Guangdong 510663 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18368, 'cc19a8', 0, 'PT Inovação e Sistemas SA', 'Rua Eng. José Ferreira Pinto Basto Aveiro Aveiro 3810-106 PT', 'PT', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18369, '001d72', 0, 'Wistron Corp', '21F, 88, Sec.1, Hsin Tai Wu Rd., Hsichih, Taipei Hsien 221 TW', 'TW', 'MA-L', '2007-08-18', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18370, 'a88792', 0, 'Broadband Antenna Tracking Systems', '8902 Vincennes Circle, Suite D-2 Indianapolis IN 46268 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18371, '0050c21b7', 0, 'MosChip Usa', '3335 Kifer Rd Santa Clara CA 95051 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18372, '000b8e', 0, 'Ascent Corp', '2-16-19, Kawaraya-machi, Chuo-Ku, Osaka-City Osaka-Pref 542-0066 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18373, '000551', 0, 'F & S Elektronik Systeme GmbH', 'Untere Waldplaetze 23 Stuttgart 70569 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18374, '0c8525', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18375, '40d855154', 0, 'iart', 'Muelhauserstrasse 111 Basel Basel-Stadt 4056 CH', 'CH', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18376, '6462660', 0, 'MiiVii Dynamics Tech Co, Ltd', '1408-1415 Tower A BUGG Building,No.18 N. Taipingzhuang Rd,haidian District Beijing Beijing 100000 CN', 'CN', 'MA-M', '2019-12-19', '2019-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18377, '0050c2690', 0, 'Ghl Systems Berhad', 'L5-E-7B, Enterprise 4 Kuala Lumpur Wilayah 57000 MY', 'MY', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18378, '0021f1', 0, 'Tutus Data AB', 'Svardvagen 11 Danderyd Stockholm 18233 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18379, '0050c288b', 0, 'Hollis Electronics Co Llc', '5 Northern Blvd., Unit #13 Amherst NH 03031 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18380, '0050c29b8', 0, 'Sound Player Systems e.K.', 'Max-Volmer-Strasse 27 Hilden NRW 40721 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18381, '746ff7', 0, 'Wistron Neweb Corp', 'No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW', 'TW', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18382, '28ad3e', 0, 'Shenzhen Tong BO Wei Tech Co, Ltd', 'Longhua District, Dalang street Langkou community Huarong Road Peng Tengda Industrial Park 4 5 floor SHENZHEN guangdong 518109 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18383, '7487bb', 0, 'Ciena Corp', '7035 Ridge Road Hanover MD 21076 US', 'US', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18384, 'd0efc1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18385, '00c030', 0, 'Integrated Engineering B. V.', 'ELLERMANSTRAAT 15 THE NL', 'NL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18386, '0050c2023', 0, 'Zabacom, Inc', '5 Choke Cherry Road Rockville MD 20850 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18387, '8c965f', 0, 'Shandong Zhongan Tech Co, Ltd', 'North of Kejia Road, East District, Jinan High-tech Zone Jinan Shandong 250100 CN', 'CN', 'MA-L', '2018-12-13', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18388, '70b3d54e5', 0, 'viZaar industrial imaging AG', 'Hechinger Strasse 152 Albstadt Baden-Württemberg 72461 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18389, '0050c2f06', 0, 'Micro-Key BV', 'Industrieweg 28 Noordhorn Groningen 9804 TG NL', 'NL', 'IAB', '2011-12-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18390, '2cf7f1', 0, 'Seeed Tech Inc', '5th Floor, 8th Building, Shiling industrial Park, XiLi Town, NanShan dist. Shenzhen ShenZhen GuangDong 518055 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18391, 'dcde4f', 0, 'Gionee Communication Equipment Co, Ltd', '21/F Times Technology Building, 7028 Shennan Road Shenzhen Futian District 518040 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18392, '3009f99', 0, 'Bonraybio', '4F., No.118, Gongye 9th Rd., Dali Dist., Taichung City Taiwan 412 TW', 'TW', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18393, '70b3d5113', 0, 'iREA System Industry', 'Rm 210, Sahwa-ro 210, Uichang-gu Changwon-si Gyeongsangnam-do 51390 KR', 'KR', 'MA-S', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18394, '000749', 0, 'CENiX Inc', '5141 California Avenue Irvine CA 92612 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18395, '383a21d', 0, 'Colooc AB', 'Nåsvägen 9 Bromma Sverige 16775 SE', 'SE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18396, '406f2a', 0, 'BlackBerry Rts', '295 Phillip Street Waterloo Ontario N2V 2S7 CA', 'CA', 'MA-L', '2013-01-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18397, '70b3d5b2f', 0, 'Hermann Automation GmbH', 'Erlenwiese 15 Mengerskirchen Hessen D-35794 DE', 'DE', 'MA-S', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18398, '00d0fc', 0, 'Granite Microsystems', '10202 N. ENTERPRISE DRIVE MEQUON WI 53092 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18399, 'b08991', 0, 'Lge', '60-39 , Kasan -dong , Gumcheon-gu. Seoul 153-801 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18400, '1ccae31', 0, 'Pga Electronic', 'ZI LA MALTERIE MONTIERCHAUME 36130 FR', 'FR', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18401, 'b83765', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18402, '3873ea8', 0, 'Rock Electronic Co, Ltd', 'No. 1 Chuangsheng Rd. shenzhen Guangdong 518055 CN', 'CN', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18403, 'f895ea', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18404, 'd45251', 0, 'Ibt Ingenieurbureau Broennimann Thun', 'Kasernenstrasse 5 Thun Bern 3600 CH', 'CH', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18405, '0043ff', 0, 'Ketron S.R.L.', 'Via Giuseppe Taliercio n. 7 Ancona 60131 IT', 'IT', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18406, '0050c2e0b', 0, 'Seartech', 'C2 Newlands Plaza Newlands Gauteng 0049 ZA', 'ZA', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18407, '70b3d5e0f', 0, 'Vtron Pty Ltd', 'Unit 2, 62 Township Drive West West Burleigh Queensland 4219 AU', 'AU', 'MA-S', '2015-08-12', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18408, '48f8db', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18409, '54a4936', 0, 'Hannto Tech Co, Ltd', 'Rm 704,No.1,Lane 88,Shengrong Road, Free Trade Pilot Area, Shanghai Shanghai 200120 CN', 'CN', 'MA-M', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18410, '000f58', 0, 'Adder Tech Ltd', 'Technology House Bar Hill Cambridgeshire CB3 8SQ GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18411, '0016af', 0, 'Shenzhen Union Networks Equipment Co, Ltd', 'Yihai Square east building 2307, Chuangye road, Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18412, '00c07b', 0, 'Ascend Communications, Inc', '1701 HARBOR BAY PARKWAY ALAMEDA CA 94502 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18413, '9cfc01', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18414, '0050c2c38', 0, 'Computer Automation Tech Inc', '3397 NW 23 Court Boca Raton Florida 33431 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18415, '143365', 0, 'Tem Mobile Ltd', 'RM1703, North Block, Cangsong Building, Tairan 6 road, Futian District, Shenzhen. Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18416, '08f4ab', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18417, 'd0d2b0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18418, '70b3d50b2', 0, 'ndb Tech', '1405-111 Av Saint-Jean-Baptiste Quebec Quebec G2E5K2 CA', 'CA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18419, '70b3d57d0', 0, 'Cubitech', '4-6 Kiprou str Tavros Athens 17778 GR', 'GR', 'MA-S', '2018-04-05', '2019-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18420, '001ab8', 0, 'Anseri Corp', '35E Industrial Way Rochester NH 03867 US', 'US', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18421, '0050c294f', 0, 'IT-Designers GmbH', 'Entennest 2 Esslingen 73730 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18422, '70b3d5b5e', 0, 'Dynics', '620 Technology Drive Ann Arbor MI 48108 US', 'US', 'MA-S', '2019-08-24', '2019-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18423, '68d247', 0, 'Portalis LC', '204 Fort Union Blvd. Ste. 202 Midvale UT 84047 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18424, 'e45e37', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-12-12', '2019-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18425, 'a4b2a7', 0, 'Adaxys Solutions AG', 'Eichtalstrasse 55 Hombrechtikon CH 8634 CH', 'CH', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18426, '0050c2d70', 0, 'C. Rob. Hammerstein GmbH & Co KG', 'Merscheider Strasse 167 Solingen NRW 42699 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18427, 'd87cdd', 0, 'Sanix Inc', 'Creation Core Fukuoka 212, 3-2-16 Kamikoga, Chikushino-shi Fukuoka 818-0041 JP', 'JP', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18428, '30862d', 0, 'Arista Network, Inc', '5453 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18429, '001400', 0, 'Minerva Korea Co, Ltd', '#203, SH Sienne, Seohyeon-Dong Seongnam-Si Gyeonggi-Do 463-821 KR', 'KR', 'MA-L', '2005-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18430, '0050c2d49', 0, 'Smith Meter, Inc', '1602 Wagner Ave Erie PA 16514 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18431, 'f40e11c', 0, 'Nihon Mega Logic Co, Ltd', 'Mitsui-Seimei-Kameido BLDG. 1F Koutou-ku Tokyo 136-0071 JP', 'JP', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18432, '70b3d5340', 0, 'Renesas Electronics', '2801 Scott Blvd Santa Clara CA 95050 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18433, '04c23e', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18434, '008009', 0, 'Jupiter Systems, Inc', '3073 TEAGARDEN STREET SAN LEANDRO CA 94577-5720 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18435, '0050cc', 0, 'Seagate Cloud Systems Inc', '1351 S Sunset Street Longmont CO 80501 US', 'US', 'MA-L', '2000-11-09', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18436, '0050c25be', 0, 'Card Access Services Pty Ltd', 'Level 2, 7-9 Albany St Sydney New South Wales 2065 AU', 'AU', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18437, '0050c29bc', 0, 'Vester Elektronik GmbH', 'Otto-Hahn-Straße 14 Straubenhardt Baden-Württemberg 75334 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18438, 'ec8ac7', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18439, '000cbf', 0, 'Holy Stone Ent. Co, Ltd', '1F, No.62, Sec.2, Huang Shan Rd., Taipei 114 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18440, '001437', 0, 'GSTeletech Co, Ltd', '1385-14, Juan-Dong, Nam-gu Incheon 402-200 KR', 'KR', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18441, '609aa4', 0, 'Gvi Security Inc', '2801 TRADE CENTER DR STE.120 CARROLLTON TX 75007 US', 'US', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18442, '185253', 0, 'Pixord Corp', '6F, No 12, Innovation 1st Road Hsinchu 30076 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18443, 'c8d3a3', 0, 'D-Link International', '1 Internal Business Park, #03-12. The Synergy Singapore Singapore 609917 US', 'US', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18444, '0c2d89', 0, 'QiiQ Communications Inc', '30 East Beaver Creek Road Richmond Hill Ontario L4B 1J2 CA', 'CA', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18445, '70b3d59a7', 0, 'Honeywell', '13350 US Highway 19 N Clearwater FLORIDA 33764 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18446, '58e16c', 0, 'Ying Hua Information Tech (Shanghai)Co, Ltd', 'Room 37 ,Building 13b, No. 4 , lane 600, Tianshan Road ,Changning District Shanghai Shanghai 201210 CN', 'CN', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18447, '0080f2', 0, 'Raycom Systems Inc', '16525 SHERMAN WAY #C-8 VAN NUYS CA 91406 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18448, '0050c2568', 0, 'GeoFocus, Llc', '3651 FAU Blvd., Suite 215 Boca Raton FL 33431 US', 'US', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18449, '6cdffb6', 0, 'Aaon', '2425 Yukon Ave Tulsa OK 74107 US', 'US', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18450, 'a0224e8', 0, 'Eisst International Ltd', '10 Queen Street Place London London EC4R 1AG GB', 'GB', 'MA-M', '2019-10-08', '2019-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18451, '0060c9', 0, 'ControlNet, Inc', '747 CAMDEN, STE. A CAMPBELL CA 95008 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18452, '0050c229e', 0, 'Selex Communications Ltd', 'Liverpool Digital, Baird House Liverpool Fairfield L7 9NJ GB', 'GB', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18453, '144146', 0, 'Honeywell (China) Co, Ltd', 'No. 100, Zunyi Road, Changning District Shanghai Shanghai 200051 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18454, '3ceaf9', 0, 'Jubixcoltd', 'Rm 808, 809, B dong, Gunpo IT vally, 17, Gosan-ro 148beon-gil, Gunpo-si, Gyeonggi-do, Republic of Korea GUNPOSI 15850 KR', 'KR', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18455, '0050c2832', 0, 'S1nn GmbH & Co KG', 'Entennest 1 Esslingen Baden-Württemberg 73730 DE', 'DE', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18456, '70b3d5010', 0, 'Hanwa Electronic Ind.Co, Ltd', '689-3,Ogaito Wakayama 649-6272 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18457, '002477', 0, 'Tibbo Tech', '9F-3, No 31, Lane 169, Kang-Ning St., Hsi-Chih Taipei Hsien 221 TW', 'TW', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18458, 'f04335', 0, 'Dvn(Shanghai)Ltd', '11F,Hechuan Building,2016 Yishan Rd, Shanghai 201103 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18459, '80db31', 0, 'Power Quotient International Co, Ltd', '8F., No. 49, Sec. 4, Jhongyang Rd., Tu Cheng Dist., New Taipei City 23675 TW', 'TW', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18460, '48a2b7', 0, 'Kodofon Jsc', '97 Moskovskyi pr. Voronezh 394077 RU', 'RU', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18461, '70b3d59b1', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18462, '0060fb', 0, 'Packeteer, Inc', '10201 N. DE ANZA BOULEVARD CUPERTINO CA 95014 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18463, '00186e', 0, '3Com Ltd', 'Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB', 'GB', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18464, '70b3d5f69', 0, 'Copper Labs, Inc', '3015 Sterling Circle #200 Boulder CO 80301 US', 'US', 'MA-S', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18465, '0050c28eb', 0, 'C-Com Satellite Systems Inc', '2574 Sheffield Road Ottawa Ontario K1B3V7 CA', 'CA', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18466, '002562', 0, 'interbro Co Ltd', '6F Joyang B/D, 113 Samseong-Dong, Gangnam-Gu Seoul 135-090 KR', 'KR', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18467, '181714', 0, 'Daewoois', '7F Namkwang Centlex Bldg. 440-4 Cheongcheon2-dong Incheon Pupyeong-gu 82 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18468, '0050c2b7e', 0, 'Naretrends', '#406, Hyunhaetop B/D, 1144-4 BUCHEON GYEONGGI-DO 420-852 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18469, '0040ad', 0, 'Sma Regelsysteme GmbH', 'HANNOVERSCHE STR. 1-5 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18470, '000d8d', 0, 'Prosoft Tech, Inc', '5201 Truxtun Ave Bakersfield CA 93300 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18471, '0050c2935', 0, 'Image Video', '1620 Midland Ave. Toronto Ontario M1P 3C2 CA', 'CA', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18472, 'dcdeca', 0, 'Akyllor', 'Britannia House, 22, 2F, Cator Road Bandar Seri Begawan BS 8811 BN', 'BN', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18473, 'a433d1', 0, 'Fibrlink Communications Co, Ltd', '28F Ages Wealth World, No.1 Hangfeng Road Beijing 100070 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18474, '848dc7', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18475, 'e09796', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18476, '000a78', 0, 'Olitec', 'B.P. 592 NANCY cedex 54009 FR', 'FR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18477, '0050c2775', 0, 'Laserdyne Tech', 'PO Box 6541 GOLD COAST QLD 9726 AU', 'AU', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18478, '70b3d5092', 0, 'inomed Medizintechnik GmbH', 'Im Hausgruen 29 Emmendingen Baden Württemberg 79312 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18479, '141f78', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18480, '44dc4e', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2019-08-23', '2019-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18481, 'a854b2', 0, 'Wistron Neweb Corp', '20 Park Avenue II, Hsin Science Park, Hsinchu 308, Taiwan HsinChu Taiwan 308 TW', 'TW', 'MA-L', '2012-06-18', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18482, 'e056f4', 0, 'AxesNetwork Solutions Inc', '410 pepin Sherbrooke qc j1l2y8 CA', 'CA', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18483, '0050c2b7f', 0, 'Enatel', '321 Tuam Street Christchurch 8032 NZ', 'NZ', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18484, '301f9a3', 0, 'Micomsoft Co, Ltd', '6F,KEIHAN-YODOYABASHI BLDG., 3-2-25,KITAHAMA,CHUO-KU osaka 541-0041 JP', 'JP', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18485, '10a24e', 0, 'Gold3link Electronics Co, Ltd', 'No.90,Sec.1,Com Lin Rd,Taipei 114,Taiwan,R.O.C Taipei Taiwan 114 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18486, '9c8cd8', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2018-08-23', '2018-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18487, '001d0b', 0, 'Power Standards Lab', '1201 Marina Village Parkway #101 Alameda CA 94501 US', 'US', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18488, '0050c2b33', 0, 'Numcore Ltd', 'Microkatu 1 Kuopio 70211 FI', 'FI', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18489, '0050c2102', 0, 'Million Tech Development Ltd', 'Unit D, s/F., Leroy Plaza Cheung Sha Wan, Kowloon HK', 'HK', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18490, '0050c2a4b', 0, 'L-3 Communications Mobile-Vision, Inc', '90 Fanny Rd. Boonton NJ 07005 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18491, '74e14af', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18492, '9c25be', 0, 'Wildlife Acoustics, Inc', '3 Mill and Main Place, Suite 210 MAYNARD MA 01754 US', 'US', 'MA-L', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18493, '70b3d5757', 0, 'Gabo', 'Gyeonggido Ansan 15617 KR', 'KR', 'MA-S', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18494, '00b017', 0, 'InfoGear Tech Corp', '2055 Woodside Road Redwood City CA 94061 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18495, '0008c4', 0, 'Hikari Co, Ltd', '418-4 Minaminoda Chigenobu-cho Onsen-gun Ehime 791-0297 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18496, '000f8f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18497, '0015ff', 0, 'Novatel Wireless Solutions, Inc', '9710 Scranton Rd., Suite 200 San Diego CA 92121 US', 'US', 'MA-L', '2005-10-01', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18498, '04db56', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18499, '1005b1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-04-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18500, '98ba39', 0, 'Doro AB', 'Jörgen Kocksgatan 1B Malmö Skane 211 20 SE', 'SE', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18501, '00c076', 0, 'I-Data International A-S', '35-43 VADSTRUPVEJ DK', 'DK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18502, '0004dd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18503, '0025ff', 0, 'CreNova Multimedia Co, Ltd', '7/F, Hana EZ Tower, Gumi-Dong 10, Sungnam Rd 43, Sungnam-Si Kyunggi-Do 463-870 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18504, '00a008', 0, 'Netcorp', '8 PLACE OF COMMERCE--STE #200 CANADA J4W 3H2 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18505, '0007de', 0, 'eCopilt AB', 'Veddestavagen 24 SE', 'SE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18506, '301518', 0, 'Ubiquitous Communication Co Ltd', 'JEI Platz RM No.410-1 Seoul 153-792 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18507, 'f40e114', 0, 'Dayang Tech Development Inc', 'Dayang Building Haidian District Beijing 100193 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18508, '70b3d5b78', 0, 'Hoermann GmbH', 'Hauptstr. 45-47 Kirchseeon Bavaria 85614 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18509, '7c9122', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18510, '00232e', 0, 'Kedah Electronics Engineering, Llc', 'Zelenograd, 445 Moscow 124498 RU', 'RU', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18511, '0050c2f53', 0, 'Baycom Opto-Electronics Technolgy Co, Ltd', '1F,NO.9, INDUSTRIAL EAST 9th RD., HSINCHU TAIWAN 30075 TW', 'TW', 'IAB', '2012-03-15', '2016-02-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18512, '000a0f', 0, 'Ilryung Telesys, Inc', 'Ilryung bldg, 34-2, Cheonho-dong SEOUL 134-861 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18513, '000d10', 0, 'Embedtronics Oy', 'Leväsentie 23 Kuopio 70780 FI', 'FI', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18514, '000ee3', 0, 'Chiyu Tech Co, Ltd', 'No. 28, Renai Road, Chiayi, 600 Chiayi 600 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18515, '74cd0c', 0, 'Smith Myers Communications Ltd', 'The Omega Centre Biggleswade BEDS SG18 8QB GB', 'GB', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18516, '84ed33', 0, 'Bbmc Co, Ltd', '#301, DaerungPostTower 3, 182-4, Seoul None 152-746 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18517, 'ec52dc', 0, 'World Media And Tech Corp', '600 Brickell World Plaza, suite 1775 Miami 33132 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18518, '009011', 0, 'WAVTrace, Inc', '1555 132ND AVE. NE BELLEVUE WA 98005 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18519, '0009d2', 0, 'Mai Logic Inc', '47697 Westinghouse Dr., Suite 200 Fremont CA 94539 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18520, '447bbb', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18521, '5ce883', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18522, '142ffd', 0, 'LT Security Inc', '18738 SAN JOSE AVE CITY OF INDUSTRY CA 91748 US', 'US', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18523, 'c80873', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18524, '4c4bf9b', 0, 'Stored Energy Systems', '1840 Industrial Circle Longmont CO 80501 US', 'US', 'MA-M', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18525, '0050c23a7', 0, 'Elektrotechnik & Elektronik Oltmann GmbH', 'Gartenfelder Str. 29 Berlin D-13599 DE', 'DE', 'IAB', '2004-07-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18526, '001bc5093', 0, 'Ambient Devices, Inc', 'One Broadway Cambridge MA 02142 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18527, '001a51', 0, 'Alfred Mann Foundation', 'P.O. Box 905 Santa Clarita CA 91380-9005 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18528, '00271e', 0, 'Xagyl Communications', '1667 Marronier Crt Cumberland Ontario K4C 1C2 CA', 'CA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18529, '0050c2e4c', 0, 'Applied Micro Electronics Ame bv', 'Esp 100 Eindhoven Noord Brabant 5633 AA NL', 'NL', 'IAB', '2011-08-06', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18530, '000599', 0, 'Drs Test and Energy Management or Drs-Tem', '110 Wynn Drive Huntsville AL 35805 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18531, '000bf2', 0, 'Chih-Kan Tech Co, Ltd', 'No. 24-1, Pei Shih Chou, Ming Ho Vill. Shan Sun Hsiang Tainan Hsien 180 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18532, '70b3d5934', 0, 'Rbs Netkom GmbH', 'Muenchnerstrasse 87b Dachau 85221 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18533, '70b3d5463', 0, 'Warecube, Inc', '#A-811, 142-10, Saneop-ro, 156beon-gil, Gwonseon-gu Suwon-si 16648 KR', 'KR', 'MA-S', '2019-04-01', '2019-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18534, '000e87', 0, 'adp Gauselmann GmbH', 'Boschstraße 8 Luebbecke NRW 32312 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18535, '7c70bc1', 0, 'XD-GE Automation Co, Ltd', '101# Fengcheng 6 Road Xi\'an ShanXi 710016 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18536, '700fec', 0, 'Poindus Systems Corp', '5F., No. 59, Lane. 77, Xing-Ai Rd., Neihu Dist., Taipei City 114 TW', 'TW', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18537, 'f4d261', 0, 'Semocon Co, Ltd', 'B-19F, Gunpo IT Valley, Dangjeong-dong, 17, Gosan-ro 148beon-gil, Gunpo-si Gyeonggi-do 435-833 KR', 'KR', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18538, 'ac8995', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18539, '70b3d57a1', 0, 'Excelfore Corp', '3155 Kearnet St, Suite 200 Fremont CA 94538 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18540, '0015c7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18541, '40d8550ad', 0, 'Space Micro', '10237 Flanders Court San Diego California 92121 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18542, '002656', 0, 'Sansonic Electronics Usa', '9950 Baldwin Place El Monte Cailfornia 91731 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18543, 'e05163', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18544, '00021b', 0, 'Kollmorgen-Servotronix', 'POB 3919, Petach Tikya 49130 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18545, '001848', 0, 'Vecima Networks Inc', '150 Cardinal Place Saskatoon SK S7L 6H7 CA', 'CA', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18546, '50ccf8', 0, 'Samsung Electro Mechanics Co, Ltd', 'Metan Dong 314, Youngtong Gu Suwon Kyung-gi Do. 443-743 KR', 'KR', 'MA-L', '2011-09-24', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18547, 'dc7014', 1, 'Private', '', '', 'MA-L', '2013-03-28', '2013-03-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18548, 'f8461c', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18549, '7c7630', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18550, '8c53c3', 0, 'Beijing Xiaomi Mobile Software Co, Ltd', 'The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN', 'CN', 'MA-L', '2019-10-12', '2019-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18551, '001650', 0, 'Kratos Epd', 'Herley General Microwave Israel. KIBBUTZ EYAL 45840 IL', 'IL', 'MA-L', '2005-10-29', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18552, '0050c273c', 0, 'Simicon', 'Mendeleevskay str. 8 Saint-Petersburg 194044 RU', 'RU', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18553, '40d855189', 0, 'Yoozma Corp', 'Shinkawa Chuo-ku Tokyo 104-0033 JP', 'JP', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18554, '34f39b', 0, 'WizLAN Ltd', 'P.O.Box 7948 Haifa 31078 IL', 'IL', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18555, '241a8c', 0, 'Squarehead Tech AS', 'PO Box 13 Nydalen Oslo NO-0410 NO', 'NO', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18556, '706dec', 0, 'Wifi-soft Llc', '616, West Monroe Austin TX 78704 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18557, '70b3d50b6', 0, 'Landis+Gyr', 'Hasdrubal Bellegard, 400, CIC Curitiba Paraná 81460120 BR', 'BR', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18558, 'b033a6', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-07-26', '2018-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18559, '006039', 0, 'SanCom Tech, Inc', '7719 WOOD HOLLOW DRIVE AUSTIN TX 78731 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18560, '001a55', 0, 'Aca-Digital Corp', '17 F, No. 866-7, Chung Cheng Rd., Chung Ho City Taipei County 23586 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18561, '70b3d5ffa', 0, 'Barracuda Measurement Solutions', '33434 FM 529 brookshire TX 77423 US', 'US', 'MA-S', '2019-10-10', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18562, '0050c2d93', 0, 'Axlon AB', 'Ulvsundavagen 110 BROMMA 16867 SE', 'SE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18563, '70b3d5ef3', 0, 'octoScope', '305 Foster Street Littleton Massachusetts 01460 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18564, '188796', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18565, 'f0c1f1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18566, '0050c2ce6', 0, 'Aplica Tech', '10 HALAPID PETECH- TIKVA 49170 IL', 'IL', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18567, '0050c2e56', 0, 'Rfengine Co, Ltd', '2/809, ITCASTLE, 550-1 GASAN-DONG SEOUL 153-768 KR', 'KR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18568, '9cf6ddd', 0, 'Foshan Synwit Tech Co, Ltd', 'Room 501, Building 10, Leaguar Science Park, Shishan town, Nanhai FoShan Guangdong 528225 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18569, '002060', 0, 'Alcatel Italia S.p.A.', 'VIA TRENTO, 30 20059 VIMERCATE (MI) IT', 'IT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18570, '8850dd', 0, 'Infiniband Trade Association', '3855 SW 153rd Drive Beaverton OR 97003 US', 'US', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18571, '0050c2ea4', 0, 'head', 'kita-ku tenjinbashi 2-2-25 Osaka-shi Osaka 5300041 JP', 'JP', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18572, '70b3d546c', 0, 'Shanghai Chenzhu Instrument Co, Ltd', 'Building 6, 201 Minyi Road, Songjiang District Shanghai 201612 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18573, '6cc7ec', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18574, '0000bb', 0, 'Tri-Data', '505 EAST MIDDLEFIELD ROAD MOUNTAIN VIEW CA 94043-4082 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18575, 'f8912a', 0, 'Glp German Light Products GmbH', 'Im Stöckmädle 13 Karlsbad BW 76307 DE', 'DE', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18576, '00d081', 0, 'Rtd Embedded Tech, Inc', '103 Innovation Blvd. State College PA 16803 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18577, 'a0bb3e3', 0, 'WiteRiver Tech Llc', '31 Mira str. Ufa Republic of Bashkortostan 450112 RU', 'RU', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18578, '70b3d5057', 0, 'Rch Italia SpA', 'VIA CENDON 39 SILEA TREVISO 31057 IT', 'IT', 'MA-S', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18579, '000e7f', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2004-02-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18580, '70b3d5947', 0, 'CheckBill Co, Ltd', '3306~7-ho, Beonyeonggwan, Chungnam Techno Park, 136, Jiksan-ro, Jiksan-eup, Seobuk-gu Cheonan-si Chungcheongnam-do 31035 KR', 'KR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18581, '70b3d5bd3', 0, 'Fotona D.D.', 'Stegne 7 Ljubljana 1000 SI', 'SI', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18582, '70b3d56d1', 0, 'Visual Engineering Tech Ltd', 'The Barns, Kemps Farm Colchester Essex CO3 8NB GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18583, '70b3d514d', 0, '2-Observe', 'Rue du Bois Saint-Jean, 15/1 Sereing Liège 4102 BE', 'BE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18584, 'cc7286', 0, 'Xi\'an Fengyu Information Tech Co, Ltd', '5F, Block A, STRC, No.10, Zhangba 5th Road, Yanta Xi\'an Shaanxi 710077 CN', 'CN', 'MA-L', '2018-07-23', '2018-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18585, '2ca9f0', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18586, '00400d', 0, 'Lannet Data Communications, Ltd', 'ATIDIM TECHNOLOG\'L PARK, BG.#3 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18587, '000dd2', 0, 'Simrad Optronics Asa', 'Ensjøveienn 23B PO Box 6114 Etterstad NO-0602 Oslo NO', 'NO', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18588, '001b81', 0, 'Dataq Instruments, Inc', '241 Springside Drive Akron Ohio 44333 US', 'US', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18589, '5cb559', 0, 'Cnex Labs', '2880 Stevens Creek Blvd San Jose CA 95128 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18590, '70b3d513b', 0, 'Sienna Corp', '475 Horizon drive Suwanee GA 30024 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18591, '000a40', 0, 'Crown Audio -- Harmanm International', '1718 W. Mishawaka Rd Elkhart IN 46517 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18592, '0050c22c5', 0, 'Elman srl', 'Via di Valle Caia, km 4.700 Pomezia Roma 00040 IT', 'IT', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18593, '24ba13', 0, 'Riso Kagaku Corp', '2-8-1 Gakuen-minami Thukuba-shi Ibaraki 305-0818 JP', 'JP', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18594, '880118', 0, 'Blt Co', 'Dongan-gu Burim-ro 170beon-gil 44 Anyangsi Kyunggido 14055 KR', 'KR', 'MA-L', '2018-03-13', '2018-03-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18595, '001c37', 0, 'Callpod, Inc', '850 W. Jackson Chicago IL 60607 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18596, '0050c2eea', 0, 'Positioneering Ltd', 'Gordon House Aberdeen Aberdeenshire AB12 3BR GB', 'GB', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18597, '2c600c', 0, 'Quanta Computer Inc', 'No.211, Wen Hwa 2nd Rd Taoyuan Taiwan 33377 TW', 'TW', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18598, '749ce3', 0, 'KodaCloud Canada, Inc', 'Suite 310 Ottawa Ontario K2K3G4 CA', 'CA', 'MA-L', '2015-01-23', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18599, '00e012', 0, 'Pluto Tech International Inc', '2511 55TH STREET BOULDER CO 80301 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18600, '0024d8', 0, 'IlSung Precision', '182-2, Jegi-ri, Jeongnam-myeon Hwanseong-si Gyeonggi-do 445-964 KR', 'KR', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18601, '480bb29', 0, 'Microprogram Information Co, Ltd', '14F., No.262, Sec. 2, Henan Rd., Xitun Dist. Taichung 407 TW', 'TW', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18602, 'ecade0', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2018-12-31', '2018-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18603, '000e0f', 0, 'Ermme', '9 rue Lavoisier Vert-Le-Petit 91710 FR', 'FR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18604, '58e8764', 0, 'Probit Srl', 'Pantelimon, 1 Bucharest 021591 RO', 'RO', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18605, '90e2ba', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18606, 'bceb5f', 0, 'Fujian Beifeng Telecom Tech Co, Ltd', 'A-15, Huaqiao Economic Development Zone, Shuangyang, Luojiang, quanzhou fujian 362000 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18607, '000904', 0, 'Mondial electronic', 'Eggelsberg 73 Eggelsberg Oberoesterreich 5142 AT', 'AT', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18608, '0050c22a7', 0, 'Micro System Architecturing srl', 'Via della Tecnica 8/P Agrate Brianza Milano 20041 IT', 'IT', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18609, 'b077ac', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-01-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18610, '1ca0d31', 0, 'Jabil circuit italia srl', 'Via Giovanni Francesco Maggio\' Agglomerato Industriale marcianise caserta 81025 IT', 'IT', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18611, '9c69b49', 0, 'Teptron AB', 'Box 1009 Varberg Halland 43213 SE', 'SE', 'MA-M', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18612, '0050c2728', 0, 'InterDigital Canada Ltd', '1000 Sherbrooke West, 10th floor Montreal Quebec H3A 3G4 CA', 'CA', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18613, '002230', 0, 'FutureLogic Inc', '425 E. Colorado St., Ste. 100 Glendale CA 91205 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18614, '000678', 0, 'D&M Holdings Inc', 'D&M Building, 2-1 Nisshin-cho Kawasaki-shi Kanagawa 210-8569 JP', 'JP', 'MA-L', '2001-06-04', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18615, '001ad1', 0, 'Fargo Co, Ltd', '4F. KYEMYUNG B/D SEOUL 135 885 KR', 'KR', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18616, 'a44f29f', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18617, 'c42f90', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.469,Jianghui Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18618, '00a04f', 0, 'Ameritec Corp', '760 ARROW GRAND CIRCLE COVINA CA 91722 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18619, '009071', 0, 'Applied Innovation Inc', '5800 Innovation Drive Dublin OH 43016-3271 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18620, '7c0ece', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18621, 'dc21b9', 0, 'Sentec CoLtd', '10, Baekseokgongdan 1-ro, Seobuk-gu Cheonan-si Chungcheongnam-do 31094 KR', 'KR', 'MA-L', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18622, '4077a9', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-09-18', '2019-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18623, '002167', 0, 'Hwa Jin T&I Corp', '5F., SEHWA Bldg 164-24, Poi-dong, Gangnam-gu, Seoul, Korea Gangnam-gu Seoul 135-960 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18624, '6854f5', 0, 'enLighted Inc', '1451 Grant Rd Mountain View CA 94040 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18625, '64628a', 0, 'evon GmbH', 'Frank-Stronach-Straße 8 Gleisdorf Styria 8200 AT', 'AT', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18626, '00901d', 0, 'Pec (NZ) Ltd', '2 STATION ROAD MARTON NZ', 'NZ', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18627, 'dcef09', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18628, 'dc41e5', 0, 'Shenzhen Zhixin Data Service Co, Ltd', 'Baoyuan Road F518 Fashion Creative Park F3 Blg208 Baoan District, Shenzhen Guangdong 518101 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18629, 'f490cbd', 0, 'Simavita (Aust) Pty Ltd', 'Suite 2.02, L2, 54 Miller Street North Sydney NSW 2060 AU', 'AU', 'MA-M', '2020-01-23', '2020-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18630, '00063f', 0, 'Everex Communications Inc', '5020A Brandin Ct. Fremont CA 94538 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18631, '70b3d5a48', 0, 'Applied Satellite Engineering', '16559 N 92nd, Suite 101 Scottsdale AZ 85260 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18632, 'b06563', 0, 'Shanghai Railway Communication Factory', 'No.179 West Jiangchang road Shanghai 200436 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18633, '1cc63c', 0, 'Arcadyan Tech Corp', '4F, No. 9, Park Avenue II , Hsinchu 300 TW', 'TW', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18634, 'e4956e0', 0, 'Smc Networks, Inc', '20 Mason Irvine CA 92618 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18635, '94e7ea', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18636, '00069d', 0, 'Petards Ltd', '390 Princesway, Team Valley Gateshead Tyne and Wear NE11 OTU GB', 'GB', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18637, '000856', 0, 'Gamatronic Electronic Industries Ltd', 'Hartum Street 14 IL', 'IL', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18638, '0050c2c8b', 0, 'Ocas AS', 'Brobekkvn 80A Oslo 0582 NO', 'NO', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18639, '0060a6', 0, 'Particle Measuring Systems', '5475 AIRPORT BLVD. BOULDER CO 80301 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18640, '001f2a', 0, 'Accm', 'Obour Industrial City, Industrial zone A, lot14, block 12006. Cairo EG', 'EG', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18641, '0050c2917', 0, 'Cirtem', '4, avenue Louis Bleriot 31570 Ste FOY D\'AIGREFEUILLE FR', 'FR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18642, 'd88466', 0, 'Extreme Networks, Inc', '145 Rio Robles San Jose CA 95134 US', 'US', 'MA-L', '2014-08-20', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18643, '741ae0c', 0, 'Bistos.,Co, Ltd', '7floor, worim lions vally 5cha sungnam kyeunggi-do 13201 KR', 'KR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18644, '001db8', 0, 'Intoto Inc', '3100 De La Cruz Blvd. #300 Santa Clara CA 95054 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18645, '001df5', 0, 'Sunshine Co, Ltd', '1-3-5 Kojimachi TOKYO Kanto region 102-0083 JP', 'JP', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18646, '7846c4', 0, 'Daehap Hyper-Tech', '#A-805, Woolim Lions Vally 5-cha, #144-3 Sangdaewon-dong, Jungwon-Gu Seongnam 462-726 US', 'US', 'MA-L', '2012-06-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18647, '40d855037', 0, 'Software Workshop', '402B Steel Chambers Mumbai Maharashtra 400009 IN', 'IN', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18648, '84e058', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-07-13', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18649, 'b0c5ca2', 0, 'Lowotec GmbH', 'Marie-Curie-Str. 1 Oldenburg Niedersachsen 26129 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18650, '001142', 0, 'e-Smartcom Inc', '3F, 216, Imok-Dong Suwon Kyoungki-Do 440-310 KR', 'KR', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18651, '78d6f0', 0, 'Samsung Electro Mechanics Co, Ltd', 'Metan Dong 314, Youngtong Gu Suwon Kyung-gi Do. 443-743 KR', 'KR', 'MA-L', '2011-03-17', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18652, 'f48771', 0, 'Infoblox', '4750 Patrick Henry Drive Santa Clara California 95054 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18653, 'c0bdd1', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2014-09-28', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18654, '000903', 0, 'Panasas, Inc', '15333 John F Kennedy Blvd, Suite 400 Houston TX 77032-2351 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18655, '001bae', 0, 'Micro Control Systems, Inc', '5580 Enterprise Parkway Fort Myers Florida 33905 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18656, '0014da', 0, 'Huntleigh Healthcare', 'Huntleigh Healthcare - Diagnostic Products Division Cardiff CF24 5HN GB', 'GB', 'MA-L', '2005-06-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18657, '24c44a', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-07-18', '2016-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18658, '0c8ddb', 0, 'Cisco Meraki', '500 Terry A. Francois Blvd San Francisco null 94158 US', 'US', 'MA-L', '2016-09-22', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18659, '00c02c', 0, 'Centrum Communications, Inc', '2880 ZANKER ROAD-STE #108 SAN JOSE CA 95134 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18660, '00113d', 0, 'KN Soltec Co, Ltd', '98B-5L NAMDONG INDUSTRIAL COMPLEX #662-4 GOJAN-DONG NAMDONG-GU INCHEON 405-818 KR', 'KR', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18661, 'e0b9ba', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-08-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18662, '00603f', 0, 'Patapsco Designs', '5350 PARTNERS COURT FREDERICK MD 21703 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18663, 'ac9ce4', 0, 'Alcatel-Lucent Shanghai Bell Co, Ltd', 'No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN', 'CN', 'MA-L', '2011-07-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18664, '141330', 0, 'Anakreon UK Llp', '5-th Floor London EC3V 0EH GB', 'GB', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18665, '4048fdb', 0, 'Magenta Labs, Inc', 'P.O. BOX 77234 San Francisco CA 94107 US', 'US', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18666, '0003e0', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18667, '0050c2c83', 0, 'Gronic Systems GmbH', 'Hilpertswiese 7 Birstein 63633 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18668, 'e0750a', 0, 'Alps Electric Co, Ltd', '6-1 kakuda-City 981-1595 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18669, '70b3d5c6a', 1, 'Private', '', '', 'MA-S', '2014-04-14', '2014-04-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18670, '1ccae37', 0, 'Bird Home Automation GmbH', 'Joachimsthaler Str. 12 Berlin Berlin 10719 DE', 'DE', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18671, '083a2f', 0, 'Guangzhou Juan Intelligent Tech Joint Stock Co, Ltd', 'NO.9, street 3, HengLing industrial zone, Tangdong, tianhe district Guangzhou Guangdong CN 510000 CN', 'CN', 'MA-L', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18672, '0050c21cf', 0, 'Lifetime Memory Products, Inc', '2505 DAVINCI STREET IRVINE CA 92614 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18673, '001c12', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-04-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18674, '002268', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2008-10-25', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18675, '0432f4', 0, 'Partron', '22-6, Seokwoo-dong Hwaseong-si Gyeonggi-do 445-170 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18676, 'd89403', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18677, '000f1b', 0, 'Ego Systems Inc', '1206 Woolim e-Biz Center II Seoul 150-834 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18678, '0050c22c2', 0, 'Smarteye Corp', '2637 Bond Street Rochester Hills Michigan 48309 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18679, 'ac06c7', 0, 'ServerNet S.r.l.', 'Località Padriciano 99 Trieste Trieste 34149 IT', 'IT', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18680, 'c4ffbc7', 0, 'Critical Link', '6712 Brooklawn Parkway Syracuse null 13211 US', 'US', 'MA-M', '2017-10-28', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18681, 'a02833e', 0, 'Precision Planting, Llc', '23207 Townline Rd. Tremont IL 61568 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18682, '70b3d5ba6', 0, 'Gluon Solutions Inc', '6951 Southfront Road Livermore CA 94551 US', 'US', 'MA-S', '2019-01-19', '2019-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18683, '6095ce4', 0, 'Untangle, Inc', '100 W. San Fernando St., Ste. 565 San Jose CA 95113 US', 'US', 'MA-M', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18684, '0050c2bed', 0, 'Touch Revolution Inc', '101 California St. San Francisco CA 94065 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18685, '0050c2e70', 0, 'Dorlet Sau', 'Albert Einstein 34 Vitoria Alava 01510 ES', 'ES', 'IAB', '2011-08-06', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18686, '0050c23e6', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18687, '001d25', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18688, '0050c2cfc', 0, 'Tritium Pty Ltd', '1/31 Archimedes PL. Murarrie QLD 4172 AU', 'AU', 'IAB', '2010-08-19', '2019-01-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18689, '58fcdb6', 0, 'Timex Group Usa Inc', '555 Christian Rd Middlebury CT 06762 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18690, '74e14a2', 0, 'Klimat Solec Sp. z o.o.', 'Nadborna 2a Solec Kujawski Kujawsko-Pomorskie 86-050 PL', 'PL', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18691, 'c0c522', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18692, '0003a7', 0, 'Unixtar Tech, Inc', '13F No. 100 Ming Chuan Road TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18693, '00099c', 0, 'Naval Research Laboratory', 'Code 5592 Washington DC 20375-5000 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18694, '9cf6dd4', 0, 'Capital Engineering & Research Incorporation Ltd', 'NO.7 JianAnJie, Beijing Economic-Technological Development Area Beijing 100176 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18695, '241b7a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18696, '000aba', 0, 'Arcon Tech Ltd', 'Rm. 3711-12, 37/F., Cable TV Tower , Hong Kong CN', 'CN', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18697, 'b8dc87', 0, 'Iai Corp', '577-1 Obane Shizuoka-City Shizuoka 424-0103 JP', 'JP', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18698, '8c6d77', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18699, '0010df', 0, 'Rise Computer Inc', '9F, NO. 306-3, TATUNG RD. TAIPEI HSIEN TW', 'TW', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18700, '0050f2', 0, 'Microsoft Corp', 'ONE MICROSOFT WAY REDMOND WA 98052-6399 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18701, 'c0b5d7', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2018-09-27', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18702, 'f48ceb', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2018-12-17', '2018-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18703, '00d0f4', 0, 'Carinthian Tech Institute', 'RICHARD-WAGNER STR. 19 AT', 'AT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18704, '00135e', 0, 'Eab/Rwi/K', 'Färögatan 6 Stockholm Kista 164 80 SE', 'SE', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18705, '001f31', 0, 'Radiocomp', 'Krakesvej 17 Hilleroed Copenhagen 3400 DK', 'DK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18706, '002359', 0, 'Benchmark Electronics ( Thailand ) Public Co Ltd', '94 Moo 1, Hi-Tech Industrial Estate Bang Pa-in Ayudhaya 13160 TH', 'TH', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18707, '0024d1', 0, 'Thomson Inc', '101 West 103rd Street Indianapolis IN 46290 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18708, 'd072dc', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18709, '70b3d579a', 0, 'Innerspec Tech Inc', '4004 Murray Place Lynchburg Virgnia 24501 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18710, '0019db', 0, 'Micro-Star International Co, Ltd', 'NO. 69, LI-DE ST. JUNG-HE CITY TAIPEI HSIEN 235 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18711, '001dc0', 0, 'Enphase Energy', '201 1st Street, Suite 111 Petaluma CA 94952 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18712, '0050c2738', 0, 'Miracom Tech Co, Ltd', '401, 4F. COREBUILDING, 8-1, SUNAE-DONG SUNGNAM-SI GYUNGGI-DO 463-825 KR', 'KR', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18713, '00264a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18714, '70b3d56c1', 0, 'Labtronik s.r.l.', 'Via di Cervara 49 Rome Italy 00155 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18715, '00a099', 0, 'K-Net Ltd', 'SADDLERS HOUSE YATELEY, SURREY GU17 7RX GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18716, '0090ee', 0, 'Personal Communications Tech', '50 STILES ROAD SALEM NH 03079 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18717, '846878', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18718, '0050c23aa', 0, 'Networked Robotics Corp', '825 Chicago Avenue Suite F Evanston Illinois 60202 US', 'US', 'IAB', '2004-07-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18719, '70b3d5f5c', 0, 'Nable Communications, Inc', 'A-dong 702-ho, 660, Daewangpangyo-ro, Bundang-gu Seongnam-si Gyeonggi-do 13494 KR', 'KR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18720, '0007b6', 0, 'Telecom Tech Ltd', 'Docklands Innovation Park Dublin 3 IE', 'IE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18721, 'e0ee1b', 0, 'Panasonic Automotive Systems Co of America', '776 Highway 74 South Peachtree City Georgia 30269 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18722, '70f8e70', 0, 'Shenzhen Xin JiuNing Electronics Co Ltd', 'Floor 2, Building 11, WaiMao Industrial Park, Shiyan Subdistrict , Baoan District, Shenzhen SHENZHEN GUANGDONG 518108 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18723, '20658e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18724, '00101d', 0, 'Winbond Electronics Corp', 'NO. 4, CREATION RD. III HSIN CHU TW', 'TW', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18725, '080006', 0, 'Siemens AG', 'Siemens IT Solutions and Services, SIS GO QM O POB 2353 Fuerth 90713 DE', 'DE', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18726, 'dc44270', 0, 'Suritel', '5, ul. Usievicha Moscow Moscow 125319 RU', 'RU', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18727, '2cbe97', 0, 'Ingenieurbuero Bickele und Buehler GmbH', 'St.Poeltener Str. 70 Stuttgart BW 70469 DE', 'DE', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18728, '70b3d53c0', 0, 'DK-Tech A/S', 'Marielundvej 37D Herlev _ 2730 DK', 'DK', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18729, '388479', 0, 'Cisco Meraki', '500 Terry A. Francois Blvd San Francisco 94158 US', 'US', 'MA-L', '2020-01-23', '2020-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18730, '0030d8', 0, 'Sitek', 'VIA MONTE FIORINO 9 IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18731, '54e7d5', 0, 'Sun Cupid Tech (HK) Ltd', 'Room 1201-3, 12/F., Tower 6 Tsim Sha Tsui HK', 'HK', 'MA-L', '2019-06-03', '2019-06-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18732, '04f4bc', 0, 'Xena Networks', 'Graabroedretorv 6, 3. sal København Danmark 1154 DK', 'DK', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18733, '28f537e', 0, 'Performance Motion Devices', '1 Technology Park Drive Westford MA 01886 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18734, '70b3d551a', 0, 'Shachihata Inc', '37 , SHINMEI-CHO , KOUWA INAZAWA AICHI 492-8102 JP', 'JP', 'MA-S', '2019-09-11', '2019-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18735, '003006', 0, 'Superpower Computer', 'ELECTRONICS CO., LTD. Taipei 248 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18736, '000f9a', 0, 'Synchrony, Inc', '6410 Commonwealth Drive Roanoke VA 24018 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18737, '001861', 0, 'Ooma, Inc', '555 University Avenue Palo Alto CA 94301 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18738, '001e4c', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2007-09-29', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18739, '8c3c07', 0, 'Skiva Tech, Inc', '8330 Sterling St Irving TX 75063 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18740, 'b4b384', 0, 'ShenZhen Figigantic Electronic Co, Ltd', '5F NO.1 Bld East,Guole Industrial Zone,Lirong Road,Longhua New ShenZhen GuangDong 518109 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18741, '000f5d', 0, 'Genexis BV', 'Lodewijktraat 1A 5652 AC Eindhoven SE', 'SE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18742, '00127a', 0, 'Sanyu Industry Co, Ltd', 'Midori-ku Hakusan1-11-11 Yokohama-shi Kanagawa-ken 226-0006 JP', 'JP', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18743, '0006f1', 0, 'Optillion', 'Kronborgsgr.9 SE', 'SE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18744, '0009b5', 0, '3J Tech Co, Ltd', '342 Fushing N. Rd., 2F, Taipei, Taiwan Taipei 104 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18745, '6032f0', 0, 'Mplus Tech', '#201 Gayang Dong, Gangsea Gu Seoul 157-793 KR', 'KR', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18746, '40d85503d', 0, 'Tekelek Europe Ltd', 'Unit 118 Shannon Free zone Shannon Co. Clare IE', 'IE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18747, '240b0a', 0, 'Palo Alto Networks', '4401 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18748, 'ac8d34', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18749, '0080cd', 0, 'Micronics Computer, Inc', '45365 NORTHPORT LOOP WEST FREMONT CA 94538 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18750, '0090a4', 0, 'Altiga Networks', '124 GROVE STREET FRANKLIN MA 02038-3206 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18751, '001d0c', 0, 'MobileCompia', 'Dongwon Bldg, 725-30, Yeoksam-dong, Gangnam-gu, Seoul 135-080 KR', 'KR', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18752, '000303', 0, 'Jama Electronics Co, Ltd', '10F, No. 222-1, Sec. 3 Taipei Hsien TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18753, '001771', 0, 'Apd Communications Ltd', 'Newlands Centre HULL HU6 7TQ GB', 'GB', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18754, '0050c2b70', 0, 'Nisshin Electronics Co, Ltd', '2-1-7 Taiho Nagoya-shi Aichi-ken 4560062 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18755, '40d855025', 0, 'Rosemount Analytical', '10241 West Little York Houston TX 77040 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18756, '70b3d52ff', 0, 'Sunstone Engineering', '1693 American Way Suite 5 Payson UT 84651 US', 'US', 'MA-S', '2018-09-07', '2018-09-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18757, '2c557c', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2018-11-09', '2018-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18758, '001423', 0, 'J-S Co Neurocom', 'Energeticheskii proezd, 6 Moscow 111250 RU', 'RU', 'MA-L', '2005-03-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18759, '0050c2772', 0, 'Ies Elektronikentwicklung', 'Osterholzweg 26 Braunschweig Niedersachsen 38110 DE', 'DE', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18760, 'd8fe8f', 0, 'IDFone Co, Ltd', '7F Ace techno tower 5th B/D, 197-22 Guro-dong, Guro-gu Seoul 152-766 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18761, '48555f', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2014-10-25', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18762, 'c0ffd4', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18763, '347146', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18764, '00050e', 0, '3ware, Inc', '701 E. Middlefield Rd. Mt. View CA 94043 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18765, '002247', 0, 'Dac Engineering Co, Ltd', '1-5 Oyanagi-cho Kyoto 601-8128 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18766, '000a87', 0, 'Integrated Micromachines Inc', '1400 S. Shamrock Ave. Monrovia CA 91016 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18767, '0012c5', 0, 'V-Show Tech (China) Co, Ltd', '7F, Tengda Plaza, No.168 HaiDian District, Beijing 100089 CN', 'CN', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18768, '70b3d597b', 0, 'Wika Alexander Wiegand SE & Co KG', 'Alexander-Wiegand-Strasse 30 Klingenberg 63911 DE', 'DE', 'MA-S', '2019-09-21', '2019-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18769, '04fa3f', 0, 'Opticore Inc', '97 Jungbudaero448beongil, Yeongtonggu Suwonsi Gyeonggido 16521 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18770, '008039', 0, 'Alcatel Stc Australia', '252-280 BOTANY ROAD AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18771, '000825', 0, 'Acme Packet', '71 Third Avenue Woburn MA 01803 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18772, '4c4bf9d', 0, 'Shenzhen Haichuan Intelligent Information Tech Co, Ltd', '1208 District B,Jinhui Building, 2079 Nanhai Avenue,Dengliang Community,Nanshan Street,Nanshan District Shenzhen Guangdong 518101 CN', 'CN', 'MA-M', '2019-07-02', '2019-07-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18773, '70b3d5206', 0, 'ard sa', 'Micropolis Bat Clematis Gap France 05000 FR', 'FR', 'MA-S', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18774, 'b0c46c', 0, 'Senseit', 'Suschevsky val 16 str. 4 Moscow Russian Federation 127018 RU', 'RU', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18775, '5c0a5b', 0, 'Samsung Electro Mechanics Co, Ltd', '314, Maetan3-Dong, Yeongtong-Gu Suwon 443-743 US', 'US', 'MA-L', '2012-03-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18776, '4455b1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-01-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18777, '70b3d5c2c', 0, 'Dromont S.p.A.', 'via Borzone 42 Grinzane Cavour Cuneo 12060 IT', 'IT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18778, '849fb5', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18779, '2c79d7', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18780, '00035f', 0, 'Prüftechnik Condition Monitoring GmbH & Co KG', 'Franz-Bayer-Straße 14 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18781, '001106', 0, 'Siemens NV (Belgium)', 'Atealaan 34 Herentals Antwerp 2200 BE', 'BE', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18782, '001c88', 0, 'Transystem Inc', 'No. 1-2, Li-Hsin Rd 1, Science-Based Industrial Park Hsinchu 300 TW', 'TW', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18783, '0050c2cdc', 0, 'Abb Transmission and Distribution Automation Equipment (Xiamen) Co, Ltd', 'ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN', 'CN', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18784, 'd0c8575', 0, 'Beijing Inspiry Tech Co, Ltd', 'Building No. 5, East Zone, No. 10, Xibeiwang East Road, Haidian District Beijing Beijing 100092 CN', 'CN', 'MA-M', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18785, '027001', 0, 'Racal-Datacom', 'LAN INTERNETWORKING DIVISION BOXBOROUGH MA 01719 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18786, '000f6c', 0, 'Addi-Data GmbH', 'Airport Boulevard B210 RHEINMUENSTER BW 77836 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18787, 'e8c1d7', 0, 'Philips', 'TussenDiepen 4 Drachten Friesland 9206 AD NL', 'NL', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18788, '84ab1a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18789, '000292', 0, 'Logic Innovations, Inc', '6205 Lusk Blvd. San Diego CA 92121-2731 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18790, '78c2c02', 0, 'Ronix Inc', '904, 648, Seobusaet-gil, SEOUL GEUMCHEON-GU 153-803 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18791, '000d2b', 0, 'Racal Instruments', '4 Goodyear Street Irvine CA 92618 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18792, 'c8f704', 0, 'Building Block Video', '17 APex Park Hailsham East Sussex BN27 2JU GB', 'GB', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18793, '34dd7e', 0, 'Umeox Innovations Co, Ltd', 'Room 1208-09, Research Building, Tsinghua Information Port, No. 1, Xindong Road, Nanshan District, Shenzhen Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-05-22', '2019-05-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18794, '00e09b', 0, 'Engage Networks, Inc', '316 N. MILWAUKEE ST., STE.#214 MILWAUKEE WI 53202 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18795, '00d090', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18796, '78ca831', 0, 'Excelocity Inc', '200 Colonnade Road Suite #8 Ottawa Ontario K2E 7M1 CA', 'CA', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18797, '3c24f0e', 0, 'Getmobit Llc', 'd. 4 str. 2 pom. 137, ul. Programmistov Dubna Moscow 141983 RU', 'RU', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18798, '2c5d34', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-09-27', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18799, '0040f8', 0, 'Systemhaus Discom', 'DISTRIBUTED COMPUTING GMBH DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18800, '0050c2c49', 0, 'Elektronic Thoma GmbH', 'Friedhofweg 5 Dentlein a/F. 91599 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18801, '1801f1', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18802, 'd0c857', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-03-23', '2019-03-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18803, '000d1c', 0, 'Amesys Defense', '1030 Av de la LAUZIERE AIX en PROVENCE Cedex 03 13794 FR', 'FR', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18804, '0050c238f', 0, 'Ttc Telecom', 'Jiskrova 4 Kosice 040 01 SK', 'SK', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18805, '0016f6', 0, 'Video Products Group', '1600 Emerson Avenue Oxnard California 93033 US', 'US', 'MA-L', '2006-01-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18806, '00242b', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2008-11-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18807, '440377d', 0, 'Omnisense Systems Private Ltd Taiwan Branch', '7th Floor, No. 10, Lane 30, Lane 358, Ruiguang Road, Neihu District, Taipei, Taiwan Taipei 114 TW', 'TW', 'MA-M', '2019-08-21', '2019-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18808, '004005', 0, 'Ani Communications Inc', '8 ANZIO IRVINE CA 92714 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18809, '001610', 0, 'Carina Tech', '690A Discovery Drive Huntsville AL 35806 US', 'US', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18810, '80f8eb', 0, 'RayTight', 'Room 1-216, Building 25, No 9, Anningzhuang West Road Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18811, '00111f', 0, 'Doremi Labs, Inc', '306 E. Alameda Ave. Burbank CA 91502 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18812, '0015be', 0, 'Iqua Ltd', 'Hyvoninkatu 1 Salo Varsinais-Suomi 24240 US', 'US', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18813, '0017df', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18814, '001d63', 0, 'Miele & Cie. KG', 'Carl-Miele-Straße 29 Gütersloh 33332 DE', 'DE', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18815, 'a88808', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-05-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18816, '70b3d543e', 0, 'Peloton Tech', '1060 La Avenida Mountain View CA 94043 US', 'US', 'MA-S', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18817, '0005bf', 0, 'JustEzy Tech, Inc', '5F, No. 324, Sec. 1, Junghua Rd. Hsinchu TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18818, '0017ce', 0, 'Screen Service Spa', 'Via G.Di Vittorio 17 Brescia 25125 IT', 'IT', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18819, '40d8550d8', 0, 'Next! s.c. S.Piela B.Dryja', 'Cieszynska 365 Bielsko-Biala Slask 43-300 PL', 'PL', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18820, '3c6e63', 0, 'Mitron Oy', 'Yrittäjankaari 19 FORSSA Kanta-Hame 30420 FI', 'FI', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18821, 'b437d14', 0, 'Komsis Elektronik Sistemleri San. Tic. LtdSTI', 'SERIF ALI MAH. TURKER CAD. MIRAS SOK. ISTANBUL UMRANIYE 34775 TR', 'TR', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18822, 'aa0000', 0, 'Digital Equipment Corp', 'LKG 1-2/A19 LITTLETON MA 01460-1289 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18823, '001d0d', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2007-06-25', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18824, '00bb1c', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18825, '70b3d5c52', 0, 'sensorway', 'A-339 samsong techno valley, 140 tongilro, deockyanggu goyangsi gyeonggido 10594 KR', 'KR', 'MA-S', '2019-12-27', '2019-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18826, '0050c21e3', 0, 'Bluesocket, Inc', '7 New England Executive Park Burlington MA 01803 US', 'US', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18827, '0050c2673', 0, 'Ferrari electronic AG', 'Ruhlsdorfer Str. 138 TELTOW 14513 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18828, 'a04c5b', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18829, '34008a4', 0, 'Fotonic i Norden AB', 'Box 733 Skelleftea SE 93127 SE', 'SE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18830, '6095ce3', 0, 'Robot S.A.', 'Gremi de Cirurgians i Barbers 22 Palma de Mallorca SPAIN / Balearic Islands 07009 ES', 'ES', 'MA-M', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18831, '0050c20e0', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62901 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18832, 'a4c2ab', 0, 'Hangzhou Lead-IT Information & Tech Co, Ltd', 'F2 Builder B,Xidomen Road NO.22 Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18833, '40d8551d1', 0, 'Founder Broadband Network Service Co, Ltd', '5/F, Building B, 15 Xueyuan South Rd, Haidian District Beijing 100088 CN', 'CN', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18834, '74f8dbd', 0, 'Simon Electric (China) Co, Ltd', 'No.1 Simon Rd, Jiangsu Haian, China Nantong Jiangsu 226601 CN', 'CN', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18835, '70b3d5baf', 0, 'Sys Tec electronic GmbH', 'Am Windrad 2 Heinsdorfergrund D-08468 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18836, '88df9e', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18837, '70b3d5874', 0, 'Northbound Networks Pty. Ltd', '14 Sommersby Road Point Cook Victoria 3030 AU', 'AU', 'MA-S', '2019-05-02', '2019-05-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18838, '402b69', 0, 'Kumho Electric, Inc', '309, Bongmu-ro, Namsa-myeon, Cheoin-gu Yongin-si Gyeonggi-do 17118 KR', 'KR', 'MA-L', '2019-12-25', '2019-12-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18839, '0050c20f1', 0, 'Polyvision Corp', '14523 SW Milliken Way Beaverton OR 97005 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18840, '00b5d6', 0, 'Omnibit Inc', '2-7-9, Soto-Kanda Chiyoda-ku Tokyo 101-0021 JP', 'JP', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18841, '6cefc6', 0, 'Shenzhen Twowing Tech Co, Ltd', 'Nangang Industrial Building, Tangtou Industrial Park, Shiyan, Baoan Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2016-05-19', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18842, '184c08', 0, 'Rockwell Automation', '1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18843, '70b3d5990', 0, 'Energy Wall', '1002 New Holland Ave Lancaster PA 17601 US', 'US', 'MA-S', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18844, '0010ec', 0, 'Rpcg, Llc', '749 MINER ROAD HIGHLAND HTS OH 44143-2117 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18845, 'a47174', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18846, '18399c', 0, 'Skorpios Tech', '7401 Snaproll St NE Albuquerque NM 87109 US', 'US', 'MA-L', '2018-12-21', '2018-12-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18847, '40d8550b7', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18848, '40d855117', 0, 'Rcs Energy Management Ltd', 'RMS House Newbury Berkshire RG14 5PX GB', 'GB', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18849, '1c7839', 0, 'Shenzhen Tencent Computer System Co, Ltd', '36/F, Tencent Building, Kejizhongyi Avenue, Hi-Tech Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18850, '70b3d5bec', 0, 'Tokyo Communication Equipment Mfg Co, Ltd', '3-8-13 Minato-ku Tokyo 1080074 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18851, 'bc25e0', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18852, 'f877b8', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2015-12-17', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18853, '70b3d50ce', 0, 'Innominds Software Inc', '2055 Junction Ave Suite 122, San Jose CA 95131 San Jose CA 95131 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18854, '70b3d5210', 0, 'Eastone Century Tech Co, Ltd', 'A12 Floor, Information Port, 16 Keyun Road, Tianhe DistrictGuangzhou Guangzhou GuangDong 510000 CN', 'CN', 'MA-S', '2019-03-08', '2019-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18855, '00094e', 0, 'Bartech Systems International, Inc', '251 Najoles Rd Suite A Millersville Maryland 21108 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18856, '001999', 0, 'Fujitsu Tech Solutions GmbH', 'Buergermeister-Ulrich-Strasse 100 Augsburg 86199 DE', 'DE', 'MA-L', '2006-09-25', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18857, '0050c20ea', 0, 'iReady Corp', '2903 Bunker Hill Lane Santa Clara CA 95054 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18858, '70b3d5e96', 0, 'Cellier Domesticus Inc', '840 5E avenue Montreal Quebec H9c1j5 CA', 'CA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18859, 'd8df0d', 0, 'beroNet GmbH', 'Friedrichstraße 231 Berlin 10969 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18860, '40d85518d', 0, 'Zoe Medical', '460 Boston Street Topsfield Massachusetts 01983 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18861, '70b3d5ac9', 0, 'Trinity Solutions Llc', 'PO Box 309 Mt. Nebo West Virginia 26679 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18862, '34c9f0', 0, 'LM Tech Ltd', 'Unit 19 Spectrum House London England NW5 1LP GB', 'GB', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18863, '70b3d5ac1', 0, 'Aem Singapore Pte. Ltd', '52 Serangoon North Ave 4 Singapore Singapore 555853 SG', 'SG', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18864, '00123b', 0, 'KeRo Systems ApS', 'Allikevej 3 Hørsholm 2970 DK', 'DK', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18865, '001b3a', 0, 'Sims Corp', 'RAON Bldg, 9F, 92-8, Wonhyoro-2ga, Yongsan-gu Seoul 140-847 KR', 'KR', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18866, 'a82bd6', 0, 'Shina System Co, Ltd', '3305, O\'BizTower, 126, Beolmal-ro, Anyang-Si Gyeounggi-Do 431-763 KR', 'KR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18867, '70b3d55a8', 0, 'Farmobile', '18132 Melrose Dr. Bucyrus KS 66013', '', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18868, '78c2c04', 0, 'Ory Laboratory Co, Ltd', '502 Bravi Mitaka, 1-3-11 Nishikubo Musashino-shi Tokyo 180-0013 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18869, '4865ee6', 0, 'shenzhen sunflower Tech Co, Ltd', '207, 4th Tower , ZhongXing industrial City, Nanshan zone ShenZhen GangDong 518000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18870, '402c76e', 0, 'LS Energy Solutions', '9201 Forsyth Park Drive Charlotte NC 28273 US', 'US', 'MA-M', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18871, '0050c2cc4', 0, 'GD Mission Systems', '8220 East Roosevelt St. R1122 Scottsdale AZ 85257 US', 'US', 'IAB', '2010-08-19', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18872, '0050c2cea', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18873, '0050c21bb', 0, 'Email Metering', 'Joynton Avenue Zetland New South Wales 2017 AU', 'AU', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18874, '00151d', 0, 'M2i Corp', 'Kyonggi Venture Anyang technical center, 13th Floor, 572-5, Anyang 8-Dong, Manan-Gu Anyang-Shi Kyonggi-Do 430-731 KR', 'KR', 'MA-L', '2005-07-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18875, '0018f8', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine CA 92612 US', 'US', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18876, '0050c2ec1', 0, 'Ant Group s.r.l', 'Via Giroli 76 Gavardo (BS) 25085 IT', 'IT', 'IAB', '2011-10-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18877, '001bc5076', 0, 'Plair Media Inc', '2901 Tasman Dr. Santa Clara California 95054 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18878, '681295', 0, 'Lupine Lighting Systems GmbH', 'Winnberger Weg 11 Neumarkt Bavaria 92318 DE', 'DE', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18879, '00015a', 0, 'Digital Video Broadcasting', 'DVB, % European Broadcasting Union CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18880, '000794', 0, 'Simple Devices, Inc', '111 Anza Blvd., Suite 120 Burlingame CA 94010 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18881, '645e2c', 0, 'IRay Tech Co, Ltd', '11th Guiyang St., Yantai Shandong 264000 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18882, '0050c2b99', 0, 'Greenlight Innovation Corp', 'Unit 104A Burnaby, B.C. V5A 3H4 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18883, '70b3d597c', 0, 'Nu-Tek Power Controls and Automation', '6, Hosa Road , G.K Layout, Electronic City post Bangalore Karnataka 560100 IN', 'IN', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18884, '641cae', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18885, '0050c2161', 0, 'J&B Engineering Group S.L.', 'c/Francisco Silvela 36 Of. 5 Madrid 28028 ES', 'ES', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18886, '001377', 0, 'Samsung Electronics Co, Ltd', '416, Maetan 3Dong, Yeongtong-Gu Suwon Geyonggi 443742 KR', 'KR', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18887, '9893cc', 0, 'LG Electronics Inc', '19-1, Cheongho-ri, Jinwi-myeon Pyeongtaek-si Gyeonggi-do 451-713 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18888, '38cd07', 0, 'Beijing FaceCam Tech Co, Ltd', 'Room C115, DongSheng Building, No 8, East Road, Zhongguan Town, Haidian District Beijing 100083 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18889, '6431392', 0, 'Smartplus Inc', '415 steelcase road east markham Ontario L3R1G3 CA', 'CA', 'MA-M', '2019-09-14', '2019-09-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18890, '000985', 0, 'Auto Telecom Co', '10F, No.3,Lane 16, Sec.2, Sichuan Rd. Banqiao City Taipei County 22061 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18891, '5c6d20', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-11-24', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18892, '001bc5055', 0, 'Lumiplan Transport', '1 ,Impasse Augustin Fresnel SAINT-HERBLAIN 44815 FR', 'FR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18893, '70b3d57e5', 0, 'Megaflex Oy', 'Nuijamiestentie 3 c 1 Helsinki Select State 00400 FI', 'FI', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18894, '000ac5', 0, 'Color Kinetics', '10 Milk Street Boston Masachusetts 02108 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18895, '000c64', 0, 'X2 Msa Group', 'Care of: Agilent Technologies Ipswich, Suffolk IP1 5PB GB', 'GB', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18896, '002573', 0, 'ST Electronics (Info-Security) Pte Ltd', '100, Jurong East Street 21, ST Electronics Jurong East Bldg 609602 SG', 'SG', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18897, '4cb199', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-02-04', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18898, '00e0b7', 0, 'PI Group, Ltd', 'MILTON HALL, CHURCH LANE MILTON, CAMBRIDGE CBA 6AB GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18899, '0050c2424', 0, 'Metrolab Tech SA', 'ch. du Pont-du-Centenaire 110 Plan-les-Ouates Genève 1228 CH', 'CH', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18900, '30aef6', 0, 'Radio Mobile Access', '1 Elm Sq Andover MA 01870 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18901, 'f4b72a', 0, 'Time Interconnect Ltd', '6/F, Photonics Centre HK', 'HK', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18902, '00d077', 0, 'Lucent Tech', 'CLIENT ACCESS BUSINESS UNIT HOLMDEL NJ 07733 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18903, 'dccba8', 0, 'Explora Tech Inc', '360, Franquet Street Quebec G1P 4N3 CA', 'CA', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18904, '0050c230e', 0, 'Obvius', '20811 NW Cornell Road Hillsboro OR 97124 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18905, '0050c2517', 0, 'Solid State Logic', '25 Springhill Road Oxford Oxfordshire OX5 1RU GB', 'GB', 'IAB', '2005-10-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18906, '00d0d1', 0, 'Sycamore Networks', '220 Mill Rd Chelmsford MA 01824 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18907, '000e03', 0, 'Emulex Corp', '3333 Susan Street Costa Mesa CA 92626 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18908, '206fec', 0, 'Braemac CA Llc', '43134 Osgood Road Fremont CA 94539 US', 'US', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18909, '3413a8', 0, 'Mediplan Ltd', '245 Sheffield Road Sheffield South Yorkshire S13 9ZD GB', 'GB', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18910, '0006de', 0, 'Flash Tech', 'P.O. Box 681509 Franklin TN 37068 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18911, '00256e', 0, 'Van Breda B.V.', 'Mercuriusweg 21 Brummen Gelderland 6971 GV NL', 'NL', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18912, '70b3d559b', 0, 'Automatizacion Y Conectividad SA DE CV', 'LA GARITA ANDADOR 6 DUPLEX 1 CASA 2 CDMX TLALPAN 14390 MX', 'MX', 'MA-S', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18913, '544a05', 0, 'wenglor sensoric GmbH', 'wenglor Str. 3 Tettnang 88069 DE', 'DE', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18914, '7cad74', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18915, '7c3bd5', 0, 'Imago Group', 'Ramon Marti Alsina 2-4-6 Badalona Barcelona 08911 ES', 'ES', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18916, '70b3d51c4', 0, 'Smeg S.p.A.', 'via Leonardo da Vinci 4 Guastalla RE 42016 IT', 'IT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18917, 'fc372b', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18918, '70b3d554f', 0, 'Assembly Contracts Ltd', 'Ledson Road Wythenshawe Manchester M23 9GP GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18919, '70b3d585a', 0, 'Brushies', '6402 Langer Lane Lino Lakes MN 55038 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18920, '009002', 0, 'Allgon AB', 'GARDATORGET 1 412 50 GOTEBORG SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18921, '0050c21e8', 0, 'Metrotech', '901-Ho, 21 Century City Building, 55-1 B Busan KyungNam 608-743 KR', 'KR', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18922, '00204f', 0, 'Deutsche Aerospace AG', 'GESCHAEFTSFELD BUNDESREPUBLIK DEUTSCHLAND DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18923, '00230b', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18924, '54880e', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2013-11-12', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18925, '70b3d5548', 0, 'Digiverv Inc', '1515 Evanvale Dr Allen TX 75013 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18926, '005060', 0, 'Tandberg Telecom AS', 'Philip Pedersens vei 20 1361 Lysaker NO', 'NO', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18927, '080001', 0, 'Computervision Corp', '14 CROSBY DRIVE MS 5-1 BEDFORD MA 01730 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18928, '0050c22b1', 1, 'Private', '', '', 'IAB', '2003-10-05', '2003-10-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18929, '0050c2473', 0, 'Sensus Metering Systems Israel', '16 Hamelacha st Rosh Haayin 48091 IL', 'IL', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18930, '00156e', 0, 'A. W. Communication Systems Ltd', 'Crook Barn Carlisle Cumbria CA6 6LH GB', 'GB', 'MA-L', '2005-08-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18931, '0025aa', 0, 'Beijing Soul Tech Co, Ltd', 'Room 606,Xinzheng Office Building BEIJING 100089 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18932, '907240', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-07-12', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18933, 'bc620e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18934, '0005cc', 0, 'Sumtel Communications, Inc', '1F, No. 173, Gung Yuan Road, Hsinchu City 30054 TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18935, '000c1b', 0, 'Oracom Co, Ltd', '3rd Fl, A-Sung Bldg, 999-3 Seoul 135-280 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18936, '283926', 0, 'CyberTAN Tech Inc', '99 Park Ave III, Hsinchu Science Park Hsinchu 308 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18937, '50d2f5', 0, 'Beijing Xiaomi Mobile Software Co, Ltd', 'The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18938, '38700c', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18939, 'a4933f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18940, '5850ab', 0, 'Tls Corp', '1241 Superior Ave. Cleveland OH 44114 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18941, 'f88479', 0, 'Yaojin Tech (Shenzhen) Co, Ltd', 'Yaojin Park, Shui Tian No.4 Industrial Area ShiYan Tow, SHENZHEN GUANGDONG 518108 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18942, '70b3d540e', 0, 'Liaoyun Information Tech Co, Ltd', 'Floor 5, Building 8, No. 690 Bibo Road Shanghai 201203 CN', 'CN', 'MA-S', '2018-07-05', '2018-07-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18943, '64f9c0', 0, 'Analog Devices', '32990 ALVARADO NILES RD UNION CITY CA 94587 US', 'US', 'MA-L', '2019-07-22', '2019-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18944, '0050c21b4', 0, 'Dsp Group Inc', '937D Plum Grove rd. Shaumburg IL 60173 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18945, '001489', 0, 'B15402100 - Jandei, S.L.', 'POL. IND. POCOMACO, E-28 LA Coruña 15190 ES', 'ES', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18946, '000f3a', 0, 'Hisharp', 'NO.673,CHANG HSING ROAD PATE CITY,TAOYUAN, TAIPEI 334 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18947, '001f15', 0, 'Bioscrypt Inc', '505 Cochrane Drive Markham Ontario L3R 8E3 CA', 'CA', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18948, '70acd7', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2018-12-13', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18949, '0005c5', 0, 'Flaga HF', 'Vesturhlid 7 IS', 'IS', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18950, '0050c213a', 0, 'Tex Computer Srl', 'Via Mercadante, 35 47841 Cattocica (RN) IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18951, '78a6bd', 0, 'Daeyeon Control&Instrument Co,.Ltd', 'ACETECHNOTOWER 2-108, 197-7, Guro3-Dong, Guro-Gu, Seoul 152-766 KR', 'KR', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18952, '28f537a', 0, 'Honeywell Safety Products Usa, Inc', '7828 Waterville Road San Diego CA 92154 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18953, 'c010b1', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2018-11-14', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18954, '0002a3', 0, 'Abb Switzerland Ltd, Power Systems', 'Bruggerstrasse 72 Baden CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18955, '000d6f', 0, 'Ember Corp', '343 Congress St Boston Ma 02210 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18956, '0021c5', 0, '3dsp Corp', '16271 Laguna Canyon Road Irvine, CA 92618 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18957, '48f317', 1, 'Private', '', '', 'MA-L', '2011-07-09', '2011-07-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18958, '702559', 0, 'CyberTAN Tech Inc', '99, Park Avenue III, Science-Based Industrial Park Hsinchu 308 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18959, '804e81', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18960, '64fb50', 0, 'RoomReady/Zdi, Inc', '2200 N. Main Street Normal IL 61761 US', 'US', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18961, 'd89c67', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18962, '000bf0', 0, 'MoTEX Products Co, Ltd', 'C.P.O.Box 6912 Chong-gu Seoul 82 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18963, '001e80', 0, 'Icotera A/S', 'Vibeholms Allé 16 Brøndby 2605 DK', 'DK', 'MA-L', '2007-10-22', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18964, '089798', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2018-12-19', '2018-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18965, '001dbc', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2007-08-18', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18966, '001efc', 0, 'Jsc Massa-K', '15, A, Pirogovskaya nab. Saint-Petersburg Leningradskiy reg. 194044 RU', 'RU', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18967, '0000fc', 0, 'Meiko', '650 AZTEC WEST UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18968, '00167f', 0, 'Bluebird Soft Inc', '562-21 Gangnam-gu, Seoul 135-890 KR', 'KR', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18969, '002293', 0, 'zte Corp', '12/F ZTE Plaza,Keji Road South,Hi-Tech Industrial Park,Nanshan District, Shenzhen GUANGDONG 518057 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18970, '00271b', 0, 'Alec Sicherheitssysteme GmbH', 'Friedrich-Hoelscher-Strasse 367 Dortmund 44328 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18971, '70b3d55b6', 0, 'Ethical Lighting and Sensor Solutions Ltd', 'Unit 5 Churchill Industrial Estate Cheltenham Gloucestershire GL53 7EG GB', 'GB', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18972, '582575', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18973, '0014cc', 0, 'Zetec, Inc', '8226 Bracken Place SE Snoqualmie WA 98065 US', 'US', 'MA-L', '2005-06-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18974, '0050c2880', 0, 'Creation Tech Chicago', '1475 S. Wheeling Rd. Wheeling IL 60090 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18975, '000e4f', 0, 'Trajet GmbH', 'Rebenring 33 Braunschweig Nds. 38106 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18976, '001599', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3Dong, Yeongtong-Gu Suwon AL 443-742 US', 'US', 'MA-L', '2005-08-24', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18977, '4c8bef', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18978, '70b3d5186', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'MA-S', '2014-11-04', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18979, 'a80c63', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18980, '0005f1', 0, 'Vrcom, Inc', '401, Songam Bldg, 479-1, Seoul KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18981, '0005f2', 0, 'Power R, Inc', '756 Aloha St. Seattle WA 98109 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18982, '70b3d598f', 0, 'Spaceflight Industries', '1505 Westlake Ave N, Ste 600 Seattle WA 98109 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18983, '480bb28', 0, 'BravoCom(xiamen)TechCo.Ltd', 'Room 506, Chengye Building lnnovation park Xiamen Torch Hi-Tech Zone Xiamen fujian P.R.China Xiamen fujian 361000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18984, '70b3d5f58', 0, 'Cdr Srl', 'VIA DEGLI ARTIGIANI 6 GINESTRA FIORENTINA FLORENCE 50055 IT', 'IT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18985, '000441', 0, 'Half Dome Systems, Inc', '155 B-1 Moffet Park Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18986, 'c863f1', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18987, '88d274', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18988, '503de5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18989, '986d351', 0, 'Shenzhen cositea electronics Tech Co, Ltd', 'Nanshan District Xili academy Avenue Tong Long Industrial A District 7 Building 3 floor shenzhen guandong 518000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18990, '000455', 0, 'Antara.net', '747 Camden Ave. Campbell CA 95008 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18991, '0013a2', 0, 'MaxStream, Inc', '355 South 520 West Suite 180 Lindon Ut 84042 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18992, '20f002', 0, 'MTData Developments Pty. Ltd', '20 Miles Street Mulgrave Victoria 3170 AU', 'AU', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18993, '70b3d526d', 0, 'Sorion Electronics Ltd', 'Unit 12 Magreal ind. est Ladywood, Birmingham West Midlands B16 0QZ GB', 'GB', 'MA-S', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18994, 'a0946a', 0, 'Shenzhen Xgtec Tech Co,.Ltd', 'Room 312, Changhong Science and Technology Building, No.18, South 12 Rd., High-tech Community, Yuehai Street, Nanshan District, Shenzhen Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18995, '000182', 0, 'Dica Tech AG', 'Rotherstr, 19 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18996, '00c062', 0, 'Impulse Tech', '210 DAHLONEGA ST.#204 CUMMING GA 30130 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18997, '0050c2292', 0, 'Amirix Systems', '20 Angus Morton Drive Bedford NS B4B 0L9 CA', 'CA', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18998, '0050c2446', 0, 'Micro Technic A-S', 'Smedevaenget 5 Aarup 5560 DK', 'DK', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(18999, '002106', 0, 'Rim Testing Services', '440 Phillip Street Waterloo ON N2L 5R9 CA', 'CA', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19000, '78028f', 0, 'Adaptive Spectrum and Signal Alignment (Assia), Inc', '333 Twin Dolphin Drive Redwood City CA 94065 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19001, 'fc4ae9', 0, 'Castlenet Tech Inc', 'No.64, Chung-Shan Rd. New Taipei City 23680 TW', 'TW', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19002, '1c87761', 0, 'Ebs Sp. z o.o.', 'ul. Bronisława Czecha 59 Warszawa Mazowieckie 04-555 PL', 'PL', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19003, '000081', 0, 'Bay Networks', 'PO Box 58185 Santa Clara CA 95052-8185 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19004, '008069', 0, 'Computone Systems', '1100 NORTHMEADOW PARKWAY ROSWELL GA 30076 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19005, 'b479c8', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-08-21', '2018-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19006, '58e8767', 0, 'Chronos Tech Ltd', 'Stowfield House Lydbrook Gloucestershire GL17 9PD GB', 'GB', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19007, '2c01b5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-11-21', '2018-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19008, '800a06', 0, 'Comtec Co, Ltd', '60 shimoishida,azabu-cho, Miyoshi-shi Aichi-ken 470-0206 JP', 'JP', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19009, '4cb44a', 0, 'Nanowave Tech Inc', '425 Horner Avenue Etobicoke Ontario M8W 4W3 CA', 'CA', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19010, '606d3c', 0, 'Luxshare Precision Industry Co Ltd', 'Floor 2, Block A, Sanyo New Industrial Area West Haoyi Community, Shajing Subdistrict Office Bao\'an District, Shenzhen, Guangdong 523000 CN', 'CN', 'MA-L', '2017-09-22', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19011, '00003b', 0, 'i Controls, Inc', '12F Doonsan building, 105-7 KOREA 135-714 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19012, 'd05fb8', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19013, '680715', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19014, 'd03761', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-01-05', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19015, '1458d0', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2014-07-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19016, '002455', 0, 'MuLogic BV', 'Olivier van Noortstraat 4 Schiedam ZH 3124LA NL', 'NL', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19017, 'c4aaa1', 0, 'Summit Development, spol.s r.o.', 'K Vodoteci 197 Orech Praha-zapad 252 25 CZ', 'CZ', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19018, 'cc1be0c', 0, 'Guangzhou Southelectric Power Science Tech Development Co, Ltd', 'No.1, zhongsuihua south street, Jiangnan BLVD, Guangzhou Guangdong 510310 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19019, '70b3d5a75', 0, 'Taejin Infotech', '40, Imi-ro, A-411 Uiwang-si Gyeonggi-do 16006 KR', 'KR', 'MA-S', '2018-09-10', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19020, '980637', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19021, '0050c23fa', 0, 'Tumsan', 'Sturenatu 27 Helsinki 00510 FI', 'FI', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19022, '001b63', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2007-02-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19023, 'a43bfa5', 0, 'Boi Solutions', '955 Mound Rd Miamisburg Ohio 45342 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19024, '000a14', 0, 'Teco a.s.', 'Havlickova 260 KOLIN CZ 280 58 CZ', 'CZ', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19025, '70b3d551d', 0, 'Tecnint Hte Srl', 'Via della Tecnica 16/18 Osnago Lecco 23875 IT', 'IT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19026, '2c28b7', 0, 'Hangzhou Ruiying Tech Co, Ltd', 'No. 1, building 305, Yunqi Town Cloud Computing Industrial Park, Hangzhou City, Xihu District Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19027, 'c0b5cd', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19028, '3cfad37', 0, 'Lips Corp', '2F., No. 100, Ruiguang Rd., Neihu Dist. Taipei Taiwan 114 TW', 'TW', 'MA-M', '2019-11-12', '2019-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19029, '38eb47', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19030, '000ba6', 0, 'Miyakawa Electric Works Ltd', '2-1-6, Yokohama Kanagawa 222-0001 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19031, 'b81619', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-01-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19032, 'dce5333', 0, 'Shenzhen C & D Electronics Co, Ltd', '9th FIoor, Building 9, No.1 Qingxiang road, BaoNeng Science and TechnoIogy Industrial Park, Longhua New District ShenZhen GuangDong 518000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19033, '7c438f', 0, 'E-Band Communications Corp', '10095 Scripps Ranch Ct. Ste A San Diego CA 92131 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19034, '34bf90', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2013-03-10', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19035, '3cd0f8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-11-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19036, '0050c2f67', 0, 'Celestial Audio', '4441 Albert St. Oakland CA 94619 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19037, 'b48b19', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19038, '70b3d5284', 0, 'Globalcom Engineering Spa', 'Via Volta 39 CARDANO AL CAMPO VA 21010 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19039, '64cc22', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2019-01-29', '2019-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19040, '002501', 0, 'Jsc Supertel', '38A Petrogradskaya emb. St.Petersburg 197101 RU', 'RU', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19041, '5cc9d3', 0, 'Palladium Energy Eletronica DA Amazonia Ltda', 'AVENIDA BURITI, 4285 MANAUS AMAZONAS 69075-000 BR', 'BR', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19042, 'ecbbae', 0, 'Digivoice Tecnologia em Eletronica Ltda', 'Alameda Juru, 159 - Torreo Barueri São Paulo 06455-010 BR', 'BR', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19043, '84db9e', 0, 'Aifloo AB', 'Postbox 2005 Stockholm 10311 SE', 'SE', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19044, '0080f4', 0, 'Telemecanique Electrique', '33 BIS AVENUE, FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19045, '003096', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19046, '70b3d5af0', 0, 'Season Design Tech', 'FLOOR 4, WARDS EXCHANGE, 199 ECCLESALL ROAD SHEFFIELD SOUTH YORKSHIRE S11 8HW GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19047, '5c879c', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19048, '8c593c9', 0, 'Genis', '1111, 11F RACREUM, 26 Wiryeseoil-ro Seongnam-si Gyeonggi-do 13647 KR', 'KR', 'MA-M', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19049, '1c784e', 0, 'China Mobile Iot Ltd Co', 'No. 8 Yangliu North Road, Yubei District, Chongqing, China Chong Qing Chong Qing 401120 CN', 'CN', 'MA-L', '2019-09-19', '2019-09-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19050, '001dff', 0, 'Network Critical Solutions Ltd', '12B Southview Park Reading Berkshire RG45AF GB', 'GB', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19051, '4c64d9', 0, 'Guangdong Leawin Group Co, Ltd', '10/F, Domain Bldg,No.8 Keji Road(E),HiTech Development District, Shantou Guangdong 515041 CN', 'CN', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19052, '4cbc48', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19053, '00069b', 0, 'Avt Audio Video Tech GmbH', 'Rathsbergstraße 17 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19054, 'cc51b4', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19055, '8ce081', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19056, 'b0c5ca0', 0, 'EM-Tech', '40, Changwon-daero 1144beon-gil, Seongsan-gu Changwon Gyeongsangnam-do 642-120 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19057, '70b3d5d6f', 0, 'X-Spex GmbH', 'Albert-Einstein-Str. 14 Berlin Berlin 12489 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19058, '70b3d572a', 0, 'Mrc Systems GmbH', 'Hans-Bunte-Str. 10 Heidelberg 69123 DE', 'DE', 'MA-S', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19059, '0050c241b', 0, 'LogiM GmbH Software und Entwicklung', 'Mahonienweg 22b Berlin 12437 DE', 'DE', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19060, '001391', 0, 'Ouen Co, Ltd', 'Gotanda NT Bldg.7F, Shinagawa-ku Tokyo 141-0022 JP', 'JP', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19061, 'f47960', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19062, '380dd4', 0, 'Primax Electronics Ltd', '8F,No. 669, Ruey Kuang Road, Neihu Taipei 114 TW', 'TW', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19063, '0050c2e80', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19064, '0050c2027', 0, 'Industrial Control Links', '12840 Earhart Ave. Auburn CA 95602 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19065, '0050c212a', 0, 'Symbolic Sound Corp', 'PO Box 2549 Champaign IL 61825-2549 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19066, '001679', 0, 'eOn Communications', '4105 Royal Drive, Suite 100 Kennesaw Georgia 30144 US', 'US', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19067, '98c845', 0, 'PacketAccess', '611 North Main Street Goldfield IA 50543 US', 'US', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19068, 'a039f7', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2015-05-03', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19069, '10fcb6', 0, 'mirusystems Co, Ltd', '#1001, 2-dong, Pangoyo seven venture valley, 228-gil, Pangyo-ro Bundang-gu, Seongnam-si, Gyeonggi-do 13487 KR', 'KR', 'MA-L', '2017-06-13', '2017-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19070, '0001e4', 0, 'Sitera, Inc', '1820 Lefthand Circle Longmont CO 80501 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19071, '000421', 0, 'Ocular Networks', '12700, Fair Lakes Circle Fairfax VA 22033 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19072, '70b3d54ea', 0, 'Vocality international T/A Cubic', 'Lydling Barn,Lydling Farm,, Puttenham Lane Godalming Surrey gu8 6ap GB', 'GB', 'MA-S', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19073, 'd4a33d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19074, '70b3d5960', 0, 'Horizon Telecom', '6 rue de GUEUGNON MONTCEAU LES MINES 71300 FR', 'FR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19075, '0023fb', 0, 'IP Datatel, Llc', '13110 Southwest Freeway Sugar Land Texas 77478 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19076, '0050c2cb3', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach Northrhine Westfalia 51465 DE', 'DE', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19077, 'b4e1c4', 0, 'Microsoft Mobile Oy', 'Keilalahdentie 4 Espoo 02150 FI', 'FI', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19078, '001766', 0, 'Accense Tech, Inc', '35 Tansumachi Shinjyuku-ku Tokyo 1620833 JP', 'JP', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19079, '0022c4', 0, 'epro GmbH', 'Joebkesweg 3 Gronau NRW 48599 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19080, '001a40', 0, 'A-Four Tech Co, Ltd', '6F, No. 108, Min-Chuan Rd., Hsin-Tien Taipei 23141 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19081, '28656b', 0, 'Keystone Microtech Corp', '9F., No.255, Dong Sec. 1, Jhubei City, Hsinchu County 302 TW', 'TW', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19082, 'b0c5caf', 1, 'Private', '', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19083, '1855e3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19084, '0030b1', 0, 'TrunkNet', 'Aubergenviller Allee 51 Dieburg D-64807 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19085, '008076', 0, 'Mcnc', 'P.O. BOX 12889 RTP NC 27709 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19086, '000f29', 0, 'Augmentix Corp', '4030 W Braker Ln Austin Texas 78759 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19087, '04c5a4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19088, '5cf7e6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19089, '00d0af', 0, 'Cutler-Hammer, Inc', 'PMP CENTER PITTSBURGH PA 15205 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19090, '0050c2173', 0, 'DeMeTec GmbH', 'Luetzelwiessen 5 Langgoens 35428 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19091, 'bc2bd7', 0, 'Revogi Innovation Co, Ltd', '2018, Anhui Building, No. 6007, Shenzhen, Guangdong 518113 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19092, '549a116', 0, 'Orient Direct, Inc', '974 Commercial St. Palo Alto California 94303 US', 'US', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19093, '0009bd', 0, 'Epygi Tech, Ltd', '5040 Addison Circle Addison Texas 75001 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19094, 'ac4bc8', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2012-04-08', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19095, '70b3d5987', 0, 'Axis Corp', 'Higashi Tokorozawa 2-24-5 Tokorozawa-shi Saitama 359-0021 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19096, '649829', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19097, 'fc90fa', 0, 'Independent Tech', '1960 Ridgeview Rd Blair NE 68008 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19098, '1cfd087', 0, 'sunweit industrial Ltd', 'Block A ,503B Room,Zhihui Innovation Centre Shenzhen GUANGDONG 518000 CN', 'CN', 'MA-M', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19099, '5ccd5b', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-07-17', '2019-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19100, '0080c9', 0, 'Alberta Microelectronic Centre', '318, 11315 - 87 AVENUE CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19101, 'e0f9be', 0, 'Cloudena Corp', '6F., No. 5, Alley 22, Lane 513 Taipei City 114 TW', 'TW', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19102, 'e4aa5d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19103, '80618f', 0, 'Shenzhen Sang Fei Consumer Communications Co, Ltd', '11 science and technology road,shenzhen hi-tech industrial park nanshan district,shenzhen 518057,PRC ShenZhen China/GuangDong 518057 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19104, '445f8c', 0, 'Intercel Group Ltd', 'Unit 6, 17/F, Vanta industrial Centre, New Territories, Hong Kong CN', 'CN', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19105, '0cbf15', 0, 'Genetec Inc', '2280 boul Alfred-Nobel St. Laurent Quebec H4S 2A4 CA', 'CA', 'MA-L', '2011-09-24', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19106, 'a05e6b', 0, 'Melper Co, Ltd', '207, 2nd FL.,Wonhyo Bldg.,1365-22 SEOUL 137-863 KR', 'KR', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19107, 'f0e77e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19108, '70b3d5033', 0, 'Sailmon BV', 'Vlierweg 22 Amsterdam Noord-Holland 1032 LG NL', 'NL', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19109, '1c1386', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19110, '0050c2877', 0, 'Motion Analysis Corp', '3617 Westwind Blvd Santa Rosa CA 95403 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19111, '0050c2dbe', 0, 'Withsystem Co, Ltd', 'C/603, Digital empire, #980-3 suwon-si gyeonggi-do 443-470 KR', 'KR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19112, 'e097f2', 0, 'Atomax Inc', '8F-1, No.300, Sec.1, Nei-hu Rd. Taipei 114 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19113, '001bc507e', 0, 'Bio Molecular System Pty Ltd', '5/3 Northward St Upper Coomera Queensland 4209 AU', 'AU', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19114, '741f79', 0, 'Youngkook Electronics Co, Ltd', '#810, Daewoo Frontier Valley 1,16-25, Dongbaekjungang-ro 16beon-gil, Giheung-gu YONGIN Gyeonggi-do 17015 KR', 'KR', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19115, '0050c24a3', 0, 'Protium Tech, Inc', '10 Bearfoot Rd. Northborough MA 01532 US', 'US', 'IAB', '2005-06-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19116, '001c61', 0, 'Galaxy Microsystems Ltd', 'Room 1101-03, 11/F Enterprise Square Two Kowloon Bay Kowloon HK', 'HK', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19117, '00f860', 0, 'PT. Panggung Electric Citrabuana', 'Jl. Raya Waru no. 1 Sidoarjo Jawa Timur 61256 ID', 'ID', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19118, '18f650', 0, 'Multimedia Pacific Ltd', '1 Matheson Street, Shell Tower 29F/12 000000 HK', 'HK', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19119, '3c081e', 0, 'Beijing Yupont Electric Power Tech Co, Ltd', 'No.1,Dizang-an Nanxiang Beijing 100045 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19120, 'd42c44', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19121, '144fd7e', 0, 'Edan Instruments, Inc', 'No.15, Jinhui Rd., Jinsha Community, Kengzi Subdistrict, Pingshan District, Shenzhen Guangdong 518122 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19122, '08d59d', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19123, '00066d', 0, 'Compuprint S.P.A.', 'Via Martiri D\'Italia 26 IT', 'IT', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19124, '001516', 0, 'Uriel Systems Inc', '#204 Byucksan Digitalvalley 1st, 212-16, Guro-dong, Guro-gu Seoul 152-050 KR', 'KR', 'MA-L', '2005-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19125, '90d852', 0, 'Comtec Co, Ltd', '3F., No.81, Jiankang Rd., Zhonghe City Taipei County 23586 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19126, '3044a1', 0, 'Shanghai Nanchao Information Tech', 'Floor 1th, building 13, No.368 Zhangjiang Road, Pudong New District, Shanghai shanghai 200000 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19127, '6029d5', 0, 'Davolink Inc', '112, Beolmal-ro Dongan-gu, Anyang-si Gyeonggi-do 14057 KR', 'KR', 'MA-L', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19128, '000d14', 0, 'Vtech Innovation LP dba Advanced American Telephones', '203-600 Parsippany Rd Parsippany NJ 07054 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19129, '000e32', 0, 'Kontron Medical', 'Reinacherstrasse 131 Basel 4002 CH', 'CH', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19130, '000910', 0, 'Simple Access Inc', '600 McCaffrey Street St-Laurent Quebec H4T1N1 CA', 'CA', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19131, '70b3d5fda', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19132, '38c70a', 0, 'WiFiSong', 'Rm. 605, Building 3, No. 75 Wenyi West Road Hangzhou Zhengjiang 310012 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19133, '9cefd5', 0, 'Panda Wireless, Inc', '15559 Union Ave, Suite 300 Los Gatos CA 95032 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19134, '70b3d55bf', 0, 'Aton srl', 'Via Guido Rossa 5 Spilamberto MO 41057 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19135, '70bf92', 0, 'GN Audio A/S', 'Lautrupbjerg 7 Ballerup DK-2750 DK', 'DK', 'MA-L', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19136, '0040d8', 0, 'Ocean Office Automation Ltd', '4TH & 5TH FLOOR, KADER BLDG. HONG KONG HK', 'HK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19137, '0007af', 0, 'Red Lion Controls, LP', '20 Willow Springs Circle York NY 17402 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19138, '0023db', 0, 'saxnet GmbH', 'Willy-Brandt-Ring 1 Oelsnitz Sachsen 08606 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19139, 'fc9114', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2016-05-23', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19140, '58278c', 0, 'Buffalo.Inc', 'AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP', 'JP', 'MA-L', '2019-11-12', '2019-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19141, '000ccf', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19142, '00168a', 0, 'id-Confirm Inc', '1800 Boulder St Denver CO 80211 US', 'US', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19143, '70b3d594b', 0, 'RF Code', '2600 Longhorn Blvd. ste 111 Austin null 78758 US', 'US', 'MA-S', '2018-10-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19144, '0050c29cd', 0, 'Uwe Schneider GmbH', 'Heegwaldring 12 Limeshain 63694 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19145, '0025c0', 0, 'ZillionTV Corp', '1170 Kifer Road Sunnyvale CA 94086 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19146, '70b3d5356', 0, 'Brs Sistemas Eletrônicos', 'Rua Gomes de Freitas, 491 / 204 Porto Alegre RS 91380-000 BR', 'BR', 'MA-S', '2019-05-31', '2019-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19147, '001b2c', 0, 'Atron electronic GmbH', 'Am Ziegelstadel 12 + 14 Markt Schwaben 85570 DE', 'DE', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19148, '0050c2c35', 0, 'Insitu, Inc', '118 E Columbia River Way Bingen WA 98605 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19149, '0026f8', 0, 'Golden Highway Industry Development Co, Ltd', 'Floor 7, Block 8, Vision Shenzhen Business Park, No.9 Gaoxin 9th South Road Shenzhen City Guangdong Province 518057 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19150, '0050c2d0c', 0, 'Jvl Industri Elektronik', 'Blokken 42 Birkeroed Sjaelland DK-3460 DK', 'DK', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19151, 'e47fb2', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2014-05-27', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19152, '0050c2003', 0, 'Microsoft', 'Bldg 32/2316 Redmond WA 98052 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19153, '001c29', 0, 'Core Digital Electronics Co, Ltd', '1006# 102 CHUNUITECHNOPARK 200-1 BUCHEON-CITY GYUNGGI-DO 420-857 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19154, '000f5a', 0, 'Peribit Networks', '2855 Bowers Ave Santa Clara CA 95051 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19155, '0050c2cb4', 0, 'Gea Farm Tech GmbH', 'Siemensstr. 25-27 Bonen NRW 59199 DE', 'DE', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19156, '0050c2f7a', 0, 'C3 Llc', '1305 N Savannah Terrace Mustang OK 73064 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19157, '1cfcbb', 0, 'Realfiction ApS', 'Oester Alle 42, 5 Copenhagen OE 2100 DK', 'DK', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19158, '58e8761', 0, 'Beijing Perabytes IS Tech Co, Ltd', '2F, Office Building, No. 2 Yard, Longxiang Printing-plate Group, North of Huilongguan Village, Huilongguan Town, ChangPing District,Beijing 102208, P.R. China Beijing Beijing 102208 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19159, '70b3d5fb2', 0, 'Kj3 Elektronik AB', 'Fornåsa 110 Fornåsa 59033 SE', 'SE', 'MA-S', '2019-02-04', '2019-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19160, '00019a', 0, 'Leunig GmbH', 'Wilhelm-Ostwald-Str. 17 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19161, '0007c5', 0, 'Gcom, Inc', '1800 Woodfield Dr. Savoy IL 61874 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19162, '0050c2dfb', 0, 'Bettini Srl', 'VIA CESARE BATTISTI 22 CESANO MADERNO MILAN 20031 IT', 'IT', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19163, 'cc988b', 0, 'Sony Visual Products Inc', '2-10-1 Osaki Shinagawa-ku Tokyo 141-8610 JP', 'JP', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19164, '70b3d5564', 0, 'christmann informationstechnik + medien GmbH & Co KG', 'Ilseder Huette 10c Ilsede Niedersachsen 31241 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19165, '70b3d55c5', 0, 'Haag-Streit AG', 'Gartenstadtstrasse 10 Koeniz Bern CH-3098 CH', 'CH', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19166, '00e000', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '1980-01-01', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19167, '001cb3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2007-06-16', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19168, '001622', 0, 'Bbh Systems GmbH', 'Böttgerstraße 40 Weiden i.d.OPf. Bayern 92637 DE', 'DE', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19169, '002547', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19170, '40d85507f', 0, 'Wheatstone Corp', '600 Industrial Drive New Bern NC 28562 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19171, '48a9d2', 0, 'Wistron Neweb Corp', '20 Park Avenue II, Hsin Science Park, Hsinchu 308, Taiwan HsinChu Taiwan 308 TW', 'TW', 'MA-L', '2015-01-23', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19172, '70b3d5e8a', 0, 'Melecs Ews GmbH', 'GZO-Technologiestrasse 1 Siegendorf 7011 AT', 'AT', 'MA-S', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19173, '5ca1e0', 0, 'EmbedWay Tech', '6F, Building 8, No 2388, Chenhang Rd, Shanghai Shanghai 201114 CN', 'CN', 'MA-L', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19174, '00dd04', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19175, '00065e', 0, 'Photuris, Inc', '20 Corporate Place South Piscataway NJ 08854 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19176, '808f1d', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-10-30', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19177, '00065f', 0, 'Eci Telecom Ltd', '30 Hasivim St. hasivivm 53188 IL', 'IL', 'MA-L', '2001-06-04', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19178, '00260b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19179, '28a183', 0, 'Alps Electric Co, Ltd', '6-1 Kakuda Miyagi-Pref 981-1595 JP', 'JP', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19180, '0060a1', 0, 'VPNet, Inc', '555 N. MATHILDA AVE.,-STE #110 SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19181, '807b859', 0, 'Smart Electronics NZ Ltd', '4d Palm Grove, Berhampore Wellington 6023 NZ', 'NZ', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19182, '001b04', 0, 'Affinity International S.p.a', 'C.so Savona 51 Villastellone I10029 IT', 'IT', 'MA-L', '2007-01-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19183, 'e4fb5d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19184, '0050c2dcf', 0, 'Mcs Engenharia ltda', 'Al. Caiapos, 596 Barueri São Paulo 06460-110 BR', 'BR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19185, 'd4ee07', 0, 'Hiwifi Co, Ltd', 'Room 1002, Zhongguancun e-Plaza A, Haidian District Beijing 100080 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19186, '70b3d58bb', 0, 'Kst Tech', 'KST B/D 4-5, Wiryeseong-daero 12-gil Songpa-gu Seoul 05636 KR', 'KR', 'MA-S', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19187, '000373', 0, 'Aselsan A.S', 'Mehmet Akif Ersoy Mah. TR', 'TR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19188, '000d4c', 0, 'Outline Electronics Ltd', '7/F Benson Tower Kwun Tong Kowloon HK', 'HK', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19189, 'f8a963', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 15, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19190, '0001f6', 0, 'Association of Musical Electronics Industry', 'Ito Bldg. 4th Floor 2-16-9 Misaki-cho, JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19191, '0011c2', 0, 'United Fiber Optic Communication', '13-1,NO.700,Jungjeng RD,Junghe City Junghe City Taipei 235 TW', 'TW', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19192, 'a4fcce', 0, 'Security Expert Ltd', '75, Ekaterininskaya Street, of. 105 Perm Perm region 614000 RU', 'RU', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19193, '40d855113', 0, 'Testbook Ltd', '7 Midshires Business Park Alyesbury Bucks HP19 8HL GB', 'GB', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19194, 'b8224f', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19195, 'a8be27', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19196, 'c464b7', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19197, '0040c2', 0, 'Applied Computing Devices', 'ALEPH PARK TERRE HAUTE IN 47802 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19198, '0050c24a9', 0, 'Faber Electronics BV', 'Th. Dobbeweg 1 Velp Gelderland 6883 GN Velp NL', 'NL', 'IAB', '2005-06-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19199, '0029c2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-10-30', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19200, '70b3d5b50', 0, 'iGrid T&D', 'C. Marie Curie, 8-14 Barcelona Catalonia 08042 ES', 'ES', 'MA-S', '2019-01-30', '2019-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19201, '68db96', 0, 'Opwill Tech Co .,Ltd', 'Room 415,Digital Media Building,NO.7 Shangdi Information Road,HaiDian District, Beijing 100085 CN', 'CN', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19202, 'dcdb70', 0, 'Tonfunk Systementwicklung und Service GmbH', 'Anger20 Falkenstein / Harz OT Ermsleben Sachsen-Anhalt 06463 DE', 'DE', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19203, '50fa84', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19204, '2446c8', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2019-06-10', '2019-06-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19205, '001117', 0, 'Cesnet', 'Zikova 4 Praha 6 160 00 CZ', 'CZ', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19206, '0050c2720', 0, 'Colorado Engineering Inc', '1915 Jamboree Drive Colorado Springs CO 80920 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19207, '704f08', 0, 'Shenzhen Huisheng Information Tech Co, Ltd', 'Room 4A-205, Software Industry Base, Yuehai St Nanshan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19208, '000c15', 0, 'CyberPower Systems, Inc', '6F, No. 32, Sec. 1, Chenggong Rd. Taipei 115 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19209, '88bd45', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19210, '643f5f', 0, 'Exablaze', 'Level 6 Sydney NSW 2000 AU', 'AU', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19211, '04ba36', 0, 'Li Seng Tech Ltd', 'Rm901, 9/F Shiu Fung Hong Building, 239-241 Wing Lok Street, Hong Kong Hong Kong 0000 HK', 'HK', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19212, 'a4ed43b', 0, 'Paragon Business Solutions Ltd', '303-5th Avenue, Suite # 1007 New York 10016 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19213, '70b3d5726', 0, 'Atgs', '11 POLBINA ST. MOSCOW 109388 RU', 'RU', 'MA-S', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19214, '08863b', 0, 'Belkin International Inc', '12045 East Waterfront Drive Playa Vista CA 90094 US', 'US', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19215, 'bc15a6', 0, 'Taiwan Jantek Electronics, Ltd', '6F-1,No.1 Wu-Chuan 1St. Rd,Wu-Ku Industrial Park, Sinchwang City Taipei Hsien 24892 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19216, 'b81999', 0, 'Nesys', 'Energeticheskaya, 1 Moscow 111116 RU', 'RU', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19217, '9c9c1d', 0, 'Starkey Labs Inc', '6600 Washington Ave. S. Eden Prairie MN 55344 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19218, '1c21d19', 0, 'Dynojet Research', '2191 Mendenhall #105 North Las Vegas NV 89081 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19219, '0002c2', 0, 'Net Vision Telecom', '#206 Software Support Center 305-343 Rep. of Korea KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19220, '002353', 0, 'F E T Elettronica snc', 'Via Alessandro Manzoni 14/a Poggibonsi Siena 53036 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19221, '44334c', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO 268 Shenzhen Guangdong 518110 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19222, '000763', 0, 'Sunniwell Cyber Tech Co, Ltd', '17th Floor Haitai Building #229 Beijing 100083 CN', 'CN', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19223, '0050c2383', 0, 'Ics Electronics', '7034 Commerce Circle Pleasanton CA 94588 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19224, '0050c25e2', 0, 'Pyramid Computer GmbH', 'Boetzinger Strasse 60 Freiburg BW 79111 DE', 'DE', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19225, '0006d6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19226, '0009de', 0, 'Samjin Information & Communications Co, Ltd', 'MajangMyun DukPyungRi 235-2 Ichon KyongGi 467-812 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19227, '8c3c4a', 0, 'Nakayo Inc', 'Development Support Center 165 Higashiomuro-machi Maebashi-shi Gunma 379-2105 JP', 'JP', 'MA-L', '2012-06-14', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19228, '70b3d53e1', 0, 'Barnstormer Softworks', '837 N Grant St. Wooster OH 44691 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19229, '88c3b3', 0, 'Sovico', '2271-5 Nambusunhwan-ro, Seocho-gu Seoul 06703 KR', 'KR', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19230, '70b3d5351', 0, 'Kst Tech', 'KST B/D 4-5, Wiryeseong-daero 12-gil Songpa-gu Seoul 05636 KR', 'KR', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19231, '003087', 0, 'Vega Grieshaber KG', 'AM HOHENSTEIN 113 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19232, '000687', 0, 'Omnitron Systems Tech, Inc', '140 Technology Irvine CA 92618 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19233, '70b3d54a0', 0, 'Fludia', '4T rue honoré d\'estienne d\'orves Suresnes 92150 FR', 'FR', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19234, 'd0ff98', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19235, '70b3d58d7', 0, 'Schneider Electric Motion Usa', '370 N. Main St. Marlborough CT 06447 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19236, '70b3d5c1f', 0, 'Behr Tech Inc', '10 York Mills Road, Suite 610 Toronto Ontario M2P 2G4 CA', 'CA', 'MA-S', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19237, '006052', 0, 'Peripherals Enterprise Co, Ltd', '3F, NO.10, ALLEY 6, LANE 45 TAIPEI TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19238, '0003c3', 0, 'Micronik Multimedia', 'Brückenstraße 2 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19239, 'dc56e7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19240, '002008', 0, 'Cable & Computer Tech', '1555 SO. SINCLAIR STREET ANAHEIM CA 92806 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19241, '70f1e5', 0, 'Xetawave Llc', '1668 Valtec Lane Boulder CO 80301 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19242, '602184', 1, 'Private', '', '', 'MA-L', '2010-12-06', '2010-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19243, '9cf67d', 0, 'Ricardo Prague, s.r.o.', 'Thamova 13 Praha 8 186 00 CZ', 'CZ', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19244, 'fce998', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19245, 'c463fb', 0, 'Neatframe AS', 'Martin Linges Vei 25 Fornebu Fornebu 1364 NO', 'NO', 'MA-L', '2019-05-07', '2019-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19246, '0050af', 0, 'Intergon, Inc', '5800 RANCHESTER DRIVE HOUSTON TX 77036 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19247, '0025a4', 0, 'EuroDesign embedded Tech GmbH', 'Waldstratraße 4A Kirchdorf a.d. Amper Bayern 85414 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19248, '1c12b0', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2018-11-21', '2018-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19249, '0050c27b8', 0, 'Design 2000 Pty Ltd', '9-11 Rose Street Melbourne Victoria 3156 AU', 'AU', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19250, '80d433', 0, 'LzLabs GmbH', 'Alte Winterthurerstrasse 14B Wallisellen Zurich 8304 CH', 'CH', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19251, '383a218', 0, 'Alicat Scientific', '7641 N Business Park Dr Tucson AZ 85743 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19252, '2823f5', 0, 'China Mobile (Hangzhou) Information Tech Co, Ltd', 'No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19253, '003061', 0, 'MobyTEL', '4301 Connecticut Ave. NW Washington DC 20008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19254, '001c84', 0, 'Stl Solution Co, Ltd', '#710, World Meridian Venture Center I Seoul 152781 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19255, '7c6097', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19256, '0cee99', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-10-09', '2019-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19257, '0003a2', 0, 'Catapult Communications', '160 S. Whisman Rd. Mountain View CA 94041 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19258, '709ba5', 0, 'Shenzhen Y&D Electronics Co, Ltd', 'D zone3F,Shenzhen Academy of Aerospace Technology,Hi-Tech Park,south 10th Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19259, '0050c22a6', 0, 'Brannstroms Elektronik AB', 'Uddevallagatan 14 Goteborg Vastra Gotaland 41670 SE', 'SE', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19260, '783e53', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2013-12-13', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19261, '70b3d5647', 0, 'Kzta', 'S.-Shhedrina Kaluga 248002 RU', 'RU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19262, 'a09dc1', 0, 'China Dragon Tech Ltd', 'B4 Bldg.Haoshan 1st Industry Park, Shenzhen Guangdong 518104 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19263, '686350', 0, 'Hella India Automotive Pvt Ltd', 'Unit no 201A to 201B Nano Space Surveyno.5/1B/2 BanerBaner Pashan Link road Pune Maharastra 411045 IN', 'IN', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19264, '0003c1', 0, 'Packet Dynamics Ltd', '2 Buckstane Park UK EH10 GPA GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19265, '000405', 0, 'Acn Tech', '9F, HeyKang B/D, 157-36 Seoul KOREA #135-090 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19266, '0019a3', 0, 'asteel electronique atlantique', 'za de la lande de saint jean sainte marie de redon 35600 FR', 'FR', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19267, '4097d1', 0, 'BK Electronics cc', '150 Swaardlelie Ave Pretoria Gauteng 0184 ZA', 'ZA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19268, '244e7b9', 0, 'UniMAT Automation Tech Co, Ltd', '5/F, Building 15&16, Wisdomland Business Park, Road 2 Nantou port, Nanshan District Shenzhen Guangdong 518052 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19269, '0003f5', 0, 'Chip2Chip', '2249 Zanker Rd. San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19270, '000bb4', 0, 'Rdc Semiconductor Inc,', '6F-1 , No.2-1, Lihsin Rd, Science-Based Hsin Chu 300 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19271, '0022fa', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19272, '7465d1', 0, 'Atlinks', '30 Avenue Geroge V Paris 75008 FR', 'FR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19273, '94b10a', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19274, '70b3d5506', 0, 'Tonbo Imaging Pte Ltd', '77 Science Park Drive,CINTECH III, Singapore Science Park I Singapore 118256 SG', 'SG', 'MA-S', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19275, '00a0ec', 0, 'Transmitton Ltd', 'SMISBY ROAD LEICESTERSHIRE LE65 2UG GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19276, '0050c22fe', 0, 'Saab AB', 'Nobymalmsvägen Linköping Östergötland 581 82 SE', 'SE', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19277, 'cc355a', 0, 'SecuGen Corp', '2065 Martin Ave, Suite 108 Santa Clara CA 95050 US', 'US', 'MA-L', '2018-09-08', '2018-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19278, '40d855199', 0, 'Pressol Schmiergeraete GmbH', 'Parkstrasse 7 Falkenstein Bavaria 93167 DE', 'DE', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19279, '58fcdbd', 0, 'Xiamen Leelen Tech Co, Ltd', '65 Sunban South Rd. Xiamen Fujian 361021 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19280, '0050c2fa5', 0, 'Intuitive Surgical, Inc', '1250 Kifer Road, Building 103 Sunnyvale CA 94086 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19281, 'a0bd1d', 0, 'Zhejiang Dahua Tech Co, Ltd', 'No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2018-12-05', '2018-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19282, '4088e0', 0, 'Beijing Ereneben Information Tech Ltd Shenzhen Branch', 'Room 14A, Building A, Honglong Central Plaza, No.3001,Heping Road, Luohu District, Shenzhen City Shenzhen Guangdong 518001 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19283, '60beb5', 0, 'Motorola Mobility Llc, a Lenovo Co', '600 North US Highway 45 Libertyville IL 60048 US', 'US', 'MA-L', '2013-09-22', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19284, 'cca223', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19285, '70b3d547c', 0, 'ParTech Inc', '139 Premier Dr. Lake Orion MI 48359 US', 'US', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19286, '00c07d', 0, 'Risc Developments Ltd', '117 HATFIELD ROAD ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19287, '001bf0', 0, 'Value Platforms Ltd', 'Rm 712-713, Building 9, 5, Science Park West Ave., Shatin, HK', 'HK', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19288, '70886b8', 0, 'Cable Matters Inc', '153 Northboro Road, Suite 5 Southborough MA 01772 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19289, 'f81d789', 0, 'Ophrys Systèmes', '6 rue Valérien Perrin Seyssinet 38170 FR', 'FR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19290, '00072f', 0, 'Intransa, Inc', '2670 Zanker San Jose CA 95134 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19291, '00189c', 0, 'Weldex Corp', '6751 Katella Avenue Cypress CA 90630 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19292, '2c3ae8', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2017-02-21', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19293, '000165', 0, 'AirSwitch Corp', '37East 200South Springville UT 84663 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19294, '140708', 1, 'Private', '', '', 'MA-L', '2011-05-07', '2011-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19295, 'fc2325', 0, 'EosTek (Shenzhen) Co, Ltd', 'Room 306, Complex Building Tsinghua High-Tech Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19296, '58e8763', 0, 'McWong International Inc', '1921 Arena Blvd Sacramento CA 95834 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19297, '001f5b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2007-12-31', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19298, '08482c', 0, 'Raycore Taiwan Co, Ltd', '3F-5, No.351, Sec.2, Zongshan Rd New Taipei city 23504 TW', 'TW', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19299, '2013e0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-03-17', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19300, '0020e4', 0, 'Hsing Tech Enterprise Co, Ltd', 'NO. 2, LANE 128, SEC. 2 TEIPEI, TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19301, '949c55', 0, 'Alta Data Tech', '4901 Rockaway Blvd, Building A Rio Rancho NM 87124 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19302, '0050c2dae', 0, 'Spang Power Electronics', '9305 Progress Parkway Mentor Ohio 44060 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19303, '20d21f', 0, 'Wincal Tech Corp', '1028 South Greenwood Ave. Montebello California 90640 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19304, 'e818639', 0, 'Bsm Wireless Inc', '75 International Blvd. Toronto Ontario M9W 6L9 CA', 'CA', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19305, 'e86d65', 0, 'Audio Mobil Elektronik GmbH', 'Audio-Mobil-Straße 5 - 7 Braunau am Inn - Ranshofen 5282 AT', 'AT', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19306, '70b3d52f2', 0, 'Health Care Originals, Inc', '1 Pleasant St., Ste. 442 Rochester NY 14604 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19307, '001e0c', 0, 'Sherwood Information Partners, Inc', '1120 W, 122nd Ave, Ste 300 Westminster CO 80234 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19308, '0050c2c63', 0, 'Potter Electric Signal Co Llc', '11790 Troy Lane North Maple Grove MN 55369 US', 'US', 'IAB', '2010-05-15', '2016-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19309, '58d9d5', 0, 'Tenda Tech Co, LtdDongguan branch', 'Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19310, 'd45383', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19311, '000cfe', 0, 'Grand Electronic Co, Ltd', 'Room 1710, Block B Lucky tower, No.3 Don Beijing 100027 CN', 'CN', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19312, '0050c2f2c', 0, 'Terratel Tech s.r.o.', 'Dukelska 2192 Benesov CZ 25601 CZ', 'CZ', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19313, '70b3d51c3', 0, 'Shanghai Tiancheng Communication Tech Corp', 'No.618,Guangxing Rd.,Songjiang shanghai 200090 CN', 'CN', 'MA-S', '2019-12-05', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19314, '00a0f8', 0, 'Zebra Tech Inc', '475 Half Day Road Lincolnshire IL 60069 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19315, '0005c8', 0, 'Verytech', '#402, Jang Young Shil Kwan, KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19316, '0007a7', 0, 'A-Z Inc', '5-5-17 Kamikoushien JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19317, '000e63', 0, 'Lemke Diagnostics GmbH', 'Radeburger Str. 47 Volkersdorf Saxony 01468 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19318, '8cd628', 0, 'Ikor Metering', 'Francisco Grandmontagne 4 San Sebastian Guipuzcoa 20008 ES', 'ES', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19319, '0cb4ef', 0, 'Digience Co, Ltd', '204 Building for Growth, Gumi Electronics&Information Technology Research Institute, 17 Cheomdangieop-1ro, Gumi Gyeongbuk KR', 'KR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19320, '183f47', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19321, 'dc86d8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19322, '08008d', 0, 'Xyvision Inc', '101 EDGEWATER DRIVE WAKEFIELD MA 01880 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19323, '0025ee', 0, 'Avtex Ltd', 'Unit G5 Capital Business Park Cardiff CF3 2PX GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19324, 'f8e4fb', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2013-01-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19325, '4c7403', 0, 'BQ', 'c Sofía 10. Polígono Európolis Las Rozas de Madrid Madrid 28230 ES', 'ES', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19326, '005ba1', 0, 'shanghai huayuan chuangxin software Co, Ltd', 'Room D13 , Floor 13,Lane 1006, Jinshajiang road,putuo District Shanghai Shanghai 200333 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19327, 'c083598', 0, 'ista International GmbH', 'Luxemburger Strasse 1 Essen NRW 45131 DE', 'DE', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19328, '00a093', 0, 'B/E Aerospace, Inc', '17481 RED HILL IRVINE CA 92714-5630 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19329, '004017', 0, 'Silex Tech America', '157 West 7065 South Salt Lake City UT 84047 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19330, '0050c2314', 0, 'MicroBee Systems, Inc', '9414 Danese Lane SE Huntsville AL 35803 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19331, 'f46a92', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19332, '807b852', 0, 'Phoenix Co, Ltd', 'Perl Iidabashi Bldg., Chiyoda-ku Tokyo 102-0072 JP', 'JP', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19333, '70b3d5b47', 0, 'Dsit Solutions Ltd', 'Rechvam Zeevi 2 Givat-Shmuel 5401777 IL', 'IL', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19334, '0090a9', 0, 'Western Digital', '1599 NORTH BROADWAY ROCHESTER MN 55906 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19335, '0008e7', 0, 'Shi ControlSystems, Ltd', '19,Natusima Yokosuka Kanagawa 237-8555 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19336, '00237a', 0, 'Rim', '295 Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19337, 'a88d7b', 0, 'SunDroid Global Ltd', 'Room 1305B, Fiyta Science Building, Shenzhen Guang Dong 518057 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19338, '70b3d51b4', 0, '5nines', 'Avalon Four, Mill Street Cape Town Western Cape 8001 ZA', 'ZA', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19339, '00a020', 0, 'Citicorp/Tti', '3100 OCEAN PARK BLVD. SANTA MONICA CA 90405 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19340, '0030e1', 0, 'Network Equipment Tech, Inc', '6900 Paseo Padre Parkway Fremont CA 94555 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19341, '0006d0', 0, 'Elgar Electronics Corp', '9250 Brown Deer Rd. San Diego CA 92121 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19342, '0050c2362', 0, 'Azd Praha s.r.o.', 'Zirovnicka 2/3146 Prague 106 17 CZ', 'CZ', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19343, 'c81479', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19344, '4473d6', 0, 'Logitech', '7700 Gateway Blvd Newark CA 94560 US', 'US', 'MA-L', '2015-06-13', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19345, '749781', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19346, '7829ed', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19347, '00c04d', 0, 'Mitec, Inc', 'BR-KAMEIDO 1 BUILDING JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19348, '003018', 0, 'Jetway Information Co, Ltd', '4F, No. 168, LI THE ST. Chung Ho City 235 Taipei TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19349, '3c24f05', 0, 'Casky eTech Co, Ltd', '10th Floor, Viva Plaza, Yard 29 Suzhou Street, Haidian District, Beijing Beijing 100080 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19350, '885fe89', 0, 'Sowee', '4 place des Vosges Courbevoie 92400 FR', 'FR', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19351, '0c7d7c', 0, 'Kexiang Information Tech Co, Ltd', 'Room 1502, Longxi Hotel No.3788 Jiangnan Avenue. Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19352, '001758', 0, 'ThruVision Ltd', 'Central 127, No.18 Abingdon Oxfordshire OX14 4SA GB', 'GB', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19353, '0026d0', 0, 'Semihalf', 'ul. Wadowicka 8A Krakow ... 30-415 PL', 'PL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19354, '0050c2d18', 0, 'Glyn GmbH & CoKG', 'Am Wörtzgarten 8 Idstein Hessen 65510 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19355, 'b8621f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19356, '80c755', 0, 'Panasonic Appliances Co', '2-3-1-2 Noji-higashi Kusatsu City Shiga 525-8555 JP', 'JP', 'MA-L', '2017-06-17', '2017-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19357, 'd49234', 0, 'Nec Corp', '7-1 Shiba 5-chome Minato-Ku Tokyo 108-8001 JP', 'JP', 'MA-L', '2018-10-16', '2018-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19358, '00173c', 0, 'Extreme Engineering Solutions', '7878 Big Sky Drive Madison WI 53719 US', 'US', 'MA-L', '2006-02-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19359, '001926', 0, 'BitsGen Co, Ltd', '#502, Owner\'s Tower, #16-5, Sunea-dong Bundang-gu Seongnam-si 463-825 KR', 'KR', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19360, '0050c2a7b', 0, 'Orange Tree Tech', 'Harwell Innovation Centre Didcot Oxfordshire OX110QG GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19361, 'd41296', 0, 'Anobit Tech Ltd', '8 Hasadnaot St. Herzeliya Pituach 46728 IL', 'IL', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19362, '3c096d', 0, 'Powerhouse Dynamics', '1 Bridge Street Newton MA 02458 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19363, '08ed026', 0, 'Sango Electronics Co', 'RM 253,2/F,BLOCK A, CAMBRIDGE PLAZA,188,SANWAN ROAD, SHEUNG SHUI,HONG KONG HongKong 518131 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19364, '00907a', 0, 'Spectralink, Inc', '2560 55th Street BOULDER CO 80301 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19365, '000683', 0, 'Bravara Communications, Inc', '2650 East Bayshore Road Palo Alto CA 94303 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19366, '1c21d17', 0, 'Soundtrack Your Brand Sweden AB', 'Birger Jarlsgatan 43 Stockholm 11145 SE', 'SE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19367, '70b3d54c4', 0, 'Ooo Research and Production Center Computer Tech', 'Komsomolsky avenue, 90-17 Perm Perm Region 614010 RU', 'RU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19368, '1831bf', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19369, '200a0dd', 0, 'Bently & EL Co Ltd', '7F-3, Fuxing North Road, Zhong Shan District Taipei 104 TW', 'TW', 'MA-M', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19370, '00e099', 0, 'Samson AG', 'WEISMULLERSTR. 3 D-60314 FRANKFURT DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19371, '0003cf', 0, 'Muxcom, Inc', 'D 602, Bundang Technopark #151 Kyungki Do KOREA 463-070 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19372, '002204', 0, 'Koratek', 'Geumjeong-dong Gunpo-si Gyeonggi-do 435-825 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19373, '0050c22c3', 0, 'Digital SP Ltd', 'Heathcourt Ballater AB355SF GB', 'GB', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19374, '0050c246b', 0, 'Easytech GmbH', 'Sommerauerstr.18 St.Georgen BW 78112 DE', 'DE', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19375, '04e662', 0, 'Acroname Inc', '4822 Sterling Drive Boulder CO 80301-2350 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19376, '28fd804', 0, 'Digital Signal Corp', '14000 Thunderbolt Place Chantilly VA 20151 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19377, '6c49c1', 0, 'o2ones Co, Ltd', '503 Glory Tower, 3-10, Gumi-ro 9beon-gil, Bundang-gu Seongnam-si Gyeonggi-do 13637 KR', 'KR', 'MA-L', '2017-09-10', '2017-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19378, '001dd8', 0, 'Microsoft Corp', 'One Microsoft Way Redmond Washington 98052-6399 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19379, '0050c28e9', 0, 'Unidata', 'Office 610, Antonova 5 Kiev 03186 UA', 'UA', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19380, 'd0c8577', 0, 'Eco Mobile', 'Samoborska cesta 330 Zagreb Zagreb 10090 HR', 'HR', 'MA-M', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19381, 'dca7d9', 0, 'Compressor Controls Corp', '4725 121st Street Des Moines Iowa 50323 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19382, '0c1a10', 0, 'Acoustic Stream', '3213 W Wheeler Street Seattle WA 98199 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19383, 'f894c2', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19384, 'dceb53', 0, 'Wuhan QianXiao Elecronic Tech Co, Ltd', 'Guanggu Xinzhongxin, No.303 of Guanggu road, East lake development zone wuhan hubei 430000 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19385, '70b3d578e', 0, 'effectas GmbH', 'Bundesstrasse 6 Zug 6300 CH', 'CH', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19386, '000093', 0, 'Proteon Inc', '4 TECH CIRCLE NATICK MA 01760 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19387, '002598', 0, 'Zhong Shan City Litai Electronic Industrial Co Ltd', 'No.3 Industrial District, Wuguishan, Cheng gui Road Zhong shan City Guang dong Province 528458 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19388, '0050c2ae8', 0, 'Bit-Lab Pty Ltd', '4 Ferrer Place Woodlands WA 6018 AU', 'AU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19389, '3876d1', 0, 'Euronda SpA', 'Via dell\'artigianato, 7 Montecchio Precalcino Italia/Vicenza 36030 IT', 'IT', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19390, '00803e', 0, 'Synernetics', '85 RANGEWAY ROAD NORTH BILLERICA MA 01862 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19391, '00e039', 0, 'Paradyne Corp', '8545 126TH AVENUE NORTH LARGO FL 33773 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19392, '949990', 0, 'Vtc Telecommunications', '750 (3rd Floor) Dien Bien Phu, District 10 Ho Chi Minh Ho Chi Minh 70000 VN', 'VN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19393, '807215', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19394, '70b3d5bdf', 0, 'H2o-Yug Llc', 'Uralskaya st. 87/1 k Krasnodar Krasnodarskiy krai 350059 RU', 'RU', 'MA-S', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19395, 'c87b5b', 0, 'zte Corp', '12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19396, '1cc0e1a', 0, 'Secheron SA', 'Rue du Pre Bouvier 25 SATIGNY GENEVA 1242 CH', 'CH', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19397, 'd46a91', 0, 'Snap AV', '1800 Continental Blvd Charlotte North Carolina 28273 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19398, 'c4b36a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-01-08', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19399, '18e1ca', 0, 'wanze', 'wanjinglu dandong Liaoning 118000 CN', 'CN', 'MA-L', '2019-07-10', '2019-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19400, '70b3d5b84', 0, 'Ooo Research and Production Center Computer Tech', 'Komsomolsky avenue, 90-17 Perm Perm Region 614010 RU', 'RU', 'MA-S', '2019-07-17', '2019-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19401, '588d09', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19402, '7cda84', 0, 'Dongnian Networks Inc', '90 Wensan Road, Building 8-A303 Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19403, '70b3d5425', 0, 'SinterCast', 'Kungsgatan 2 Katrineholm Please Select..sodermanland. 64130 SE', 'SE', 'MA-S', '2019-10-31', '2019-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19404, '001791', 0, 'LinTech GmbH', 'Friedrich-Engels-Str. 35 Berlin 13156 DE', 'DE', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19405, 'ac11d3', 0, 'Suzhou Hotek Video Tech Co Ltd', 'No.78,Keling Road,Suzhou National new and hi-tech industrial Development zone Suzhou Jiangsu 215200 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19406, '70b3d52c2', 0, 'Quantum Detectors', 'R104, RAL, Fermi Avenue Harwell Oxford Oxfordshire OX11 0QX GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19407, '00185b', 0, 'Network Chemistry, Inc', '1700 Seaport Blvd Redwood City CA 94063 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19408, '0050c2e4f', 0, 'Wine Tech Marlborough', '28 High Street Renwick Marlborough 7204 NZ', 'NZ', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19409, '002a6a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19410, '4caa16', 0, 'AzureWave Tech (Shanghai) Inc', 'No.8 Lane 66, Chenbao Road, Malu Town Jiading District Shanghai 201801 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19411, '0002b9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19412, '001392', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2005-02-06', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19413, '4c72b9', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2012-05-26', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19414, 'c45444', 0, 'Quanta Computer Inc', 'No.211, Wen Hwa 2nd Rd., Kuei Shan Hsiang, Tao Yuan Shien, Taiwan, R. O. C. Taoyuan Taiwan 33377 TW', 'TW', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19415, '70b3d5349', 0, 'Slat', '11 Rue Jean-Elysée DUPUY Champagne au Mont d\'Or Rhône 69543 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19416, '70b3d5098', 0, 'Alcodex Tech Private Ltd', '7/719-B, PLOT 180, Mavelipuram colony, Kakkanad ernakulam Kerala 682030 IN', 'IN', 'MA-S', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19417, '00057a', 0, 'Overture Networks', '637 Davis Drive Morrisville NC 27560 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19418, '00234b', 0, 'Inyuan Tech Inc', 'No. 3, Singye St., Taoyuan County 33341 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19419, '0c74c2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-05-07', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19420, '0050c2fb3', 0, 'CT Co', 'Godovikova 9, Moscow Moscow RUSSIA 129085 RU', 'RU', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19421, 'f483cd', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19422, '0050c219e', 0, 'Paltronics, Inc', '9246 Trinity Drive Lake in the Hills IL 60156 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19423, '0050c2d43', 0, 'Dsp4you Ltd', 'Unit 1204, 106 How Ming Street Hong Kong 0000 HK', 'HK', 'IAB', '2011-02-21', '2016-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19424, 'f87b20', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19425, '1cfd086', 0, 'A&B Tech', '81, Geumnam-ro, Buk-gu Gwangju 61247 KR', 'KR', 'MA-M', '2018-07-23', '2018-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19426, 'a4b239', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-10-09', '2019-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19427, '3482de', 0, 'Kiio Inc', '404 Holtzman Rd Madison WI 53713 US', 'US', 'MA-L', '2011-08-18', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19428, '50ff997', 0, 'Honeywell International', '13475 Danielson St # 100 Poway CA 92064 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19429, '0050c2de5', 0, 'Neets', 'Langballe 4 Horsens 8700 DK', 'DK', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19430, '40d8551af', 0, 'Vigitron Inc', '7620 Miramar Road, Suite 4100 San Diego California 92126 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19431, 'da28ec', 0, 'HG Genuine', 'HUST Science & Technology Park, East Lake High-Tech Development Zone Wuhan Hubei 430223 CN', 'CN', 'CID', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19432, '001828', 0, 'e2v Tech (UK) Ltd', '106 Waterhouse Lane Chelmsford Essex CM1 2QU GB', 'GB', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19433, '001d24', 0, 'Aclara Power-Line Systems Inc', '945 Hornet Drive Hazelwood MO 63042 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19434, '7076f0', 0, 'LevelOne Communications (India) Private Ltd', '2F, Lane 1, 45 Bharat Nagar New Delhi DELHI 110025 IN', 'IN', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19435, '8c5877', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19436, '04a82a', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19437, '64eb8c', 0, 'Seiko Epson Corp', '80 Harashinden Shiojiri-shi Nagano-ken 399-0785 JP', 'JP', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19438, '70b3d590b', 0, 'Matrix Switch Corp', '431 Crown Point Circle, Suite 200 Grass Valley CA 95945 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19439, '0020af', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '1980-01-01', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19440, '0050c284a', 0, 'Keystone Electronic Solutions', '103 Club Avenue Pretoria Gauteng 0181 ZA', 'ZA', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19441, '0050c256f', 0, 'Gma, Llc', '18314 Kinzie St. Los Angeles CA 91325 US', 'US', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19442, '18e7f4', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-08-15', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19443, '0022d2', 0, 'All Earth Comércio de Eletrônicos Ltda.', 'Rua Leonida Reimman Trotti, 343 Campinas São Paulo 13065-704 BR', 'BR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19444, '002619', 0, 'Frc', '1511 South Benjamin Avenue Mason City IA 50401 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19445, '0404ea', 0, 'Valens Semiconductor Ltd', '8 Hanagar Street Hod Hasharon Hod Hasharon 4501309 IL', 'IL', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19446, 'dce5339', 0, 'Tiertime Corp', '2398 Walsh Avenue Santa Clara CA 95051 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19447, '00108f', 0, 'Raptor Systems', '69 HICKORY AVE. WALTHAM MA 02154 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19448, '0050c273a', 0, 'Naturela Ltd', 'Ana Feliksova 13 Varna 9020 BG', 'BG', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19449, '241b44', 0, 'Hangzhou Tuners Electronics Co, Ltd', '5/F,Building No.1,No.619 BinJiang District, Hangzhou ZheJiang 310053 CN', 'CN', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19450, '3c8c40', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District, Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2015-01-23', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19451, '2836382', 0, 'Shenzhen Gospell Smarthome Electronic Co, Ltd', 'Block F10~13, F518 Idea Land, Bao Yuan Road, Baoan, Shenzhen Shenzhen Guangdong 518102 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19452, '00302c', 0, 'Sylantro Systems Corp', '1686 DELL AVENUE CAMPBELL CA 95008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19453, '002593', 0, 'DatNet Informatikai Kft.', 'Hétvezér u. 5. Szigetszentmiklós Pest megye 2310 HU', 'HU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19454, 'f8e903', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19455, 'ccd31e6', 0, 'Bbpos International Ltd', 'Suite 1602, Tower 2, Nina Tower, 8 Yeung Uk Road, Tsuen Wan, NT Hong Kong China 00000 HK', 'HK', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19456, 'd0d94fe', 0, 'Appotronics Co, Ltd', '4th Floor,SZICC,NO.1089,Chaguang Road,Nanshan District, Shenzhen, China Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19457, '70b3d5e2a', 0, 'Contes, spol. s r.o.', 'U podolskeho hrbitova 667/6 Prague 14700 CZ', 'CZ', 'MA-S', '2019-11-19', '2019-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19458, '0050c21a0', 0, 'Sca Data Systems', '3400 Airport Ave Santa Monica CA 90405 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19459, '088f2c', 0, 'Hills Sound Vision & Lighting', '1 Clyde Street Silverwater New South Wales 2128 AU', 'AU', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19460, '0007a1', 0, 'Viasys Healthcare GmbH', 'Leibnizstraße 7 Hoechberg Bavaria 97204 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19461, '000c49', 0, 'Dangaard Telecom Denmark A/S', 'Industrivej 1 Padborg DK-6330 DK', 'DK', 'MA-L', '2003-02-07', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19462, '001380', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19463, '006019', 0, 'Roche Diagnostics', '9115 Hague Road Indianapolis IN 46250-0457 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19464, '006074', 0, 'Qsc Llc', '1675 MACARTHUR BLVD COSTA MESA CA 92626 US', 'US', 'MA-L', '1980-01-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19465, '10868c', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19466, 'e8a7f2', 0, 'sTraffic', '4th Fl., KTNET Building, 338 Pangyoro, Bundang-gu Seongnam Gyeonggi-do 13493 KR', 'KR', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19467, 'b0ccfe', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19468, '00053e', 0, 'Kid Systeme GmbH', 'Luneburger Schanze 30 DE', 'DE', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19469, '001c13', 0, 'Optsys Tech Co, Ltd', 'SUITE B-802 BUNDANG TECHNO PARK SEONGNAM-SI GYEONGGI-DO 463-760 KR', 'KR', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19470, '000976', 0, 'Datasoft Isdn Systems GmbH', 'Schillerplatz 3 St. Poelten Lower Austria 3100 AT', 'AT', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19471, '002178', 0, 'Matuschek Messtechnik GmbH', 'Werner Heisenberg Straße 14 Alsdorf NRW 52477 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19472, '88f490', 0, 'Jetmobile Pte Ltd', '541 Orchard Road Singapore 238881 SG', 'SG', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19473, '70b3d5d25', 0, 'ENGenesis', '19 Technology Drive Auburn MA 01501 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19474, '70b3d52b4', 0, 'Foerster-Technik GmbH', 'Gerwigstraße 25 Engen Baden-Württemberg 78234 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19475, '785dc8', 0, 'LG Electronics', '222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR', 'KR', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19476, '00a067', 0, 'Network Services Group', '3421 COMMISSION COURT-STE #202 WOODBRIDGE VA 22192 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19477, '00d0b4', 0, 'Katsujima Co, Ltd', '1-6-1, SHIRATORI JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19478, '74c929', 0, 'Zhejiang Dahua Tech Co, Ltd', 'No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19479, 'c49f4c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19480, '848bcda', 0, 'Sphera Telecom', 'Pos. Moscowskiy, 22-nd km of Kievskoye highway, household 4, building 2, body G, office 802G Moscow 108811 RU', 'RU', 'MA-M', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19481, 'b46293', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19482, 'b8d50b', 0, 'Sunitec Enterprise Co, Ltd', '3F.,No.98-1,Mincyuan Rd.Sindian City Taipei County 231 231141 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19483, '787d53', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2018-06-25', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19484, '004098', 0, 'Dressler GmbH & Co', 'KACKERTSTRASSE 10 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19485, 'f0e5c3', 0, 'Drägerwerk AG & Co KG aA', 'Moislinger Allee 53-55 Luebeck Germany 23452 DE', 'DE', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19486, '000480', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19487, '00095e', 0, 'Masstech Group Inc', '2 East Beaver Creek Rd. Richmond Hill Ontario L4B 2N3 CA', 'CA', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19488, '008c10', 0, 'Black Box Corp', '1000 Park Drive Lawrence PA 15055 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19489, '0050c2e7c', 0, 'SP Controls, Inc', '930 linden ave south san francisco ca 94080 US', 'US', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19490, '001bc5073', 0, 'tado GmbH', 'Kochelseestraße 8-10 München Deutschland 81371 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19491, '90c6826', 0, 'Nanjing Jiexi Tech Co, Ltd', '2ND FLOOR,BUILDING 9,JIANGSU SOFTWARE Nanjing Jiangsu 210023 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19492, '0020e2', 0, 'Information Resource Engineering', '8029 CORPORATE DRIVE BALTIMORE MD 21236 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19493, '00c0f1', 0, 'Shinko Electric Co, Ltd', 'COMPUTER SYSTEM DIVISION JAPAN 441-31 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19494, '70b3d5931', 0, 'Marine Instruments, S.A.', 'acabaleiro@marineinstruments.es Nigran Spain 36350 ES', 'ES', 'MA-S', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19495, '00242a', 0, 'Hittite Microwave Corp', '20 Alpha Rd Chelmsford MA 01824 US', 'US', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19496, '00603c', 0, 'Hagiwara Sys-Com Co, Ltd', '2-4-3 NISHIKI NAKA-KU AICHI 460 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19497, '00a03b', 0, 'Toshin Electric Co, Ltd', '3FL. RIVER-STONE 3RD. BLG.234 213 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19498, '001139', 0, 'Stoeber Antriebstechnik GmbH + Co KG.', 'Kieselbronner Str. 12 Pforzheim 75177 DE', 'DE', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19499, 'bc629f', 0, 'Telenet Systems P. Ltd', '2 Mani Bhuvan, Cama Road Mumbai Maharashtra 400086 IN', 'IN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19500, 'e4d332', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19501, '00a073', 0, 'Com21, Inc', '2113 LANDINGS DRIVE MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19502, '00c0f3', 0, 'Network Communications Corp', '5501 GREEN VALLEY DRIVE BLOOMINGTON MN 55437-1085 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19503, '001366', 0, 'Neturity Tech Inc', '830 Stewart Drive Sunnyvale CA 94085 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19504, '00789e', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR', 'FR', 'MA-L', '2011-03-17', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19505, '2c1bc8', 0, 'Hunan Topview Network System Co, Ltd', 'RM 3002,3009,3010 Yuelu High-Tech Zone, Hanpu Couty, Yuelu District Changsha Hunan 410208 CN', 'CN', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19506, '70b3d5c74', 0, 'Qtechnology A/S', 'Valby Langgade 142, 1. Valby DK 2500 DK', 'DK', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19507, '00c06c', 0, 'Svec Computer Corp', '3F, 531-1 CHUNG CHENG RD. TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19508, '0002a5', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2000-11-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19509, 'e8e08f', 0, 'Gravotech Marking Sas', '56 AVENUE JEAN JAURES LA CHAPELLE SAINT LUC AUBE 10600 FR', 'FR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19510, '58f102', 0, 'Blu Products Inc', 'Tower 4, Excellence Century Center Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19511, '0020b8', 0, 'Prime Option, Inc', '2341 W. 205TH STREET #116 TORRANCE CA 90501 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19512, '00179e', 0, 'Sirit Inc', '2525 Meridian Parkway Durham NC 27713 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19513, '0050c2b0e', 0, 'Kyab Lulea AB', 'Aurorum 6 Lulea Norrbotten 97775 SE', 'SE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19514, 'c0d962', 0, 'Askey Computer Corp', '10F,NO.119,JIANKANG RD.,ZHONGHE DIST XINBEI CITY taipei TAIPEI 23585 TW', 'TW', 'MA-L', '2011-11-13', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19515, '1c87747', 0, 'Ing Buero Ziegler', 'Schönau Huetten 8825 CH', 'CH', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19516, '000f00', 0, 'Legra Systems, Inc', '3 Burlington Woods Drive Burlington MA 01803 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19517, '0050c28c4', 0, 'Soldig Industria e Comercio de Equipamentos Eletronicos Ltda', 'Av. Ipiranga 6681 Building 94 Room 7 Porto Alegre RS 90619-900 BR', 'BR', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19518, '70b3d5283', 0, 'TextNinja Co', '222 W Merchandise Mart Plaza, Suite 1212 Chicago IL 60654 US', 'US', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19519, '8c5af8', 0, 'Beijing Xiaomi Electronics Co, Ltd', 'Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN', 'CN', 'MA-L', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19520, '1897ff', 0, 'TechFaith Wireless Tech Ltd', 'Building C, Jia No.5, Rongchang East Street, BDA District, Beijing 100176 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19521, '5809e5', 0, 'Kivic Inc', '670 Sampyeong-dong, Bundang-gu Seongnam City 463-400 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19522, '7054d2', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2013-01-09', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19523, 'c8ddc9', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999,Qishan North 2nd Road, Xiamen Fujian 361006 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19524, 'bc34000', 0, 'Redvision Cctv', '17 Highview Bordon Hampshire GU35 0AX GB', 'GB', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19525, '70b3d57bf', 0, 'Stone Three', '24 Gardner Williams Ave Somerset West Western Cape 7130 ZA', 'ZA', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19526, '0050c21aa', 0, 'BitBox Ltd', 'Whitney Road Basingstoke Hampshire RG24 8NS GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19527, '002505', 0, 'eks Engel GmbH & Co KG', 'Schuetzenstrasse 2 Wenden-Hillmicke NRW 57482 DE', 'DE', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19528, '98f9c77', 0, 'Arima Communications Corp', '6F.,No.866,Zhongzheng Rd.,Zhonghe Dist., New Taipei City Taiwan 23586 TW', 'TW', 'MA-M', '2018-08-21', '2018-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19529, '0050c2bb0', 0, 'Gainbrain', 'Auweg 32 Senden 89250 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19530, 'b437d11', 0, 'Alturna Networks', 'De Huchtstraat 35 Almere Flevoland 1327 EC NL', 'NL', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19531, '20f17c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19532, '18cc88', 0, 'Hitachi Johnson Controls Air', '390 Number Shimizu Village Village Shizuoka Prefecture 424-0926 JP', 'JP', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19533, '0050c2093', 0, 'Korealink', '10F CCMM Bldg. 12 Yoido-dong Seoul 150-010 KR', 'KR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19534, '0015ee', 0, 'Omnex Control Systems', '#74 - 1833 Coast Meridian Rd. Port Coquitlam BC V3C 6G5 CA', 'CA', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19535, '00d0a6', 0, 'Lanbird Tech Co, Ltd', 'ROOM A-211, S.B.I. KOREA 157-030 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19536, '70f395', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW', 'TW', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19537, '0050c2edd', 0, 'Ebneuro Spa', 'VIA PIETRO FANFANI 97a FIRENZE 50127 IT', 'IT', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19538, 'c421c8', 0, 'Kyocera Corp', '2-1-1,Kagahara, Yokohama-shi Kanagawa 224-8502 JP', 'JP', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19539, '70b3d59e2', 0, 'Ofil Usa', '5415 Sugarloaf Parkway Suite 1102 A&B Lawrenceville GA 30043 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19540, '70b3d5e61', 0, 'Adeli', 'Route de Sandrans Saint Trivier sur Moignans Ain 01990 FR', 'FR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19541, '00803b', 0, 'Apt Communications, Inc', '9607 DR. PERRY ROAD IJAMSVILLE MD 21754 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19542, '001d32', 0, 'Longkay Communication & Tech (Shanghai) Co Ltd', 'No.5 Building, Unit 2, Lane 299 Bisheng Rd, Shanghai 201204 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19543, '001c65', 0, 'JoeScan, Inc', '4510 NE 68th Dr, Ste. 124 Vancouver WA 98661 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19544, '64d4da', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19545, 'd8c068', 0, 'Netgenetech.Co, Ltd', '704, Hanlim Venture Town., #689-6, Gunpo-si 435-862 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19546, '2c6a6f9', 0, 'Logic IO Aps', 'Holmboes Alle 14 Horsens DK 8700 DK', 'DK', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19547, '286dcd', 0, 'Beijing Winner Microelectronics Co, Ltd', 'Floor 18, YinDu Building, No.67 FuCheng Road, HaiDian District Beijing 100142 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19548, '0050c218b', 0, 'Teradyne Inc', '30801 Agoura Rd. Agoura Hills CA 91301 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19549, '000bde', 0, 'Teldix GmbH', 'Grenzhoefer Weg 36 Heidelberg 69123 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19550, '9c039e', 0, 'Beijing Winchannel Software Tech Co, Ltd', '8F, Block E, Dazhongsi Zhongkun Plaza No. A Haidian District BEIJING 100089 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19551, 'dc5e36', 0, 'Paterson Tech', '23490 SE 51st Pl Issaquah WA 98029 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19552, '001f13', 0, 'S.& A.S. Ltd', 'Boutros Bldg. 1st bsmt Beirut 2067 7808 LB', 'LB', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19553, '34a68c', 0, 'Shine Profit Development Ltd', 'Unit 1401B Telecom Tower Kwun Tong Kowloon 000001 HK', 'HK', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19554, '881b99', 0, 'Shenzhen Xin Fei Jia Electronic Co Ltd', '#4 BULIDING, HIGH TECH INDUSTRIAL PARK, HE PING COMMUNITY GUANGDONG N/A 518000 CN', 'CN', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19555, '2c9662', 0, 'Invenit BV', 'Lange Broekstraat 3 Raamsdonk Noord-Brabant 4944 XH NL', 'NL', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19556, '0050c247b', 0, 'Pitney Bowes, Inc', '35 Waterview Drive Shelton CT 06484 US', 'US', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19557, '00184a', 0, 'Catcher, Inc', '5864 Owens Ave. Carlsbad CA 92008 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19558, '28f5376', 0, 'MyOmega Systems GmbH', 'Neumeyerstr. 28-34 Nürnberg Bavaria 90411 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19559, '70b3d51d2', 0, 'Xacti Corp', 'Tower East 28F,Umeda Sky Building,1-1-88,Oyodonaka,Kita-ku Osaka Osaka 531-6048 JP', 'JP', 'MA-S', '2019-09-03', '2019-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19560, '48b02d', 0, 'Nvidia Corp', '2701 San Tomas Expressway Santa Clara CA 95050 US', 'US', 'MA-L', '2019-10-25', '2019-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19561, 'e8d8d1', 0, 'HP Inc', '10300 Energy Dr Spring TX 77389 US', 'US', 'MA-L', '2019-10-31', '2019-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19562, '9405bb7', 0, 'Lte-X, Inc', '4F Ginza Showa Dori Building 8-14-14 Ginza Chuo-ku Tokyo 104-0062 JP', 'JP', 'MA-M', '2020-01-10', '2020-02-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19563, 'dc9c52', 0, 'Sapphire Tech Ltd', 'Unit 1909-1919, 19/F., Tower 2, Grand Central Plaza, HK', 'HK', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19564, '70b3d5211', 0, 'Fracarro srl', 'via Cazzaro 3 Castelfranco Veneto 31033 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19565, '50de19c', 0, 'Shenzhen Vipstech Co, Ltd', 'Building 10th, Baiwangxin Industrial Park, No. 1002 Songbai Road, Xili Street, Shenzhen Guangdong 518100 CN', 'CN', 'MA-M', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19566, '00507b', 0, 'Merlot Communications', 'BERKSHIRE CORPORATE PARK BETHEL CT 06801 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19567, '885d905', 0, 'Shenzhen JingHanDa Electronics CoLtd', '5th Floor,No 4 ,Road 1,ShangXue Technology industrial Park,LongGang district,ShenZhen,GuangDong,China ShenZhen GuangDong 518129 CN', 'CN', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19568, '48a6d2', 0, 'GJsun Optical Science and Tech Co, Ltd', 'First floor National Information Industry Park D-08 Guilin Guangxi 541004 CN', 'CN', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19569, '5c0c0e', 0, 'Guizhou Huaxintong Semiconductor Tech Co Ltd', 'Sitelin Park Intersection between Jin ma Ave and Qianzhong Ave Gui An New Area, Guizhou Prov 550003 CN', 'CN', 'MA-L', '2017-09-10', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19570, '0018f1', 0, 'Chunichi Denshi Co, Ltd', '1 Denjiyama Nagoya Aichi 458-8525 JP', 'JP', 'MA-L', '2006-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19571, '001d4a', 0, 'Carestream Health, Inc', '150 Verona Street Rochestser NY 14608 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19572, '0026ea', 0, 'Cheerchip Electronic Tech (ShangHai) Co, Ltd', 'ROOM 1202, NO. 51, 7 Area, NO. 1467 CAOBAO ROAD; SHANGHAI 201101 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19573, '1c0b52', 0, 'Epicom S.A', 'Autovia Andalucia Km 12.700 Getafe Madrid 28905 ES', 'ES', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19574, 'bc39a6', 0, 'Csun System Tech Co, Ltd', '4-16-22,Chiyogaoka Kawasaki-shi Kanagawa Ken 2150005 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19575, '483fda', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-11-23', '2019-11-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19576, '0050c21fb', 0, 'Willowglen Systems Inc', '8522 - Davies Road Edmonton AB T6E 4Y5 CA', 'CA', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19577, '002347', 0, 'ProCurve Networking by HP', '60 Alexandra Terrace 0000 118502 SG', 'SG', 'MA-L', '2008-10-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19578, '80b289', 0, 'Forworld Electronics Ltd', 'No.16 Keyuan 2nd Rd., Situn District Taichung City 886 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19579, '085b0e', 0, 'Fortinet Inc', '899 Kifer Road Sunnyvale California 94086 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19580, '909f43', 0, 'Accutron Instruments Inc', '11 Mary Street Sudbury Ontario P3C1B4 CA', 'CA', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19581, '18d5b6', 0, 'Smg Holdings Llc', '205 N Michigan Ave Chicago IL 60601 US', 'US', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19582, '00d0c8', 0, 'Prevas A/S', 'Lyskær 3EF DK-2730 Herlev DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19583, '001ac4', 0, '2Wire Inc', '1704 Automation Parkway San Jose CA 94538 US', 'US', 'MA-L', '2006-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19584, '40d855131', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62901 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19585, '08f1ea', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19586, 'faeb6e', 0, 'xRAN.org', '291 Lambert Ave. Palo Alto CA 94306 US', 'US', 'CID', '2018-12-01', '2018-12-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19587, '0090a1', 0, 'Flying Pig Systems/High End Systems Inc', '2105 Gracy Farms Lane Austin TX 78758 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19588, '0050c2d90', 0, 'Dumps Electronic', 'Passauer Straße 45 Röhrnbach 94133 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19589, '0050c2988', 0, 'Pantel International', '125 Joseph Zatzma Drive Dartmouth Nova Scotia B3B1W1 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19590, '0007d3', 0, 'SPGPrints B.V.', 'Raamstraat 1-3, 5831 AT Boxmeer Boxmeer NL', 'NL', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19591, '001219', 0, 'General Datacomm Llc', '353 Christian Street, Suite 4 Oxford CT 06478 US', 'US', 'MA-L', '2004-08-12', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19592, 'b8797e', 0, 'Secure Meters (UK) Ltd', 'Secure House Winchester Hampshire SO23 7RX GB', 'GB', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19593, '0090db', 0, 'Next Level Communications', '6085 STATE FARM DRIVE ROHNERT PARK CA 94928 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19594, '002222', 0, 'Schaffner Deutschland GmbH', 'Nürtingen Branch Nürtingen BW D-72622 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19595, '001215', 0, 'iStor Networks, Inc', '7585 Irvine Center Drive Irvine CA 92618 US', 'US', 'MA-L', '2004-08-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19596, '68dbf5', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19597, '70b3d58cc', 0, 'Piranha Ems Inc', '2681 Zanker Road San Jose CA 95134 US', 'US', 'MA-S', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19598, '00c063', 0, 'Morning Star Tech, Inc', '1760 ZOLLINGER ROAD COLUMBUS OH 43221 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19599, '00807f', 0, 'DY-4 Inc', '333 PALLADIUM DRIVE, MS 312 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19600, 'e477d4', 0, 'Minrray Industry Co, Ltd', 'C5, Building 2, ZhongHaiXin ,Science&Technology Park, Ganli Rd, LiLang Blvd., Buji Shenzhen GuangDong 518112 CN', 'CN', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19601, '40d85511c', 0, 'Deuta Werke GmbH', 'Paffrather Strasse 140 Bergisch Gladbach Northrhine Westfalia 51465 DE', 'DE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19602, '64c2de', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2018-10-15', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19603, 'c82c2bc', 0, 'Smart Wires Inc', '3292 Whipple Road Union City CA 94587 US', 'US', 'MA-M', '2019-02-05', '2019-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19604, '0013b6', 0, 'Sling Media, Inc', '1840 Gateway Center San Mateo CA 94404 US', 'US', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19605, 'd48faa', 0, 'Sogecam Industrial, S.A.', 'Rosalind Franklin, 22-24 Malaga 29590 ES', 'ES', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19606, '8c444f', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2018-10-15', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19607, '0050c29bf', 0, '2N Telekomunikace a.s.', 'Modranska 621 Prague 143 01 CZ', 'CZ', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19608, 'dcc0eb', 0, 'Assa Abloy CÔTE Picarde', 'rue Alexandre Fichet Oust-Marest 80460 FR', 'FR', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19609, '0050c24bd', 0, 'Argon ST', '8419 Terminal Road Newington VA 22122 US', 'US', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19610, '008019', 0, 'Dayna Communications, Inc', '50 SOUTH MAIN STREET-#530 SALT LAKE CITY UTAH 84144 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19611, '000939', 0, 'ShibaSoku Co, Ltd', '6-8 Shinbashi 4-chome Minato-ku Tokyo 105-0004 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19612, '0c8063', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19613, '9c2dcf', 0, 'Shishi Tongyun Tech(Chengdu)Co, Ltd', 'No. 1268 Middle Section of Tianfu Avenue, Chengdu High-tech Zone, China (Sichuan) Pilot Free Trade Zone Chengdu Sichuan 610017 CN', 'CN', 'MA-L', '2019-10-14', '2019-10-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19614, '78c2c0', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-05-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19615, '70b3d5697', 0, 'Alazar Tech Inc', '310 - 6600 Trans-Canada Hwy Pointe-Claire QC H9R 4S2 CA', 'CA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19616, '70b3d5603', 0, 'Egistech Co, Ltd', '611 2Dong 98, Gasan digital 2-ro Geumcheon-gu Seoul 08506 KR', 'KR', 'MA-S', '2018-12-11', '2018-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19617, '40d855115', 0, 'Mesa Electronic GmbH', 'Leitenstr. 26 Geretsried 82538 DE', 'DE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19618, '344ca4', 0, 'amazipoint Tech Ltd', '1F,No. 14, Aly. 32, Ln. 133, Zhongyang Rd., New Taipei City, 231 TW', 'TW', 'MA-L', '2014-09-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19619, '00219b', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2008-10-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19620, 'd8d27c', 0, 'Jema Energy, SA', 'Pº Circuito nº10 Lasarte-Oria Guipuzcoa 20160 ES', 'ES', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19621, '08f1b7', 0, 'Towerstream Corpration', '55 Hammerlund Way Middletown RI 02842 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19622, '00a2ff', 0, 'abatec group AG', 'Oberregauerstraße 48 Regau 4844 AT', 'AT', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19623, 'a0c5f2c', 0, 'Glooko Inc', '899 W. Evelyn Avenue Mountain View CA 94041 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19624, '3c8c93', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19625, '00174d', 0, 'Dynamic Network Factory, Inc', '26250 EDEN LANDING RD. HAYWARD CA 94545 US', 'US', 'MA-L', '2006-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19626, '0019cb', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2006-09-25', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19627, 'ea6076', 0, 'CloudSimple, Inc', '2755 Great America Way, Suite 101 Santa Clara CA 95054 US', 'US', 'CID', '2017-10-29', '2017-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19628, '70b3d557e', 0, 'Ascon Tecnologic S.r.l.', 'via Indipendenza, 56 Vigevano PV 27029 IT', 'IT', 'MA-S', '2019-03-25', '2019-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19629, '48e1af', 0, 'Vity', '180 rue Pierre Landais Caudan 56 56850 FR', 'FR', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19630, '5cdd70', 0, 'Hangzhou H3c Tech Co, Ltd', '310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19631, 'b0754d', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2014-04-02', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19632, '203cae', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19633, '34008a8', 0, 'Shenzhen Andakai Tech Co, Ltd', 'Unit B, 10/F, Building 2, NO.10 Industial Park, Tianliao Community, Gongming Street, GuangMing District, Shenzhen,China Shenzhen Guangdong 518107 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19634, '58eafc', 0, 'Ell-IoT Inc', '32 Journey Aliso Viejo CA 92656 US', 'US', 'MA-L', '2019-09-05', '2019-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19635, '003075', 0, 'Adtech', 'RUE DU VAL ST LAMBERT 191 / i SERAING 4100 BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19636, '0050c2a45', 0, 'Sofradir-EC', '373 Route 46 West Fairfield NJ 07004 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19637, 'ac512c', 0, 'Infinix mobility Ltd', 'RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK', 'HK', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19638, 'd862db', 0, 'Eno Inc', '2-3-18, Komagome, Toshima-ku Tokyo 1700013 JP', 'JP', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19639, 'e44c6c', 0, 'Shenzhen Guo Wei Electronic Co,. Ltd', 'No 3038, Lo Sha Road, Liantang Shenzhen Guangdong 518004 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19640, 'c40528', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19641, '2050e7', 0, 'Ampak Tech, Inc', '3F, No.15-1 Zhonghua Road, Hsinchu Industrail Park, Hukou, Hsinchu Hsinchu,Taiwan R.O.C. 30352 TW', 'TW', 'MA-L', '2020-01-03', '2020-01-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19642, '0005ba', 0, 'Area Netwoeks, Inc', '1148 Euclid Ave., Suite 400 Cleveland OH 4415 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19643, '0050c254a', 0, 'Iptc Tech Comm. AB', 'Pyramidbacken 6 Kungens Kurva Stockholm 14175 US', 'US', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19644, '28fd80d', 0, 'Grandway Tech (Shenzhen) Ltd', 'Block 7, Zhu Keng Industrial Zone Ping Shan District Shenzhen 518118 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19645, '986cf5', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19646, '001237', 0, 'Texas Instruments', '12500 TI Boulevard, Dallas 75243 US', 'US', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19647, '180c77', 0, 'Westinghouse Electric Co, Llc', '1000 Westinghouse Drive Cranberry Township PA 16066 US', 'US', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19648, '70b3d57a5', 0, 'Triton Electronics Ltd', 'Bigods Hall, Bigods Lane DUNMOW Essex CM63BE GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19649, '40b076', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19650, '2ce310', 0, 'Stratacache', '40 N Main St, Suite 2600 Dayton OH 45423 US', 'US', 'MA-L', '2019-10-01', '2019-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19651, '38e8df', 0, 'b GmbH medien + datenbanken', 'Kurfuerstenstrasse 22 Ludwigsburg BW 71636 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19652, '70b3d5f42', 0, 'Matsuhisa Corp', '55-20 Katayama-cho Fukui-shi 910-3611 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19653, '98f9c78', 0, 'Renalsense', 'Hamarpe 3 Jerusalem 9777403 IL', 'IL', 'MA-M', '2018-08-21', '2018-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19654, '0050c2c2a', 0, 'Realtime Systems Ltd', 'A-49 Okhla Industrial area Phase -1 New Delhi Delhi 110020 IN', 'IN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19655, '0050c2e84', 0, 'Abb Transmission and Distribution Automation Equipment (Xiamen) Co, Ltd', 'ABB Industrial Park, Torch Hi-Tech Development Zone. Xiamen Fujian 361006 CN', 'CN', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19656, 'bc9da5', 0, 'Dascom Europe GmbH', 'Heuweg 3 Ulm Baden-Württemberg 89079 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19657, 'dcd321', 0, 'Humax Co, Ltd', 'HUMAX Village, 11-4, Sunae-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-825 KR', 'KR', 'MA-L', '2011-03-17', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19658, '10bf48', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou, Taipei 112 TW', 'TW', 'MA-L', '2012-03-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19659, '24c3f9', 0, 'Securitas Direct AB', 'Angbatsbron 1 Malmö 21120 SE', 'SE', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19660, '94c2bd', 0, 'Tecnobit', 'C/ FUDRE, 18 VALDEPEÑAS CIUDAD REAL 13300 ES', 'ES', 'MA-L', '2018-12-21', '2018-12-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19661, '00a0b7', 0, 'Cordant, Inc', '11400 COMMERCE PARK DR. RESTON VA 22091-1506 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19662, '002253', 0, 'Entorian Tech', '8900 Shoal Creek Blvd Austin TX 78757 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19663, '0016b2', 0, 'DriveCam Inc', '3954 Murphy Canyon Road San Diego CA 92123 US', 'US', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19664, '584cee', 0, 'Digital One Tech, Ltd', 'Room 2203, No.1 Shangdi Xinxi Road Beijing 100085 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19665, '100723a', 0, 'Tessera Tech Inc', '2710-1 4F, Noborito, Tama-ku Kawasaki-shi Kanagawa 214-0014 JP', 'JP', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19666, '3480b3', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2015-04-04', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19667, '7018a7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-10-08', '2018-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19668, 'ccd39d2', 0, 'Continental Control Systems', '2150 Miller Drive Suite A Longmont CO 80501 US', 'US', 'MA-M', '2018-10-16', '2018-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19669, '0005a9', 0, 'Princeton Networks, Inc', '100 Century Center Ct. #100 San Jose CA 95112 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19670, '000e53', 0, 'AV Tech Corp', '10F,E Building,No.19-11 San Chung Rd.,NanKang Taipei 115 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19671, '14358b', 0, 'Mediabridge Products, Llc', '1951 Old Cuthbert Rd Cherry Hill New Jersey 08034 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19672, '4c79ba', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19673, 'a44f293', 0, 'Comsel System Ltd', 'Universitetsstranden 5 Vasa 65200 FI', 'FI', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19674, '70b3d5f81', 0, 'Littlemore Scientific', 'Gutchpool Farm Gillingham Dorset SP8 5QP GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19675, '000386', 0, 'Ho Net, Inc', 'Venture Company Center KOREA 442-760 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19676, '0050c2263', 0, 'Vansco Electronics Oy', 'PO Box 86 FORSSA FIN-30101 FI', 'FI', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19677, '7ccbe29', 0, 'Hangzhou Haohaokaiche Tech Co, Ltd', 'Building 7, Haichuang Park, No.998 Wenyi West Road, Yuhang District Hangzhou Zhejiang 331000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19678, 'b0907e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19679, '000af5', 0, 'Airgo Networks, Inc', '900 Arastradero Rd Palo Alto CA 94304 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19680, '70ca4d', 0, 'Shenzhen lnovance Tech Co, Ltd', 'LiuXian 2 Road Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19681, '78eb39', 0, 'Instituto Nacional de Tecnología Industrial', 'Av. Gral. Paz 5445 San Martín Buenos Aires 1650 AR', 'AR', 'MA-L', '2015-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19682, 'bc2d98', 0, 'ThinGlobal Llc', '703 wildflower RD Davenport FL 33837 US', 'US', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19683, 'c0f1c4', 0, 'Pacidal Corp Ltd', '3F., No. 11, Aly 3, Ln. 123, Sec. 3 Ren\'ai Rd. Taipei City 106 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19684, '8c5a25', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-11-21', '2019-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19685, '002673', 0, 'Ricoh Co Ltd', '810 Shimoimaizumi Ebina-City Kanagawa-Pref 243-0460 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19686, '5ceb4e', 0, 'R. Stahl Hmi Systems GmbH', 'Im Gewerbegebiet Pesch 14 Cologne 50767 DE', 'DE', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19687, '001d5f', 0, 'OverSpeed Sarl', '15, allee du Bois Cailley Le Thuit-Signol Normandie 27370 FR', 'FR', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19688, '9067b5', 0, 'Alcatel-Lucent', '600-700 Mountain Ave. Murray Hiill NJ 07974-0636 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19689, '0050c296d', 0, 'Keene Electronics Ltd', 'unit 9 old hall mills business park derby de21 5dz GB', 'GB', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19690, 'e09971', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19691, '10bd55', 0, 'Q-Lab Corp', '800 Canterbury Rd Westlake OH 44145 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19692, '0001b7', 0, 'Centos, Inc', '6F-1, NO. 15, LANE 360 TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19693, '00220b', 0, 'National Source Coding Center', 'Suite 701,Power Creative A,No.1 Beijing 100085 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19694, '606720', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-10-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19695, 'b836d8', 0, 'Videoswitch', 'Uspallata 3579 Buenos Aires Capital Federal C1437JCS AR', 'AR', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19696, '20896f', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19697, '70b3d52ec', 0, 'Grupo Epelsa S.L.', 'C/ Punto Net,3 Alcala de Henares Madrid 28805 ES', 'ES', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19698, '0c5331', 0, 'Eth Zurich', 'Dept. Computer Science, Universitätstr. 6 Zurich ZH 8092 CH', 'CH', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19699, 'd005e4', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19700, '00103f', 0, 'Tollgrade Communications, Inc', '493 NIXON ROAD CHESWICK PA 15024 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19701, 'd453af', 0, 'Vigo System S.A.', '129/133 Poznanska str Ozarow Mazowiecki Mazowieckie 05-850 PL', 'PL', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19702, '70b3d536f', 0, 'BuddyGuard GmbH', 'Dircksenstr. 40 Berlin Berlin 10178 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19703, '00090a', 0, 'SnedFar Tech Co, Ltd', '15FL., No.866-2, Jung Jeng Rd., Junghe Taipei 235 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19704, '0050c26fc', 0, 'Acte Sp. z o.o.', 'ul. Krancowa 49 Warsaw 02-493 PL', 'PL', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19705, '0050c2e11', 0, 'RadioMobile Inc', '8801 Kenamar Drive San Diego CA 92121 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19706, '70b3d501a', 0, 'Cubro Acronet GesmbH', 'Geiselberstraße 17 / 6 Floor Vienna Vienna 1110 AT', 'AT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19707, 'a0f217', 0, 'GE Medical System(China) Co, Ltd', 'No.19, ChangJiang Road Wuxi Jiangsu 214028 CN', 'CN', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19708, '70b3d5b26', 0, 'Intec International GmbH', 'Killertalstr. 4 Hechingen 72379 DE', 'DE', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19709, '04ed33', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19710, '70b3d5c2b', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2019-12-31', '2019-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19711, '001b73', 0, 'Dtl Broadcast Ltd', 'Johnson\'s Estate HAYES Middlesex UB3 3BA GB', 'GB', 'MA-L', '2007-02-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19712, '001cb4', 0, 'Iridium Satellite Llc', '8440 S. River Parkway Tempe AZ 85284 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19713, 'f0f755', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19714, '70b3d5732', 0, 'Tofwerk AG', 'Uttigenstrasse 22 Thun BE 3600 CH', 'CH', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19715, '649abe', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19716, '34f64b', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19717, 'c0074a', 0, 'Brita GmbH', 'Heinrich-Hertz-Str. 4 Taunusstein 65232 DE', 'DE', 'MA-L', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19718, '001087', 0, 'Xstreamis Plc', 'OXFORD SCIENCE PARK OXFORD 0X4 4GA 00000 US', 'US', 'MA-L', '1998-04-22', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19719, 'c46044', 0, 'Everex Electronics Ltd', 'Unit 3, Block A, 16/F HK', 'HK', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19720, 'ac4228', 0, 'Parta Networks', 'Teknopark Izmir No:38 URLA IZMIR 35433 TR', 'TR', 'MA-L', '2019-03-14', '2019-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19721, 'e47684', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19722, '00400e', 0, 'Memotec, Inc', '7755 Henri-Bourassa MONTREAL, QUEBEC H4S 1P7 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19723, '645d92', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu, Sichuan Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19724, '30694b', 0, 'Rim', '295 Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19725, '0000ae', 0, 'Dassault Electronique', '55, QUAI MARCEL DASSAULT FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19726, '000c10', 0, 'Pni Corp', '5464 Skylane Blvd #A Santa Rosa CA 95403 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19727, '28ccff', 0, 'Corporacion Empresarial Altra SL', 'Marie Curie 21 Malaga 29590 ES', 'ES', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19728, 'f40e11f', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19729, '70b3d5460', 0, 'Guilin Tryin Tech Co, Ltd', 'Room C-306, Innovation Building,Information Industry Park, Chaoyang Road,Guilin,China GuiLin Guangxi 541000 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19730, '001b1d', 0, 'Phoenix International Co, Ltd', '11F. No.42-1, Sec.1, Zhongyang N. Rd. Beitou Taipei 112 TW', 'TW', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19731, '002584', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19732, 'd0d94f6', 0, 'Hyundai Autohow', 'Starwith 0914, Heungandaero427-38 Anyang Gyunggi 14059 KR', 'KR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19733, 'd8860b0', 0, 'Inspur Group Co, Ltd', 'No.1036 Langchao Rd. Jinan Shandong 250101 CN', 'CN', 'MA-M', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19734, '00000b', 0, 'Matrix Corp', '1203 NEW HOPE ROAD RALEIGH NORTH CAROLINA 276 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19735, '1886ac', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790V DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19736, '001657', 0, 'Aegate Ltd', 'Technology Centre Melbourn Hertfordshire SG8 6DP GB', 'GB', 'MA-L', '2005-11-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19737, '001bcb', 0, 'Pempek Systems Pty Ltd', 'UNIT 3 / 13 HOYLE AVENUE CASTLE HILL NSW 2154 AU', 'AU', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19738, '44746c', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2014-04-22', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19739, 'f4dc41', 0, 'Youngzone Culture (Shanghai) Corp', '7-8th floor, #1 Building, 1006 Jinshajiang Road Shanghai Shanghai 200062 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19740, '004019', 0, 'Aeon Systems, Inc', '8401 WASHINGTON PLACE NE ALBUQUERQUE NM 87113 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19741, '000935', 0, 'Sandvine Inc', '170 Columbia St. W. Waterloo ON N2L 3L3 CA', 'CA', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19742, '94ce31', 0, 'Cts Ltd', '1st district, 23D, 21 Moscow - 142784 RU', 'RU', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19743, '007e56', 0, 'China Dragon Tech Ltd', 'B4 Bldg.Haoshan 1st Industry Park, Shenzhen Guangdong 518104 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19744, '0057d2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-10-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19745, '0270b3', 0, 'Data Recall Ltd', 'SONDES PLACE 12345 UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19746, '0005b3', 0, 'Asahi-Engineering Co, Ltd', '3-6-12-2 Gakuenhigashi-cho Tokyo 187-0043 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19747, '848edf', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2014-08-28', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19748, '64167f', 0, 'Polycom', '6001 America Center Drive San Jose CA 95002 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19749, '3cf7a4', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19750, '00091b', 0, 'Digital Generation Inc', '5F, Ho-Sam B/D, #30-3, Bongchun6-Dong Kwanak-Ku, Seoul 151-089 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19751, '0050c2ec4', 0, 'Logical Electromechanical Sys Inc', '885 Freemanwood Lane Alpharetta GA 30004 US', 'US', 'IAB', '2011-10-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19752, '0000e3', 0, 'Integrated Micro Products Ltd', 'IMP, NO. 1 INDUSTRIAL ESTATE ENGLAND ENGLAND DH86TJ GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19753, '94cc04d', 0, 'Hanzhuo Information Tech(Shanghai) Ltd', 'Room 2085, building 2, 622 Yingyuan middle Road, Jiading Strict Shanghai 201200 CN', 'CN', 'MA-M', '2019-12-27', '2019-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19754, '9405bb1', 0, 'Dongguan Kingtron Electronics Tech Co, Ltd', 'No.3 Fumin North Rd,Shu\'an Industrial Park, Humen Town Dongguan Guangdong China 523929 CN', 'CN', 'MA-M', '2020-01-11', '2020-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19755, 'c0d044', 0, 'Sagemcom Broadband Sas', '250, Route de l\'Empereur RUEIL-MALMAISON 92500 FR', 'FR', 'MA-L', '2010-03-14', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19756, '402814', 0, 'Rfi Engineering', 'Markerkant 13-76 Almere Flevoland 1314AN NL', 'NL', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19757, '70b3d52b8', 0, 'WideNorth AS', 'Vollsveien 13C Lysaker 1366 NO', 'NO', 'MA-S', '2019-09-23', '2019-09-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19758, 'b88e82', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19759, '0006ef', 0, 'Maxxan Systems, Inc', '107 Bonaventura Drive San Jose CA 95134 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19760, '906dc8', 0, 'Dlg Automação Industrial Ltda', 'Rua José Batista Soares, 53 Sertãozinho São Paulo 14176-119 BR', 'BR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19761, '38b19e5', 0, 'Star Electronics GmbH & Co KG', 'Jahnstraße, 86 Göppingen 73037 DE', 'DE', 'MA-M', '2018-10-31', '2018-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19762, '0050c2a0a', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten bawu 88480 DE', 'DE', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19763, '447bc4', 0, 'DualShine Tech(SZ)Co, Ltd', 'No.334-1,LuoTian 3rd Industrial Park, Shen Zhen Guang Dong 518000 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19764, 'e01c41', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2012-02-04', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19765, '70b3d5bca', 0, 'Deymed Diagnostic', 'Velky Drevic 91 Hronov Kralovehradecky kraj 54934 CZ', 'CZ', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19766, '04d16e1', 0, 'Launch Tech Co, Ltd', 'Launch Industrial Park, No.4012, North of Wuhe Road, Bantian Street, Longgang District, Shenzhen Guangdong 518100 CN', 'CN', 'MA-M', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19767, '70b3d552e', 0, 'Swissponic Sagl', 'via Pedemonte 28a Bellinzona Ticino 6500 CH', 'CH', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19768, '3c6a2c5', 0, 'Qingdao iGuan Tech Co, Ltd', 'Room416, Science and Technology Park, Ocean University of China, No.23 HongKongEast Road Qingdao Shandong 266100 CN', 'CN', 'MA-M', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19769, 'e884c6', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19770, '0018a4', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-06-13', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19771, '807b1e', 0, 'Corsair Memory, Inc', '47100 Bayside Parkway Fremont CA 94538 US', 'US', 'MA-L', '2013-01-09', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19772, '0012fa', 0, 'Thx Ltd', '5201 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19773, '001a5e', 0, 'Thincom Tech Co, Ltd', '17F-3, No.398, Huanbei Rd., Zhongli City Taoyuan Contry 320 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19774, '183bd2', 0, 'Byd Precision Manufacture Co Ltd', 'No3000 LongDong Avenue, Pudong District Shanghai 201203 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19775, '0050c2cf3', 0, 'Daiken Automacao Ltda', 'Av Sao Gabriel 481 - Campo Pequeno Colombo Pr 83404000 BR', 'BR', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19776, '70b3d58f7', 0, 'I.E. Sevko A.V.', '7-1-97, Polyarnaya st. Moscow 127081 RU', 'RU', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19777, '70b3d538a', 0, 'Kse GmbH', 'Frühlingstraße 31-33 Ingolstadt 85055 DE', 'DE', 'MA-S', '2019-04-24', '2019-08-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19778, '0080c2', 0, 'Ieee 802.1 Working Group', '802.1 CHAIR c/o IEEE Piscataway NJ 08554 US', 'US', 'MA-L', '1980-01-01', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19779, '000fe6', 0, 'MBTech Systems, Inc', '412 1st Ave SE Cullman Alabama 35055 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19780, '440377c', 0, 'Big Climatic Manufacture, Co Ltd, Zhongshan Branch', 'Nantou Dadao, 20 Zhongshan Guangdong 528427 CN', 'CN', 'MA-M', '2019-08-19', '2019-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19781, '0050c231d', 0, 'Imarda New Zealand Ltd', 'Suite G16, National Innovation Centre, Eveleigh NSW 2015 NZ', 'NZ', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19782, '001709', 0, 'Exalt Communications', '580 Division Street Campbell CA 95008 US', 'US', 'MA-L', '2006-01-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19783, '00225d', 0, 'Digicable Network India Pvt. Ltd', '7B, Shah Industrial Estate Andheri - West, Mumbai. Maharashtra 400 053 IN', 'IN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19784, 'b8d06f', 0, 'Guangzhou Hkust Fok Ying Tung Research Institute', 'Rm 403, North of Software Building,Nansha IT Park, Guangzhou Guangdong Privince 511458 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19785, 'f8fea8', 0, 'Technico Japan Corp', 'AM Building 9F, 2-5-3, Tokyo 160-0022 JP', 'JP', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19786, '002056', 0, 'Neoproducts', '25 CHAPMAN STREET AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19787, '00c005', 0, 'Livingston Enterprises, Inc', '6920 KOLL CENTER PARKWAY #220 PLEASANTON CA 94566 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19788, '0050c2106', 0, 'Matsuoka', 'kishimachi 2-9-17-102 Tokyo-to JP', 'JP', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19789, '0011f8', 0, 'Airaya Corp', '637 Adair Court Morgan Hill CA 95037 US', 'US', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19790, '001a6a', 0, 'Tranzas, Inc', 'Queens tower C17 Yokohama Kanagawa-ken 220-6217 JP', 'JP', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19791, 'acec80', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19792, '008764', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-12-18', '2018-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19793, '003023', 0, 'Cogent Computer Systems, Inc', '10 RIVER ROAD - STE. #205 UXBRIDGE MA 01569 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19794, '000552', 0, 'Xycotec Computer GmbH', 'Karl-Heinz-Beckurts-Str. 4 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19795, '0050c287d', 0, 'AT&T Government Solutions', '11301 Corporate Blvd. Orlando FL 32817 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19796, '304174', 0, 'Altec Lansing Llc', '535 ROUTES 6 & 209 MILFORD PA 18337 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19797, 'a04cc1', 0, 'Helixtech Corp', '6F Lions bldg., 160-2 Gangnam-daero, Seoul 137-888 KR', 'KR', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19798, '70b3d5706', 0, 'Smith Meter, Inc', '1602 Wagner Ave. Erie 16514 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19799, '70b3d5c70', 0, 'Magnetek', 'N49W13650 Campbell Dr Menomonee Falls WI 53051 US', 'US', 'MA-S', '2018-10-09', '2018-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19800, '489507', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19801, '0040f1', 0, 'Chuo Electronics Co, Ltd', '1-9-9, MOTOHONGO-CHO JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19802, '00c03a', 0, 'Men-Mikro Elektronik GmbH', 'WIESENTALSTRASSE 40 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19803, '0050c2a10', 0, 'Essential Design & Integration P/L', 'PO Box 3110 Narellan DC NSW 2567 AU', 'AU', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19804, '0c3e9f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19805, 'e4ce70', 0, 'Health & Life Co, Ltd', '9F, No. 186, Jian Yi Road New Taipei City Taiwan 23553 TW', 'TW', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19806, '0080da', 0, 'Bruel & Kjaer Sound & Vibration Measurement A/S', 'Skodsborgvej 307 DK', 'DK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19807, '000940', 0, 'Agfeo GmbH & Co KG', 'Postfach 140107 Bielefeld Rhine Westfalia 33621 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19808, '001488', 0, 'Akorri', '11 Falcon Ridge Dr Hopkinton MA 01748 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19809, '001572', 0, 'Red-Lemon', 'Unit 4, 9/F, Paramount Building Chai Wan HK', 'HK', 'MA-L', '2005-08-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19810, 'b8ba72', 0, 'Cynove', '10 cite rougemont Paris 75009 FR', 'FR', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19811, '148fc6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-06-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19812, '7c70bc5', 0, 'Canary Connect, Inc', '132 East 43rd Street New York NY 10017 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19813, '1c4455', 0, 'Sieb & Meyer AG', 'Auf dem Schmaarkamp 21 Lueneburg 21339 DE', 'DE', 'MA-L', '2019-08-08', '2019-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19814, '0050c21ef', 0, 'M2 Tech Pty Ltd', '26 Greenhill Road Wayville South Australia 5034 AU', 'AU', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19815, '000ecd', 0, 'Skov A/S', 'Hedelund 4 Roslev DK-7870 DK', 'DK', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19816, '0050c2643', 0, 'Enatel Ltd', '66 Treffers Road Christchurch 8042 NZ', 'NZ', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19817, '70b3d5ca9', 0, 'Nxcontrol system Co, Ltd', '10F, No. 257, Wenxing Rd. Zhubei City Hsinchu county 30264 TW', 'TW', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19818, '640dce', 0, 'Shenzhen Mercury Communication Tech Co, Ltd', '3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19819, '989c57', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19820, 'ecc57f', 0, 'Suzhou Pairlink Network Tech', 'Room304, Building 4, No.209, Zhu Yuan Road, Suzhou new district Suzhou Jiangsu 215011 CN', 'CN', 'MA-L', '2018-10-01', '2018-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19821, 'bca511', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2019-07-20', '2019-07-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19822, '000ba7', 0, 'Maranti Networks', '3061-B Zanker Road San Jose CA 95134 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19823, '00195f', 0, 'Valemount Networks Corp', '1201- 5th Ave Valemount BC V0E2Z0 CA', 'CA', 'MA-L', '2006-08-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19824, '70b3d5589', 0, 'Cityntel OU', 'Akadeemia tee 21/1 Tallinn Harjumaa 12618 EE', 'EE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19825, '70b3d5443', 0, 'Slot3 GmbH', 'Am Brambusch 22 Luenen Germany 44536 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19826, '34e1d1d', 0, 'HI-TechORG', 'Volgogradskiy prospekt, 43, k.3, room XXVI Moscow 109316 RU', 'RU', 'MA-M', '2019-01-08', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19827, 'c83ddc', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19828, 'b0adaa', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2013-11-12', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19829, '7cf854', 0, 'Samsung Electronics Co, Ltd', '415, Maetan-3dong, Yeongtong-gu, Suwon-City Gyeonggi-do 443-742 Suwon 443-742 KR', 'KR', 'MA-L', '2015-01-23', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19830, '041e64', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19831, '907a58', 0, 'Zegna-Daidong Ltd', 'Rooms 14-17, 18/F, Nan Fung Commercial, Centre 19 Lam Lok Street, Kowloon Bay Hong Kong 999077 HK', 'HK', 'MA-L', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19832, '70b3d5ac3', 0, 'Novoptel GmbH', 'EIM-E, Warburger Str. 100 Paderborn 33098 DE', 'DE', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19833, 'e442a6', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19834, '10cea9', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19835, '1cfd082', 0, 'HiHi Ltd', 'Loewy House 11 Enterprise Way Christchurch BH236EW GB', 'GB', 'MA-M', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19836, '0050c2a82', 0, 'CT Co', 'Godovikova 9, Moscow Moscow RUSSIA 129085 RU', 'RU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19837, '642216', 0, 'Shandong Taixin Electronic Co, Ltd', 'FL.6,Haichen Building Jinan Shandong 250010 CN', 'CN', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19838, '001bc507b', 0, 'Qcore Medical', '14 Hamefalsim St Petach Tikva Israel 49130 IL', 'IL', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19839, '3c576c', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19840, 'd4b761', 0, 'Sichuan AI-Link Tech Co, Ltd', 'Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN', 'CN', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19841, '0050c23bc', 0, 'Tyzx, Inc', '3895 Bohannon Drive Menlo Park CA 94025 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19842, 'c06394', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-05-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19843, '000fc6', 0, 'Eurocom Industries A/S', 'porsvej 2 Aalborg NV DK-9200 DK', 'DK', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19844, '14d76e', 0, 'Conch Electronic Co, Ltd', 'No.3 Keji 1st Load. Tainan 70955 TW', 'TW', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19845, '58ece1', 0, 'Newport Corp', '1791 Deere Ave. Irvine California 92606 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19846, '34e42a', 0, 'Automatic Bar Controls Inc', '790 Eubanks Dr Vacaville CA 95688 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19847, '70b3d54bb', 0, 'Plazma-T', 'Fryazevskaya str, 10 Moscow Moscow 111396 RU', 'RU', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19848, 'a04ea7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19849, '00a0a9', 0, 'Navtel Communications Inc', '55 RENFREW DRIVE MARKHAM, ONTARIO L3R 8H3 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19850, '000581', 0, 'Snell', 'Southleigh Park House Hampshire P09 2PE GB', 'GB', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19851, 'f041c8d', 0, 'Atn Media Group FZ Llc', 'Business Bay-alabrj st Business Towar By Damac.office-807 Dubai 25051 AE', 'AE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19852, '001c95', 0, 'Opticomm Corp', '6827 Nancy Ridge Dr San Diego CA 92121 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19853, '0444a1', 0, 'Telecon Galicia, S.A.', 'AVENIDA DE NOSTIAN A CORUNA 15008 ES', 'ES', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19854, 'd46d6d', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19855, '0050c2a67', 0, 'Gss Avionics Ltd', 'Thorne House Yeovil Somerset BA214JD GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19856, 'e425e9', 0, 'Color-Chip', 'Tavor Building 1 New Industrial Park Yokneam 20692 IL', 'IL', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19857, '34e894', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19858, 'e8c417', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19859, '70b3d5e25', 0, 'Gjd Manufacturing', 'Unit 2, Birch Business Park, Whittle Lane Heywood OL10 2SX GB', 'GB', 'MA-S', '2019-03-09', '2019-03-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19860, '18a4a9', 0, 'Vanu Inc', '81 Hartwell Ave Lexington MA 02421 US', 'US', 'MA-L', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19861, '0050c2088', 0, 'Telinc Corp', '22 Springdale Rd. Cherry Hill NJ 08003 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19862, '000a8c', 0, 'Guardware Systems Ltd', 'Ulloi ut 102. Budapest H-1089 HU', 'HU', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19863, '0050c24f1', 0, 'Packet Island Inc', '2332B Walsh Ave Santa Clara California 95051 US', 'US', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19864, '001b3d', 0, 'EuroTel Spa', 'viale Martiri della Liberta,4 Lissone Milan 20035 IT', 'IT', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19865, 'c8c2fa', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19866, '00127f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19867, '001494', 0, 'Esu AG', 'Lukasstrasse 29 St. Gallen 9008 CH', 'CH', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19868, '300a608', 0, 'Bronkhorst High-Tech BV', 'Nijverheidsstraat 1a Ruurlo Gelderland NL-7261AK NL', 'NL', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19869, 'aca919', 0, 'TrekStor GmbH', 'Kastanienallee 8-10 Lorsch Hessen 64653 DE', 'DE', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19870, '70b3d5585', 0, 'Nefteavtomatika', '50-letiay Oktyabria, 24 Ufa 450005 RU', 'RU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19871, '000f46', 0, 'Sinar AG', 'Stadtweg 24 Feuerthalen ZH CH-8245 CH', 'CH', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19872, '001287', 0, 'Digital Everywhere Unterhaltungselektronik GmbH', 'Maria Gailer Strasse 16 Villach Kärnten 9500 AT', 'AT', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19873, '0050c2bc1', 0, 'Sentec Ltd', 'Brunswick House Cambridge Cambridgeshire CB5 8EG GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19874, 'cca614', 0, 'Aifa Tech Corp', '1F., No.230, Sec. 2, Bade Rd., Fongshan Dist. Kaohsiung City Taiwan 83053 TW', 'TW', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19875, '54276c', 0, 'Jiangsu Houge Tech Corp', 'No.20 Xizhang North Road, Fenghuang Town Zhangjiagang Jiangsu 215614 CN', 'CN', 'MA-L', '2016-04-13', '2016-04-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19876, '002091', 0, 'J125, National Security Agency', '9800 SAVAGE ROAD FT. MEADE MD 20755-6000 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19877, '000351', 0, 'Diebold, Inc', '5995 Mayfair Road North Canton OH 44720 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19878, 'a44e2d', 0, 'Adaptive Wireless Solutions, Llc', '577 Main Street Hudson MA 01749 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19879, '78a873', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19880, '107873', 0, 'Shenzhen Jinkeyi Communication Co, Ltd', 'No. 10 Shun King Road, Zhen Ping Xi Cun, Shenzhen Guangdong 518117 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19881, '4011759', 0, 'Adh Guardian Usa', '122 Penn St El Segundo CA 90245 US', 'US', 'MA-M', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19882, '001b8a', 0, '2M Electronic A/S', 'Malervej 10 Taastrup 2630 DK', 'DK', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19883, '0050c2cec', 0, 'Erhardt+Leimer GmbH', 'Albert-Leimer-Platz 1 Stadtbergen Bavaria 86391 DE', 'DE', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19884, '60c980', 0, 'Trymus', 'Bucheon Techno Park 303-902 Bucheon-si 421-741 Gyunggi-do KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19885, 'c8f36b', 0, 'Yamato Scale Co, Ltd', '5-22 Akashi Hyogo 673-8688 JP', 'JP', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19886, 'd057a1', 0, 'Werma Signaltechnik GmbH & Co KG', 'Duerbheimer Strasse Rietheim-Weilheim 78604 DE', 'DE', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19887, '001bc50be', 0, 'YESpay International Ltd', 'Checknet House Barnet Hertfordshire EN4 8QZ GB', 'GB', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19888, '0c5f35', 0, 'Niagara Video Corp', '5627 Stoneridge Drive, Suite 316 Pleasanton CA 94588 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19889, 'e00ee1', 0, 'We Corp Inc', '201, 33, Deokcheon-ro, Manan-gu Anyang-si Gyeonggi-do 14088 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19890, '0080b0', 0, 'Advanced Information', 'TECHNOLOGY, INC. JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19891, '009033', 0, 'Innovaphone AG', 'Boeblinger Str. 76 SINDELFINGEN D71065 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19892, '70b3d5403', 0, 'Mighty Cube Co, Ltd', 'UNIZO Nihonbashihoncho 3-CHome Building 5F 3-8-4 Nihonbashi-honcho Chuo-ku TOKYO 103-0023 JP', 'JP', 'MA-S', '2018-08-01', '2018-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19893, '0050c2ec0', 0, 'UgMO Tech', '840 First Avenue King of Prussia PA 19406 US', 'US', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19894, '70b3d5acd', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19895, '980637c', 0, 'HwaCom Systems Inc', '11Fl., No.108, Sec. 1, Hsin-Tai-Wu Rd., Hsi-Chih District New Taipei New Taipei 221 TW', 'TW', 'MA-M', '2019-05-24', '2019-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19896, '0017e2', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-04-08', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19897, '001a9c', 0, 'RightHand Tech, Inc', '7450 W Wilson Avenue Chicago IL 60706 US', 'US', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19898, '204005', 0, 'feno GmbH', 'Kolpingring 22 Oberhaching Bavaria 82041 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19899, 'ec9f0db', 0, 'Crrc Qingdao Sifang Rolling Stock Research Institute Co, Ltd', 'No.231 Ruichang Road Qingdao City Qingdao Shandong 266000 CN', 'CN', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19900, '0060a5', 0, 'Performance Telecom Corp', '10 CARLSON ROAD ROCHESTER NY 14610-1021 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19901, '0013b9', 0, 'BM Spa', 'VIA MILANO 54/56 Rozzano 20089 IT', 'IT', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19902, '001621', 0, 'Colorado Vnet', '255 E. 6th St. Loveland CO 80537 US', 'US', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19903, '70b3d5112', 0, 'DiTEST Fahrzeugdiagnose GmbH', 'Alte Poststraße 152 Graz Steiermark 8020 AT', 'AT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19904, 'e0b7b1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-01-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19905, '70b3d57cf', 0, 'Orca Tech, Llc', '934 Calle Negocio, Suite B San Clemente CA 92673 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19906, '70b3d5bf2', 0, 'Twin Development', 'FAUBOURG DE BRUXELLES 320 GOSSSELIES 6041 BE', 'BE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19907, 'c84782', 0, 'Areson Tech Corp', '11F., No. 646, Sec. 5, Chongxin Rd., Sanchong District New Taipei City 24158 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19908, '245fdf', 0, 'Kyocera Corp', '2-1-1,Kagahara, Yokohama-shi Kanagawa 224-8502 JP', 'JP', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19909, '0050c2ece', 0, 'easii ic adiis', '90 avenue leon blum grenoble isere 38036 FR', 'FR', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19910, '001ce3', 0, 'Optimedical Systems', '235 Hembree Park Drive Roswell GA 30076 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19911, '5884e4', 0, 'Ip500 Alliance e.V.', 'Scharnhorststraße 16 Berlin 10115 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19912, 'c07009', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-09-21', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19913, 'd013fd', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2016-05-14', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19914, '0050d5', 0, 'AD Systems Corp', '1-4-1, NAKACHO, MUSASHINO CITY TOKYO 180-0006 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19915, '000a77', 0, 'Bluewire Tech Llc', '420 N. O St. Tulare Ca 93274 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19916, '000804', 0, 'Ica Inc', '542-1 Noguki JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19917, '0050c2bcb', 0, 'Arteixo Telecom', 'P.E. Penapurreira As Pontes A Coruña 15320 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19918, '10bd18', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19919, 'b48910', 0, 'Coster T.E. S.P.A.', 'Via San Giovanni Battista De La Salle 4/a Milano MI 20132 IT', 'IT', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19920, '88e90f', 0, 'innomdlelab', 'Unnam 1 gil, 3 Seocho-gu Seoul 06778 KR', 'KR', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19921, '283e76', 0, 'Common Networks', '1390 Market St. Suite 820 San Francisco CA 94102 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19922, '00e097', 0, 'Carrier Access Corp', '5395 PEARL PARKWAY BOULDER CO 80301 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19923, '00016a', 0, 'Alitec', 'Laval Technopole B.P. 102 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19924, '0050c2656', 0, 'Lda Audio Video Profesional', 'C/Severo Ochoa, 31 Campanillas Malaga 29590 ES', 'ES', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19925, '346c0f', 0, 'Pramod Telecom Pvt. Ltd', 'Plot No. 6-B, Malviya Nagar, Lucknow Uttar Pradesh 226004 IN', 'IN', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19926, 'b0b28f', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19927, 'dcd3a2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19928, '00308e', 0, 'Cross Match Tech Inc', '3960 RCA Blvd., Suite 6001 Palm Beach FL 33410 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19929, '0050c2220', 0, 'Serveron Corp', '3305 NW Aloclek Dr Hillsboro OR 97124-7101 US', 'US', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19930, '70704c', 0, 'Purple Communications, Inc', '595 Menlo Rocklin CA 95765 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19931, '50e971', 0, 'Jibo, Inc', '230 Congress Street Boston MA 02110 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19932, '70b3d5637', 0, 'Ineo-Sense', '125 rue de l\'Hostellerie, Immeuble Ellipsis - Niv 4-12 NIMES 30900 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19933, '282c02d', 0, 'Shenzhen Domenor Tech Llc', 'F4, BUILDING A3, SILICON VALLEY POWER TECHNOLOGY PARK, SILI ROAD, KUKENG COMMUNITY, GUANLAN TOWN,LONGHUA DISTRICT SHENZHEN GUANGDONG 518110 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19934, 'f84fad', 0, 'Hui Zhou Gaoshengda Tech Co, Ltd', 'No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN', 'CN', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19935, '0050c2918', 0, 'Design Lightning Corp', '1006 W. College Ave Suite 204 State College PA 16801 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19936, 'f852df', 0, 'Vnl Europe AB', 'Finlandsgatan 10 Kista 164 74 SE', 'SE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19937, 'd81ede', 0, 'B&W Group Ltd', '5070 Francois Cusson Lachine Quebec H8T1B3 CA', 'CA', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19938, '40d8550d7', 0, 'Avant Tech', 'Road 156 Caguas West Ind. Park Caguas 00726 PR', 'PR', 'IAB', '2013-05-16', '2017-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19939, '34008aa', 0, 'Hibertek International Ltd', 'Rm. 6, 21F., NO.5, Sec.3, New Taipei Blvd., Xinzhuang Dist. New Taipei City 24250 TW', 'TW', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19940, '00808a', 0, 'Summit Microsystems Corp', '710 LAKEWAY-STE.#150 SUNNYVALE CA 940867 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19941, '0050c238a', 0, 'Embedtronics Enterprise', '16 Jalan Krian 10400 Penang MY', 'MY', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19942, '40987b', 0, 'Aisino Corp', 'No.18 A,Xingshikou Road,Haidian District, Beijing 100195 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19943, '382dd1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19944, 'a89ced', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19945, '745bc56', 0, 'Yekani Manufacturing Pty Ltd', 'Fourways Golf Park,Selbourne Building,Roos St Witkoppen Gauteng 5214 ZA', 'ZA', 'MA-M', '2018-12-10', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19946, '0020a7', 0, 'Pairgain Tech, Inc', '14402 FRANKLIN AVENUE TUSTIN CA 92680-7013 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19947, '00e011', 0, 'Uniden Corp', '2-12-7 Hatchobori, Chuo-ku Tokyo 104-8512 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19948, '000662', 0, 'Mbm Tech Ltd', 'Victoria Rd. GB', 'GB', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19949, '001f45', 0, 'Enterasys', '50 Minuteman Road Andover MA 01810 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19950, 'f4cfe2', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19951, '14c913', 0, 'LG Electronics', '222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR', 'KR', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19952, '000097', 0, 'Dell Emc', '176 South Street Hopkinton MA 01748 US', 'US', 'MA-L', '2000-11-09', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19953, '080053', 0, 'Middle East Tech University', 'DEPARTMENT OF ANKARA TR', 'TR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19954, '18cf5e', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19955, '70b3d5eef', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19956, '70b3d5568', 0, 'Small Data Garden Oy', 'Paloheimonkatu 2 Riihimäki 11130 FI', 'FI', 'MA-S', '2019-08-02', '2019-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19957, '001ffc', 0, 'Riccius+Sohn GmbH', 'Haynauer Str. 49 Berlin 12249 DE', 'DE', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19958, 'e0f211', 0, 'Digitalwatt', 'Via Dante, 18 Renate Brianza MB 20055 IT', 'IT', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19959, '4c5262', 0, 'Fujitsu Tech Solutions GmbH', 'Buergermeister-Ulrich-Strasse 100 Augsburg Bayern 86199 DE', 'DE', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19960, 'b86392', 0, 'Guangdong Genius Tech Co, Ltd', 'No.168, Middle Road Of East Gate Xiaobian Community Chang\'an Town 523851 CN', 'CN', 'MA-L', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19961, '00251b', 0, 'Philips CareServant', 'High Tech Campus 27 Eindhoven Noord-Brabant 5656 AE NL', 'NL', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19962, 'a071a9', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19963, '0050c2a41', 0, 'Meiryo Denshi Corp', '38-23 higashi maeda Nishin City Aichi 470-0124 JP', 'JP', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19964, '241125', 0, 'Hutek Co, Ltd', 'E-402 Bundang Technopark Seongnam-city Gyeonggi-do 463-760 KR', 'KR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19965, '18300c', 0, 'Hisense Electric Co, Ltd', 'Qianwangang Roard 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2019-11-12', '2019-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19966, '0050c2240', 0, 'Geoquip Ltd', 'Cromford Road Matlock Derbyshire D4 4FR GB', 'GB', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19967, '00227e', 0, 'Chengdu 30Kaitian Communication Industry CoLtd', 'No.6 Chuangye Road Chengdu Sichuan 610041 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19968, '0050c2fa8', 0, 'Yash SiQure Tech India Pvt. Ltd', 'C 262, Sector - 63, Noida, UP 201307 IN', 'IN', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19969, '3c24f01', 0, 'Abrites Ltd', '147 Cherni Vrah Blvd. Sofia Sofia 1407 BG', 'BG', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19970, '0050c257c', 0, 'éolane', '667 rue Aristide Berges 38330 Montbonnot St Martin FR', 'FR', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19971, '884b39', 0, 'Siemens AG, Healthcare Sector', 'Henkestrasse 127 Erlangen Bavaria 91052 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19972, '001be7', 0, 'Postek Electronics Co, Ltd', 'Suite 510, Shanghang Building Shen Zhen Guang Dong 518028 CN', 'CN', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19973, '98e165', 0, 'Accutome', '3222 Phoenixville Pike Malvern PA 19355 US', 'US', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19974, '40d8550a6', 0, 'Alumbra Produtos Elétricos e Eletrônicos Ltda', 'Rua Guimarães Rosa, 450 São Bernardo do Campo São Paulo 09851-380 BR', 'BR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19975, 'f84abf', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19976, '00c00b', 0, 'Norcontrol A.S.', 'P.O. BOX 1024 NO', 'NO', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19977, '000129', 0, 'Dfi Inc', '100, Huan-Ho Street Hsi-Chih City Taipei Hsien TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19978, '14edbb', 0, '2Wire Inc', '1764 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19979, '241510b', 0, 'Teknic, Inc', '115 Victor Heights Pkwy 14564,Victor NY 14564 US', 'US', 'MA-M', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19980, '70b3d5bb1', 0, 'Lumiplan Duhamel', '2 rue de l\'industrie Domène Isère 38420 FR', 'FR', 'MA-S', '2019-10-23', '2019-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19981, 'b870f4', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19982, '4432c8', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2013-03-10', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19983, '002470', 0, 'Aurotech ultrasound AS.', 'Svingen 1 Tydal Sr-Tr N-7590 NO', 'NO', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19984, '10feed', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19985, '28a192', 0, 'Gerp Solution', 'Rua Costa Aguiar, 1710 São Paulo SP 04204002 BR', 'BR', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19986, '000a68', 0, 'Solarflare Communications Inc', 'Suite 100, 7505 Irvine Center Drive Irvine CA 92618 US', 'US', 'MA-L', '2002-10-14', '2019-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19987, '0050c27bd', 0, 'Promate Electronic CoLtd', '4F 32,SEC.1 HUAN SHAN RD.,NEI HU, TAIPEI 114 TW', 'TW', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19988, 'a06e50', 0, 'Nanotek Elektronik Sistemler Ltd Sti.', 'Ivedik Organize Sanayi Ankara 06370 TR', 'TR', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19989, '0050c2f47', 0, 'cadac, Inc', 'Ho10-3,Ouramachi Kanazawa-shi Ishikawa 920-0205 JP', 'JP', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19990, '9c80df', 0, 'Arcadyan Tech Corp', '4F, No. 9, Park Avenue II , Hsinchu 300 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19991, 'f85b9c', 0, 'SB Systems Co, Ltd', '2F Ventureforum, 323, Pangyo-ro, Bundang-gu Seongnam-si Gyeonngi-do 453-400 KR', 'KR', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19992, '00c077', 0, 'Daewoo Telecom Ltd', 'PRODUCTS DESIGN DEPT. 1 SEOUL SEOUL KOREA KR', 'KR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19993, '18aebb', 0, 'Siemens Convergence Creators GmbH&CoKG', 'Communications, Media and Technology Hamburg D-21079 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19994, '7415e2', 0, 'Tri-Sen Systems Corp', '17625 El Camino Real Suite 200 Houston TX 77058 US', 'US', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19995, '60f677', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19996, 'fcdb21', 0, 'Samsara Networks Inc', '525 York St San Francisco CA 94110 US', 'US', 'MA-L', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19997, '006005', 0, 'Feedback Data Ltd', 'PARK ROAD EAST SUSSEX, TN6 2QR GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19998, '00116f', 0, 'Netforyou Co, Ltd', '1121-4 3F, Kwanyang-dong, Dongan-gu Anyang-si Kyunggi-do 431-804 KR', 'KR', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(19999, '0050c2c8a', 0, 'Automated Media Services, Inc', '110 Commerce Drive Allendale NJ 07401 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20000, '7c70bca', 0, 'Ametek Vis', '287 27 Road Grand Junction CO 81503 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20001, '70b3d56e4', 0, 'Institute of Power Engineering, Gdansk Division', 'Mikolaja Reja 27 Gdansk Pomorskie 80-870 PL', 'PL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20002, '586356', 0, 'FN-Link Tech Ltd', '5th Floor, A Building, Haoye Logistics Park, Shugang Channel, Bao\'an District, SHENZHEN GUANGDONG 518000 CN', 'CN', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20003, '000224', 0, 'C-Cor', '15 Sterling Drive Wallingford CT 06492 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20004, '0050c22f0', 0, 'Leco Corp', '3000 Lakeview Ave., CC1 St. Joseph MI 49085 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20005, '885d90', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-04-11', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20006, '78ca83c', 0, 'Elanview Tech Co, Ltd', 'NO.7001,Zhongchun Road,Minghang District, Shanghai shanghai shanghai 201101 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20007, '3873ead', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2017-09-11', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20008, 'd49cdd', 0, 'Ampak Tech, Inc', '3F, No.15-1 Zhonghua Road, Hsinchu Industrail Park, Hukou, Hsinchu Hsinchu,Taiwan R.O.C. 30352 TW', 'TW', 'MA-L', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20009, 'ec4118', 0, 'Xiaomi Electronics, Co, Ltd', 'Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20010, '000150', 0, 'Gilat Communications, Ltd', '21/D Yegia Kapayim Street IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20011, '001633', 0, 'Oxford Diagnostics Ltd', 'Sandybrae Oxford Oxon. OX1 5HJ GB', 'GB', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20012, '2cdd95', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20013, '0050c270e', 0, 'Audico Systems OY', 'RUUNIKKOKATU 2 TURKU 20380 FI', 'FI', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20014, '0050c2c67', 0, 'Practical Control Ltd', '443 Brightside Lane Sheffield South Yorkshire S9 2RS GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20015, 'a81d16', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2014-08-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20016, 'd0d94f3', 0, 'Beijing Yiwangxuntong Tech', 'Room 1605, Unit 2, Building No.1, ShangAoShiJi Center, XiSanQi Beijing Select State 100096 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20017, '000b8b', 0, 'Kerajet, S.A.', 'Avda. del Boverot, 24 Almazora Castellon E-12550 ES', 'ES', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20018, '64d912', 0, 'Solidica, Inc', '5840 Interface Drive Ann Arbor Michigan 48103 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20019, '34ade4', 0, 'Shanghai Chint Power Systems Co, Ltd', '855 Wenhe Road, Block 4 201614 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20020, '1423d7', 0, 'Eutronix Co, Ltd', 'EUTRONIX BLDG. 4TH FLOOR ANYANG KYEONGGI 431-804 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20021, 'e8516e', 0, 'Tsmart Inc', 'The-O-valley 306, Anyang-si Gyeonggi-do 431-080 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20022, '9cb654', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-07-29', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20023, '000dfd', 0, 'Huges Hi-Tech Inc,', '7F, 188, Sec. 2, Chung Hsing Road. Hsin Tien Taipei Hsien 231 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20024, '0050c2c9e', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2010-07-06', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20025, '20c047', 0, 'Verizon', 'One Verizon Way Basking Ridge 07030 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20026, '50ff20', 0, 'Keenetic Ltd', '1202, 12/F., AT TOWER, 180 ELECTRIC ROAD, NORTH POINT HONG KONG 852 HK', 'HK', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20027, 'baa2d0', 0, 'Wireless Broadband Alliance Ltd', '3 Tai Seng Dr #04-01 Singapore 535216 SG', 'SG', 'CID', '2018-12-19', '2018-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20028, '0069676', 0, 'Comcast-Srl', 'Alejo Martinez 17 Sosua Puerto Plata 34443 DO', 'DO', 'MA-M', '2019-09-23', '2019-09-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20029, '009063', 0, 'Coherent Communications Systems Corp', '45085 UNIVERSITY DRIVE ASHBURN VA 20147 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20030, '306118', 0, 'Paradom Inc', '8F, N0. 178, Sec-2, Gongdaowu Rd. Hsinchu City 300 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20031, '600b03', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20032, '70b3d5525', 0, 'Plantiga Tech Inc', '324-611 Alexander Street Vancouver British Columbia V6A 1E1 CA', 'CA', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20033, 'f051ea', 0, 'Fitbit Inc', '199 Fremont Street, 14th Fl San Francisco CA 94105 US', 'US', 'MA-L', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20034, '08002a', 0, 'Mosaic Tech Inc', '47 MANNING ROAD BILLERICA MA 01821-3970 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20035, '0050c250e', 0, 'Fibresavers Corp', '14252 Culver Dr. Ste. A356 Irvine Ca 92604 US', 'US', 'IAB', '2005-09-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20036, '34d2c4', 0, 'Rena GmbH Print Systeme', 'Hienlohestrasse 24 Otterfing Bavaria 83624 DE', 'DE', 'MA-L', '2010-07-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20037, '0caf5a', 0, 'Genus Power Infrastructures Ltd', 'SPL-3 RIICO INDUSTRIAL AREA JAIPUR RAJASTHAN 302022 IN', 'IN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20038, '70b3d5d20', 0, 'Rheonics GmbH', 'Rheonics GmbH, Technoparkstr. 2 Winterthur Schweiz 8406 CH', 'CH', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20039, '00e01c', 0, 'CradlePoint, Inc', '1199 Shoreline Lane Boise ID 83702 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20040, 'e0abfe', 0, 'Orb Networks, Inc', '428 13th Street Oakland CA 94612 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20041, '00168b', 0, 'Paralan Corp', '455 Ruffner St. San Diego CA 92111 US', 'US', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20042, '247260', 0, 'Iottech Corp', '4F.-1, No.55, Dongguang Rd., East Dist., Hsinchu City 300, TAIWAN ,REPUBLIC OF CHINA Hsinchu TAIWAN 300 TW', 'TW', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20043, '0050c2727', 0, 'Pelweckyj Videotechnik GmbH', 'Gueterstrasse 2 Dieburg 64807 DE', 'DE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20044, '006001', 0, 'InnoSys, Inc', '3095 RICHMOND PKWY #207 RICHMOND CA 94806 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20045, '001a25', 0, 'Delta Dore', 'BONNEMAIN COMBOURG BRETAGNE 35 35270 FR', 'FR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20046, '7c6166', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2018-12-13', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20047, 'b4a2ebc', 0, 'Shanghai Shenou Communication Equipment Co, Ltd', 'No. 1188, Kungang Road, Songjiang District Shanghai Shanghai 200000 CN', 'CN', 'MA-M', '2019-04-12', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20048, 'dcf8b9', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-05-23', '2019-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20049, '0090b7', 0, 'Digital Lightwave, Inc', '601 CLEVELAND STREET- 5TH FL. CLEARWATER FL 33755 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20050, 'c04a09', 0, 'Zhejiang Everbright Communication Equip. Co,. Ltd', '291# Wei 19th Rd. Wenzhou Zhejiang 325600 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20051, '002674', 0, 'Hunter Douglas', 'One Duette Way Broomfield CO 80020 US', 'US', 'MA-L', '2010-01-05', '2019-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20052, 'a0c5f24', 0, 'AiCare Corp', '1917 Scepter Ct San Jose CA 95132 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20053, '30eb5a', 0, 'Landis+Gyr', '78th km Old National Road Athens-Corinth Corinth 20100 GR', 'GR', 'MA-L', '2018-08-22', '2018-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20054, '000e6a', 0, '3Com Ltd', 'Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20055, '0050c23e0', 0, 'Oy Stinghorn Ltd', 'Stinghorn LAPPEENRANTA 53101 FI', 'FI', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20056, '00b771', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20057, '487aff', 0, 'Essys', 'gaetbeol-ro Incheon 21999 KR', 'KR', 'MA-L', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20058, '0012dc', 0, 'SunCorp Industrial Ltd', 'No.68 Guowei Road, Liantang Industrial District, Shenzhen, CN', 'CN', 'MA-L', '2004-11-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20059, '08ca45', 0, 'Toyou Feiji Electronics Co, Ltd', 'No.2 Building No.9 Yard, Dijin Road, Beijing 100095 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20060, '0009e5', 0, 'Hottinger Baldwin Messtechnik GmbH', 'Im Tiefen See 45 Darmstadt Hessen 64293 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20061, '0050c2322', 0, 'Bqt Solutions (Australia) Ltd', 'Unit 5, 12-18 Victoria Street East Lidcombe NSW 2141 AU', 'AU', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20062, '441319', 0, 'Wkk Tech Ltd', '23/F., One Kowloon, No.1, Wang Yuen Street, 852 HK', 'HK', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20063, 'c44567', 0, 'Sambon Precison and Electronics', '204, Samjeong-dong, Ojeong-gu Bucheon-city Kyeonggi-do 421-810 KR', 'KR', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20064, '68e8eb', 0, 'Linktel Tech Co, Ltd', 'No.20 University Science Park Road, Wuhan Hubei 430223 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20065, 'e8343e', 0, 'Beijing Infosec Tech Co, Ltd', 'Floor 4, Tower C, Global Finance and News Center Beijing Beijing 100052 CN', 'CN', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20066, '0004d6', 0, 'Takagi Industrial Co, Ltd', 'Electronic Instrument Div. 418-0103 418-0103 JP', 'JP', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20067, '00057c', 0, 'Rco Security AB', 'Box 705 SE', 'SE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20068, '9c431e9', 0, 'Continent Co Ltd', 'Bumazhnaya st., 16/3 lit B, of. 414 Saint-Petersburg 190020 RU', 'RU', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20069, '0015d3', 0, 'Pantech&Curitel Communications, Inc', '1451-34, Seocho-dong, Seocho-Gu Seoul 137-070 KR', 'KR', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20070, '70b3d55b1', 0, 'Epd Electronics', '5 Acee Drive Natrona Heights PA 15065 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20071, '70b3d5753', 0, 'Hch. Kündig & Cie. AG', 'Joweid Zentrum 11 Rüti ZH 8630 CH', 'CH', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20072, '84eb3e', 0, 'Vivint Smart Home', '4931 N. 300 W. Provo UT 84604 US', 'US', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20073, '2863bd', 0, 'Aptiv Services US, Llc', '5725 Innovation Drive Troy MI 48098 US', 'US', 'MA-L', '2019-11-14', '2019-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20074, '0060cc', 0, 'Emtrak, Inc', '7150 CAMPUS DRIVE, STE #180 COLORADO SPRINGS CO 80920 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20075, '00132b', 0, 'Phoenix Digital', '7650 East Evans Rd. Bldg. A Scottsdale Az 85260 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20076, '0050c22ec', 0, 'Chengdu Book Digital Co, Ltd', '9/F, BLOCK C, SKYWORTH BLD. SCI & SHENZHEN GUANGDONG 518057 CN', 'CN', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20077, '0050c2c57', 0, 'High Speed Design, Inc', '11929 NW Old Quarry Rd Portland OR 97229 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20078, '70b3d5e9b', 0, 'Numata R&D Co, Ltd', '1-68 Furukawa-ekiminami Osaki city 989-6161 JP', 'JP', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20079, '1007b6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20080, '00188d', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V 1790 DK', 'DK', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20081, 'dcee06', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20082, '1c8774b', 0, 'Habey Usa Inc', 'Room 205,Block A, Hua Feng Business Building ,Qian Jin 1st Road, Baoan 25 Area, Shenzhen 518101, China. Shenzhen Guang Dong 518101 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20083, '8aa5c1', 0, 'Ranovus Usa', '465 Fairchild Dr #109 Mountain View CA 94043 US', 'US', 'CID', '2017-09-13', '2017-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20084, '0050c29d7', 0, 'Melex Inc', '1417-27 Toke-cho Midori-ku CHIBA 2670061 JP', 'JP', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20085, '9c57ad', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-08-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20086, '00256d', 0, 'Broadband Forum', '48377 Fremont Boulevard Fremont CA 94538 US', 'US', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20087, '0090fc', 0, 'Network Computing Devices', '301 RAVENDALE DRIVE MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20088, '0024bf', 0, 'Ciat', '30, Avenue Jean Falconnier Culoz 01350 FR', 'FR', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20089, '0c9e91', 0, 'Sankosha Corp', '1-12, Miyashimo Sagamihara-shi Kanagawa-ken 252-0212 JP', 'JP', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20090, '2ca30e', 0, 'Power Dragon Development Ltd', 'Room D, 10/F Tower A, Billion Centre, 1 Wang Kwong Road, Kowloon Bay HONG KONG HONG KONG 999077 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20091, '1ccae3', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-02-19', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20092, '1c21d1a', 0, 'LG Cns', '21F, FKI Tower, 24, Yeoui-daero, Yeongdeungpo-gu Seoul 150-881 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20093, '0050c2aed', 0, '3Roam', 'Parc Haute Technologie, Bat 6 Mougins 06250 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20094, '0050c2d7d', 0, 'Voltech Instruments', '148 Sixth Street Didcot Oxon OX11 0TR GB', 'GB', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20095, '70fd46', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20096, '00a05d', 0, 'CS Computer Systeme GmbH', 'ISARSTRASSE 3, 82065 BAIERBRUNN DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20097, '0022fd', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20098, '40d8550e8', 0, 'Heitec AG', 'Dr.-Otto-Leich-Str. 16 Eckental Bavaria 90542 DE', 'DE', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20099, '342eb6', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20100, '08ebed', 0, 'World Elite Tech Co, Ltd', '6/F Liyuan floor ,Dragon City North Road on the 3rd ShenZhen GuangDong 518100 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20101, '70b3d51ff', 0, 'Audiodo AB', 'Östra Varvsgatan 4 Malmö 21114 SE', 'SE', 'MA-S', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20102, 'dced84', 0, 'Haverford Systems Inc', '152 Robbins Road Downingtown PA 19335 US', 'US', 'MA-L', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20103, '782eef', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20104, '9c5d95', 0, 'Vtc Electronics Corp', '5F,No.21,Sec.6,Zhongxiao E.Rd.,Nangang District Taipei 11575 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20105, '00050b', 0, 'Sicom Systems, Inc', '4140 Skyron Drive Doylestown PA 18901 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20106, '000585', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2001-06-04', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20107, '70b3d5330', 0, 'iOne', '8F-2, #75, sec 1, Hsin Tai Wu Rd., Hsi Chih District New Taipei City, Taiwan 22101 TW', 'TW', 'MA-S', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20108, '0050c2f0c', 0, 'Skychannel Ltd', '567 - 5 TH FLOOR BUILDING 1 SHENZHEN GUANGDONG 518054 CN', 'CN', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20109, 'f82dc0', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20110, '00040e', 0, 'Avm GmbH', 'Alt-Moabit 95 berlin 12345 DE', 'DE', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20111, '90fd61', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20112, '5c260a', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2010-07-26', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20113, '1ca0d3a', 0, 'Dsm-Messtechnik GmbH', 'Dieselstrasse 16 Aalen Baden-Wuerttemberg 73431 DE', 'DE', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20114, '70b3d5f73', 0, 'Asl Holdings', 'The Oaks Pitsford Northants NN6 9AA GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20115, '70b3d560d', 0, 'Link Electric & Safety Control Co', '444 McNally Drive Nashville 37211 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20116, '3881d7', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20117, '001e9d', 0, 'Recall Tech, Inc', '130 Enterprise Ave. Palm Bay FL 32909 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20118, '78ca04', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20119, '20689d', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW', 'TW', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20120, '18bc5a', 0, 'Zhejiang Tmall Tech Co, Ltd', 'Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20121, '0019b6', 0, 'Euro Emme s.r.l.', 'Via Belvedere, 24 Galliate Lombardo Varese 21020 IT', 'IT', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20122, '00254a', 0, 'RingCube Tech, Inc', '100 West Evelyn Ave, Suite 210 Mountain View CA 94041 US', 'US', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20123, '70b3d5ee8', 0, 'robert juliat', '32 route de beaumont fresnoy en thelle Oise 60530 FR', 'FR', 'MA-S', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20124, 'bc34004', 0, 'Dexcel Design Pvt Ltd', '#138, Level 3,4 - Maruthi Tower Bangalore Karnataka 560008 IN', 'IN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20125, '9822ef', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20126, '0050c2a28', 0, 'Kenda Electronic Systems Ltd', 'NUTSEY LANE SOUTHAMPTON HAMPSHIRE SO40 3NB GB', 'GB', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20127, 'd00790', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-09-02', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20128, '70b3d536c', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20129, 'b0fc0d', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20130, '00d059', 0, 'Ambit Microsystems Corp', '5F-1, 5 HSIN-AN ROAD TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20131, '00078b', 0, 'Wegener Communications, Inc', '11350 Technology Circle Duluth GA 30097 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20132, '0cefafd', 0, 'Cjsc «Svyaz Engineering»', '6th Radialnaya, 9 Moscow 115404', '', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20133, '244e7b2', 0, 'Rcc Time Co .,Ltd', '6/F,C2Block,Guang Hao Feng Industrial Park,Hang Cheng Road,Gushu Hong Kong 518000 HK', 'HK', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20134, '28f537', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20135, 'd86c63', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20136, '70b3d53a1', 0, 'Reckeen Hdp Media sp. z o.o. sp. k.', 'Robotnicza 68c Wroclaw 53608 PL', 'PL', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20137, '00d0c3', 0, 'Vivid Tech Pte, Ltd', '1003 BUKIT MERAH CENTRAL SG', 'SG', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20138, '001902', 0, 'Cambridge Consultants Ltd', 'Science Park Cambridge Cambs CB4 0DW GB', 'GB', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20139, '00257e', 0, 'New Pos Tech Ltd', '6FRM, 6F, China Economic Trade Building Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20140, '0025ad', 0, 'Manufacturing Resources International', '6415 Shiloh Road East Alpharetta GA 30005 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20141, '38de60', 0, 'Mohlenhoff GmbH', 'Museumstraße 54a Salzgitter Niedersachsen 38229 DE', 'DE', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20142, '905692', 0, 'Autotalks Ltd', 'Kfar Netter Israel 40593 IL', 'IL', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20143, 'd4389c', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2017-06-02', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20144, '70b3d5245', 0, 'Newtec A/S', 'Stærmosegårdsvej 18 Odense SV Region Syd 5230 DK', 'DK', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20145, '000513', 0, 'VTLinx Multimedia Systems, Inc', '8401 Colesville Road, Silver Spring MD 20910 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20146, '00168f', 0, 'GN Netcom A/S', 'Metalbuen 66 Ballerup Skovlunde DK-2750 DK', 'DK', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20147, '70b3d5f27', 0, 'Nirit- Xinwei Telecom Tech Co, Ltd', '2-й Кожуховский проезд, д.12, стр.2 Moscow 115432 RU', 'RU', 'MA-S', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20148, '58bdf9', 0, 'Sigrand', 'UNIT 602 6/F, Causeway Bay Comm Bldg, Hong Kong 999077 HK', 'HK', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20149, '4048fda', 0, 'Shenzhen Yifang Digital Tech Co, Ltd', 'Building NO. 23, Fifth Region, Baiwangxin Industrial Park, Songbai Rd. Nanshan, Shenzhen Shenzhen 518108 CN', 'CN', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20150, '00605c', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20151, '0091fa', 0, 'Synapse Product Development', '1511 6th Ave Seattle WA 98101 US', 'US', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20152, '4403775', 0, 'Norden Communication UK Ltd', 'Unit-13, Baker Close, Oakwood Business Park Clacton-On-Sea Essex CO15 4BD GB', 'GB', 'MA-M', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20153, '000ca0', 0, 'StorCase Tech, Inc', '17600 Newhope St. Fountain Valley CA 92708 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20154, '88e87f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20155, 'acf5e6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20156, '94cc048', 0, 'CircuitWerkes, Inc', '2805 NW 6th St Gainesville FL 32609 US', 'US', 'MA-M', '2019-12-30', '2019-12-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20157, '000367', 0, 'Jasmine Networks, Inc', '1940 Zanker Road San Jose CA 95112 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20158, '70b3d5ff3', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20159, 'f44156', 0, 'Arrikto Inc', '3505 El Camino Real Palo Alto CA 94306 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20160, '70b3d5445', 0, 'Advanced Devices SpA', 'via Spagna 240-242 Rende Cosenza 87036 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20161, 'd84db9', 0, 'Wu Qi Tech, Inc', '14/F, 107 Middle Road, Xiantao Big Data Valley, Yubei District Chongqing Chongqing 401120 CN', 'CN', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20162, '001602', 0, 'Ceyon Tech Co, Ltd', '13F Samsung Insurance B/D. #942-9 Suwon-City Gyeonggi-Do 442-832 KR', 'KR', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20163, '0050c2ae3', 0, 'Psd', 'Boerkensleen 31 Roosendaal 4705 RL NL', 'NL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20164, 'b83d4e', 0, 'Shenzhen Cultraview Digital Tech Co, Ltd Shanghai Branch', '2/F,Building#5,1690Cailun Road,Zhangjiang Hi-tech Park, Shanghai 201203 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20165, '0ccdfb', 0, 'Edic Systems Inc', '1-3-7 Nakamachidai Yokohama Kanagawa 224-0041 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20166, 'c47c8d9', 0, 'Airbus DS - Slc', '1, Bd Jean Moulin - Metapole ELANCOURT Cedex 78996 FR', 'FR', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20167, '006042', 0, 'Tks (Usa), Inc', '1201 COMMERCE RICHARDSON TX 75081 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20168, '000e56', 0, '4G Systems GmbH & Co KG', 'Jarrestrasse 2-6 22303 Hamburg DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20169, '0050c2b72', 0, 'Advanced Desktop Systems Ltd', '36 Haldan Road London E4 9JJ GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20170, '74ea3a', 0, 'TP-Link Tech Co, Ltd', 'Building 7, Second Part, Honghualing Industrial Zone Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20171, 'b89acd', 0, 'Elite Optoelectronic(Asia)Co, Ltd', 'A9 jin Fu 1 Road,Tangchun lndustrial zone,Liaobu Town,Dongguan City,Guangdong Province Liaobu dongguan /guangdong 523400 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20172, '049645', 0, 'Wuxi Sky Chip Interconnection Tech Co, Ltd', 'Building F12, China Sensor Network International Innovation park,200# Linghu Avenue,Wuxi. WUXI Jiangsu 214135 CN', 'CN', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20173, 'a411634', 0, 'AlterG, Inc', '48438 Milmont Drive Fremont CA 94538 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20174, '08ba22', 0, 'Swaive Corp', '3565 Kettmann Road San Jose CA 95121 US', 'US', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20175, '0017be', 0, 'Tratec Telecom B.V.', 'De Smalle Zijde 12 Veenendaal NL0-3903 LP NL', 'NL', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20176, '001d30', 0, 'YX Wireless S.A.', 'Av. Vicuña Mackenna #4860 Santiago 8580710 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20177, '9059af', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2012-07-16', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20178, '0050c0', 0, 'Gatan, Inc', '5933 CORONADO LANE PLEASANTON CA 94588 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20179, '8cb864', 0, 'AcSiP Tech Corp', '3F., No.22, Dalin Rd., Taoyuan City 330 TW', 'TW', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20180, '0050c2642', 0, 'Stanton Tech Sdn Bhd', 'Suite 3, 4th Floor, NB Place, Penang 10350 MY', 'MY', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20181, '04766e', 0, 'Alps Electric Co, Ltd', '6-3-36 Furukawanakazato, Osaki Miyagi-pref 989-6181 JP', 'JP', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20182, '00e3b2', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20183, 'c0d3917', 0, 'ALNETz Co, Ltd', '1-3 Honcho,Naka-ku Yokohama Kanagawa 231-0005 JP', 'JP', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20184, '70b3d59c0', 0, 'Schneider Displaytechnik GmbH', 'Tegelweg, 14 Paderborn 33102 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20185, '70b3d5b66', 0, 'Silent Gliss International Ltd', 'Worbstrasse 210 Guemligen 3073 CH', 'CH', 'MA-S', '2018-07-23', '2018-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20186, '00c06a', 0, 'Zahner-Elektrik GmbH & Co KG', 'P.O. BOX 1846 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20187, '000db3', 0, 'Sdo Communication Corperation', '6F, No.112, Shin Min Street Chung Ho City Taipei Hsien 235 TW', 'TW', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20188, '54a4935', 0, 'Ausounds Intelligence, Llc', '929 108TH AVE NE STE 1200, BELLEVUE, WA, 98004-4787, UNITED STATES BELLEVUE WA 98004 US', 'US', 'MA-M', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20189, '0015aa', 0, 'Rextechnik International Co,', 'Room 5-3, No.51, Section 2, Keelung Road Taipei 110 TW', 'TW', 'MA-L', '2005-08-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20190, '40d855069', 0, 'Smartcom-Bulgaria AD', 'Office 414A, BIC IZOT Building 1 SOFIA 1784 BG', 'BG', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20191, 'c88ed1a', 0, 'AP Sensing GmbH', 'Herrenberger Str. 130 Böblingen Baden-Würrtemberg 71034 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20192, '0010cf', 0, 'Fiberlane Communications', '1318 REDWOOD WAY, #200 PETALUMA CA 94954 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20193, '0004b4', 0, 'Ciac', '18 rue Joseph BARA FR', 'FR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20194, '1cc1bc', 0, 'Yi chip Microelectronics (Hangzhou) Co, Ltd', 'Room 401, Building 15, No.498 Guoshoujing Road, Pudong Software Park Shanghai 200120 CN', 'CN', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20195, '0021ce', 0, 'Ntc-Metrotek', '9, Nevzorovoy street Saint-Petersburg 192148 RU', 'RU', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20196, 'a44b15', 0, 'Sun Cupid Tech (HK) Ltd', 'Room 1201-3, 12/F., Tower 6 Tsim Sha Tsui HK', 'HK', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20197, '7047e9', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20198, 'a8c252', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20199, 'c49878', 0, 'Shanghai Moaan Intelligent Tech Co, Ltd', 'BLOCK B, 4TH FLOOR, BUILDING 2, NO. 401 CAOBAO ROAD, XUHUI DISTRICT, SHANGHAI SHANGHAI 200030 CN', 'CN', 'MA-L', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20200, '00a01e', 0, 'Est Corp', '120 ROYALL STREET CANTON MA 02021 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20201, 'acf7f3', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2013-01-09', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20202, '0050c2723', 0, 'Power Electronics Espana, S.L.', 'C/ Leonardo Da Vinci, 24-26 Paterna Valencia 46980 ES', 'ES', 'IAB', '2007-05-14', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20203, '40d8551d7', 0, 'Wheatstone Corp', '600 Industrial Drive New Bern NC 28562 US', 'US', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20204, 'a4ba76', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20205, '00c02d', 0, 'Fuji Photo Film Co, Ltd', '798 MIYANODAI KAISEI-MACHI JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20206, '0030b9', 0, 'Ectel', '22240 COMSAT DRIVE CLARKSBURG MD 20871 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20207, '001217', 0, 'Cisco-Linksys, Llc', '121 Theory Dr. Irvine CA 92612 US', 'US', 'MA-L', '2004-08-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20208, '0050c23e1', 0, 'NeuLion Inc', '1600 Old Country Road Plainview NY 11803 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20209, '00183c', 0, 'Encore Software Ltd', '6F Leo Complex Bangalore Karnataka 560025 IN', 'IN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20210, 'a8e018', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20211, '14307a', 0, 'Avermetrics', '2973 Glendale Blvd. Los Angeles CA 90039 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20212, '74daea', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20213, '00010e', 0, 'Bri-Link Tech Co, Ltd', '2F, No. 63, Chow-Tze Street Taipei 114 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20214, '00502b', 0, 'Genrad Ltd', 'ORION BUSINESS PARK UNITED KINGDOM SK3 OXG GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20215, '70b3d5e06', 0, 'System West dba Ics Electronics', '7034 Commerce Circle Suite A Pleasanton CA 94588 US', 'US', 'MA-S', '2019-06-17', '2019-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20216, 'b86685', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20217, '583526', 0, 'Deeplet Tech Corp', '5F,No.9,Lane235,Pao-Chiao Rd., Hsin-Tien, New Taipei City 23145 TW', 'TW', 'MA-L', '2019-07-11', '2019-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20218, '00e0be', 0, 'Genroco International, Inc', '255 ENDERS COURT SLINGER WI 53086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20219, '9802d8f', 1, 'Private', '', '', 'MA-M', '2015-02-16', '2015-02-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20220, 'b8c855', 0, 'Shanghai Gbcom Communication Tech Co, Ltd', 'Room 602, Building 6, No. Shanghai 200241 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20221, '0050c2000', 0, 'T.L.S. Corp', '1241 Superieor Ave E Cleveland OH 44114 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20222, '0050c2082', 0, 'Gfi Chrono Time', '121 rue des Guillees CHAURAY 79180 FR', 'FR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20223, '5440ad', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20224, '406a8e', 0, 'Hangzhou Puwell OE Tech Ltd', 'Letel Technology Park, 500 Qiuyi Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20225, '70b3d5e91', 0, 'Nas Australia P/L', '28 Newstead Terrace Newstead QLD 4006 AU', 'AU', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20226, '00e04d', 0, 'Internet Initiative Japan, Inc', '1-4, SANBAN-CHO, CHIYODA-KU TOKYO 102 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20227, '000ab1', 0, 'Genetec Corp', 'BYGS Shinjyuku Bldg. 5F Shinjuku-ku Tokyo 162-0022 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20228, '0050c2d9b', 0, 'Intuitive Surgical, Inc', '1266 Kifer Road Sunnyvale CA 94086 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20229, '001bc504f', 0, 'Orbital Systems, Ltd', '3807 Carbon Rd. Irving TEXAS 75038 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20230, '0015f4', 0, 'Eventide', '1 Alsan Way Little Ferry NJ 07643 US', 'US', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20231, '001cbe', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2007-06-16', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20232, '0c5a9e', 0, 'Wi-Sun Alliance', '275 Tennant Avenue, Suite 202 Morgan Hill CA 95037 US', 'US', 'MA-L', '2015-12-17', '2015-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20233, '5cb066', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20234, '2cd02d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20235, '0050c20ca', 0, 'J D Richards', '12840 Earhart Ave. Auburn CA 95602 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20236, '0050c2d45', 0, 'Technagon GmbH', 'Grafenauer Str. 22 Freyung Bavaria 94078 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20237, '70b3d5e22', 1, 'Private', '', '', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20238, '00132d', 0, 'iWise Communications', 'Unit 3C, Arden Grove Cape Town 7441 ZA', 'ZA', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20239, '0050c29a3', 0, 'Computerwise, Inc', '302 N. Winchester Olathe KS 66062 US', 'US', 'IAB', '2008-11-13', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20240, 'd47c44b', 0, 'OPTiM Corp', '1 Honjo-machi Saga 840-8502 JP', 'JP', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20241, '5859c2', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2019-07-10', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20242, 'b8e3ee', 0, 'Universal Electronics, Inc', '201 E. Sandpointe Ave Santa Ana CA 92707 US', 'US', 'MA-L', '2020-02-05', '2020-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20243, '0050e7', 0, 'Paradise Innovations (Asia)', 'PTE. LTD. SINGAPORE 554914 SG', 'SG', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20244, '00d0dc', 0, 'Modular Mining Systems, Inc', '3289 E. HEMISPHERE LOOP TUCSON AZ 85706 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20245, 'b88981', 0, 'Chengdu InnoThings Tech Co, Ltd', 'West Port Technology Enterprise Incubator Park Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20246, '9c431e3', 0, 'Advanced Logic Tech (Alt) sa', 'Route de Niederpallen, 30H Redange-sur-Attert Luxembourg 8506 LU', 'LU', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20247, '0c73eb6', 0, 'Green Fox Electro AS', 'Wessels veg 63 STJORDAL NO-7502 NO', 'NO', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20248, '001c41', 0, 'scemtec Transponder Tech GmbH', 'Wehrstr. 1 Gummersbach NRW 51645 DE', 'DE', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20249, '00256c', 0, 'Azimut Production Association Jsc', '2-B Ataeva Street Makhachkala Dagestan 367005 RU', 'RU', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20250, '7032d5', 0, 'Athena Wireless Communications Inc', '12425 W Bell Rd Surprise AZ 85378 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20251, '70b3d5079', 0, 'CheckBill Co, Ltd', 'jiksan-eup, Seobuk-gu 28, 4sandan 5-gil Cheonan-si Chungcheongnam-do 331-814 KR', 'KR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20252, '54f294', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20253, '043f72', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2019-09-26', '2019-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20254, '00067b', 0, 'Toplink C&C Corp', '6F-15, No. 12, Lane 609, Sec. 5 Taipei Hsien 241 TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20255, '0012ac', 0, 'Ontimetek Inc', '9Fl.,Owner\'s Tower Sungnam-Si Kyunggi-Do 463-825 KR', 'KR', 'MA-L', '2004-10-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20256, '683b1e', 0, 'Countwise Ltd', '1149 Sawgrass Corporate Parkway Sunrise Florida 33323 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20257, 'a00363', 0, 'Robert Bosch Healthcare GmbH', 'Stuttgarter Stra Waiblingen Baden-Württemberg 71332 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20258, 'bc3400d', 0, 'Hangzhou Linker Digital Tech Co, Ltd', '4-5F, C Building, Jinrun Tech-Garden, 399# Qiuyi Road, Binjiang District Hangzhou ZheJiang 310052 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20259, 'f8c397', 0, 'Nzxt Corp Ltd', '13164 E. Temple Ave. City of Industry California 91746 US', 'US', 'MA-L', '2014-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20260, '0016ad', 0, 'BT-Links Co Ltd', 'Rm 802, Nan Fung Centre, 264-298 Castle Peak Rd HK', 'HK', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20261, '001988', 0, 'Wi2Wi, Inc', '2107 N. 1st Street San Jose CA 95131 US', 'US', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20262, '3034d2', 0, 'Availink, Inc', 'Scotia Centre P.O. Box 268GT,Grand Cayman, Cayman Islands Grand Cayman Grand Cayman 999159 KY', 'KY', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20263, '0050c20fb', 0, 'Piusys Co, Ltd', 'Daemyoung Bldg, 5F Seoul 137-886 KR', 'KR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20264, '0050c29c0', 0, 'Stuyts Engineering Haarlem BV', 'Hogeweg 40 Zandvoort Noord-Holland 2042GH NL', 'NL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20265, 'c8d590', 0, 'Flight Data Systems', '31 MCGREGORS DRIVE KEILOR PARK VICTORIA 3042 AU', 'AU', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20266, 'b4a2eb1', 0, 'Dci International, Llc', '305 N Springbrook Road Newberg OR 97132 US', 'US', 'MA-M', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20267, 'a438fc', 0, 'Plastic Logic', '650 Castro St., Suite 500 Mountain View CA 94041 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20268, '88e7a6', 0, 'iKnowledge Integration Corp', '10F No.2, Sec. 3, Xinsheng S. Rd., Taipei 10660 TW', 'TW', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20269, '146b9c', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20270, '0020df', 0, 'Kyosan Electric Mfg. Co, Ltd', '2-29, HEIAN-CHO, TSURUMI-KU JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20271, '0050c2ff0', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2012-11-04', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20272, '70b3d5f62', 0, 'Frs GmbH & Co KG', 'Weingartenstr. 1-3 Dortmund NW 44263 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20273, '58fcdbb', 0, 'Swarco Traffic Systems GmbH', 'Kelterstr. 67 Unterensingen Baden-Württemberg 72669 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20274, '00a0ff', 0, 'Tellabs Operations Inc', '1000 REMINGTON BLVD. 60440 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20275, '000193', 0, 'Hanbyul Telecom Co, Ltd', '5th Fl. Oksan Bldg. KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20276, 'b8ffb3', 0, 'MitraStar Tech Corp', 'No. 6, Innovation Road II, Hsinchu 300 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20277, 'e41e0a1', 0, 'Connected Cars A/S', 'Park Allé 355 Brøndby 2605 DK', 'DK', 'MA-M', '2019-01-29', '2019-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20278, '0090f3', 0, 'Aspect Communications', '1310 Ridder Park Drive San Jose CA 95131-2313 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20279, '70b3d5a4f', 0, 'Weltek Tech Co Ltd', 'Flat A-B, 12/F, Block 1, Wah Fung Ind. Centre, 33-39 Kwai Fung Crescent, Kwai Chung, N.T. HK 852 HK', 'HK', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20280, '0050c2d7e', 0, 'Lynx Technik AG', 'Brunnenweg 3 Weiterstadt Hessen 64331 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20281, '645dd7', 0, 'Shenzhen Lifesense Medical Electronics Co, Ltd', 'China Academy of Science and Technology Development, Room 19A Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20282, '206e9c', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20283, '70b3d5500', 0, 'Mistral Solutions Pvt. Ltd', 'No. 60 Adarsh Regent 100 Ft Ring Road Bangalore Karnataka 560071 IN', 'IN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20284, '000b47', 0, 'Advanced Energy', '1625 Sharp Point Drive Fort Collins Colorado 80525 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20285, '0050c290f', 0, 'Integra Biosciences AG', 'Schoenbuehlstrasse 8 Chur Graubuenden 7000 CH', 'CH', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20286, 'e42771', 0, 'Smartlabs', '72, Oktyabrskaya Street Moscow 127521 RU', 'RU', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20287, '94f665', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-02-07', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20288, '08ed02a', 0, 'Victiana Srl', 'Strada A. Hasdeu, nr. 66/3 Chisinau MD-2001 MD', 'MD', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20289, 'e45d37', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20290, '002676', 0, 'COMMidt AS', 'Kikregata 57-59 Levanger Nord-Troendelag 7600 NO', 'NO', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20291, '904ce5', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20292, '0018b5', 0, 'Magna Carta', 'Naritaweg 126 Amsterdam Noord Holland 1043 CA NL', 'NL', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20293, '001de5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20294, '0050c2e51', 0, 'Motec Pty Ltd', '121 Merrindale Drive Croydon South Victoria 3136 AU', 'AU', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20295, 'c819f7', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20296, '40d85510d', 0, 'Rite-Tech Industrial Co, Ltd', '10F, No. 5, Sec. 1, Tun-Hua S. Rd., Taipei 105 TW', 'TW', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20297, '783a84', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20298, '000276', 0, 'Primax Electronics Ltd', 'No. 669, Ruey Kuang Road, Neihu Taipei Taiwan, R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20299, '000f0b', 0, 'Kentima Tech AB', 'Box 174 Staffanstorp Skåne 245 44 SE', 'SE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20300, 'c863149', 0, 'Maxcom S.A.', 'Towarowa 23A Tychy 43-100 PL', 'PL', 'MA-M', '2019-01-15', '2019-01-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20301, '6462665', 0, 'Bühler AG', 'Gupfenstrasse 5 Uzwil 9240 CH', 'CH', 'MA-M', '2019-12-18', '2019-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20302, 'f80278b', 0, 'Rosemount Analytical', '10241 West Little York, Suite 200 Houston, TX 77040 Texas 77040 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20303, '3c427e5', 0, 'Geoplan Korea', 'Simin-ro 327-7 DaeMyung Bldg #614 AnYang 15044 KR', 'KR', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20304, '98b8ba', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2019-02-14', '2019-02-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20305, '000f3c', 0, 'Endeleo Ltd', '78 Cannon Street London England EC4N 6NQ GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20306, '74e14aa', 0, 'AStar Design Service Tech Co, Ltd', '3F, No219-1, Jianguo Rd. Sindian Dist. New Taipei City Taiwan 23142 TW', 'TW', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20307, '000b33', 0, 'Vivato Tech', '444 Cedros Ave Solana Beach CA 92027 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20308, '0050c2468', 0, 'Network I/O', '6703 Rain Creek Parkway Austin TX 78759 US', 'US', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20309, '0019d5', 0, 'IP Innovations, Inc', '1517 146th Ave Dorr MI 49323 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20310, '34c059', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20311, '686e48', 0, 'Prophet Electronic Tech Corp, Ltd', '9F ,3 Building,No 1535,Hongmei Road ,Xuhui District Shanghai Shanghai 200233 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20312, '902e1c', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20313, '70b3d5c6e', 0, 'Orion Tech, Llc', '12605 Challenger Pkwy, Ste 130 ORLANDO FL 32826 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20314, '000261', 0, 'Tilgin AB', 'Finlandsgatan 40 kista 12345 SE', 'SE', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20315, '00d0da', 0, 'Taicom Data Systems Co, Ltd', '45, WU-KUNG 5 ROAD TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20316, '0050c2650', 0, 'Liquid Breaker, Llc', '2221 Rutherford Rd. Carlsbad California 92008 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20317, '2c6a6f3', 0, 'Cloudproject Generation Srl', 'Via Melchiorre Gioia 82 MILANO MI 20125 IT', 'IT', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20318, '240d6c', 0, 'Smnd', '16-39, LS-ro 91 beon-gil, Dongan-gu Anyang-si Gyeonggi-do 14119 KR', 'KR', 'MA-L', '2017-09-10', '2017-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20319, '000114', 0, 'Kanda Tsushin Kogyo Co, Ltd', '23-2, Nishi-Gotanda 2-chome, Tokyo 141-8533 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20320, '000621', 0, 'Hinox, Co, Ltd', '15-7 3-chome, Sennin-cho, 193-0835 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20321, 'b01f817', 0, 'Aether Services, Inc', '1A2-A08, No.1, Lising 1st RD. Hsinchu City Hsinchu 30078 TW', 'TW', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20322, '78bdbc', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2015-03-03', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20323, '70b3d55d8', 0, 'Lynx Technik AG', 'Brunnenweg 3 Weiterstadt Hessen 64331 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20324, '70b3d5ff6', 0, 'Elektro Adrian', 'Via Garibaldi no.1 Predazzo Trento 38037 IT', 'IT', 'MA-S', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20325, '00c06f', 0, 'Komatsu Ltd', '2597 SHINOMIYA HIRATSUKA-SHI JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20326, '40d85501d', 0, 'Scharco Elektronik GmbH', 'Tilsiter Strasse 8 Wuppertal NRW 42277 DE', 'DE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20327, '24dab6', 0, 'Sistemas de Gestión Energética S.A. de C.V', 'Calzada de los Fresnos 70-A Zapopan Jalisoc 45010 MX', 'MX', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20328, 'd425ccb', 0, 'Veea', '164 E183rd street New York NY 10028 US', 'US', 'MA-M', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20329, '0007f2', 0, 'Ioa Corp', '350 Potrero Ave. Sunnyvale CA 94085 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20330, '0050c21df', 0, 'Lulea University of Tech', 'University Campus Lulea Norrbotten SE-971 87 SE', 'SE', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20331, '58e8768', 0, 'Chengdu Vision-Zenith Tech Co, Ltd', '3rd Floor,Unit 1 Building 6,No.88 of Tianchen Road West Science Park, Hi-tech zone west Chengdu Sichuan 610000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20332, 'b05365', 0, 'China Mobile Iot Co Ltd', 'NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN', 'CN', 'MA-L', '2018-02-18', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20333, '00e0db', 0, 'ViaVideo Communications, Inc', '8900 SHOAL CREEK BLVD. AUSTIN TX 78757 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20334, '549359', 0, 'Shenzhen Twowing Tech Co, Ltd', 'F 4th ,5th , 6th, No.6 Building, Shenzhen Guangdong 518129 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20335, '7c6d62', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20336, '001bc5033', 0, 'JE Suunnittelu Oy', 'Teollisuustie 16 Pietarsaari 68600 FI', 'FI', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20337, 'ac3d75', 0, 'Hangzhou Zhiway Tech Co, Ltd', 'FLOOR12B,BUILDING E,PARADISE SOFTWARE PARK,NO.3 XIDOUMEN ROAD, HANGZHOU ZHEJIANG 310012 CN', 'CN', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20338, 'ec5a86', 0, 'Yulong Computer Telecommunication Scientific (Shenzhen) Co, Ltd', 'Road NO2, West of Industrial Park,North of Science & Technology Park Dongguan Guangdong 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20339, '70b3d5daa', 0, 'AmTote Australasia', 'Unit3, 28 LeightonPlace. HORNSBY NSW 2077 AU', 'AU', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20340, '00c011', 0, 'Interactive Computing Devices', '1735 TECHNOLOGY DRIVE-STE #720 SAN JOSE CA 95110 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20341, '0004ea', 0, 'Hewlett Packard', 'MAIL STOP 42LE CUPERTINO CA 95014 US', 'US', 'MA-L', '2001-01-24', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20342, '70b3d53f5', 0, 'Dolby Laboratories, Inc', '100 Potrero Avenue San Francisco CA 94103-4938 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20343, '94cc04e', 0, 'SynchronicIT BV', 'Spoorstraat 155, room 413 Gennep Nederland 6591 GT NL', 'NL', 'MA-M', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20344, 'e01e07', 0, 'Anite Telecoms US. Inc', '106 Vista Centre Dr Forest VA 24551 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20345, '70b3d53e4', 0, 'Neptec Tech Corp', '302 Legget Drive Kanata Ontario K2K 1Y5 CA', 'CA', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20346, '0050c2202', 0, 'Audio Riders Oy', 'Jarvihaantie 4 Klaukkala 01800 FI', 'FI', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20347, '98aafc3', 0, 'Nexus Electrical(Jiaxing) Ltd', 'No 1438,Jiachuang Road,Xiuzhou Industrial Park, Jiaxing Zhejiang 314031 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20348, '70b3d56bf', 0, 'Otto Bihler Maschinenfabrik GmbH & Co KG', 'Lechbrucker Str. 15 Halblech 87642 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20349, '70b3d5772', 0, 'enModus', 'Cas-Gwent Chambers, Welsh Street Chepstow Monmouthshire NP165X GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20350, 'a47886', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2017-02-21', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20351, '9c69b4a', 0, 'Beijing Picohood Tech Co, Ltd', 'Room 504A, Building E, Lize Middle Yard, Wangjing Science and Technology Venture Park, Chaoyang District BEIJING BEIJING 100102 CN', 'CN', 'MA-M', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20352, '000494', 0, 'Breezecom, Ltd', 'Atidim Technology Park IL', 'IL', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20353, 'f897cf', 0, 'Daeshin-Information Tech Co, Ltd', '6F, Chungwon Bldg., 828-5 Yuksam-Dong,Kangnam-Gu, Seoul 135935 KR', 'KR', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20354, '984be1', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2010-11-24', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20355, 'e8481f', 0, 'Advanced Automotive Antennas', 'Pol.Ind Can Mitjans s/n Viladecavalls Barcelona 08232 ES', 'ES', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20356, 'f8f1b6', 0, 'Motorola Mobility Llc, a Lenovo Co', '600 North US Highway 45 Libertyville IL 60048 US', 'US', 'MA-L', '2013-06-20', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20357, '382a19', 0, 'Technica Engineering GmbH', 'Leopoldstraße 236 Munich 80807 DE', 'DE', 'MA-L', '2019-08-29', '2019-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20358, '0050c215c', 0, 'Aoptix Tech', '580 Division St. Campbell CA 95008 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20359, 'b45253', 0, 'Seagate Tech', '1280 Disc Drive Shakopee MN 55379 US', 'US', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20360, '5cd4ab', 0, 'Zektor', '12675 Danielson Ct. Ste 401 Poway CA 92064 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20361, '80d733', 0, 'Qsr Automations, Inc', '2301 Stanley Gault Pkwy Louisville KY 40223 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20362, '4011751', 0, 'Fujian Kuke3D Tech Co, Ltd', 'No.33, R&D Building, No. 1, Donghu Road, Digital Fujian Industrial Park, Changle District Fuzhou Fujian 350200 CN', 'CN', 'MA-M', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20363, '0050c2297', 0, 'Kinetics', 'P.O.BOX 50 BEN-GURION AIRPORT 79100 IL', 'IL', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20364, '0021e9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2008-10-25', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20365, '4439c4', 0, 'Universal Global Scientific Industrial Co, Ltd', '141,Lane351,Taiping Rd.Sec.1 nan tou 542 TW', 'TW', 'MA-L', '2013-03-10', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20366, '0050c2ad4', 0, 'Global Rainmakers Inc', '10 East 53rd St. New York NY 10022 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20367, '101248', 0, 'Itg, Inc', 'YASUHARA BLDG 302, 1-42-6, ITABASHI, ITABASHI-KU TOKYO 173-0004 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20368, '2c7e81', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20369, '3c71bf', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2018-04-22', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20370, '008048', 0, 'Compex Inc', '4055 EAST LA PALMA ANAHEIM CA 92807 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20371, '001be6', 0, 'VR AG', 'Rütistrasse 18 Schlieren CH-8952 CH', 'CH', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20372, '248894', 0, 'shenzhen lensun Communication Tech Ltd', 'RM 201, Block 19, Zhiheng industry Park, Nantou Check point Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20373, 'e0f442', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20374, '000f31', 0, 'Allied Vision Tech Canada Inc', '101-3750 North Fraser Way Burnaby BC V5J 5E9 CA', 'CA', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20375, '0050c2b97', 0, 'ikerlan', 'jm arizmendiarrieta, 2 mondragon guipuzcoa 20500 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20376, 'b4d8a9', 0, 'BetterBots', '1600 Wilson Way SE, Ste. 9 Smyrna GA 30082 US', 'US', 'MA-L', '2011-10-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20377, '284121', 0, 'OptiSense Network, Llc', '1308 10th Street Bridgeport TX 76426 US', 'US', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20378, '5ccf7f', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2015-07-23', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20379, '0050c2764', 0, 'Argus-Spectrum', '65, Serdobolskaya str. St-Peterburg 197342 RU', 'RU', 'IAB', '2007-05-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20380, '001fb4', 0, 'SmartShare Systems', 'Tonsbakken 16-18 Skovlunde DK-2740 DK', 'DK', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20381, '0006f9', 0, 'Mitsui Zosen Systems Research Inc', '11-1, Uno 1-chome 706-0011 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20382, '68876b', 0, 'Inq Mobile Ltd', '6 Hester Road Battersea London SW11 4AN GB', 'GB', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20383, 'f4b549', 0, 'Xiamen Yeastar Information Tech Co, Ltd', '3/F, No. 46 Guanri Road, 2nd Software Park Xiamen Fujian 361006 CN', 'CN', 'MA-L', '2011-03-17', '2016-07-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20384, '90b931', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20385, '40167e', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20386, '70b3d5edc', 0, 'J.D. Koftinoff Software, Ltd', '4-3600 Pleasant Valley Rd. Vernon B.C V1T4L6 CA', 'CA', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20387, '00e0e9', 0, 'Data Labs, Inc', '444 NORTH FREDERICK AVE. GAITHERSBURG MD 20877 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20388, '0080aa', 0, 'Maxpeed', '1120 CHESS DRIVE FOSTER CITY CA 94404 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20389, '282986', 0, 'Apc by Schneider Electric', '800 Federal St. Andover MA 01810 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20390, '60b387', 0, 'Synergics Tech GmbH', 'Hummelgasse 74-76/19 Vienna Austria 1130 AT', 'AT', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20391, '70b3d530c', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20392, 'a43a69', 0, 'Vers Inc', 'PO Box 5265 Wayland MA 01778 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20393, '00d09b', 0, 'Spectel Ltd', '21 STILLORGAN INDUSTRIAL PARK IE', 'IE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20394, '34c99d', 0, 'Eidolon Communications Tech Co Ltd', 'Room 603, 6/F., Wanchai Central Building, 89 Lockhart Road, Wanchai, HK', 'HK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20395, 'a4da3f', 0, 'Bionics Corp', '1406 Masters Tower Seoul 121-748 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20396, '38fdfe4', 0, 'New Telecom Solutions Llc', 'Kedrova 15 Moscow Moscow 117036 RU', 'RU', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20397, 'fcb10d', 0, 'Shenzhen Tian Kun Tech Co, Ltd', 'Layer 8,Nanyuan Maple Building,No.1088 Nanshan Avenue,Nanshan Street,Nanshan District,Shenzhen Shenzhen Guangdong 518048 CN', 'CN', 'MA-L', '2018-04-10', '2018-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20398, '00e0f7', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20399, '008002', 0, 'Satelcom (UK) Ltd', 'TECHNOLOGY TRANSFER CENTRE ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20400, '003021', 0, 'Hsing Tech Enterprise Co, Ltd', '2F, NO. 22, ALLLEY 38, LANE 91 TAIPEI TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20401, '0050c2c20', 0, 'Src Computers, Llc', '4240 N. Nevada Avenue Colorado Springs CO 80907 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20402, '70b3d5c4f', 0, 'AE Van de Vliet Bvba', 'INDUSTRIEDIJK 14 TURNHOUT ANTWERPEN 2300 BE', 'BE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20403, '00c01a', 0, 'Corometrics Medical Systems', '61 BARNES PARK ROAD NORTH WALLINGFORD CT 06492-0333 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20404, '000d62', 0, 'Funkwerk Dabendorf GmbH', 'Maerkische Strasse Dabendorf Brandenburg 15806 DE', 'DE', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20405, '04f7e4', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20406, 'd04f7e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20407, '000390', 0, 'Digital Video Communications, Inc', '500 W. Cummings Park Woburn MA 07801 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20408, '0050c2eb5', 0, 'Covidence A/S', 'Strandvejen 2A Roende 8410 DK', 'DK', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20409, '8896f2', 0, 'Valeo Schalter und Sensoren GmbH', 'Laiernstrasse 12 Bietigheim-Bissingen Germany 74321 DE', 'DE', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20410, '00e084', 0, 'Compulite R&D', '3 HAROSHET STR. NEW IND. ZONE RAMAT-HASHARON 47279 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20411, '001c54', 0, 'Hillstone Networks Inc', 'A-1905 e-Wing Center Beijing 100086 CN', 'CN', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20412, '00201c', 0, 'Excel, Inc', '355 OLD PLYMOUTH ROAD SAGAMORE BEACH MA 02562 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20413, '3c591e', 0, 'Tcl King Electrical Appliances (Huizhou) Co, Ltd', '7/FTCL Multimedia Building, TCL International E City, No.1001 Zhongshanyuan Road, Nanshan Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20414, 'bc4760', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-11-24', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20415, '2c002c', 0, 'Unowhy', '11, rue Tronchet Paris 75008 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20416, '8c0fa0', 0, 'di-soric GmbH & Co KG', 'Steinbeisstrasse 6 Urbach 73660 DE', 'DE', 'MA-L', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20417, '28317e', 0, 'Hongkong Nano IC Tech Co, Ltd', 'Rm. 19C, Lockhart Ctr., 301-307 Lockhart Rd., Wan Chai, Hong Kong. Hongkong 999077 CN', 'CN', 'MA-L', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20418, '0090ef', 0, 'Integrix, Inc', '2001 CORPORATE CENTER DRIVE NEWBURY PARK CA 91320 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20419, '0024a3', 0, 'Sonim Tech Inc', '1875 S.Grant Street Sanmateo CA 94402 US', 'US', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20420, '001662', 0, 'Liyuh Tech Ltd', '4F, No.19, Ln.221, Ganqian Rd., Neihu District Taipei 114 TW', 'TW', 'MA-L', '2005-11-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20421, '001d7b', 0, 'Ice Energy, Inc', '9351 Eastman Park Drive Windsor Colorado 80550 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20422, '38efe3', 0, 'Ingenico Terminals Sas', '28-32 BOULEVARD DE GRENELLE PARIS 75015 FR', 'FR', 'MA-L', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20423, '00607e', 0, 'Gigalabs, Inc', '290 SANTA ANA COURT SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20424, '000e24', 0, 'Huwell Tech Inc', '1F 82-21, Majin Building Seoul 135-010 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20425, '34e1d11', 0, 'Sama NextGen Pte Ltd', '16 Collyer Quay, #21-00 Income AT Raffels, Singapore 049318 Singapore 049318 SG', 'SG', 'MA-M', '2019-01-11', '2019-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20426, '001afa', 0, 'Welch Allyn, Inc', '4619 Jordan Road Skaneateles Falls NY 13153-0187 US', 'US', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20427, '207852', 0, 'Nokia', 'Karaportti 3 Espoo Finland 02610 FI', 'FI', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20428, '00176f', 0, 'Pax Computer Tech(Shenzhen) Ltd', '4/F, No.3 Building, Software Park, Second Central Science-Tech Road, High-Tech Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20429, '7cc8d7', 0, 'Damalisk', 'Coriolis 2 ECUISSES 71210 FR', 'FR', 'MA-L', '2011-10-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20430, '141877', 0, 'Dell Inc', 'One Dell way Round Rock 78682 US', 'US', 'MA-L', '2015-06-13', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20431, '000a7d', 0, 'Valo, Inc', '1351 Redwood Way Petaluma CA 94954 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20432, '000de8', 0, 'Nasaco Electronics Pte. Ltd', 'Level 4, Nasaco Tech Centre 486056 SG', 'SG', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20433, '0050c247c', 0, 'Auconet GmbH', 'Rudower Chaussee 31 Berlin 12489 DE', 'DE', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20434, '001d38', 0, 'Seagate Tech', 'M/S NW1F01 Longmont CO 80503 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20435, '0050c2d50', 0, 'Solbrig Electronics, Inc', '1201 Clubhouse Dr. Broomfield CO 80020 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20436, '20b7c0', 0, 'Omicron electronics GmbH', 'Oberes Ried 1 Klaus 6833 AT', 'AT', 'MA-L', '2011-03-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20437, '0003eb', 0, 'Atrica', '5 Shenkar St. P.O.B. 12231 46733 46733 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20438, '0004fd', 0, 'Japan Control Engineering Co, Ltd', '1-5-1, Higashiamagawa, Takatsuki-shi JP', 'JP', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20439, '1cc1de', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2010-04-11', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20440, 'a0a65c', 0, 'Supercomputing Systems AG', 'Technoparkstrasse 1 Zurich ZH 8005 CH', 'CH', 'MA-L', '2015-03-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20441, '1cb796', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20442, '48794d', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20443, '000355', 0, 'TeraBeam Internet Systems', '14833 NE 87th St., Bldg. C Redmond WA 98052 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20444, '001e41', 0, 'Microwave Communication & Component, Inc', '#204, WOOLIM LION`S VALLEY 2, 680 Seoul 150-787 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20445, 'a00798', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20446, '50af73', 0, 'Shenzhen Bitland Information Tech Co, Ltd', '1-4F,44 Building,Tanglang Industrial Park and 1-6F,#7 Building,XiLi Tongfuyu Industrial Town,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20447, '001ea1', 0, 'Brunata a/s', 'Vesterlundvej 14 Herlev 2730 DK', 'DK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20448, '0025f3', 0, 'Nordwestdeutsche Zählerrevision', 'Ing. Aug. Knemeyer GmbH & Co. KG Bad Laer Niedersachsen 49196 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20449, '085bda', 0, 'CliniCare Ltd', 'HaSadna 11 Suite 207 Ra\'anana 4365006 IL', 'IL', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20450, 'b8d4e7', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20451, '0008af', 0, 'Novatec Corp', '2-19-2 Nishi-Gotanda Shinagawa-ku Tokyo 141-0031 JP', 'JP', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20452, 'c8b5b7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-06-20', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20453, '001d5b', 0, 'Tecvan Informática Ltda', 'Rua Guaicurus, 145 Diadema São Paulo 09911-630 BR', 'BR', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20454, '90e6ba', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20455, '8cc8f4e', 0, 'Evaporcool Solutions', '5100 Wilfong Road Memphis TN 38134 US', 'US', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20456, '8c61a3', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20457, 'c04121', 0, 'Nokia', 'Karaportti 3 Espoo Finland 02610 FI', 'FI', 'MA-L', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20458, '0050b8', 0, 'Inova Computers GmbH & Co KG', 'SUDETENSTRASSE 5 87600 KAUFBEUREN DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20459, '0011ce', 0, 'Ubisense Ltd', 'St. Andrews House Chesterton Cambridge CB4 1DL GB', 'GB', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20460, 'd8dece', 0, 'Isung Co, Ltd', '92, Huimanggongwon-ro Siheung-si Kyunggido 429-859 KR', 'KR', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20461, '68d93c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20462, '1ca0d36', 0, 'Intertecno Srl Nisuta', 'Av. Belgrano 1209 Capital Federal Buenos Aires 1093 AR', 'AR', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20463, '000e14', 0, 'Visionary Solutions, Inc', '4193 Carpinteria Ave Carpinteria CA 93013 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20464, '0021c0', 0, 'Mobile Appliance, Inc', '#819 Kranz Techno, Seong nam Gyeonggi-Do 462-729 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20465, '70b3d53d2', 0, 'Imagine Inc', '2-24-1-915 Kamiosaki Shinagawa-Ku Tokyo 141-0021 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20466, 'bc6a44', 0, 'Commend International GmbH', 'Saalachstrasse 51 Salzburg Salzburg A-5020 AT', 'AT', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20467, '10768a', 0, 'EoCell', '149 Beaconsfield Street Silverwater NSW 2128 AU', 'AU', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20468, '6455b1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20469, '70b3d5ee6', 0, 'Vaunix Tech Corp', '7 New Pasture Rd Newburyport MA 01950 US', 'US', 'MA-S', '2020-01-23', '2020-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20470, '000a55', 0, 'Markem Corp', '150 Congress Street Keene NH 03431 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20471, '000d16', 0, 'Uhs Systems Pty Ltd', 'PO Box 6264 Alexandria NSW 2015 AU', 'AU', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20472, '24ecd6', 0, 'Csg Science & Tech Co, LtdHefei', 'No.612-1,Huangshan Road,Gaoxin District Hefei Anhui Province 230088 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20473, '70b3d5cb3', 0, 'Kst Tech', 'KST B/D 4-5, Wiryeseong-daero 12-gil Songpa-gu Seoul 05636 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20474, '0011db', 0, 'Land-Cellular Corp', '12054 Miramar Parkway Miramar FL 33025 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20475, '0013d9', 0, 'Matrix Product Development, Inc', '13 North Bird Street Sun Prairie WI 53590 US', 'US', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20476, '70b3d50c8', 0, 'Fin Robotics Inc', '11871 Hilltop Dr, Losaltos Hills Los Altos CA 94024 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20477, '34d0b89', 0, 'Skytech Creations Ltd', 'Flat F, 23/F., Block 2, Kingswin Industrial Building, 32-50 Lei Muk Road Kwai Chung 000000 HK', 'HK', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20478, '401175e', 0, 'Nibble', 'Rua Julio Dinis 265 1D Trofa 4785-330 PT', 'PT', 'MA-M', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20479, 'c4447d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20480, '08001e', 0, 'Apollo Computer Inc', '15 ELIZABETH DRIVE CHELMSFORD MA 01824 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20481, '0011ad', 0, 'Shanghai Ruijie Tech', '27F, 420 Jiangning Rd. Shanghai 200041 CN', 'CN', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20482, '7ca7b0', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO.268? Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20483, '686975', 0, 'Angler Labs Inc', '940 Pearce Mill Rd. Wexford PA 15090 US', 'US', 'MA-L', '2016-08-12', '2016-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20484, '70b3d599b', 0, 'Rch Italia SpA', 'VIA CENDON 39 SILEA TREVISO 31057 IT', 'IT', 'MA-S', '2019-03-07', '2019-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20485, '001417', 0, 'Rse Informations Technologie GmbH', 'Silberbergstrasse 9 Wolfsberg Kärnten 9400 AT', 'AT', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20486, '3cfb96', 0, 'Emcraft Systems Llc', '2191 S. El Camino Real Oceanside CA 92054 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20487, '9cb206', 0, 'Procentec', 'Klopperman 16 Wateringen Zuid Holland 2292JD NL', 'NL', 'MA-L', '2010-01-05', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20488, '0050c2e3a', 0, 'Vocality International Ltd', 'Lydling Barn Guildford Surrey GU86AP GB', 'GB', 'IAB', '2011-08-06', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20489, '74a063', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-01-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20490, '000bab', 0, 'Advantech Tech (China) Co, Ltd', 'No.666, Han-Pu Rd. Yu-Shan Kun-Shan Jiang Su 215316 CN', 'CN', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20491, '001f3d', 0, 'Qbit GmbH', 'Stegwiesenstrasse 32 Bruchsal Germany 76646 DE', 'DE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20492, '3c6a2c7', 0, 'Homegear GmbH', 'Am Schützenplatz 3 Preetz Schleswig-Holstein 24211 DE', 'DE', 'MA-M', '2018-07-10', '2018-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20493, 'a483e7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20494, '8c1f94', 0, 'RF Surgical System Inc', '9740 Appaloosa Road San Diego CA 92131 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20495, '40d8550aa', 0, 'Thermal Imaging Radar, Llc', '1304 N. Redwood Rd. Unit 122 Saratoga Springs Utah 84045 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20496, '0050de', 0, 'Signum Systems Corp', '1211 Flynn Rd, Camarillo CA 93021 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20497, '78929c', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20498, '04b0e7', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20499, '8c683a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20500, '00057e', 0, 'Eckelmann Steuerungstechnik GmbH', 'Berliner Strasse 161 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20501, '30e090', 0, 'Linctronix Ltd,', '​9F-1, No.66, Chongqing Rd., Banqiao Dist., China 22063 TW', 'TW', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20502, '70b3d54e7', 0, 'Digital Domain', '1700 Main St Ste 222 Washougal WA 98671 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20503, '0010bb', 0, 'Data & Information Tech', 'TECHNOLOGY HOUSE BOTTESFORD, NOTTINGHAM NG13 OEL GB', 'GB', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20504, '10baa5', 0, 'Gana I&C Co, Ltd', '154-17 kyoungdong B/D 3F karak-dong songpa-gu Seoul Korea 138-160 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20505, 'c8903e', 0, 'Pakton Tech', '1 Helium St Narangba QLD 4504 AU', 'AU', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20506, '0050c2f80', 0, 'Sys Tec electronic GmbH', 'Am Windrad 2 Heinsdorfergrund D-08468 DE', 'DE', 'IAB', '2012-05-09', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20507, '689361', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20508, '84b8b8', 0, 'Motorola (Wuhan) Mobility Tech Communication Co, Ltd', 'No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN', 'CN', 'MA-L', '2018-12-27', '2018-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20509, '002011', 0, 'Canopus Co, Ltd', 'KOBE HI-TECH PARK 651-22 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20510, '005074', 0, 'Advanced HI-Tech Corp', '1990 EAST GRAND AVE. EL SEGUNDO CA 90505 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20511, '482ae3', 0, 'Wistron InfoComm(Kunshan)Co, Ltd', '168# First Avenue,Kunshan Integrated Free Trade Zone,Kunshan,Jiangsu,China Kunshan Jiangsu 215300 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20512, '9806378', 0, 'Shenzhen Y&D Electronics Information Co, Ltd', '601-602, 6/F, Antenna Building, No 17, Keji North 1st Road, Nanshan District Shenzhen 518055 CN', 'CN', 'MA-M', '2019-05-28', '2019-05-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20513, '0040a6', 0, 'Cray Inc', '655F LONE OAK DRIVE EAGAN MN 55121 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20514, '70b3d5702', 0, 'Sensor Highway Ltd', 'Unit 7, The Quadrangle Romsey United Kingdom SO51 9DL GB', 'GB', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20515, '0017dc', 0, 'Daemyung Zero1', '#809,Hyosung Intellian Anyang-si Gyeonggi-do 431-060 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20516, 'c40880', 0, 'Shenzhen Utepo Tech Co, Ltd', '5/F Western Block, M-8 Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20517, '0009a0', 0, 'Microtechno Corp', '2-33-36 Shimoodanaka Kawasaki Kanagawa 211-0041 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20518, '001502', 0, 'Beta Tech', '15 rue d\'apollo L\'UNION 31240 FR', 'FR', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20519, '4cecef', 0, 'Soraa, Inc', '6500 Kaiser Dr Suite 110 Fremont CA 94555 US', 'US', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20520, '70b3d57c9', 0, 'Council Rock', '11 Centre Park Rochester 14614 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20521, '001c90', 0, 'Empacket Corp', '2-6-3 Nishi-Gotanda Shinagawa Tokyo 141-0031 JP', 'JP', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20522, 'f02408', 0, 'Talaris (Sweden) AB', 'Taljs Sodra Industriomrade Flen 64284 SE', 'SE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20523, '587e61', 0, 'Qingdao Hisense Communications Co, Ltd', 'Qianwangang Road 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2013-05-02', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20524, '8056f2', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-09-12', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20525, '5cea1d', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20526, '00902a', 0, 'Communication Devices, Inc', '85 Fulton Street Boonton NJ 07005-1912 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20527, '0050c22c6', 0, 'Initial Electronic Security Systems', 'Shadsworth Road Blackburn Lancashire BB1 2PR GB', 'GB', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20528, 'a4ed437', 0, 'Wuxi Junction Infomation Tech Inc Co', 'ROOM919,NO.401 XINGYUANBEILU ROAD, LIANGXI DISTRIC,WUXI CITY,JIANGSU PROVINCE WuXi Jiangsu 214000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20529, '0050c2a2b', 0, 'Aprilia Racing S.R.L.', 'VIA MARCONI, 9 NOALE VENEZIA 30033 IT', 'IT', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20530, '70b3d5891', 0, 'Neocontrol Soluções em Automação', 'rua santa fe 100 belo horizonte MG 30320-130 BR', 'BR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20531, '70b3d5090', 0, 'Powercraft Electronics Pvt. Ltd', '305, 3rd FLOOR, BLUE ROSE INDUSTRIAL ESTATE, MUMBAI MAHARASHTRA 400066 IN', 'IN', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20532, '0050c2b6d', 0, 'Sound Metrics Corp', '15029 Bothell Way NE Lake Forest Park WA 98155 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20533, '0050c2c01', 0, 'Quercus Tech, S.L.', 'Antoni Isern 4 baixos Reus Tarragona 43205 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20534, '0004eb', 0, 'Paxonet Communications, Inc', '4046 Clipper Court Fremont CA 94538 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20535, '000dbe', 0, 'Bel Fuse Europe Ltd, UK', '45/46 Riverside 2 Rochester Kent ME2 4DP GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20536, '40d855186', 0, 'Kst Tech', '164-1, KST b/d., Bangi-dong, songpa-gu SEOUL N/A 138-050 KR', 'KR', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20537, '70b3d5751', 0, 'Gnf', '10675 John Jay Hopkins Drive San Diego CA 92121 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20538, '70b3d575f', 0, 'Vocality international T/A Cubic', 'Lydling Barn,Lydling Farm,, Puttenham Lane Godalming Surrey gu8 6ap GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20539, '0080e9', 0, 'Madge Ltd', 'Madge House Maindenhead Berkshire SL6 2HP GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20540, '00d099', 0, 'Elcard Wireless Systems Oy', 'P.O. BOX 120/BECKERINTIC 38 FI', 'FI', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20541, '001a3a', 0, 'Dongahelecomm', '678-3,Jeil-ri,Yanggi-myun,Cheoin-gu Yongin-si Gyeonggi-do 449-821 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20542, '0024ed', 0, 'YT Elec. Co,.Ltd', 'Block B,2 Floor ,Bao Ying Industrial District, Wu Lian Lu Shenzhen 518116 CN', 'CN', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20543, '0050c2ecb', 0, 'Fal Corp', '205 3-7-2 Katsushikaku Tokyo 124-0013 JP', 'JP', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20544, '0488e2', 0, 'Beats Electronics Llc', '1601 Cloverfield Blvd. Santa Monica California 90404 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20545, '142bd2', 0, 'Armtel Ltd', '33A Smolenskaya str. St. Petersburg 196084 RU', 'RU', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20546, '70b3d53e5', 0, 'Ateme', '26 Burospace Bievres IDF 91470', '', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20547, '0050c2046', 1, 'Private', '', '', 'IAB', '2002-08-08', '2002-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20548, '000aaa', 0, 'AltiGen Communications Inc', '47427 Fremont Blvd. Fremont CA 94538 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20549, '20f478', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-03-14', '2019-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20550, '1cc035', 0, 'Planex Communications Inc', 'Planex Volta Bldg., 2-11-9 Ebisu-Nishi,Shibuya-ku,Tokyo 150-0021,Japan Tokyo Tokyo 150-0021 JP', 'JP', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20551, '2c279e2', 0, 'Kunyi electronic Tech (Shanghai) Co, Ltd', '2F, 42th Building, No.1000 Jinhai Road,Pudong Shanghai Shanghai 201206 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20552, 'a4adb8', 0, 'Vitec Group, Camera Dynamics Ltd', 'William Vinten Building Bury St Edmunds Suffolk IP33 3TB GB', 'GB', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20553, 'd0b5c2', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20554, '0cfe5d0', 0, 'Chengdu Ledong Information & Tech Co, Ltd', 'D7-13F, Chengdu Tianfu Software Park, No. 599 Shijicheng South street, Gaoxin District, Chengdu, China Chengdu sichaun 610041 CN', 'CN', 'MA-M', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20555, '0050c2143', 0, 'Aartesys AG', 'Bahnhofplatz 7 Biel CH-2502 CH', 'CH', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20556, '001e27', 0, 'Sbn Tech Co, Ltd', '#706 Industrial Academic Center, Konkuk University, Hwayang-dong, Gwangjin-gu Seoul 143-701 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20557, '0c5521', 0, 'Axiros GmbH', 'Altlaufstrasse 34 Munich Hoehenkirchen Bavaria 85635 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20558, 'c4084a', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2014-04-02', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20559, '049b9c', 0, 'Eadingcore Intelligent Tech Co, Ltd', 'No. 169 Lijia city C District comprehensive 3 layer C3-10 mall,Five-One road Fuzhou Fujian 350000 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20560, '001dbf', 0, 'Radiient Tech, Inc', '2084-A Walsh Ave Santa Clara CA 95050 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20561, 'e839df', 0, 'Askey Computer Corp', '10F,NO.119,CHIENKANG RD,CHUNG-HO,TAIPEI, TAIWAN TAIPEI 235 TW', 'TW', 'MA-L', '2010-05-26', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20562, '000cb2', 0, 'Union Co, Ltd', '14Beon-Gil 17, UiChang-Gu, GyeongSnagNam-Do 641-846 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20563, 'a0f895', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F.,H-3 Building,OCT Eastern lndustrial Park. Nanshan District, Shenzhen GUANGDONG 518053 CN', 'CN', 'MA-L', '2015-05-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20564, '145e45', 0, 'Kaleao Ltd', 'Sheraton House, Castle Park Cambridge CAMBRIDGESHIRE CB3 0AX GB', 'GB', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20565, '00c01b', 0, 'Socket Communications, Inc', '2823 WHIPPLE RD. UNION CITY CA 94587 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20566, '000009', 0, 'Xerox Corp', 'M/S 105-50C WEBSTER NY 14580 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20567, '047d7b', 0, 'Quanta Computer Inc', 'NO. 211, WEN HWA 2RD.,KUEI SHAN HSIANG, TAO YUAN SHIEN, TAIPEI TAIWAN 333 TW', 'TW', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20568, '000085', 0, 'Canon Inc', 'DVTECH. DEV. CENTER DEPT.12 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20569, '0050c204e', 0, 'Industrial Electronic Engineers, Inc', '7740 Lemona Ave. Van Nuys CA 91409-9234 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20570, '000e54', 0, 'AlphaCell Wireless Ltd', '22 Zarhin street Raanana 43662 IL', 'IL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20571, 'a84041', 0, 'Dragino Tech Co, Ltd', '303, Block B, No 8; 349, Jian\'An 1 Road,Bao\'An Shenzhen GuangDong 518101 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20572, 'cc2d8c', 0, 'LG Electronics Inc', '19-1,Cheongho-Ri,Jinwi-Myeon Pyeongtaek Gyeonggi-Do 451-713 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20573, '6cfa89', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20574, '70b3d5805', 0, 'Eurotronik Kranj d.o.o.', 'Stirnova 8 Kranj 4000 SI', 'SI', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20575, '0007f0', 0, 'LogiSync Llc', '1313 Lear Industrial Parkway Avon OH 44011 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20576, '0050c2086', 0, 'Validyne Engineering Corp', '8626 Wilbur Ave. Northridge CA 91324 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20577, '0050c287f', 0, 'Optoelettronica Italia S.r.l.', 'via Vienna 8 Trento Trento 38121 IT', 'IT', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20578, 'e4a7fd', 0, 'Cellco Partnership', 'One Verizon Way Baskin Ridge New Jersey 07920 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20579, '0050c2b5b', 0, 'Timberline Mfg Co', '1050 Lyons Lane Marion IA 52302 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20580, 'd076502', 0, 'Happo Solutions Oy', 'Graanintie 5 MIKKELI 50190 FI', 'FI', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20581, 'c4ae12', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20582, '402c769', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2019-10-23', '2019-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20583, '70b3d5193', 0, 'Era Toys Ltd', 'Room 505, 5th Floor, Beverley Commercial Centre, 87-105 Chatham Road South Tsim Sha Tsui Kowloon 0000 HK', 'HK', 'MA-S', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20584, '00147a', 0, 'Eubus GmbH', 'Gollierstraße 70 Aufgang E 4.Stock Munich Bavaria 80339 DE', 'DE', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20585, '002602', 0, 'Smart Temps Llc', '435 PARK PL CIRCLE SUITE 100 Mishawaka IN 46545 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20586, '001e35', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2007-09-29', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20587, '0050c281f', 0, '2N Telekomunikace a.s.', 'Modranska 621 Prague 143 01 CZ', 'CZ', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20588, '9c6650', 0, 'Glodio Technolies Co, Ltd Tianjin Branch', 'Room 904, No.1-2 LanYuan Road, HuaYuan Industrial Area TianJin TianJin 300384 CN', 'CN', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20589, '344cc8', 0, 'Echodyne Corp', '2380 116th Ave NE Bellevue WA 98004 US', 'US', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20590, '000e1f', 0, 'Tcl Networks Equipment Co, Ltd', 'No.5 Industrial Road,Shekou ShenZhen GuangDong 518067 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20591, '0013c7', 0, 'Ionos Co, Ltd', '1-36-18 Miyasaka Setagaya-ku Tokyo 156-0051 JP', 'JP', 'MA-L', '2005-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20592, '9802d85', 0, 'Ebi Ltd', '1305 Metro Loft Kwai Chung NT HKG HK', 'HK', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20593, '0050c27a4', 0, 'Calibre UK Ltd', 'Cornwall House Bradford West Yorkshire BD8 7JS GB', 'GB', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20594, 'b05ce5', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20595, '00e0d9', 0, 'Tazmo Co, Ltd', '6186 KINOKO, IBARA-SHI OKAYAMA 715 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20596, '34c803', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20597, 'b090d4', 0, 'Shenzhen Hoin Internet Tech Co, Ltd', 'Xusheng Building, No. 4004, Bao’an, Room 1616 Bao’an District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20598, '70b3d52cd', 0, 'Korea Airports Corp', '78 Haneul-gil Gangseo-gu SEOUL 07505 KR', 'KR', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20599, '004085', 0, 'Saab Instruments AB', 'P.O. BOX 1017 SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20600, '00a0a5', 0, 'Teknor Microsysteme, Inc', '616 CURE BOIVIN J7G 2A7 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20601, '9800c6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20602, '78cc2b', 0, 'Sinewy Tech Co, Ltd', '2F., No.179, Dongmin Rd. Toufen City, Miaoli County 351 TW', 'TW', 'MA-L', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20603, '9803d8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20604, '3c8375', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20605, '000b20', 0, 'Hirata Corp', '111 Hitotsugi, Ueki, Kamoto, Kumamoto 861-0198 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20606, '000c38', 0, 'TelcoBridges Inc', '586 Du Chenal Repentigny Quebec J6A 7C5 CA', 'CA', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20607, '000ee8', 0, 'Zioncom Electronics (Shenzhen) Ltd', 'West wing 5/F ., Block 1, GaoXin South Ring Rd/Keji South Rd, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2004-02-12', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20608, 'c0da74', 0, 'Hangzhou Sunyard Tech Co, Ltd', 'No.3888 Jiangnan Ave, Binjiang District, Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20609, 'b4b542', 0, 'Hubbell Power Systems, Inc', '8100 Churchill Ave Leeds AL 35094 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20610, 'b4a9fe', 0, 'Ghia Tech (Shenzhen) Ltd', 'RM 1606, BLDG 3rd, COFCO Clouds Mansion Shenzhen 518101 CN', 'CN', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20611, '00058e', 0, 'Flextronics International GmbH & Co Nfg. KG', 'Schrackgasse 9-15 Kindberg 8650 AT', 'AT', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20612, '000a4d', 0, 'Noritz Corp', '5 Minami-Futami, Akashi-shi Hyogo 674-0093 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20613, 'c4c138', 0, 'OWLink Tech Inc', '760 Roosevelt Irvine CA 92620 US', 'US', 'MA-L', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20614, '0050c291b', 0, 'Embedded Data Systems, Llc', '1446 Gilberts Creek Rd Lawrenceburg KY 40342 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20615, '001bc50bd', 0, 'Bridge Diagnostics, Inc', '1995 57th Court N.Ste 100 Boulder Co 80301 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20616, '1c88799', 0, 'Xingtera China Ltd', '88 Chenhui Rd Bldg 1 Ste 303 Shanghai 201203 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20617, 'eca5de', 0, 'Onyx Wifi Inc', '9891 Irvine Center Drive, Suite 200 Irvine 92618 US', 'US', 'MA-L', '2019-05-10', '2019-05-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20618, '0050c21c6', 0, 'Remco Italia Spa', 'Strada Rivoltana Nuova 53 Vignate MI 20060 IT', 'IT', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20619, '0050c25fb', 0, 'All-Systems Electronics Pty Ltd', '16 Hope Street SEVEN HILLS New South Wales 2147 AU', 'AU', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20620, '981fb1', 0, 'Shenzhen Lemon Network Tech Co, Ltd', 'Changhong Technology Building 1710-11,South NO.12 Road,Nanshan Technology Park,Nanshan District,Shenzhen,China. shenzhen 518100 CN', 'CN', 'MA-L', '2015-12-17', '2015-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20621, '70b3d50de', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20622, '8c147da', 0, 'Bluemega Document & Print Services', '1 Allée de Londres - Batiment Les Bénares Villejust Essonne 91140 FR', 'FR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20623, '00c082', 0, 'Moore Products Co', 'SUMNEYTOWN PIKE SPRING HOUSE PA 19477 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20624, '0050c25ed', 0, 'Aquarotter A Franke Co', 'Parkstrasse 1-5 Ludwigsfelde Brandenburg 14974 DE', 'DE', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20625, '000d6b', 0, 'Mita-Teknik A/S', 'Haandvaerkervej 1 Roedkaersbro DK-8840 DK', 'DK', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20626, '70b3d5d1f', 0, 'Embsec AB', 'Propellervagen 10 Taby Taby 18362 SE', 'SE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20627, '0050c289b', 0, 'Sensata Tech, Inc', '4467 White Bear Parkway White Bear Lake MN 55110 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20628, 'a8741d', 0, 'Phoenix Contact Electronics GmbH', 'Dringenauer Str. 30 Bad Pyrmont - D-31812 DE', 'DE', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20629, '700258', 0, '01db-Metravib', '200 CHEMIN DES ORMEAUX LIMONEST CEDEX RHONE 69578 FR', 'FR', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20630, '147373', 0, 'Tubitak Uekae', 'ANIBAL ST. KOCAELI 41470 TR', 'TR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20631, '0050c2b50', 0, 'Selco', 'ZI DU VAL D OMBREE COMBREE 49520 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20632, '000c44', 0, 'Automated Interfaces, Inc', '120 Confederate Lane Greer South Carolina 29651 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20633, '0050c2b69', 0, 'Thetis S.p.A.', 'Castello, 2737/f Venezia VE 30122 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20634, '207600', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2011-07-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20635, '70b14e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-03-28', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20636, '70b3d565a', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20637, 'b44bd6e', 0, 'Chunghsin International Electronics Co, Ltd', '618-2# Gongren West Road,Jiaojiang, Taizhou Zhejiang 317700 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20638, '0050c219d', 0, 'Electrex S.R.L', 'VIA CLAUDIA 96 SAVIGNANO SUL PANARO MODENA 41056 IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20639, '000ae2', 0, 'Binatone Electronics International, Ltd', 'Floor 23A, 9 Des Voeux Road West Hong Kong China HK', 'HK', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20640, 'a0224e0', 0, 'Kyung In Electronics', '#1411, Byucksan Digital Valley 2, 184, Gasan Digital2-ro, Geumcheon-gu Seoul 08501 KR', 'KR', 'MA-M', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20641, '0022f6', 0, 'Syracuse Research Corp', '6225 Running Ridge Road North Syracuse NY 13212 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20642, '0050c2be4', 0, 'Grupo Epelsa S.L.', 'C/ Albasanz, 6 y 8 Madrid 28037 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20643, 'a0423f', 0, 'Tyan Computer Corp', '3288 Larurelview Court Fremont CA 94538 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20644, '70b3d5e32', 0, 'Herutu Electronics Corp', '62-1 Toyooka-cho, Kita-ku Hamamatsu Shizuoka 433-8103 JP', 'JP', 'MA-S', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20645, '0050c2664', 0, 'Westel Wireless Systems', 'Level 5, 25 Bligh St Sydney NSW 2000 AU', 'AU', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20646, '001dc4', 0, 'Aioi Systems Co, Ltd', 'KDX Omori, Bldg 8F Tokyo 140-0016 JP', 'JP', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20647, '948e89', 0, 'Industrias Unidas SA DE CV', 'CARRETERA PANAMERICANA PASTEJE JOCOTITLAN ESTADO DE MEXICO 50700 MX', 'MX', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20648, 'f06d78', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20649, '70b3d5255', 0, 'Asystems Corp', '10F., No.70, Sec.1, Keelung Rd Taipei Taiwan 11070 TW', 'TW', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20650, '0030b6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20651, '64e625', 0, 'Woxu Wireless Co, Ltd', 'B103 Building1 No.6 Changjianghoujie Nanjing 210000 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20652, '0050c2b1e', 0, 'Abbott Medical Optics', '1700 East St. Andrew Place Santa Ana CA 92705 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20653, '0050c2bd1', 0, 'Ariem Tech Pvt Ltd', '201/202, Trump Towers Bangalore Karnataka 560025 IN', 'IN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20654, '5461ea', 0, 'Zaplox AB', 'Scheelev Lund Sk 22370 SE', 'SE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20655, '48ec5b', 0, 'Nokia', 'Karaportti 3 Espoo Finland 02610 FI', 'FI', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20656, 'e0bab4', 0, 'Arrcus, Inc', '2077 Gateway Pl, Suite 250, San Jose CA 95110 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20657, '00a0bf', 0, 'Wireless Data Group Motorola', '1201 E. WILEY ROAD SCHAUMBURG IL 60173 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20658, '0050c292d', 0, 'APProSoftware.com', 'Bulwar Ikara 29A/2 Wroclaw Dolnoslaskie 54-130 PL', 'PL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20659, '000c43', 0, 'Ralink Tech, Corp', '4F, No.2, Technology 5th Road, Hsin-Chu 200 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20660, '30aabd', 0, 'Shanghai Reallytek Information Tech Co, Ltd', 'Building No.1-906, No.3000 Long Dong Avenue Shanghai 201203 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20661, '042234', 0, 'Wireless Standard Extensions', '1322 Crossman avenue Sunnyvale California 94089 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20662, 'dcb4c4', 0, 'Microsoft Xcg', '1 Microsoft Way Redmond WA 98052 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20663, 'cc9f35', 0, 'Transbit Sp.z o.o.', 'Przyczolkowa 109A Warsaw 02-968 PL', 'PL', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20664, 'e4956e', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-07-13', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20665, '8acba4', 0, 'Resideo', '2 Corporate Center Dr. Melville NY 11747 US', 'US', 'CID', '2016-02-25', '2018-12-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20666, '40ed984', 0, 'Kendrion Kuhnke Automation GmbH', 'Luetjenburger Strasse 101 Malente SH 23714 DE', 'DE', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20667, '00609c', 0, 'Perkin-Elmer Inc', '710 Bridgeport Ave. Shelton CT 06484 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20668, '001aaa', 0, 'Analogic Corp', '8 Centennial Drive Peabody MA 01960 US', 'US', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20669, 'f46f4e', 0, 'Echowell', '7F-8, No. 8, Sec 1, JunShing Rd. New Taipei City 24872 TW', 'TW', 'MA-L', '2018-11-20', '2018-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20670, '0012fe', 0, 'Lenovo Mobile Communication Tech Ltd', 'Xiamen Overseas Chinese Electronic Science Park,Huoju High Technology Development Zone XIA MEN FU JIAN 361009 CN', 'CN', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20671, '0050c2d3c', 0, 'Assystem France', '13 rue Marie Louise Dissard TOULOUSE 31024 FR', 'FR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20672, '8cd17b', 0, 'CG Mobile', '3F Caohejing Software Building, No.461 Hongcao Rd.,XuHui District Shanghai 200233 CN', 'CN', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20673, '70b3d5d5a', 0, 'WyreStorm Tech Ltd', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20674, 'f023b91', 0, 'Ubiant', '2 Place de Francfort Lyon 69003 FR', 'FR', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20675, '70ea5a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20676, '000320', 0, 'Xpeed, Inc', '99 W. Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20677, '00041c', 0, 'ipDialog, Inc', '1762 Technology Drive San Jose CA 95110 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20678, 'b8daf1', 0, 'Strahlenschutz- Entwicklungs- und Ausruestungsgesellschaft mbH', 'Ostdamm 139 Duelmen NRW 48249 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20679, 'e82e24', 0, 'Out of the Fog Research Llc', '565 Clyde Avenue, Suite 620 Mountain View CA 94043 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20680, '70b3d5139', 0, 'Tunstall A/S', 'Niels Bohrs vej 42 Stilling Skanderborg 8660 DK', 'DK', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20681, '70b3d5c0e', 0, 'Sysdev Srl', 'via Lamarmora 16 Torino TO 10128 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20682, '0023cb', 0, 'Shenzhen Full-join Tech Co, Ltd', '9/F,No.1,Xinrui Road,Hourui ,Xixiang Town, Bao\'an District ShenZhen GuangDong 518000 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20683, '0c8411', 0, 'A.O. Smith Water Products', '25589 Hwy 1 McBee SC 29101 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20684, '1c66aa', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-07-16', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20685, '00604b', 0, 'Safe-com GmbH & Co KG', 'Burg Lichtenfels 1 35104 Lichtenfels DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20686, '0080e0', 0, 'Xtp Systems, Inc', '1900 STATE STREET , STE SANTA BARBARA CA 93101 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20687, '001ac2', 0, 'Yec Co, Ltd', '543-9 Tsuruma Machida Tokyo 194-0004 JP', 'JP', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20688, '001f23', 0, 'Interacoustics', 'Drejervaenget 8 Assens DK 5610 DK', 'DK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20689, 'c0eae4', 0, 'Sonicwall', '2001 Logic Drive San Jose CA 95124-3452 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20690, '0050c22a8', 0, 'DVTel Israel Ltd', '4 Hamelacha St. Lod 71520 IL', 'IL', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20691, 'c8ef2e', 0, 'Beijing Gefei Tech Co, Ltd', 'A-603 Power Creative Plaza, NO.1 Shangdi E. Rd.,Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20692, '3c39e73', 0, 'Elsa Japan Inc', 'Mita UT Bldg., 3-42-10 Shiba, Minato-ku, Tokyo 105-0014 JP', 'JP', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20693, 'e4cc9d', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2019-05-07', '2019-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20694, '300d9e', 0, 'Ruijie Networks Co, Ltd', '20# Building,Star-net Science Plaza,Juyuanzhou, 618 Jinshan Road Fuzhou Fujian 350002 CN', 'CN', 'MA-L', '2019-06-17', '2019-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20695, '001f46', 0, 'Nortel Networks', '2221 Lakeside Blvd Richardson 75082 US', 'US', 'MA-L', '2007-12-31', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20696, '001f84', 0, 'Gigle Semiconductor', 'Barcelona Activa - Vivero Glorias Barcelona 08018 ES', 'ES', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20697, '000587', 0, 'Locus, Inc', '5540 Research Park Drive Madison WI 53711 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20698, '001c87', 0, 'Uriver Inc', '3rd., Fl., Bogwang Bldg., Poi-dong, 238-7 Gangnam-gu, Seoul 135-964 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20699, '2c48351', 0, 'Advanced Electronics Co Ltd', 'POBOX 90916, KKIA INDUSTRIAL ESTATE RIYADH CENTRAL 11623 SA', 'SA', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20700, '6c5c3d9', 0, 'IskraUralTEL', 'Komvuzovkaya Ekaterinburg 620137 RU', 'RU', 'MA-M', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20701, '00609f', 0, 'Phast Corp', '79 WEST 4500 SOUTH - BLDG.#14 SALT LAKE CITY UT 84107 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20702, '00d050', 0, 'Iskratel d.o.o.', 'Ljubljanska cesta 24a Kranj 4000 SI', 'SI', 'MA-L', '2000-11-09', '2018-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20703, '00171f', 0, 'Imv Corp', '2-6-10 Takejima Osaka 555-0011 JP', 'JP', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20704, '002631', 0, 'Commtact Ltd', 'Nahal Snir 10 Yazne 81101 IL', 'IL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20705, 'c0b8b1', 0, 'BitBox Ltd', 'Whitney Road Basingstoke Hampshire RG24 8NS GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20706, 'bc66414', 0, 'Argus-Spectrum', 'Serdobolskaya str.,65 St-Petersburg 197342 RU', 'RU', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20707, '70b3d59dc', 0, 'Shanghai Daorech Industry Developmnet Co, Ltd', '21F Hitech Plaza No.488 South Wu Ning Road shanghai shanghai 200042 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20708, '00013e', 0, 'Ascom Tateco AB', 'Box 8783 SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20709, '0050c227a', 0, 'Maestro Pty Ltd', '925 Macs Reef Raod Bywong NSW 2621 AU', 'AU', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20710, '34aaee', 0, 'Mikrovisatos Servisas Uab', 'Savanoriu pr. 125 Kaunas LT44146 LT', 'LT', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20711, '28c718', 0, 'Altierre', '1980 Concourse Drive San Jose United States 95131 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20712, '6cdffb5', 0, 'Greenbird Vertriebs GmbH', 'Georg Sigl-Straße 40-42 Breitenfurt bei Wien Niederösterreich 2384 AT', 'AT', 'MA-M', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20713, '003084', 0, 'Allied Telesyn Internaional', 'CORPORATION SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20714, '00071f', 0, 'European Systems Integration', '455 Promenade Des Anglas FR', 'FR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20715, '20bbc6', 0, 'Jabil Circuit Hungary Ltd', 'Huszár Andor 1. Tiszaújváros H-3580 HU', 'HU', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20716, '188b15', 0, 'ShenZhen ZhongRuiJing Tech Co, Ltd', '4th Floor,Building 3,Meng Liyuan Industrial Park, Yousong Road, Longhua New District,Shenzhen,Guangdong Province,China Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20717, '70b3d5b11', 0, 'Cab S.R.L.', 'VIA CARDUCCI, 41/E SAN GIULIANO MILANESE MILANO 20098 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20718, '0069673', 0, 'Suzhou Radiant Lighting Tech Co, Ltd', 'Jiatai Road West, Shuanglong Industrial Park,Fenghuang Town Zhangjiagang Jiangsu 215600 CN', 'CN', 'MA-M', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20719, '00189d', 0, 'Navcast Inc', 'Suite 612, 6711 Mississauga Road Mississauga ON m2r 1a3 CA', 'CA', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20720, '0050c2d97', 0, 'Ers electronic GmbH', 'Stettiner Str. 3 Germering Bavaraia 82110 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20721, '0017cc', 0, 'Alcatel-Lucent', '601 Data Dr. Plano TX 75075 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20722, '6cffbe', 0, 'Mpb Communications Inc', '147 Hymus Blvd Pointe-Claire Quebec H9R 1E9 CA', 'CA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20723, 'bc3400f', 1, 'Private', '', '', 'MA-M', '2014-04-14', '2014-04-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20724, '70b3d54ff', 0, 'Shanghai AiGentoo Information Tech Co, Ltd', 'No.309 room 2445 14C?Tanggu Road?Hongkou District Shanghai 200080 CN', 'CN', 'MA-S', '2019-08-09', '2019-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20725, '000241', 0, 'Amer.com', '7259 Bryan Dairy Road Largo FL 33777 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20726, '001581', 0, 'Makus Inc', '4F Daedo Bldg. 748-14 Yeoksam-dong, Kangnam-gu Seoul 135-080 US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20727, '1caf05', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20728, 'b46698', 0, 'Zealabs srl', 'via Monte Grappa, 25 Lancenigo di Villorba Italy 31020 IT', 'IT', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20729, '44d1fa', 0, 'Shenzhen Yunlink Tech Co, Ltd', 'Gushu, Xixiang Town, Bao\'an District, Shenzhen City Guangdong Province 518100 CN', 'CN', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20730, '8caedb', 0, 'Nag Llc', 'Predelnaya st 57/2 Ekaterinburg Sverdlovskaya oblast 620161 RU', 'RU', 'MA-L', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20731, '18e288', 0, 'Stt Condigi', 'Agnesfridsvagen 113 A Malmö Skåne 21237 SE', 'SE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20732, '0050c2e77', 0, 'Fr. Sauter AG', 'Im Surinam 55 Basel BS 4016 CH', 'CH', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20733, '002550', 0, 'Riverbed Tech, Inc', '125 Cambridge Park Drive Cambridge MA 02140 US', 'US', 'MA-L', '2009-02-28', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20734, '1cefce', 0, 'bebro electronic GmbH', 'MAx-Planck-Str. 6-8 Frickenhausen 72636 DE', 'DE', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20735, 'c474f8', 0, 'Hot Pepper, Inc', '5151 California Ave., Suite 100, Irvine 92617 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20736, '000079', 0, 'Networth Inc', '8404 ESTERS BOULEVARD IRVING TX 75063 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20737, '0050c2950', 0, 'Tele and Radio Research Institute', 'Ratuszowa 11 Warsaw 03-450 PL', 'PL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20738, '00160a', 0, 'Sweex Europe BV', 'Ampereweg 3 Delft Zuid-Holland 2627 BG NL', 'NL', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20739, '0017b5', 0, 'Peerless Systems Corp', '2381 Rosecrans Avenue, Suite 400 El Segundo CA 90245 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20740, 'd8f0f2', 0, 'Zeebo Inc', '5405 Morehouse Drive San Diego California 92121 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20741, '4c068a', 0, 'Basler Electric Co', '12570 State Route 143 Highland Illinois 62249 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20742, '307496', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-08-06', '2016-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20743, 'fcd2b67', 0, 'Teamly Digital', '11-13 Avenue de Friedland Paris Ile de France 75008 FR', 'FR', 'MA-M', '2018-12-21', '2018-12-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20744, '00c0aa', 0, 'Silicon Valley Computer', '441 N. WHISMAN RD., BLDG.#13 MT. VIEW CA 94043 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20745, '00908e', 0, 'Nortel Networks Broadband Access', '39660 Eureka Drive Newark CA 94560 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20746, '001202', 0, 'Decrane Aerospace - Audio International Inc', '7300 Industry Drive North Little Rock AR 72117 US', 'US', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20747, '0013eb', 0, 'Sysmaster Corp', '5801 Christie Ave. Emeryville CA 94608 US', 'US', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20748, '0015c5', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2005-09-09', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20749, 'b4f1da', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20750, 'e48f34', 0, 'Vodafone Italia S.p.A.', 'Via Lorenteggio nr. 240 Milan Italy 20147 IT', 'IT', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20751, '000946', 0, 'Cluster Labs GmbH', 'Dauerwaldweg 1 Berlin Berlin 14055 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20752, '000eae', 0, 'Gawell Tech Corp', '2F,NO.102,SEC.3,JUNG SHAN RD, JUNG HO CITY, TAIPEI HSIEN 235 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20753, '00174a', 0, 'Socomec', 'rue de Westhouse BENFELD CEDEX 67235 FR', 'FR', 'MA-L', '2006-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20754, '70b3d5190', 0, 'Fantom Wireless, Inc', '156 2nd Street, Suite #614 San Francisco CA 94014', '', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20755, '5ccca0', 0, 'Gridwiz Inc', '4F, 25 Sanun-ro 208beon-gil, Bundang-gu Seongnam Gyeonggi 13460 KR', 'KR', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20756, '38d620', 0, 'Limidea Concept Pte. Ltd', '101 Cecil Street #09-07, Tong Eng Building Singapore Singapore 069533 SG', 'SG', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20757, '70b3d5e38', 0, 'Cursor Systems NV', 'Drevendaal 14 Sint-Katelijne-Waver Antwerpen 2860 BE', 'BE', 'MA-S', '2019-04-19', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20758, '00e0cb', 0, 'Reson, Inc', '300 LOPEZ ROAD GOLETA CA 93117 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20759, '0006ce', 0, 'Dateno', 'Rue Amiral Berenger FR', 'FR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20760, '0050c2dbf', 0, 'One-Nemoto Engineering Corp', 'Tokyo 158-0096 JP', 'JP', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20761, '0030e6', 0, 'Draeger Medical Systems, Inc', '6 Tech Drive Andover MA 01810 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20762, '001b28', 0, 'Polygon, Jsc', '37/1, Karl Marx str., floor 5 Ufa Bashkortostan 450077 RU', 'RU', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20763, '002cc8', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-11-26', '2016-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20764, 'ec9f0d3', 0, 'Waverly Labs Inc', '19 Morris Avenue Brooklyn NY 11205 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20765, '000a5b', 0, 'Power-One as', 'P.O. Box 1543 Drammen 3007 NO', 'NO', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20766, '94652d', 0, 'OnePlus Tech (Shenzhen) Co, Ltd', '18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20767, '70b3d5850', 0, 'Reo AG', 'Brühlerstr. 100 Solingen 42657 DE', 'DE', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20768, '081dfb', 0, 'Shanghai Mexon Communication Tech Co, Ltd', 'Floor4-5, Unit B, Building 5 ,Lane 128, Jiujing Road Shanghai Shanghai 201615 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20769, '14c089', 0, 'Dune HD Ltd', '2F., No.297, Sec. 2, Tiding Blvd., Taipei 11493 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20770, '000885', 0, 'Ems Dr. Thomas Wünsche', 'Sonnenhang 3 DE', 'DE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20771, '70b3d50ec', 0, 'Acs Motion Control', '1 Hataasia St., Ramat Gabriel Industrial Park, Migdal Ha\'Emek Israel 2307037 IL', 'IL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20772, '70b3d5885', 0, 'QuirkLogic', '3600 4th Street SE Calgary Alberta T2G2W3 CA', 'CA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20773, '885fe82', 0, 'Opto Engineering', 'Circonvallazione Sud, 15 Mantova 46100 IT', 'IT', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20774, '00a096', 0, 'Mitsumi Electric Co, Ltd', '2-11-2, Tsurumaki Tama-shi Tokyo 206-8567 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20775, '589396', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2011-11-13', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20776, 'bcb1f3', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-09-24', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20777, '30d357', 0, 'Logosol, Inc', '5041 ROBERT J. MATHEWS PARKWAY EL DORADO HILLS California 95762 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20778, 'a44f29', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-09-21', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20779, '0050c2744', 0, 'Avonaco Systems, Inc', 'A305, International Tech Park Suzhou Jiangsu 215021 CN', 'CN', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20780, '002202', 0, 'Excito Elektronik i Skåne AB', 'Box 126 Löddeköpinge 246 22 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20781, 'b42c92', 0, 'Zhejiang Weirong Electronic Co, Ltd', 'North of South Tanghe Road, Lingxi Town, Wenzhou City Zhejiang Province 325800 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20782, 'c48e8f', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-11-11', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20783, 'a4580f3', 0, 'Engineered SA', 'Avenue des Sports 28 Yverdon-les-Bains VD 1400 CH', 'CH', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20784, '70b3d51b6', 0, 'Dacom West GmbH', 'Schallbruch 19-21 Haan 42781 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20785, '48a6b8', 0, 'Sonos, Inc', '614 Chapala St Santa Barbara CA 93101 US', 'US', 'MA-L', '2018-07-10', '2018-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20786, '08007c', 0, 'Vitalink Communications Corp', '48761 KATO ROAD FREMONT CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20787, '0050c2546', 0, 'Universidad de Chile Facultad de Medicina', 'Avda. Independencia 1027 Santiago RM 8380453 CL', 'CL', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20788, 'bc9cc5', 0, 'Beijing Huafei Tech Co, Ltd', '2 floor, Research building, Guanghua Pioneer Park, No.18, Anningzhuang East Rd, Haidian District, Beijing, China. Beijing Beijing 100085 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20789, '000e0c', 0, 'Intel Corp', '2111 NE 25th Avenue Hillsboro OR 97124 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20790, '0050c2c75', 0, 'Rovsing A/S', 'Dyregaardsvej 2 Skovlunde Copenhagen 2740 DK', 'DK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20791, '000c69', 0, 'National Radio Astronomy Observatory', 'P.O. Box O Socorro NM 87801 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20792, '0012fb', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3Dong, Yeongtong-Gu Suwon-City Gyeonggi-Do 443-742 KR', 'KR', 'MA-L', '2004-12-11', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20793, 'a01917', 0, 'Bertel S.p.a.', 'Frazione Rimale, Via Emilia Ovest 61 Fidenza Parma 43036 IT', 'IT', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20794, 'd05ba8', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20795, 'e0fff7', 0, 'Softiron Inc', '6540 Central Avenue Newark California 94560 US', 'US', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20796, '802aa8', 0, 'Ubiquiti Networks Inc', '2580 Orchard Parkway San Jose CA 95131 US', 'US', 'MA-L', '2015-01-23', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20797, '70b3d5bab', 0, 'Axotec Tech GmbH', 'Sudetenstraße 88 Geretsried Bavaria 82538 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20798, 'e0e8e6', 0, 'Shenzhen C-Data Tech Co, Ltd', '#601, Fl6, Bldg F, No.1008  Yangguang Community, Xili, Nanshan Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2019-05-30', '2019-05-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20799, '000a07', 0, 'WebWayOne Ltd', '11 Kingfisher Court, Newbury Berkshire RG14 5SJ GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20800, '0050c23f2', 0, 'Stl GmbH', 'Max-Stromeyer-Straße 116 Konstanz Baden-Württemberg 78467 DE', 'DE', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20801, '00135c', 0, 'OnSite Systems, Inc', '3900 Freedom Circle Santa Clara CA 95054-1222 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20802, '000023', 0, 'Abb Industrial Systems AB', 'DEPT. SEISY/LKSB SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20803, '00402b', 0, 'Trigem Computer, Inc', 'KISUNG B/D 4F, 784-6 SEOUL KOREA 135-080 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20804, '201257', 0, 'Most Lucky Trading Ltd', 'Room403 No.506 Zhongshan South 2nd Road,Xuhui District Shanghai 200032 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20805, '148a70', 0, 'Ads GmbH', 'Im Rohnweiher 39 Lohmar Germany D-53797 DE', 'DE', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20806, 'a0bb3e9', 0, 'Sandal Plc', 'Unit 5 Harold Close Harlow Essex GB', 'GB', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20807, '0cd86c', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20808, 'e4ea83', 0, 'Shenzhen Gongjin Electronics Co, LT', 'SONGGANG SHENZHEN GUANGDONG 518105 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20809, '70b3d5420', 0, 'Ecoinet', '519, 2 Gasandigital 1ro, Geumcheon-gu seoul 08591 KR', 'KR', 'MA-S', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20810, '000285', 0, 'Riverstone Networks', '5200 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20811, '0007dc', 0, 'Atek Co, Ltd', 'B dong #205 hanyang venture park Seoul KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20812, '90b832', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2019-07-10', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20813, '001917', 0, 'Posiflex Inc', '6, Wu-Chuan Road Taipei Hsien 248 TW', 'TW', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20814, 'ec9f0d1', 0, 'Simula Tech Inc', '14 F, 1351, Zhong-Zheng Rd. Taoyuan 330 TW', 'TW', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20815, '7c9a1d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20816, '70b3d53fb', 0, 'Liberty Reach', '3550 W Liberty Rd Suite 5 Ann Arbor MI 48103 US', 'US', 'MA-S', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20817, '0007e6', 0, 'edgeflow Canada Inc', '329 March Road K2K 2E1 CA', 'CA', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20818, '0050c23fc', 0, 'Weinberger Deutschland GmbH', 'Am Weichselgarten 3 Erlangen Bayern 91058 DE', 'DE', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20819, '000133', 0, 'Kyowa Electronic Instruments C', '3-5-1, Cyofugaoka Cyofu Tokyo JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20820, '0030f1', 0, 'Accton Tech Corp', 'No. 1, Creation Rd. IV Hsinchu 12345 TW', 'TW', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20821, '7c11cd', 0, 'QianTang Tech', '36 Landmark Palace Beijing Beijing 100125', '', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20822, 'b4d0a9', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2018-12-05', '2018-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20823, '303aba', 0, 'Guangzhou BaoLun Electronics Co, Ltd', 'No.1 Building B Block, Zhongcun Street, Panyu District Guangzhou guangdong 511400 CN', 'CN', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20824, '70b3d58ba', 0, 'Tiama', 'ZA des Plattes - 1 Chemin des Plattes VOURLES 69390 FR', 'FR', 'MA-S', '2019-11-06', '2019-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20825, '00a02e', 0, 'Brand Communications, Ltd', 'ENTERPRISE HOUSE, CHIVERS WAY, HISTON, CAMBRIDGE CB4 4ZR GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20826, '00c0e2', 0, 'Calcomp, Inc', '2411 W. LAPALMA AVENUE ANAHEIM CA 92803-3250 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20827, 'b80b9d', 0, 'Ropex Industrie-Elektronik GmbH', 'Adolf-Heim-Str. 4 Bietigheim-Bissingen Baden Wuerttemberg 74321 DE', 'DE', 'MA-L', '2011-03-17', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20828, '78a5dd', 0, 'Shenzhen Smarteye Digital Electronics Co, Ltd', '#6 Northen Area Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20829, '343d98', 0, 'JinQianMao Tech Co, Ltd', '58#,Jiangbin Road,Taijiang District Fuzhou Fujian 350009 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20830, 'f4b520', 0, 'Biostar Microtech international Corp', '3F. No. 108-2 Min Chuan Road, Hsin Tien District New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20831, '00a0c7', 0, 'Tadiran Telecommunications', 'P.O. BOX 500 PETAH-TIKVA 49104 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20832, '000469', 0, 'Innocom, Inc', '655-2 Naebalsan-Dong 157-280 157-280 KOREA KR', 'KR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20833, '0050c25e1', 0, 'Ittiam Systems (P) Ltd', 'Consulate 1, Bangalore Karnataka 560025 IN', 'IN', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20834, '0023c3', 0, 'LogMeIn, Inc', '500 Unicorn Park Drive Woburn Massachusetts 01801 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20835, '68b599', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2010-07-26', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20836, '2ce412', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR', 'FR', 'MA-L', '2012-03-01', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20837, '70b3d57e7', 0, 'Atessa, Inc', '5000 Hopyard Rd. Pleasanton CA 94588 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20838, '70b3d5a55', 0, 'Embest Tech Co, Ltd', 'Tower B 4/F, Shanshui Building, , Liuxian Ave. No. 1183, Taoyuan St., Nanshan District, Shenzhen Gangdong Province 518055 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20839, '0080db', 0, 'Graphon Corp', '1506 DELL AVE - # CAMPBELL CA 95008-6911 VE', 'VE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20840, '000ed8', 0, 'Positron Access Solutions Corp', '5101 Buchan Street Montreal, Quebec H4P 2R9 CA', 'CA', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20841, 'c88ed1d', 0, 'Phoenix Engineering Corp', '466-3 Fujikubo Irumagun Saitama 354-0041 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20842, '9cd917', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US', 'US', 'MA-L', '2014-08-20', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20843, '0050c233e', 0, 'CA Tech, Inc', '533 Fellowship Rd Mt Laurel NJ 08054 US', 'US', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20844, '489d24', 0, 'BlackBerry Rts', '451 Phillip Street Waterloo ON N2L 3X2 CA', 'CA', 'MA-L', '2013-05-02', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20845, '001a31', 0, 'Scan Coin AB', 'Jagershillgatan 26 Malmö Skåne 21375 SE', 'SE', 'MA-L', '2006-11-29', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20846, '707c69', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2016-08-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20847, '0050c20d3', 0, 'Lake Tech, Ltd', 'PO Box 736 Broadway, 2007 AU', 'AU', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20848, '0050c23cd', 0, 'Micro-Measurements', '961 Wendell Blvd Wendell NC 27591 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20849, 'f015a0', 0, 'KyungDong One Co, Ltd', '205-38, Gasan digital 1-ro, Seoul 153-803 KR', 'KR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20850, '486e70', 0, 'Zhejiang Tmall Tech Co, Ltd', 'Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong province Shenzhen GuangDong 518000 CN', 'CN', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20851, '00053d', 0, 'Agere Systems', '1371 McCarthy Blvd. Milpitas CA 95035 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20852, '001e8c', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou Taipei 112 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20853, '00255a', 0, 'Tantalus Systems Corp', '301-3480 Gilmore Way Burnaby BC V5G 4Y1 CA', 'CA', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20854, '70b3d5f7a', 0, 'Senso2me', 'Zandhoef 16 KASTERLEE België 2460 BE', 'BE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20855, '0007bd', 0, 'Radionet Ltd', 'Keilaranta 6 FI', 'FI', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20856, 'a42c08', 0, 'Masterwork Automodules', '11F-3, 3,PARK ST., NAN GANG TAIPEI 11503 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20857, '8048a5', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,TianYi International Hotel Chengdu Sichuan 61000 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20858, '64fb811', 0, 'Narrative AB', 'Agatan 55A Linkoping - 58222 SE', 'SE', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20859, '644c36', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20860, '002188', 0, 'Emc Corp', '2421 Mission College Blvd Santa Clara CA 95050 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20861, '0050c2de3', 0, 'Breakaway Systems Llc', '10307 Sugar Hill Dr Houston TX 77042 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20862, 'dc5726', 0, 'Power-One', 'Via San Girgio 642 Terranuova Arezzo 52028 IT', 'IT', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20863, '304511', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20864, '1838ae', 0, 'Conspin Solution', '2F, Geonwoong Bldg. 109, Gwanak-ro, Gwanak-gu Seoul 08833 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20865, '0050c2273', 0, 'Servicios Condumex, S. A. de C. V.', 'Carretera a San Luis Potosí­ km. 9.6 Querétaro 76120 MX', 'MX', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20866, '0014e8', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-06-17', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20867, '00263f', 0, 'Lios Tech GmbH', 'Schanzenstraße 39 Köln Germany D-51063 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20868, '00265e', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20869, '804f58', 0, 'ThinkEco, Inc', '303 Fifth Avenue New York NY 10016 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20870, '70b3d5cfe', 0, 'Secturion Systems', '520 N Marketplace Dr, Centerville UT 84014 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20871, '000663', 0, 'Human Tech Co, Ltd', '3rd Fl, Hyungok Bldg., Kangnam-ku Seoul KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20872, '001729', 0, 'Ubicod CoLtd', '7F Chun-gin Bldg, 53-5 Wonhyo-ro Seoul 140-719 KR', 'KR', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20873, '0050c2c79', 0, 'Codesystem Co, Ltd', '#705 Ace Techno Tower-9th 345-30 Seoul 153-802 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20874, '70b3d5e7c', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20875, '78d6b2', 0, 'Toshiba', '2-9,Suehiro-Cho Ome Tokyo 1988710 JP', 'JP', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20876, '603197', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20877, '0005d9', 0, 'Techno Valley, Inc', 'ASIC Venture Town 5F, Seoul 135-072 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20878, '0050c25dd', 0, 'SomerData Ltd', 'Underwood Business Park Wells Somerset BA5 1AF GB', 'GB', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20879, '5c4a26', 0, 'Enguity Tech Corp', '2020 Pennsylvania Ave., NW Washington DC 20006 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20880, '00086c', 0, 'Plasmon Lms', '4425 ArrowsWest Drive Colorado Springs CO 80907 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20881, '002145', 0, 'Semptian Tech Ltd', 'No. 809, Tower B, Shi Ji Ke Mao Beijing 100190 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20882, '9411da', 0, 'Itf Fröschl GmbH', 'Hauserbachstraße 9 Walderbach Bavaria 93194 DE', 'DE', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20883, '182b05', 0, '8D Tech', '416, de Maisonneuve West Montreal, Quebec H3A 1L2 CA', 'CA', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20884, 'e07f88', 0, 'Evidence Network Sia', 'Zilupes 4A Rīga LV-1019 LV', 'LV', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20885, '5cf286c', 0, 'Sunpet Industries Ltd', 'Unit 618, Lakeside 2, Hong Kong Science Park Shatin N.T. - HK', 'HK', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20886, '0020b6', 0, 'Agile Networks, Inc', '200 BAKER AVENUE CONCORD MA 01742 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20887, '080044', 0, 'David Systems Inc', '615 TASMAN DRIVE SUNNYVALE CA 94088 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20888, '00261d', 0, 'Cop Security System Corp', '4~7F, No.5, Lane 130, Min-Chung Rd., Taipei 23141 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20889, '70b3d557b', 0, 'Elamakato GmbH', 'Ottostrasse 5 Eggenstein-Leopoldshafen Baden-Württemberg 76344 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20890, '18828c', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2020-01-15', '2020-01-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20891, '000034', 0, 'Network Resources Corp', '61 EAST DAGGETT DRIVE SAN JOSE CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20892, '0050c2655', 0, 'Physik Instrumente (PI) GmbH&CoKG', 'Auf der Roemerstrasse 1 Karlsruhe 76228 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20893, '70b3d56f7', 0, 'Egicon Srl', 'Via Posta Vecchia 36 Mirandola Modena 41037 IT', 'IT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20894, '0025be', 0, 'Tektrap Systems Inc', '15 Buteau St. Gatineau Quebec J8Z 1V4 CA', 'CA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20895, '78c4ab', 0, 'Shenzhen Runsil Tech Co, Ltd', '4/F., Yuhua Building A, Yangmen Industrial Park, Shenzhen GuangDong 518055 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20896, '70b3d5d28', 0, 'Toshiba Electron Tubes & Devices Co, Ltd', '1385, Shimoishigami Otawara-shi Tochigi 324-8550 JP', 'JP', 'MA-S', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20897, '00c0ac', 0, 'Gambit Computer Communications', 'SOLTAM INDUSTRIAL PARK IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20898, '0050c279a', 0, 'Jmc America, Llc', '520 E 770 N Orem Utah 84097 US', 'US', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20899, '0050c2bd7', 0, 'Slat', '11 Rue Jean-Elysée DUPUY Champagne au Mont d\'Or Rhône 69543 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20900, '8c9109', 0, 'Toyoshima Electric Technoeogy(Suzhou) Co, Ltd', 'No.399,Baisheng Road,Jinxi Town Kunshan Jiangsu 215324 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20901, '70b3d596b', 0, 'Focal-JMLab', '108 rue de l\'Avenir La Talaudière 42353 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20902, '0001a6', 0, 'Scientific-Atlanta Arcodan A/S', 'Avgustenborg Landevej 7 DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20903, '001bcd', 0, 'Daviscomms (S) Pte Ltd', 'Blk 70 Ubi Crescent #01-07 408570 SG', 'SG', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20904, '9c69b4c', 0, 'Guangdong Hanwei intergration Co, Ltd', 'Room 404,7# Hongtai Zhihui Gu, No.23 Sicheng Road Guangzhou Guangdong 510663 CN', 'CN', 'MA-M', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20905, '743aef', 0, 'Kaonmedia Co, Ltd', '884-3, Seongnam-daero, Bundang-gu Seongnam-si Gyeonggi-do 13517 KR', 'KR', 'MA-L', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20906, '8c006d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-06-20', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20907, 'b01f81b', 0, 'Rademacher Geraete-Elektronik GmbH', 'Buschkamp 7 Rhede NRW 46414 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20908, 'c8c2f5', 0, 'Flextronics Manufacturing(Zhuhai)Co, Ltd', 'Xin Qing Science & Technology Industrial Park,Jin An Town,Doumen ,Zhuhai,Guangdong,PRC Zhuhai Guangdong 519180 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20909, '000192', 0, 'Texas Digital Systems', '400 Technology Parkway College Station TX 77845 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20910, '001037', 0, 'Cyq\'ve Tech Co, Ltd', 'COSMO BLDG. 10F, NO.1-7 SHINJUKU-KU, TOKYO 160 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20911, '0050c2320', 0, 'Dtasensor S.p.A.', 'Via Lavino 265 Monte San Pietro BOLOGNA 40050 IT', 'IT', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20912, 'cc2218', 0, 'InnoDigital Co, Ltd', 'No.310 3F Kofomo Tower Sungnam-city Kyunggi-do 463-825 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20913, '2cfaa2', 0, 'Alcatel-Lucent Enterprise', '26801 West Agoura Rd Calabasas CA 91301 US', 'US', 'MA-L', '2014-05-27', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20914, '70b3d5bb8', 0, 'Al Kamel Systems S.L.', 'Priora Xixilona, 93 La Garriga Barcelona 08530 ES', 'ES', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20915, '9884e3', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20916, '0020ba', 0, 'Center For High Performance', 'COMPUTING OF WPI MARLBORO MA 01752 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20917, '00600a', 0, 'Sord Computer Corp', '20-7, MASAGO 5-CHOME CHIBA 261 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20918, 'ac83f3', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20919, '70b3d51de', 0, 'Dycec, S.A.', 'Torres Quevedo, 1-P.T.M. Tres Cantos Madrid 28760 ES', 'ES', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20920, '70b3d561b', 0, 'Nubewell Networks Pvt Ltd', '1242, Ground Floor, 4th Main, 4th Cross, BTM 4th stage, 1st Block, Deverachikkanahalli Bangalore Karnataka 560076 IN', 'IN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20921, '0050c2d67', 0, 'Kling & Freitag GmbH', 'Junkersstrasse 14 Hannover NDS 30179 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20922, '40d8550a2', 0, 'Xemex NV', 'Metropoolstraat 11a Schoten Antwerp BE-2900 BE', 'BE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20923, '001ccb', 0, 'Forth Corp Public Co Ltd', '226/12,13,16 Paholyothin Road Bangkok 10400 TH', 'TH', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20924, '002714', 0, 'Grainmustards, Co, Ltd', 'HEIWA MK Bldg,2-48-4,Nihonbashi-Hama-cho Tokyo 103-0007 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20925, 'b4ab2c', 0, 'MtM Tech Corp', '12F, No. 186, Fuxing Road Taoyuan City Taoyuan County 33066 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20926, '70b3d5650', 0, 'Gifas-Electric GmbH', 'Dietrichstrasse 2 Rheineck St.Gallen 9424 CH', 'CH', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20927, '7470fd', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20928, '7894e8', 0, 'Radio Bridge', '8601 73rd Ave N, Suite 38 Brooklyn Park MN 55428 US', 'US', 'MA-L', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20929, '0005a5', 0, 'Kott', 'Suite 305 Daeha B/D 135-080 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20930, '000d3f', 0, 'Vti Instruments Corp', '5425 Warner Road, Suite 13 Valley View OH 44125 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20931, '00066c', 0, 'Robinson Corp', '12F, No. 278 Ho Ping E. Rd., Taipei TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20932, '001af1', 0, 'Embedded Artists AB', 'Davidshallsgatan 16 Malmoe 21145 SE', 'SE', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20933, '0050c2953', 0, 'Grupo Epelsa S.L.', 'C/ Albasanz, 6 y 8 Madrid 28037 ES', 'ES', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20934, 'f023b94', 0, 'Ezvis Ltd', 'FLAT/RM 1605A Ho KING COMMERCIAL CENTRE 2-16 FA YUEN STREET HONGKONG 999077 HK', 'HK', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20935, '38b19eb', 0, 'System Q Ltd', 'Turnoaks Business Park, Hasland Chesterfield Derbyshire S40 2WB GB', 'GB', 'MA-M', '2018-10-29', '2018-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20936, '0003bb', 0, 'Signal Communications Ltd', 'Unit 217, 2/F, HKITC, HONG KONG HK', 'HK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20937, '004089', 0, 'Meidensha Corp', 'FACTORY NO.4, 515 KAMINAKAMIZO JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20938, '501cb0', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20939, 'b440a4', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20940, '70b3d5d3f', 0, 'Globalcom Engineering Spa', 'Via Volta 9 MORNAGO VA 21020 IT', 'IT', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20941, 'e45d75', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20942, '0050c2127', 0, 'Tpa Traffic & Parking Automation BV', 'PO Box 5000 6802EA, Arnhem NL', 'NL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20943, '38c85c', 0, 'Cisco Spvtg', '5030 Sugarloaf Pkwy Lawrenceville GA 30044 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20944, '1007239', 0, 'Wireless input Tech Inc', '34339 N. Bobolink Trail Grayslake IL 60030 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20945, 'd022126', 0, 'Urano Industria DE Balancas E Equipamentos Ltda', 'RUA IRMAO PEDRO, 709 CANOAS RS 92020550 BR', 'BR', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20946, '70b3d591c', 0, 'Alere Tech AS', 'Kjelsaasveien 161 Oslo Oslo 0382 NO', 'NO', 'MA-S', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20947, '001390', 0, 'Termtek Computer Co, Ltd', '2F, No. 100, Li De St., Chung Ho City Taipei Hsien 235 TW', 'TW', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20948, 'ac9b84', 0, 'Smak Tecnologia e Automacao', 'Av. Sto. Antonio, 201 - Bela Vista Osasco São Paulo CEP 06086-075 BR', 'BR', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20949, '2cc548', 0, 'IAdea Corp', '3F, No.33, Lane 77, Xing-ai Road Taipei Taiwan 114 TW', 'TW', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20950, '1c8879a', 0, 'Itw-Feg', '155 Harlem Avenue Glenview IL 60025 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20951, 'c083592', 0, 'Huaxin SM Optics Co Ltd', '5F,B8,Tianfu software Park,Tianfu Road Chengdu Sichuan 610041 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20952, '70b3d5130', 0, 'MG s.r.l.', 'via Monte Bianco, 1 Solbiate Olona VA 21058 IT', 'IT', 'MA-S', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20953, '001563', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20954, '4ceeb0', 0, 'Shc Netzwerktechnik GmbH', 'Ludwigstrasse 33-37 Frankfurt am Main Hessen 60327 DE', 'DE', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20955, '10c595', 0, 'Lenovo', '1009 Think Place Morrisvilee NC 27560 US', 'US', 'MA-L', '2018-08-20', '2018-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20956, '002640', 0, 'Baustem Broadband Tech, Ltd', '910 Quantum Plaza Beijing 100191 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20957, '70b3d512b', 0, 'Ric Electronics', '1 - 5628 Riverbend Drive Burnaby BC V3N 0C1 CA', 'CA', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20958, '009007', 0, 'Domex Tech Corp', 'NO. 2, TECHNOLOGY RD. 1 HSINCHU TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20959, '00d09d', 0, 'Veris Industries', '10831 SW CASCADE PORTLAND OR 97223 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20960, '000694', 0, 'Mobillian Corp', '11031 Via Frontera San Diego CA 92127 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20961, '0050c26d9', 0, 'Ajeco Oy', 'Koronakatu 1A Espoo Uusimaa Fi-02210 Esp FI', 'FI', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20962, '002504', 0, 'Valiant Communications Ltd', '71-1 Shivaji Marg New Delhi Delhi 110015 IN', 'IN', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20963, '0050c2ac3', 0, 'Diversified Control, Inc', '3333 California Rd. Orchard Park New York 14127 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20964, '001000', 0, 'Cable Television Laboratories, Inc', '858 Coal Creek Circle Louisville CO 80027 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20965, '0003a1', 0, 'Hiper Information & Communication, Inc', '1675-7, Sinil-dong, 306-230 South Korea KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20966, '7cbc849', 0, 'Hitiq Ltd', '628 Newcastle St Leederville WA 6007 AU', 'AU', 'MA-M', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20967, '0050c22f7', 0, 'Gillam-Fei S.A.', 'Mont St Martin 58 LIEGE 4000 BE', 'BE', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20968, 'f0f842', 0, 'Keebox, Inc', '10 Poppy Trail Rolling Hills California 90274 US', 'US', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20969, '0c7523', 0, 'Beijing Gehua Catv Network Co, Ltd', 'No.35,N.Huayuan RD.,Haidian District BEIJING 100083 CN', 'CN', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20970, '70b3d59b9', 0, 'Aethera Tech', '63 Crane Lake Drive Halifax NS B3S 1B5 CA', 'CA', 'MA-S', '2018-12-05', '2018-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20971, '18703b', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20972, '00c08f', 0, 'Panasonic Electric Works Co, Ltd', 'Tsu-Factory Mie-ken 514-8555 0000 JP', 'JP', 'MA-L', '1980-01-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20973, '00075c', 0, 'Eastman Kodak Co', '343 State Street Rochester NY 146501245 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20974, '00bc60', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20975, '1c24cd', 0, 'Askey Computer Corp', '10F, No.119, JIANKANG RD.,ZHINGHE DIST, NEW TAIPEI CITY 23585 TW', 'TW', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20976, '0050c266b', 0, 'flsystem', 'Rm911,RegentOfficetel,547-8,Kuui-dong,Kwangjjin-gu seoul 143-709 KR', 'KR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20977, 'd461fe', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20978, 'b4b017', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2010-11-24', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20979, '0050c2f34', 0, 'Sequip S+E GmbH', 'Angermunder Straße 22 Düsseldorf NRW 40489 DE', 'DE', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20980, '0060f3', 0, 'Performance Analysis Broadband, Spirent plc', '27349 Agoura Road Calabasas Hills CA 91301 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20981, '0024ce', 0, 'Exeltech Inc', '7317 Jack Newell Blvd North Fort Worth TX 76118 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20982, '001880', 0, 'Maxim Integrated Products', '160 Rio Robles San Jose CA 95134 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20983, '001aca', 0, 'Tilera Corp', '1900 West Park Drive Westborough MA 01581 US', 'US', 'MA-L', '2006-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20984, 'ac4afe', 0, 'Hisense broadband multimedia Tech Co, Ltd', 'No.11 Jiangxi Road,Shinan District Qingdao City Shandong Province 266071 CN', 'CN', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20985, '70a66a', 0, 'Prox Dynamics AS', 'Smedsvingen 4 Hvalstad Akershus 1395 NO', 'NO', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20986, '40f3850', 0, 'SubPac', '380 Portage Ave. Palo Alto CA 94306 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20987, '0012f6', 0, 'Mdk Co, Ltd', '2-6-27 Ibarame Kashiwazaki City Niigata 9451341 JP', 'JP', 'MA-L', '2004-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20988, '001434', 0, 'Keri Systems, Inc', '2305 Bering Dr San Jose CA 95131 US', 'US', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20989, '0050c2d41', 0, 'Area Energy, Inc', '4F-3, No.2 , Lane 258, Rui Guang Rd. Taipei 114 TW', 'TW', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20990, '7cc8ab', 0, 'Acro Associates, Inc', '1990 Olivera Rd. Concord CA 94520 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20991, '2c0e3d', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2016-07-15', '2016-07-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20992, '149d09', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-08-06', '2016-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20993, 'ac00d0', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20994, 'd82fe6', 0, 'Zhejiang Tmall Tech Co, Ltd', 'Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong province Shenzhen GuangDong 518000 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20995, '00a036', 0, 'Applied Network Tech', '319 LITTLETON ROAD--STE #101 WESTFORD MA 01886-4133 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20996, '00a059', 0, 'Hamilton Hallmark', '2105 LUNDY AVENUE SAN JOSE CA 95131 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20997, '001fb8', 0, 'Universal Remote Control, Inc', '500 Mamaroneck Avenue Harrison NY 10528 US', 'US', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20998, 'b87447', 0, 'Convergence Tech', '16W215 83rd Street Suite D Burr Ridge IL 60527 US', 'US', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(20999, '24ee3a', 0, 'Chengdu Yingji Electronic Hi-Tech Co Ltd', 'No.3 South Herui Road Hi-tech Zone Chengdu City Sichuan 611731 CN', 'CN', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21000, '9c69b48', 0, 'Skydock do Brasil Ltda', 'Rua Gralha Azul, 147 Quatro Barras PR 83420-000 BR', 'BR', 'MA-M', '2018-09-27', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21001, '080058', 0, 'Systems Concepts', '520 THIRD STREET SAN FRANCISCO CA 94107 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21002, '0015c3', 0, 'Ruf Telematik AG', 'Ruetistrasse 13 Schlieren ZH 8952 CH', 'CH', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21003, '38b54d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21004, '70b3d52bf', 0, 'Foshan Vohom', 'Unit 402, 4/F ENT A3 Bldg, Hantian Science and Technology City, No. 17 Shenhai RD. Foshan Guangdong 528200 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21005, '00163e', 0, 'Xensource, Inc', '2300 Geng Rd. Palo Alto CA 94303 US', 'US', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21006, '98aad7', 0, 'Blue Wave Networking Co Ltd', 'No. 20, Lane 68, Da-feng RD, NEW TAIPEI TAIPEI 23121 TW', 'TW', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21007, '7ce9d3', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2011-10-14', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21008, '8c8590', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21009, '70b3d5e04', 0, 'Combilent', 'Gydevang 21D Alleroed 3450 DK', 'DK', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21010, '00112e', 0, 'Ceicom', '17 rue Gaston Evrard Toulouse Cedex 1 31094 FR', 'FR', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21011, '002174', 0, 'AvaLAN Wireless', '958 San Leandro Ave, Suite 900 Mountain View CA 94043 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21012, 'b88584', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21013, '0050c28ea', 0, 'Ateme', '26 Burospace - route de GIZY - Bievres cedex Bievres 91570 FR', 'FR', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21014, '34298f1', 0, 'Chengdu Meross Tech Co, Ltd', 'No. 25, Yizhou Avenue, Gaoxin Chengdu Sichuan 610000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21015, '5cf3fc', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21016, 'f065c2', 0, 'Yanfeng Visteon Electronics Tech (Shanghai) Co, Ltd', '1001 North Qin Zhou Road Shang Hai 200233 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21017, '4cbc983', 0, 'Machine Max', 'Shell Centre London SE1 7NA GB', 'GB', 'MA-M', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21018, '0050c2811', 0, 'Open System Solutions Ltd', 'Saltmakers House Southampton Hampshire SO31 4NB GB', 'GB', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21019, 'b0973a', 0, 'E-Fuel Corp', '15466 Los Gatos Blvd. #37 Los Gatos CA 95032 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21020, '70b3d5495', 0, 'Fiem Industries Ltd', 'Unit VII, Plot No. 1915, Rai Industrial Estate, Phase-V Sonepat Haryana 131029 IN', 'IN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21021, '0050c2fa1', 0, 'N-Hands GmbH und Co KG', 'Kreuzgaerten 2 Idstein 65510 DE', 'DE', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21022, '50d753', 0, 'Conelcom GmbH', 'Trientlgasse 18c Innsbruck 6020 AT', 'AT', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21023, '4c774f', 0, 'Embedded Wireless Labs', '702 Level 7 Uptown 2 No.2 Petaling Jaya Selangor 47400 MY', 'MY', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21024, 'fcfe77', 0, 'Hitachi Reftechno, Inc', '709-2 Tomita Tochigi-shi Tochigi-ken 329-4404 JP', 'JP', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21025, '70b3d5bf6', 0, 'comtac AG', 'Allenwindenstrasse 1 Flurlingen 8247 CH', 'CH', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21026, '044eaf', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21027, 'c0b47d', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21028, '00c0a5', 0, 'Dickens Data Systems', '1175 NORTHMEADOW PKWY-STE #150 ROSWELL GA 30076 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21029, '000fbf', 0, 'Dgt Sp. z o.o.', 'ul. Jaskowa Dolina 15 Gdansk woj. pomorskie 80-252 PL', 'PL', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21030, '0050c2d57', 0, 'Hijikata Denki Corp', '1-13-1 Minami Denen Fussa Tokyo 197-0004 JP', 'JP', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21031, '7c11cb', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21032, 'e05a9f9', 0, 'Gemalto Document Readers', '3300 Acorn Street Williamsburg VA 23188 US', 'US', 'MA-M', '2018-11-19', '2018-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21033, '0050c2ad9', 0, 'elettrondata srl', 'via del canaletto 79 spezzano di fiorano modena 41042 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21034, '0050c2d42', 0, 'Hagenuk Kmt GmbH', 'Röderaue 41 Radeburg Sachsen 01471 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21035, '0050c2007', 0, 'Clive Green & Co Ltd', '1 New Street England LU1 SDX GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21036, '001796', 0, 'Rittmeyer AG', 'Inwilerriedstrasse 57 Baar ZG CH-6341 CH', 'CH', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21037, '0050c2e2b', 0, 'Plant Integrity Ltd', 'Granta Park Cambridge Cambridgeshire CB21 6AL GB', 'GB', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21038, 'ec58ea', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21039, 'c014b8', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21040, '00e06a', 0, 'Kapsch AG', 'WAGENSEILGASSE 1 1120-VIENNA AT', 'AT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21041, '0004df', 0, 'Teracom Telematica S.A', 'RUA AMERICA N.1000 Eldorado do Sul - RS Brazil BR', 'BR', 'MA-L', '2001-01-24', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21042, 'a04e04', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI', 'FI', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21043, '001cac', 0, 'Qniq Tech Corp', '5F, No.133, Sec.4, Minsheng E. Rd., Taipei 105 TW', 'TW', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21044, '0021d2', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2008-10-25', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21045, 'e8757f', 0, 'Firs Tech(Shenzhen) Co, Ltd', 'Rm 12A, Area A, Hongsong Business Building, Tairan 9th Rd, Chegongmiao, Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21046, '001bc501a', 0, 'Aba Electronics Tech Co, Ltd', '10F-3,NO.2,SEC.4,JHONGYANG RD,TUCHENG CITY, TAIPEI 236 TW', 'TW', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21047, '70b3d5cd5', 0, 'Apantac Llc', '7556 SW Bridgeport Road Durham OR 97224 US', 'US', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21048, '00046b', 0, 'Palm Wireless, Inc', '48933 Warm Springs Blvd. Fremont CA 94539 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21049, '00177a', 0, 'Assa Abloy AB', 'Theres Svenssons gata 15 Goteborg 41755 SE', 'SE', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21050, '0023fc', 0, 'Ultra Stereo Labs, Inc', '181 Bonetti Drive San Luis Obispo CA 93401 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21051, '0050c2ef5', 0, 'Human Network Labs, Inc', '4548 Market St. M19 PHILADELPHIA Pennsylvania 19139 US', 'US', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21052, '70b3d5e09', 0, 'L-3 communications ComCept Division', '1700 Science Place Rockwall TX 75032 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21053, '00153d', 0, 'Elim Product Co', '602-2 GAYANG TECHNO TOWN, GAYANG, 3-DONG SEOUL 157-793 KR', 'KR', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21054, '00164a', 0, 'Vibration Tech Ltd', 'Vibtech House, Central Boulevard Larbert Scotland FK5 4RU GB', 'GB', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21055, '00a0fd', 0, 'Scitex Digital Printing, Inc', '3100 RESEARCH BLVD. DAYTON OH 45420 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21056, '00137d', 0, 'Dynalab, Inc', '555 Lancaster Ave. Reynoldsburg OH 43068 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21057, '0019b4', 0, 'Intellio Ltd', 'Gyarmat u. 99/B Budapest 1147 HU', 'HU', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21058, '147db3', 0, 'Joa Telecom.Co, Ltd', '1007,Sicox tower,513-14,Sangdaewon-dong,Jungwon-gu Seongnam-si Gyeonggi-do 462-806 KR', 'KR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21059, '0025b9', 0, 'Cypress Solutions Inc', '3066 Beta Ave BC V5G 4K4 CA', 'CA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21060, '54e63f', 0, 'ShenZhen LingKeWeiEr Tech Co, Ltd', 'Room 625, YiJing Building, MeiLin Rd., FuTian District ShenZhen GuandDong 518000 CN', 'CN', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21061, '1088ce', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2014-01-12', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21062, '50584f', 0, 'waytotec, Inc', '#604-4,B-Dong,Bundang Technopark,148,Yatap-dong,Bundang-gu, Seongnam-si Gyeonggi-do 13511 KR', 'KR', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21063, '00028e', 0, 'Rapid 5 Networks, Inc', '180 Baytech Drive San Jose CA 95134-2302 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21064, '001ac1', 0, '3Com Ltd', 'Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB', 'GB', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21065, '000b16', 0, 'Communication Machinery Corp', '402 E. Gutierrez St. Santa Barbara CA 93101 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21066, '0050c2215', 0, 'VoiceCom AG', 'Südwestpark 65 Nürnberg Germany 90449 DE', 'DE', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21067, '84d15a', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2019-05-17', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21068, '54e4a9', 0, 'Bhr Tech GmbH', 'Georg-Franz-Koller-Straße 18 Bisamberg 2102 AT', 'AT', 'MA-L', '2019-06-18', '2019-06-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21069, '000197', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21070, '00032e', 0, 'Scope Information Management, Ltd', '2F Chanwoo b/o 736 Youksang-dong, Seoul 135-080 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21071, '005018', 0, 'Amit, Inc', 'No.32, Huangong Rd., Yongkang City, Tainan County 71041 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21072, '0016ce', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2005-12-15', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21073, '94f720', 0, 'Tianjin Deviser Electronics Instrument Co, Ltd', 'No.40 Yibin Road,Nankai district, Tianjin 300113 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21074, '44d832', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd., Xindian Taipei 231 TW', 'TW', 'MA-L', '2011-05-07', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21075, '90f1aa', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2013-12-13', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21076, 'e8fd72', 0, 'Shanghai Linguo Tech Co, Ltd', 'No.2,277 Lane,Yongdeng Road,Putuo District,Shanghai,China Shanghai Shanghai 200000 CN', 'CN', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21077, 'e417d8', 0, '8bitdo Tech HK Ltd', 'Rooms 1318-19, 13/F, Hollywood Plaza, 610 Nathan Road, Mongkok, Kowloon, Hong Kong Hong Kong Hong Kong 000000 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21078, '0050c2090', 0, 'Invensys Controls Network Systems', '1701 Byrd Ave. Richmond VA 23230 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21079, '0050c2b7c', 0, 'Bettini Srl', 'Via Cesare Battisti 22 Cesano Maderno Milano I - 20031 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21080, '109397', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21081, '0000a0', 0, 'Sanyo Electric Co, Ltd', '5-5, Keihan-hondori 2-chome, Moriguchi City Osaka 570-8677 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21082, '70b3d5a54', 0, 'provedo', 'Friedrich-Ebert-Straße, 63 Leipzig 04109 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21083, '04e676', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu 30352 TW', 'TW', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21084, '0057c1', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21085, '000152', 0, 'Chromatek Inc', '6-10, Miyazaki 2-Chome JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21086, '0050c23af', 0, 'Norbit Odm AS', 'Stiklestadveien 1 Trondheim 7041 NO', 'NO', 'IAB', '2004-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21087, 'e41e0a8', 0, 'Sage Glass', 'Two Sage Way Faribault MN 55021 US', 'US', 'MA-M', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21088, '00d040', 0, 'Sysmate Co, Ltd', '1091 WOLPYONG-DONG SOUTH KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21089, 'cc08e0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-08-15', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21090, '70b3d5cac', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21091, '000a80', 0, 'Telkonet Inc', '20374 Seneca Meadows Pkwy Germantown MD 21401 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21092, '000e59', 0, 'Sagemcom Broadband Sas', '2, rue du petit Albi CERGY SAINT CHRISTOPHE val d\'Oise 95800 FR', 'FR', 'MA-L', '2004-02-12', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21093, '0050c2bab', 0, 'iDeal Teknoloji Bilisim Cozumleri A.S.', 'Cumhuriyet Cad. Yeni Parseller Sok. B Blok Giris Kat KAVACIK ISTANBUL 34805 TR', 'TR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21094, '00500a', 0, 'Iris Tech, Inc', 'WESTMORELAND INDUSRIAL PARK GREENSBURG PA 15601 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21095, '001c9e', 0, 'Dualtech IT AB', 'Banehagsgatan 1F GOTHENBURG Västra Götaland 41451 SE', 'SE', 'MA-L', '2007-05-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21096, '0022f3', 0, 'Sharp Corp', '22-22,Nagaike-cho Osaka city Osaka prefecture 545-8522 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21097, 'd83c69', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F.,H-3 Building,OCT Eastern lndustrial Park. NO.1 XiangShan East Road SHENZHEN GUANGDONG 518053 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21098, '3c39e7f', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21099, '104963', 0, 'Harting K.K.', '1-7-9, Shin-Yokohama, Kohoku-ku Yokohama-city Kanagawa 222-0033 JP', 'JP', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21100, '0050c2109', 0, 'Itk Dr. Kassen GmbH', 'Beim Eberacker 3 D-35633 Lahnau DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21101, '0050c225b', 0, 'Winford Engineering', '4169 Four Mile Road Bay City MI 48706 US', 'US', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21102, '14205e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21103, '70b3d5cf7', 0, 'Gentec Electro-Optics', '445 ST-JEAN-BAPTISTE SUITE 160 Quebec Quebec G2E 5N7 CA', 'CA', 'MA-S', '2019-08-10', '2019-08-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21104, '00143d', 0, 'Aevoe Inc', '11F, No 23, Keelung Road Taipei HsinYi District 110 TW', 'TW', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21105, '0050c28a1', 0, 'Intune Networks', '9b Beckett Way Dublin 12 IE', 'IE', 'IAB', '2008-02-20', '2016-02-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21106, '0050c2198', 0, 'PotsTek, Inc', '100 Saint Albans Dr. Raleigh NC 27609-5872 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21107, '74ff7d', 0, 'Wren Sound Systems, Llc', '169 Gateshead Way Phoenixville PA 19460 US', 'US', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21108, '34145f', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21109, 'd425cca', 0, 'E-MetroTel', '2828 West Parker Unit B201 Plano TX 75075 US', 'US', 'MA-M', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21110, '00306a', 0, 'Penta Media Co, Ltd', 'E-504 Bundang Technopark,151 Seongnam Gyeonggi-do KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21111, '009d8e', 0, 'Cardiac Recorders, Inc', '34 SCARBORO ROAD UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21112, '001f8c', 0, 'Ccs Inc', 'Shimodachiuri-agaru Kyoto Kyoto 602-8011 JP', 'JP', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21113, '60e327', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21114, 'a4e9a3', 0, 'Honest Tech Co, Ltd', '5F, KyungDong Bldg. 906-5, Daejeon 305-330 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21115, 'f802789', 0, 'Beijing Redcdn Tech, Co, Ltd', '7F, B block, Yu Hui building Haidian District Beijing 100142 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21116, '3c6a2c9', 0, 'Wicks Co, Ltd', '202,1-29 shingi takasu kochi City Kochi 781-8103 JP', 'JP', 'MA-M', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21117, '2c780e', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21118, '646266', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-12-15', '2019-12-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21119, '00031a', 0, 'Beijing Broad Telecom Ltd, China', 'P.O. Box #147 Beijing 100876 CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21120, '2cd05a', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21121, '2c2d48', 0, 'bct electronic GesmbH', 'Saalachstraße 86a Salzburg 5020 AT', 'AT', 'MA-L', '2012-03-01', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21122, '1ceee8', 0, 'Ilshin Elecom', '2973, Hagun-ri, Yangchon-eup Gimpo-si Gyeonggi-do 415-843 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21123, '70b3d5dd7', 0, 'Detect Australia', '40 Clements Avenue Bundoora Victoria 3083 AU', 'AU', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21124, '986d35', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21125, '08ed020', 0, 'D2SLink Systems', '47 Rue Marcel Dassault Boulogne Billancourt 92514 FR', 'FR', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21126, '00a0d0', 0, 'Ten X Tech, Inc', '13091 POND SPRINGS ROAD, Suite B-200 AUSTIN TX 78729 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21127, 'a87e33', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21128, '301f9ab', 0, 'Smart Component Tech Ltd', 'Cooper Buildings, Arundel Street Sheffield South Yorkshire S1 2NS GB', 'GB', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21129, 'c0bfa7', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21130, '001ee1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21131, '10445a', 0, 'Shaanxi Hitech Electronic Co, Ltd', '35 Tuanjienan Rode, Xian Shaanxi 710075 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21132, 'c0b339', 0, 'Comigo Ltd', '15 HaPardes St. Yarkona 45915 IL', 'IL', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21133, 'c49380', 0, 'Speedytel Tech', 'ROOM 1103,HANG SENG MONGKOK BUILDING,677 NATHAN ROAD,MONGKOK,KOWLOON HONG KONG HONG KONG HK', 'HK', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21134, '54ae27', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21135, '001aa3', 0, 'Delorme', '2 DELORME DRIVE YARMOUTH MAINE 04096 US', 'US', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21136, '143aea', 0, 'Dynapower Co Llc', '85 Meadowland Drive South Burlington VT 05403 US', 'US', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21137, '70b3d5882', 0, 'Simon Tech, S.L.', 'Diputació, 390 BARCELONA BARCELONA 08013 ES', 'ES', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21138, '0050c22eb', 0, 'Lingg & Janke Ohg', 'Zeppelinstr. 30 Radolfzell BW 78315 DE', 'DE', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21139, '001f59', 0, 'Kronback Tracers', 'c/o DTU, R254 Ballerup Copenhagen 2750 DK', 'DK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21140, 'c8873b', 0, 'Net Optics', '5303 Betsy Ross Drive Santa Clara CA 95054 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21141, '3c1040', 0, 'daesung network', '#209 e-space Bldg,Guro-dong,Guro-gu Seoul 152-789 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21142, '345aba', 0, 'tcloud intelligence', 'Bao\'an District, No. 400 Xiangshan Avenue ShenZhen GuangDong 518105 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21143, '000e34', 0, 'NexGen City, LP', '1680 Glenville Richardson Texas 75081 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21144, '0050c2810', 0, 'Alphion Corp', '196 Princeton Hightstown Rd. Princeton Junction NJ 08550 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21145, '3ca308', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21146, '0050c23f8', 0, 'Superna Ltd', '102 Donald Dr Hamilton NJ 08619 US', 'US', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21147, '70e027', 0, 'Hongyu Communication Tech Ltd', 'Room4B, East Building 210, Shen Zhen Guang Dong Province 518040 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21148, 'b0b3538', 0, 'Voxiscom', 'Rue Jules Ferry PORNIC 44210 FR', 'FR', 'MA-M', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21149, '34074f', 0, 'AccelStor, Inc', '10F, No. 465, Sec. 6, Zhongxiao E. Rd., Nangang Dist. Taipei City 11557 TW', 'TW', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21150, 'a86daa', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-10-09', '2018-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21151, '00251a', 0, 'Psiber Data Systems Inc', '7075-K Mission Gorge Rd San Diego CA 92120 US', 'US', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21152, '0050c2b31', 0, 'Shop Safe AG', 'Businesspark Giessenmatt 2 Sins AG CH-5643 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21153, '0050c2c5c', 0, 'Wavecom Elektronik AG', 'Hammerstrasse 8 Bülach Zürich 8180 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21154, '6095ce6', 0, 'Xiamen Sigmastar Tech Ltd', '15th Floor ,Unit A,Chuangxin Building, Software Park, Xiamen Torch Hi-Tech Industrial Development Zone, Xiamen,China Xiamen Fujian 361005 CN', 'CN', 'MA-M', '2019-03-14', '2019-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21155, '14ae853', 0, 'Iflytek Co, Ltd', 'National Intelligent Speech High-tech Industrialization Base, No. 666, Wangjiang Road West, Hefei An hui 230088 CN', 'CN', 'MA-M', '2019-12-04', '2020-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21156, '0013e7', 0, 'Halcro', 'Suite 1, Level 1 Wayville South Australia 5034 AU', 'AU', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21157, '0050c2860', 0, 'Eutron S.p.A.', 'Via Gandhi, 12 (Head office) Treviolo Bergamo 24048 IT', 'IT', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21158, '749d79', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21159, 'c4823f', 0, 'Fujian Newland Auto-ID Tech Co,.Ltd', 'Newland Science & Technology Park, No.1 Rujiang West Rd., Mawei Fuzhou Fujian 350015 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21160, '0050c2c3c', 0, 'Elsist S.r.l.', 'Via Giacomo Brodolini, 15 CASALE MONFERRATO 15033 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21161, '70b3d513a', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach 51465 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21162, '70b3d5a07', 0, 'IoTrek Tech Private Ltd', 'Paharganj, Delhi New Delhi New Delhi 110055 IN', 'IN', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21163, 'a0239f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21164, '4048fd0', 0, 'Beijing C&W Electronics(Group)Co, Ltd', 'No.14 Jiuxianqiao,chaoyang,Beijing,China Beijing Beijing 100015 CN', 'CN', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21165, '001384', 0, 'Advanced Motion Controls', '3805 Calle Tecate Camarillo California 93012 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21166, '784b87', 0, 'Murata Manufacturing Co, Ltd', '1-10-1,Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21167, '0c61cf', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21168, '70b3d54d6', 0, 'Operational Tech Solutions', 'Level 10 555 Lonsdale Street Melbourne Victoria 3000 AU', 'AU', 'MA-S', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21169, '000613', 0, 'Kawasaki Microelectronics Inc', 'MTG B-5, 1-3, Nakase, Mihama-ku Chiba 261-8501 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21170, '702e22', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21171, '001cb7', 0, 'Usc DigiArk Corp', '6F Tennoz Central Tower 2-2-24 Higashishinagawa Tokyo Shinagawa-ku 140-0002 JP', 'JP', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21172, '087d21', 0, 'Altasec Tech Corp', '9F-1, No.75, Sec.1, Xintai 5th Rd., New Taipei City Taiwan 221 TW', 'TW', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21173, '906717', 0, 'Alphion India Private Ltd', '405 Windfall, Sahar Plaza Mumbai Maharashtra 400059 IN', 'IN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21174, 'd8b6b7', 0, 'Comtrend Corp', '3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW', 'TW', 'MA-L', '2014-07-13', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21175, '9cd48b', 0, 'Innolux Tech Europe BV', 'Stationstraat 39G Heerlen 6411NK NL', 'NL', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21176, '006097', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '1980-01-01', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21177, '0050c24b9', 0, 'Rose Tech', '13400 NE 20th Street, #32 Bellevue WA 98005 US', 'US', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21178, '002603', 0, 'Shenzhen Wistar Tech Co, Ltd', 'Rm919, Science &Technology Service Center Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21179, '30b62d', 0, 'Mojo Networks, Inc', '339 N.Bernardo Ave Mountain View CA 94043 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21180, '000ac9', 0, 'Zambeel Inc', '45700 Northport Loop East Fremont CA 94538 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21181, '001d5e', 0, 'Coming Media Corp', 'BONA Bld. 4th Fl., 548-18 Seoul 135-158 KR', 'KR', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21182, '0025c5', 0, 'Star Link Communication Pvt. Ltd', 'HR114/6 & Hr132/6, Pulprehladpur, New Delhi 110044 IN', 'IN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21183, '0050c2b82', 0, 'Tanabiki Inc', '1-4-6-305 Kunitachi Tokyo 1860002 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21184, '001e90', 0, 'Elitegroup Computer Systems Co, Ltd', 'No.239, Sec. 2, Ti Ding Blvd Taipei 11493 TW', 'TW', 'MA-L', '2007-12-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21185, '001f76', 0, 'AirLogic Systems Inc', '3022 Peleke St.Suite 1 Lihu\'e HI 96766 US', 'US', 'MA-L', '2008-01-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21186, '00115d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21187, '002100', 0, 'Gemtek Tech Co, Ltd', 'No.1 Jen Ai Road, Hsinchu Industrial Park, Hukou, Hsinchu 303 TW', 'TW', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21188, '002661', 0, 'Irumtek Co, Ltd', 'Apt 708 513-22 Joongil Eines Platz Seongnam-City Gyunggi-do 462-120 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21189, '0020e1', 0, 'Alamar Electronics', '489 DIVISION STREET CAMPBELL CA 95008 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21190, '00309e', 0, 'Workbit Corp', '1-2-2 Chuou, Yamato Kanagawa 242-0021 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21191, '70b3d5b60', 0, 'Zao Zeo', 'Khachaturiana 14a Moscow 127562 RU', 'RU', 'MA-S', '2018-11-16', '2018-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21192, 'd855a3', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21193, '2c4205', 0, 'Lytx', '9785 Towne Centre Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21194, '90895f', 0, 'Weifang Goertek Electronics Co, Ltd', 'Gaoxin 2 Road, Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN', 'CN', 'MA-L', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21195, '58677f', 0, 'Clare Controls Inc', '7519 Pennsylvania Ave Sarasota FL 34243 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21196, '70b3d50a4', 0, 'Communication Tech Ltd', '11F,No.166, Jian 1th Rd.,Jhonghe Dist. 11F,No.166, Jian 1th Rd.,Jhonghe Dist. TW', 'TW', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21197, '70b3d5f44', 0, 'Magneti Marelli S.p.A. Electronics', 'Viale Aldo Borletti 61/63 Corbetta MI 20011 IT', 'IT', 'MA-S', '2019-07-19', '2019-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21198, 'cc4e24', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21199, 'a89352', 0, 'Shanghai Zhongmi Communication Tech Co, Ltd', 'RM510,418 Guiping Road,xuhui-Park shanghai shanghai 200233 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21200, '003079', 0, 'Cqos, Inc', '25 MAUCHLY - STE. #329 IRVINE CA 92618 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21201, '0050c2ac7', 0, 'WaveIP', 'Teradion Ind Park Misgav Israel 20692 IL', 'IL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21202, '0050c2009', 0, 'Datakinetics Ltd', '21 Green Lane SP6 1HU GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21203, '001647', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21204, '001caa', 0, 'Bellon Pty Ltd', 'Unit 12/12-18 Victoria St East Lidcombe NSW 2000 AU', 'AU', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21205, '7825ad', 0, 'Samsung Electronics Co, Ltd', '416, MAETAN-3DONG, PALDAL-GU SUWON CITY KYUNGKI-DO 442-742 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21206, '000269', 0, 'Nadatel Co, Ltd', '9F CoWell Bldg, 66-1 Banpo-Dong KOREA 137-040 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21207, '000368', 0, 'Embedone Co, Ltd', 'Fl. 9 Annex Samhwan B/D. 17-26 Seoul 150-01 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21208, 'c4954db', 0, 'Multicom, Inc', '1076 Florida Central Parkway Longwood FL 32750 US', 'US', 'MA-M', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21209, '984cd3', 0, 'Mantis Deposition', '2 Goodson Industrial Mews Thame Oxfordshire OX9 3BX GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21210, 'a0c4a5', 0, 'Sygn House Co, Ltd', '2-9-14 Tamagawa-denenchofu Setagaya-ku Tokyo 1580085 JP', 'JP', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21211, '40d85515e', 0, 'Prodco International Inc', '9408 boul. du Gulf Montreal Quebec H1J3A1 CA', 'CA', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21212, '70b3d51f5', 0, 'Martec S.p.A.', 'Via dell\'Industria 1/3 Vignate Milano 20060 IT', 'IT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21213, 'c863145', 0, 'Meyer Electronics Ltd', '382 Kwun Tong Road Hong Kong 0000 HK', 'HK', 'MA-M', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21214, '0050c21c1', 0, 'InfinitiNetworks Inc', '1095 E. Duane Ave. Sunnyvale CA 94085 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21215, 'fc1186', 0, 'Logic3 plc', 'Rhodes Way Watford Hertfordshire WD24 4YW GB', 'GB', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21216, '001187', 0, 'Category Solutions, Inc', '1021 W. Adams St Chicago IL 60607 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21217, '9c28ef', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21218, 'a43bfa9', 0, 'Shen Zhen Pasun Tech CoLtd', 'Room B406, Taojindi E-Business Incubator Base SHENZHEN GUANGDONG 518131 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21219, '001eef', 0, 'Cantronic International Ltd', 'Unit 515-516, Building 15, East Wing, No 8 Science Park West Avenue, Hong Kong Science Park Phase II Shatin New Territories 852 HK', 'HK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21220, 'dc9b1e', 0, 'Intercom, Inc', 'Sorimachi Bldg., 3-5, Taito 1-chome, Taito-ku Tokyo 110-8654 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21221, '4c38d8', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21222, '0050c2d9e', 0, 'Vocality International Ltd', 'Lydling Barn Guildford Surrey GU86AP GB', 'GB', 'IAB', '2011-02-21', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21223, '40d855143', 0, 'Tokyo Drawing Ltd', '103 Ni Terai-machi Nomi-shi Ishikawa 923-1121 JP', 'JP', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21224, '001f64', 0, 'Beijing Autelan Tech Inc', 'Room B-12B01, Keshi Plaza, Xinxi road, Beijing 100085 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21225, '98cdb4', 0, 'Virident Systems, Inc', '500 Yosemite Dr. Milpitas CA 95035 US', 'US', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21226, '2c265f9', 0, 'Brüel & Kjaer Vibro GmbH', 'Leydheckerstrasse 10 Darmstadt Hessen 64293 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21227, '2836385', 0, 'Chargelib', '11 CITE VANEAU PARIS 75007 FR', 'FR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21228, '70b3d547b', 0, 'Monixo', '16 rue alexandre Creteil 94000 FR', 'FR', 'MA-S', '2019-08-28', '2019-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21229, '0003b0', 0, 'Xsense Tech Corp', '11 F, 232, Sec. 3, ChengTeh Rd. Taipei TAIWAN, 103 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21230, '001ab1', 0, 'Asia Pacific Satellite Industries Co, Ltd', '9th FL, IT Castle 2-Dong, #550-1, Gasan-Dong, GeumCheon-Gu, Seoul 153-768 KR', 'KR', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21231, '9c8acb', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21232, '90db46', 0, 'E-Lead Electronic Co, Ltd', 'NO.37, GUNGDUNG 1ST RD. SHENGANG SHIANG CHANGHUA 50971 TW', 'TW', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21233, '70b3d537d', 0, 'The DX Shop Ltd', 'Eliot Business Park Nuneaton Warwickshire CV10 7RJ GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21234, 'bcf811', 0, 'Xiamen Dnake Tech Co, Ltd', '5F,Xingtel Building,Chuangxin Rd. Xiamen Fujian 361006 CN', 'CN', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21235, '34049e3', 0, 'Nanjing Mythware Information Tech Co, Ltd', 'Level 13, Unit 3, Zijin Entrepreneur R&D Centre, No.89 Shengli Road, Jiangning District Nanjing Jiangsu 211106 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21236, '70b3d5497', 0, 'Albiral Display Solutions SL', 'Fàtima 25 Sant Hipòlit de Voltregà Barcelona 08512 ES', 'ES', 'MA-S', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21237, '70b3d5f23', 0, 'Lyse AS', 'Breiflåtveien 18 Stavanger 4017 NO', 'NO', 'MA-S', '2019-11-25', '2019-11-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21238, '000f69', 0, 'Sew Eurodrive GmbH & Co KG', 'Ernst Blickle Str. 42 Bruchsal 76646 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21239, 'b05b1f', 0, 'Thermo Fisher Scientific S.P.A.', 'STRADA RIVOLTANA KM 6/7 RODANO MILAN 20090 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21240, '9c93e4', 1, 'Private', '', '', 'MA-L', '2014-03-11', '2014-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21241, '7cbacc3', 0, 'Izkare', 'Suite 2812, 800 MinHe Rd Hangzhou Zhejiang 311200 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21242, '7cdb98', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2018-08-31', '2018-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21243, '3cfad39', 0, 'Shenzhen Vplus Communication Intelligent Co, Ltd', 'Bao\'an Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-11-15', '2019-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21244, '0050c2526', 0, 'AC Systems, s.r.o.', 'Srobarova 3 Praha 3 130 00 CZ', 'CZ', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21245, 'c4438f', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2013-05-02', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21246, 'bc4434', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21247, '70b3d5a36', 0, 'Beijing DamingWuzhou Science&Tech Co, Ltd', '8001,8 Floor,Building C,KanjianBaoshen Square,Haidian District Beijing 100192 CN', 'CN', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21248, '001058', 0, 'ArrowPoint Communications', '235 LITTLETON ROAD WESTFORD MA 01886 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21249, '00d11c', 0, 'Acetel', '#1006, World Merdian 2-cha, 426-5, Seoul 153-759 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21250, '002133', 0, 'Building B, Inc', '1000 NW 65th Street, Suite 300 Ft. Lauderdale FL 33309 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21251, 'c8cd72', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR', 'FR', 'MA-L', '2010-07-26', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21252, 'd4d184', 0, 'Adb Broadband Italia', 'via Sarca 222 Milano 20126 IT', 'IT', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21253, '7c6ac3', 0, 'GatesAir, Inc', '5300 Kings Island Drive Mason Ohio 45040 US', 'US', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21254, '0000bc', 0, 'Rockwell Automation', '1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21255, '008001', 0, 'Periphonics Corp', '4000 VETERANS MEMORIAL HIGHWAY BOHEMIA NEW YORK 11716 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21256, '0050c2b02', 0, 'Master Co Ltd', '42-20, Palyong-Dong Changwon-City Gyeongnam 641-847 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21257, '0050c2b87', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62902 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21258, 'f8313e', 0, 'endeavour GmbH', 'Max-Planck-Str. 04 Vreden NRW 48691 DE', 'DE', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21259, '40d85503b', 0, 'Telcomkorea', '#710-8, Lee-Dong, Sanglok-Gu, Ansan-Si Kyunggi-Do 426863 KR', 'KR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21260, '9c5cf9', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2015-12-03', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21261, 'c4ffbc3', 0, 'Shenzhen Kalif Electronics Co, Ltd', '1、2 and 3 Floor, No.114, Haochong No.2 Industry Area, Hongxing Community, Songgang, Baoan, Shenzhen SHENZHEN GuangDong 518105 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21262, '0006fb', 0, 'Hitachi Printing Solutions, Ltd', '1060, Takeda Hitachinaka-City 312-8502 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21263, '000fc3', 0, 'PalmPalm Tech, Inc', 'Samsung-dong 156-3, Gangnam-gu Seoul 135-091 KR', 'KR', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21264, '340a22', 0, 'Top-Access Electronics Co Ltd', 'No. 2 Building MingZhi Street BaoAn District,ShenzheN 518131 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21265, '2872f0', 0, 'Athena', '42 RUE MONGE PARIS 75005 FR', 'FR', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21266, '40d855067', 0, 'Tronic Control Ltd', 'Nad Safinou I, 449 Vestec u Prahy 25242 CZ', 'CZ', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21267, '00e0ca', 0, 'Best Data Products', '21800 NORDHOFF STREET CHATSWORTH CA 91311 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21268, '40d8550db', 0, 'Top Connect OU', 'Väike-Paala 1 Tallinn 11415 EE', 'EE', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21269, '0050c28f2', 0, 'Schneider Electric GmbH', 'Gothaer Str. 29 Ratingen 40880 DE', 'DE', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21270, 'e0cb1d', 1, 'Private', '', '', 'MA-L', '2012-01-18', '2012-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21271, '4c917a4', 0, 'LumiGrow, Inc', '1480 64th Street, Suite #150 Emeryville CA 94608 US', 'US', 'MA-M', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21272, '70b3d5523', 0, 'Tibit Communications', '1 Willowbrook Court, Suite 150 Petaluma CA 94954 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21273, 'ec6f0b', 0, 'Fadu, Inc', '4th FL, 8, Bongeunsa-ro 68-gil, Gangnam-gu Seoul 06153 KR', 'KR', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21274, '00502e', 0, 'Cambex Corp', '115 Flanders Road Westborough MA 01581 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21275, '0004e2', 0, 'Smc Networks, Inc', '6 Hughes Irvine CA 92618 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21276, 'cc2237c', 0, 'Hebei Zhsf Tech Co, Ltd', '88 Xinshi South Road Shijiazhuang, Hebei 050000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21277, '5051a9', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-01-02', '2019-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21278, '000083', 0, 'Tadpole Tech Plc', '137 DITTON WALK ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21279, '0050c26dc', 0, 'L-3 Communications Mobile-Vision, Inc', '90 Fanny Rd. Boonton NJ 07005 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21280, 'ccd39d8', 0, 'Obelisk Inc', '67 Batterymarch Street, Floor 4 Boston 02110 US', 'US', 'MA-M', '2018-10-10', '2018-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21281, '006030', 0, 'Village Tronic Entwicklung', 'WELLWEG 95 31157 SARSTEDT DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21282, '080033', 0, 'Bausch & Lomb', 'INTERACTIVE GRAPHICS DIVISION AUSITN TX 78671 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21283, '9c3dcf', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2016-07-14', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21284, '4cbc985', 0, 'Gronic Systems GmbH', 'Hilpertswiese 7 Birstein 63633 DE', 'DE', 'MA-M', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21285, 'd82986', 0, 'Best Wish Tech Ltd', '7E,Hai Yi Business Building,No.310,Tianshan RD., Shanghai 200336 CN', 'CN', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21286, '3ceafb', 0, 'Nse AG', 'Bremgarterstrasse 54 Wohlen AG 5610 CH', 'CH', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21287, '2cd1413', 0, 'AOptix Tech, Inc', '675 Campbell Technology Pkwy Campbell CA 95008 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21288, '70b3d51df', 0, 'Entec Electric & Electronic Co, Ltd', '78-2 Buncheon-ri, Bongdam-eup Hwaseong-city Gyungki-do 445-894 KR', 'KR', 'MA-S', '2018-12-17', '2018-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21289, '000486', 0, 'Ittc, University of Kansas', '2335 Irving Hill Rd. Lawrence KS 66045 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21290, '9cb6d0', 0, 'Rivet Networks', '11940 Jollyville Rd Austin tx 78759 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21291, '0050c2558', 0, 'Bedo Elektronik GmbH', 'Ennsstrasse 19 Krefeld NRW 47809 DE', 'DE', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21292, '2067b1', 0, 'Pluto Inc', 'Hongo5-21-1-303 Bunkyo-ku Tokyo 113-0033 JP', 'JP', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21293, '20c6eb', 0, 'Panasonic Corp Avc Networks Co', '1-15 Matsuo-cho Kadoma Osaka 571-8504 JP', 'JP', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21294, '000650', 0, 'Tiburon Networks, Inc', '200 Minuteman Rd. Andover MA 01810 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21295, '0050c20dc', 0, 'Elbit Systems Ltd', 'P.O.B. 539 Matam Haifa 31053 IL', 'IL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21296, '00257d', 0, 'PointRed Telecom Private Ltd', '15F - 5., No. 1071, Zhongzheng Road, Taoyuan City 330 330 TW', 'TW', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21297, '540496', 0, 'Gigawave Ltd', 'GIGAWAVE TECHNICAL CENTRE Colchester ESSEX CO62NS GB', 'GB', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21298, '60d7e30', 0, 'Avalun', '7 parvis louis neel grenoble 38000 FR', 'FR', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21299, '70b3d55e1', 0, 'Arevita', 'Baltu ave 145 Kaunas Select 47125 LT', 'LT', 'MA-S', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21300, '000dec', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21301, '001696', 0, 'Qdi Tech (H.K.) Ltd', '16/F, Standard Chartered Bank Building 4-4A Hong Kong CN', 'CN', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21302, '40d855073', 0, 'Diamond Tech, Inc', '6 Clock Tower Place, Suite 100 Maynard MA 01754 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21303, '5885a2', 0, 'Realme Chongqing MobileTelecommunications Corp Ltd', 'No.24 Nichang Boulevard, Huixing Block, Yubei District, Chongqing. Chongqing China 401120 CN', 'CN', 'MA-L', '2019-05-24', '2019-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21304, '44fb5a', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21305, '6805ca', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21306, '205b5e', 0, 'Shenzhen Wonhe Tech Co, Ltd', 'South Block 10th floor, Yuanxing Building, No. 1 Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21307, '002670', 0, 'Cinch Connectors', '1700 Finley Road Lombard IL 60148 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21308, '0073e0', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21309, '00a082', 0, 'Nkt Elektronik A/S', 'NKT ALLE 85 DK', 'DK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21310, '00e065', 0, 'Optical Access International', '500 WEST CUMMINGS PL. #3400 WOBURN MA 01801 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21311, 'ec66d1', 0, 'B&W Group Ltd', 'Dale Road Worthing Sussex BN11 2BH GB', 'GB', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21312, '5cf370', 0, 'CC&C Tech, Inc', '8F, 150, Chien I Rd. Chung Ho Taiwan 235 TW', 'TW', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21313, '84aa9c', 0, 'MitraStar Tech Corp', 'No. 6, Innovation Road II, Hsinchu 300 TW', 'TW', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21314, 'f83cbf', 0, 'Botato Electronics Sdn Bhd', 'c-1-2, JALAN BK5A/2B 47180,BANDAR KINRARA PUCHONG SELANGOR 47180 MY', 'MY', 'MA-L', '2019-05-30', '2019-05-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21315, '00200d', 0, 'Carl Zeiss', 'POSTFACH 1380 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21316, '001d62', 0, 'InPhase Tech', '2000 Pike Road Longmont Colorado 80501 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21317, '88c663', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21318, '581fef', 0, 'Tuttnaer Ltd', 'Har-Tuv B Beith Shemesh 99000 IL', 'IL', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21319, '40d855124', 0, 'Debug s.r.l.', 'Via della Meccanica,14 Vicenza ITALY 36100 IT', 'IT', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21320, '70b3d54f0', 0, 'Li Seng Tech Ltd', '901., Siu Fung Hong Building Hong Kong Hong Kong 852 HK', 'HK', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21321, 'a8667f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21322, '70b3d5b5c', 0, 'Prozess Technologie', '6124 Delmar Blvd St. Louis MO 63112 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21323, '009045', 0, 'Marconi Communications', '1000 Fore Drive Warrendale PA 15086-7502 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21324, '0018b8', 0, 'New Voice International AG', 'St. Gallerstrasse 8 Lachen SZ 8853 CH', 'CH', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21325, '38019f', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21326, '1c82596', 0, 'Cgi IT UK Ltd', '20 Fenchurch Street, 14th Floor London EC3M 3BY GB', 'GB', 'MA-M', '2019-03-06', '2019-03-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21327, '9835ed', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21328, '107a86', 0, 'U&U Engineering Inc', 'No.15, Gaoyang S. Rd Taoyuan County 325-44 TW', 'TW', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21329, '8841fc', 0, 'AirTies Wireless Networks', 'Gulbahar Mahallesi, Avni Diligil Sokak ISTANBUL ISTANBUL 34394 TR', 'TR', 'MA-L', '2013-09-12', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21330, '3c754a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-05-01', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21331, '00336c', 0, 'SynapSense Corp', '2365 Iron Point Road, Suite 100 Folsom CA 95630 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21332, '9c2f73', 0, 'Universal Tiancheng Tech (Beijing) Co, Ltd', '13 floor,Changxin Building,Anding Road No.39,Chaoyang District,Beijing Beijing Beijing 100029 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21333, '40b31e', 0, 'Universal Electronics, Inc', '201 E. Sandpointe Ave Santa Ana CA 92707 US', 'US', 'MA-L', '2020-02-13', '2020-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21334, '0060fc', 0, 'Conservation Through Innovation Ltd', '1040 WHIPPLE ST.- STE. #225 PRESCOTT AZ 86301 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21335, '000e3c', 0, 'Transact Tech Inc', '20 Bomax Drive Ithaca New York 14850 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21336, '00c05d', 0, 'L&N Tech', '2899 AGOURA ROAD #196 WESTLAKE VILLAGE CA 91361-3200 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21337, '0006f5', 0, 'Alps Electric Co, Ltd', '6-3-36 Furukawanakazato, Osaki Miyagi-pref 989-6181 JP', 'JP', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21338, '50206b', 0, 'Emerson Climate Tech Transportation Solutions', 'Axel Kiers Vej 5A Hoejbjerg 8270 DK', 'DK', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21339, '00e043', 0, 'VitalCom', '15222 DEL AMO AVE. TUSTIN CA 92780 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21340, '0050c20e9', 0, 'Smartmedia Llc', '1625 W. Olympic Blvd. Los Angeles CA 90015 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21341, 'c88b47', 0, 'Nolangroup S.P.A con Socio Unico', 'via Terzi di S.Agata 2 Brembate di Sopra Bergamo 24030 IT', 'IT', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21342, '047e4a', 0, 'moobox Co, Ltd', 'No 801, Yanchang Zhong Road Shanghai Shanghai 200072 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21343, '5448e6', 0, 'Beijing Xiaomi Mobile Software Co, Ltd', 'Xiaomi Campus, No. 33 Xi erqi Middle Road, Haidian District Beijing Beijing 100085 CN', 'CN', 'MA-L', '2020-01-11', '2020-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21344, '000270', 0, 'Crewave Co, Ltd', 'F7, Pureun Bldg., 28-1 Seoul KOREA 137-030 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21345, '0006ba', 0, 'Westwave Communications', '463 Aviation Blvd. Santa Rosa CA 95403 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21346, 'c0847a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-01-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21347, '0050c2f41', 0, 'FairyDevices Inc', 'Entrepreneur Plaza Bldg 5F Bunkyou-ku Tokyo 113-0033 JP', 'JP', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21348, '70b3d537c', 0, 'Merus Power Dynamics Ltd', 'Pirkkalaistie 1 Nokia 37100 FI', 'FI', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21349, '70b3d5f52', 0, 'Alere Tech AS', 'Kjelsaasveien 161 Oslo Oslo 0382 NO', 'NO', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21350, '00081d', 0, 'Ipsil, Inc', '7945 MacArthur Blvd. Cabin John MD 20818 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21351, '001c55', 0, 'Shenzhen Kaifa Tech Co', '7006 Caitian Road, Futian District, Shenzhen Guangdong 518035 CN', 'CN', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21352, '000e10', 0, 'C-guys, Inc', 'Izumi Garden Wing 1F, 1-6-3 Tokyo 106-0032 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21353, '0050c29db', 0, 'Walter Grotkasten', 'Grabäckerstraße 14 Schorndorf BW 73614 DE', 'DE', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21354, '745e1c', 0, 'Pioneer Corp', '1-1 Shin-ogura Kawasaki-shi Kanagawa Prefecture 2120031 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21355, 'cc95d7', 0, 'Vizio, Inc', '39 Tesla Irvine CA 92618 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21356, '00011b', 0, 'Unizone Tech, Inc', '5Floor HaeSung Bldg. SeoCho-Ku Seoul KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21357, '0002bd', 0, 'Bionet Co, Ltd', '3F, Medison Venture Tower, KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21358, '001b45', 0, 'Abb AS, Division Automation Products', 'Bergerveien 12 Billingstad NO-1375 NO', 'NO', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21359, '00255c', 0, 'Nec Corp', '1753, Shimonumabe, Nakahara-Ku, Kawasaki Kanagawa 211-8666 JP', 'JP', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21360, '0050c2f05', 0, 'Esi Ventures', '902 Incentive Drive Fort Wayne Indiana 46825 US', 'US', 'IAB', '2011-12-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21361, '083a5c', 0, 'Junilab, Inc', '#205 107 Gyounggyo-Ro, Yeongtong-Gu, Suwon Suwon Gyeonggi-Do 443-766 KR', 'KR', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21362, 'b88198', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21363, 'dc6aea', 0, 'Infinix mobility Ltd', 'RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK', 'HK', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21364, '001292', 0, 'Griffin Tech', '1930 Air Lane Drive Nashville TN 37210 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21365, '0015f5', 0, 'Sustainable Energy Systems', '#500, 609 14th Street NW Calgary Ab T2T 1P3 CA', 'CA', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21366, '8c5fad', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2020-01-17', '2020-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21367, '248a07', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2015-12-11', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21368, 'ccd31e0', 0, 'Samim Co', 'No. 47/19, Iranshahr St., Tehran, Iran Tehran Tehran 1581633939 IR', 'IR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21369, '0021dc', 0, 'Tecnoalarm S.r.l.', 'Via Cirie\' San Mauro Torinese Torino 10099 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21370, '0023ef', 0, 'Zuend Systemtechnik AG', 'Industriestrasse 8 Altstaetten SG 9450 CH', 'CH', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21371, 'f46349', 0, 'Diffon Corp', 'Digital Tower Aston 1505 Seoul 153803 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21372, 'b87c6f', 0, 'Nxp (China) Management Ltd', '21F, BM InterContinental Business Center, 100 Yu Tong Road Shanghai Shanghai 200070 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21373, '6cdffb', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21374, 'f875a4', 0, 'Lcfc(HeFei) Electronics Tech Co, Ltd', 'YunGu Road 3188-1 Hefei Anhui 230000 CN', 'CN', 'MA-L', '2019-08-08', '2019-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21375, 'c03937', 0, 'Gree Electric Appliances, Inc OF Zhuhai', 'Jinji West Road, Qianshan, Zhuhai Guangdong 519070 CN', 'CN', 'MA-L', '2019-10-25', '2019-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21376, '00205a', 0, 'Computer Identics', '5 SHAWMUT ROAD CANTON MA 02021 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21377, '001b54', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21378, '00257c', 0, 'Huachentel Tech Development Co, Ltd', '747 XinYu Rd. High-Tech Zone Jinan Shandong Province 250101 CN', 'CN', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21379, '0025b7', 0, 'Costar electronics, Inc,', '3fl,-1 no 13,lane 120,nei-hu road sec.1, Taipei 114 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21380, 'e0b70a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-01-23', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21381, '64006a', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2015-03-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21382, '70b3d5267', 0, 'Zehntner Testing Instruments', 'Gewerbestrasse 4 Sissach 4450 CH', 'CH', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21383, '70b3d58a5', 0, 'Kst Tech', 'KST B/D 4-5, Wiryeseong-daero 12-gil Songpa-gu Seoul 05636 KR', 'KR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21384, '000356', 0, 'Wincor Nixdorf International GmbH', 'Heinz-Nixdorf Ring 1 D-33106 Paderborn DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21385, '0050c2540', 0, 'Mesure Controle Commande', 'Rue Guillaume MASSICOT ISSOUDUN CENTRE 36100 FR', 'FR', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21386, '00c0ff', 0, 'Seagate Cloud Systems Inc', '6305 El Camino Real Carlsbad CA 92009 US', 'US', 'MA-L', '1980-01-01', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21387, '002601', 0, 'Cutera Inc', '3240 Bayshore Blvd Brisbane CA 94405 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21388, '0050c2461', 0, 'Tattile Srl', 'VIA TRENTO 127/129 BRESCIA 25020 IT', 'IT', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21389, '00218f', 0, 'Avantgarde Acoustic Lautsprechersysteme GmbH', 'Nibelungenstraße 349 Lautertal - Reichenbach Hessen D-64686 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21390, '0023a7', 0, 'Redpine Signals, Inc', 'Plot 87, Sagar Society Hyderabad AP 500034 IN', 'IN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21391, '70b3d575b', 0, 'Netool Llc', '18515 san Antonio street fountain valley CA 92708 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21392, '001129', 0, 'Paradise Datacom Ltd', '1 Wheaton Road Witham Essex UK CM8 1UJ GB', 'GB', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21393, '0011fa', 0, 'Rane Corp', '10802 47th Avenue West Mukilteo WA 98275-5098 US', 'US', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21394, '84dbfc', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2015-04-04', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21395, 'f015b9', 0, 'PlayFusion Ltd', 'St Johns Innovation Centre Cambridge CB4 0WS GB', 'GB', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21396, '0050c2ab6', 0, 'Gygax Embedded Engineering Gee.ch', 'Nuovo AG - Greuter Elektrotechnik Wetzikon CH-8620 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21397, '6cb7f4', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21398, '18bb26', 0, 'FN-Link Tech Ltd', 'A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao\'an District SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-L', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21399, 'd8860be', 0, 'Shenzhen Yidong Tech Co, Ltd', '13th Floor,Jia\'anda Building, No.110 Huafan Road,Tongsheng Community, Dalang Street,Longhua District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21400, '0024ec', 0, 'United Information Tech Co, Ltd', '5/F,9th Building,Software Park,2nd Keji-zhong Road,High-Tech Industrial Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21401, '40d8551d8', 0, 'Owl Cyber Defense Solutions, Llc', '38A Grove Street Ridgefield CT 06877 US', 'US', 'IAB', '2014-01-20', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21402, '001ca0', 0, 'Production Resource Group, Llc', '539 Temple Hill Road New Windsor NY 12553 US', 'US', 'MA-L', '2007-05-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21403, '2c3f3e', 0, 'Alge-Timing GmbH', 'Rotkreuzstrasse 39 Lustenau 6890 AT', 'AT', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21404, '0050c2d0f', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21405, '0050c23b1', 0, 'Specstroy-Svyaz Ltd', 'Bolshaya Bulvarnaya Street 13-26 Taganrog 347913 RU', 'RU', 'IAB', '2004-08-13', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21406, '0013ed', 0, 'Psia', '517-13 Induspis 5th SungNam KyungGi KR', 'KR', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21407, '282c02', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21408, '008028', 0, 'Tradpost (HK) Ltd', '5/F, STAR CENTRE HONG KONG HK', 'HK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21409, '00152e', 0, 'PacketHop, Inc', '1301 Shoreway Road Belmont California 94002 US', 'US', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21410, 'a83944', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2010-11-24', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21411, '707630', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-06-20', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21412, 'd8bc59', 0, 'Shenzhen Dapu Microelectronics Co, Ltd', 'Room B 503, No.2 Building, Tian’an Digital New Town, Huangge Middle Road, Longgang District Shenzhen Guangdong 518100 CN', 'CN', 'MA-L', '2018-12-27', '2018-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21413, '4c7a48', 0, 'Nippon Seiki (Europe) B.V.', 'Antareslaan 27 Hoofddorp 2132 NL', 'NL', 'MA-L', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21414, '0050c2a39', 0, 'Industrial Data Products Ltd', 'The Studio Cwmbran Gwent NP44 3JU GB', 'GB', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21415, 'fc6198', 0, 'Nec Personal Products, Ltd', '6-80, Shimohanazawa 2-chome, Yonezawa-shi Yamagata 992-8520 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21416, '0015b9', 0, 'Samsung Electronics Co, Ltd', '#94-1 Gumi-City Gyeong-Buk 730-350 KR', 'KR', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21417, '0050c2dc8', 0, 'T2m2 GmbH', 'Gruenberger Str. 140 Giessen Hessen 35394 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21418, '58ef68', 0, 'Belkin International Inc', '12045 East Waterfront Drive Playa Vista null 90094 US', 'US', 'MA-L', '2016-08-26', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21419, '00064e', 0, 'Broad Net Tech Inc', '5F, No.58, Lane 188, Rui Kuang Road TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21420, '0050c24fc', 0, 'Hwayoung RF Solution Inc', '152-050 514, Woolim e-BIZ Center, 170-5 Seoul 152-050 KR', 'KR', 'IAB', '2005-09-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21421, '50a4d00', 0, 'Traxens', 'HELIOPOLIS III – 16 rue Louis Leprince Ringuet Marseille Provence-Alpes-Côte d\'Azur 13013 FR', 'FR', 'MA-M', '2016-11-04', '2019-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21422, 'a416e7', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21423, '0050c28c5', 0, 'Vortex Engineering pvt Ltd', 'no 14, Palayakaran street,Ekkaduthangal Chennai Tamilnadu 600097 IN', 'IN', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21424, '580943', 1, 'Private', '', '', 'MA-L', '2013-01-09', '2013-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21425, 'f8ac6d', 0, 'Deltenna Ltd', 'First Floor Unit 2 Chippenham Wiltshire SN15 1BN GB', 'GB', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21426, '40d8551ba', 0, 'Creative Lighting And Sound Systems Pty Ltd', '4 Pine Street North Ipswich QLD 4305 AU', 'AU', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21427, '207693', 0, 'Lenovo (Beijing) Ltd', 'No.6 Chuang Ye Road Shangdi Information Industry Base, Beijing 100085 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21428, '70b3d5fc8', 0, 'Moduware Pty Ltd', '502/37 Swanston Street Melbourne Victoria 3000 AU', 'AU', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21429, '0012dd', 0, 'Shengqu Information Tech (Shanghai) Co, Ltd', 'No.1 Building,No. 690 Bibo Road,Pudong New Area Shanghai 201203 CN', 'CN', 'MA-L', '2004-11-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21430, '001875', 0, 'AnaCise Testnology Pte Ltd', '3 Bishan Place #02-06 579838 SG', 'SG', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21431, '58b0d4', 0, 'ZuniData Systems Inc', '4F-7, No.65, Gaotia 7th Rd, Zhubei City Hsinchu 302 TW', 'TW', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21432, 'b827c5', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21433, 'b439d6', 0, 'ProCurve Networking by HP', '60 Alexandra Terrace 0000 118502 SG', 'SG', 'MA-L', '2010-04-11', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21434, '184617', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-07-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21435, '00162f', 0, 'Geutebrück GmbH', 'Im Nassen 7-9 Windhagen 53578 DE', 'DE', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21436, '0050c2bee', 1, 'Private', '', '', 'IAB', '2010-05-15', '2010-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21437, 'd0b0cd', 0, 'Moen', '25300 Al Moen Dr North Olmstead OH 44070-8022 US', 'US', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21438, '000509', 0, 'Avoc Nishimura Ltd', 'Jogasaki 4-16-14 JP', 'JP', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21439, 'f0f9f7', 0, 'Ies GmbH & Co KG', 'Darmcher Grund 22 Meinerzhagen 58540 DE', 'DE', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21440, '0050c2574', 0, 'Ingeniería Almudí S.L.', 'c/ San Luis, 8 bajo 1ş Murcia Alcantarilla 30820 ES', 'ES', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21441, '00222e', 0, 'maintech GmbH', 'Seeweg 60 Höchberg Bavaria 97204 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21442, 'e8e0b7', 0, 'Toshiba', '2-9,Suehiro-Cho Ome Tokyo 1988710 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21443, 'ac02ef', 0, 'Comsis', '3 rue Broussais Paris 75014 FR', 'FR', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21444, '40d855012', 0, 'Sencon Inc', '6385 W. 74th Street Bedford Park IL 60638 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21445, 'f4bc97', 0, 'Shenzhen Crave Communication Co, Ltd', 'F3,8Building, DongFangMing IndustryZone, No.83 DabaoRD., 33 District BaoAn Shenzhen 518000 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21446, '0030fc', 0, 'Terawave Communications, Inc', '30695 Huntwood Avenue Hayward CA 94544 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21447, '0011b9', 0, 'Inner Range Pty. Ltd', '1 Millenium Court Knoxfield Victoria 3180 AU', 'AU', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21448, '0050c2788', 0, 'Hosa Tech, Inc', '6650 CABALLERO BLVD. BUENA PARK CA 90620 US', 'US', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21449, '94de80', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21450, '54e2e0', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-01-12', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21451, '4ce1734', 0, 'Huizhou Dehong Tech Co, Ltd', 'Dongxing Huizhou Guangdong 516210 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21452, '080069', 0, 'Silicon Graphics', '2011 N. SHORELINE BLVD. MOUNTAIN VIEW CA 94039-7311 US', 'US', 'MA-L', '1980-01-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21453, '00091f', 0, 'A&D Co, Ltd', '1-243 Asahi Kitamoto-shi Saitama 364-8585 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21454, 'b48255', 0, 'Research Products Corp', '1015 E. Washington Ave Madison WI 53703 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21455, '685acf', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21456, '001b2a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21457, '0050c2849', 0, 'Design Analysis Associates, Inc', '75 West 100 South Logan UT 84321 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21458, '00d03c', 0, 'Vieo, Inc', '12416 Hymeadow Drive, Austin TX 78750 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21459, '0050c27f4', 0, 'Wireless Cables Inc', '1414 Soquel Ave, Ste 212 Santa Cruz CA 95062 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21460, '0050c2d0d', 0, 'Deca Card Engineering GmbH', 'Bahnstrasse 29-31 Ratingen NW 40878 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21461, 'c4473f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21462, '70b3d59ae', 0, 'Volansys Tech pvt Ltd', 'Block A-7th Floor, Safal Profitaire, Corporate Road, Prahaladnagar Ahmedabad Gujarat 380015 IN', 'IN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21463, '34008a3', 0, 'Globex 99 Ltd', 'Trakia bl. 240 Plovdiv 4000 BG', 'BG', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21464, '00a0ea', 0, 'Ethercom Corp', '45990 HOTCHKISS ST. FREEMONT CA 94539 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21465, '00c016', 0, 'Electronic Theatre Controls', '3030 LAURA LANE MIDDLETON WI 53562 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21466, 'c4198b', 0, 'Dominion Voting Systems Corp', '215 Spadina Avenue Toronto Ontario M5T 2C7 CA', 'CA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21467, '005f86', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21468, 'a0224e3', 0, 'ProPhotonix', '3020 Euro Business Park Co Cork Little Island n/A IE', 'IE', 'MA-M', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21469, '0017b0', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21470, '849000', 0, 'Arnold & Richter Cine Technik', 'Tuerkenstrasse 89 Munich Bavaria 80799 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21471, '0050c2cb9', 0, 'Micro Technic A-S', 'Smedevaenget 5 Aarup 5560 DK', 'DK', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21472, '0019a6', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-09-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21473, '0050c2b3a', 0, 'Nikon Systems Inc', '16F Queen\'s Tower-B, 3-3 Yokohama Kanagawa 220-6116 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21474, '4423aa', 0, 'Farmage Co, Ltd', '166-8 Kanazawa Toubetsu Hokkaido 061-0212 JP', 'JP', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21475, '807b85e', 0, 'Mersen', '374 Merrimac St Newburyport MA 01950 US', 'US', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21476, 'c88d83', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21477, 'f86214', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21478, '004030', 0, 'GK Computer', 'BASLER STRASSE 103 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21479, '0050c2cf4', 0, 'Baudisch Electronic GmbH', 'Im Gewerbegebiet 7-9 Wäschenbeuren Baden-Württemberg 73116 DE', 'DE', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21480, 'a89fec', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21481, '70b3d5375', 0, 'Adel System srl', 'VIA LUIGI BARCHI, 9/B Reggio Emilia 42124 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21482, '001320', 0, 'Intel Corp', 'Lot 8, Jalan Hi-tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21483, '0050c28e4', 0, 'MaCaPS International Ltd', 'Rm. 1408, Block B, Hoi Luen Industrial Centre HK', 'HK', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21484, '706173', 0, 'Calantec GmbH', 'Doebelner Str. 4 Berlin 12627 DE', 'DE', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21485, '6899cd', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21486, '70b3d52ce', 0, 'Kdt', '126, Haeoreum-gil, Namsan-myeon Chuncheon-si Gangwon-do 200-911 KR', 'KR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21487, '08ed027', 0, 'Eleven Engineering Inc', '10150 - 100 Street, Suite 800 Edmonton Canada, Alberta T5J 0P6 CA', 'CA', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21488, '741c27', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21489, 'a4f05e', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-05-31', '2019-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21490, '0008f2', 0, 'C&S Tech', 'C&S Venture Bldg., NonHyun-Dong, SEOUL 135-829 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21491, 'b8ff6f', 0, 'Shanghai Typrotech Tech CoLtd', 'Design Building 903, NO.63, Shanghai 200092 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21492, '70b3d56cb', 0, 'Najin automation', '7F Rm.144, Hyoryeong-Ro 304 Seocho-Gu Seoul 06720 KR', 'KR', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21493, '3027cf', 1, 'Private', '', '', 'MA-L', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21494, '78b3ce', 0, 'Elo touch solutions', '1033 McCarthy Boulevard Milpitas CA 95035 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21495, '40d85519e', 0, 'Thirdwayv Inc', '8218 Torrey Gardens Place San Diego CA 92129 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21496, '48a493', 0, 'Taiyo Yuden Co, Ltd', '8-1, Sakae-cho Takasaki-shi Gunma 370-8522 JP', 'JP', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21497, '70b3d512a', 0, 'Elvys s.r.o', 'Polska 9 Kosice 04011 SK', 'SK', 'MA-S', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21498, '5cba2c', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21499, '0060bb', 0, 'Cabletron Systems, Inc', '35 INDUSTRIAL WAY ROCHESTER NH 03866-5005 US', 'US', 'MA-L', '1980-01-01', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21500, '5c1437', 0, 'Thyssenkrupp Aufzugswerke GmbH', 'Bernhaeuser Str.45 Neuhausen a.d.F 73765 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21501, '002249', 0, 'Home Multienergy SL', 'Capitán HAYA 1 MADRID 28020 ES', 'ES', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21502, 'c81b5c', 0, 'BCTech', '14 Building, Tiandeng road 259# shanghai xuhui district, shanghai 200237 CN', 'CN', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21503, '181dea', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21504, '18aaca', 0, 'Sichuan tianyi kanghe communications Co, Ltd', 'No.198, section 1, xueshan avenue, jinyuan town, dayi county, sichuan province chengdu sichuan 611330 CN', 'CN', 'MA-L', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21505, '04e0c4', 0, 'Triumph-Adler AG', 'HUNDINGSTRAßE 11B DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21506, '0050c24ae', 0, 'ads-tec GmbH', 'Raiffeisenstraße 14 Leinfelden-Echterdingen Baden-Württemberg 70771 DE', 'DE', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21507, '001bc5000', 0, 'Converging Systems Inc', '32420 Nautilus Drive Rancho Palos Verdes CA 90275 US', 'US', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21508, '2c3f38', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21509, '70ee50', 0, 'Netatmo', '17 route de la reine Boulogne-Billancourt 92100 FR', 'FR', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21510, '001973', 0, 'Zeugma Systems', 'Suite 250 Richmond BC V6V 2R2 CA', 'CA', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21511, '2437ef', 0, 'Emc Electronic Media Communication SA', 'Via Cantonale 4 S. Antonino Ticino 6592 CH', 'CH', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21512, '70b3d5860', 0, 'Kbs Industrieelektronik GmbH', 'Burkheimer Str. 10 Freiburg 79111 DE', 'DE', 'MA-S', '2018-12-17', '2018-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21513, '001528', 0, 'Beacon Medical Products Llc d.b.a. BeaconMedaes', '14408 W 105TH ST LENEXA KS 66215 US', 'US', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21514, '70b3d5f06', 0, 'Warecube, Inc', '#A-811, 142-10, Saneop-ro, 156beon-gil, Gwonseon-gu Suwon-si 16648 KR', 'KR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21515, '0050c2344', 0, 'ads-tec GmbH', 'Raiffeisenstrasse 14 Leinfelden-Echterdingen BW 70771 DE', 'DE', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21516, '0050c2af3', 0, 'Palomar Products, Inc', '23042 Arroyo Vista Rancho Santa Margarita California 92688 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21517, '70b3d5bd1', 0, 'CableLabs', '858 Coal Creek Circle Louisville CO 80027 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21518, '00008f', 0, 'Raytheon', 'M/S 1-1-1119 Marlboro MA 01752 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21519, '000211', 0, 'Nature Worldwide Tech Corp', 'No. 1, Min-Chuan Street Taiwan Taiwan R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21520, 'c4ffbce', 0, 'viRaTec GmbH', 'Phorusgasse 8/1 Wien 1040 AT', 'AT', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21521, '0cfe5d3', 0, 'Beijing WayClouds Tech Co, Ltd', 'RM501, 5F, DASCOM BD,NO.9 SHANGDI EAST RD, HAIDIAN DISTRICT,BEIJING,CHINA Beijing 100085 CN', 'CN', 'MA-M', '2018-08-13', '2018-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21522, '4403770', 0, 'Musashi Seimitsu Industry Co, Ltd', '39-5 Daizen,Ueta-cho Toyohashi Aichi 441-8560 JP', 'JP', 'MA-M', '2019-08-22', '2019-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21523, '003058', 0, 'Api Motion', '45 HAZELWOOD DRIVE AMHERST NY 14228 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21524, '0050c26b8', 0, 'Epec Oy', 'P.O. Box 194 Seinäjoki Etelä-Pohjanmaa 60101 FI', 'FI', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21525, 'f81ce5', 0, 'Telefonbau Behnke GmbH', 'Robert-Jungk-Str. 3 Kirkel Saarland 66459 DE', 'DE', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21526, '0016d3', 0, 'Wistron Corp', '21F, 88, Sec.1, Hsin Tai Wu Rd., Hsichih, Taipei Hsien 221 TW', 'TW', 'MA-L', '2005-12-17', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21527, 'e8e875', 0, 'iS5 Communications Inc', '#1-1815 Meyerside Drive Mississauga Ontario L5T 1G3 CA', 'CA', 'MA-L', '2013-01-09', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21528, '4889e7', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-12-07', '2018-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21529, '141459', 0, 'Vodafone Italia S.p.A.', 'Via Lorenteggio nr. 240 Milan Italy 20147 IT', 'IT', 'MA-L', '2019-11-07', '2019-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21530, '004095', 0, 'R.P.T. Intergroups Int\'L Ltd', '9F, 50 MIN CHUAN RD TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21531, '9cf6dd1', 0, 'Ithor IT Co, Ltd', 'No. 501, Building I, ZTE Park, Hi-Tech Industrial Zone XI\'AN ShanXi 710065 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21532, '001bc5043', 0, 'Coincident, Inc', '337 Summer Street Boston MA 02210 US', 'US', 'MA-S', '2011-10-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21533, '9cad97', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-04-22', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21534, '70b3d54d5', 0, 'Moog Rekofa GmbH', 'Bergstrasse 41 Antweiler Rhineland-Palatinate 53533 DE', 'DE', 'MA-S', '2016-03-24', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21535, '70b3d556d', 0, 'Pro-Digital Projetos Eletronicos Ltda', 'RUA SENADOR SARAIVA 200 CURITIBA PR 80510300 BR', 'BR', 'MA-S', '2019-09-03', '2019-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21536, '0050c25ee', 0, 'Condre Corp', '15151 Technology Drive Eden Prairie Minnesota 55344 US', 'US', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21537, '001d2d', 0, 'Pylone, Inc', '4F Nakano Bldg. 4-30-8 Kita-Shinjuku Shinjuku-ku, Tokyo 169-0074 JP', 'JP', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21538, '4c2578', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo NA 24101 FI', 'FI', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21539, '70b3d5f3a', 0, 'Ooo Research and Production Center Computer Tech', 'Komsomolsky avenue, 90-17 Perm Perm Region 614010 RU', 'RU', 'MA-S', '2019-08-24', '2019-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21540, '0050c25de', 0, 'Magal Senstar Inc', '43180 Osgood Rd. Fremont CA 94539 US', 'US', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21541, 'd8760a', 0, 'Escort, Inc', '5440 West Chester Rd. West Chester Ohio 45069 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21542, '70b3d5a78', 0, 'Bionics Co, Ltd', 'Honmachi 1chome 2-1 Honmachi-riverside-bill 2F osaka-city osaka-fu 541-0053 JP', 'JP', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21543, '30b4b8', 0, 'LG Electronics', '222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR', 'KR', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21544, '70b3d5235', 0, 'Cameon S.A.', '3 rue de la Bavière La Chapelle sur Erdre Loire-Atlantique 44240 FR', 'FR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21545, '5062555', 0, 'Suzhou Ruixinjie Information Tech Co, Ltd', 'Room 907,No. 99 Changli Road Suzhou Jiangsu 215000 CN', 'CN', 'MA-M', '2019-09-03', '2019-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21546, '001b6c', 0, 'LookX Digital Media BV', 'Roekenveldweg 1 Brunssum Limburg 6446DK NL', 'NL', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21547, '0026d8', 0, 'Magic Point Inc', 'Suite 203, Building 17, No. 295 Lin Nan Road, Pudong Software Park Sanlin World Expo Block Shanghai 2000126 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21548, '1c98ec', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21549, '904e919', 0, 'Cutter Systems spol. s r.o.', 'Milicova 2530/26 Prostejov 79601 CZ', 'CZ', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21550, '00cfc0', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21551, '586b14', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21552, '00406c', 0, 'Copernique', '6, MAIL DE L\'EUROPE BP 25 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21553, '0050c2c70', 0, 'Wilke Tech GmbH', 'Krefelder Strasse 147 Aachen 52070 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21554, '6c1e90', 0, 'Hansol Technics Co, Ltd', '55, Hansam-ro, Deoksan-Myeon Jincheon-Gun Chungbuk 27850 KR', 'KR', 'MA-L', '2016-05-23', '2016-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21555, 'e8825b', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21556, '0c6111', 0, 'Anda Tech Sac', 'Av. Santa Cruz 888, Miraflores Lima Peru Lima18 PE', 'PE', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21557, '34298f0', 0, 'BlackEdge Capital', '801 West Adams Street, Suite 500 Chicago 60607 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21558, '0050c2e22', 0, 'Michael Riedel Transformatorenbau GmbH', 'Max-Eyth-Str. 10 Ilshofen BW 74532 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21559, '70b3d52a7', 0, 'Plasmability, Llc', '4715 Steiner Ranch Blvd Austin TX 78732 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21560, '0025b6', 0, 'Telecom FM', '895 Plymouth Road Slough Berkshire SL1 4LP GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21561, '00801f', 0, 'Krupp Atlas Electronik GmbH', 'P.O. BOX 448545 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21562, '00111b', 0, 'Targa Systems Div L-3 Communications', '2081 Merivale Rd Ottawa Ont K2G 1G9 CA', 'CA', 'MA-L', '2004-06-05', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21563, 'b03956', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2017-03-26', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21564, 'b04fc3', 0, 'Shenzhen Nvc Cloud Tech Co, Ltd', 'Rm. 1406, Bld. 11A, Shenzhen Bay Eco-Technology Park, Nanshan Dist., Shenzhen Guangdong 518063 CN', 'CN', 'MA-L', '2019-07-02', '2019-07-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21565, '001669', 0, 'Mrv Communication (Networks) Ltd', 'P.O Box 614 Yokneam 20692 US', 'US', 'MA-L', '2005-11-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21566, '64f242', 0, 'Gerdes Aktiengesellschaft', 'Bergerwiesenstraße 9 Meckenheim NRW 53340 DE', 'DE', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21567, '78d800e', 0, 'CL International', '12th Floor, Woolim Lions Valley 1 Bldg 27, Dunchon-daero 457beongil, Jungwon-gu Seongnam Kyeonggi-do 462-806 KR', 'KR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21568, '70b3d5f16', 0, 'Brs Sistemas Eletrônicos', 'Rua Gomes de Freitas, 491 / 204 Porto Alegre RS 91380-000 BR', 'BR', 'MA-S', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21569, '00203c', 0, 'Eurotime AB', 'BOX 277 SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21570, '48f230', 0, 'Ubizcore Co, Ltd', 'Kranz Techno #1420, Sangdaewon 1-dong Seongnam-Si 462-729 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21571, '00204a', 0, 'Pronet GmbH', 'KARLSTRASSE 49 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21572, '0006a4', 0, 'Innowell Corp', '#717 ChongGu Bluevill 463-825 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21573, 'd05f64', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-05-03', '2019-05-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21574, '000f1d', 0, 'Cosmo Techs Co, Ltd', '2-6-1, Matsue Atsugi-shi Kanagawa-ken 243-0005 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21575, '601971', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21576, '00c3f4', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21577, '401175a', 0, 'Bwt Tianjin Ltd', '1st Floor ,C Block,NO.225,Jinger Road ,Konggang Economic District,Tianjin 300308 ,China Tianjin 300000 CN', 'CN', 'MA-M', '2019-07-03', '2019-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21578, '00127d', 0, 'MobileAria', '800 W El Camino Real #240 Mountain View CA 94040 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21579, '942e17', 0, 'Schneider Electric Canada Inc', '1400 industrielle street La Prairie Quebec J5R 2E5 CA', 'CA', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21580, '001b7b', 0, 'The Tintometer Ltd', 'Solar Way Amesbury Wiltshire SP4 7SZ GB', 'GB', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21581, '00240e', 0, 'Inventec Besta Co, Ltd', '10FL, No.36, Lane 513, Rui Guang Road, Nei Hu Dist. Taipei 114 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21582, '2c6bf5', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-01-05', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21583, '4cf737', 0, 'SamJi Electronics Co, Ltd', '459-21, Gasan-dong, Gumchun-ku Seoul 153-803 KR', 'KR', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21584, '8c569d', 0, 'Imaging Solutions Group', '1387 Fairport Rd Fairport NY 14450 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21585, '283638', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-04-13', '2016-04-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21586, '0030a8', 0, 'OL\'E Communications, Inc', '1962 ZANKER ROAD SAN JOSE CA 95112 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21587, '00153c', 0, 'Kprotech Co, Ltd', '2nd Floor, # 202, Myoung-ji e-Space II An-yang City Gyeong-gi Do 430-817 KR', 'KR', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21588, '70b3d5276', 0, 'Tell Software Hungaria Kft.', 'Vagohid u. 2. Debrecen 4034 HU', 'HU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21589, '70b3d5ccd', 0, 'Suzhou PowerCore Tech Co, Ltd', 'Building #3,No.9 Xuesen Road,Science&Technology Town,Suzhou New District Suzhou Jiangsu 215000 CN', 'CN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21590, '70b3d53b7', 0, 'Paul Scherrer Institut (Psi)', 'WHGA/U130 Villigen-PSI Aargau CH-5232 CH', 'CH', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21591, '004252', 0, 'Rlx Tech', '25231 Grograns Mill Rd The Woodlands Tx 77380 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21592, '0050c27fa', 0, 'AutomationX GmbH', 'Teslastraße 8 Grambach Stmk 8074 AT', 'AT', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21593, '002143', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21594, '0022db', 0, 'Translogic Corp', '10825 E. 47th Avenue Denver Colorado 80239 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21595, '90a2da', 0, 'Gheo SA', 'Via Soldini, 22 Chiasso CH-6830 CH', 'CH', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21596, 'e8bb3d', 0, 'Sino Prime-Tech Ltd', 'Room 418, Building 1, Hua Mei Ju (D), Shenzhen Guangdong 518101 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21597, '000382', 0, 'A-One Co, Ltd', '6-9-20, Shimoichiba-cho, JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21598, '0005d2', 0, 'Dap Tech', '955 Fernand Dufour, G1M 3B2 CA', 'CA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21599, 'e8e98e', 0, 'Solar controls s.r.o.', 'Brojova 25 Plzen 32600 CZ', 'CZ', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21600, 'b8e3b1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21601, '70b3d5739', 0, 'Zigencorp, Inc', '6934 Canby Avenue 107 Reseda CA 91335 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21602, '1c427d', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21603, '000956', 0, 'Network Systems Group, Ltd (Nsg)', '39 Kirpichnaya St., Suite 1302 Moscow 105187 RU', 'RU', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21604, '001a07', 0, 'Arecont Vision', '2400 N. Lincoln Ave Altadena CA 91001 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21605, '006078', 0, 'Power Measurement Ltd', '2195 KEATING CROSS ROAD SAANICHTON, B.C. V8M 2A5 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21606, '005065', 0, 'Tdk-Lambda Corp', '36-1 Kasuminosato Ami-Machi Inashiki-Gun Ibaraki, 300-0396 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21607, '44fb42', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21608, '3c39e72', 0, 'HomeWizard B.V.', 'Scheepmakerstraat 40 Katwijk ZH 2222AC NL', 'NL', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21609, '70b3d527e', 0, 'Mettler Toledo', '1571 Northpointe Parkway Lutz FL 33558 US', 'US', 'MA-S', '2016-12-27', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21610, '04d16e', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-07-31', '2019-07-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21611, '38e8ee', 0, 'Nanjing Youkuo Electric Tech Co, Ltd', '100 Jiangjun Road,Jiangning Nanjing Jiangsu 211100 CN', 'CN', 'MA-L', '2019-08-23', '2019-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21612, '000087', 0, 'Hitachi, Ltd', 'NETWORK ENGINEERING DIV. TOKYO 140 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21613, '401d59', 0, 'Biometric Associates, LP', '9475 Deereco Rd. Timonium MD 21093 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21614, '444b5d', 0, 'GE Healthcare', 'Kuortaneenkatu 2 Helsinki 00510 FI', 'FI', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21615, '78dd12', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2018-10-01', '2018-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21616, 'd84c90', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21617, '001343', 0, 'Matsushita Electronic Components (Europe) GmbH', 'Zeppelinstraße 19 Lueneburg Niedersachsen 21337 DE', 'DE', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21618, 'a43bfaf', 1, 'Private', '', '', 'MA-M', '2014-04-14', '2014-04-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21619, '68c44d', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21620, 'a41163a', 0, 'Ise GmbH', 'Osterstrasse 15 Oldenburg 26122 DE', 'DE', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21621, '000c26', 0, 'Weintek Labs. Inc', '3F, No.910, Chung Cheng Rd. Chung Ho city Taipei Hsien 236 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21622, '0c8d98', 0, 'Top Eight Ind Corp', '8F.,No79-1 Zhouzi St., Neihu District, Taipei City (Neihu Technology Park) Taipei 11493 TW', 'TW', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21623, '80711f', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-02-21', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21624, '9055ae', 0, 'Ericsson, Eab/Rwi/K', 'Skolgången 17 Gävle SE-800 06 SE', 'SE', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21625, 'e81b4b', 0, 'amnimo Inc', 'M21-4, 2-9-32 Nakacho Musashino-shi Tokyo 180-8750 JP', 'JP', 'MA-L', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21626, '000334', 0, 'Newport Electronics', '2229 So. Yale St. Santa Ana CA 92704 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21627, '001aa5', 0, 'Brn Phoenix', '2500 Augustine Drive, Suite 200 Santa Clara CA 95054 US', 'US', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21628, 'b889ca', 0, 'Iljin Electric Co, Ltd', '112-83, Annyeong-dong Hwaseong Gyeonggi-do 445-380 KR', 'KR', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21629, '00ace0', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21630, 'e4a387', 0, 'Control Solutions Llc', '2520 Diehl Rd Aurora IL 60502 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21631, '70b3d5765', 0, 'LG Electronics', 'LG Science Park, 10, Magokjungang 10-ro, GangSeo-gu SEOUL 07796 KR', 'KR', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21632, 'c4e90a', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2019-07-27', '2019-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21633, '00e08a', 0, 'Gec Avery, Ltd', 'FOUNDRY LANE WEST MIDLANDS, B66 2LP England GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21634, '000b02', 0, 'Dallmeier electronic', 'Würzburgerstraße 5 Regensburg Bavaria 93059 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21635, '80912a', 0, 'Lih Rong electronic Enterprise Co, Ltd', '2F, No. 2, Lane 387, Hsin Shu Road Hsin Chuang Taipei 242 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21636, 'f8c288', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21637, 'f01dbc', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21638, '08ea40', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21639, '00e068', 0, 'Merrimac Systems Inc', '2144 MC COY ROAD CARROLLTON TX 75006 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21640, '0050c2961', 0, 'Picsolve International Ltd', 'Woodlands Lodge Derby Derbyshire DE223NL GB', 'GB', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21641, '3cc12c', 0, 'Aes Corp', '285 Newbury St Peabody MA 01960 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21642, '9c0e4a', 0, 'Shenzhen Vastking Electronic Co, Ltd', '2/F Building 6,ZhengZhong Industrial Park,Qiaotou Community,Fuyong,Baoan,ShenZhen China Shenzhen Guangdong 518103 CN', 'CN', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21643, '00a02d', 0, '1394 Trade Association', '3925 WEST BRAKER LANE AUSTIN TX 78759 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21644, '0022af', 0, 'Safety Vision, Llc', '6100 W. Sam Houston Pkwy. North Houston 77041 US', 'US', 'MA-L', '2008-10-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21645, '2c26c5', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21646, '98473c', 0, 'Shanghai Sunmon Communication Technogy Co, Ltd', 'Suite 604-605,Xing Yuan Technology Plaza 418 Gui Ping Road ShangHAI Shanghai 200233 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21647, '70b3d5cc1', 0, 'BEEcube Inc', '39465 Paseo Padre Pkwy Fremont CA 94538 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21648, '8cc84b', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2019-07-23', '2019-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21649, '0050c235b', 0, 'Vlsip Tech Inc', '750 PRESIDENTIAL DR RICHARDSON TEXAS 75081 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21650, '0050c2725', 0, 'Dsp Design', 'TAPTON PK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21651, '0050c21be', 0, 'Sedia Electronics', 'Omilio Monteiro Soares, 1590 Curitiba Parana 80320-210 BR', 'BR', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21652, '9405bb6', 0, 'Zigpos GmbH', 'Räcknitzhöhe 35a Dresden Saxony 01217 DE', 'DE', 'MA-M', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21653, '0001df', 0, 'Isdn Communications, Ltd', 'The Stable Block, Ronans ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21654, '0050c24f7', 0, 'WaveIP', 'Teradion Industrial Park Misgav 20179 IL', 'IL', 'IAB', '2005-08-26', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21655, '0050c2534', 0, 'Hyundai J. Comm', '254-1, Makok-Ri, Hopub-Myoun Ichun-Si Kyungki-Do 467-820 KR', 'KR', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21656, '0050c26a6', 0, 'Victory Concept Industries Ltd', '4/F., CAC Tower Kwun Tong Kowloon HK', 'HK', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21657, 'c4c19f', 0, 'National Oilwell Varco Instrumentation, Monitoring, and Optimization (Nov Imo)', '1200 Cypress Creek Rd. Cedar Park TX 78613 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21658, '70b3d5de8', 0, 'Nation-E Ltd', '89 Medinat hayehudim St. Herziliya IL 4676672 IL', 'IL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21659, '00600f', 0, 'Westell Tech Inc', '750 N Commons Dr Aurora IL 60504 US', 'US', 'MA-L', '1980-01-01', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21660, '006088', 0, 'Analog Devices, Inc', '410 AMHERST STREET-STE #325 NASHUA NH 03063 US', 'US', 'MA-L', '1980-01-01', '2017-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21661, '70b3d51b1', 0, 'Shanghai Danyan Information Tech Co, Ltd', '12D, Building 7, 2388, Chenhang Road, Minhang District Shanghai Shanghai 201114 CN', 'CN', 'MA-S', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21662, '0021b7', 0, 'Lexmark International, Inc', '740 West New Circle Road Lexington KY 40550 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21663, 'b4527d', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2013-05-11', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21664, 'a44f29a', 0, 'Htd', '1000 Shiloh Rd, Suite 100 Plano TX 75074 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21665, '70b3d5392', 0, 'Contec Americas Inc', '3991 Sarno Rd Melbourne FL 32934 US', 'US', 'MA-S', '2016-02-18', '2019-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21666, '002675', 0, 'Aztech Electronics Pte Ltd', '31 Ubi Road 1 Singapore 408694 SG', 'SG', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21667, '18c086', 0, 'Broadcom', '5300 California Avenue Irvine CA 92617 US', 'US', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21668, '0050c2d4f', 0, 'Secom GmbH', 'Saseler Bogen 4a Hamburg 22393 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21669, '584c19', 0, 'Chongqing Guohong Tech Development Co Ltd', 'Rongzhi Building, Science & Technology Venture Center, Chongqing 401336 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21670, '40d855161', 0, 'Solidscape Inc', '316 Daniel Webster Hwy Merrimack NH 03054 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21671, '70b3d50d2', 0, 'Unmanned Spa', 'sevilla lote 13 s/n Valdivia Los Rios 5090000 CL', 'CL', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21672, '00c024', 0, 'Eden Sistemas DE Computacao SA', 'RUA DO OUVIDOR 121 5 ANDAR BR', 'BR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21673, '005020', 0, 'Mediastar Co, Ltd', '3FL, SOHUN BLDG. KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21674, '3890a5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21675, '7cbaccd', 0, 'Sigma-Elektro GmbH', 'Dr.-Julius-Leber-Str. 15 Neustadt an der Weinstraße Germany 67433 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21676, 'e8abfa', 0, 'Shenzhen Reecam TechLtd', 'Room 03D-1 , North Wing Of 3 rd Floor, Block 1 , Vision Shenzhen Business Park Nanshan District, Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21677, '2085939', 1, 'Private', '', '', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21678, '00d086', 0, 'Foveon, Inc', '2820 San Tomas Expressway Santa Clara CA 95051 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21679, '0050c2716', 0, 'Mitrol S.R.L.', 'VIA G. MATTEOTTI, 19 GAZZADA SCHIANNO VARESE 21045 IT', 'IT', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21680, 'c43abe', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2015-01-23', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21681, '04714b7', 0, 'Omylis Pte Ltd', '150, South Bridge Road #06-04B, Fook Hai Building Singapore 058727 SG', 'SG', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21682, '70b3d5f89', 0, 'Soehnle Industrial Solutions GmbH', 'Gaildorfer Strasse 6 Backnang 71522 DE', 'DE', 'MA-S', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21683, '0050c20cd', 0, 'Linet OY', 'Riihitie 8 00330 Helsinki FI', 'FI', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21684, '0050c2405', 0, 'Guralp Systems Ltd', '3 Midas House Reading Berkshire RG7 8EA GB', 'GB', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21685, '001864', 0, 'Eaton Corp', '730, rue Commerciale St-Jean-Chrysostome QC G6Z 2C5 CA', 'CA', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21686, 'acca8e', 0, 'Oda Tech', '607-A Woorim Lions Valley, #425 Incheon KSXX0009 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21687, '74819a', 0, 'PT. Hartono Istana Teknologi', 'KHR Asnawi Kudus Jawa Tengah 59332 ID', 'ID', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21688, '9017c8', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21689, '00805b', 0, 'Condor Systems, Inc', '2133 SAMARILTAN DRIVE SAN JOSE CA 95124 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21690, '00087f', 0, 'Spaun electronic GmbH & Co KG', 'Byk-Gulden - Str. 22 DE', 'DE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21691, '000b42', 0, 'commax Co, Ltd', '513-11, Sangdaewon-Dong, Jungwon-Ku Sungnam-City Kyunggi-Do 462-120 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21692, '0050c2494', 0, 'Ultimate Tech, Inc', '30 Waverly St. Taunton MA 02780-1460 US', 'US', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21693, '74e5f9', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21694, '1c549e', 0, 'Universal Electronics, Inc', '201 E. Sandpointe Ave Santa Ana CA 92707 US', 'US', 'MA-L', '2018-08-10', '2018-08-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21695, '70b3d55b4', 0, 'Systems Tech', '11310 N Government Way Hayden ID 83835 US', 'US', 'MA-S', '2019-08-27', '2019-08-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21696, '00b064', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21697, '00c037', 0, 'Dynatem', '15795 ROCKFIELD BLVD. IRVINE CA 92718 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21698, 'c858c0', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-12-12', '2019-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21699, '0017c7', 0, 'Mara Systems Consulting AB', 'Instrumentvägen 45 Stockholm 126 53 SE', 'SE', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21700, '0050c2776', 0, 'Integrated Security Corp', '46755 Magellan Drive Novi MI 48377 US', 'US', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21701, '001128', 0, 'Streamit', 'Flight Forum 3543 Eindhoven 5657 DW NL', 'NL', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21702, '0011d1', 0, 'Soft Imaging System GmbH', 'Johann-Krane-Weg 39 Muenster 48149 DE', 'DE', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21703, '6c9ac9', 0, 'Valentine Research, Inc', '10280 Alliance Rd Cincinnati OH 45242 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21704, '48f17f', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-10-08', '2018-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21705, '000d27', 0, 'Microplex Printware AG', 'Panzerstraße 5 Varel Niedersachsen 26316 DE', 'DE', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21706, '000ecb', 0, 'VineSys Tech', '3350 Scott Blvd. building 15-03 Santa Clara CA 95054 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21707, 'e0f847', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21708, '40d8550a7', 0, 'First Design System Inc', 'Tachibana Shinjyuku Bldg. 4F Shinjyuku-ku, Tokyo 1600023 JP', 'JP', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21709, '704e01', 0, 'Kwangwon Tech Co, Ltd', 'D-401, Digital-Empire Bldg., 980-3 Suwon Gyeonggi-Do 443-702 KR', 'KR', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21710, 'a4580fe', 0, 'Finetree Communications Inc', '#406, Shinyatap Prugiocity2, Yanghyunro 405 Seungnamsi 13439 KR', 'KR', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21711, '2034fb', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21712, '0000b1', 0, 'Alpha Micro', '3501 SUNFLOWER SANTA ANA CA 92704 US', 'US', 'MA-L', '1980-01-01', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21713, '00147e', 0, 'InnerWireless', '1155 Kas Drive, Suite 200 Richardson TX 75081 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21714, '58a2b5', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2013-07-12', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21715, '00601b', 0, 'Mesa Electronics', '1323 61ST STREET EMERYVILLE CA 94608-2117 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21716, '0050c25c0', 0, 'Pyott-Boone Electronics', 'P. O. Box 809 Tazewell VA 24651 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21717, '388ee7', 0, 'Fanhattan Llc', '489 S El Camino Real San Mateo CA 94402 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21718, '909c4a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21719, '001aeb', 0, 'Allied Telesis R&D Center K.K.', 'No.2 TOC Bldg. Shinagawa-ku Tokyo 141-0031 JP', 'JP', 'MA-L', '2006-12-30', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21720, '0050c2837', 0, 'ID-Karta s.r.o.', 'Hlavni 3 Opava 747 70 CZ', 'CZ', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21721, '18e728', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21722, '1c27dd', 0, 'Datang Gohighsec(zhejiang)Information Tech Co, Ltd', 'Beiwu Innovation park, #23 Beiwu Villiage Road Beijing Beijing 100000 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21723, '70b3d5f2f', 0, 'Teleplatforms', 'Polbina st., 3/1 Moscow 109388 RU', 'RU', 'MA-S', '2019-06-24', '2019-06-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21724, '5050a4', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21725, '0050c259f', 0, 'ads-tec GmbH', 'Raiffeisenstraße 14 Leinfelden-Echterdingen Baden-Württemberg 70771 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21726, '00195d', 0, 'ShenZhen XinHuaTong Opto Electronics Co, Ltd', '5F,BaodaZhou,Shancheng Industrial Zone,BaoAn District ShenZhen GuangDong 518108 CN', 'CN', 'MA-L', '2006-08-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21727, '00122e', 0, 'Signal Tech - Aisd', '1820 Preston Park Blvd. Plano TX 75093 US', 'US', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21728, '001932', 0, 'Gude Analog- und Digialsysteme GmbH', 'Eintrachstrasse 113 Cologne NRW 50668 DE', 'DE', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21729, '70b3d5d2a', 0, 'ITsynergy Ltd', '9 Bonhill Street London EC2A 4DJ GB', 'GB', 'MA-S', '2020-01-18', '2020-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21730, '0050c2fc9', 0, 'Mehta Tech, Inc', '208 N. 12th Avenue Eldridge IA 52748 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21731, '88a9a7b', 0, 'Twk-Elektronik', 'Heinrichstr. 85 Duesseldorf 40239 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21732, '74eacb', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-09-10', '2017-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21733, '0035ff', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21734, '40a6b7', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21735, '0016bf', 0, 'PaloDEx Group Oy', 'P.O. Box 64 Tuusula 04301 FI', 'FI', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21736, '0097ff', 0, 'Heimann Sensor GmbH', 'Maria-Reiche-Str. 1 Dresden Sachsen 01109 DE', 'DE', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21737, '4ce175', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-10-22', '2019-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21738, 'a4d094', 0, 'Erwin Peters Systemtechnik GmbH', 'Josef Baumann Strasse 37 Bochum D44805 DE', 'DE', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21739, '002a10', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-05-19', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21740, 'e02538', 0, 'Titan Pet Products', '6521 Creedmoor Rd. Suite 101 Raleigh NC 27613 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21741, '80946c', 0, 'Tokyo Radar Corp', '15-7 Nishikubo-cho Hodogaya-ku, Yokohama-shi Kanagawa 240-0022 JP', 'JP', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21742, 'cc14a6', 0, 'Yichun MyEnergy Domain, Inc', '349W. Yuanshan Rd, Yichun Yichun Jiangxi 336000 CN', 'CN', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21743, '00014a', 0, 'Sony Corp', 'Gotenyama Tec, 5-1-2 Kitashinagawa Tokyo 141-0001 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21744, '001d74', 0, 'Tianjin China-Silicon Microelectronics Co, Ltd', '301,3F Building 211,No.214 Hongqi Road, Nankai District, Tianjin China Tianjin 300190 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21745, '84a24d', 0, 'Birds Eye Systems Private Ltd', '123-126, B Wing First Floor, Chintanmani Plaza, Mohan Studio Compound, Andheri-Kurla Road, Andheri East Mumbai Maharashtra 400099 IN', 'IN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21746, '70b3d525c', 0, 'Arclan\'System', '1140 rue Ampère - Actimart II - Lot 9 AIX EN PROVENCE 13290 FR', 'FR', 'MA-S', '2020-01-30', '2020-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21747, '606944', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21748, '40d8551ca', 0, 'Rigel Engineering', '1690 S Tropical Trail Merritt Island FL 32952 US', 'US', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21749, '2836388', 0, 'Havells India Ltd', 'Head Office, Havells India Ltd QRG Towers, 2D, Sector 126 Noida UP 201304 IN', 'IN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21750, 'fca47a4', 0, 'Hooc AG', 'Torweg 8 Visp VS 3930 CH', 'CH', 'MA-M', '2019-05-02', '2019-05-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21751, 'd05f64e', 0, 'Montblanc-Simplo GmbH', 'Hellgrundweg 100 Hamburg Hamburg 22525 DE', 'DE', 'MA-M', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21752, '009091', 0, 'DigitalScape, Inc', '6 MORGAN - STE.#100 IRVINE CA 92618 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21753, '40d855192', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2013-11-18', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21754, '0050c2ba0', 0, 'txtr GmbH', 'Rosenthaler Str. 13 Berlin 10119 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21755, '34a183', 0, 'Aware, Inc', '614 Massachusetts Ave. Cambridge MA 02139 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21756, 'b88f14', 0, 'Analytica GmbH', 'Vorholzstraße 36 Karlsruhe Baden-Württemberg 76137 DE', 'DE', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21757, 'a4f1e8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21758, '00803d', 0, 'Surigiken Co, Ltd', 'YOUTH BLDG, 4-1-9 SHINJUKU JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21759, '00c0eb', 0, 'Seh Computertechnik GmbH', 'Suedring 11 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21760, '001332', 0, 'Beijing Topsec Network Security Tech Co, Ltd', 'Huakong Tower Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21761, '0050c2908', 0, 'Codex Digital Ltd', '60 Poland Street London W1F 7NT GB', 'GB', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21762, '8ce748', 1, 'Private', '', '', 'MA-L', '2012-01-18', '2012-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21763, '00e05b', 0, 'West End Systems Corp', '39 WINNER\'S CIRCLE DR., ARNPRIOR, ONTARIO K7S 3G9 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21764, '00e064', 0, 'Samsung Electronics', '99 W. TASMAN DRIVE SAN JOSE CA 95134 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21765, '008074', 0, 'Fisher Controls', '1712 CENTRE CREEK DRIVE AUSTIN TX 78754 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21766, '001b80', 0, 'Lord Corp', '2000 West Grandview Blvd Erie Pa 16509 US', 'US', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21767, '002163', 0, 'Askey Computer Corp', '10F,NO.119.CHIENKANG RD,CHUNG-HO, taipei TAIPEI 235 TW', 'TW', 'MA-L', '2008-10-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21768, '24c8d3', 0, 'McWane India Pvt Ltd', '483, Kamaraj Road, Upplipalayam Coimbatore Tamil Nadu 641015 IN', 'IN', 'MA-L', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21769, '000640', 0, 'White Rock Networks', 'Suite #900 Dallas TX 75252 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21770, '000bd7', 0, 'Dorma Time + Access GmbH', 'Mainzer Straße 36-52 Bonn Nordrheinwestfalen 53179 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21771, '0050c2acd', 0, 'MeshWorks Wireless Oy', 'Hermiankatu 6-8 H Tampere Suomi 33720 FI', 'FI', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21772, 'f49466', 0, 'CountMax, Ltd', '11 Titova str. poselok Lesnoy Moscowskaya oblast 141231 RU', 'RU', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21773, '981094', 0, 'Shenzhen Vsun Communication Tech Co, Ltd', 'Room 1903, Block A, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21774, '70b3d5593', 0, 'Asis Pro', '27 Shaked st Hevel Modiin Industrial Park 7319900 IL', 'IL', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21775, '00a00a', 0, 'Airspan', 'Unitronics Building, Arava Street, Airport City 70100 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21776, '000955', 0, 'Young Generation International Corp', '4F.,No. 188, Minchuan Rd., Shindian City Shindian 231 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21777, '0012d5', 0, 'Motion Reality Inc', '200 North Cobb Parkway Marietta GA 30062 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21778, '001bf8', 0, 'Digitrax Inc', '2443 Transmitter Rd, Panama City FL 32404 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21779, '0071c2', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2015-01-23', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21780, '000190', 0, 'Smk-M', '1055 Tierra Del Rey Chula Vista CA 91910 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21781, '0090e8', 0, 'Moxa Tech Corp, Ltd', '7F, NO. 2, ALY6, LN 235 SHIENG-TIEN CITY TAIPEI TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21782, '709e86', 0, 'X6d Ltd', '199, Arch. Makariou III Limassol 3030 CY', 'CY', 'MA-L', '2012-03-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21783, 'a43d78', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21784, '0050c23c9', 0, 'Dilax Intelcom AG', 'Fidlerstr. 2 Ermatingen Thurgau 8272 CH', 'CH', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21785, '0050c2ed6', 0, 'Cat AB', 'P.o. box 2038 Sundbyberg SE-174 02 SE', 'SE', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21786, '0050c2d3d', 0, 'Tellabs Operations Inc', 'One Tellabs Center Naperville Illinois 60563 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21787, '705b2e', 0, 'M2Communication Inc', 'Room 12, 18F., No.65, Gaotie 7th Road Zhubei City Hsinchu County 302 TW', 'TW', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21788, '70b3d521e', 0, 'Hildebrand Tech Ltd', '16 Mortimer Street London London W1T 3JL GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21789, '4048fdd', 0, 'Nox Systems AG', 'Alvierweg 17 Vaduz FL 9490 LI', 'LI', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21790, '006062', 0, 'Telesync, Inc', '5555 OAKBROOK PKWY-STE #110 NORCROSS GA 30093 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21791, '005043', 0, 'Marvell Semiconductor, Inc', '645 ALMANOR AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21792, '000704', 0, 'Alps Electric Co, Ltd', '6-3-36 Furukawanakazato, Osaki Miyagi-pref 989-6181 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21793, '8caab5', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21794, '40d8551c4', 0, 'Qed Advanced Systems Ltd', '8 Oakwood Business Park Weston-s-Mare Somerset BS249AY GB', 'GB', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21795, '001f77', 0, 'Heol Design', '1 bd d\'armor LANNION BRETAGNE 22300 FR', 'FR', 'MA-L', '2008-01-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21796, '0050c2a06', 0, 'Cloos Electronic GmbH', 'Industriestraße 34-36 Haiger Hessen 35708 DE', 'DE', 'IAB', '2008-12-20', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21797, 'accf23', 0, 'Hi-flying electronics Tech Co, Ltd', 'Room B101,456 BiBo Raod,PuDong Shanghai 201200 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21798, '40d855029', 0, 'Depro Electronique', '755 cure-boivin Boisbriand Quebec J7G 2J2 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21799, '00247a', 0, 'FU YI Cheng Tech Co, Ltd', '13F, No. 105-1, Jilin Rd., Luju Shiang, Taoyuan 338 TW', 'TW', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21800, 'd49c28', 0, 'JayBird Llc', '3676 California Ave Salt Lake City UT 84104 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21801, '70b3d5729', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62901 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21802, '64a2f9', 0, 'OnePlus Tech (Shenzhen) Co, Ltd', '18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21803, '945089', 0, 'SimonsVoss Tech GmbH', 'Feringastr. 4 Unterfoehring Bavaria 85774 DE', 'DE', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21804, '40d855072', 0, 'CT Co', 'Nizhni Krasnoselsky st.,35 Moscow 140070 RU', 'RU', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21805, '403dec', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bundang-gu, Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21806, '000c96', 0, 'Oqo, Inc', '1800 Illinois Street San Francisco CA 94124 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21807, '001686', 0, 'Karl Storz Imaging', '175 Cremona Dr. Goleta CA 93117 US', 'US', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21808, '805a04', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2016-09-22', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21809, '0010fa', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '1997-11-14', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21810, '0000b0', 0, 'Rnd-Rad Network Devices', 'ATIDIM TECHNOL\'CL BLDG. 1 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21811, 'b45ca4', 0, 'Thing-talk Wireless Communication Tech Corp Ltd', '498 Guo Shou Jing Road, Suite 10402 Shanghai 201203 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21812, '807b853', 0, 'Zhuhai Top Intelligence Electric Co, Ltd', 'No.619,Huawei Road Zhuhai City Guangdong Province 519070 CN', 'CN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21813, '70b3d5893', 0, 'Cubitech', '4-6 Kiprou str Tavros Athens 17778 GR', 'GR', 'MA-S', '2016-02-18', '2019-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21814, '949b2c', 0, 'Extreme Networks, Inc', '6480 Via Del Oro San Jose 95119 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21815, '0050c206d', 0, 'Advanced Signal Corp', 'PO Box 713 Quincy IL 62306-0713 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21816, '001d9c', 0, 'Rockwell Automation', '1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21817, '0050c2e06', 0, 'Ebner Electronic GmbH', 'Neuhofenstrasse 35 Gmunden Upper 4810 AT', 'AT', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21818, '4c8d79', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21819, '90505a', 0, 'unGlue, Inc', '7150 Helmsdale Circle West Hils CA 91307 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21820, '70b3d58aa', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21821, '00039d', 0, 'Qisda Corp', '157 Shan Ying Road GueiShan Taoyuan 333 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21822, '0024ba', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2008-12-30', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21823, '002706', 0, 'Yoisys', '309-52 SUNGSU-2GA, 1DONG, SUNGDONG-GU SEOUL 133-827 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21824, '3c6716', 0, 'Lily Robotics', '75 Boardman Pl San Francisco CA 94103 US', 'US', 'MA-L', '2015-10-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21825, '000d88', 0, 'D-Link Corp', 'No.8, Li-Hsing 7 Road, Science-Based Ind Hsinchu 30077 TW', 'TW', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21826, '0050c265b', 0, 'Silverbrook Research', '393 Darling St Balmain NSW 2041 AU', 'AU', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21827, '002722', 0, 'Ubiquiti Networks Inc', '91 E Tasman Dr San Jose CA 95134 US', 'US', 'MA-L', '2010-01-05', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21828, '44c15c', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-03-17', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21829, '2c4d54', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21830, '70b3d556b', 0, 'S.E.I. Co, Ltd', '59 Nirayama Tada Izunokuni Shizuoka 4102133 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21831, '70b3d592a', 0, 'Miravue', '75 E 400 S STE 302 Salt Lake City UT 84111 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21832, '70b3d5800', 0, 'HeadsafeIP Pty Ltd', '231 Birrell st bronte nsw 2024 AU', 'AU', 'MA-S', '2018-10-22', '2018-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21833, '080007', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '1980-01-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21834, '0050c20b3', 0, 'Smx Corp', '222 Gale Lane Kennett Square PA 19348 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21835, '0050c2e5e', 0, 'Orep', '39 AVENUE SIDOINE APOLLINAIRE LYON 69009 FR', 'FR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21836, '00fcba', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21837, '0050c2710', 0, 'Wharton Electronics Ltd', 'Unit 15, Thame Park Business Centre Thame Oxfordshire OX9 3XA GB', 'GB', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21838, '002521', 0, 'Logitek Electronic Systems, Inc', '5622 Edgemoor Drive Houston Texas 77081 US', 'US', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21839, '7c092b', 0, 'Bekey A/S', 'Bredebjergvej 6 Taastrup 2630 DK', 'DK', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21840, '907af1', 0, 'Wally', '1415 NE 45th St Seattle WA 98105 US', 'US', 'MA-L', '2013-03-10', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21841, '70b3d5f1e', 0, 'Atx Networks Ltd', 'Halapid 12 st Petach tikva Israel 4917001 IL', 'IL', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21842, '849a40', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.555 Qianmo Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-07-27', '2019-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21843, '004069', 0, 'Lemcom Systems, Inc', '2104 WEST PEORIA AVENUE PHOENIX AZ 85029 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21844, '0050c21fa', 0, 'SP Controls, Inc', '930 Linden Avenue San Francisco CA 94080 US', 'US', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21845, 'f855cd', 0, 'Visteon Corp', 'One Village Center Drive Van Buren Twp MI 48111 US', 'US', 'MA-L', '2019-08-17', '2019-08-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21846, 'fce892', 0, 'Hangzhou Lancable Tech Co, Ltd', 'Zone A,Floor 16,Zhongcai Building,68#,Tonghe Road,Binjiang District, Hangzhou Zhejiang 310051 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21847, '7cbc847', 0, 'Xuji Changnan Communication Equipment Co, Ltd', 'No. 2725, Xu You Xi Road Xuchang Henan 461001 CN', 'CN', 'MA-M', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21848, '0016ba', 0, 'Weathernews Inc', 'NAKASE 1-3 MTG CHIBA 262-0032 US', 'US', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21849, 'f4573e', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21850, '381c23', 0, 'Hilan Tech Co, Ltd', '604,Block 1,Kai Da Er Building,No.168 TongSha Road,XiLi Town,Nanshan,Shenzhen,P.R.C Shenzhen Guandong 518055 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21851, '70b3d5bf3', 0, 'CG-Wireless', 'LE MOUSTOIR PLOGASTEL SAINT GERMAIN 29710 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21852, '4011752', 0, 'Kanda Kogyo', '3-6 Kandacho HImeji Hyogo 6700991 JP', 'JP', 'MA-M', '2019-07-04', '2019-07-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21853, '0050a4', 0, 'IO Tech, Inc', '25971 CANNON ROAD CLEVELAND OH 44146 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21854, '00079b', 0, 'Aurora Networks', '2803 Mission College Blvd. Santa Clara CA 95054 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21855, '70b3d5078', 0, 'OrbiWise SA', 'c/o Fongit Plan-les-Ouates Geneva 1228 CH', 'CH', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21856, '3873ea2', 0, 'Eyesight(Shanghai)Communication Tech Co, Ltd', 'Room 820, C/F, Building 1, NO. 3000 Longdong Avenue, China(Shanghai) Pilot Free Trade ShangHai ShangHai 201203 CN', 'CN', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21857, '0001f0', 0, 'Tridium, Inc', '3951 Westerre Parkway Richmond VA 23233 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21858, '000236', 0, 'Init GmbH', 'Kaeppelestraße 6 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21859, 'fce192', 0, 'Sichuan Jinwangtong Electronic Science&Tech Co,.Ltd', 'No.28,Xinchuang Rd.,West Gaoxin District Chengdu Sichuan 611731 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21860, '20b001', 0, 'Technicolor', 'Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE', 'BE', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21861, '0019c4', 0, 'Infocrypt Inc', '711, BYUCKSAN DIGITAL VALLEY 1 212-16, Seoul 152-050 KR', 'KR', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21862, '207c8f', 0, 'Quanta Microsystems, Inc', 'No.5 Lane 91,Dongmei Rd. Hsinchu 300 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21863, 'ec9f0da', 0, 'flexlog GmbH', 'Zur Gießerei 4 Karlsruhe 76227 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21864, '000cc3', 0, 'BeWAN systems', '16 rue du Moulin des Bruyères Courbevoie Courbevoie Hauts de Seine 92400 FR', 'FR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21865, '0011c9', 0, 'Mtt Corp', '2-7-12 Nishi-ku Kobe 651-2241 JP', 'JP', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21866, '0c3021', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-07-29', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21867, '0050c2e0c', 0, 'Youho Electric Ind.,Ltd', '800-8,DEOKDO-RI,GWANGJEOK-MYEON, YANGJOO-SI GYEONGGI-DO 482-843 KR', 'KR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21868, 'aceb51', 0, 'Universal Electronics, Inc', '201 E. Sandpointe Ave Santa Ana CA 92707 US', 'US', 'MA-L', '2019-10-10', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21869, '788b2a', 0, 'Zhen Shi Information Tech (Shanghai) Co, Ltd', '5F, Building 3?No. 401 Caobao Road, Xuhui District, Shanghai, China Shanghai Shanghai 200233 CN', 'CN', 'MA-L', '2019-10-31', '2019-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21870, '00805d', 0, 'Canstar', '3900 VICTORIA PARK AVENUE M2H 3H7 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21871, '001a89', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21872, '1cbdb9', 0, 'D-Link International', '1 INTERNATIONAL BUSINESS PARK, SINGAPORE 609917 SG', 'SG', 'MA-L', '2010-02-21', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21873, '843a4b', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21874, '00136e', 0, 'Techmetro Corp', '4F. Dongam B/D., 264-5, YangJae-Dong Seoul 137-130 KR', 'KR', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21875, '0050c24b2', 0, 'Tesla, a.s.', 'Podebradska 56/186 Praha 9 180 66 CZ', 'CZ', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21876, '0017c0', 0, 'PureTech Systems, Inc', '1950 W Rose Garden Lane Phoenix AZ 85027 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21877, '70b3d5eb9', 0, 'Thiel Audio Products Co, Llc', '566 Mainstream Dr, Suite 500 Nashville TN 37228 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21878, 'a4da22e', 0, 'Quuppa Oy', 'Keilaranta 1 Espoo 02150 FI', 'FI', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21879, '6c5c3dc', 0, 'choyang powertech', '11. Deoksan-ro 189beon-gil. ilsan seo-gu. Goyang-si Gyeonggi-do 10205 KR', 'KR', 'MA-M', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21880, '00e0ba', 0, 'Berghof Automationstechnik GmbH', 'HARRET STRASSE 1 D 72800 ENINGEN DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21881, '000c4c', 0, 'Arcor AG&Co', 'Alfred-Herrhausen-Allee 1 Eschborn Hessen 65760 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21882, '40f520', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2020-01-23', '2020-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21883, 'e85bf0', 0, 'Imaging Diagnostics', 'POB 698 Nes Ziona N/A 74106 IL', 'IL', 'MA-L', '2012-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21884, '904e912', 0, 'North Pole Engineering, Inc', '221 N. 1st. St., Suite 310 Minneapolis MN 55401 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21885, '10dcb61', 0, 'Abb Switzerland Ltd', 'Fabrikstrasse 3 Lenzburg 5600 CH', 'CH', 'MA-M', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21886, '0019dc', 0, 'Enensys Tech', 'Le Germanium RENNES Brittany 35700 FR', 'FR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21887, '0022b8', 0, 'Norcott', 'Brookfield House, Grimsditch Lane off Tarporley Road Cheshire WA4 4EA GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21888, 'e40439', 0, 'TomTom Software Ltd', '20th Floor Euston Tower London NW1 3AS GB', 'GB', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21889, 'e41e0a7', 0, 'Tritium Pty Ltd', '1/31 Archimedes PL. Murarrie QLD 4172 AU', 'AU', 'MA-M', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21890, '000a1a', 0, 'Imerge Ltd', 'Unit 6, Bar Hill Business Park Bar Hill Cambridge CB3 8SL GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21891, '000b18', 1, 'Private', '', '', 'MA-L', '2002-10-14', '2002-10-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21892, '000dde', 0, 'Joyteck Co, Ltd', '19F, No.4, Sec. 3, Min Chuan East Rd. Taipei 105 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21893, '001876', 0, 'WowWee Ltd', '92 Granville Rd. Suite 301A-C T.S.T. East Kowloon HK', 'HK', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21894, '0050c2874', 0, 'Arcos Tech Ltd', '26 Hasivim St. Petakh-Tikva 49517 IL', 'IL', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21895, '80ceb9', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21896, '0060fa', 0, 'Educational Tech Resources, Inc', '1742 CHURCH STREET HOLBROOK NY 11741 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21897, '00a018', 0, 'Creative Controllers, Inc', '128 KENDRICK LANE PICAYUNE MS 39466 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21898, '0050c2d15', 0, 'Msr-Office GmbH', 'Ravensburger Straße 71 Wangen Baden-Württemberg 88239 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21899, '806007', 0, 'Rim', 'Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21900, '10ae60', 1, 'Private', '', '', 'MA-L', '2013-09-12', '2013-09-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21901, 'f0c850', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21902, '00b0ce', 0, 'Viveris Tech', '1 rue Traversiere BP 20327 Rungis Cedex 94598 FR', 'FR', 'MA-L', '2001-06-04', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21903, '002545', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21904, '0050c2da3', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2011-02-21', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21905, '68e166', 1, 'Private', '', '', 'MA-L', '2013-06-20', '2013-06-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21906, '1c7e51', 0, '3bumen.com', '11/F FRONT BLK HANG LOK BLDG HONG KONG KONG KONG N/A HK', 'HK', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21907, 'b0c090', 0, 'Chicony Electronics Co, Ltd', 'No.25, Wugong 6th Rd., Wugu Dist., New Taipei City 248, TAIWAN, REPUBLIC OF CHINA 248 TW', 'TW', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21908, '70b3d5bea', 0, 'Virtuosys Ltd', 'The Tramshed Offices, Beehive Yard Bath Somerset BA1 5BB GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21909, '60d2dd', 0, 'Shenzhen Baitong Putian Tech Co, Ltd', '501,5/F,Building 1,No.2,Lianwei Street,Hualian Community,Longhua Street Longhua District Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2019-01-15', '2019-01-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21910, '00004a', 0, 'Adc Codenoll Tech Corp', '200 CORPORATE BLVD. SO. YONKERS NY 10701 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21911, '0000e1', 0, 'Grid Systems', '47211 LAKEVIEW BOULEVARD FREMONT CA 94537-5003 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21912, '0006df', 0, 'Aidonic Corp', '2-7-10 Otsuka, Bunkyo-ku, Tokyo, 112-0012 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21913, '0012e9', 0, 'Abbey Systems Ltd', 'Level 4, 220 Willis St Wellington 6030 NZ', 'NZ', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21914, '001af2', 0, 'Dynavisions Schweiz AG', 'Freisinger Landstraße 21 D-80939 Muenchen DE', 'DE', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21915, '98d6bb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-11-26', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21916, 'b8d812d', 0, 'Lam Research', '4305 cushing parkway Fremont California 94538 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21917, '28070d', 0, 'Guangzhou Winsound Information Tech Co, Ltd', 'Building1 NO.13 DABU ROAD HUADU DISTRICT GUANGZHOU GUANGDONG 510800 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21918, '0000b9', 0, 'Mcdonnell Douglas Computer Sys', 'DIV MCDONNELL DOUGLAS INF SYS ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21919, '000395', 0, 'California Amplifier', '460 Calle San Pablo Camarillo CA 93012 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21920, 'a8e544', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-01-19', '2019-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21921, '8ccf8f', 0, 'Itc Systems', '800 Fee Fee Road St Louis MO 63043 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21922, '40490f', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21923, '0040c7', 0, 'Ruby Tech Corp', '6F-1, NO.3, LANE 250, TAIPEI TAIWAN, R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21924, 'c038f9', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21925, '88e0a0', 0, 'Shenzhen VisionSTOR Tech Co, Ltd', '12/F, East Tower,Nanshan Software Park Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21926, '64cfd9', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21927, '70b3d5b06', 0, 'Multivoice Llc', '224 S. Main St #401 Springville UT 84660 US', 'US', 'MA-S', '2019-02-26', '2019-02-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21928, '00e0fa', 0, 'Trl Tech, Ltd', 'SHANNON WAY, ASHCHURCH, TEWKESBURY, GLOS. GL20 8ND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21929, '0022ef', 0, 'iWDL Tech', '10522 Meinert Rd Wexford PA 15090 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21930, '000d05', 0, 'cybernet manufacturing Inc', '5 holland irvine ca 92618 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21931, '000dc5', 0, 'EchoStar Global B.V.', 'Schuilenburglaan 5a Almelo Overijssel 7604BJ NL', 'NL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21932, '70b3d541e', 0, 'Redler Computers', 'Hamelacha St., 8 ,New Industrial Zone Netanya Israel 42815 IL', 'IL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21933, '8a34bc', 0, 'Fiberworks AS', 'Ryensvingen 15 Oslo 0680 NO', 'NO', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21934, '000007', 0, 'Xerox Corp', 'M/S 105-50C WEBSTER NY 14580 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21935, '000c21', 0, 'Faculty of Science and Tech, Keio University', '3-14-1 Hiyoshi, Kohoku-ku Yokohama Kanagawa 223-8522 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21936, '9c44a6', 0, 'SwiftTest, Inc', '3255 Scott Blvd. Santa Clara California 95054 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21937, '70b3d5f0c', 0, 'ModulaTeam GmbH', 'Schrannenplatz 6 Erding Bavaria 85435 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21938, '682c7b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21939, '6429ed', 0, 'AO Pkk Milandr', 'Gergievsky prospekt, 5 Zelenograd Moscow 124498 RU', 'RU', 'MA-L', '2018-10-22', '2018-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21940, '0050c2942', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21941, '08f2f4', 0, 'Net One Partners Co, Ltd', '2-8 Higashi Shinagawa 2-chome, Tokyo 1400002 JP', 'JP', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21942, '0050c2d07', 0, 'Iaf GmbH', 'Berliner Str. 52j Braunschweig 38104 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21943, '8cae4c', 0, 'Plugable Tech', '40 Lake Bellevue Dr. Bellevue WA 98005 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21944, '70b3d59c1', 0, 'Zeroplus Tech Co, Ltd', '3F.,No.121,Jian 8th Rd.,Zhonghe Dist., New Taipei City Taiwan 23585 TW', 'TW', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21945, '0050c25e4', 0, 'Buyang Electronics Industrial Co, Ltd', '434-140 Oryu-Dong Incheon 404-300 KR', 'KR', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21946, 'cc7a30', 0, 'Cmax Wireless Co, Ltd', 'KT Bongduk B/D 9F, 627-15, Bongduk-dong Namgu Daegu 705710 KR', 'KR', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21947, '70b3d57a8', 0, 'dieEntwickler Elektronik GmbH', 'Linzer Str. 4 Bad Zell Upper Austria 4283 AT', 'AT', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21948, '282c025', 0, 'Llc Microteh', 'pl.5 bldg.2/3 Akademika Anokhina str. Moscow 119602 RU', 'RU', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21949, '0050c2230', 0, 'AutoTOOLS group Co Ltd', '15F, No. 88, Chung Hsiao E. Rd., Sec. 2, Taipei 100 TW', 'TW', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21950, 'a0f3e4', 0, 'Alcatel-Lucent Ipd', '600 March Drive Kanata Ontario K2K2E6 CA', 'CA', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21951, '0024cd', 0, 'Willow Garage, Inc', '68 Willow Rd. Menlo Park CA 94025 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21952, '0050c2fa6', 0, 'Hilkom digital GmbH', 'TecCenter 1 Bad Salzdetfurth Niedersachsen D-31162 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21953, '404a18', 0, 'Addrek Smart Solutions', 'Al Gharrafa Thani Bin Jassim St Doha QA', 'QA', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21954, 'cc2db7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21955, '70b3d5b17', 0, 'Intesens', '425 rue Jean Rostand labege 31670 FR', 'FR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21956, 'c86314', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-01-15', '2019-01-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21957, '0050c2074', 0, 'Edge Tech Co, Ltd', '6th-F. Dae Rewing Techo Town-1, 327-24 Kasan-dong, Kumchon-gu Seoul KR', 'KR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21958, '0050c22d9', 1, 'Private', '', '', 'IAB', '2004-02-13', '2004-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21959, '0050c2760', 0, 'AR\'S Co, Ltd', 'Yokohama Creation Square, Yokohama Kanagawa 221-0052 JP', 'JP', 'IAB', '2007-05-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21960, '0050c27ff', 0, 'Shenzhen MaiWei Cable TV Equipment Co, Ltd', '13/F,Fiyta Hi-tech Building,GaoXinnanyi Avenue,Southern District of Hi-tech Park,Nanshan District, Shenzhen Guangdong 518057 CN', 'CN', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21961, '3cc99e', 0, 'Huiyang Tech Co, Ltd', '22D 7 Block ZhonghuiNewcity Dongguan Guangdong 523849 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21962, '40d8550fa', 0, 'Marmitek BV', 'Postbus 4257 Eindhoven NB 5604 EG NL', 'NL', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21963, '5c70a3', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2016-02-10', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21964, '000659', 0, 'Eal (Apeldoorn) B.V.', 'Molenmakershoek 14 Apeldoorn 7328JK NL', 'NL', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21965, '001966', 0, 'Asiarock Tech Ltd', 'P.O. Box957, Offshore Incorporations Centre Road Town Tortola VG', 'VG', 'MA-L', '2006-08-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21966, '08000f', 0, 'Mitel Corp', '350 LEGGET DRIVE CANADA K2K 1X3 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21967, '0050c2892', 0, 'Trakce a.s.', 'Hlavkova 3 Ostrava Privoz 70200 CZ', 'CZ', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21968, '001a79', 0, 'Telecomunication Tech Ltd', '4D ZHUKOVA BLV. ODESSA 65121 UA', 'UA', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21969, 'a88200', 0, 'Hisense Electric Co, Ltd', 'Qianwangang Roard 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21970, '70b3d546e', 0, 'Zamir Recognition Systems Ltd', 'Manachat Tech Park 1/22 Jerusalem 96951 IL', 'IL', 'MA-S', '2019-02-05', '2019-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21971, '0004d2', 0, 'Adcon Telemetry GmbH', 'Inkustraße 24 AT', 'AT', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21972, '0050c2417', 0, 'QT systems ab', 'Finnbacksgatan 11 Lycksele Västerbotten 921 32 SE', 'SE', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21973, '40d85502d', 0, 'Elgama Sistemos', 'Visoriu g. 2 Vilniaus LT-08300 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21974, '70b3d5d07', 0, 'Waversa Systems', '#1002 Pankyo-Innovalley, 622 Sampyong-dong, Bundang-gu Seongnam-si, Kyeonggi-do 13486 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21975, '70b3d50c4', 0, 'Tiama', 'ZA des Plattes - 1 Chemin des Plattes VOURLES 69390 FR', 'FR', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21976, 'ecc06a', 0, 'PowerChord Group Ltd', '1 Blythe Road London W14 0HG GB', 'GB', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21977, '001126', 0, 'Venstar Inc', '9250 Owensmouth Ave. Chatsworth CA 91311 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21978, '0050c27c6', 0, 'Lyngdorf Audio Aps', 'Ulvevej 28 Skive Jylland DK-7800 DK', 'DK', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21979, '000fe1', 0, 'ID Digital Corp', '6th Fl., Mirae Bldg., 271-1, Seohyun-dong, Bundang-ku, Sungnam-si, Keongki-do, South Korea Sungnam-Si Keongki-do 463-050 KR', 'KR', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21980, 'c034b4', 0, 'Gigastone Corp', '12F.NO 480. Rueiguang Rd. Taipei 11492 TW', 'TW', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21981, '2c9d1e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21982, '8cc8f4a', 0, 'Trilux Group Management GmbH', 'Heidestrasse Arnsberg 59759 DE', 'DE', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21983, '90fd9f', 0, 'Silicon Laboratories', '400 W. Cesar Chavez St. Austin TX 78701 US', 'US', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21984, 'f88a3c4', 0, 'GO-Link Tech Co, Ltd', 'Rm. 4, 14F., No.9, Sec.3, Zhonghua Rd., Hsinchu City 30060 TW', 'TW', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21985, '000be5', 0, 'Hims International Corp', '139-9 Daejeon Daejeon 305-806 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21986, '000d97', 0, 'Abb Inc/Tropos', '1710 S. Amphlett Blvd, Suite 304 San Mateo CA 94402 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21987, '001429', 0, 'V Center Tech Co, Ltd', '7F-7, NO.35, Hsintai Rd. Jubei City Hsinchu 302 TW', 'TW', 'MA-L', '2005-03-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21988, '2012d5', 0, 'Scientech Materials Corp', 'No.7, Hejiang 2nd Rd., Chungli , Taoyuan Hsien 320, Taiwan Taoyuan Hsien Chungli 320 TW', 'TW', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21989, '70b3d5073', 0, 'Liteon Tech Corp', '8F, 866, Chung-Cheng Road, Chung Ho New Taipei City Taiwan 23585 TW', 'TW', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21990, '00014d', 0, 'Shin Kin Enterprises Co, Ltd', '7, FU Hsing St. Tue Cheng Ind. TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21991, '00131a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21992, '0008ce', 0, 'IPMobileNet Inc', '11909 E Telegraph Rd. Santa Fe Springs CA 90670 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21993, '70b3d5bd5', 0, 'Synics AG', 'Querstr. 8 Regensdorf 8105 CH', 'CH', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21994, '4c917ad', 0, 'Shenzhen bankledger Tech Co, Ltd', 'Room 802, Tower A, Yuanzheng Venture Building, No. 19 Langshan Road, Nanshan District Shenzhen 518000 CN', 'CN', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21995, '002084', 0, 'Oce Printing Systems, GmbH', 'SIEMENSALLEE 2 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21996, '009049', 0, 'Entridia Corp', '101 PARK CENTER PLAZA SAN JOSE CA 95113-2218 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21997, '0009af', 0, 'e-generis', '13 rue du chene germain cesson sevigne 35510 FR', 'FR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21998, '002164', 0, 'Special Design Bureau for Seismic Instrumentation', '129, Krainyaya Str. Saratov Saratov region 410019 RU', 'RU', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(21999, '0026d2', 0, 'Pcube Systems, Inc', '1857 O\'Toole Lane San Jose CA 95131 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22000, '58108c', 0, 'intelbras', 'BR 101, km 210, S/N° São José Santa Catarina 88104800 BR', 'BR', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22001, 'bc4699', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22002, '005091', 0, 'Netaccess, Inc', '18 KEEWAYDIN DRIVE SALEM NH 03079 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22003, '0050c2464', 0, 'Xytac system Tech', '3755-1-2-212 Totsukacho Yokohama Kanagawa 244-0003 JP', 'JP', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22004, 'f802782', 0, 'Innodisk', '5F., No.237, Sec. 1, Datong Rd., Xizhi Dist., New Taipei City Taiwan 221 TW', 'TW', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22005, '4cbc98a', 0, 'Shenzhen Cogitation Tech Co, Ltd', 'NO.509 LangShan Building,Nanshan Yungu Innovation Industrial Park,No.1183 Taoyuan Street,Nanshen District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22006, '00032d', 0, 'Ibase Tech, Inc', '5F, No. 221, Taipei TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22007, '000403', 0, 'Nexsi Corp', '1959 Concourse Drive San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22008, 'f45595', 0, 'Hengbao Corp Ltd', '8th Floor,Tower B,Xinsheng Mansion No.5 Financial Street, Beijing 100140 CN', 'CN', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22009, '0050c2d73', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22010, '0021b0', 0, 'Tyco Telecommunications', '1011 Pawtucket Blvd Lowell Massachusetts 01853 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22011, 'a04f85', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22012, '40b6e7', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22013, '0005c4', 0, 'Telect, Inc', '2111 N. Molter Road Liberty Lake WA 99019 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22014, '0007d9', 0, 'Splicecom', 'Little Gillions, The Green Herts WD3 3HY GB', 'GB', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22015, 'd05c7a', 0, 'Sartura d.o.o.', 'Kuniscak 28 Zagreb 10000 HR', 'HR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22016, '0050c2708', 0, 'Smartek d.o.o.', 'Ziskovec 141 Cakovec Medjimurje 40000 HR', 'HR', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22017, '00212a', 0, 'Audiovox Corp', '150 Marcus Blvd Hauppauge NY 11788 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22018, '0050c2b4c', 0, 'ElectroCom', 'Torvet 5 Svendborg Fyn 5700 DK', 'DK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22019, 'a824eb', 0, 'Zao Npo Introtest', 'Studencheskaya st. 55 Ekaterinburg Sverdlovsk region 620078 RU', 'RU', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22020, '70b3d5af6', 0, 'S.C.E. s.r.l.', 'Via Giardini 1271/A Modena Italy 41126 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22021, '00a0fc', 0, 'Image Sciences, Inc', '7500 INNOVATION WAY MASON OH 45040 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22022, '00112a', 0, 'Niko NV', 'Industriepark West 40 Sint-Niklaas O/V 9100 BE', 'BE', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22023, '0050c202d', 0, 'Innocor Ltd', '210 - 362 Terry Fox Drive Kanata Ontario K2K 2P5 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22024, '4cb9c8', 0, 'Conet Co, Ltd', '2-8,HIGASHIJIMA-CHO ICHINOMIYA AICHI 491-0074 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22025, '789f70', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22026, '70b3d5396', 0, 'Ctg sp. z o. o.', 'ul. Katowicka 24 Jastrzebie-Zdroj 44-335 PL', 'PL', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22027, '8cc8f41', 0, 'Lanhomex Tech(Shen Zhen)Co, Ltd', 'Room 409, Building 29,Zhi Heng Industrial Part, Guankou 2nd Road, Nanshan District SHENZHEN 518000 CN', 'CN', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22028, 'a8d498', 0, 'Avira Operations GmbH & Co KG', 'Kaplaneiweg 1 Tettnang Baden-Wuerttermberg 88069 DE', 'DE', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22029, '00004e', 0, 'Ampex Corp', '581 CONFERENCE PLACE GOLDEN CO 80401 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22030, '003067', 0, 'Biostar Microtech Int\'l Corp', '2FL. NO. 108-2 MIN CHUAN ROAD HSIN TIEN CITY, TAIPEI HSIEN 12345 TW', 'TW', 'MA-L', '2000-11-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22031, '70b3d554b', 0, 'Brakels IT', 'Veldboersweg 10a Langeveen Overijssel 7679TL NL', 'NL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22032, '70b3d561e', 0, 'Pke Electronics AG', 'Computerstraße, 6 Wien Wien 1100 AT', 'AT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22033, 'c08997', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22034, 'f40616', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22035, '94d505', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-05-17', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22036, '14472d', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22037, '0009dc', 0, 'Galaxis Tech AG', 'Steinmetzstraße 7 Lübeck Schleswig-Holstein 23556 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22038, '7c1eb3', 0, '2N Telekomunikace a.s.', 'Modranska 621 Prague 143 01 CZ', 'CZ', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22039, '001fcf', 0, 'Msi Tech GmbH', 'Hanauer Landstraße 328-330 Frankfurt am Main Hessen 60314 DE', 'DE', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22040, '0021a5', 0, 'ERLPhase Power Tech Ltd', '74 Scurfield Blvd. Winnipeg Manitoba R3Y 1G4 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22041, '002621', 0, 'InteliCloud Tech Inc', '895 Dove St. Newport Beach CA 92660 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22042, 'd82a7e', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22043, 'c4143c', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22044, '000aa0', 0, 'Cedar Point Communications', '16 Route 111, Bldg 3 Derry NH 03038 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22045, '001986', 0, 'Cheng Hongjian', 'Rm.2305B.Sege Plaza,Huaqiang North Rd., Shenzhen Guangdong 518057 US', 'US', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22046, '0026ce', 0, 'Kozumi Usa Corp', '3005 Hartridge Terrace Wellington FL 33414 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22047, '18686a', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22048, '000676', 0, 'Novra Tech Inc', '900-330 St. Mary Avenue Winnipeg Manitoba R3C 3Z5 CA', 'CA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22049, '001fd2', 0, 'Commtech Tech Macao Commercial Offshore Ltd', '31,TAI YIP STREET, 7/F KWUN TONG, KOWLOON, HONGKONG CN', 'CN', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22050, '0c6abc', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22051, '70b3d5c59', 0, 'R Cubed Engineering, Llc', '705 10th Ave W unit 102 Palmetto 34221 US', 'US', 'MA-S', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22052, '0050c2aba', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22053, '48e9f1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22054, '50ec50', 0, 'Beijing Xiaomi Mobile Software Co, Ltd', 'The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN', 'CN', 'MA-L', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22055, 'd44bb6', 0, 'Zhejiang Tmall Tech Co, Ltd', 'Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong province Shenzhen GuangDong 518000 CN', 'CN', 'MA-L', '2019-04-22', '2019-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22056, 'dc7196', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22057, '2cad13', 0, 'Shenzhen Zhilu Tech Co, Ltd', 'B2-402 Kexin Science Park, Keyuan Road, Hi-tech Park, Nanshan District, Shenzhen shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22058, 'c08359c', 1, 'Private', '', '', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22059, '88bfd5', 0, 'Simple Audio Ltd', 'Unit 59 Elderpark Workspace Glasgow G51 3TR GB', 'GB', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22060, 'd05349', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road ChungHo New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2015-01-23', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22061, '001785', 0, 'Sparr Electronics Ltd', 'Sparr Electronics Ltd Bangalore Karnataka 560054 IN', 'IN', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22062, '0050c2be8', 0, 'Vehicle Testing Equipment, S.L.', 'C/ Conca de Barberá  19 Castellar del Vallès Barcelona 08211 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22063, 'b0ce18', 0, 'Zhejiang shenghui lighting Co, Ltd', 'Rm801,1th Xinye Building cao he jing Develop Zone Shanghai 200233 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22064, '00d0c4', 0, 'Teratech Corp', '223 MIDDLESEX TRPK. BURLINGTON MA 01803-3308 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22065, '0006e7', 0, 'Bit Blitz Communications Inc', '830 Hillview Ct., #290 Milpitas CA 95035 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22066, '000d01', 0, 'P&E Microcomputer Systems, Inc', '710 Commonwealth Ave Boston Ma 02215 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22067, '4c3c16', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22068, '50ff99a', 0, 'metraTec GmbH', 'Niels-Bohr-Str. 5 Magdeburg Sachsen-Anh. 39106 DE', 'DE', 'MA-M', '2016-02-05', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22069, '506255', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-08-23', '2019-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22070, '0020cd', 0, 'Hybrid Networks, Inc', '10201 BUBB ROAD CUPERTINO CA 95014-4167 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22071, '000aed', 0, 'Harting Electronics GmbH', 'Wilhelm Harting Str.1 Espelkamp NRW/OWL 32339 DE', 'DE', 'MA-L', '2002-10-14', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22072, '0050c2840', 0, 'Residential Control Systems', '11460 Sunrise Gold Circle Rancho Cordova CA 95742 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22073, '002152', 0, 'General Satellite Research & Development Ltd', 'Lit. E, building 2, 4 Novoladozhskaya str Saint Petersburg 197110 RU', 'RU', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22074, '0050c295a', 0, 'TechnoAP', 'Takaba 2247-4 Hitachinaka Ibaraki 312-0062 JP', 'JP', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22075, '7cc537', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-06-10', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22076, '207d74', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22077, '788102', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '2017-05-23', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22078, '008068', 0, 'Yamatech Scientific Ltd', '1255 LAIRD, SUITE 260 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22079, '001b08', 0, 'Danfoss Drives A/S', 'Ulsnaes 1 Graasten 6300 DK', 'DK', 'MA-L', '2007-01-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22080, 'ec4d47', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22081, '88366c', 0, 'Efm Networks', '6F, Benposra II 1197-1 Bojeong Giheung Gu Yong In Kyunggi do 446913 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22082, 'f023b9d', 1, 'Private', '', '', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22083, '70b3d5b1a', 0, 'Aaronia AG', 'Kauthenbergstr. 14 Strickscheid 54597 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22084, '00c0fd', 0, 'Prosum', '12 RUE SADI-CARNOT FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22085, '001620', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2005-10-13', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22086, '001bbd', 0, 'Fmc Kongsberg Subsea AS', 'Kirkegaardsveien 45 Kongsberg Buskerud 3601 NO', 'NO', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22087, '3cb17f', 0, 'Wattwatchers Pty Ld', '22 Woodbury Rd St. Ives Sydney NSW 2075 AU', 'AU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22088, '0050c2c54', 0, 'Hpc Platform', '63 rue Madeleine Michelis Neuilly Sur Seine 92200 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22089, 'd073d5', 0, 'Lifi Labs Management Pty Ltd', '7 Cubitt St Richmond Victoria 3121 AU', 'AU', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22090, '00025c', 0, 'Sci Systems (Kunshan) Co, Ltd', '312 QING YANG ROAD CHINA CHINA 215300 CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22091, '0050c2067', 0, 'Riverlink Computers, Ltd', 'Pixmore Centre Letchworth, SG6 1JG GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22092, '0050c295c', 0, 'Resurgent Health & Medical', '600 Corporate Circle Golden CO 80401 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22093, '58cf4b', 0, 'Lufkin Industries', '811 Willow Oak Drive Missouri City Texas 77489 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22094, '002172', 0, 'Seoultek Valley', 'Bang-i Dong 51-5, Songpa Seoul 138-050 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22095, '002425', 0, 'Shenzhenshi chuangzhicheng Tech Co, Ltd', '5th Floor,Block2,25th Building,Industrial Zone West Keyuan Sci-tech Garden Nanshan Districh,Shenzhen Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22096, '6063fd', 0, 'Transcend Communication Beijing Co, Ltd', 'A-6,Keshi plaza,28#,Information Road Beijing 100085 CN', 'CN', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22097, 'bcc6db', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo NA 24101 FI', 'FI', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22098, '4cc681', 0, 'Shenzhen Aisat Electronic Co, Ltd', 'Golden Building 419#, Design Park, Shenzhen Guangdong 518056 CN', 'CN', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22099, 'e43a6e', 0, 'Shenzhen Zeroone Tech Co, Ltd', '9/F.,Building B Tianan Cyber Park ,North Huangge Road,Longgang District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22100, '000592', 0, 'Pultek Corp', '74-1, Yamashita-cho, 231-0023 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22101, '0018db', 0, 'Epl Tech Ltd', 'LongDong,Longgang District ShenZhen GuangDong 518116 CN', 'CN', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22102, 'bc4486', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22103, '000ffa', 0, 'Optinel Systems, Inc', '6835 Deerpath Rd. Elkridge MD 21075 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22104, '5c89d4', 0, 'Beijing Banner Electric Co, Ltd', 'Mail Box 1033,Long cheng Garden Chang Ping District beijing 102208 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22105, '5c864a', 0, 'Secret Labs Llc', '315 Bleecker St #308 New York NY 10014 US', 'US', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22106, 'b4218a', 0, 'Dog Hunter Llc', '8 Faneuil Hall SQ Boston MA 02109 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22107, '70b3d5c42', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22108, '5c75af', 0, 'Fitbit Inc', '199 Fremont Street, 14th Fl San Francisco CA 94105 US', 'US', 'MA-L', '2019-06-05', '2019-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22109, 'cc32e5', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-07-10', '2019-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22110, 'c803f5', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-10-08', '2019-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22111, '0017b4', 0, 'Remote Security Systems, Llc', '4806 Upper Brandon Place Marietta Georgia 30068 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22112, '001bd0', 0, 'Identec Solutions', 'Hertzstraße 10 Weinheim 69469 DE', 'DE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22113, '8c593c8', 0, 'Nanonord A/S', 'Skjernvej 4A Aalborg 9220 DK', 'DK', 'MA-M', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22114, '08bfa0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22115, '40667a', 0, 'mediola - connected living AG', 'Nobelring 26 Frankfurt am Main Hessen 60598 DE', 'DE', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22116, '70b3d597f', 0, 'Bistos.,Co, Ltd', '7th Fl., A Bldg., Woolim Lions Valley 5-cha, 144-3, Sangdaewon-dong, Jungwon-gu Seongnam-si Gyeonggi-do 462-739 KR', 'KR', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22117, '0050c2d23', 0, 'Bluestone Tech GmbH', 'Mikroforum Ring 2 Wendelsheim Rhineland-Palatinate 55234 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22118, 'd0dfc7', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22119, '3c300c', 0, 'Dewar Electronics Pty Ltd', '32 Taylors Road Croydon Victoria 3136 AU', 'AU', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22120, '58404e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22121, '7c2664', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22122, '000a73', 0, 'Scientific Atlanta', '5030 Sugarloaf Parkway Lawrenceville Ga 30042 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22123, '0050c22d6', 0, 'Wis Tech', '683 River Oaks Parkway San Jose CA 95134 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22124, '001f9e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22125, '0050c2490', 0, 'Cloanto Corp', 'P.O. Box 27740 Las Vegas NV 89126-7740 US', 'US', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22126, '0070b3', 0, 'Data Recall Ltd', 'SONDES PLACE UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22127, '008084', 0, 'The Cloud Inc', 'CLOUD BLDG. KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22128, '941d1c', 0, 'TLab West Systems AB', 'Ebbe Lieberathsgatan 23B Gothenburg 41265 SE', 'SE', 'MA-L', '2011-08-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22129, '0050c2eb0', 0, 'Pulse Communication Systems Pvt. Ltd', 'F-90/22 New Delhi Delhi 110020 IN', 'IN', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22130, 'ccce1e', 0, 'Avm Audiovisuelles Marketing und Computersysteme GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22131, '70b3d5c62', 0, 'Wiznova', '403, Daedeok Plaza1, 12, Dochon-ro, Jungwon-gu, Gyeonggi-do Seongnam KS009 KR', 'KR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22132, 'e4aaec', 0, 'Tianjin Hualai Tech Co, Ltd', 'Overseas Chinese business building No. 10, Jinping Road, Nankai District, Tianjin TIANJIN 300190 CN', 'CN', 'MA-L', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22133, '00607f', 0, 'Aurora Tech, Inc', '176 SECOND AVENUE WALTHAM MA 02154 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22134, '00024d', 0, 'Mannesman Dematic Colby Pty. Ltd', '24 Narabang Way AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22135, '0050c2c7b', 0, 'Honeywell', '13350 US Hwy 19 North Clearwater FL 33764-7290 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22136, 'dc309c', 0, 'Heyrex Ltd', 'Level 1, 236-256 Karori Road Wellington 6147 NZ', 'NZ', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22137, '8ceec6', 0, 'Precepscion Pty. Ltd', 'Level 10 Melbourne Victoria 3000 AU', 'AU', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22138, '346178', 0, 'The Boeing Co', '325 James S. McDonnell Blvd Hazelwood MO 63042-2513 US', 'US', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22139, '344f3f', 0, 'IO-Power Tech Co, Ltd', '1F., No.100, Hsinchu City 30055 TW', 'TW', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22140, '70b3d552c', 0, 'Centuryarks Ltd,', '3-13-1,Nishiazabu Minato-ku Tokyo 106-0031 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22141, '000967', 0, 'Tachyon, Inc', '9339 Carroll Park Drive San Diego CA 92121 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22142, '0009e6', 0, 'Cyber Switching Inc', '1800 De La Cruz Blvd. Santa Clara CA 95050 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22143, 'f023b9b', 0, 'Q Core Medical Ltd', 'Yad Haruzim 29, PO Box 8639 Netanya 4250529 IL', 'IL', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22144, 'd8e743', 0, 'Wush, Inc', '17F.No 268, Liancheng Rd., Zhonghe District New Taipei City 235 TW', 'TW', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22145, '0050c2148', 0, 'Alltec GmbH', 'Seelandstr. 67 Lubeck 23569 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22146, 'a898c6', 0, 'Shinbo Co, Ltd', '203-14, Anyang 7-Dong, Manan-Gu Anyang-Si Kyungki-Do 430-817 KR', 'KR', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22147, 'a4ed436', 0, 'Shanghai Facom Electronics Tech Co, Ltd', 'The third floor, A area, Huaxu road No. 685 Shanghai Xujing town,Qingpu 200217 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22148, '70b3d5fc5', 0, 'Eltwin A/S', 'Torsoevej 1b Risskov Aarhus 8240 DK', 'DK', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22149, '00e400', 0, 'Sichuan Changhong Electric Ltd', 'No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22150, '000966', 0, 'Trimble Europe BV', 'Meerheide 45 Eersel DZ 5521 NL', 'NL', 'MA-L', '2002-06-05', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22151, '0050c21af', 0, 'Pesa Switching Systems, Inc', '330A Wynn Drive Huntsville AL 35805 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22152, '0020c0', 0, 'Pulse Electronics, Inc', '5706 FREDERICK AVENUE ROCKVILLE MD 20852 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22153, '00028b', 0, 'Vdsl Systems OY', 'Tekniikantie 12 FI', 'FI', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22154, '0050c27a5', 0, 'Quantum Medical Imaging', '2002 Orville Drive, North Ronkonkoma NY 11779 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22155, '4064a4', 0, 'The Furukawa Electric Co, Ltd', '2-2-3,Marunouchi Chiyoda-ku Tokyo 100-8322 JP', 'JP', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22156, 'e8018d', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-12-27', '2018-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22157, 'd48a39', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22158, '000fca', 0, 'A-Jin Techline Co, Ltd', '327-35 Kumchun-Ku Seoul 153-802 KR', 'KR', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22159, '00125d', 0, 'CyberNet Inc', '#205, Lotte Suntech City, 513-15 Sungnam Kyunggi 462-806 KR', 'KR', 'MA-L', '2004-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22160, '44d5f25', 0, 'tiga.eleven GmbH', 'Stallburggasse 2/37 Viennna 1010 AT', 'AT', 'MA-M', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22161, 'c0bae6', 0, 'Application Solutions (Electronics and Vision) Ltd', 'The Riverside Centre Lewes East Sussex BN7 2AQ GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22162, '70b3d520a', 0, 'Golden Grid Systems', '2775 Curry Street pleasanton California 94588 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22163, '00074a', 0, 'Carl Valentin GmbH', 'Neckarstrabe 78-80 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22164, '0050c2225', 0, 'nVent, Schroff GmbH', 'Langenalber Strasse 96-100 Straubenhardt 75334 DE', 'DE', 'IAB', '2003-04-16', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22165, '000e99', 0, 'Spectrum Digital, Inc', '12502 Exchange Drive, Suite 440 Stafford TX 77477 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22166, '001955', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22167, '001fd9', 0, 'Rsd Communications Ltd', '8 Borrowmeadow Road Stirling Scotland FK7 7UW GB', 'GB', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22168, '884a18', 0, 'Opulinks', 'F 28, No.328, Huashan Rd Shanghai 200040 CN', 'CN', 'MA-L', '2018-09-27', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22169, '50de19b', 0, 'Brainware Teraherta Information Tech Co, Ltd', 'F3 and F4 of Innovation Industrial Park Phase II in Hefei High-tech Zone Hefei Anhui 230000 CN', 'CN', 'MA-M', '2019-11-01', '2019-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22170, 'b89047', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22171, '000555', 0, 'Japan Cash Machine Co, Ltd', 'No. 3-15, 2-chome, Nishiwaki, 547-0035 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22172, '000bb7', 0, 'Micro Systems Co, Ltd', '2-15-34 Nishikubo Musashino-City Tokyo 180-0013 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22173, '00268e', 0, 'Alta Solutions, Inc', '11305 Rancho Bernardo Road San Diego CA 92127 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22174, '78bebd', 0, 'Stulz GmbH', 'Holsteiner Chausse 283 Hamburg 22457 DE', 'DE', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22175, '70b3d5af4', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22176, '006bf1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22177, '7cbacc', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22178, 'fca47a0', 0, 'Broadcom Inc', 'Wernerwerkstr. 2 Regensburg Bavaria 93055 DE', 'DE', 'MA-M', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22179, '00205c', 0, 'InterNet Systems of Florida, Inc', 'P.O. BOX 578 CRESTVIEW FL 32536 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22180, '0050c239f', 0, 'Isensix', '8555 Aero Dr Suite 201 San Diego CA 92111 US', 'US', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22181, '0050c290d', 0, 'Evk DI Kerschhaggl GmbH', 'Josef Krainer Str. 35 Graz Styria A8074 AT', 'AT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22182, '00067e', 0, 'WinCom Systems, Inc', '10900 World Trade Blvd. Morrisville NC 27560 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22183, '0019e5', 0, 'Lynx Studio Tech, Inc', '1540 Barton Rd # 268 Redlands CA 92373 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22184, '002684', 0, 'Kisan System', 'GWANGMYEONG TECHNOPARK B-403 GWANGMYEONG GYEONGGI 423-050 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22185, '40bd9e', 0, 'Physio-Control, Inc', '11811 Willows Rd NE Redmond WA 98052 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22186, '70b3d5a5b', 0, 'Christ Elektronik GmbH', 'Alpenstrasse 34 Memmingen Bayern 87700 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22187, '3009f97', 0, 'Maytronics Ltd', 'Kibbutz Yizrael Kibbutz Yizrael 1935000 IL', 'IL', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22188, '4070f5', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22189, '0013e9', 0, 'VeriWave, Inc', '9600 SW Oak St. Portland OR 97223 US', 'US', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22190, '0050c261c', 0, 'TestPro Systems, Inc', '2119 Metro Circle Huntsville Alabama 35801 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22191, 'c4b301', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22192, '082525', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22193, '745bc5d', 0, 'Celyss Sas', '7 allee des ginkgos Bron 69500 FR', 'FR', 'MA-M', '2018-12-17', '2018-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22194, '0014a0', 0, 'Accsense, Inc', '460 Ward Drive Santa Barbara California 93111 US', 'US', 'MA-L', '2005-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22195, '74f8db1', 0, 'Ghl Advanced Tech GmbH & Co KG', 'Marie-Curie-Str. 20 Kaiserslautern RP 67661 DE', 'DE', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22196, '0019e1', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2006-11-29', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22197, 'c064c6', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22198, 'c03d46', 0, 'Shanghai Sango Network Tech Co, Ltd', 'No 666 Zhangheng Road Pudong Shanghai 210203 CN', 'CN', 'MA-L', '2014-03-14', '2016-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22199, '00c164', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22200, '000e64', 0, 'Elphel, Inc', '3200 S. Elpmer St. Magna UT 84044 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22201, '0050c262f', 0, 'Qes', 'Joensuunkatu 13 Salo 24100 FI', 'FI', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22202, 'e0b94d', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22203, '9c4fcf', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22204, '10dcb67', 0, 'Moya Commumication Tech (Shenzhen) Co, Ltd', 'Guang Hui Science Park, No.17 of Min Qing Road, Longhua District Shenzhen 518000 CN', 'CN', 'MA-M', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22205, '60d9c7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22206, '442c05', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22207, '18bdad', 0, 'L-Tech Corp', '201, Moonbon-dong Ilsandong-gu Gyeonggi-do 410-560 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22208, '0050c2b1d', 0, 'Telegenix', '71 Indel Ave. Rancocas NJ 08073 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22209, '60455e', 0, 'Liptel s.r.o.', 'Hradna 338 Liptovsky Hradok 03301 SK', 'SK', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22210, '60f2ef', 0, 'VisionVera International Co, Ltd', 'A1103 Gehua Building Beijing 100007 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22211, 'b0b448', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2013-01-09', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22212, '70b3d5775', 0, 'Sonel S.A.', 'Wokulskiego 11 Swidnica Dolnoslaskie 58-100 PL', 'PL', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22213, 'e0b9e5', 0, 'Technicolor', 'Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE', 'BE', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22214, '70b3d5b37', 0, 'Codec Co, Ltd', '1-29-18 Tamagawa Choufu-shi Tokyo 182-0025 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22215, '0cb937', 0, 'Ubee Interactive Co, Ltd', 'Flat/RM 1202, 12/F, AT Tower North Point Hong Kong 180 HK', 'HK', 'MA-L', '2017-05-23', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22216, '001817', 0, 'D. E. Shaw Research, Llc', '120 W. 45th St., 33rd Floor New York NY 10036 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22217, '0019ad', 0, 'Bobst SA', 'rte des flumeaux 50 PRILLY VD 1008 CH', 'CH', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22218, '70b3d5b2b', 0, 'Vtron Pty Ltd', 'Unit 2, 62 Township Drive West West Burleigh Queensland 4219 AU', 'AU', 'MA-S', '2017-08-14', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22219, '647366', 0, 'Shenzhen Siera Tech Ltd', 'Room 2039, Shenhai Building, Wanzhong Village, Bulong Road, Minzhi, Longhua district, City: Shenzhen Shenzhen Guangdong 518131 CN', 'CN', 'MA-L', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22220, '0050c212c', 0, 'Delta Tau Data Systems, Inc', '21314 Lassen St. Chatsworth CA 91311 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22221, '000f94', 0, 'Genexis BV', 'Lodewijktraat 1A 5652 AC Eindhoven SE', 'SE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22222, '589835', 0, 'Technicolor', 'Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE', 'BE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22223, '90c35f', 0, 'Nanjing Jiahao Tech Co, Ltd', 'Moling Industrial Park, Development Zone, Jiangning, Nanjing Nanjing Jiangsu 211111 CN', 'CN', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22224, '78888a', 0, 'Cdr Sp. z o.o. Sp. k.', 'Palki 15 Zory 44-240 PL', 'PL', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22225, '0010d6', 0, 'Exelis', '7310 Innovation Blvd., M/S 536 Ft Wayne IN 46818 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22226, '0004c5', 0, 'Ase Tech, Usa', '6721 Baum Dr. Knoxville TN 37919 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22227, '001c77', 0, 'Prodys', 'C/Trigo 54 Pol. Ind. Polvoranca Leganes MADRID 28914 ES', 'ES', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22228, '002464', 0, 'Bridge Tech Co AS', 'Mølleparken 4 Oslo 0459 NO', 'NO', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22229, '942e63', 0, 'Finsécur', '52 rue Paul Lescop Nanterre 92000 FR', 'FR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22230, '0050c2b5f', 0, 'North Bridge Tech', 'Jean Ave 84 Centurion Gauteng 0157 ZA', 'ZA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22231, 'f0eebb', 0, 'Vipar GmbH', 'Lichtenbergstrasse 8 Garching bei Muenchen Bavaria 85748 DE', 'DE', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22232, '08a8a1', 0, 'Cyclotronics Power Concepts, Inc', 'PO Box 37449 Houston TX 77237-7449 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22233, '00066f', 0, 'Korea Data Systems', '170, Gongdan-Dong, Gumi-Si Kyungbuk 730-030 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22234, '00151f', 0, 'Multivision Intelligent Surveillance (Hong Kong) Ltd', '26/F, Aitken Vanson Centre, HK', 'HK', 'MA-L', '2005-07-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22235, '70b3d5434', 0, 'Wit.com Inc', '1251 Park Ave Emeryville CA 94608 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22236, '70b3d5865', 0, 'Insitu, Inc', '118 E Columbia River Way Bingen WA 98605 US', 'US', 'MA-S', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22237, '002671', 0, 'Autovision Co, Ltd', 'Shinsegae YBS Bldg. 102 Seongdong-gu Seoul 133-847 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22238, '00d38d', 0, 'Hotel Tech Next Generation', '650 E. Algonquin Road Schaumburg IL 60173 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22239, '2002af', 0, 'Murata Manufacturing Co, Ltd', '1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22240, '40d85511e', 0, 'Cemsi, Inc', '780 Keezletown Road Weyers Cave VA 24486 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22241, '70b3d5995', 0, 'LayTec AG', 'Seesener Str. 10 13 Berlin Berlin 10709 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22242, '000758', 0, 'DragonWave Inc', '600-411 Leggett Drive, Kanata, Ontario K2K 3C9 CA', 'CA', 'MA-L', '2001-10-24', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22243, '001c1c', 0, 'Center Communication Systems GmbH', 'Ignaz-Koeck-Strasse 19 Vienna A-1210 AT', 'AT', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22244, '0013ee', 0, 'Jbx Designs Inc', 'PO Box 970158 Boca Raton FL 33497 US', 'US', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22245, '001805', 0, 'Beijing InHand Networking Tech Co, Ltd', 'West Wing 11th Floor of Qiming International Mansion Beijing 100085 CN', 'CN', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22246, '002274', 0, 'FamilyPhone AB', 'Anckargripsgatan 3 Malmö 21119 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22247, '70d880', 0, 'Upos System sp. z o.o.', 'Sienkiewicza 13 Knurow Slaskie 44-190 PL', 'PL', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22248, '30142d', 0, 'Piciorgros GmbH', 'Claudiastrasse 5 Cologne NRW 51149 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22249, 'd4ca6d', 0, 'Routerboard.com', 'Mikrotikls SIA Riga LV-1009 LV', 'LV', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22250, '0060ae', 0, 'Trio Information Systems AB', 'FOGDEVAGEN 4B S-183 64 TABY SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22251, '0000ba', 0, 'Siig, Inc', '6078 STEWART AVENUE FREMONT CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22252, 'b89674', 0, 'AllDSP GmbH & Co KG', 'Spenglerstrasse 6 Hamm NRW 59067 DE', 'DE', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22253, '0050c27c0', 0, 'European Industrial Electronics B.V.', 'De Run 5116B Veldhoven Noord-Brabant 5503 LV NL', 'NL', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22254, '000360', 0, 'Pac Interactive Tech, Inc', '6F, No. 30, Alley 18, Lane 478 Taipei TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22255, '000807', 0, 'Access Devices Ltd', 'Sixth Floor, 58 Oxbridge Road GB', 'GB', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22256, '5056a8', 0, 'Jolla Ltd', 'Itaemerenkatu 11-13 Helsinki 00180 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22257, '0050c2c77', 0, 'Aim Co, Ltd', '333-9 Nishi Miyukicho Hamachi Toyohashi Aichi 441-8113 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22258, 'ac6fbb', 0, 'Tatung Tech Inc', '22, Chungshan N. Rd., 3rd Sec., Taipei 104 TW', 'TW', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22259, '001e32', 0, 'Zensys', 'Emdrupvej 26 Copenhagen O DK-2100 DK', 'DK', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22260, 'b869c2', 0, 'Sunitec Enterprise Co, Ltd', '1F., No.35, Dayong St., Zhonghe Dist., New Taipei City Taiwan 235 TW', 'TW', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22261, '9cf6dd7', 0, 'Kxt Tech Co, Ltd', '3F. No.42, Sec. 2, Chongsin Rd., Sanchong Dist. New Taipei City 241 TW', 'TW', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22262, '00200b', 0, 'Octagon Systems Corp', '7403 Church Ranch Blvd Westminster CO 80021 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22263, '000fef', 0, 'Thales e-Transactions GmbH', 'Konrad-Zuse-Straße 19-21 Bad Hersfeld Hessen 36251 DE', 'DE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22264, 'b4a2eb2', 0, 'Katerra Inc', '2494 Sand Hill Rd, Bldg 7, Suite 100 Menlo Park CA 94025-6981 US', 'US', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22265, 'b4eeb4', 0, 'Askey Computer Corp', '10F,NO.119,CHIENKANG RD,ZHONGHE DIST NEW TAIPEI CITY TAIWAN TAIPEI 23585 TW', 'TW', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22266, 'c456fe', 0, 'Lava International Ltd', 'Room 705, Block A, HengYue Building Shanghai 518054 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22267, '0050c2045', 0, 'Chase Manhattan Bank', '380 Madison Ave New York City NY 10817 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22268, '00126b', 0, 'Ascalade Communications Ltd', 'Unit 10-11, 35/F, Cable TV Tower, HK', 'HK', 'MA-L', '2004-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22269, '04e451', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-07-09', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22270, '001072', 0, 'Gvn Tech, Inc', '8200 BRYAN DAIRY ROAD LARGO FL 33777 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22271, '00307c', 0, 'Adid SA', '70 RU ANATOLE FRANCE 92 300 LEVALLOIS-PERRET CEDEX FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22272, '7c6f06', 0, 'Caterpillar Trimble Control Tech', '5475 Kellenburger Rd. Dayton OH 45424 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22273, '44aa27', 0, 'udworks Co, Ltd', '#810, Byuksan3cha Digital Valley, 212-13, Guro-dong, Guro-gu Seoul 152-775 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22274, 'bc39d9', 0, 'Z-Tec', 'Donyu 1 Ro Paju Kyeongkido 10832 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22275, '70fc8f', 0, 'Freebox Sas', '16 rue de la Ville l\'Eveque PARIS IdF 75008 FR', 'FR', 'MA-L', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22276, '20114e', 0, 'MeteRSit S.R.L.', 'Viale dell\'Industria 31 Padova 35129 IT', 'IT', 'MA-L', '2019-11-20', '2019-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22277, '0030e0', 0, 'Oxford Semiconductor Ltd', '25 MILTON PARK Abingdon Oxon OX14 4SH GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22278, '001623', 0, 'Interval Media', '3200 Ash Street Palo Alto CA 94306 US', 'US', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22279, '000d06', 0, 'Compulogic Ltd', 'Unit W3, MK TWO Business Centre Water Eaton Milton Keynes MK2 3HU GB', 'GB', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22280, '001e92', 0, 'Jeulin S.A.', 'ZI N°1 Evreux F27019 FR', 'FR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22281, '70b3d51db', 0, 'Hudson Robotics', '10 Stern Ave Springfield NJ 07081 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22282, '00605e', 0, 'Liberty Tech Networking', 'P.O. BOX 11566 HATFIELD, PRETORIA 0028 ZA', 'ZA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22283, '000a5e', 0, '3com', '5400 Bayfront Plaza Santa Clara CA 95052-8145 US', 'US', 'MA-L', '2002-10-14', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22284, '001b9c', 0, 'Satel sp. z o.o.', 'Schuberta 79 Gdansk pomorskie 80-172 PL', 'PL', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22285, '001ca1', 0, 'Akamai Tech, Inc', '8 CAMBRIDGE CENTER CAMBRIDGE MA 02142 US', 'US', 'MA-L', '2007-05-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22286, '00255f', 0, 'SenTec AG', 'Ringstrasse 39 Therwil 4106 CH', 'CH', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22287, '00009a', 0, 'RC Computer A/S', 'LAUTRUPBJERG 1 DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22288, '001a93', 0, 'Erco Leuchten GmbH', 'Brockhauser Weg 80-82 Lüdenscheid NRW D-58507 DE', 'DE', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22289, '0050c2cb6', 0, 'Krontek Pty Ltd', '2 Carinya Close Allambie NSW 2100 AU', 'AU', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22290, '3009f90', 0, 'Hurray Cloud Tech Co, Ltd', '7F., No.407, Sec. 2, Zhongshan Rd., Zhonghe Dist., New Taipei City 235 TW', 'TW', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22291, '643139e', 0, 'Atg UV Tech', 'Genesis House Wigan WN5 8AA GB', 'GB', 'MA-M', '2019-09-14', '2019-09-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22292, '0012a0', 0, 'NeoMeridian Sdn Bhd', '3A-1, Perdana The Place Bandar Damansara Perdana Selangor 47820 MY', 'MY', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22293, '0021a2', 0, 'Eke-Electronics Ltd', 'Piispanportti 7 ESPOO 02240 FI', 'FI', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22294, '0050c23a8', 0, 'Engim, Inc', '40 Nagog Park Acton MA 01720 US', 'US', 'IAB', '2004-07-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22295, '0050c2d26', 0, 'Rch Group', 'VIA CENDON, 39 SILEA TREVISO 31057 IT', 'IT', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22296, '7ca23e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-04-11', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22297, '70b3d54fc', 0, 'Mettler Toledo', '1571 Northpointe Parkway Lutz FL 33558 US', 'US', 'MA-S', '2017-09-27', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22298, '70b3d5aa9', 0, 'Datamars SA', 'Via Industria 16 Lamone 6814 CH', 'CH', 'MA-S', '2018-08-23', '2018-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22299, '309176', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-07-17', '2019-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22300, '000f12', 0, 'Panasonic Europe Ltd', 'Hesebergweg 49-51 Peine D-31228 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22301, '0050c239a', 0, 'Optical Air Data Systems', '10531 Terminal road Manassas VA 20110 US', 'US', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22302, '88d7f6', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22303, 'd822f4', 0, 'Avnet Silica', '16 av carnot Massy 91349 FR', 'FR', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22304, '9c431e7', 0, 'Optris GmbH', 'Ferdinand-Buisson-Str. 14 Berlin 13127 DE', 'DE', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22305, '3009f9a', 0, 'Shenzhen Tencent Computer System Co, Ltd', '5-10 Building High-tech Zone, Nanshan District, Shenzhen Guangdong Province 518057 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22306, 'd0ec35', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-11-28', '2018-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22307, '001477', 0, 'Trilliant', '950 Cowie st. Granby Quebec J2J 1P2 CA', 'CA', 'MA-L', '2005-05-07', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22308, '100e7e', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-11-12', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22309, '6ce907', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22310, '90187c', 0, 'Samsung Electro Mechanics Co, Ltd', '314, Maetan3-Dong, Yeongtong-Gu Suwon KYUNGGI-DO 443-743 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22311, '18a99b', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2013-06-20', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22312, '64fb81e', 0, 'ChengDu KeChuang LongXin Sci-Tech Co, Ltd', '12 South 1Section,First Ring Road ChengDu Sichuan 610041 CN', 'CN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22313, '70b3d55d5', 0, 'CT Co', 'Godovikova , 9, Moscow Moscow RUSSIA 129085 RU', 'RU', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22314, '0024ff', 0, 'QLogic Corp', '26650 Aliso Viejo Parkway Aliso Viejo CA 92656 US', 'US', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22315, '8c7b9d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-11-24', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22316, '00244f', 0, 'Asantron Tech Ltd', '3F-1, No.30 Jihe Rd., 111 Taipei 11166 TW', 'TW', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22317, 'a41162', 0, 'Arlo Tech', '350 East Plumeria Drive san jose CA 95134 US', 'US', 'MA-L', '2018-11-28', '2018-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22318, '8cfdf0', 0, 'Qualcomm Inc', '5775 Morehouse Drive San Diego CA 92121 US', 'US', 'MA-L', '2012-06-14', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22319, '70b3d598b', 0, 'Richard Paul Russell Ltd', 'The Lodge, Unit 1 Barnes Farm Business Park Milford on Sea Hampshire SO41 0AP GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22320, '0000df', 0, 'Bell & Howell Pub Sys Div', 'OLD MANSFIELD ROAD WOOSTER OH 44691-9050 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22321, '0030ea', 0, 'TeraForce Tech Corp', '1100 EXECUTIVE DRIVE RICHARDSON TX 75081 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22322, 'f8daf4', 0, 'Taishan Online Tech Co, Ltd', '4/F Fangda Building, South Area, Hi-tech Industial Park, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22323, '2c27d7', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-03-17', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22324, '3035ad', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22325, '00154d', 0, 'Netronome Systems, Inc', '3159 Unionville Road Cranberry Twp. PA 16066 US', 'US', 'MA-L', '2005-07-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22326, 'e0cf2d', 0, 'Gemintek Corp', '5F-1, No.8, Alley 30, Lane 358, Rueiguang Rd. Taipei 114 TW', 'TW', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22327, 'cc3e5f', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22328, '64c354', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2015-05-31', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22329, '208756', 0, 'Siemens AG', 'Oestliche Rheinbrueckenstrasse 50 Karlsruhe Baden-Württemberg 76187 DE', 'DE', 'MA-L', '2016-04-06', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22330, '004bf3', 0, 'Shenzhen Mercury Communication Tech Co, Ltd', '3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22331, '000464', 0, 'Pulse-Link Inc', '1934 Kellogg Avenue Carlsbad CA 92008 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22332, '000b7e', 0, 'Saginomiya Seisakusho Inc', '535 Sasai Sayamashi Saitamaken 350-1395 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22333, '0050c2ad1', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22334, '001d86', 0, 'Shinwa Industries(China) Ltd', '8 Pingnanzhong Road, Pingnan Industrial Park, Zhongkai No.4 Road, Huizhou City Guangdong Province 516006 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22335, '001ec5', 0, 'Middle Atlantic Products Inc', '300 Fairfield Road Fairfield NJ 07004 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22336, '70b3d5058', 0, 'Telink Semiconductor Co, Limtied, Taiwan', 'Room 1050, 10F, Bld H, YuanQu St. Taipei Taiwan 11503 TW', 'TW', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22337, '84c9c6', 0, 'Shenzhen Gongjin Electronics Co, LT', 'SONGGANG SHENZHEN GUANGDONG 518105 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22338, '70b3d5ec5', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22339, '0050c21f3', 0, 'Radionor Communications', 'Ingvald Ystgaards vei 23 N-7047 Trondheim 0000 NO', 'NO', 'IAB', '2002-12-18', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22340, '40f201', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR', 'FR', 'MA-L', '2014-03-11', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22341, '54cdee', 0, 'ShenZhen Apexis Electronic Co, Ltd', '12th floor,Keji BuildiHigng ShenZhen GuangDong 518057 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22342, '70b3d53f0', 0, 'Intervala', '700 Braddock Avenue East Pittsburgh PA 15112-1242 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22343, '000b56', 0, 'Cybernetics', '111 Cybernetics Way STE 300 Yorktown VA 23693 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22344, '0050c2294', 0, 'EPSa GmbH', 'Göschwitzer Straße 32 Jena Thüringen D-07745 DE', 'DE', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22345, '40d855107', 0, 'Smith Meter, Inc', '1602 Wagner Ave Erie PA 16514 US', 'US', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22346, '70b3d52a2', 0, 'Visualware Inc', '937 SIERRA DRIVE TURLOCK CA 95380 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22347, 'c0d3911', 0, 'B9Creations', '525 University Loop Ste 115 Rapid City SD 57701 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22348, 'b80716', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22349, '2c48354', 0, 'Geartech Ltd', 'R310/312,3/F,Beike Venture Building,No.1077,Nanhai Avenue,Nanshan District Shenzhen Guangdong 518067 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22350, '0080cc', 0, 'Microwave Bypass Systems', '25 BRAINTREE HILL OFFICE PARK BRAINTREE MA 02184 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22351, '0005eb', 0, 'Blue Ridge Networks, Inc', '14120 Parke Long Court Chantilly VA 20151 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22352, '4095bd', 0, 'NTmore.Co, Ltd', '38, Heungan-daero 427 beon-gil, Dongan-gu Anyang Gyeonggi 431-801 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22353, '00245a', 0, 'Nanjing Panda Electronics Co Ltd', 'Zhongshan EastRoad 301, NANJING JIANGSU 210016 CN', 'CN', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22354, '0050c2bc5', 0, 'Toptechnology Srl', 'Guise 1774 2B Ciudad de Buenos Aires Capital Federal C1425DPD AR', 'AR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22355, '08e5da', 0, 'Nanjing Fujitsu Computer Products Co, Ltd', 'NO.1,XIANXIN MID-ROAD NANJING JIANGSU 210046 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22356, 'a43bfa0', 0, 'Chengdu Territory Tech Co, Ltd', 'Flat 23, #4, Senhua Gargden Shaoling Road Chengdu Sichuan 610000 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22357, '70b3d52aa', 0, 'Flirtey Inc', 'P O BOX 7315 Reno NV 89510 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22358, '00a05a', 0, 'Kofax Image Products', '3 JENNER STREET IRVINE CA 92718-3807 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22359, '0050c205a', 0, 'Sonifex Ltd', '61 Station Road Irthlingborough Northants NN9 5QE England GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22360, '0050c2472', 0, 'Kop Ltd', 'Howe Moss Ave Aberdeen Scotland AB21 0NA GB', 'GB', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22361, '808b5c', 0, 'Shenzhen Runhuicheng Tech Co, Ltd', '315.3rd Floor Taoyuan Commercial Building A2 ridgepole Guang Qian Industrial Estate XiLi Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22362, '0050c2527', 0, 'IRTrans GmbH', 'Hagener Strasse 512 Dortmund NRW 44227 DE', 'DE', 'IAB', '2005-11-02', '2016-02-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22363, 'fc35e6', 0, 'Visteon Corp', 'One Village Center Dr Belleville MI 48111 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22364, 'e00eda', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22365, '000001', 0, 'Xerox Corp', 'M/S 105-50C WEBSTER NY 14580 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22366, '080052', 0, 'Insystec', '450 LAKEMONT AVENUE WINTER PARK FL 32792 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22367, '44d5f23', 0, 'Vuro Llc', '1441 Broadway, Suite 5011 New York NY 10018 US', 'US', 'MA-M', '2019-05-14', '2019-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22368, '40d85513b', 0, 'Davin Tech Co, Ltd', '1203-Ho, World Merdiang 1 Cha Seoul Seoul 153-781 KR', 'KR', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22369, '240995', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-09-21', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22370, '0021c3', 0, 'Cornell Communications, Inc', '7915 N. 81st Street Milwaukee Wisconsin 53223 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22371, '44f849', 0, 'Union Pacific Railroad', '1400 Douglas St. STOP 0610 Omaha NE 68179 US', 'US', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22372, '002049', 0, 'Comtron, Inc', 'SANCATHERINA BLDG. TOKYO 160 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22373, '001596', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-08-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22374, '001940', 0, 'Rackable Systems', '1933 Milmont Drive Milpitas CA 95035 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22375, '70b3d5241', 0, 'Bolide Tech Group, Inc', '468 S. San Dimas Ave., San Dimas CA 91773 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22376, '000b26', 0, 'Wetek Corp', '4F, NO.17, Kuanfu N. Road Hsin Chu Industrial Park 303 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22377, '0013d3', 0, 'Micro-Star International Co, Ltd', 'NO. 69, LI-DE ST. JUNG-HE CITY TAIPEI HSIEN 235 TW', 'TW', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22378, '0050c2f9b', 0, 'Newell Tech Ltd', 'Unit 13, 4/F, New City Centre, Kowloon HK', 'HK', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22379, '200a0d2', 0, 'Netinovo Tech(Shenzhen) Ltd', '101,201,301,Bldg8,No.1 industry zone,Shanmen Community,Yanluo Street Shenzhen Guangdong 518105 CN', 'CN', 'MA-M', '2019-10-12', '2019-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22380, '0000c6', 0, 'Eon Systems', '10601 SOUTH DEANZA BLVD. CUPERTINO CA 95014 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22381, '0050c2e66', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62902 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22382, '980074', 0, 'Raisecom Tech Co, Ltd', 'No. 11, East Area, No. 10 Block, East Xibeiwang Road Beijing 100094 CN', 'CN', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22383, '40d85502c', 0, 'InventLab s.c.', 'ul. Czarodziejska 22 Wolka Kozodawska Masovian 05-502 PL', 'PL', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22384, '083fbc', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22385, 'ec8009', 0, 'NovaSparks', '12 rue de Chatillon Paris Ile de France 75014 FR', 'FR', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22386, '70b3d5c0a', 0, 'Infosocket Co, Ltd', '1-6-1-303 Musashino Tokyo 180-0005 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22387, 'f8be0d', 0, 'A2uict Co, Ltd', '1202, OWNER\'S TOWER, 28, Hwangsaeul-ro 200 beon-gil, Bundang-gu, Seongnam-si, Gyeonggi-do 13595 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22388, '00040a', 0, 'Sage Systems', '1420 Harbor Bay Parkway Alameda CA 94502 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22389, '000d91', 0, 'Eclipse (HQ Espana) S.L.', 'CC de Negocios Puerto de Banus Marbella 29660 ES', 'ES', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22390, '38b8ebb', 0, 'ExaScaler Inc', 'Kimura Bldg. 5F, Kanda Ogawamachi 2-1 Chiyoda-ku Tokyo 101-0052 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22391, 'fcb6d8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22392, '002159', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2008-10-25', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22393, '3c39e7a', 0, 'iiM AG', 'Neuer Friedberg 5 Suhl Thuringia 98527 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22394, '0015fd', 0, 'Complete Media Systems', 'Grove Place Warninglid West sussex RH17 5SN GB', 'GB', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22395, '90b144', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22396, '50c971', 0, 'GN Netcom A/S', 'Lautrupbjerg 7 Ballerup DK - 2750 DK', 'DK', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22397, '0cc47a', 0, 'Super Micro Computer, Inc', '980 Rock Avenue San Jose California 95131 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22398, 'd4c19e', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22399, '0030b5', 0, 'Tadiran Microwave Networks', '4000 Greenbriar Drive Stafford TX 77477 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22400, '00254e', 0, 'Vertex Wireless Co, Ltd', '5F, Seohyeon Plaza, 254-5, Seohyeon-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-824 KR', 'KR', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22401, '0050c2343', 0, 'Abb Xiamen Switchgear Co Ltd', 'ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen S.E.Z. Fujian Province 361006 CN', 'CN', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22402, '001537', 0, 'Ventus Networks', '800 Connecticut Ave Norwalk CT 06854 US', 'US', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22403, 'e4956e1', 0, 'Tband srl', 'via A. Meucci, 4 Preganziol Treviso 31022 IT', 'IT', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22404, 'a0722c', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22405, '0020b4', 0, 'Terma Elektronik AS', 'HOVMARKEN 4, DK-8520 LYSTRUP DK', 'DK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22406, '000245', 0, 'Lampus Co, Ltd', '6th Bldg., Samgong, Korea Korea 137-044 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22407, '0050c20c6', 0, 'Advanced Medical Information Tech, Inc', 'PO Box 870 Hermosa Beach CA 90254-0870 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22408, 'e8da96', 0, 'Zhuhai Tianrui Electrical Power Tech Co, Ltd', 'Minying Technology Zone, 10# Keji 1 Road, Gangwan Main Road, Tangjia Zhuhai Guangdong 519085 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22409, '9cfcd1', 0, 'Aetheris Tech (Shanghai) Co, Ltd', 'Room 225, Building No. 8, 433 Yuyuan Road Shanghai Shanghai 200040 CN', 'CN', 'MA-L', '2016-11-26', '2016-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22410, '70b3d595c', 0, 'Wilson Electronics', '3301 E. Deseret Dr. Saint George UT 84790 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22411, '90e0f0', 0, 'Ieee 1722a Working Group', '8760 Sandy Parkway Sandy Utah 84070 US', 'US', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22412, '4c9eff', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22413, '283334', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22414, '000c48', 0, 'QoStek Corp', '7F, 22, Taiyuen Street Chupei Hsinchu Hsien 302 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22415, '0050c2c3b', 0, 'Elektro-Automatik GmbH & Co KG', 'Helmholtzstraße 31-33 Viersen NRW 41747 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22416, '0017bd', 0, 'Tibetsystem', '6F IT Castle II 550-1 Gasan-dong Seoul Geumcheon-gu 153-803 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22417, '001991', 0, 'avinfo', 'Jiahuiyuan 703,Huaao Center,31# Zizhuyuan Road, Beijing 100089 CN', 'CN', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22418, '40d855022', 0, 'Digimerge Tech Inc', '250 Royal Crest Court Markham Ontario L3R 3S1 CA', 'CA', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22419, 'a0e5e9', 0, 'enimai Inc', '701 Villa St Mountain View California 94041 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22420, '001bc5095', 0, 'Prevac sp. z o.o.', 'ul. Raciborska 61 44-362 Rogow, Silesia PL', 'PL', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22421, '00157f', 0, 'ChuanG International Holding Co, Ltd', '1F, NO.12, Alley 1, Lane 125, Guolian Street 4Lirn, Wuhan Village Taoyuan Longtan 325 US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22422, '0050c257a', 0, 'nVent, Schroff GmbH', 'Langenalber Strasse 96-100 Straubenhardt 75334 DE', 'DE', 'IAB', '2006-02-05', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22423, '002624', 0, 'Thomson Inc', '101 West 103rd Street Indianapolis IN 46290 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22424, '343794', 0, 'Hamee Corp', 'Square O2 2-12-10 Sakae-cho Odawara Kanagawa 250-0011 JP', 'JP', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22425, '0020d7', 0, 'Japan Minicomputer Systems Co, Ltd', '3-33-18 TAKAIDOHIGASHI TOKYO 168 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22426, '0050c2298', 0, 'Harvad University', '17 Oxford St. Cambridge MA 01238 US', 'US', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22427, '002442', 0, 'Axona Ltd', 'Unit 4U St. Albans Enterprise Centre St. Albans Herts AL3 6EN GB', 'GB', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22428, '982d56', 0, 'Resolution Audio', '88 Hoff Street #106 San Francisco CA 94110 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22429, 'b8ee79', 0, 'YWire Tech, Inc', '1372 Overdale Montreal QC H3G 1V3 CA', 'CA', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22430, '90b8d0', 0, 'Joyent, Inc', '345 California Street, San Francisco CA 94104 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22431, '000c9a', 0, 'Hitech Electronics Corp', '4f, No. 501-15 Chung-Cheng Rd. Shin-tien Taipei Shien 231 TW', 'TW', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22432, '001907', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22433, '6036dd', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22434, '70b3d5d7e', 0, 'Triax A/S', 'Bjornkaervej 3 Hornsyld Denmark 8783 DK', 'DK', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22435, '84e0f41', 0, 'MedicusTek Inc', '9F No.3-2 Yuanqu St. Nangang Dist. Taipei 11503 TW', 'TW', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22436, '2c16bd7', 0, 'Sct Optronics Co, Ltd', 'Floor 9, Block B, Building 7, Shenzhen Bay Technology Ecological Park, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22437, '00e0b2', 0, 'Telmax Communications Corp', '46515 LANDING PARKWAY FREMONT CA 94538 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22438, '001faa', 0, 'Taseon, Inc', '3099 N. First Street San Jose CA 95134 US', 'US', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22439, '547fa8', 0, 'Telco systems, s.r.o.', 'Zvolenska cesta 20 Banska Bystrica Slovak republic 974 05 SK', 'SK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22440, '70b3d5bfd', 0, 'Lumentum', '460 N McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-S', '2019-07-19', '2019-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22441, '001a15', 0, 'gemalto e-Payment', '6 rue de la Verrerie Meudon 92197 FR', 'FR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22442, '001aba', 0, 'Caton Overseas Ltd', 'Room 102, No. 101, Lane 91 Shanghai 200127 CN', 'CN', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22443, 'e8b1fc', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22444, '549a11f', 1, 'Private', '', '', 'MA-M', '2015-04-05', '2015-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22445, '00e010', 0, 'Hess SB-Automatenbau GmbH', 'HINDENBURGSTRASSE 27-29 D-71106 MAGSTADT DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22446, '0050c24dd', 0, 'Truteq Wireless (Pty) Ltd', 'Unit 6, Falcon Village Office Park Centurion Gauteng 0157 ZA', 'ZA', 'IAB', '2005-07-27', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22447, '0050c20c1', 0, 'Casabyte', '4012 SW 327th St. Federal Way WA 98023 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22448, '000f4e', 0, 'Cellink', 'Catherinalaan 37 Rotselaar Vlaams Brabant B-3110 BE', 'BE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22449, '001fe1', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2008-02-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22450, '001bc5038', 0, 'Seed International Ltd', 'Unit 1201, Pan-pacific Plaza, No.12A, South Street Zhongguancun, Beijing 100081 CN', 'CN', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22451, 'dc3757', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22452, 'f41d6b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22453, '00c013', 0, 'Netrix', '13595 DULLES TECHNOLOGY DRIVE HERNDON VA 22071 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22454, '0002dc', 0, 'Fujitsu General Ltd', '1116, Suenaga, Takatsu-Ku, 213-8502 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22455, '001411', 0, 'Deutschmann Automation GmbH & Co KG', 'Carl-Zeiss-Str. 8 Bad Camberg D - 65520 DE', 'DE', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22456, '00219d', 0, 'Adesys BV', 'Molenweer 4 Wateringen Zuid Holland 2291 NR NL', 'NL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22457, 'b875c0', 0, 'PayPal, Inc', '2211 North 1st Street San Jose California 95131 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22458, '70b3d5d30', 0, 'Leica Microsystems Ltd Shanghai', '258 Jinzang Road, Building 1, Pudong Shanghai Shanghai 201206 CN', 'CN', 'MA-S', '2019-10-26', '2019-10-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22459, '00808d', 0, 'Westcoast Tech B.V.', 'P.O. BOX 3317 NL', 'NL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22460, '0050c2437', 0, 'PowerWAN, Inc', '2445 Faber Place Palo Alto California 94303 US', 'US', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22461, '002415', 0, 'Magnetic Autocontrol GmbH', 'Grienmatt 20 Schopfheim D-79650 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22462, '74a2e6', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22463, '70b3d5752', 0, 'Guan Show Technologe Co, Ltd', 'No.127, Jianguo 1st Rd., Lingya Dist. Kaohsiung City 802 TW', 'TW', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22464, '00e0b6', 0, 'Entrada Networks', '9020 JUNCTION DRIVE ANNAPOLIS JUNCTION MD 20701 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22465, '001f1d', 0, 'Atlas Material Testing Tech Llc', '4114 N. Ravenswood Ave. Chicago IL 60613 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22466, '6c1811', 0, 'Decatur Electronics', '715 Bright Street Decatur IL 62522 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22467, '388ab7', 0, 'Itc Networks', '3F Daiwa Shibaura Bldg Tokyo 105-0023 JP', 'JP', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22468, 'a8c87f', 0, 'Roqos, Inc', '1775 Greensboro Station Place Mclean Virginia 22102 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22469, 'f4cc55', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22470, '70b3d581e', 0, 'Novathings', '100 Impasse des houilleres MEYREUIL 13590 FR', 'FR', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22471, '00a028', 0, 'Conner Peripherals', '3061 ZANKER ROAD SAN JOSE CA 95134-2128 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22472, '001579', 0, 'Lunatone Industrielle Elektronik GmbH', 'Rennbahnweg 55 Wien 1220 AT', 'AT', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22473, 'cc7d37', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2011-03-17', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22474, '88cefa', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-09-21', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22475, '88add2', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22476, '000653', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22477, 'dc3350', 0, 'TechSAT GmbH', 'Gruber Str. 46c Poing BY 85586 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22478, 'ec79f2', 0, 'Startel', 'Xi Chuang Industrial Park,Second industrial district of Guan Long Village,Xili town ,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22479, '5894b2', 0, 'BrainCo', '????????????????1107? ??? ??? 518000 CN', 'CN', 'MA-L', '2019-12-05', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22480, '88f031', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22481, '70b3d5442', 0, 'Blair Companies', '5107 Kissell Ave Altoona PA 16601 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22482, '0003f3', 0, 'Dazzle Multimedia, Inc', '47211 Bayside Parkway Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22483, '001bc5026', 0, 'Dimep Sistemas', 'Av. Mofarrej, 840 São Paulo 05311000 BR', 'BR', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22484, '488d36', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22485, '70b3d5f19', 0, 'Vitro Tech Corp', 'Box 91232 Austin TX 78709-1232 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22486, '009eee', 0, 'Positivo Tecnologia S.A.', 'João Bettega, 5200 Curitiba Paraná 81350-000 BR', 'BR', 'MA-L', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22487, '0060f7', 0, 'Datafusion Systems', 'P.O. BOX 582 STELLENBOSCH, 7599 ZA', 'ZA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22488, '00a017', 0, 'J B M Corp', '10-1, ARAMOTOSHIN MACHI 577 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22489, '2cd2e7', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu Ou 90590 FI', 'FI', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22490, '046d42', 0, 'Bryston Ltd', 'P.O. Box 2170 Peterborough Ontario K9J 7Y4 CA', 'CA', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22491, '48d224', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW', 'TW', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22492, '70b3d59ea', 0, 'Blue Storm Associates, Inc', '8605 Cross View Fairfax Station 22039 US', 'US', 'MA-S', '2019-06-17', '2019-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22493, '000e3d', 0, 'Televic N.V.', 'Leo Bekaertlaan 1 Izegem 8870 BE', 'BE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22494, '0014e3', 0, 'mm-lab GmbH', 'Stammheimer Strasse 10 Kornwestheim DE', 'DE', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22495, '00138a', 0, 'Qingdao GoerTek Tech Co, Ltd', 'Room 605,Innovation Building,Hi-tech Industrial Park, QINGDAO SHANDONG 266061 CN', 'CN', 'MA-L', '2005-02-06', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22496, '0050c2fc2', 0, 'Elta', '14 place Marcel Dassault Blagnac 31700 FR', 'FR', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22497, '90c6829', 0, 'Act', 'Unit C1, South City Business Center Dublin IE', 'IE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22498, 'e05a9fd', 0, 'Mountz, Inc', '1080 N. 11th Street San Jose CA 95112 US', 'US', 'MA-M', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22499, '68d79a', 0, 'Ubiquiti Networks Inc', '2580 Orchard Pkwy San Jose CA 95131 US', 'US', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22500, '00d072', 0, 'Broadlogic', '463 S. MILPITAS BLVD. MILPITAS CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22501, '0050c257d', 0, 'Sierra Video Systems', '104B New Mohawk Rd Nevada City CA 95959 US', 'US', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22502, '7c4aa8', 0, 'MindTree Wireless Pvt Ltd', 'LGF, Phase III, Mindtree West Campus, Bangalore Karnataka 560 059 IN', 'IN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22503, '0050c220d', 0, 'Varisys Ltd', '17 Manor Courtyard Great Haseley High Wycombe BUCKS HP13 5 GB', 'GB', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22504, '000cc8', 0, 'Xytronix Research & Design, Inc', '1488 East 2300 North North Logan UT 84341-1627 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22505, '70b3d50a6', 0, 'PA Consulting Services', 'CAMBRIDGE TECH CENTRE MELBOURN HERTFORDSHIRE SG8 6DP GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22506, '4466fc', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22507, 'c067af', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22508, '70b3d5074', 0, 'Orlaco Products B.V.', 'Albert Plesmanstraat 42 Barneveld 3772MN NL', 'NL', 'MA-S', '2019-11-19', '2019-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22509, '00c0b0', 0, 'Gcc Tech, Inc', '580 WINTER STREET WALTHAM MA 02154 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22510, '0015a8', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-08-26', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22511, '00265c', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22512, '44aae8', 0, 'Nanotec Electronic GmbH & Co KG', 'Gewerbestrasse 11 Landsham Bavaria 85652 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22513, '540593', 0, 'Woori Elec Co, Ltd', '#1401~03, #1411~12, Bucheon Deawoo Techno Park, D-Dong, 261,Doyak-Ro, Wonmi-Gu,Bucheon-Si Gyeonggi-Do 14523 KR', 'KR', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22514, '94147a', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22515, '000098', 0, 'Crosscomm Corp', '450 DONALD LYNCH BOULEVARD MARLBOROUGH MA 01752 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22516, '0016a4', 0, 'Ezurio Ltd', 'Unit 2 London NW9 5HD GB', 'GB', 'MA-L', '2005-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22517, '001d34', 0, 'Syris Tech Corp', '21 F-2, NO. 12, SEC. 1, Taijunggang Rd. Taichung 403 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22518, '5067f0', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2010-08-15', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22519, '303ead', 0, 'Sonavox Canada Inc', '81 Zenway Blvd #25 Woodbridge Ontario L4S0S5 CA', 'CA', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22520, '800184', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22521, '3aa3f8', 0, 'Ieee 802.1 Working Group', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'CID', '2017-01-30', '2017-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22522, '0060b7', 0, 'Channelmatic, Inc', '1700 GILLESPIE WAY EL CAJON CA 92020-0901 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22523, '0010f3', 0, 'Nexcom International Co, Ltd', '18F, No. 716, Chung-Cheng Road, Taipei Hsien 235, TW', 'TW', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22524, '0019bc', 0, 'Electro Chance Srl', 'CARHUE 3179 CAPITAL FEDERAL BUENOS AIRES 1440 AR', 'AR', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22525, '001f09', 0, 'Jastec', 'Jastec B/D 2F, 92-7 Kumgok-dong, Boondang-gu, 463-804 KR', 'KR', 'MA-L', '2007-12-31', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22526, 'fcde90', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22527, '000558', 0, 'Synchronous, Inc', '77 Las Colinas Lane San Jose CA 95119 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22528, '0008ec', 0, 'Optical Zonu Corp', '15028 Delano Street Van Nuys CA 91411-2016 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22529, '70b3d5bb0', 0, 'Wicell Tech', '61 Dien Bien Phu Ho Chi Minh 700000 VN', 'VN', 'MA-S', '2018-08-09', '2018-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22530, '000492', 0, 'Hive Internet, Ltd', 'Unit 2, Church View Business Centre Binbrook Market Rasen, Lincolnshire LN8 6BY GB', 'GB', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22531, '001987', 0, 'Panasonic Mobile Communications Co, Ltd', '600 Saedo-cho, Tsuzuki-ku, Yokohama City Kanagawa Prefecture 224-8539 JP', 'JP', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22532, '0023b1', 0, 'Longcheer Tech (Singapore) Pte Ltd', '43 Kaki Bukit View, #04-01 , 415970 SG', 'SG', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22533, 'ac220b', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22534, '78ca836', 0, 'Nomiku', '475 Alvarado St Apt 2 San Francisco CA 94114 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22535, '70b3d58f8', 0, 'Wi6labs', '1137 A - Avenue des Champs Blancs Cesson Sevigné 35510 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22536, '000e78', 0, 'Amtelco', '4800 Curtin Drive McFarland WI 53558 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22537, '00226b', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22538, '001e40', 0, 'Shanghai DareGlobal Tech Co, Ltd', '22F, lnfo Tech Building, NO.1555 Kongjiang Road, Shanghai 200092 CN', 'CN', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22539, 'c8b373', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22540, '0050c2ec6', 0, 'Infronics Systems Ltd', 'PLOT NO: 2 & 3, EKTHA TOWERS HYDERABAD ANDHRA PRADESH 500084 IN', 'IN', 'IAB', '2011-10-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22541, 'c0d391', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22542, '00bbc1', 0, 'Canon Inc', '30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22543, '70b3d5ea1', 0, 'Qntra Tech', 'Velcho Atanasov 47 Sofia Sofia 1505 BG', 'BG', 'MA-S', '2018-12-06', '2018-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22544, '00101c', 0, 'Ohm Tech Intl, Llc', '4 EXECUTIVE CIRCLE, Suite 185 IRVINE CA 92614 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22545, '0050c27bc', 0, 'Eidos Spa', 'CORSO MATTEOTTI, 25 CHIERI TORINO 10023 IT', 'IT', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22546, '08d09f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22547, 'b44bd6a', 0, 'Shenzhen Huabai Intelligent Tech Co, Ltd', 'Science Park South District Shenzhen Digital Technology Park Building B2 4th Floor Area A Shenzhen, Guangdong 518000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22548, '0050c268c', 0, 'Isochron Inc', '11044 Research Blvd Austin TX 78759 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22549, '001eca', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2007-12-31', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22550, '084656', 0, 'Veo-Labs', '14 rue du Patis Tatelin RENNES Bretagne 35700 FR', 'FR', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22551, '080028', 0, 'Texas Instruments', '12500 TI Boulevard Dallas 75243 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22552, '001c96', 0, 'Linkwise Tech Pte Ltd', 'Blk 3, Ang Mo Kio Industrial Park 2A 568050 SG', 'SG', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22553, '0023a5', 0, 'SageTV, Llc', '9800 S. La Cienega Blvd Inglewood CA 90301 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22554, '348b75', 0, 'Lava International(H.K) Ltd', 'UNIT L 1/F MAU LAM COMM BLDG 16-18 MAU LAM ST, JORDAN KL, HK Hong kong 999077 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22555, 'e0b655', 0, 'Beijing Xiaomi Electronics Co, Ltd', 'Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN', 'CN', 'MA-L', '2019-01-11', '2019-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22556, 'd05794', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2019-03-09', '2019-03-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22557, '0013ce', 0, 'Intel Corp', 'Lot 8, Jalan Hi-tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22558, '00196a', 0, 'MikroM GmbH', 'Dovestraße 1 Berlin 10587 DE', 'DE', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22559, '0013a1', 0, 'Crow Electronic Engeneering', '12 Kinneret st. Airport City IL', 'IL', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22560, '0050c2479', 0, 'Unlimited Bandwidth Llc', '1320 W. Northwest Highway Palatine Illinois 60067 US', 'US', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22561, '001c5e', 0, 'Aston France', '151 Avenue Gallieni BAGNOLET ile de france 93177 FR', 'FR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22562, '0050c2a42', 0, 'RealVision Inc', '3-1-4 Shin-Yokohama, Kouhoku-Ku Yokohama Kanagawa 222-0033 JP', 'JP', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22563, 'ec5f23', 0, 'Qinghai Kimascend Electronics Tech Co Ltd', '2F,Building 6,J6 Science&Tech Park, No.6 Jiangjun Rd., Jiangning District Nanjing Jiangsu 211100 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22564, '70b3d5514', 0, 'Intelligent Security Systems (Iss)', '1480 US Highway 9 North Suite 202 Woodbridge NJ 07095 US', 'US', 'MA-S', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22565, '000037', 0, 'Oxford Metrics Ltd', 'UNIT 8, 7 WEST WAY, UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22566, '000b3e', 0, 'BittWare, Inc', '31 B South Main St Concord NH 03301 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22567, '0050c2f7d', 0, 'D-Hike Electroncs Tech Co, Ltd', 'Room 5277, Block A, Building 2, Shanghai Shanghai 201315 CN', 'CN', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22568, '000995', 0, 'Castle Tech Ltd', 'Ore Trading Estate Framlingham Suffolk IP13 9LL GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22569, '0050c2742', 0, 'Fantuzzi Reggiane', 'Via Renata Bianchi, 40 Genoa GE 16152 IT', 'IT', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22570, '0022f4', 0, 'Ampak Tech, Inc', 'No. 8-1, Nanyuan 2nd Rd. Jhongli Taoyuan 320 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22571, '00250b', 0, 'Centrofactor Inc', 'Road Town, Tortola, P.O.Box 3161, Tortola 194295 VG', 'VG', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22572, '002691', 0, 'Sagemcom Broadband Sas', 'Le Ponnant de Paris CEDEX Paris 75512 FR', 'FR', 'MA-L', '2010-01-05', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22573, '0030fb', 0, 'Azs Tech AG', 'Steinbeisstrasse 2-4 72510 Stetten A.K.M. DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22574, '000709', 0, 'Westerstrand Urfabrik AB', 'Box 133 SE', 'SE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22575, '000533', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2001-02-02', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22576, '001e30', 0, 'Shireen Inc', '8531 Ziggy Lane Gaithersburg MD 20877 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22577, '648099', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22578, '34bdc8', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22579, '84d47e', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2015-08-11', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22580, '00c091', 0, 'Jabil Circuit, Inc', '32275 MALLY ROAD MADISON HEIGHTS MI 48071 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22581, '0002d1', 0, 'Vivotek, Inc', '5F-1, 168-1, Lien-Chen Rd, TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22582, '0050c20a6', 0, 'Arula Systems, Inc', '10670 N. Tantau Ave. Cupertino CA 95014 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22583, 'e44cc74', 0, 'Beijing Zhongchuangwei Nanjing Quantum Communication Tech Co, Ltd', 'No. 88, pubin avenue, jiangpu street, pukou district, nanjing city nanjing Jiangsu 210000 CN', 'CN', 'MA-M', '2018-12-03', '2018-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22584, '84a93e', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2018-08-22', '2018-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22585, '00075b', 0, 'Gibson Guitars', '309 Park Plus Blvd. Nashville TN 37217 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22586, '005907', 0, 'LenovoEMC Products Usa, Llc', '22 South St Hopinkton MA 01748 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22587, '08028e', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2017-02-21', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22588, 'ec237b', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22589, '001347', 0, 'Red Lion Controls, LP', '20 Willow Springs Circle York NY 17402 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22590, '002571', 0, 'Zhejiang Tianle Digital Electric Co, Ltd', 'No.8 Tianle Rd,Economic Development Zone Shengzhou Zhejiang 312400 CN', 'CN', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22591, '00089d', 0, 'Uhd-Elektronik', 'Zuercherstrasse 12 Baden AG 5400 CH', 'CH', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22592, '54a3fa', 0, 'Bqt Solutions (Australia)Pty Ltd', 'Unit 29, 1 Talavera Road North Ryde NSW 2113 AU', 'AU', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22593, '204aaa', 0, 'Hanscan Spain S.A.', 'Avda. de la Vega, 1 Alcobendas Madrid 28108 ES', 'ES', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22594, 'd0431e', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2015-03-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22595, '80c5f2', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2017-09-10', '2017-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22596, '70b3d5716', 0, 'Lode BV', 'Zernikepark 16 Groningen 9747 AN NL', 'NL', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22597, 'a8c0ea', 0, 'Pepwave Ltd', 'A5, 5/F, HK Spinners Industrial Building, Phase 6, 481 Castle Peak Road Cheung Sha Wan Hong Kong 0 HK', 'HK', 'MA-L', '2019-05-24', '2019-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22598, '00163c', 0, 'Rebox B.V.', 'Hendrik Figeeweg 1X Haarlem Noord-Holland 2031 BJ NL', 'NL', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22599, '0050c2800', 0, 'Delphi Display Systems, Inc', '3160 Pullman Street Costa Mesa CA 92626 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22600, '000d74', 0, 'Sand Network Systems, Inc', '434 Payran Street, Suite B Petaluma CA 94952 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22601, 'cc3adf', 1, 'Private', '', '', 'MA-L', '2016-04-27', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22602, '38b8eb1', 0, '1.A Connect GmbH', 'Obere Seestrasse 13 Nohfelden Saarland 66625 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22603, '70b3d549a', 0, 'Haxe Systeme', '1, rue de Lorraine La Chapelle sur Erdre Pays de la Loire 44240 FR', 'FR', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22604, '60fb42', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22605, 'd8eb97', 0, 'TRENDnet, Inc', '20675 Manhattan Place Torrance CA 90501 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22606, '34e71c', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22607, '0050c291d', 0, 'Rosendahl Studiotechnik GmbH', 'Andechser Str. 5 Utting am Ammersee Bayern 86919 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22608, 'b89bc9', 0, 'Smc Networks, Inc', '20 Mason Irvine CA 92618 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22609, '6c15f9', 0, 'Nautronix Ltd', 'Blackwood House Aberdeen AB10 6XU GB', 'GB', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22610, '00ec0a', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22611, '6014b3', 0, 'CyberTAN Tech Inc', '99 Park Ave III, Hsinchu Science Park Hsinchu 308 TW', 'TW', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22612, 'b43564', 0, 'Fujian Tian Cheng Electron Science & Technical Development Co, Ltd', '1801 unit,Tian an Cyber Times Tower A,Futian District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22613, 'c88ed18', 0, 'Electronic Controls Design, Inc', '4287-B SE International Way Milwaukie OR 97222 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22614, '000358', 0, 'Hanyang Digitech CoLtd', '13F, Acetwintower2, 212-30, Guro-Dong Seoul 12304 KR', 'KR', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22615, '0050c2304', 0, 'Comerson S.r.l.', 'Via Lombardia, 15 Carate Brianza MILANO 20048 IT', 'IT', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22616, '0050c2900', 0, 'Magor Communications Corp', '350 Legget Drive Ottawa ON K2K 2W7 CA', 'CA', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22617, '2462ce', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22618, '0060a9', 0, 'Gesytec Mbh', 'PASCALSTRASSE 6 D 52076 AACHEN DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22619, '00039f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22620, '640980', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2014-04-22', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22621, '086a0a', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22622, '2c4835c', 0, 'Santec Corp', '5823 Ohkusa-Nenjozaka Komaki Aichi 485-0802 JP', 'JP', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22623, '00508f', 0, 'Asita Tech Int\'L Ltd', 'UNIT 2 BALLYBRIT BUSINESS PARK IE', 'IE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22624, 'f89550', 0, 'Proton Products Chengdu Ltd', '1st Ring Chengdu Sichuan 610051 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22625, '143e60', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2011-03-17', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22626, 'c01885', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2012-01-18', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22627, '90b0ed', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22628, '1062eb', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22629, '40b30e', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22630, '8cf112', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2019-06-10', '2019-06-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22631, '000d43', 0, 'Drs Tactical Systems Inc', '3520 U.S. Highway 1 Palm Bay FL 32905 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22632, '001327', 0, 'Data Acquisitions Ltd', '84 Gasson street Christchurch NZ', 'NZ', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22633, '6c5cde', 0, 'SunReports, Inc', '1406 Cedarwood Dr. San Mateo CA 94403 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22634, '70b3d50a0', 0, 'Cominfo, Inc', 'Nabrezi 695 Zlin 760 01 CZ', 'CZ', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22635, '6cdffb4', 0, 'Lineable Inc', '5, Ttukseom-ro 1na-gil, Seongdong-gu, Seoul, Republic of Korea, Heyground, G505 Seoul Seoul 04779 KR', 'KR', 'MA-M', '2018-09-05', '2018-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22636, '000b1f', 0, 'I Con Computer Co', '3F, No. 142 , Hsin Ming Road Neihu Taipei 114 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22637, '742b0f', 0, 'Infinidat Ltd', '11 Galgalei Haplada St. Herzliya Pituach Center 46722 IL', 'IL', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22638, 'a0224e9', 0, 'Delta Tau Data Systems, Inc', '21314 Lassen St. Chatsworth CA 91311 US', 'US', 'MA-M', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22639, '0002e3', 0, 'Lite-ON Communications, Inc', '736 S. Hillview Drive Milpitas CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22640, '0050c2cda', 0, 'taskit GmbH', 'Seelenbinderstrasse 33 Berlin 12555 DE', 'DE', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22641, '001100', 0, 'Schneider Electric', '5460 Pottsville Pike Leesport PA 19533 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22642, '001b06', 0, 'Ateliers R. Laumonier', 'Ateliers R. LAUMONIER Nesles-la-Vallée Val d\'Oise 95690 FR', 'FR', 'MA-L', '2007-01-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22643, '0022f5', 0, 'Advanced Realtime Tracking GmbH', 'Am Oeferl 6 Weilheim Bayern D-82362 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22644, '0023fa', 0, 'RG Nets, Inc', '316 California Ave. Reno NV 89501 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22645, '00255e', 0, 'Shanghai Dare Tech Co Ltd', '22F,Info Tech Building, No.1555,Kongjiang Road, Shanghai 200092 CN', 'CN', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22646, '002658', 0, 'T-Platforms (Cyprus) Ltd', 'Themistokli Dervi 3, Julia House Nicosia P.C.-1066 CY', 'CY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22647, '000134', 0, 'Selectron Systems AG', 'Bernstreasse 70 CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22648, '000c9f', 0, 'Nke Corp', '366-1 Hishikawa-cho Hazukashi Fushimi-ku Kyoto-shi Kyoto 612-8487 JP', 'JP', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22649, '001bc505d', 0, 'Jsc Prominform', 'Gazeti Zvezda str., 24A Perm Permskiy krai 614000 RU', 'RU', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22650, '9c88ad', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22651, '34cdbe', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22652, '40d8550ef', 0, 'GeneSys Elektronik GmbH', 'In der Spoeck 10 77656 Offenburg US', 'US', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22653, '70b3d508c', 0, 'Airmar Tech Corp', '35 Meadowbrook Dr Milford NH 03055 US', 'US', 'MA-S', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22654, 'a85e45', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2019-07-27', '2019-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22655, '0050c218d', 0, 'Ccii Systems (Pty) Ltd', 'Unit 3, 67 Rosmead Avenue Cape Town Cape 7708 ZA', 'ZA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22656, 'ac6f4f', 0, 'Enspert Inc', '2F., Daehwa B/D, Seoul 135090 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22657, '7062b8', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22658, '3cc2e1', 0, 'Xin Hua Control Engineering Co, Ltd', '160 Wenjing Road, Minhang Shanghai Shanghai 200245 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22659, '88a084', 0, 'Formation Data Systems', '39141 Civic Center Drive, Suite 410 Fremont CA 94538 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22660, '780ed1', 0, 'Trumpf Werkzeugmaschinen GmbH+CoKG', 'Johann-Maus-Straße 2 Ditzingen 71254 DE', 'DE', 'MA-L', '2018-08-28', '2018-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22661, '001336', 0, 'Tianjin 712 Communication Broadcasting Co, Ltd', 'No.185, Xinda Road, Hebei District Tianjin 300140 CN', 'CN', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22662, '0050c2806', 0, 'Cet', 'via Enrico Fermi 1 Zenson di Piave Treviso 31050 IT', 'IT', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22663, '00210e', 0, 'Orpak Systems L.T.D.', '31 Lechi St Bnei - Brak 51114 IL', 'IL', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22664, '0050c2e3e', 0, 'Monnit Corp', '450 South Simmons Way Kaysville UT 84037 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22665, 'ace069', 0, 'Isaac Instruments', '240 Frechette Chambly Quebec J3L2Z5 CA', 'CA', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22666, '70b3d53a9', 0, 'Vivalnk', '4655 Old Ironsides Dr, #390 Santa Clara CA 95054 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22667, '00009e', 0, 'Marli S.A.', 'CHEMIN TAVERNEY 3 CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22668, '000f03', 0, 'Com&C Co, Ltd', '2F Woojin BLD 1445-2 Secho-Dong SEOUL 137-070 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22669, '001d71', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22670, '8c1cdad', 0, 'Riegl Laser Measurement Systems GmbH', 'Riedenburgstraße 48 Horn Niederösterreich A-3580 AT', 'AT', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22671, '0022f8', 0, 'Pima Electronic Systems Ltd', '5 Hatzoref St. Holon 58856 IL', 'IL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22672, '78303b', 0, 'Stephen Tech Co, Ltd', '5/F, Building NO.1, TongXin Industry Zone Shenzhen Guangdong 518115 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22673, 'd02544', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2015-07-23', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22674, 'cc1be0f', 1, 'Private', '', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22675, '480bb2', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22676, '5cb15f', 0, 'Oceanblue Cloud Tech Ltd', '253-261 Hennessy Road Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22677, '000ba8', 0, 'Hanback Electronics Co, Ltd', '306-7, Galma-dong, Seo-gu Daejeon 302-171 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22678, '001a70', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22679, 'a88038', 0, 'ShenZhen MovingComm Tech Co, Ltd', '5F, FuXinFa Industrial Park, LiuXianDong Industrial Zone, ShenZhen GuangDong 518055 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22680, '000951', 0, 'Apogee Imaging Systems', '151 Sunrise Avenue Roseville CA 95661 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22681, '000ba3', 0, 'Siemens AG', 'Werner-von-Siemens-Straße 65 Erlangen Bavaria 91052 DE', 'DE', 'MA-L', '2003-02-07', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22682, 'd4136f', 0, 'Asia Pacific Brands', 'PO Box 113001 Auckland Newmarket 1149 NZ', 'NZ', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22683, '8461a0', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-10-13', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22684, '0012c8', 0, 'Perfect Tech', '3F,No.9,LANE175,NANKAN RD., LUJHU TAOYUAN 338 TW', 'TW', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22685, '0050c2f27', 0, 'Elan Systems', '10 IHASZ STR BUDAPEST 1105 HU', 'HU', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22686, '000fa7', 0, 'Raptor Networks Tech', '65 Enterprise Road Aliso Viejo CA 92656 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22687, '0014c1', 0, 'U.S. Robotics Corp', '935 National Parkway Schaumburg IL 60173-5157 US', 'US', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22688, '0cefaf8', 0, 'Bsx Athletics', '2500 E T C Jester Blvd. Houston TX 77008 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22689, '00a03d', 0, 'Opto-22', '43044 BUSINESS PARK DR. TEMECULA CA 92590 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22690, '00a086', 0, 'Amber Wave Systems, Inc', '403 MASSACHUSETTS AVENUE ACTON MA 01720 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22691, '001cec', 0, 'Mobilesoft (Aust.) Pty Ltd', 'Suite 2, 27-35 Grosvenor Street Sydney NSW 2089 AU', 'AU', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22692, 'a8f7e0', 0, 'Planet Tech Corp', '11F, No. 96, Min Quan Road, New Taipei City 22341 TW', 'TW', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22693, 'c49a02', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2015-01-23', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22694, 'e44cc70', 0, 'Alert Alarm AB', 'Råsundavägen 4 Solna Stockholm 16967 SE', 'SE', 'MA-M', '2018-12-03', '2018-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22695, '006040', 0, 'Netro Corp', '3120 SCOTT BLVD. SANTA CLARA CA 95054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22696, '0040a3', 0, 'Microunity Systems Engineering', '255 CASPIAN DRIVE SUNNYVALE CA 94089-1015 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22697, '048b42', 0, 'Skspruce Tech', 'A1, Tianfu Software Park, 1129 Century City Road High-tech Zone, Chengdu Sichuan 610041 CN', 'CN', 'MA-L', '2012-04-08', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22698, '70b3d5644', 0, 'Atx Networks Corp', '1-501 Clements Road West Ajax Ontario L1s7H4 CA', 'CA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22699, '0050c232c', 0, 'Integrated Silicon Solution (Taiwan), Inc', '5F, No.1, Creation Rd. II, Hsinchu 300 TW', 'TW', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22700, 'b4211d', 0, 'Beijing GuangXin Tech Co, Ltd', 'Room 313,B Bld,Horizon International Tower,Zhichun Road,6,Haidian District,Beijing City,P.R.China Beijing 100086 CN', 'CN', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22701, '20fabb', 0, 'Cambridge Executive Ltd', 'St John\'s Innovation Centre Cambridge Cambridgeshire CB40WS GB', 'GB', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22702, '58605f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22703, '6c2e33', 0, 'Accelink Tech Co, Ltd', '88 Youkeyuan Road, Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22704, '9c541c', 0, 'Shenzhen My-power Tech Co, Ltd', '202¬Building 3¬Shenzhen Software Park Shenzhen Nanshan 518000 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22705, '1089fb', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22706, '000cac', 0, 'Citizen Watch Co, Ltd', '6-1-12, Tanashi-cho Nishi-Tokyo-shi Tokyo 188-8511 JP', 'JP', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22707, '001cd8', 0, 'BlueAnt Wireless', '245 St.Kilda Rd, St Kilda Melbourne Victoria 3182 AU', 'AU', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22708, '70b3d55be', 0, 'Caswa', 'Unit2/33 Horus bend Bibra Lake WA 6163 AU', 'AU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22709, 'f074e4', 0, 'Thundercomm Tech Co, Ltd', 'Building NO.4, 99# Xiantao Data Valley Zhonglu, Yubei District, Chongqing, China chongqing 404100 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22710, '8489ec', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22711, '00402d', 0, 'Harris Adacom Corp', '1100 VENTURE COURT CARROLLTON TX 75006-5412 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22712, '000735', 0, 'Flarion Tech, Inc', '135 Route 202/206 South Bedminster NJ 07921 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22713, 'f0b2e5', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22714, '707990', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22715, 'acbe75', 0, 'Ufine Tech Co, Ltd', '46, Geumgok-dong, Bundang-gu Seong-nam-si Gyeonggi-do 463-804 KR', 'KR', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22716, 'cc5d57', 0, 'Information System Research Institute, Inc', 'Metro city minamiikebukuro-bldg.5F Toshima-ku Tokyo 171-0022 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22717, '001bc5064', 0, 'Enkora Oy Ltd', 'Köydenpunojankatu 8 G Helsinki Uusimaa 00180 FI', 'FI', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22718, '001bc50c6', 0, 'Connode', 'Järnvägsgatan 10 PO Box 1094 Sundbyberg 17222 SE', 'SE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22719, 'd832e3', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22720, '001179', 0, 'Singular Tech Co Ltd', '21F, No.37, Sec.2, San Min Rd., Taipei 220 TW', 'TW', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22721, '0019a9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22722, '54c80f', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22723, 'c035c5', 0, 'Prosoft-Systems Ltd', 'Volgogradskaya 194-a Ekaterinburg Sverdlovskay 620102 RU', 'RU', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22724, '18ded7', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22725, '0005e5', 0, 'Renishaw Plc', 'New Mills, Wotton-under-Edge GB', 'GB', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22726, '001d65', 0, 'Microwave Radio Communications', '101 Billerica Avemue, Bldg 6 N. Billerica MA 01862 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22727, '70b3d5d00', 0, 'Dki Tech Co, Ltd', 'Room #1005, DONGHWA BLDG, 71, Yeouinaru-ro, Yeongdeungpo-gu Seoul Seoul KR-11 KR', 'KR', 'MA-S', '2018-10-18', '2018-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22728, '589630', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22729, '00c08e', 0, 'Network Information Tech', '10430 S. DE ANZA BLVD. CUPERTINO CA 95014 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22730, '40d855063', 0, 'Protonic Holland', 'Factorij 36 Zwaag NH Netherlands 1689 AL NL', 'NL', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22731, '0019e8', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22732, '0050c268e', 0, 'Selco', 'ZI DU VAL D OMBREE COMBREE 49520 FR', 'FR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22733, '001c81', 0, 'NextGen Venturi Ltd', 'Technium 2 Swansea West Glamorgan SA18PJ GB', 'GB', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22734, 'b000b4', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22735, '70b3d5eb0', 0, 'Nautel Limted', '10089 Peggy\'s Cove Road Hackett\'s Cove Nova Scotia B3Z 3J4 CA', 'CA', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22736, '9cc172', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22737, '00c084', 0, 'Data Link Corp Ltd', '3-15-3 MIDORICHO JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22738, '000bc7', 0, 'Icet S.p.A.', 'Via Quarto Negroni, 63 Cecchina di Ariccia Roma 00040 IT', 'IT', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22739, '7cbacc7', 0, 'Virgin Orbit', '4022 E. Conant Street Long Beach CA 90808 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22740, 'd81265', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2019-06-21', '2019-06-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22741, '000942', 0, 'Wireless Tech, Inc', 'Ohmori Mitsubishi Bldg., 7F, Sannoh 2-chome Tokyo 143-0023 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22742, '0050c289e', 0, 'Broadcast Electronics', '4100 N. 24th Quincy IL 62305 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22743, 'f0b479', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-11-24', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22744, 'f8d111', 0, 'TP-Link Tech Co, Ltd', '1-6F, Building 2, Pingshandayuan Industrial, South Zone, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22745, '6891d03', 0, 'Ambitio Llc', '10505 NW 27th ST Doral FL 33172 US', 'US', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22746, 'cc2d21', 0, 'Tenda Tech Co, LtdDongguan branch', 'Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22747, '0002de', 0, 'Astrodesign, Inc', '2-22-12 Kamikodana Ka Kanagawa JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22748, '0007f4', 0, 'Eletex Co, Ltd', '8-2-56 Nankou-Higashi Suminoe-ku JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22749, '3093bc', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2019-10-12', '2019-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22750, 'acd074', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2014-10-25', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22751, '00106e', 0, 'Tadiran Com. Ltd', '26 HASHOFTIM ST. HOLON 58102 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22752, '0050c2543', 0, 'Digi Sesn AG', 'Freiburgstr. 65 Murten FR 3280 CH', 'CH', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22753, 'e02481', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22754, 'b467e9', 0, 'Qingdao GoerTek Tech Co, Ltd', '5F, No.3 Building, Fortune Center Qingdao Shandong 266061 CN', 'CN', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22755, '708d09', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22756, '000ffc', 0, 'Merit Li-Lin Ent.', 'No. 20 Wu-Long 6 Rd. Wu-Ku Taipei 242 TW', 'TW', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22757, '0050c2c58', 0, 'Foerster-Technik GmbH', 'Gerwigstraße 25 Engen Baden-Württemberg 78234 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22758, 'd076506', 0, 'Picobrew Llc', '2121 N 35th Street Seattle WA 98103 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22759, '00e03e', 0, 'Alfatech, Inc', 'SHIN-OSAKA EITO BLDG. OSAKA JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22760, '00012c', 0, 'Aravox Tech, Inc', '16725 40th Place North Plymouth MN 55446 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22761, '0050c2e89', 0, 'Proteqsen', 'Av. Gov. Amaral Peixoto, 800 Nova Iguacu Rio de Janeiro 26210-060 BR', 'BR', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22762, 'b8241a', 0, 'Sweda Informatica Ltda', 'RUA DONA BRIGIDA, 713 SAO PAULO SP 04111-081 BR', 'BR', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22763, 'bc34005', 0, 'Ndsl, Inc', '4112 Blue Ridge Road Raleigh North Carolina 27612 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22764, 'd8fc38', 0, 'Giantec Semiconductor Inc', 'No12, Lane647, Songtao Rd, Zhangjiang Hi-Tech Park Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22765, '1cc0e1c', 0, 'Nitto Seiko', 'shiroyama-cho 2banti Ayabe-si Kyoto-hu 623-0003 JP', 'JP', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22766, '0011b5', 0, 'Shenzhen Powercom Co, Ltd', 'Floor 16,Tower B,Zhongyin Building,North Caitian Road,Futian District,Shenzhen,P.R.China Shenzhen Guangdong province 518028 CN', 'CN', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22767, '705eaa', 0, 'Action Target, Inc', 'PO Box 636 Provo UT 84603 US', 'US', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22768, '70b3d5969', 0, 'Emtel System Sp. z o.o.', 'Promienista 11 Poznan 60-288 PL', 'PL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22769, '14ae85b', 0, 'Ntc Soft', 'B-805, Gwangmyeong SK Techno park, 60, Haan-ro, Gwangmyeong-si Gyeonggi-do 14322 KR', 'KR', 'MA-M', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22770, 'dca8cf', 0, 'New Spin Golf, Llc', '1637 Burr Oak Drive Libertyville IL 60048 US', 'US', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22771, '70b3d5fd8', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22772, '003146', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-10-07', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22773, '00d004', 0, 'Pentacom Ltd', '8 HASADNAOT STREET IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22774, '000d66', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22775, '60d7e39', 0, 'LongSung Tech (Shanghai) Co, Ltd', 'Room 606, Block B, Bldg. 1, No. 3000 Longdong Avenue., Zhangjiang Hi-Tech Park, Pudong District ShangHai 201203 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22776, '0021ea', 0, 'Bystronic Laser AG', 'Industriestrasse 21 3362 Niederönz CH', 'CH', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22777, '80e01d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22778, '70b3d5916', 0, 'Techno Mathematical Co, Ltd', '7F, Gotanda NN Bldg., Shinagawa-ku Tokyo 141-0031 JP', 'JP', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22779, '70b3d5f4c', 0, 'PolyTech A/S', 'HI Park 445 Herning Herning 7400 DK', 'DK', 'MA-S', '2015-04-29', '2019-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22780, 'fcd2b6c', 0, 'Silicon (Shenzhen) Electronic Tech Co, Ltd', '5F, Block A,No. 9 Yuexing 3rd Road, Yuehai Subdistrict Office, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-12-26', '2018-12-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22781, '0026e7', 0, 'Shanghai Onlan Communication Tech Co, Ltd', '3F, 6C, No. 1658, Gumei Road, Xuhui District Shanghai 200233 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22782, '70b3d5625', 0, 'VX Instruments GmbH', 'Bernsteinstraße 41 A Altdorf-Landshut Bavaria 84032 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22783, '0014f9', 0, 'Vantage Controls', '1061 South 800 East Orem UT 84097 US', 'US', 'MA-L', '2005-06-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22784, '0050c27c8', 0, 'Fr. Sauter AG', 'Im Surinam 55 Basel BS CH4016 CH', 'CH', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22785, '0050c2fc4', 0, 'Kyowadensi', 'Saiwai-cyo 2-1-17 Chikusei Ibaraki 308-0848 JP', 'JP', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22786, '5cfc66', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-09-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22787, '487583', 0, 'Intellion AG', 'Schuppisstrasse 10 St. Gallen St. Gallen 9016 CH', 'CH', 'MA-L', '2018-03-13', '2018-03-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22788, '70b3d5f82', 0, 'Preston Industries dba PolyScience', '6600 W. Touhy Ave Niles IL 60714-4588 US', 'US', 'MA-S', '2019-06-13', '2019-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22789, '00a0e8', 0, 'Reuters Holdings Plc', '85, FLEET STREET ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22790, '005069', 0, 'PixStream Inc', '180 COLUMBIA ST. W. Ontario N2L 3L3 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22791, '00199a', 0, 'Edo-Evi', '7065 Columbia Gateway Dr. Columbia MD 21046 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22792, '002119', 0, 'Samsung Electro Mechanics Co, Ltd', '314, Metan 3 dong Suwon Kyung-gi do 443-743 KR', 'KR', 'MA-L', '2008-03-04', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22793, 'fce1d9', 0, 'Stable Imaging Solutions Llc', '3709 Old Conejo Rd Newbury Park CA 91320 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22794, '70b3d5015', 0, 'EN ElectronicNetwork Hamburg GmbH', 'Meiendorfer Strasse 205 Hamburg 22145 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22795, '002047', 0, 'Steinbrecher Corp', '30 NORTH AVENUE BURLINGTON MA 01803 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22796, '00154c', 0, 'Saunders Electronics', '192 Gannett Drive South Portland ME 04106 US', 'US', 'MA-L', '2005-07-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22797, '141fba4', 0, 'Byzero', '1222 Doosan Venture Digm Anyang-si Gyeonggi-do 431-755 KR', 'KR', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22798, '3ca31a', 0, 'Oilfind International Llc', '12651 Briar Forest Dr, Suite 151 Houston Texas 77077 US', 'US', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22799, '70b3d5ce3', 0, 'Dalcnet srl', 'Via Meucci 35 Brendola Vicenza 36040 IT', 'IT', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22800, '4ce676', 0, 'Buffalo.Inc', 'AKAMONDORI Bldg., 30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref. 460-8315 JP', 'JP', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22801, 'b4b362', 0, 'zte Corp', '12/F,ZTE R&D Building,Kejinan Road, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22802, '001f20', 0, 'Logitech Europe SA', 'EPFL - Quartier de l\'Innovation Lausanne CH 1015 CH', 'CH', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22803, '5c5ac7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22804, '0050f8', 0, 'Entrega Tech, Inc', '25691 ATLANTIC OCEAN DRIVE LAKE FOREST CA 92630 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22805, '001d04', 0, 'Zipit Wireless, Inc', '49 Salters Road. Greenville SC 29607 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22806, 'a0224ed', 0, 'Digifocus Tech Inc', '6F, No.89, Xinhu 1st Rd., Neihu Dist. Taipei City 11494 TW', 'TW', 'MA-M', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22807, 'b8a386', 0, 'D-Link International', '1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG', 'SG', 'MA-L', '2011-10-07', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22808, '4c7872', 0, 'Cav. Uff. Giacomo Cimberio S.p.A.', 'Via Torchio, 57 San Maurizio d\'Opaglio (Novara) 28017 IT', 'IT', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22809, '70b3d5a37', 0, 'Mitsubishi Heavy Industries Thermal Systems, Ltd', '3-1, Asahi, Nishibiwajima-Cho Kiyosu Aichi 452-8561 JP', 'JP', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22810, '0069675', 0, 'Shenzhen Xiao Bi En Culture Education Tech Co, Ltd', '4GH Unit,Block D,Central Avenue,Intersection of Xixiang Avenue and Baoyuan Road,Labor Community,Xixiang Street,Baoan District Shenzhen China 518102 CN', 'CN', 'MA-M', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22811, '0004f1', 0, 'WhereNet', '107 W. McKinney Avenue Rogersville TN 37857 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22812, 'f02624', 0, 'Wafa Tech Co, Ltd', 'Room302, Longtaili Building Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22813, '70b3d5953', 0, 'Spectrum Techniques, Llc', '106 Union Valley Rd Oak Ridge TN 37930 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22814, '002051', 0, 'Verilink Corp', '127 Jetplex Circle Madison AL 35758 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22815, 'a81559', 0, 'Breathometer, Inc', '863 Mitten Road, Suite 104 Burlingame CA 94010 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22816, '4c5e0c', 0, 'Routerboard.com', 'Mikrotikls SIA Riga LV1009 LV', 'LV', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22817, '2ca02f', 0, 'Veroguard Systems Pty Ltd', 'PO Box 5003 Clayton VIC 3168 AU', 'AU', 'MA-L', '2018-07-26', '2018-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22818, '684aae', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22819, '0050c202a', 0, 'VersaLogic Corp', '12100 SW Tualatin Rd Tualatin OR 97062 US', 'US', 'IAB', '2002-08-08', '2017-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22820, '000f57', 0, 'Cablelogic Co, Ltd', '3F., Hwain Bldg., 1559-12 Seocho 3-dong, Seoul 137-873 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22821, '70b3d587e', 0, 'Septentrio NV', 'Interleuvenlaan 15i Leuven 3001 BE', 'BE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22822, '78b6ec', 0, 'Scuf Gaming International Llc', '3970 Johns Creek Court Suite 325 Suwanee Atlanta GA 30024 US', 'US', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22823, '70b3d5c98', 0, 'Trust Automation', '125 Venture Dr San Luis Obispo CA 93401 US', 'US', 'MA-S', '2020-01-18', '2020-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22824, '001d35', 0, 'Viconics Electronics Inc', '9245 Langelier Saint Leonard Quebec H1P3K9 CA', 'CA', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22825, '14f42a', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22826, '0019d4', 0, 'Icx Tech', '3440 Francis-Hughes Laval Quebec H7L 5A9 CA', 'CA', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22827, '1c43ec', 0, 'Japan Circuit Co, Ltd', 'NKF-Kawasaki-Building 7F Kawasaki Kanagawa 2100005 JP', 'JP', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22828, 'e05a9f2', 0, 'Chengdu Song Yuan Electronic Tech Co, Ltd', 'Building 63 Cui Feng International, No.366 Bai Cao Road, High-tech West Zone Chengdu Sichuan 610000 CN', 'CN', 'MA-M', '2018-11-15', '2018-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22829, '38ec0d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22830, '00c03c', 0, 'Tower Tech S.R.L.', 'VIA RIDOLFI 6,8 IT', 'IT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22831, '0011be', 0, 'Agp Telecom Co Ltd', '9F, 134 Chung-Hsiao E. RD Taipei 106 TW', 'TW', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22832, '0050c2f17', 0, 'Abb Transmission and Distribution Automation Equipment (Xiamen) Co, Ltd', 'ABB Industrial Park, Torch Hi-Tech Development Zone. Xiamen Fujian 361006 CN', 'CN', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22833, '70b3d574f', 0, 'United States Tech Inc', '1701 Pollitt Drive Fair Lawn NJ 07410 US', 'US', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22834, '70b3d5f0b', 0, 'RF Industries', 'PO Box 5 Welland SA 5007 AU', 'AU', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22835, '00186a', 0, 'Global Link Digital Tech Co,.Ltd', 'Qibaoyiding Ind.Area Dongguan Guangdong 523051 CN', 'CN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22836, '0019e0', 0, 'TP-Link Tech Co, Ltd', 'South Building, No.5 Keyuan Road Nanshan Shenzhen 518057 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22837, '781185', 0, 'Nbs Payment Solutions Inc', '703 Evans Ave Toronto Ontario M9C 5E9 CA', 'CA', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22838, '0050c2f9f', 0, 'Nanjing Sac Power Grid Automation Co, Ltd', 'No.11 Phoenix Road Nanjing Jiangsu Provience 211100 CN', 'CN', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22839, '000f40', 0, 'Optical Internetworking Forum', '48377 Fremont Blvd Fremont CA 94538 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22840, '0022e8', 0, 'Applition Co, Ltd', '509-1, Bundang Techno Park D-dong, SeongNam Kyunggi-do 463-760 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22841, '0013d1', 0, 'Kirk telecom A/S', 'Langmarksvej 34 Horsens 8700 DK', 'DK', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22842, '0050c2871', 0, 'R-S-I Elektrotechnik GmbH & Co KG', 'Woelkestrasse 11 Schweitenkirchen Bayern 85301 DE', 'DE', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22843, '9027e4', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-04-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22844, '48174c', 0, 'MicroPower Tech', '4225 Executive Sq. La Jolla California 92037 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22845, 'd04cc1', 0, 'Sintrones Tech Corp', '14F.-3, No.736, Zhongzheng Rd., Zhonghe Dist., New Taipei City 235, Taiwan (R.O.C.) Taipei N/A 235 TW', 'TW', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22846, '20df3f', 0, 'Nanjing Sac Power Grid Automation Co, Ltd', 'No.11 Phoenix Road Nanjing Jiangsu 211106 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22847, '000293', 0, 'Solid Data Systems', '2945 Oakmead Village Court Santa Clara CA 95051 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22848, '0080de', 0, 'Gipsi S.A.', '2,BD VAUBAN - B.P. 268 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22849, '70b3d58a8', 0, 'megatec electronic GmbH', 'Lehenhammer 14 Etzelwang Bayern 92268 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22850, '3c6a2c6', 0, 'La Barrière Automatique', '451 chemin de Champivost Limonest 69760 FR', 'FR', 'MA-M', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22851, 'e4ffdd', 0, 'Electron India', 'TYPE II, NO.9, DR. V.S.I. ESTATE CHENNAI TAMIL NADU 600 041 IN', 'IN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22852, '3876ca', 0, 'Shenzhen Smart Intelligent Tech CoLtd', 'Gaoxin South 4th Road Hi-Tech Industry Park, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22853, '100c6b', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2018-11-19', '2018-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22854, '001bf3', 0, 'Transradio SenderSysteme Berlin AG', 'Mertensstrasse 63 Berlin 13587 DE', 'DE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22855, '001db2', 0, 'Hokkaido Electric Engineering Co, Ltd', 'Nishinopporo 120-8 Ebetu-City Hokkaido 069-0832 JP', 'JP', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22856, '001850', 0, 'Secfone Kft', '51 Bercsenyi str Jaszbereny 5100 HU', 'HU', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22857, '0022a9', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2008-10-25', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22858, '00252a', 0, 'Chengdu GeeYa Tech Co, Ltd', '50 Shuxi Road, Chengdu SiChuan 610091 CN', 'CN', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22859, '70b3d5f08', 0, 'Szabo Software & Engineering UK Ltd', '43 Angrave Rd East Leake Leicester LE12 6JA GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22860, 'd0b128', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22861, '80d04a', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22862, '0090bc', 0, 'Telemann Co, Ltd', '6F DONGSIN BLDG. SEOUL, 135-270 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22863, '000fec', 0, 'Arkus Inc', '3-8 Chuo-cho 3-8 Noda, Kitaa-Ku 700-0971 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22864, '001df7', 0, 'R. Stahl Schaltgeräte GmbH', 'am Bahnhof 30 Waldenburg Baden-Württemberg 74638 DE', 'DE', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22865, '70b3d5a6e', 0, 'Jsc Electrical Equipment Factory', 'Otradnaya str, 6 Moscow 129626 RU', 'RU', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22866, '70b3d5d60', 0, 'Flintab AB', 'Kabelvägen 4 Jönköping 55302 SE', 'SE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22867, '70b3d5eb4', 0, 'Robotic Research, Llc', '555 Quince Orchard Rd, Suite 300 Gaithersburg MD 20878 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22868, '001560', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2005-08-04', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22869, '0015b4', 0, 'Polymap Wireless Llc', '310 S. Williams Blvd. Ste. 350 Tucson AZ 85711 US', 'US', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22870, '44efbf', 0, 'China Dragon Tech Ltd', 'B4 Bldg.Haoshan 1st Industry Park, Shenzhen Guangdong 518104 CN', 'CN', 'MA-L', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22871, '9ce635', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2013-01-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22872, '58fcdbf', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22873, '6063f9', 0, 'Ciholas, Inc', '3700 Bell Rd Newburgh IN 47630-7907 US', 'US', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22874, '000a06', 0, 'Teledex Llc', '6311 San Ignacio Avenue San Jose CA 95119 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22875, '0050c2562', 0, 'C21 Systems Ltd', 'Dunston Innovation Centre Chesterfield Derbyshire S41 8NG GB', 'GB', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22876, '14157c', 0, 'Tokyo Cosmos Electric Co, Ltd', '2-268 Sobudai Zama Kanagawa 252-8550 JP', 'JP', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22877, '70b3d51bb', 0, 'Efento T P SzydŁOwski K ZarĘBA SPÓŁKA Jawna', 'Dietla 93/6 Kraków 31-031 PL', 'PL', 'MA-S', '2016-09-06', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22878, '3ca616', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22879, '001269', 0, 'Value Electronics', 'Dong-kwan B/D, 5F, 1566-2 seoul 137-874 KR', 'KR', 'MA-L', '2004-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22880, '88f077', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22881, '00909b', 0, 'Markem-Imaje', 'Frihamnen 16A Gothenburg 417 55 SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22882, '0050c2572', 0, 'Chell Instruments Ltd', 'Folgate House North Walsham Norfolk NR28 0AJ GB', 'GB', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22883, '002316', 0, 'Kisan Electronics Co', '317-15 SEOUNG-DONG GU SEOUL 133-123 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22884, '0050c2e17', 0, 'Gall Tankdatensysteme GmbH', 'Schuetzenweg 6 Knittlingen 75438 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22885, '40d8550bd', 0, 'iCOGNIZE GmbH', 'Justus-von-Liebig Str. 9 Dietzenbach Hesse 63128 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22886, '7840e4', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22887, '006041', 0, 'Yokogawa Digital Computer Corp', 'Shinjuku MIDWEST Bldg.4-30-3 Yoyogi Shibuya-ku, Tokyo 151-0053 JP', 'JP', 'MA-L', '1980-01-01', '2016-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22888, '0001ed', 0, 'Seta Corp', 'Ariake Frontier Bldg. B JAPAN 135-0063 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22889, '000a1f', 0, 'Art Ware Telecommunication Co, Ltd', '806 Ace Techno Tower #1, 197-17 Seoul 152-050 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22890, '0050c28ab', 0, 'Nanomotion Ltd', 'Mordot HaCarmel Industrial Park Yokneam 20692 IL', 'IL', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22891, '342d0d', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22892, '0020b9', 0, 'Metricom, Inc', '980 UNIVERSITY AVENUE LOS GATOS CA 95030 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22893, '004024', 0, 'Compac Inc', '16-7 NIHONBASI HAMACHO 3-CHO JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22894, '80d18b', 0, 'Hangzhou I\'converge Tech Co, Ltd', 'No.618 Xixi Road, Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22895, '0050c2f69', 0, 'Safe Place Solutions Ltd', 'Eden House Edenbridge Kent TN8 6HF GB', 'GB', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22896, 'c8c2c6', 0, 'Shanghai Airm2m Communication Tech Co, Ltd', 'Rm.816,Building C,No.668,East Beijing Road,Huangpu District,Shanghai,China Shang hai Shang hai 200001 CN', 'CN', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22897, '7472b0', 0, 'Guangzhou Shiyuan Electronics Co, Ltd', 'No.6, 4th Yunpu Road, Yunpu Industry District Guangzhou Guangdong 510530 CN', 'CN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22898, 'c8662c', 0, 'Beijing Haitai Fangyuan High Tech Co,.Ltd', 'B1st&2nd floor,Unit E,NO.9 Building,Zhongguancun Software Park,Dongbeiwang West Road 8.Haidian District,Beijing Bei Jing 100094 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22899, 'a019b2e', 0, 'Ahgora Sistemas SA', 'Rodovia José Carlos Daux (SC-401), 600 (Km 01) - ParqTec Alfa - Módulo 08 Florianópolis Santa Catarina 88030000 BR', 'BR', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22900, '005021', 0, 'Eis International, Inc', '1351 WASHINGTON BLVD. STAMFORD CT 06902 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22901, '000f7b', 0, 'Arce Sistemas, S.A.', 'C/Padre Larramendi, 3 - 2º Bilbao Vizcaya 48012 ES', 'ES', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22902, 'acc698', 0, 'Kohzu Precision Co, Ltd', '2-6-15, Kurigi, Asao-ku Kawasaki-shi Kanagawa 215-8521 JP', 'JP', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22903, '1c08c1', 0, 'LG innotek', '978-1 Jangduk dong, Gwangsangu Gwangju Gwangju 506-731 KR', 'KR', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22904, '343759', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22905, '70b3d5f0f', 0, 'Kyoto Denkiki', 'makishima 16 19-1 Uji 6110041 JP', 'JP', 'MA-S', '2019-07-10', '2019-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22906, '001461', 0, 'Corona Corp', '7-7, HIGASHI-SHINBO SANJO-SHI NIIGATA 955-8510 JP', 'JP', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22907, 'd41c1c', 0, 'Rcf S.P.A.', 'Via Raffaello Sanzio 13 Reggio Emilia Italy 42124 IT', 'IT', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22908, '24d3f2', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22909, 'e4956e6', 0, 'Shenzhen Joyetech Electronics Co, Ltd', '9th Blvd.Changxing New Tech.Industry Zone,Shajing Town,Baoan District shenzhen Guangdong 518104 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22910, '70b3d5f05', 0, 'Motomuto Aps', 'Arresoevej 11 Risskov MIDT 8240 DK', 'DK', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22911, '0050c282a', 0, 'Vdc Display Systems', '7177 N. Atlantic Avenue Cape Canaveral FL 32920 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22912, 'b8fd32', 0, 'Zhejiang Roicx Microelectronics', '22 Floor, 1888 Jianghui Road, Binjiang District Hangzhou Zhejiang 310051 CN', 'CN', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22913, '70b3d5ced', 0, 'Advanced Products Corp Pte Ltd', '5006 Ang Mo Kio Ave 5, #05-01/12 TECHPlace II Singapore 569873 SG', 'SG', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22914, 'b42a0e', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2017-02-21', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22915, '4048fd8', 0, 'Dorel Juvenile', '25 Forbes Blvd Foxborough MA 02035 US', 'US', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22916, '5062552', 0, 'ShenZhen ChuangMo Electronics Tech Co, Ltd', 'West Floor 4,building A,Bafangyuan high and new industrial zone,No.108 Zhoushi Rd.,Shiyan sub-district,Baoan, Shenzhen Guangdong 518108 CN', 'CN', 'MA-M', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22917, '000d69', 0, 'Tmt&D Corp', '2-24-1 Fuchu-si Tokyo 183-0057 JP', 'JP', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22918, '0050c254e', 0, 'Convergent Design', '4465 Northpark Dr. Suite 400 Colorado Springs Colorado 80907 US', 'US', 'IAB', '2005-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22919, '0050c2fe2', 0, 'Pulsotronic Anlagentechnik GmbH', 'Neue Schichtstrasse 7 Niederdorf Saxony 09366 DE', 'DE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22920, 'c49e41', 0, 'G24 Power Ltd', 'South Lake Drive Newport Gwent NP10 8AS GB', 'GB', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22921, '70b3d55e7', 0, 'Heroic Tech Inc', '200-155 East Beaver Creek Rd Richmond Hill Ontario L4B2N1 CA', 'CA', 'MA-S', '2018-11-19', '2018-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22922, '009080', 0, 'Not Ltd, Inc', '500 ALLERTON STREET, STE #102 REDWOOD CITY CA 94063 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22923, '505663', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-09-24', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22924, '40d8550ca', 0, 'Neutrik AG', 'Im Alten Riet 143 SCHAAN 9494 LI', 'LI', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22925, '8031f0', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22926, '4cf55b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22927, '00908b', 0, 'Tattile Srl', '2600 Fernbrook Lane Plymouth MN 55447 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22928, '0017ec', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-04-08', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22929, '64ed62', 0, 'Woorisystems Co, Ltd', '101Ho #42-9, Jeongja-dong, Pundang-gu Sungnam-si Kyunggi-do 463-848 KR', 'KR', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22930, '000297', 0, 'C-Cor.net', '60 Decibel Road State College PA 16801 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22931, '000881', 0, 'Digital Hands Co, Ltd', 'KAKiYA Building 2F Yokohama Kanagawa 222-0033 JP', 'JP', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22932, '00018b', 0, 'NetLinks Co, Ltd', '3F Dscom Bldg., 238-3 KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22933, '001322', 0, 'Daq Electronics, Inc', '262B Old New Brunswick Road Piscataway NJ 08854 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22934, 'c0d3c0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22935, 'd41a3f', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22936, 'b02a1f', 0, 'Wingtech Group (HongKong)Ltd', 'FLAT/RM 1903 19/F PODIUM PLAZA 5HANOI ROAD TSIM SHA TSUI Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2019-01-04', '2019-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22937, '00409e', 0, 'Concurrent Tech Ltd', '654 THE CRESCENT UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22938, '0080a1', 0, 'Microtest, Inc', '4747 N. 22ND STREET PHOENIX AZ 85016-4708 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22939, '847a88', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22940, '40d855088', 0, 'Jel System Co, Ltd', '14-1, IKENOIRIYAMA, FUMASE IZUMIZAKI-MURA, NISHISHIRAKAWA-GUN FUKUSHIMA 969-0105 JP', 'JP', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22941, '185d9a', 0, 'BobjGear Llc', '4327 S Highway 27 # 504 Clermont Florida 34711 US', 'US', 'MA-L', '2015-03-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22942, '88d652', 0, 'Amergint Tech', '2315 Briargate Pkwy, Suite 100 Colorado Springs CO 80920 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22943, '90633b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22944, '001ad2', 0, 'Eletronica Nitron Ltda', 'Rua Dr. Ulisses Escobar 415 Camanducaia Minas Gerais 37650-000 BR', 'BR', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22945, '002407', 0, 'Telem Sas', '16, RUE DE L\'ETANG GIERES RHONE ALPES 38610 FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22946, '10a743', 0, 'SK Mtek Ltd', 'Flat/Rm 1808, 18F Tower II, Admirality Hong Kong HK', 'HK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22947, '44376f', 0, 'Young Electric Sign Co', '1651 N 1000 W Logan UT 84321 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22948, '58b035', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-02-21', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22949, '0008c6', 0, 'Philips Consumer Communications', 'Route d\'Angers Cedex 9 FR', 'FR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22950, '84c7a9', 0, 'C3po S.A.', 'Alejandro Goicoechea 6 Local 9 Sant Just Desvern Barcelona ES08960 ES', 'ES', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22951, 'c87cbc', 0, 'Valink Co, Ltd', '1F Dongwon Bldg. 90, Dangsan-Dong 3-Ga Youngdungpo-Gu Seoul 150-803 KR', 'KR', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22952, 'd425ccc', 0, 'Posnet Polska S.A.', 'ul. Municypalna 33 Warszawa 02-281 PL', 'PL', 'MA-M', '2018-10-04', '2018-10-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22953, '006064', 0, 'Netcomm Ltd', 'PO BOX 379 NORTH RYDE, NSW, 2113 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22954, '008023', 0, 'Integrated Business Networks', '1BN THE SYSTEMS CENTRE BUCKS HP19 3XN - ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22955, '0050c24a5', 0, 'Teledyne Monitor Labs', '5310 N. Pioneer Road Gibsonia PA 15044 US', 'US', 'IAB', '2005-06-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22956, '001e2a', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2007-09-29', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22957, 'f8b156', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2013-06-20', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22958, '70b3d5261', 0, 'Potter Electric Signal Co Llc', '1609 Park 370 Place Hazelwood MO 63042 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22959, '5cad76', 0, 'Shenzhen Tcl New Tech Co, Ltd', 'B area,10 Floor, TCL Multimedia Building, TCL International E city, #1001 Zhongshan Park Road, Nanshan District Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22960, '00404e', 0, 'Fluent, Inc', '594 WORCESTER ROAD-STE.#308 NATICK MA 01760 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22961, '00d0e9', 0, 'Advantage Century Telecommunication Corp', '4F, 41, Tunghsin Rd. Taipei TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22962, '300c23', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22963, 'fc4203', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22964, '0050c2aac', 0, 'VisiCon GmbH', 'Gottf.-Aug.-Buerger-Str. 30 Gleichen Lower Saxony D-37130 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22965, 'b0518e', 0, 'Holl Tech CoLtd', 'F2,Bld 27,Anle Industrial Park,Nantou Guankou No.2 Road Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22966, 'd058a8', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22967, '001d84', 0, 'Gateway, Inc', '610 Gateway Drive North Sioux City South Dakota 57049 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22968, '0050c2b83', 0, 'Advanced Storage Concepts, Inc', '2200 Market Street Galveston TX 77550 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22969, '001a61', 0, 'PacStar Corp', '15055 SW Sequoia Pkwy, Suite 100 Portland OR 97006 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22970, '0050c2646', 0, 'Trutouch Tech Inc', '800 BRADBURY DR SE ALBUQUERQUE NM 87106-4310 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22971, '0050c2691', 0, 'Interopix, Inc', '5050 Robert J Mathews Pkwy El Dorado Hills CA 95762 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22972, 'bc8ccd', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong 24180 US', 'US', 'MA-L', '2013-06-20', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22973, '04d16ee', 0, 'Evolute Systems Private Ltd', '#3794 ,Ground and First Floor, 7th Main, Indira Nagar Bangalore Karnataka 560038 IN', 'IN', 'MA-M', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22974, '00b0f5', 0, 'NetWorth Tech, Inc', '1000 Germantown Pike Plymouth Metting PA 19462 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22975, '0050c2194', 0, 'Cominfo, Inc', 'Lesetin 651 Zlin 760 01 CZ', 'CZ', 'IAB', '2002-08-08', '2017-04-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22976, '40f4ec', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22977, 'cc81da', 0, 'Phicomm (Shanghai) Co, Ltd', '3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN', 'CN', 'MA-L', '2016-08-05', '2017-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22978, '70b3d503c', 0, 'Ultimate Software', '2000 Ultimate Way Weston FL 33326 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22979, '000315', 0, 'Cidco Inc', '220 Cochrane Circle Morgan Hill CA 95037 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22980, 'd8d67e', 0, 'Gsk Cnc Equipment Co, Ltd', 'No.7,1st Street,Luochong North Road,Luochongwei,No.7,1st Street,Luochong North Road,Luochongwei,No.7,1st Street,Luochong North Road,Luochongwei, Guangzhou Guangdong 510165 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22981, '784b08', 0, 'f.robotics acquisitions Ltd', 'Yevulim, Industrial Zone Pardesia Hasharon 42815 IL', 'IL', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22982, 'b44bd6b', 0, 'DongYoung media', '#18, Dangjeong-Ro, Gunpo-Si, Gyeonggi-Do, 15849 KR', 'KR', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22983, '50eb71', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22984, '001866', 0, 'Leutron Vision', 'Industriestrasse 57 Glattbrugg ZH 8152 CH', 'CH', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22985, '00213b', 0, 'Berkshire Products, Inc', 'PO Box 2819 Cumming GA 30028 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22986, '70b3d5d95', 0, 'Sano Service Co, Ltd', '2-10-3 Sotokanda Chiyoda-ku Tokyo 1010021 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22987, '1869d8', 0, 'Hangzhou Aixiangji Tech Co, Ltd', '7 Floor, 3 Blvd., More Centre, 87 Gudun Rd., Xihu District Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2020-01-14', '2020-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22988, '000e15', 0, 'Tadlys Ltd', 'ISRAELI SHIMON 3 RISHON lEZYYON ISRAEL 75654 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22989, '448312', 0, 'Star-Net', 'Egoz 64 Kiryat Byalik Israel 27000 IL', 'IL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22990, '485f99', 0, 'Cloud Network Tech (Samoa) Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22991, 'e85bb7', 0, 'Ample Systems Inc', '11F-2, No. 95 Minquan Rd. New Taipei City 231 TW', 'TW', 'MA-L', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22992, '00d051', 0, 'O2Micro, Inc', '2901 TASMAN DRIVE, STE.#205 SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22993, '001276', 0, 'CG Power Systems Ireland Ltd', 'Herbert House., Harmony Row, Dublin D2 IE', 'IE', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22994, '7c6da6', 0, 'Superwave Group Llc', 'poselok Krasnaya Zarya, dom 15 Vsevolozhskiy raiyon Leningradskaya oblast 193149 RU', 'RU', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22995, '001fa8', 0, 'Smart Energy Instruments Inc', '297 Lakeshore Road East Oakville Ontario L6J 1J3 CA', 'CA', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22996, '34af2c', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2012-07-16', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22997, '38bf2f', 0, 'Espec Corp', '5-2-5 Kanokodai Minamimachi Kobe City Hyogo 561-1514 JP', 'JP', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22998, '3c24f04', 0, 'Inter-Coastal Electronics', '5750 E McKellips Rd Mesa AZ 85215 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(22999, '70b3d5848', 0, 'Aldridge Electrical Industries', '10-16 Sir Joseph Banks Drive Sydney NSW 2231 AU', 'AU', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23000, '00806b', 0, 'Schmid Telecommunication', 'BINZSTRASSE 35, CH', 'CH', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23001, 'c87248', 0, 'Aplicom Oy', 'Rautatienkatu 56 Äänekoski Länsi-Suomi 44101 FI', 'FI', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23002, '0050c2aa6', 0, 'Bassett Electronic Systems Ltd', 'Unit 24 Whitehill Ind Park Wootton Bassett Wiltshire SN4 7DB GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23003, '745bc59', 0, 'Haikou Frun Flash&Mcu Microcontrol Tech Development Co, Ltd', '5 floor A1-9, A building, incubation center, Haikou national hi tech Development Zone Haikou Hainan 570206 CN', 'CN', 'MA-M', '2018-12-17', '2018-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23004, '000660', 0, 'Nadex Co, Ltd', '1 Omiyamae, Tokushige, Aichi 481-0038 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23005, '0050c2579', 0, 'Gastager Systemtechnik GmbH', 'Gerating 10 Traunstein Bayern 83278 DE', 'DE', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23006, 'f86ecf', 0, 'Arcx Inc', '151 Amber St, Unit 1 Markham ON L3R 3B3 CA', 'CA', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23007, 'dcc8f5', 0, 'Shanghai UMEinfo Co, Ltd', '16/F,Building B ,NO.15 Changyi Road ,Baoshan District, Shanghai 200441 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23008, '50642b', 0, 'Xiaomi Electronics, Co, Ltd', 'Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2017-05-23', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23009, '70b3d5fb1', 0, 'Tomei Tsushin Kogyo Co,.Ltd', '100-3, Amaike Kodacho Inazawa Shi Aichi ken 4928274 JP', 'JP', 'MA-S', '2019-12-28', '2019-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23010, '000435', 0, 'InfiNet Llc', 'Serafimy Deryabinoy str. 24 Yekaterinburg 620149 RU', 'RU', 'MA-L', '2000-12-04', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23011, '000ea5', 0, 'Blip Systems', 'Haekken 2 Vodskov Vester Hassing 9310 DK', 'DK', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23012, 'b0c559', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23013, '70b3d5896', 0, 'Shanghai Longpal Communication Equipment Co, Ltd', '18 LongPal Building, GuangFuLin Rd 4855 Shanghai 201616 CN', 'CN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23014, '000a5c', 0, 'Carel s.p.a.', 'Via dell\' Industria, 11 Brugine Padova 35020 IT', 'IT', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23015, 'ac1702', 0, 'Fibar Group sp. z o.o.', 'ul. Lotnicza 1 Poznan 60-421 PL', 'PL', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23016, '940bd5', 0, 'Himax Tech, Inc', 'No.26, Zilian Rd., Xinshi Dist. Tainan City 741 TW', 'TW', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23017, '00086b', 0, 'Mipsys', '19C, Avenue des Indes LES ULIS Cedex FR-91969 FR', 'FR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23018, '40d8550dd', 0, 'Embed Ltd', 'Sovereign Court One Coventry West Midlands CV4 7EZ GB', 'GB', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23019, 'e41218', 0, 'ShenZhen Rapoo Tech Co, Ltd', '22,Jinxiu Road East,Pingshan District,Shenzhen,China Shenzhen Guangdong 518122 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23020, '1ce85d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23021, '54ab3a', 0, 'Quanta Computer Inc', 'No.211, Wen Hwa 2nd Rd., Kuei Shan Hsiang, Tao Yuan Shien, Taiwan, R. O. C. Taoyuan Taiwan 33377 TW', 'TW', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23022, '70b3d50fa', 0, 'InsideRF Co, Ltd', '801 31 Seongsui-ro 24-gil Seongdong-gu Seoul Asia 04798 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23023, '34e1d14', 0, 'Asa Innovation & Tech Ltd', 'Room 506, 5/F, Enterprise Place, No. 5 Science Park West Ave., Hong Kong Science Park Shatin NT 00000 HK', 'HK', 'MA-M', '2019-01-10', '2019-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23024, '006004', 0, 'Computadores Modulares SA', 'AVDA MONTESIERRA S/N 41020-SEVILLA ES', 'ES', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23025, '000e76', 0, 'Gemsoc Innovision Inc', '9F,No.516,Sec,1Neihu Rd., Taipei 114 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23026, '000ce0', 0, 'Trek Diagnostics Inc', '982 Keynote Circle Cleveland Ohio 44131 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23027, '0050c2257', 0, 'Digicast Networks', '204 Rod Circle Middletown MD 21769 US', 'US', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23028, '1801e3', 0, 'Bittium Wireless Ltd', 'Tutkijantie 8 Oulu 50590 FI', 'FI', 'MA-L', '2010-01-05', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23029, 'd05f643', 0, 'Huaqin Telecom Hong Kong Ltd', 'Unit 510,5/F, Lincoln Center,20 Yip Fung Street,Fanling N.T. 999077 HK', 'HK', 'MA-M', '2019-05-07', '2019-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23030, '08f8bc', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23031, '0090c5', 0, 'Internet Magic, Inc', '6450 LUSK BLVD.-STE. #E-201 SAN DIEGO CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23032, '000649', 0, '3M Deutschland GmbH', 'Carl-Schurz-Str. 1 Neuss D-41453 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23033, '0050c240c', 0, 'Applied Materials UK Ltd', 'Foundry Lane Horsham West Sussex RH13 5PY GB', 'GB', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23034, '00231b', 0, 'Danaher Motion - Kollmorgen', '201 W. Rock Road Radford VA 24141 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23035, '0060b3', 0, 'Z-Com, Inc', '7F-2, NO.9, PROSPERITY 1ST RD. HSINCHU TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23036, '000e19', 0, 'LogicaCMG Pty Ltd', '17-19 Orion Road Lane Cove NSW 2066 AU', 'AU', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23037, 'b85510', 0, 'Zioncom Electronics (Shenzhen) Ltd', 'A1&A2 Building,Lantian Technology Park, Xinyu Road, Xingqiao Henggang Block, Shajing Street, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23038, 'b0350b', 0, 'Mobiwire Mobiles (Ningbo) Co, Ltd', 'No.999,Dacheng East Road, Fenghua Zhejiang 315500 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23039, '00026b', 0, 'Bcm Computers Co, Ltd', '6F-6, No. 66, Sec 2, TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23040, '0050c2b01', 0, 'Hsr Harald L. Reuter', 'Entwicklung - Reparatur - Fertigung Bielefeld NRW 33607 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23041, '38d547', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23042, '9c69b45', 0, 'Elesta GmbH', 'Heuteilstrasse 18 Bad Ragaz St. Gallen 7310 CH', 'CH', 'MA-M', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23043, '18f18e', 0, 'ChipER Tech Co Ltd', '907 University Ave#299 Middleton WI 53562 US', 'US', 'MA-L', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23044, '0050c2ceb', 0, 'Toyon Research Corp', '6800 Cortona Drive Goleta CA 93117 US', 'US', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23045, '3859f8', 0, 'MindMade Sp. z o.o.', 'Sniadeckich 10 Warsaw 00-656 PL', 'PL', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23046, '50465d', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23047, 'aca88e', 0, 'Sharp Corp', '1 Takumi-cho, Sakai-ku Sakai City Osaka 590-8522 JP', 'JP', 'MA-L', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23048, '00028f', 0, 'Globetek, Inc', '1607 Akron Peninsula Rd. Akron OH 44313-5190 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23049, '001ac7', 0, 'Unipoint', '7F Gwangsung Bld 831-47 YeokSam-Dong Seoul 135-936 KR', 'KR', 'MA-L', '2006-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23050, '3c0754', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23051, '000688', 0, 'Telways Communication Co, Ltd', '3F, No. 53, Lane 258 Taipei 114 TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23052, '0023ad', 0, 'Xmark Corp', '309 Legget Drive Ottawa Ontario K2K 3A3 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23053, '0050c2fb1', 0, 'Matelex', '2 RUE GUSTAVE EIFFEL TROYES 10430 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23054, '000050', 0, 'Radisys Corp', '15025 S.W. KOLL PARKWAY BEAVERTON OR 97006-6056 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23055, '00214e', 0, 'GS Yuasa Power Supply Ltd', '1, Inobanba-cho, Nishinosho, Kisshoin, Minami-ku, Kyoto 601-8520 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23056, '800a803', 0, 'Beijing VControl Tech Co, Ltd', 'Qinghe Anning Road, Wuyougang building #22 Beijing Haidian 100085 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23057, '9ca513', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23058, '6432a8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23059, '0050c2195', 0, 'Momentum Data Systems', '17330 Brookhurst Street Fountain Valley CA 92708 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23060, '70b3d54ce', 0, 'Agilack', '12 avenue Jules Verne Saint Sebastien sur loire 44230 FR', 'FR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23061, 'bc54f9', 0, 'Drogoo Tech Co, Ltd', 'Shenzhen Dayun software town 17 2 floor Shenzhen Guangdong 518172 CN', 'CN', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23062, 'c0a00d', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23063, '00022d', 0, 'Agere Systems', 'P.O. Box 755 NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23064, '001d29', 0, 'Doro AB', 'Magistratsvägen 10 Lund 226 43 SE', 'SE', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23065, '70b3d5a50', 0, 'Lecip Corp', '1260-1 Motosu-shi Gifu-ken 501-0401 JP', 'JP', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23066, 'e42d7b', 0, 'China Mobile Iot Co Ltd', 'NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN', 'CN', 'MA-L', '2017-11-02', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23067, '0c1c57', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23068, '70b3d59b4', 0, 'MyoungSung System', '205, Manhae-ro, Danwon-gu Ansan Gyeonggi-do 15421 KR', 'KR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23069, '00a0e3', 0, 'Xkl Systems Corp', '8420 154TH AVE. NE REDMOND WA 98052 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23070, 'cc0cda', 0, 'Miljovakt AS', 'Gannestadveien 2 Borre Vestfold 3184 NO', 'NO', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23071, '0050c293b', 0, 'Reliatronics Inc', '1858 Ranch Road 3232 Johnson City TX 78636 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23072, '0c3c65', 0, 'Dome Imaging Inc', '400 Fifth Av Waltham MA 02451 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23073, '5065f3', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2015-01-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23074, '4caea3', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2018-10-29', '2018-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23075, '00033b', 0, 'Tami Tech Co, Ltd', '4F, Chungdo Bencher Town Taejon KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23076, '0050c28d5', 0, 'Peek Traffic Corp', '2511 Corporate Way Palmetto Fl 34221 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23077, '807d14', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23078, '248498', 0, 'Beijing Jiaoda Microunion TechCo, Ltd', '4-5/F,89 Building, First Section No.44 Gaoliangqiao Xie Street, Haidian District, Beijing, China Beijing Beijing 100044 CN', 'CN', 'MA-L', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23079, '0050c2513', 0, 'Genie Network Resource Management Inc', '5F., No. 150, Lane 360, Taipei city 114 TW', 'TW', 'IAB', '2005-09-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23080, '182666', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23081, '000892', 0, 'EM Solutions', '101 Hyde Rd Yeronga Brisbane, QLD 4104 AU', 'AU', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23082, '000b8c', 0, 'Flextronics', 'Migdal HaEmek 23108 Hataasia 1 IL', 'IL', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23083, '0050c242d', 0, 'Argo-Tech', '23555 Euclid Ave. Cleveland OH 44117 US', 'US', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23084, '90a46a', 0, 'Sisnet Co, Ltd', '1409, SJ Technoville 60-19, Gasan-dong, Geumcheon-Gu Seoul KS013 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23085, '0005fa', 0, 'IPOptical, Inc', '45940 Horseshoe Drive Dulles VA 20166 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23086, '000101', 1, 'Private', '', '', 'MA-L', '2001-10-24', '2001-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23087, '487b5e', 0, 'Smt Telecomm HK', 'Unit C 8/F Charmhill Centre 50 Hillwood RD. Tsim Sha Tsui Kowloon 999077 HK', 'HK', 'MA-L', '2019-11-12', '2020-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23088, '001787', 0, 'Brother, Brother & Sons ApS', 'Ved Amagerbanen 9 Copenhagen S DK-2300 DK', 'DK', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23089, '0050c2b05', 0, 'Pola s.r.l.', 'via Del Perolo 13 Soncino CR 26029 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23090, '0050c2a1d', 0, 'Samh Engineering Services', '1 Leopardstown Drive Dublin Co. IE', 'IE', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23091, '40d8550b0', 0, 'Micrologic', 'Via Brodolini, 6 Crevoladossola Verbania 28865 IT', 'IT', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23092, '70b3d5918', 0, 'Glova Rail A/S', 'Elvej 3 Odense S 5260 DK', 'DK', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23093, '1c151f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23094, '50a0a4', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2018-07-26', '2018-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23095, 'c09bf48', 0, 'Shenzhen Wins Electronic Tech Co, Ltd', 'Baoan Xixiang Xinbaoji Industry Park,Building A1-2 Shenzhen Guangdong 518026 CN', 'CN', 'MA-M', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23096, '008047', 0, 'IN-Net Corp', '16720 WEST BERNARDO DRIVE SAN DIEGO CA 92127-1904 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23097, '0050c269c', 0, 'Bug Labs, Inc', '915 Broadway New York NY 10010 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23098, '00242c', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2008-11-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23099, '547dcd', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23100, 'e0c63c', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23101, '00e044', 0, 'Lsics Corp', '3-8-3 NINOMIYA, TSKUKUBA SHI IBARAGI-KEN, 305 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23102, '0021b9', 0, 'Universal Devices Inc', '5353 Yarmouth Ave. #209 Encino CA 91316 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23103, '0050c2904', 0, 'R2Sonic, Llc', '5307 Industrial Oaks Blvd Austin TX 78735 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23104, '28bc18', 0, 'SourcingOverseas Co Ltd', '2F., No.616, Sec.5, Zhongshan N. Rd., Shilin Dist., Taipei City 111 TW', 'TW', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23105, '000952', 0, 'Auerswald GmbH & Co KG', 'Vor den Grashoefen 1 Cremlingen Niedersachsen 38162 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23106, '001a01', 0, 'Smiths Medical', '4350 Rivergreen Parkway Duluth GA 30096 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23107, '386e21', 0, 'Wasion Group Ltd', 'No.468 West Tongzipo Road High-Tech Industrial Development Zone Changsha City Hunan Province, 410205 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23108, '40f3856', 0, 'Lennox International Inc', '1600 Metrocrest Drive Carrollton TX 75006 US', 'US', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23109, '002035', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23110, '001aee', 0, 'Shenztech Ltd', '813, 8F, HOLLYWOOD PLAZA, 610 NATHAN ROAD, KOWLOON 852 HK', 'HK', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23111, '00129c', 0, 'Yulinet', '11F, Samhomoolsan B/D 275-6, Yangjae-dong Seocho Seoul 137-941 KR', 'KR', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23112, '0050c2541', 0, 'Waves System', 'La Ville en Bois BOUAYE Loire Atlantique 44830 FR', 'FR', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23113, '002158', 0, 'Style Flying Tech Co', '22/F,Cyber Tower B,No.2 Zhong Guan Cun South Street,Haidian District, Beijing 100086 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23114, '3cb72b', 0, 'PLUMgrid Inc', '5155 OLD IRONSIDES DR Santa Clara CA 95054 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23115, '7c79e8', 0, 'PayRange Inc', '700 NE Multnomah St. Ste 1400 Portland OR 97232 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23116, '70b3d5c14', 0, 'Grupo Epelsa S.L.', 'C/ Punto Net,3 Alcala de Henares Madrid 28805 ES', 'ES', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23117, '00001b', 0, 'Novell, Inc', '122 EAST 1700 SOUTH PROVO UT 84606 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23118, '00d091', 0, 'Smartsan Systems, Inc', '4655 OLD IRONSIDES DR. #480 SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23119, 'c4ffbc1', 0, 'Visatech C0., Ltd', 'C-312 168, Gasan digital 1-ro Geumcheon-gu Seoul 08507 KR', 'KR', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23120, '88b436', 1, 'Private', '', '', 'MA-L', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23121, 'f8aa8a', 0, 'Axview Tech (Shenzhen) Co, Ltd', 'NO 1, Mei Zhong Road, Futian District SHENZHEN GUANGDONG 518049 CN', 'CN', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23122, '00218c', 0, 'TopControl GmbH', 'Enzenbergweg 24/A Terlan (BZ) 39018 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23123, '900d66', 0, 'Digimore Electronics Co, Ltd', '10 FL., No. 61, Yan-Ping South Road Taipei 100 TW', 'TW', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23124, 'a4b121', 0, 'Arantia 2010 S.L.', 'Volta do Castro s/n Santiago de Compostela A Coruña 15706 ES', 'ES', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23125, '0002f5', 0, 'Vive Synergies, Inc', '30 West Beaver Creek Road, Unit 101 L4B 3K1 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23126, '001eb1', 0, 'Cryptsoft Pty Ltd', 'P.O. Box 6389 Fairfield Gardens Queensland 4103 AU', 'AU', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23127, '0025d3', 0, 'AzureWave Tech Inc', '8F ., No.94, Baozhong Rd. Xindian City 231 TW', 'TW', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23128, '1c1adf', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23129, '00169b', 0, 'Alstom Transport', '11, 13 avenue de Bel Air Villeurbanne Rhone 69100 FR', 'FR', 'MA-L', '2005-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23130, '002435', 0, 'Wide Corp', 'LEADERS TOWER 7TH FL., GOMAE-DONG, GIHEUNG-GU YONGIN GYEONGGI 446-901 KR', 'KR', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23131, '000c68', 0, 'SigmaTel, Inc', '201 Jones Road Waltham MA 02451 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23132, '000ca6', 0, 'Mintera Corp', '847 Rogers Street Lowell MA 01852 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23133, 'f04b3a', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23134, '5ce50c', 0, 'Beijing Xiaomi Mobile Software Co, Ltd', 'The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN', 'CN', 'MA-L', '2019-08-02', '2019-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23135, '00c03f', 0, 'Stores Automated Systems, Inc', '1360 ADAMS ROAD BENSALEM PA 19020 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23136, '0090b3', 0, 'Agranat Systems', '1345 MAIN STREET WALTHAM MA 02154 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23137, '0050c2ec9', 0, 'Amsterdam Scientific Instruments BV', 'Science Park 105 Amsterdam 1098XG NL', 'NL', 'IAB', '2011-10-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23138, '0050c2698', 0, 'Navtech Radar Ltd', '16 Home Farm Wantage Oxon OX12 8PD GB', 'GB', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23139, 'c44ad0', 0, 'Fireflies Systems', '3 CHEMIN DU PRE CARRE MEYLAN 38240 FR', 'FR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23140, '5ce0ca', 0, 'FeiTian United (Beijing) System Tech Co, Ltd', '3 Floor, Tower B, Huizhi Tower Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23141, '40d8550fd', 0, 'Monogram Tech Ltd', 'Ilkovicova 6276 Bratislava 84216 SK', 'SK', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23142, '40163b', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2016-01-16', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23143, '001eb9', 0, 'Sing Fai Tech Ltd', 'No.700, Kaohsiung University Rd., Nan-Tzu Dist. Kaohsiung 811 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23144, '0050c28a8', 0, 'Altek Electronics', '89 Commercial Blvd Torrington CT 06790 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23145, '4cdf3d', 0, 'Team Engineers Advance Tech India Pvt Ltd', 'A-1/2/A,IDA UPPAL, HYDERABAD AP 500039 IN', 'IN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23146, '88d37b', 0, 'FirmTek, Llc', '29300 Kohoutek Way Union City CA 94587 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23147, '0050c276b', 0, 'Putercom Enterprise Co, Ltd', '5F-3, No. 130, Jian Kang Road Chung-Ho City Taipei Hsien 235 TW', 'TW', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23148, '001d82', 0, 'GN Netcom A/S', 'Lautrupbjerg 7 Ballerup DK - 2750 DK', 'DK', 'MA-L', '2007-08-18', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23149, '001de4', 0, 'Visioneered Image Systems', '10561 Garden Grove Blvd Garden Grove California 92843 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23150, '0050c28aa', 0, 'Ats Elektronik GmbH', 'Albert-Einstein-Straße 3 Wunstorf Lower saxony 31515 DE', 'DE', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23151, '0026ca', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23152, '0050c2f72', 0, 'MaxDeTec AG', 'Dorfstrasse 54 Thalwil Zurich 8800 CH', 'CH', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23153, '848bcd5', 0, 'exodraft a/s', 'C. F. Teiegens Boulevard 41 Odense SØ 5220 DK', 'DK', 'MA-M', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23154, '0000fe', 0, 'Annapolis Micro Systems, Inc', '190 ADMIRAL COCHRANE DRIVE ANNAPOLIS MD 21401 US', 'US', 'MA-L', '2000-11-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23155, '000f32', 0, 'Lootom Telcovideo Network Wuxi Co Ltd', '5F, 9Building, WuXi JiangSu 214072 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23156, 'f072ea', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2019-09-05', '2019-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23157, 'cc60bb', 0, 'Empower RF Systems', '316 W. Florence Ave Inglewood CA 90301 US', 'US', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23158, '98ddea', 0, 'Infinix mobility Ltd', 'RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK', 'HK', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23159, '000265', 0, 'Virditech Co Ltd', 'Hyundai Topics Blgd., 11th Fl Seoul Seoul KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23160, '0050c2064', 1, 'Private', '', '', 'IAB', '2002-08-08', '2002-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23161, '0050c2f42', 0, 'DSPCon', '380 Foothill Road Bridgewater NJ 08807 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23162, '70b3d5478', 0, 'Touchnet/OneCard', '2115 Chapman Rd. Suite 159 Chattanooga TN 37421 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23163, '0006fa', 0, 'IP Square Co, Ltd', '1-9-11, Hakataekihigashi, Fukuoka 812-0013 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23164, '0011de', 0, 'Eurilogic', 'Centrale Parc Bât 7 Chatenay Malabry 92298 FR', 'FR', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23165, '00178f', 0, 'Ningbo Yidong Electronic Co, Ltd', 'No.65 Siming East Rd Yuyao City, Zhejiang Province Zhejiang Province China P.C 315400 CN', 'CN', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23166, '246968', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-11-17', '2015-11-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23167, '70b3d57c6', 0, 'Utrend Tech (Shanghai) Co, Ltd', 'Building #3-P, No 780 Cailun Road Shanghai Shanghai 201203 CN', 'CN', 'MA-S', '2019-10-10', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23168, '0050c202b', 0, 'Nova Engineering Inc', '5 Circle Freeway Dr. Cincinnati OH 45426 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23169, '000ed5', 0, 'Copan Systems Inc', '2605 Trade Centre Ave. Longmont CO 80503 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23170, '000ebf', 0, 'Remsdaq Ltd', 'Parkway Deeside Flintshire CH5 2NL GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23171, '5029f5', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23172, 'e8611f', 0, 'Dawning Information Industry Co, Ltd', 'NO.15 Huake Street,Hi-Tech Zone Tianjin 300384 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23173, '189088', 0, 'eero Inc', '660 3rd Street San Francisco CA 94107 US', 'US', 'MA-L', '2019-05-22', '2019-05-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23174, '00a07a', 0, 'Advanced Peripherals Tech, Inc', 'FUJISAWA-SHI, KANAGAWA-KEN 251 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23175, 'a47c14', 0, 'ChargeStorm AB', 'Laxholmstorget 3 Norrköping 60221 SE', 'SE', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23176, 'f4acc1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23177, '500959', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2016-06-11', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23178, '0050c243d', 0, 'Ann Arbor Sensor Systems Llc', '7300 Huron River Drive Dexter MI 48130 US', 'US', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23179, '1c35f1', 0, 'New Lift Neue Elektronische Wege Steuerungsbau GmbH', 'Lochhamer Schlag 8 Graefelfing Bavaria 82166 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23180, '58e808', 0, 'Autonics Corp', '41-5 YONGDANG-DONG YANGSAN-SI KYEONGNAM 626-847 KR', 'KR', 'MA-L', '2011-03-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23181, '40d855134', 0, 'digitech GmbH & Co KG', 'Martinsplatz 3 Patersdorf Bavaria 94265 DE', 'DE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23182, '6c4598', 0, 'Antex Electronic Corp', '170 He Ping St., Tainan City 73443 TW', 'TW', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23183, 'a42618', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2018-03-13', '2018-03-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23184, '000302', 0, 'Charles Industries, Ltd', '5600 Apollo Drive Rolling Meadows IL 60008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23185, '0009f5', 0, 'Emerson Network Power Co, Ltd', '1/F,3/F Electric Building Huawei Base,Ba ShenZhen GuangDong 518029 CN', 'CN', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23186, 'bc97409', 0, 'Direct Communication Solutions', '17150 Via del Campo, Ste 200 San Diego CA 92127 US', 'US', 'MA-M', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23187, '0c73ebc', 0, 'Shenzhen Samchung Video Tech Co, Ltd', 'Xixiang Street 4016 Bao\'an Avenue Yong Kai Business Building A, Bao\'an District of Shenzhen City Guangdong 528470 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23188, '70b3d5f67', 0, 'winsun AG', 'Beeschi Mattenstrasse 2 Steg Wallis 3940 CH', 'CH', 'MA-S', '2018-07-05', '2018-07-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23189, '4cf5a0', 0, 'Scalable Network Tech Inc', '600 Corporate Pointe Culver City CA 90230 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23190, 'ac620d', 0, 'Jabil Circuit(Wuxi) Co, Ltd', 'Lot J9, J10 Export Processing Zone Wuxi City Jiangsu 214028 CN', 'CN', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23191, '2016b9', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23192, 'f041c8a', 0, 'Telstra', '231 Elisabeth St SYDNEY NSW 2000 AU', 'AU', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23193, '0050c2ac2', 0, 'OpenXS B.V.', 'Koaibosk 3 Terwispel Friesland 8407ED NL', 'NL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23194, '2ce6cc', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-06-20', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23195, '04572f', 0, 'Sertel Electronics UK Ltd', 'Rutland House, 148 Edmund Street, Birmingham B3 2FD GB', 'GB', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23196, '3c7843', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23197, '001bc501b', 0, 'Commonwealth Scientific and Industrial Research Organisation', 'PO Box 883 Kenmore Queensland 4069 AU', 'AU', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23198, '3ce5b4', 0, 'Kidasen Industria E Comercio DE Antenas Ltda', 'AV SINCLER SAMBATTI, 1945 MARINGA PARANA 87055-020 BR', 'BR', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23199, '4ce1738', 0, 'Nanjing Tongke Tech Development Co, Ltd', '8 Taishan Road jianye Nanjing 210000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23200, 'd4e6b7', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23201, '00900f', 0, 'Kawasaki Heavy Industries, Ltd', 'ELEC. & CONTROL TECH CENTER JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23202, '94fef4', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR', 'FR', 'MA-L', '2010-11-24', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23203, '000689', 0, 'yLez Tech Pte Ltd', 'No. 1, Tannery Road, Cencon 1, SG', 'SG', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23204, '0050c20ed', 0, 'Valley Products Corp', 'PO Box 668 Valley NE 68064 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23205, '001207', 0, 'Head Strong International Ltd', 'Unit 9, 20/F, Metropole Square, Guangdong HK', 'HK', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23206, '30215b', 0, 'Shenzhen Ostar Display Electronic Co, Ltd', 'Room218, CASTD Incubator Building, High-tech South Street No.1, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23207, '0020d3', 0, 'Ost (Ouest Standard Telematiqu', 'RUE DU BAS VILLAGE FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23208, '00503a', 0, 'Datong Electronics Ltd', 'CLAYTON WOOD CLOSE Leeds LS16 6QE GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23209, '90afd1', 0, 'netKTI Co, Ltd', '7-10F THE-ONE SQUARE, 135, Unjung-ro, Bundang-gu Seongnam-si Gyeonggi-do 13461 KR', 'KR', 'MA-L', '2019-09-04', '2019-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23210, '0050c2977', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23211, '747548', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2014-07-13', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23212, '18863a', 0, 'Digital Art System', '838 rue de l\'Aiguelongue Montpellier Etat 34090 FR', 'FR', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23213, 'a4c361', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-06-20', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23214, 'c8675e', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2015-09-27', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23215, '7c477c8', 0, 'Shenzhen Eunicum Electric Co, Ltd', '3/F Building 11, Lishan Industrial Park, Yueliangwan,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23216, '70b3d5f9c', 0, 'SureFlap Ltd', '7 The Irwin Centre, Scotland Road, Dry Drayton Cambridge Cambridgeshire CB23 8AR GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23217, '0015a5', 0, 'Dci Co, Ltd', '4th Fl. Susung B/D, 893-4 Daejeon 305-330 KR', 'KR', 'MA-L', '2005-08-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23218, 'fcc897', 0, 'zte Corp', '12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23219, 'c85645', 0, 'Intermas France', 'Rue de l\'industrie Beauvais Oise 60000 FR', 'FR', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23220, '001433', 0, 'Empower Tech(Canada) Inc', 'Unit 405 - 5600 Parkwood Way, Richmond British Columbia V6V 2M2 CA', 'CA', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23221, '00259c', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23222, '000e2b', 0, 'Safari Tech', '63855 M40 Hwy Lawton MI 49065 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23223, '0050c2310', 0, 'Cybertron Co, Ltd', '14F Hansihn IT Tower #235 Guro-Dong Guro-gu Seoul 152-050 KR', 'KR', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23224, '0026e9', 0, 'SP Corp', 'Guro 3-dong ,Guro-gu Seoul 152-780 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23225, '0050c2c85', 0, 'Peek Traffic Corp', '2906 Corporate Way Palmetto Florida 34221 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23226, '3c0cdb', 0, 'Unionman Tech Co, Ltd', '18F, HUAYANG TOWER,YANDAYI ROAD Huizhou Guangdong 516007 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23227, '98f9c7c', 0, 'ShenZhen Chuangwei Electronic Appliance Co, Ltd', '4F & 6F, Overseas plant south, Skyworth Industrial Park, Shiyan Street, Bao\'an District, Shenzhen Guangdong 518101 CN', 'CN', 'MA-M', '2018-08-21', '2018-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23228, '006015', 0, 'Net2net Corp', '131 COOLIDGE STREET HUDSON MA 01749 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23229, '000d63', 0, 'Dent Instruments, Inc', '64 NW Franklin Ave Bend OR 97701 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23230, 'ac5474', 0, 'China Mobile Iot Co Ltd', 'NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23231, '0050c2a65', 0, 'Mark-O-Print GmbH', 'Reepschlaeger Strasse 11a Luebeck Schleswig-Holstein 23556 DE', 'DE', 'IAB', '2009-02-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23232, '78a183', 0, 'Advidia', '3 Riverway Houston TX 77056 US', 'US', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23233, '001a8f', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2006-12-05', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23234, 'ec98c1', 0, 'Beijing Risbo Network Tech Co, Ltd', '1/F Yinyan Building 2A,No.23 Anningzhuangdonglu Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23235, '3ca82a', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23236, 'c0028d', 0, 'Winstar Display Co, Ltd', '1F., No.77, Ln. 188, Pinghe S. Rd., Daya Dist., Taichung City 428, Taiwan (R.O.C.) Taichung City 428 TW', 'TW', 'MA-L', '2016-11-26', '2016-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23237, '000f38', 0, 'Netstar', '3F,No.347, Yang-kuang St.,Nei-Hu Dis., Taipei 114 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23238, '00170a', 0, 'Inew Digital Co', 'Supply Bureau 3th floor KT&G 203-1, Daejeon 306-712 KR', 'KR', 'MA-L', '2006-01-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23239, '00194a', 0, 'Testo AG', 'Testo Straße 1 Lenzkirch Baden-Württemberg 79853 DE', 'DE', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23240, '0050c2cf2', 0, 'Weiss Robotics GmbH & Co KG', 'In der Gerste 2 Ludwigsburg Baden-Württemberg 71636 DE', 'DE', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23241, 'c4242e', 0, 'Galvanic Applied Sciences Inc', '7000 Fisher Road SE Calgary Alberta T2H 0W3 CA', 'CA', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23242, '185ae8', 0, 'Zenotech.Co, Ltd', 'E-503, BundangTechno Park, Yatap-dong Seongnam 463-760 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23243, 'd02db3', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23244, '5c3c27', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23245, '001189', 0, 'Aerotech Inc', '101 Zeta Drive Pittsburgh PA 15238 US', 'US', 'MA-L', '2004-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23246, '0050c2379', 0, 'Control Lan S.A.', 'Ortiz de Ocampo 3060 - Piso 2 Buenos Aires CF 1425 AR', 'AR', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23247, '40f02f', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23248, 'a03e6b7', 0, 'SinoGrid Software Systems Inc', '3rd Floor , No.4 Aviation Industry Technology Park Beijing Beijing 101111 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23249, '301f9a8', 0, 'Fine Triumph Tech Corp, Ltd', 'Xixiang Shenzhen Guangdong 518126 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23250, '70b3d53e7', 0, 'Jnr Sports Holdings, Llc', '656 NORTH RD CANDIA NH 03034-2027 US', 'US', 'MA-S', '2018-11-09', '2018-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23251, '000be6', 0, 'Datel Electronics', 'Stafford Road Stone Staffordshire ST15 0DG GB', 'GB', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23252, '001839', 0, 'Cisco-Linksys, Llc', '121 Theory Dr. Irvine CA 92612 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23253, '0050c25aa', 0, 'Transenna AB', 'Roslinvagen 48 Bromma Stockholm SE-16851 SE', 'SE', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23254, '0050c2879', 0, 'Milesys', '7 Ter rue de la porte de buc VERSAILLES YVELINES 78000 FR', 'FR', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23255, '1000e8', 0, 'National Semiconductor', '2900 SEMICONDUCTOR DRIVE SANTA CLARA CA 95051 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23256, '02aa3c', 0, 'Olivetti Telecomm Spa (Olteco)', '20300 STEVENS CREEK BLVD. CUPERTINO CA 95014 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23257, '1c1ac0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23258, '48d18e', 0, 'Metis Communication Co, Ltd', '#102-805 Digital Empire2 Suwon-Si GyeongGi-Do 443-734 KR', 'KR', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23259, '5c838f', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23260, '00031e', 0, 'Optranet, Inc', '7041 Koll Center Pkwy Pleasanton CA 94566 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23261, '0007cf', 0, 'Anoto AB', 'Solvegatan 41 SE', 'SE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23262, '00246a', 0, 'Solid Year Co, Ltd', '2F-1, No. 94, Bao-chung Road, Hsin-tien City Taipei Hsien 23147 TW', 'TW', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23263, '0050c2fdc', 0, 'Quercus Tech, S.L.', 'Antoni Isern 4 baixos Reus Tarragona 43205 ES', 'ES', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23264, '5011eb', 0, 'SilverNet Ltd', '16 Cocran Close Milton Keynes Bucks MK8 0AJ GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23265, '000743', 0, 'Chelsio Communications', '170 S. Whismon Rd. Mountain View CA 94041-1512 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23266, '0008db', 0, 'Corrigent Systems', '126 Yigal Alon Tel Aviv 67443 IL', 'IL', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23267, '0050c2e7a', 0, 'Lightel', '2210 Lind Ave SW. Suite 100 Renton WA 98057 US', 'US', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23268, 'a0b8f8', 0, 'Amgen U.S.A. Inc', '1 Amgen Center Drive Thousand Oaks CA 91320 US', 'US', 'MA-L', '2016-08-06', '2016-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23269, '70b3d5cd7', 0, 'AutomationX GmbH', 'Lauzilgasse 13 Graz Styria 8020 AT', 'AT', 'MA-S', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23270, '001980', 0, 'Gridpoint Systems', '4043 Carling Avenue, Suite 200 Ottawa Ontario K2K 2A3 CA', 'CA', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23271, '00269e', 0, 'Quanta Computer Inc', 'NO. 211, WEN HWA 2RD., KUEI SHAN HSIANG, TAIPEI, SHIEN TAO YUAN 333 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23272, '40d8550c4', 0, 'Inspired Systems', '70 Mordaunt Cct Canning Vale WA 6155 AU', 'AU', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23273, 'dcfb48', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-01-08', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23274, '0090d5', 0, 'Euphonix, Inc', '220 PORTAGE AVE. PALO ALTO CA 94306 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23275, 'dc7b94', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23276, '0005c0', 0, 'Digital Network Alacarte Co, Ltd', 'A104, Seoul Business Incubator Seoul 157-030, KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23277, '00138e', 0, 'Foab Elektronik AB', 'Sankt Jorgens Vag 8 Gothenburg 422 49 SE', 'SE', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23278, '40d8550af', 0, 'EnVerv Inc', '680 N. McCarthy Blvd., Suite 220 MILPITAS CA 95035 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23279, '000260', 0, 'Accordion Networks, Inc', '39899 Balentine Drive, #335 Newark CA 94560 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23280, '0004b3', 0, 'Videotek, Inc', '243 Shoemaker Rd. Pottstown PA 19464 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23281, '000755', 0, 'Lafon', '44 Avenue Victor Meunier Bassens 33530 FR', 'FR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23282, '001d2e', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2007-08-18', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23283, '002531', 0, 'Cloud Engines, Inc', '857 Montgomery Street San Francisco CA 94133 US', 'US', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23284, '70b3d525b', 0, 'Gid Industrial', '1218 Executive Drive West Richardson TX 75081 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23285, '00c0dc', 0, 'Eos Tech, Inc', '3945 FREEDOM CIRCLE, STE.#770 SANTA CLARA CA 95054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23286, '00e095', 0, 'Advanced-Vision Technolgies Corp', '8F-1, 87 SECTION 3, CHUNG YANG RD, Tu Cheng Taipei TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23287, '3880df', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23288, '001591', 0, 'Rlw Inc', '2029 Cato Ave. State College PA 16801 US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23289, 'a0c5f25', 0, 'Spacepath Communications Ltd', 'Unit 4, Bartley Point, Osborn Way Hook, Hampshire RG27 9GX GB', 'GB', 'MA-M', '2017-08-15', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23290, '382187', 0, 'Midea Group Co, Ltd', 'No. 6 Midea Avenue, Foshan Guangdong 528311 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23291, '8c579b', 0, 'Wistron Neweb Corp', 'No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW', 'TW', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23292, '70b3d5f75', 0, 'Enlaps', '29 chemin du vieux chene, Tarmac MEYLAN 38240 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23293, '70b3d54f1', 0, 'LG Electronics', 'Science Park W5, 10, Magokjungang 10-ro, Gangseo-gu Seoul 07796 KR', 'KR', 'MA-S', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23294, '0004c8', 0, 'Liba Maschinenfabrik GmbH', 'PO Box 1120 DE', 'DE', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23295, '0006bc', 0, 'Macrolink, Inc', '1500 N Kellogg Dr. Anaheim CA 92807 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23296, '90f278', 0, 'Radius Gateway', '520 E. Montford Ave Ada OH 45810 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23297, '8c0ee3', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD,WUSHA,CHANG\'AN DONGGUAN GUANGDONG 523860 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23298, '74eac8', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23299, '9405bb4', 0, 'Shenzhen Baolijie Tech Co, Ltd', 'D2,No.47,Shasan Road,Sha jing Street,Baoan District Shenzhen Kowloon 518104 CN', 'CN', 'MA-M', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23300, '000d4f', 0, 'Kenwood Corp', '2967-3, Ishikawa-machi Hachioji-shi Tokyo 192-8525 JP', 'JP', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23301, '001687', 0, 'Chubb Csc-Vendor AP', 'Ottawa STN Ottawa K1G 6W6 CA', 'CA', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23302, '00183b', 0, 'Cenits Co, Ltd', '3F, Yangjae Bldg., 264-3 Seoul 137-130 KR', 'KR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23303, '70b3d57ae', 0, 'Exi Flow Measurement Ltd', 'Unit 22 Ford Lane business Park Ford, ARUNDEL West Sussex BN164HP GB', 'GB', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23304, '38a6ce', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23305, '2c3afd', 0, 'Avm Audiovisuelles Marketing und Computersysteme GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2019-08-23', '2019-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23306, '0020bd', 0, 'Niobrara R & D Corp', 'PO BOX 3418 JOPLIN MO 64803-3418 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23307, '000b45', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23308, '00007c', 0, 'Ampere Inc', 'SHINJUKU ASAHI BLDG. TOKYO JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23309, '002327', 0, 'Shouyo Electronics Co, Ltd', '4F., No.8, Lane 345, Yang Kung St. Taipei 11491 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23310, '508d6f', 0, 'Chahoo Ltd', 'B-4thFloor, 631 Sungnam Gyeonggi 463-400 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23311, '58b633', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23312, '241510a', 0, 'Unitronux(Shenzhen) Intelligence Tech Co, Ltd', '7th floor,Building 7,ZhongYunTai industy Park, Tangtou 1st Road,Bao\'an District. Shenzhen Guangdong 518108 CN', 'CN', 'MA-M', '2019-05-31', '2019-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23313, '0001ae', 0, 'Trex Enterprises', '590 Lipoa Parkway Kihei HI 96753 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23314, '606c66', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23315, '0013e6', 0, 'Technolution', 'Zuidelijkhalfrond 1 GOUDA ZH 2801 DD NL', 'NL', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23316, '0009df', 0, 'Vestel Elektronik San ve Tic. A.Ş.', 'Organize san Manisa Turket 45030 TR', 'TR', 'MA-L', '2002-06-05', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23317, 'bc71c1', 0, 'XTrillion, Inc', '1-12-3-4F Chiyoda-ku Tokyo 101-0041 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23318, '0018cb', 0, 'Tecobest Tech Ltd', '53/F.,Block A,United Plaza, Shenzhen Guangdong 518026 CN', 'CN', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23319, 'd01cbb', 0, 'Beijing Ctimes Digital Tech Co, Ltd', '7th Floor, Jinzhou Building, Suzhou Street, No.79, Haidian District, Beijing 100089 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23320, '70b3d5fa7', 0, 'Nordson Corp', '11475 Lakefield Dr Duluth GA 30097 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23321, '000498', 0, 'Mahi Networks', '1039 N. McDowell Blvd. Petaluma CA 94954 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23322, '0011e7', 0, 'Worldsat - Texas de France', '220, rue Gustave Eiffel Aix en Provence Bouches du Rhone 13854 FR', 'FR', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23323, 'c4b8b4', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23324, '00038f', 0, 'Weinschel Corp', '5305 Spectrum Drive Frederick MD 21703 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23325, '10683f', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2013-01-09', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23326, '0050c2cbb', 0, 'Coptonix GmbH', 'Luxemburger Str. 31 Berlin 13353 DE', 'DE', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23327, '681ca2', 0, 'Rosewill Inc', '17708 Rowland St., City of Industry CA 91748 US', 'US', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23328, 'c0f2fb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23329, '0003c5', 0, 'Mobotix AG', 'Wingertsweilerhof 6 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23330, '0013cc', 0, 'Tall Maple Systems', '85 Saratoga Ave Suite 139 Santa Clara CA 95051 US', 'US', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23331, '245ba7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23332, '00e08f', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23333, '001a3f', 0, 'intelbras', 'BR 101, km 210, S/N° São José Santa Catarina 88104800 BR', 'BR', 'MA-L', '2006-11-29', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23334, '000fb6', 0, 'Europlex Tech', 'Clonshaugh Business & Tech. Park Clonshaugh Dublin 17 IE', 'IE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23335, '0050c24da', 0, 'Mediornet GmbH', 'Hietzinger Kai 67 Vienna 1130 AT', 'AT', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23336, '0024ee', 0, 'Wynmax Inc', '18F., No. 75, Sec. 1, XinTai 5th Rd., Xizhi City, Taipei County 221 TW', 'TW', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23337, '8891dd', 0, 'Racktivity', 'Hertstokweg 5 Ternat Flanders 1741 BE', 'BE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23338, '0050c2f24', 0, 'CT Co', 'Nizhni Krasnoselsky st.,35 Moscow 140070 RU', 'RU', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23339, 'f40343', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23340, '0000b8', 0, 'Seikosha Co, Ltd', 'SYSTEM EQUIPMENT DIVISION JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23341, '000e48', 0, 'Lipman TransAction Solutions', '11 Haamal St. Rosh-Haayin 48092 IL', 'IL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23342, 'fca183', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno 89507 US', 'US', 'MA-L', '2017-09-22', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23343, '70b3d5f86', 0, 'Wireless Systems Solutions Llc', '630 Davis Drive Suite 250 Morrisville NC 27560 US', 'US', 'MA-S', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23344, '6c8dc1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23345, '302952', 0, 'Hillstone Networks Inc', 'North Olympic Science & Technology Park Building #20, Floor #5, SouthBaosheng Beijing 100192 CN', 'CN', 'MA-L', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23346, '584704', 0, 'Shenzhen Webridge Tech Co, Ltd', 'B2-22/F Chinese Technology Development Institute, High South Road, Nanshan District, Shenzhen, China Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23347, '3cfad31', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2019-11-15', '2019-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23348, '006619', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23349, '4cac0a', 0, 'zte Corp', '12/F,ZTE R&D Building,Kejinan Road, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23350, '0050c2f88', 0, 'Rtc Manufacturing Inc', '1016 Enterprise Place Arlington TX 76001 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23351, '58e636', 0, 'EVRsafe Tech', '59 North Terrace Adelaide South Australia 5069 AU', 'AU', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23352, '70b3d5dc6', 0, 'Idem Inc', '17302 Daimler St. STE A Irvine CA 92614 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23353, 'c82832', 0, 'Beijing Xiaomi Electronics Co, Ltd', 'Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN', 'CN', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23354, '00191a', 0, 'Irlink', 'HanYoung B/D 6F, 4-6 SEOUL 138-824 KR', 'KR', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23355, '001a4b', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2006-11-29', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23356, '70b3d56da', 0, 'Enovative Networks, Inc', '1901 Central Drive Bedford TX 76021 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23357, '000684', 0, 'Biacore AB', 'Software, Electronics and Optics SE', 'SE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23358, '001fd6', 0, 'Shenzhen Allywll', 'Kejiyuan Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23359, '40d855024', 0, 'Electrical Geodesics Inc', '1600 Millrace Drive Eugene Oregon 97403-1995 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23360, '009010', 0, 'Simulation Laboratories, Inc', '10078 TYLER PLACE #A IJAMSVILLE MD 21754 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23361, '00d000', 0, 'Ferran Scientific, Inc', '11558 SORRENTO VALLEY ROAD SAN DIEGO CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23362, '00203e', 0, 'LogiCan Tech, Inc', '150 KARL CLARK ROAD EDMONTON, ALBERTA T6N 1E2 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23363, '98fe94', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-07-16', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23364, '240a64', 0, 'AzureWave Tech Inc', '9F.,No.92,Baozhong Rd Xindian NewTaipeiCity 231 TW', 'TW', 'MA-L', '2013-03-10', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23365, 'e8ded6', 0, 'Intrising Networks, Inc', '8F., No.67, Shitan Rd., Neihu Dist., Taipei City 11469 Taipei TW', 'TW', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23366, '70b3d5bb9', 0, 'Kosmek.Ltd', 'Murodani 2-1-5, Nishi-ku Kobe-City Hyogo Pref. 6512241 JP', 'JP', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23367, '00184b', 0, 'Las Vegas Gaming, Inc', '4000 West Ali Baba Lane, Suite D Las Vegas Nevada 89118 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23368, 'd0cf5e', 0, 'Energy Micro AS', 'Sandakerveien 118 Oslo N-0484 NO', 'NO', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23369, '0050c23c2', 0, 'Casabyte Inc', 'POB 10127 Blacksburg VA 24062 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23370, '70d931', 0, 'Cambridge Industries(Group) Co, Ltd', '22Floor,Qilai Tower;889Yishan Road shanghai 200233 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23371, '000be7', 0, 'Comflux Tech Inc', 'Room 131,Bldg. 53,195-58,Sec.4, Hsinchu 310 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23372, '00178b', 0, 'Teledyne Tech Inc', '12333 West Olympic Blvd Los Angeles CA 90064 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23373, 'f4bd7c', 0, 'Chengdu jinshi communication Co, Ltd', 'No. 108 #1-2-505, Eastern 5 Section, First Ring Road, JinJiang District, Chengdu Chongqing 610000 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23374, 'e4f042', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23375, '00007e', 0, 'Clustrix Corp', '960 HAMLIN COURT SUNNYVALE CA 94089 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23376, '000bc9', 0, 'Electroline Equipment', '8265 boul. St-Michel Montreal Quebec H1Z 3E4 CA', 'CA', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23377, '00161b', 0, 'Micronet Corp', '1788-388 Nomura Hirooka Shiojiri-shi Nagano-ken 399-0702 JP', 'JP', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23378, '001697', 0, 'Nec Corp', '7-1, Shiba 5-chome Minato-ku, tokyo Tokyo 108-8001 JP', 'JP', 'MA-L', '2005-11-24', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23379, '38b12d', 0, 'Sonotronic Nagel GmbH', 'Becker-Goering-Str. 17-25 Karlsbad 76307 DE', 'DE', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23380, '181725', 0, 'Cameo Communications, Inc', 'No. 276, Sinhu 1st Rd., Neihu District, Taipei 114 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23381, '205ef7', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23382, 'f490cb5', 0, 'Avilution', '103 Shoreline Dr Madison AL 35758 US', 'US', 'MA-M', '2020-01-22', '2020-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23383, '0009e0', 0, 'Xemics S.A.', 'Rue de la Maladiere 71 CH-2007 Neuchatel Neuchatel 2007 CH', 'CH', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23384, '0050c22ca', 0, 'Putercom Co, Ltd', '5F-3, NO. 130 JIAN KANG ROAD CHUNG HO CITY, Taipei Hsien 235 TW', 'TW', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23385, '0050c293f', 0, 'Tsb Solutions Inc', '5399 Eglinton Ave West. Toronto Ontario M9C 5K6 CA', 'CA', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23386, '90013b', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR', 'FR', 'MA-L', '2011-05-14', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23387, '9cd332', 0, 'Plc Tech Ltd', 'Nauchny proezd, 17 Moscow Select State 117246 RU', 'RU', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23388, '00e066', 0, 'ProMax Systems, Inc', '16 TECHNOLOGY DRIVE--BLDG.#106 IRVINE CA 92656 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23389, '009069', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '1998-04-22', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23390, '001404', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-03-22', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23391, '001c5f', 0, 'Winland Electronics, Inc', '1950 Excel Drive Mankato MN 56001 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23392, '0050c2a2c', 0, 'Kws-Electronic GmbH', 'Sportplatzstrasse 1 Grosskarolinenfeld D-83109 DE', 'DE', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23393, '408493', 0, 'Clavister AB', 'Sjogatan 6J Ornskoldsvik 89160 SE', 'SE', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23394, '647791', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23395, '2c6a6fb', 0, 'Schneider Electric Korea', '14F Kbiz DMC tower, Seoul 121-904 KR', 'KR', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23396, '000412', 0, 'WaveSmith Networks, Inc', '40 Nagog Park Acton MA 01720-3425 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23397, '0050c2081', 0, 'Matuschek Messtechnik GmbH', 'Werner-Heisenberg-Straße 14 Alsdorf NRW 52477 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23398, '70b3d50d4', 0, 'Guangzhou Male Industrial Animation Tech Co, Ltd', '4/F,Block A, 23 Huancun Road,Dalong Street, Panyu District,Guangzhou City Guangzhou City Guangdong Province 514000 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23399, '70b3d52d2', 0, 'Shanghai Irisian Optronics Tech Co, Ltd', '8F, NO.800, Huanhu NO.2 Road (W), Pudong New District, Shanghai 201306, China Shanghai Shanghai 201306 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23400, '001a09', 0, 'Wayfarer Transit Systems Ltd', '10 Willis Way Poole Dorset BH15 3SS GB', 'GB', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23401, '808917', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23402, 'b06fe0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23403, '0050c24d3', 0, 'Elproc sp. z o.o.', 'Skwer Ks. Krd. St. Wyszyńskiego 2/62 Warsaw Mazowieckie 01-015 PL', 'PL', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23404, '0018d7', 0, 'Javad Gnss, Inc', '1731 Technology Drive, Suite 680 San Jose CA 95110 US', 'US', 'MA-L', '2006-07-01', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23405, '5c571a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2012-07-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23406, '70b3d5d61', 0, 'Vitec', '99 rue pierre sémard Chatillon France 92320 FR', 'FR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23407, 'b4e10f', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23408, 'b47443', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23409, '08b3af', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23410, '70b3d5577', 0, 'Dsilog', '104 rue Marcel Pagnol Voreppe 38340 FR', 'FR', 'MA-S', '2019-06-13', '2019-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23411, '003017', 0, 'BlueArc UK Ltd', 'Queensgate House Bracknell RG12 1RB GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23412, '000c88', 0, 'Apache Micro Peripherals, Inc', '17526 Von Karman Ave Irvine CA 92614 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23413, '9c2a70', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23414, '000bae', 0, 'Vitals System Inc', 'Jooheung B/D 4FL. 1005-1, Youngtong-Dong Suwon City Kyonggi-Do 442-813 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23415, '002680', 0, 'Sil3 Pty.Ltd', 'Factory 10 DANDENONG VICTORIA 3175 AU', 'AU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23416, '0c9a42', 0, 'FN-Link Tech Ltd', 'A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao\'an District SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23417, '10dcb6d', 0, 'LeoLabs', 'Jankowicka 51 Rybnik 44-218 PL', 'PL', 'MA-M', '2019-07-16', '2019-07-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23418, '70b3d55ad', 0, 'Profotech', 'Volgogradsky prospekt, 42/5 Moscow 109316 RU', 'RU', 'MA-S', '2019-08-29', '2019-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23419, '5062553', 0, 'Hypertech Advance Co, Ltd', '1F., No. 9, Changchun 6th Rd., Zhongli Dist., Taoyuan City 320 TW', 'TW', 'MA-M', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23420, '00e001', 0, 'Strand Lighting Ltd', 'GRANT WAY MIDDLESEX England TW7 5QD GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23421, '0050c227c', 0, 'Danlaw Inc', '23700 research Dr. Farmington Hills MI 48335 US', 'US', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23422, '003046', 0, 'Controlled Electronic Manageme', 'Unit 4 Ravenhill Business Park Belfast IE', 'IE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23423, '0050c2522', 0, 'Mark IV Ids Corp', '5959 Ambler Drive Mississauga Ontario L4W 2N3 CA', 'CA', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23424, '3c1cbe', 0, 'Jadak Llc', '7279 William Barry Blvd North Syracuse NY 13212 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23425, '006054', 0, 'Controlware GmbH', 'WALDSTRASSE 92 63128 DIETZENBACH DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23426, '001dfa', 0, 'Fujian Landi Commercial Equipment Co, Ltd', 'Building 17,the 1st Section ,Fuzhou Software Park No.89 Software Road Fuzhou ,Fujian 350003 CN', 'CN', 'MA-L', '2007-09-29', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23427, '1c330e', 0, 'PernixData', '1745 Technology Drive, Suite 800 San Jose CA 95110 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23428, '784f43', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23429, '70b3d50a1', 0, 'Ptn Electronics Ltd', 'G2, JinXiongDa Technology Park, HuanGuan Road South 105th GuanLan Block, LongHua New District ShenZhen City guangdong 518000 CN', 'CN', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23430, '60e78a', 0, 'Unisem', '10-7,Jangjinam-gil,Dongtan-meyeon Hwaseong-si Gyeonggi-do 18510 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23431, 'f8d756', 0, 'Simm Tronic Ltd', 'Unit 3, Waterside Hoddesdon Hertfordshire EN11 0QR GB', 'GB', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23432, '40d855002', 0, 'Hangzhou Chenxiao Tech Co Ltd', '7th Floor,No51,Huanxing Road,Bingjiang Hangzhou Zhejiang 310052 CN', 'CN', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23433, '6c4a39', 0, 'Bita', '6/F, New Century Hotel Office Tower BEI JING 100044 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23434, '70b3d52f9', 0, 'Consospy', '2, AVENUE GALILEE CHASSENEUIL-DU-POITOU VIENNE 86360 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23435, 'c4836f', 0, 'Ciena Corp', '7035 Ridge Road Hanover MD 21076 US', 'US', 'MA-L', '2016-10-15', '2016-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23436, '4048fd6', 0, 'Swarco Tech ApS', 'C. F. Tietgens Boulevard 25 Odense SØ Danmark 5220 DK', 'DK', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23437, '687f74', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23438, '0050c2bce', 0, 'TV Portal Co, Ltd', '5F TATENO, 6-4-13 Kiba Koto Tokyo 135-0042 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23439, '6095cee', 0, 'Vns Inc', '3F, No. 27, Lane 66, Ruiguang Rd. Taipei Taiwan 11466 TW', 'TW', 'MA-M', '2019-03-18', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23440, '00026f', 0, 'Senao International Co, Ltd', '2F, No. 531, Chung-Cheng Rd., TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23441, '000aec', 0, 'Koatsu Gas Kogyo Co, Ltd', '1-5, Doyama-cho, Kita-ku, Osaka Osaka 530-8411 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23442, '70b3d554d', 0, 'Qingdao Haitian Weiye Automation Control System Co, Ltd', 'D&D Wealth Building Qingdao Shandong 266000 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23443, 'c0a8f0', 0, 'Adamson Systems Engineering', '1401 Scugog Line 6 Port Perry Ontario L9L 1B2 CA', 'CA', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23444, '000065', 0, 'Network General Corp', '178 E Tsaman Dr San Jose CA 95134 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23445, '0000af', 0, 'Canberra Industries, Inc', '800 Research Parkway Meriden CT 06450 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23446, 'f8ffc2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23447, '00408a', 0, 'Tps Teleprocessing Sys. GmbH', 'SCHWADERMUCHLSTRASSE 4-8 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23448, '001996', 0, 'TurboChef Tech Inc', '4240 International Parkway Carrollton Texas 75007 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23449, '00d085', 0, 'Otis Elevator Co', '5 FARM SPRINGS RD. FARMINGTON CT 06032 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23450, '0016ee', 0, 'Royaldigital Inc', '8F., No.308, Sec.1, Neihu Rd. Taipei City 114 TW', 'TW', 'MA-L', '2006-01-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23451, '00183e', 0, 'Digilent, Inc', '215 E. Main St. Pullman WA 99163 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23452, '2826a6', 0, 'Pbr electronics GmbH', 'Berliner Strasse 5 Sandhausen Baden Wuertemmberg 69207 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23453, '006057', 0, 'Murata Manufacturing Co, Ltd', '1-18-1 HAKUSAN MIDORI-KU YOKOHAMA 226 12345 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23454, '00c071', 0, 'Areanex Communications, Inc', '3333 OCTAVIUS DRIVE UNIT C SANTA CLARA CA 95051 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23455, '002583', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23456, '0050c2cc9', 0, 'Promess GmbH', 'Schaffhausener Str. 44 Berlin 12099 DE', 'DE', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23457, '70b3d52b0', 0, 'Beijing Zhongyi Yue Tai Tech Co, Ltd', 'Building 809, Xiaoying Road Beijing Chaoyang District 100101 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23458, 'e8b2fe', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23459, '005087', 0, 'Terasaki Electric Co, Ltd', '7-2-10 HANNAN-CHO ABENO-KU OSAKA, 545-0021 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23460, '000887', 0, 'Maschinenfabrik Reinhausen GmbH', 'Falkensteinstraße 8 Regensburg Bavaria 93059 DE', 'DE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23461, '70b3d545e', 0, 'eSOL Co, Ltd', '8-1-31 saitama 336-0026 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23462, '6cb9c5', 0, 'Delta Networks, Inc', '256 Yang Guang Street, Neihu Taipei Taiwan 11491 TW', 'TW', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23463, '58b3fc', 0, 'Shenzhen RF-Link Tech Co, Ltd', 'Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23464, '6c5d3a', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND 98052 US', 'US', 'MA-L', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23465, '0000e4', 0, 'In2 Groupe Intertechnique', 'IN2 - B.P.63 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23466, '90cf6f', 0, 'Dlogixs Co Ltd', 'DLogixs Bldg, #351-1, Anyang-Dong Anyang-si Gyeonggi-do 430-010 KR', 'KR', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23467, 'f8bbbf', 0, 'eero Inc', '500 Howard St Suite 900 San Francisco CA 94105 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23468, '0080fe', 0, 'Azure Tech, Inc', '63 SOUTH STREET HOPKINTON MA 01748-2212 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23469, '000733', 0, 'Dancontrol Engineering', 'Italiensvej 1-5 DK', 'DK', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23470, 'a8922c', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2011-03-17', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23471, '70b3d565c', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23472, '70b3d5cd9', 0, 'Peter Huber Kaeltemaschinenbau GmbH', 'Werner-von-Siemens-Str. 1 Offenburg Ba-Wue 77656 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23473, '001e56', 0, 'Bally Wulff Entertainment GmbH', 'Maybachufer 48-51 Berlin 12045 DE', 'DE', 'MA-L', '2007-10-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23474, '0023ff', 0, 'Beijing Httc Tech Ltd', 'B-13D-3 Keshi Building,Jia No.28 Xinxi Road,SHANGDI IT Industry Base Beijing 100085 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23475, '289afa', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2013-12-13', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23476, 'a03e6ba', 0, 'Shenzhen Neostra Tech CoLtd', '7th Building,Huaide Cuihai Industrial Park,Fuyong, Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23477, '70b3d57de', 0, 'Telaeris, Inc', '9123 Chesapeake Dr. San Diego CA 92123 US', 'US', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23478, 'ac587b', 0, 'Jct Healthcare', '1/25 London Road Mile End South South Australia 5031 AU', 'AU', 'MA-L', '2016-09-22', '2018-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23479, '3868a4', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23480, '0001f2', 0, 'Mark of the Unicorn, Inc', '1280 Massachusetts Ave. Cambridge MA 02138 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23481, '001250', 0, 'Tokyo Aircaft Instrument Co, Ltd', '1-35-1, Izumi-Honcho Komae-Shi Tokyo 201-8555 JP', 'JP', 'MA-L', '2004-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23482, '0050c23b8', 0, 'Keith & Koep GmbH', 'Koenigsberger Str. 2 Wuppertal D 42277 DE', 'DE', 'IAB', '2004-08-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23483, '001981', 0, 'Vivox Inc', '40 Speen Street Framingham MA 01701 US', 'US', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23484, '001f75', 0, 'GiBahn Media', '1816 Rosedale Suseo-dong Seoul 135-885 KR', 'KR', 'MA-L', '2008-01-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23485, 'e00c7f', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2011-03-17', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23486, '88615a', 0, 'Siano Mobile Silicon Ltd', 'P.O. Box 8684 Netanya 42504 IL', 'IL', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23487, '044cef', 0, 'Fujian Sanao Tech Co, Ltd', 'Fuzhou shibei bicyclic road no. 117 Fuzhou Fujian 350000 CN', 'CN', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23488, '0050c2264', 0, 'Confidence Direct Ltd', '17-20 Napier Road Luton Beds LU1 1RF GB', 'GB', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23489, '000d85', 0, 'Tapwave, Inc', '1901 Landings Drive Mountain View CA 94043 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23490, '383b26', 0, 'Jiangsu Qinheng Co, Ltd', 'No. 18, Ningshuang Road Nanjing Jiangsu 210012 CN', 'CN', 'MA-L', '2019-02-27', '2019-02-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23491, '3ccb7c', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2015-01-23', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23492, '94e2fd', 0, 'Boge Kompressoren Otto Boge GmbH & Co KG', 'Otto Boge Str. 1-7 Bielefeld Westfalia 33739 DE', 'DE', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23493, '78d8002', 0, 'Shanghai Espacetime Tech Co, Ltd', 'Room 1202-A ,NO.570 , Shengxia Road , Pudong Shanghai 200120 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23494, '0050c23eb', 0, 'Iss International', 'P.O Box 12063 Stellenbosch Western Cape 7613 ZA', 'ZA', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23495, '0050c25a6', 0, 'Plastic Logic', '34 Cambridge Science Park Cambridge Cambridgeshire CB4 0FX GB', 'GB', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23496, '001fb3', 0, '2Wire Inc', '1764 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2008-02-02', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23497, '0050c2ca4', 0, 'Vox Tech', '1180 Commerce Dr. Richardson TX 75081 US', 'US', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23498, '487b6b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23499, '449160', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23500, '000635', 0, 'PacketAir Networks, Inc', '11545 W. Bernardo Ct. San Diego CA 92127 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23501, '001cdc', 0, 'Custom Computer Services, Inc', '1020 Spring City Drive Waukesha WI 53186 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23502, 'c0d3914', 0, 'Vernier Software & Tech', '13979 SW Millikan Way Beaverton OR 97005 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23503, 'fca47a2', 0, 'Ant Financial(Hang Zhou)Network Tech Co, Ltd', '801-10,8th Floor B Section,556Xixi Road,XihuDistrict, HangzhouCity ZhejiangProvince 310007 CN', 'CN', 'MA-M', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23504, '001bc5098', 0, 'Cubic Systems, Inc', '139 Dino Drive Ann Arbor MI 48103 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23505, '24fd5b', 0, 'SmartThings, Inc', '456 University Avenue Palo Alto CA 94301 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23506, 'ccd8c1', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23507, '70b3d5c0f', 0, 'Honeywell Safety Products Usa, Inc', '7828 Waterville Road San Diego CA 92154 US', 'US', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23508, 'd8a98b', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23509, '001f7c', 0, 'Witelcom AS', 'Verftsgt 10 Moss Ostfold 1511 NO', 'NO', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23510, '68ca00', 0, 'Octopus Systems Ltd', '36/F, 148 Electric Road HK', 'HK', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23511, 'f82e8e', 0, 'Nanjing Kechen Electric Co, Ltd', 'Room 202, Building 12, No. 50 Daguang road Nanjing 210001 CN', 'CN', 'MA-L', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23512, '00c079', 0, 'Fonsys Co, Ltd', '209-5, YANGJAE, SEOCHO KOREA KR', 'KR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23513, '0050c2daa', 0, 'M & Paul, Inc', '#602, Jugong Bldg., Seoul 138-120 KR', 'KR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23514, '64de1c', 0, 'Kingnetic Pte Ltd', '47 Kaki Bukit Place 416225 SG', 'SG', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23515, '0050c2fdf', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23516, '40d85504e', 0, 'Honeywell International', '13125 Danielson Street Poway 92064 US', 'US', 'IAB', '2013-04-03', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23517, '90028a', 0, 'Shenzhen Shidean Legrand Electronic Products Co, Ltd', 'Block39,Shahe Industrial Zone Baishizhou Guangdong 518053 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23518, 'e8a788', 0, 'Xiamen Leelen Tech Co, Ltd', '65 Sunban South Rd., Jimei North Industrial Zone, Xiamen Fujian 361021 CN', 'CN', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23519, '208593', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23520, '0050c2925', 0, 'Phb Eletronica Ltda.', 'Aroaba St., 129 São Paulo 05315-020 BR', 'BR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23521, '0050c29e6', 0, 'Kumho Electric, Inc', '211-1, Jangji-Ri, Dongtan-myun, Hwasung City Kyonggi-Do 445-812 KR', 'KR', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23522, '70b3d5f45', 0, 'Norbit Odm AS', 'Stiklestadveien 1 Trondheim 7041 NO', 'NO', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23523, 'ac02cf', 0, 'RW Tecnologia Industria e Comercio Ltda', 'Centro Empresarial Paulo Frederico de Toledo, 80 A Santa Rita do Sapucai Minas Gerais 37540000 BR', 'BR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23524, '7073cb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-11-26', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23525, '001710', 0, 'Casa Systems Inc', '10, New England Business Center Dr. Andover MA 01810 US', 'US', 'MA-L', '2006-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23526, '98e476', 0, 'Zentan', '10F-3, No. 260, Sec.2 New Taipei Blvd., Sanchong District New Taipei City 24158 TW', 'TW', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23527, '70b3d50c9', 0, 'Lineage Power Pvt Ltd,', '30-A1, KIADB, 1ST PHASE INDUSTRIAL ESTATE,KUMBALGODU, BANGALORE-MYSORE ROAD BANGALORE KARNATAKA 560074 IN', 'IN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23528, '44b994', 0, 'Douglas Lighting Controls', '280 - 3605 Gilmore Way Burnaby BC V5G4X5 CA', 'CA', 'MA-L', '2018-11-29', '2018-11-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23529, '5885e9', 0, 'Realme Chongqing MobileTelecommunications Corp Ltd', 'No.24 Nichang Boulevard, Huixing Block, Yubei District, Chongqing. Chongqing China 401120 CN', 'CN', 'MA-L', '2019-06-21', '2019-06-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23530, '0060a4', 0, 'Gew Tech (Pty)Ltd', 'BOX 912-561 SILVERTON 0127 ZA', 'ZA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23531, '0050c2062', 1, 'Private', '', '', 'IAB', '2002-08-08', '2002-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23532, '001359', 0, 'ProTelevision Tech A/S', 'Marielundvej 16,2 Herlev Copenhagen 2730 DK', 'DK', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23533, '001dd2', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-09-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23534, 'accc8e', 0, 'Axis Communications AB', 'Emdalavägen 14 LUND 22369 SE', 'SE', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23535, '60a11e', 0, 'Wuhan Maxsine Electric Co, Ltd', 'Building A6, Hangyu Building, No 7, Wuhan University Science Park Road, East Lake Development District,Wuhan,China. Wuhan Hubei 430000 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23536, '00a07f', 0, 'Gsm-Syntel, Ltd', 'VICTORIA WORKS, QUEENS MILL RD HD1 3PG ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23537, '0080f6', 0, 'Synergy Microsystems', '9605 SCRANTON ROAD-STE #700 SAN DIEGO CA 92121-1773 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23538, '00c045', 0, 'Isolation Systems, Ltd', '26 SIX POINT ROAD CANADA M8Z 2W9 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23539, '98f058', 0, 'Lynxspring, Incl.', '1210 NE Windsor Drive Lees Summit MO 64086 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23540, '0050c2307', 0, 'Uniondigital.,CoLtd', '34F,TM21,546-4 Gueui-dong, Seoul 143-721 KR', 'KR', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23541, '001d2c', 0, 'Wavetrend Tech (Pty) Ltd', 'Wavetrend House, Building 816/3 Gauteng 2021 ZA', 'ZA', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23542, '0050c207c', 0, 'Pllb Elettronica Spa', 'via Carducci 39 20099 Sesto San Giovanni Milano IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23543, '0050c289a', 0, 'Neptune Tech Group Inc', '1600 AL HWY 229 S Tallassee 36078 US', 'US', 'IAB', '2008-02-20', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23544, '0024eb', 0, 'ClearPath Networks, Inc', '1940 E. Mariposa Ave El Segundo CA 90245 US', 'US', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23545, '24da9b', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23546, '808a8b', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23547, '000c9b', 0, 'EE Solutions, Inc', '8F, No. 9, Park II Ave., Science-Based I Hsin Chu 300 TW', 'TW', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23548, '0050c2797', 0, 'Tiefenbach Control Systems GmbH', 'Brückenstraße 8 Erlangen Bayern 91056 DE', 'DE', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23549, '001b13', 0, 'Icron Tech Corp', '221 - 4664 Lougheed Highway Burnaby BC V5C 5T5 CA', 'CA', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23550, 'f0ef86', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23551, 'b8f317', 0, 'iSun Smasher Communications Private Ltd', 'No. 826, Ferns Paradise, 2nd Street, Bangalore Karnataka 560037 IN', 'IN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23552, '00401b', 0, 'Printer Systems Corp', '207 PERRY PARKWAY GAITHERSBURG MD 20877-2142 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23553, '0024a4', 0, 'Siklu Communication', '7 Shoham St., , 3rd Floor Petah Tikva 49517 IL', 'IL', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23554, 'b831b5', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2018-07-13', '2018-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23555, '00039b', 0, 'NetChip Tech, Inc', '335 Pioneer Way Mountain View CA 94041 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23556, '0014d9', 0, 'IP Fabrics, Inc', '3720 SW 141st Avenue Beaverton Oregon 97006 US', 'US', 'MA-L', '2005-06-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23557, 'a0de05', 0, 'Jsc Irbis-T', '39, Gorodskoy lane Tula 300012 RU', 'RU', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23558, '68967b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-06-14', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23559, '1422db', 0, 'eero Inc', '230 9th St. San Francisco CA 94103 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23560, '504061', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23561, '0004ee', 0, 'Lincoln Electric Co', '22801 St. Clair Avenue Cleveland OH 44117-1199 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23562, '0050c20c9', 0, 'Dss Networks, Inc', '111 Pacifica Irvine CA 92618 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23563, 'a41163c', 0, 'Viloc', 'Langestraat, 221 Zandhoven België 2240 BE', 'BE', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23564, '1cfd08', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23565, '002150', 0, 'Eyeview Electronics', '3 Floor, No. 86, Kung Yeh 32 Road TAICHUNG 407 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23566, '0050c2cca', 0, 'Sanmina Shenzhen', '1 NAN LING ROAD SHENZHEN 518125 CN', 'CN', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23567, '0024f3', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2009-01-19', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23568, 'a4e4b8', 0, 'BlackBerry Rts', '295 Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2013-09-12', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23569, '4011dc', 0, 'Sonance', '212 Avenida Fabricante San Clemente California 92672 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23570, '00d05d', 0, 'Intelliworxx, Inc', '1819 MAIN STREET, STE #1101 SARASOTA FL 34236 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23571, '001a1c', 0, 'GT&T Engineering Pte Ltd', '2 Ang Mo Kio St.64, Econ Building, #04-00 Singapore 569084 SG', 'SG', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23572, '40d8550b2', 0, 'Ever Trend Tech Development Ltd', 'Pokfulam 86D Floor 1 Room D Hong Kong Hong Kong 000 HK', 'HK', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23573, 'd06544', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23574, '0050c20ff', 0, 'Ipaxs Corp', '5802 Benjamin Center Drive Tampa FL 33634 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23575, '001e38', 0, 'Bluecard Software Tech Co, Ltd', 'D-801 Shangdi Science Building Beijing 100085 CN', 'CN', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23576, '0005a0', 0, 'Mobiline Kft.', 'Lehel Utca 14 H-1134 HU', 'HU', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23577, '0050c25a1', 0, 'Vestfold Butikkdata AS', 'Wirgenesveg 1 BARKAKER VESTFOLD N-3157 NO', 'NO', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23578, '54a619', 0, 'Alcatel-Lucent Shanghai Bell Co, Ltd', 'No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN', 'CN', 'MA-L', '2013-03-28', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23579, '0000c5', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23580, '000226', 0, 'XESystems, Inc', '317 Main Street East Rochester NY 14445 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23581, '0022fe', 0, 'Advanced Illumination', '440 State Garage Road Rochester Vermont 05767 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23582, '349d90', 0, 'Heinzmann GmbH & Co KG', 'Am Haselbach 1 Schoenau Baden Wuertemberg 79677 DE', 'DE', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23583, 'b4a2eb', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23584, 'c8fa84', 0, 'Trusonus Corp', '6F., No.42, Songjiang Rd., Zhongshan Dist Taipei 10455 TW', 'TW', 'MA-L', '2019-11-12', '2019-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23585, '0060ce', 0, 'Acclaim Communications', '5000 OLD IRONSIDES DRIVE SANTA CLARA CA 95054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23586, '003052', 0, 'Elastic Networks', '6120 WINDWARD PARKWAY -STE#100 ALPHARETTA GA 30005 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23587, '88e603', 0, 'Avotek Corp', '9-17, Dongil-ro 174-gil, Nowon-gu, Seoul Seoul Seoul 139-808 KR', 'KR', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23588, 'f041c86', 0, 'Aed Engineering GmbH', 'Taunusstr. 51 Munich Bavaria 80807 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23589, '0001d3', 0, 'Paxcomm, Inc', '7th F The Corp. Center KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23590, '002336', 0, 'Metel s.r.o.', 'Zizkuv Kopec 617 Ceska Skalice Nachod 55203 CZ', 'CZ', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23591, '88517a', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23592, 'd82de1', 0, 'Tricascade Inc', '5020 Campus Drv. Newport Beach CA 92660 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23593, '44d5f2', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23594, 'a4ebd3', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23595, '889166', 0, 'Viewcooper Corp', 'Room 1061, A,Seven Block, No.128 Huayuan Rd SHANGHAI 200083 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23596, '0050c2cc6', 0, 'Kdt', '203-902, Bucheon Techno-Park Bucheon-si Gyeonggi-do 420-733 KR', 'KR', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23597, 'fc0fe6', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2010-11-24', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23598, 'e470b8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23599, 'd868c3', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23600, '00140d', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2005-03-22', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23601, '0050c249d', 0, 'Critical Link Llc', '6712 Brooklawn Parkway Syracuse NY 13211 US', 'US', 'IAB', '2005-05-12', '2017-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23602, '00002f', 0, 'Timeplex Inc', '530 CHESTNUT RIDGE ROAD WOODCLIFF LAKE NJ 07675 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23603, '8c147d2', 0, 'Agilent S.p.A', 'Via.flli Varian 54 Leini Torino 10040 IT', 'IT', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23604, '0050c28d1', 0, 'Bachmann Monitoring GmbH', 'Weimarische Strasse 10 Rudolstadt Thueringen 07407 DE', 'DE', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23605, '0022c6', 0, 'Sutus Inc', '301-3999 Henning Drive Burnaby British Columbia V5C 6P9 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23606, '5cd41b', 0, 'Uczoon Tech Co, Ltd', '9 th Floor,Pan Gu Plaza,No.27 North 4 th Ring, Beijing Beijing 100029 CN', 'CN', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23607, '40d855151', 0, 'Progress Rail Services, Inspection and Information Systems', '3801-1 South Selsa Road Independence Missouri 64057 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23608, 'd4c8b0', 0, 'Prime Electronics & Satellitics Inc', '69,Tung-Yuan Rd Chung-Li City Tao-Yuan County 32000 TW', 'TW', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23609, '14c213', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23610, '0014b0', 0, 'Naeil Community', '#506 AceTwin Tower 1, Guro-Dong Seoul Guro-Gu 152779 KR', 'KR', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23611, '001ca6', 0, 'Win4NET', '1301 KOLON Digital Tower, Kuro-gu Seoul 152-848 KR', 'KR', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23612, '0050c2f21', 0, 'Seitec Co Ltd', '580 kamashimo akaiwa-city okayama-pref. 709-0732 JP', 'JP', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23613, '70b3d5c88', 0, 'Sined srl', 'Via 25 Aprile 34 Granarolo Bologna 40057 IT', 'IT', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23614, '001137', 0, 'Aichi Electric Co, Ltd', '1 kasugai city aichi pref. 486-8666 JP', 'JP', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23615, '0050c26ec', 0, 'Netistix Tech Corp', '275 Michael Cowpland Drive Kanata Ontario K2M 2G2 CA', 'CA', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23616, '001312', 0, 'Amedia Networks Inc', '101 Crawfords Corner Rd Holmdel NJ 07733 US', 'US', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23617, '000e25', 0, 'Hannae Tech Co, Ltd', '4F, Hyunjin Bldg., #798-30, Yeoksam-Dong SEOUL 135-080 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23618, '942cb3', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23619, '7cb21b', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville 30044 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23620, 'f07f06', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23621, 'c4fde6', 0, 'Drtech', '29, Dunchon-daero 541beon-gil, Jungwon-gu Seongnam Gyeonggi-do 13216 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23622, '0024b3', 0, 'Graf-Syteco GmbH & Co KG', 'Kaiserstraße 18 Tuningen Baden-Württemberg 78609 DE', 'DE', 'MA-L', '2008-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23623, '943af0', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23624, '70b3d5a89', 0, 'Gbs Communications, Llc', '10773 NW 58TH STREET, STE 712 DORAL FL 33178 US', 'US', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23625, '6c05d5', 0, 'Ethertronics Inc', '5501 Oberlin Drive, Suite 100 SAN DIEGO CA 92121 US', 'US', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23626, '001976', 0, 'Xipher Tech, Llc', '156 River Road Willington CT 06279 US', 'US', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23627, 'd496df', 0, 'Sungjin C&T Co, Ltd', 'Daeya Sheung Gyeonggi 429-809 KR', 'KR', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23628, '0050c2b49', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23629, '0050c2d1d', 0, 'Moco Media Pty Ltd', 'Ground Floor Fitzroy VIC 3065 AU', 'AU', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23630, 'a03e6b9', 0, 'Incogniteam Ltd', 'ROTERMANI 8 Tallin Estonia 10111 EE', 'EE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23631, '70b3d5d41', 0, 'Kse GmbH', 'Frühlingstraße 31-33 Ingolstadt 85055 DE', 'DE', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23632, 'fc183c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23633, '0050c2b4a', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23634, '70b3d5a57', 0, 'Pcsc', '3541 Challenger Street Torrance CA 90503 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23635, '70708b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23636, '88bfe4', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23637, '00a0ce', 0, 'Ecessa', '2800 Campus Drive Plymouth MN 55441 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23638, '00094c', 0, 'Communication Weaver Co, Ltd', '1~3 COWEAVER B/D 446-19, SEOUL 121-841 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23639, '48d54c', 0, 'Jeda Networks', '2618 San Miguel Drive Newport Beach Ca. 92660 US', 'US', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23640, '28107b', 0, 'D-Link International', '1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG', 'SG', 'MA-L', '2011-11-26', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23641, '40d855009', 0, 'ClearSite Communications Inc', '6004 Clark Center Ave. Sarasota Florida 34238 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23642, '844464', 0, 'ServerU Inc', '8100 NW 64th Street Miami FL 33166 US', 'US', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23643, '00c0e0', 0, 'Dsc Communication Corp', '1000 COIT ROAD, MS#ADVP 3 PLANO TX 75075 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23644, '0005f9', 0, 'Toa Corp', '2-1 Takamatsu-cho, Hyogo 665-0043 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23645, '00232d', 0, 'SandForce', '12950 Saratoga Ave. Saratoga California 95070-4658 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23646, '044faa', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-01-05', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23647, '0050c2ba8', 0, 'Peek Traffic Corp', '2906 Corporate Way Palmetto Florida 34221 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23648, '40d8551c7', 0, 'Wexiodisk AB', 'Mardvagen 4 Vaxjo Kronoberg 352 45 SE', 'SE', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23649, 'b0c5ca9', 0, 'D&T Inc', 'Gajungbukro 26-121 YouSung Gu Daejeon 305-343 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23650, '8c85e6', 0, 'Cleondris GmbH', 'Zuercherstrasse 42 Uitikon ZH 8142 CH', 'CH', 'MA-L', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23651, '00909a', 0, 'One World Systems, Inc', '1144 EAST ARQUES AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23652, '00175c', 0, 'Sharp Corp', '1, Takumi-Cho, Sakai city Osaka Prefecture 590-8522 JP', 'JP', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23653, '704d7b', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23654, '70b3d5219', 0, 'D-E-K GmbH & CoKG', 'Südfeld 9 Ascheberg / Herbern 58387 DE', 'DE', 'MA-S', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23655, '988217', 0, 'Disruptive Ltd', 'Windsor House High Wycombe Buckinghamshire HP12 3NR GB', 'GB', 'MA-L', '2011-08-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23656, 'b8df6b', 0, 'SpotCam Co, Ltd', '12F.-1, No.125, Jianguo Rd. New Taipei City 239 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23657, 'ac1203', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2020-01-14', '2020-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23658, '0050c2add', 0, 'GD Mission Systems', '8220 East Rooseevelt St. Scottsdale 85157-3812 US', 'US', 'IAB', '2010-05-15', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23659, '04c9d9', 0, 'Dish Tech Corp', '94 Inverness Terrace E Englewood CO 80112 US', 'US', 'MA-L', '2015-01-23', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23660, 'f83dff', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23661, '70b3d5c95', 0, 'Chengdu Meihuan Tech Co, Ltd', 'Floor 17, Building D6, Tianfu Software Park, Chengdu Sichuan 610041 CN', 'CN', 'MA-S', '2019-10-04', '2019-10-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23662, '00300a', 0, 'Aztech Electronics Pte Ltd', '31 UBI ROAD 1 singapore 408694 SG', 'SG', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23663, '8818ae', 0, 'Tamron Co, Ltd', '1385,Hasunuma, Minuma-ku Saitama-shi Saitama 337-8556 JP', 'JP', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23664, '70b3d57d9', 0, 'Atom Giken Co, Ltd', '92-2 KATASE FUJISAWA KANAGAWA 251-0032 JP', 'JP', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23665, '0050c2e57', 0, 'Eolane Montceau', 'ZI STE ELIZABETH MONTCEAU LES MINES SA 71300 FR', 'FR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23666, '70b3d5957', 0, 'EA Elektroautomatik GmbH & Co KG', 'Helmholtzstraße 31-33 Viersen NRW 41747 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23667, 'c808e9', 0, 'LG Electronics', '222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR', 'KR', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23668, '0001a0', 0, 'Infinilink Corp', '1740 E. Garry Ave. - Ste. #206 Santa Ana CA 92705 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23669, '0050c2eb1', 0, 'Pdu Expert UK Ltd', '11 b THE CHERRIES SLOUGH SL2 5TS GB', 'GB', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23670, '40d855122', 0, 'Atx Networks Ltd', '12 Halapid St. Petach-Tikva 49517 IL', 'IL', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23671, '70b3d5cc3', 0, 'Fidalia Networks Inc', '1 Port Street East Mississauga Ontario L5G4N1 CA', 'CA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23672, '0019c9', 0, 'S&C Electric Co', '1135 ATLANTIC AVE ALAMEDA CA 94501 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23673, '10f311', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23674, '002147', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2008-10-25', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23675, '44962b', 0, 'Aidon Oy', 'Piippukatu 11 Jyvaskyla Jyvaskyla 40100 FI', 'FI', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23676, '002010', 0, 'Jeol System Tech Co Ltd', '3-1-2 Musashino Akishima-shi Tokyo 196-8558 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23677, '00053a', 0, 'Willowglen Services Pte Ltd', '151 Lorong Chuan, 556741 SG', 'SG', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23678, '6ca7fa', 0, 'Youngbo Engineering Inc', '132, Haewian-gil, Dunpo-myeon Asan-si Chungcheongnam-do 336-873 KR', 'KR', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23679, '54effe', 0, 'Fullpower Tech, Inc', '1200 Pacific Avenue Santa Cruz CA 95060 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23680, '70b3d5712', 0, 'Apg Cash Drawer, Llc', '5250 Industrial Blvd NE Minneapolis MN 55421 US', 'US', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23681, '28be03', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23682, '24ec51', 0, 'Adf Tech Sdn Bhd', 'Plot 88F, Lintang Bayan Lepas 10, Bayan Lepas Industrial Park Phase IV Bayan Lepas Pulau Pinang 11900 MY', 'MY', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23683, '301f9a6', 0, 'YiSheng Tech Co, Ltd', 'Xintian road no:71, F#202 shenzhen baoan 518103 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23684, '0015eb', 0, 'zte Corp', '5/F,A Wing,ZTE Plaza,Keji Road South,Hi-Tech Industrial Park,Nanshan District Shenzhen 518057 US', 'US', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23685, '70b3d586d', 0, 'Census Digital Inc', '72 Dynamic Drive Toronto Ontario M1V 3Z5 CA', 'CA', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23686, 'e0508b', 0, 'Zhejiang Dahua Tech Co, Ltd', 'No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23687, 'acc25d', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2020-01-17', '2020-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23688, '307512', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2014-07-13', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23689, 'f40e112', 0, 'Axel srl', 'Via del Santo, 143 Limena PD 35010 IT', 'IT', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23690, 'f47a4e', 0, 'Woojeon&Handan', '569-12, Gasan-dong, Seoul 153-803 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23691, 'a46191', 0, 'NamJunSa', '12, Gimhae-daero 2635 beon-gil Gimhae-si Gyeongsangnam-do 50932 KR', 'KR', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23692, '001964', 0, 'Doorking Inc', '120 Glasgow St. Inglewood CA. 90301 US', 'US', 'MA-L', '2006-08-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23693, 'c058a7', 0, 'Pico Systems Co, Ltd', '332-7 Kouya Matsudo Chiba pref. 270-0017 JP', 'JP', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23694, '00258a', 0, 'Pole/Zero Corp', '5530 Union Centre Drive West Chester OH 45069 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23695, 'f40e119', 0, 'Sterna Security', '100 West Sambandam road Coimbatore Tamilnadu 641002 IN', 'IN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23696, '0050c27f9', 0, 'Karl Dungs GmbH & Co KG', 'Siemensstrasse 6-10 Urbach BW 73660 DE', 'DE', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23697, '9ce1d6', 0, 'Junger Audio-Studiotechnik GmbH', 'Justus-von-Liebig-Strasse 7 12489 Berlin US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23698, '0050c2d28', 0, 'Digitale Analoge COMponenten West Electronic Vertriebs GmbH', 'Schallbruch 19-21 Haan NRW 42781 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23699, 'c4626b', 0, 'Zpt Vigantice', 'Vigantice 266 Roznov pod Radhostem 75661 CZ', 'CZ', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23700, 'a028332', 0, 'Shanghai Nohmi Secom Fire Protection Equipment Co, Ltd', 'No.98,Lane 1971,(s)Lianhua Road,Minhang Area Shanghai Shanghai 201108 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23701, 'dc8983', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23702, '0050c251e', 0, 'Alcon Tech', '11201 Hampshire Ave. South Bloomington MN 55438 US', 'US', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23703, '0050c2a38', 0, 'Tred Displays', '5201 Eagle Rock Rd NE Albuquerque NM 87113 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23704, 'bcc168', 0, 'DinBox Sverige AB', 'Surbrunnsgatan 14 Stockholm 11427 SE', 'SE', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23705, 'b0702d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23706, '000cc7', 0, 'Intelligent Computer Solutions Inc', '9350 Eton St. Chatsworth CA 91301 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23707, 'd4aaff', 0, 'Micro World', '19370 VAN NESS AVE TORRANCE CA 90501 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23708, '70b3d5901', 0, 'Ats-Convers', 'Yana Fabrittsyusa str., 10 Pskov 180017 RU', 'RU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23709, '8871e5', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23710, '501e2d', 0, 'StreamUnlimited Engineering GmbH', 'Gutheil-Schoder-Gasse 10 Vienna 1100 AT', 'AT', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23711, '6c96cf', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23712, '70b3d5557', 0, 'Heitec AG', 'Dr.-Otto-Leich-Str. 16 Eckental Bavaria 90542 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23713, 'ac1ddf1', 0, 'HellaStorm, Inc', '12655 Edison Drive, Suite 250 Alpharetta GA 30005 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23714, '78c2c09', 0, 'Ses', '35-39 avenue du Danemark TOURS Indre et Loire 37072 FR', 'FR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23715, '70b3d5895', 0, 'Integrated Control Corp', '748 Park Ave Huntington NY 11743 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23716, '70b3d5456', 0, 'Technological Application and Production One Member Liability Co (Tecapro Co)', '18A Cong Hoa street Ho Chi Minh city Ho Chi Minh city 700000 VN', 'VN', 'MA-S', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23717, '0050c2aeb', 0, 'UMLogics Corp', 'EXPOTEL 924, 381 Manyeon-dong, Seo-gu Daejeon 302-150 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23718, '745798', 0, 'Trumpf Laser GmbH + Co KG', 'Aichhalder Str. 39 Schramberg BW 78713 DE', 'DE', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23719, '145645', 0, 'Savitech Corp', '3F, No.309, Guangming 1st Rd., Zhubei Hsinchu 30259 TW', 'TW', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23720, '94f278', 0, 'Elma Electronic', '44350 S. Grimmer Blvd Fremont CA 94538 US', 'US', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23721, '84b261', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-08-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23722, 'e05a9f5', 0, 'Tryen', 'Manan-gu Anyang-ro 110 Anyang Kyeong-gi 14035 KR', 'KR', 'MA-M', '2018-11-16', '2018-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23723, '00a0af', 0, 'Wms Industries', '3401 N. CALIFORNIA CHICAGO IL 60618 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23724, 'cc69b0', 0, 'Global Traffic Tech, Llc', '7800 Third Street North St. Paul Minnesota 55128 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23725, '0050c2fa2', 0, 'Power-One', 'Via San Giorgio 642 Terranuova Bracciolini Arezzo 52028 IT', 'IT', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23726, 'd8a756', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-08-01', '2018-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23727, '0050c2af0', 0, 'Fr. Sauter AG', 'Im Surinam 55 Basel CH4016 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23728, '0050c2ca2', 0, 'The Logical Co', '75 Gateway Blvd. Cottage Grove OR 97424 US', 'US', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23729, '001c23', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2007-04-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23730, '34de1a', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23731, '2c265fa', 0, 'Polara Engineering', '9153 STELLAR COURT CORONA California 92883 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23732, 'e4cb59', 0, 'Beijing Loveair Science and Tech Co Ltd', '103,Block B, Kelin Building, No.107, Dongsi North Street, Dongcheng District, Beijing 100000 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23733, '009059', 0, 'Telecom Device K.K.', 'SANMIYANAGA BLDG. 3F, 1-5-12 TOKYO 107 JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23734, '0050c22f1', 0, 'Geometrics, Inc', '2190 Fortune Drive San Jose CA 95131 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23735, '70b3d5b4a', 0, 'Medex', '240 Allée Jacques Monod Saint-Priest France 69800 FR', 'FR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23736, '94cc045', 0, 'Shenzhen Sanray Tech Co, Ltd', '1B08 2/F Folk Culture Industrial Park,Qunli Second Road, Baoan District Shenzhen GuangDong 518101 CN', 'CN', 'MA-M', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23737, '0050c2b71', 0, 'Digitale Analoge COMponenten West Electronic Vertriebs GmbH', 'Schallbruch 19-21 Haan NRW 42781 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23738, '70b3d504e', 0, 'Hugel GmbH', 'Seestrasse 4 Oberrieden ZH 8942 CH', 'CH', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23739, '001f16', 0, 'Wistron Corp', '21F, 88, Sec.1, Hsin Tai Wu Rd., Hsichih, Taipei Hsien 221 TW', 'TW', 'MA-L', '2007-12-31', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23740, '00229c', 0, 'Verismo Networks Inc', '295 Bernando Avenue Mountain View CA 94043 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23741, '0050c2ee7', 0, 'Syes srl', 'via zanella,21 lissone ( MB ) monza Brianza 20851 IT', 'IT', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23742, '4c189a', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23743, '00032a', 0, 'UniData Communication Systems, Inc', '2F, OhSung-Bldg, 82-15, KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23744, '0050c2367', 0, 'Canmax Tech Ltd', '7F, No.183. Section 1, Tatung Road Hsi Chih Taipei Hsien 221 TW', 'TW', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23745, '0050c2f3a', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23746, '1c11e1', 0, 'Wartsila Finland Oy', 'Jarvikatu 2-4 Vaasa Western Finland 65101 FI', 'FI', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23747, '00034e', 0, 'Pos Data Co, Ltd', '276-2, Seo-Hyun Dong, KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23748, '0050c237b', 0, 'Freescale Semiconductor', '2100 East Elliot Tempe AZ 85284 US', 'US', 'IAB', '2004-06-16', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23749, '503275', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23750, 'a438cc', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23751, '70b3d51d9', 0, 'MondeF', 'Neutronstraat 7-2 Groningen Groningen 9743AM NL', 'NL', 'MA-S', '2018-11-21', '2018-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23752, 'f4b5bb', 0, 'Ceragon Networks', '24 RAUEL WALLENBERG STREET TEL-AVIV 96719 IL', 'IL', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23753, '0050c2184', 0, 'H M Computing Ltd', 'Harmac House Malvern Worcestershire WR14 1GP GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23754, '0c8268', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23755, '001bc5069', 0, 'Datasat Digital Entertainment', '9631 Topanga Canyon Place Chatsworth California 91311 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23756, '0020fa', 0, 'Gde Systems, Inc', 'P.O. BOX 85468 - BLDG.#61 SAN DIEGO CA 92186-5468 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23757, '000700', 0, 'Zettamedia Korea', 'Suite 1008, Kumkang Venturetel, 1108 Kyounggido, KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23758, '0026c7', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23759, 'a40cc3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23760, '0050c2aec', 0, 'Fritz Pauker Ingenieure GmbH', 'Paul-Lenz-Str. 5 Friedberg Bayern 86316 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23761, '0050c2fcd', 0, 'Jinyoung Contech', '#501 , MARIO TOWER, 222-12 Seoul 152 050 KR', 'KR', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23762, '503f98', 0, 'Cmitech', '904-ho, 25, Simin-daero 248beon-gil, Dongan-gu Anyang-si Gyeonggi-do 14067 KR', 'KR', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23763, '00116e', 0, 'Peplink International Ltd', '17/F., Park Building Cheung Sha Wan Kowloon 0000 HK', 'HK', 'MA-L', '2004-06-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23764, '001631', 0, 'Xteam', 'room 801, No.102 international Science & Techology Park Beijing 8610 CN', 'CN', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23765, '70b3d518e', 0, 'Nippon Seiki Co, Ltd', '2-8 Higashi-Takami 2-Chome NAGAOKA NIIGATA 940-0006 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23766, '70b3d5fd6', 0, 'Visual Fan', 'Brazilor nr.61 Brasov Brasov 500313 RO', 'RO', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23767, '40d8551c3', 0, 'Cornfed Systems Llc', '3476 Dayton Street Denver CO 80238 US', 'US', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23768, 'd82522', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-05-27', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23769, '70b3d5645', 0, 'Project Decibel, Inc', '745 Atlantic Ave Fl 8 Boston MA 02111 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23770, 'f8983a', 0, 'Leeman International (HongKong) Ltd', 'Number 13 first floor Y1 cultural creative park bantian shen zhen 51800 CN', 'CN', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23771, '58c935', 0, 'Chiun Mai Communication Systems, Inc', 'No.4, Minsheng St., Tucheng District New Taipei City 23678 TW', 'TW', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23772, '70b3d5a30', 0, 'Shen Zhen Huawang Tech Co; Ltd', 'Longhua New District Qing Xiang Road, Bao Neng Technology Park SHEN ZHEN GUANG DONG 518109 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23773, '000d60', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23774, '003a9a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23775, '7c8ae1', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2019-06-26', '2019-06-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23776, '98eecb', 0, 'Wistron Infocomm (Zhongshan) Corp', 'No.38,East Keji Road,Zhongshan Torch Development Zone,Zhongshan City,Guangdong,China Zhongshan Guangdong 528437 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23777, '70b3d55cc', 0, 'Akse srl', 'Via Aldo Moro, 39 Reggio Emilia Italy 42124 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23778, '001f0b', 0, 'Federal State Unitary Enterprise Industrial UnionElectropribor', 'Penza 440011 RU', 'RU', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23779, '14b73d', 0, 'Archean Tech', '1899 avenue d\'Italie MONTAUBAN 82000 FR', 'FR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23780, '001e99', 0, 'Vantanol Industrial Corp', '9F, NO 31 . Shin-Tai Road Jubei City Shinchu 302 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23781, '002534', 1, 'Private', '', '', 'MA-L', '2009-02-15', '2009-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23782, '20d160', 1, 'Private', '', '', 'MA-L', '2015-07-23', '2015-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23783, '80acac', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-11-15', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23784, '000f5e', 0, 'Veo', '910 Rincon Circle San Jose CA 95131 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23785, '0016ca', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2005-12-15', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23786, 'd07e35', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23787, 'e4c62b', 0, 'Airware', '1045 Bryant St. San Francisco California 94103 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23788, '70b3d5e85', 0, 'Explorer Inc', '379-22 kikyou-cho Hakodate Hokkaido 041-0801 JP', 'JP', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23789, '70f8e79', 0, 'Kontech Electronics Co, Ltd', 'Longhua,Dalang,Langkou Industry Park shenzhen Guangdong 518109 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23790, '00103e', 0, 'Netschools Corp', '2003 LANDINGS DRIVE MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23791, '001c40', 0, 'Vdg-Security bv', 'Radonstraat 10-14 Zoetermeer ZH 2718 TA NL', 'NL', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23792, '8c640b', 0, 'Beyond Devices d.o.o.', 'Trzaska cesta 515 Brezovica pri Ljubljani SI-1351 SI', 'SI', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23793, '7823ae', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23794, 'fcb0c4', 0, 'Shanghai DareGlobal Tech Co, Ltd', '22F Info-Tech Building Shanghai Shanghai 200092 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23795, '3822e2', 0, 'HP Inc', '10300 Energy Dr Spring TX 77389 US', 'US', 'MA-L', '2020-01-03', '2020-01-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23796, '001099', 0, 'InnoMedia, Inc', '4800 GREAT AMERICA PARKWAY SANTA CLARA CA 95054 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23797, '001ad8', 0, 'AlsterAero GmbH', 'Heidenkampsweg 45 Hamburg 20097 DE', 'DE', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23798, '0005ad', 0, 'Topspin Communications, Inc', '515 Ellis Street Mountain View CA 94043 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23799, '0050c2ab3', 0, 'Compañía de Instrumentacion y control, S.L.', 'C/Maria Auxiliadora 5, 1ºI Madrid 28040 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23800, '001a74', 0, 'Procare International Co', '5F, No.88, Jhouzih Street, Neihu District Taipei 114 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23801, '0050c28ad', 0, 'Thales Communications Inc', '22605 Gateway Center Drive Clarksburg MD 20871 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23802, 'a8d3c8', 0, 'Topcon Electronics GmbH & Co KG', 'Industriestraße 7 Geisenheim 65366 DE', 'DE', 'MA-L', '2010-08-15', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23803, '144978', 0, 'Digital Control Inc', '19625 62nd Ave S Kent WA 98032 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23804, '0050c2f58', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'IAB', '2012-03-25', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23805, '001073', 0, 'Technobox, Inc', '140 Mount Holly Bypass Lumberton NJ 08048-1114 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23806, '0013d2', 0, 'Page Iberica, S.A.', 'AV. DE LA INDUSTRIA, 24 TRES CANTOS MADRID 28760 ES', 'ES', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23807, '9cf8db', 0, 'shenzhen eyunmei Tech Co,.Ltd', '8/F Yiben Building,No.1063 ChaGuang Road,XiLi Town, Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23808, 'd46d50', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23809, '000973', 0, 'Lenten Tech Co, Ltd', '16F, No.51, Sec.2, Gungyi Road, Taichung City 408 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23810, '44a7cf', 0, 'Murata Manufacturing Co, Ltd', '2288, Oaza-Ohshinohara, Yasu-cho, Yasu-gun Shiga 520-2393 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23811, '0050c2fac', 0, 'Adetel Group', '4, Chemin du Ruisseau ECULLY 69130 FR', 'FR', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23812, '2cf0ee', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23813, '689861', 0, 'Beacon Inc', '82-1, Anyangcheondong-ro, Dongan-gu anyang Gyeonggi-do 14042 KR', 'KR', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23814, '00076d', 0, 'Flexlight Networks', '15 Atir Yeda St. IL', 'IL', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23815, '0050c2700', 0, 'Gem-Med SL', 'C/ Cartagena 245 5e Of. 5-6 Barcelona ES08025 ES', 'ES', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23816, '001529', 0, 'N3 Corp', '#402 GwangMyeong Techno Town GyeongGi-Do 423-031 KR', 'KR', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23817, '18227e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23818, '00218b', 0, 'Wescon Tech, Inc', '4655-170 Old Ironsides Drive Santa Clara California 95054 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23819, '00241a', 0, 'Red Beetle Inc', '898 Silas Deane Highway Wethersfield CT 06109 US', 'US', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23820, '4a7206', 0, 'Caire, Inc', '2200 Airport Industrial Dr., Suite 500 Ball Ground GA 30107 US', 'US', 'CID', '2016-04-30', '2016-04-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23821, '70b3d528d', 0, 'Technica Engineering GmbH', 'Leopoldstraße 236 Munich 80807 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23822, '70b3d521f', 0, 'Chronomedia', '#508, 1130, Beoman-ro, Geumcheon-gu Seoul 08595 KR', 'KR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23823, '0090f7', 0, 'Nbase Communications Ltd', 'INDUSTRIAL PARK IL', 'IL', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23824, '0002f3', 0, 'Media Serve Co, Ltd', 'Dongsung Bldg. #17-8, Youido-dong, Seoul KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23825, '0050c2fd0', 0, 'Simple Solutions', 'Alleenstr. 18 Kirchheim unter Teck Baden-Württemberg 73230 DE', 'DE', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23826, 'f80bcb', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23827, '000d86', 0, 'Huber + Suhner AG', 'Degersheimerstrasse 14 9100 Herisau CH', 'CH', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23828, '001513', 0, 'Efs sas', 'BP 34 MILLERY F-69390 US', 'US', 'MA-L', '2005-06-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23829, '047f0e', 0, 'Barrot Tech Ltd', 'C7-1-1,East Area, No.2,Shangdi Xinxi Road, Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2019-05-17', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23830, 'f4d9c6', 0, 'Unionman Tech Co, Ltd', 'No.5,Huitai Road,Huinan High-Tech Park,Huiao Highway Huizhou Guangdong 516025 CN', 'CN', 'MA-L', '2019-10-09', '2019-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23831, '0050c20d1', 0, 'Renaissance Networking, Inc', '415 S. McClintock Dr. Tempe AZ 85281 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23832, 'c4e39f', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-01-11', '2019-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23833, '34159e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23834, '40d8551c2', 0, 'Digital Display Systems', '780 Montague expy. Suite 502 San Jose California 95131 US', 'US', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23835, '70b3d5d81', 0, 'Pdd Group Ltd', '87 Richford Street London Greater London W6 7HJ GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23836, 'e44cc76', 0, 'Hangzhou Ole-Systems Co, Ltd', 'No.35 Jiuhuan Road, Jianggan District , Hangzhou , Zhejiang , China Hangzhou Zhejiang 310019 CN', 'CN', 'MA-M', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23837, '0050c22b0', 0, 'Telda Electronics', '#102 Electronics Bldg. 220-10, Buen 2Dong, Kangbuk-Ku Seoul 142-705 KR', 'KR', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23838, '001d4e', 0, 'Tcm Mobile Llc', '9218 Metcalf, Overland Park Kansas 66212 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23839, '885c4f', 0, 'Alcatel-Lucent', 'Via trento, 30 Vimercate MB 20059 ITALY IT', 'IT', 'MA-L', '2012-01-01', '2012-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23840, '00eebd', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23841, '3c6a2c3', 0, 'figur8, Inc', '2 Park Plaza, Suite 605 BOSTON MA 02116 US', 'US', 'MA-M', '2018-07-05', '2018-07-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23842, '8871b1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23843, '000525', 0, 'Puretek Industrial Co, Ltd', 'No. 14, 4 Flr. Lane 235 TW', 'TW', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23844, '0015b7', 0, 'Toshiba', '2-9,Suehiro-Cho Ome 1988710 JP', 'JP', 'MA-L', '2005-09-09', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23845, '00ebd5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23846, '001b02', 0, 'ED CoLtd', '517-15 SangDaeWon-Dong SeongNam-City GyeongGi-Do 462-806 KR', 'KR', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23847, '00233f', 0, 'Purechoice Inc', '11481 Rupp Drive Burnsville MN 55337 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23848, '10e6ae', 0, 'Source Tech, Llc', '2910 Whitehall Park Drive Charlotte NC 28273 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23849, '0090f9', 0, 'Imagine Communications', '3001 Dallas Parkway, Suite 300 Frisco TX 75034 US', 'US', 'MA-L', '2000-11-09', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23850, '0015ad', 0, 'Accedian Networks', '4878 Levy, suite 202 St-Laurent Quebec H9P 2V4 CA', 'CA', 'MA-L', '2005-08-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23851, '301f9aa', 0, 'Hunan Changsha Hengjian Technoldgy Develpment Co, Ltd', 'Jiayun Road 209 Changsha Hunan 410205 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23852, 'e892a4', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2012-07-16', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23853, '745bc54', 0, 'uGrid Network Inc', '602 Gabriola Way Ottawa Ontario K2T 0M2 CA', 'CA', 'MA-M', '2018-12-07', '2018-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23854, '001ced', 0, 'Environnement SA', '111 bd. Robespierre POISSY Yvelines 78300 FR', 'FR', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23855, '002567', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2009-03-14', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23856, 'bc3f4e', 0, 'Teleepoch Ltd', 'No.13 Langshan Rd,HiTech Park,Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23857, '002117', 0, 'Tellord', 'Gurogu Gurodong 170-5 Woolim e-Biz Center 709 Seoul 152-050 KR', 'KR', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23858, '0050c2a4e', 0, 'Conduant Corp', '1501 S. Sunset St. Longmont CO 80501 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23859, '002650', 0, '2Wire Inc', '1764 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2010-01-05', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23860, '0050c2efd', 0, 'Sanmina', 'PO 106 Ornskoldsvik 89123 SE', 'SE', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23861, '5cf2860', 0, 'Hangzhou Signwei Electronics Tech Co, Ltd', '408 Room, 7 Cuibai Road,xihu District Hangzhou Zhejiang 310012 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23862, '70b3d5d37', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23863, '009099', 0, 'Allied Telesis K.K.', 'NO. 2 TOC BUILDING, 7-21-11Nishi-Gotand Shinagawa-Ku Tokyo 141 JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23864, '00d0f0', 0, 'Convision Tech GmbH', 'REBENRING 33 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23865, '80ffa8', 0, 'Unidis', '4 floors(401), 144-4, Gumi-dong Sungnam-si Gyeonggi-do 463-810 KR', 'KR', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23866, '081f3f', 0, 'WondaLink Inc', '2F, No. 23, R&D Road 2 Hsinchu 300 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23867, '40f385', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23868, '70b3d51e6', 0, 'Sanmina Israel', 'Koren Industrial Zone , POBox 102 Maalot Israel 2101002 IL', 'IL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23869, '38f9d3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23870, '5471dd', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23871, '000380', 0, 'Ssh Communications Security Corp', 'Fredrikinkatu 42 FI', 'FI', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23872, '001e43', 0, 'Aisin AW Co, Ltd', '6-18 HARAYAMA OKAZAKI AICHI 444-8564 JP', 'JP', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23873, '70b3d5e5e', 0, 'Critical Link Llc', '6712 Brooklawn Parkway Syracuse null 13211 US', 'US', 'MA-S', '2017-08-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23874, 'ec60e0', 0, 'Avi-ON Labs', '2585 LARKSPUR DR PARK CITY UT 84060 US', 'US', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23875, '506a03', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23876, '98349d', 0, 'Krauss Maffei Tech GmbH', 'Krauss-Mafffei-Str. 2 Munich 80997 DE', 'DE', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23877, 'ecdf3a', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23878, '447c7f', 0, 'Innolight Tech Corp', '3 Results Way Cupertino CA 95014 US', 'US', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23879, '34bca6', 0, 'Beijing Ding Qing Tech, Ltd', '218 Han Tai Hua Office Building, 13 Huan Yuan Lu, Haidian District Beijing 100083 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23880, '0024ca', 0, 'Tobii Tech AB', 'Karlsrovägen 2D Danderyd 18253 SE', 'SE', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23881, '04f17d', 0, 'Tarana Wireless', '2105 Martin Luther King Jr Way Berkeley CA 94704 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23882, '40d8551cb', 0, 'MG s.r.l.', 'via Monte Bianco, 1 SOlbiate Olona VA 21058 IT', 'IT', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23883, '001bc50c3', 0, 'inomatic GmbH', 'Nordhorn 48513 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23884, '4c1d96', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-06-20', '2019-06-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23885, '0001b0', 0, 'Fulltek Tech Co, Ltd', '3F No. 8, Lane 130, Min Chuan Rd., Hsint TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23886, '0050c27ea', 0, 'Monitor Business Machines Ltd', 'PO Box 108 042 Auckland US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23887, 'e81863a', 0, 'Jdm Mobile Internet Solution(Shanghai) Co, Ltd', '2F, Building D, BenQ Plaza, No.207 Shanghai Shanghai 200335 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23888, '886fd4', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23889, '00043b', 0, 'Lava Computer Mfg., Inc', '2 Vulcan St. CANADA M9W-1L2 CA', 'CA', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23890, '0015d6', 0, 'OSLiNK Sp. z o.o.', 'ul. Marsa 27 Gdansk 80299 PL', 'PL', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23891, '04b167', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23892, '0050c20ad', 0, 'Bmc Messsysteme GmbH', 'Peter-Henlein-Str. 4 82140 Olching DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23893, '64094c', 0, 'Beijing Superbee Wireless Tech Co, Ltd', 'B7,Science-Tech Fortune Center, Beijing 100192 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23894, 'e0ae5e', 0, 'Alps Electric Co, Ltd', '6-3-36 Furukawanakazato, Osaki Miyagi-pref 989-6181 JP', 'JP', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23895, '30b5f1', 0, 'Aitexin Tech Co, Ltd', '1210 PDAY research center streer 2 Peiking 100190 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23896, 'e46251', 0, 'Hao Cheng Group Ltd', 'FLAT/RM C, 06/F, BEST-TO-BEST COMMERCIAL CENTRE 32-36 FERRY STREET JORDAN KL Hong KOng 999077 HK', 'HK', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23897, '000d3b', 0, 'Microelectronics Tech Inc', 'No1, Innovation Road II 300 TW', 'TW', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23898, '0012f1', 0, 'Ifotec', 'ZAC Champfeuillet VOIRON 38507 FR', 'FR', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23899, '1ca0d39', 0, 'Cirque Audio Tech Co, Ltd', 'No. 2, Road BeiYiHeng, HuangJiaBao Industrial Park, ShiPai Town, DongGuan GuangDong 523347 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23900, '001df3', 0, 'Sbs Science & Tech Co, Ltd', 'W2-B5/6 High-tech industrial park ShenZhen GuangDong 518057 CN', 'CN', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23901, '0023a4', 0, 'New Concepts Development Corp', '2650 Bridge Lane Woodstock IL 60098 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23902, '0040ed', 0, 'Network Controls Int\'Natl Inc', '9 WOODLAWN GREEN CHARLOTTE NC 28217 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23903, 'b8f732', 0, 'Aryaka Networks Inc', '691 S. Milpitas Blvd., Milpitas CA 95035 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23904, '0055da', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-07-31', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23905, '1ce192', 0, 'Qisda Corp', '157 Shan-Ying Road Gueishan Taoyuan 333 TW', 'TW', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23906, '001bc5080', 0, 'Lumino GmbH', 'Europark Fichtenhain A8 Krefeld NRW 47807 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23907, '001474', 0, 'K40 Electronics', '600 Tollgate Rd. Unit A Elgin IL 60123 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23908, '0050c252e', 0, 'Dsp Design', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23909, '0050c2f10', 0, 'Wincor Nixdorf Sp. z o.o.', 'ul. Popularna 82 Warszawa Poland 02-226 PL', 'PL', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23910, 'bcd940', 0, 'Asr Co,.Ltd', '1-3-1 Sotokanda Chiyoda-ku Tokyo 101-0021 JP', 'JP', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23911, 'cc9070', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23912, '00608f', 0, 'Tekram Tech Co, Ltd', 'B1, NO. 17, LANE 159, SEC. 6 TAIPEI TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23913, '00d025', 0, 'Xrosstech, Inc', 'HABDONG B/D 5F 210-2 KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23914, 'b4c62e', 0, 'Molex Cms', '2222 Wellington Court Lisle IL 60532 US', 'US', 'MA-L', '2018-08-08', '2018-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23915, '70b3d5e33', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach North Rhine-Westphalia 51465 DE', 'DE', 'MA-S', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23916, '70b3d59f7', 0, 'Foerster-Technik GmbH', 'Gerwigstraße 25 Engen Baden-Württemberg 78234 DE', 'DE', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23917, '001795', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23918, '1cc0e1e', 0, 'Yun Yang Fire Safety Equipment Co, Ltd', 'No.11-4, Wanjin Rd., Dashe Dist., Kaohsiung City 815 TW', 'TW', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23919, '0050c27f8', 0, 'Wise Industria de Telecomunicações Ldta.', 'SIBS Quadra 01 conjunto Núcleo Bandeirante Distrito Federal 71736-104 BR', 'BR', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23920, '00229d', 0, 'Pyung-Hwa Ind.Co, Ltd', '230-1 HWASUNG-SI KYUNGGI-DO 445-912 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23921, '0050c2e8a', 0, 'Macronet s.r.l.', 'Alsina 2965 Buenos Aires 1207 AR', 'AR', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23922, 'e0f5c6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-03-10', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23923, '0001a1', 0, 'Mag-Tek, Inc', '1710 Apollo Court Seal Beach CA 90740 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23924, '0019fc', 0, 'PT. Ufoakses Sukses Luarbiasa', 'Jl. Sultan Hasanudin No. 41 Jakarta Selatan DKI Jakarta 12160 ID', 'ID', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23925, 'e0b6f5', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23926, 'd0d94f4', 0, 'peiker Cee', 'Gartenstrasse 25 Bad Homburg 61352 DE', 'DE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23927, '001281', 0, 'March Networks S.p.A.', 'Via Dei Lavoratori Autobianchi n. 1, Desio Milano 20033 IT', 'IT', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23928, '0050c259a', 0, 'MultiTrode Pty Ltd', '18 Brandl Street Brisbane QLD 4113 AU', 'AU', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23929, 'c0a0e2', 0, 'Eden Innovations', 'ZAC Eguilles PACA 13510 FR', 'FR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23930, '6c25b9', 0, 'Bbk Educational Electronics Corp, Ltd', 'LiWu INDUSTRIAL PARK,Wusha,Chang\'an Dong Guan Guang Dong 523860 CN', 'CN', 'MA-L', '2014-09-07', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23931, '807b85d', 0, 'Kaynes Tech India Pvt Ltd', '23-25, Belagola Food Industrial Area MYSORE Karnataka 570016 IN', 'IN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23932, '480bb26', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2018-03-18', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23933, '00a095', 0, 'Acacia Networks, Inc', '831 WOBURN STREET WILMINGTON MA 01887 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23934, '000f87', 0, 'Maxcess International', '222 W. Memorial Road Oklahoma City OK 73114 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23935, '78c1a7', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-10-15', '2016-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23936, '142882', 0, 'Midicom Electronics CoLtd', 'Bucheon Techno Park 303-404,345 Seokcheon-ro,Bucheon-si Gyeonggi-do 1501 KR', 'KR', 'MA-L', '2017-09-06', '2017-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23937, '207918', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-08-09', '2018-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23938, '001f7a', 0, 'WiWide Inc', '10B10, Hua Jie Plaza Beijing 100089 CN', 'CN', 'MA-L', '2008-01-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23939, '58a839', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23940, '00904f', 0, 'Abb Power T&D Co, Inc', '7036 SNOWDRIFT ROAD ALLENTOWN PA 18106 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23941, '8c53f7', 0, 'A&D Engineering Co, Ltd', '336-6 Dangsandong 6-ga, Yeongdeungpo-gu Seoul 150-810 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23942, '406826', 0, 'Thales UK Ltd', '1 Linthouse Road Glasgow Scotland G51 4BZ GB', 'GB', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23943, 'b01f818', 0, 'Technion Oy', 'Linkkikatu 15 Naantali Länsi-Suomi 21100 FI', 'FI', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23944, 'fc10c6', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23945, '58b42d', 0, 'YSTen Tech Co, Ltd', 'Room 1715,17/F North Star Times Tower,Chaoyang District,Beijing. Beijing 100101 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23946, '7089cc', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23947, '483fe9', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-01-19', '2019-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23948, '000304', 0, 'Pacific Broadband Communications', '3103 North First St. San Jose CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23949, '00138c', 0, 'Kumyoung.CoLtd', 'Seoul KY building, 40-17 Hangang Ro, 3Ga, Youngsan-Gu Seoul 140-880 KR', 'KR', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23950, '70b3d54a5', 0, 'Intermind Inc', '2-64-4-2104 Hiyoshi-honchou Kouhoku-ku Yokohama kanagawa 2230062 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23951, 'a04147', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23952, '0050c2134', 0, 'Drs Photronics', '133 Bauer Dr. Oakland NJ 07436 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23953, '0050c2714', 0, 'T.E.AM., S. A.', 'PARQUE TECNOLOGICO EDIFICIO 108 ZAMUDIO BIZKAIA 48170 ES', 'ES', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23954, '70b3d5588', 0, 'Llc Npo Svyazkomplektservis', 'Bronnitskaya str., 3 Podolsk Moscow region 142103 RU', 'RU', 'MA-S', '2019-04-22', '2019-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23955, '0012e6', 0, 'Spectec Computer Co, Ltd', '6F., No. 92, Nanking E. Rd. Sec. 5, Taipei 105 TW', 'TW', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23956, '04c3e6a', 0, 'Sealed Unit Parts Co, Inc', '2230 Landmark Place ALLENWOOD NJ 08720 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23957, 'd07650', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-02-25', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23958, '3c4711', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23959, '84683e', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23960, 'd08a91', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2018-02-11', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23961, '60058a', 0, 'Hitachi Metals, Ltd', 'Shinagawa Season Terrace, 2-70, Konan 1-chome Minato-ku Tokyo 108-8224 JP', 'JP', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23962, 'b0b3530', 0, 'Blake UK', '177-187, Rutland Road Sheffield --select-- S3 9PT GB', 'GB', 'MA-M', '2019-11-26', '2019-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23963, '0040da', 0, 'Telspec Ltd', 'LANCASTER PARKER ROAD ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23964, '00066e', 0, 'Delta Electronics, Inc', '11F, 266 Wen-Hwa 2nd Road, TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23965, '70b3d5b30', 0, 'Systolé Hardware B.V.', 'Hogehilweg, 5E Amsterdam 1101 CA NL', 'NL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23966, '00125c', 0, 'Green Hills Software, Inc', '30 West Sola Street Santa Barbara CA 93101 US', 'US', 'MA-L', '2004-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23967, 'c0f945', 0, 'Toshiba Toko Meter Systems Co, Ltd', '3484, Sakuragaoka, Kurohama Hasuda-shi Saitama 349-0192 JP', 'JP', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23968, '84c807', 0, 'Adva Optical Networking Ltd', 'ADVAntage House York YO30 4RY GB', 'GB', 'MA-L', '2019-07-10', '2019-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23969, '0050c2c3d', 0, 'Pla Electro Appliances Pvt. Ltd', 'THAKOR IND. ESTATE MUMBAI MAHARASHTRA 400086 IN', 'IN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23970, '54a703', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-10-30', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23971, '9c8e99', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-03-17', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23972, '600308', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23973, 'b0c5ca4', 0, 'shanghai University Ding-Tech software Corp, Ltd', 'No.9 Lane3,CaoDong Feeder Rd, Xuhui Area,shanghai,China shanghai shanghai 200235 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23974, '54d751', 0, 'Proximus', 'Bld du Roi Albert II 27 Brussels 1030 BE', 'BE', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23975, '0008be', 0, 'Xenpak Msa Group', 'Care of: Agilent Technologies Ipswich Suffolk Ip1 5PB GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23976, '000f63', 0, 'Obzerv Tech', '400 Jean Lesage Quebec QC G1K8W1 CA', 'CA', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23977, '00221f', 0, 'eSang Tech Co, Ltd', '#1-817, IT Castle 550-1, Gasan-Dong, Seoul 153-768 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23978, '0026f7', 0, 'Nivetti Systems Pvt. Ltd', '#727,8th Main, JP Nagar 3rd Phase Bangalore 560078 IN', 'IN', 'MA-L', '2010-01-05', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23979, '44d3ca', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23980, '600417', 0, 'Posbank Co, Ltd', 'Room 805-808, New T Castle B/D, 429-1 Seoul 153-803 KR', 'KR', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23981, 'e8eb11', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23982, '283f69', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2016-11-16', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23983, '00047b', 0, 'Schlumberger', 'Sugar Land Product Center Sugar Land TX 77478 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23984, '0050c2875', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23985, '70b3d5270', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno 89507 US', 'US', 'MA-S', '2019-08-19', '2019-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23986, '20311c', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23987, '6cc1d2', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2011-06-05', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23988, 'f8c001', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2011-07-26', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23989, '246511', 0, 'Avm GmbH', 'Alt-Moabit 95 Berlin 10559 DE', 'DE', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23990, '508c77', 0, 'Dirmeier Schanktechnik GmbH &Co KG', 'Alfons-Goppel-Straße 5 92526 Oberviechtach DE', 'DE', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23991, '28bab5', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23992, 'd0c65b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23993, '00158a', 0, 'Surecom Tech Corp', '6F, No. 125, Sec. 2, Datung Rd. Shijr City, Taipei County 221 TW', 'TW', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23994, '00258e', 0, 'The Weather Channel', 'Mail Stop 500 Atlanta GA 30339 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23995, '0012b2', 0, 'Avolites Ltd', '184 PARK AVENUE LONDON NW10 7XL GB', 'GB', 'MA-L', '2004-10-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23996, '001ab3', 0, 'Visionite Inc', '#707 Daeryung Technotown-2 569-21 Seoul 153-771 KR', 'KR', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23997, 'a4c0e1', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2010-11-24', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23998, '001bc5086', 0, 'Cast Group of Companies Inc', '35 Ripley Ave. Toronto Ontario M6S3P2 CA', 'CA', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(23999, '00403f', 0, 'Ssangyong Computer Systems', 'CORPORATION KOREA 100-705 KR', 'KR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24000, '00073d', 0, 'Nanjing Postel Telecommunications Co, Ltd', 'No. 187, ShengZhou Road, 210004 CN', 'CN', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24001, '000915', 0, 'Cas Corp', '#19, Ganap-Ri Yangju-Gun Kyunggi-Do 482-841 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24002, '001401', 0, 'Rivertree Networks Corp', 'R#304, K-Center, 1591-9 Anyang-si Kyunggi-do 431-815 KR', 'KR', 'MA-L', '2005-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24003, '58dc6d', 0, 'Exceptional Innovation, Inc', '480 Olde Worthington Rd, Suite 350 Westerville OH 43082 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24004, '00d0e5', 0, 'Solidum Systems Corp', '940 BELFAST ROAD 1S.217 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24005, '00063d', 0, 'Microwave Data Systems Inc', '175 Science Parkway Rochester NY 14620 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24006, '141114', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24007, '001de3', 0, 'Intuicom', '4900 Nautilus CT N Boulder CO 80301 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24008, '94ae61', 0, 'Alcatel-Lucent', 'Via Energy Park, 14 Vimercate MB 20871 IT', 'IT', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24009, '6c5c3db', 0, 'Reconova Tech', 'B103,Shenzhen Institute of Nanjing University,Keyuan Road,Hi-Tech Park,Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-07-30', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24010, '70b3d5c9c', 0, 'Connected Response', '12 Meiklejohn Street Stirling Stirling FK9 5HQ GB', 'GB', 'MA-S', '2019-07-31', '2019-07-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24011, '0050c228d', 0, 'Axode SA', '7 RUE FLEMING ANGERS F-49000 FR', 'FR', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24012, '0050c2d16', 0, 'Imricor Medical Systems, Inc', '400 Gateway Boulevard Burnsville MN 55337 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24013, '340b40', 0, 'Mios Elettronica Srl', 'VIA ARCHIMEDE, 10 SAN MARTINO B.A. (VR) VERONA 37036 IT', 'IT', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24014, '389d92', 0, 'Seiko Epson Corp', '2070 Kotobuki Koaka Matsumoto-shi Nagano-ken 399-8702 JP', 'JP', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24015, '00607d', 0, 'Sentient Networks Inc', '2201 CANTU COURT-STE #205 SARASOTA FL 34232 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24016, '945047', 0, 'Rechnerbetriebsgruppe', 'Werner von Siemens Str. 64 Würzburg Bayern 97076 DE', 'DE', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24017, '0050c27aa', 0, 'Grupo Epelsa S.L.', 'C/ Albasanz, 6 y 8 Madrid 28037 ES', 'ES', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24018, '90e17b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24019, '70b3d5797', 0, 'Mitsubishi Electric India Pvt. Ltd', 'EL3, J BLOCK, M.I.D.C. Bhosari PUNE Maharastra 411027 IN', 'IN', 'MA-S', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24020, '0011d0', 0, 'Tandberg Data Asa', 'Kjelsåsveien 161 Oslo 0411 NO', 'NO', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24021, '001ca3', 0, 'Terra', 'Draugystes str. 22 Kaunas LT-51256 LT', 'LT', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24022, '64fb92', 0, 'Ppc Broadband Inc', '6176 E Molloy Rd East Syracuse NY 13057 US', 'US', 'MA-L', '2019-06-26', '2019-06-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24023, '00215a', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2008-10-25', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24024, '044f8b', 0, 'Adapteva, Inc', '1666 Massachusetts Ave Lexington MA 02420 US', 'US', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24025, '00096f', 0, 'Beijing Zhongqing Elegant Tech Corp, Ltd', 'Rm.508, A-Building, Shangdi Digital Scie Beijing 100084 CN', 'CN', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24026, '0021f5', 0, 'Western Engravers Supply, Inc', '17621 N Black Canyon Highway Phoenix AZ 85023 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24027, 'f0def1', 0, 'Wistron Infocomm (Zhongshan) Corp', '168KunShan, JiangSu 215300 CN', 'CN', 'MA-L', '2010-05-01', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24028, '00f46f', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-08-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24029, '84e0f42', 0, 'Hangzhou Uni-Ubi Co, Ltd', 'Room 605, Building No.5, HaiChuang Park, No.998, Wenyi Road(West), YuHang District HangZhou ZheJiang 311121 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24030, '0020e5', 0, 'Apex Data, Inc', '6624 OWENS DRIVE PLEASANTON CA 94588 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24031, '0040ac', 0, 'Super Workstation, Inc', '2190 PARAGON DRIVE SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24032, '0050c2295', 0, 'Logosol, Inc', '5041 Robert J. Mathews Parkway El Dorado Hills CA 95762 US', 'US', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24033, '000fc5', 0, 'KeyMed Ltd', 'KeyMed House Southend on Sea Essex SS2 5QH GB', 'GB', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24034, '00261f', 0, 'Sae Magnetics (H.K.) Ltd', 'SAE Technology Centre Hong Kong Science Park Shatin, New Territories HK', 'HK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24035, '7c11be', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-09-24', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24036, 'fcf647', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2014-01-12', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24037, '2cbaba', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24038, '006029', 0, 'Cary Peripherals Inc', '190 COLONNADE ROAD S, UNIT 9 NEPEAN, ONTARIO K2E 7J5 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24039, '0005d0', 0, 'Solinet Systems', '1200-180 Elgin St. K2P 2K3 CA', 'CA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24040, 'ac040b', 0, 'Peloton Interactive, Inc', '158 W 27th St, 4th Fl New York NY 10001 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24041, 'acc358', 0, 'Continental Automotive Czech Republic s.r.o.', 'Průmyslová 1851 Brandýs nad Labem 250 01 CZ', 'CZ', 'MA-L', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24042, '0016b5', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-12-10', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24043, 'f4600d', 0, 'Panoptic Tech, Inc', '587 W Eau Gallie Blvd Melbourne FL 32935 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24044, '0050c2481', 0, 'Computer Sciences Corp', '2315 Meredith Lane, Ste. A Santa Maria CA 93455-1145 US', 'US', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24045, '001eb7', 0, 'TBTech, Co, Ltd', '1109, Hyundai Krim, 1330-18, Seocho-dong, Seoul 137-070 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24046, '7419f83', 0, 'Essential Trading Systems Corp', '9 Austin Drive Marlborough CT 06447 US', 'US', 'MA-M', '2014-01-20', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24047, 'd05f64a', 0, 'PartnerNET Ltd', 'Salaminos 5 Nicossia Strovolos 2044 CY', 'CY', 'MA-M', '2019-05-03', '2019-05-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24048, '00205f', 0, 'Gammadata Computer GmbH', 'GUTENBERGSTR. 13 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24049, '001109', 0, 'Micro-Star International', 'No 69, Li-De Street, Jung-He City, Taipei TW', 'TW', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24050, '001f7b', 0, 'TechNexion Ltd', '17F-1, No. 16, Jian Ba Road, Chung Ho Taipei 235 TW', 'TW', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24051, 'd82d9b', 0, 'Shenzhen G.Credit Communication Tech Co, Ltd', '4/F, Suite A, XinNengYuan Building, 2239 Nanhai Rd., Nanshan Dist., Shenzhen, Guangdong,China Shenzhen Guangdong 518054 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24052, '0014cf', 0, 'Invisio Communications', 'Stamholmen 157 Hvidovre 2650 DK', 'DK', 'MA-L', '2005-06-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24053, '0050c2567', 0, 'Tess GmbH', 'Schumanstraße 33d Würselen NRW 52146 DE', 'DE', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24054, '002546', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24055, 'e05597', 0, 'Emergent Vision Tech Inc', 'SUITE# 239 - 552A CLARKE ROAD COQUITLAM British Columbia V3J 0A3 CA', 'CA', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24056, '001bc50b2', 0, 'Skoda Electric a.s.', 'Tylova 1/57 Plzen 301 28 CZ', 'CZ', 'MA-S', '2014-04-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24057, '70b3d5959', 0, 'Zulex International Co, Ltd', '52/54 M.6 Talingchan-Suphanburi rd., Bangyai Nonthaburi 11140 TH', 'TH', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24058, 'b436a9', 0, 'Fibocom Wireless Inc', '5/F,Tower A,Technology Building II,1057# Nanhai Blvd Shenzhen GuangDong 518000 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24059, '0010ba', 0, 'Martinho-Davis Systems, Inc', '1260 OLD INNES ROAD OTTAWA, ONTARIO K1B 3V3 CA', 'CA', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24060, '002234', 0, 'Corventis Inc', '1410 Energy Park Dr. Suite #1 St. Paul Minnesota 55108 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24061, 'fc2e2d', 0, 'Lorom Industrial CoLtd', 'F1.13,Rm.2,No.78,Sec.2,An-HoRd. Taipei 106 TW', 'TW', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24062, '6c0273', 0, 'Shenzhen Jin Yun Video Equipment Co, Ltd', '4th floor, 78th, Matou Road Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24063, '70b3d5675', 0, 'alfamation spa', 'via cadore 21 lissone mb 20851 IT', 'IT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24064, '00309f', 0, 'Amber Networks', '2475 AUGUSTINE DR. SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24065, '00197d', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2006-08-27', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24066, '70b3d5cf0', 0, 'Shenzhen Witlink Co, Ltd', '1211 Room,Satellite building,Southern Hi-Tech Zone,Nanshan District ShenZhen Guangdong 518000 CN', 'CN', 'MA-S', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24067, '00b052', 0, 'Atheros Communications', '5955 T.G. Lee Blvd, Ste. 600 Ocala FL 32822 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24068, '1c740d', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24069, 'b0d09c', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24070, '7cbacc2', 0, 'Maco Lighting Pty. Ltd', '5/9 Stockwell Place Archerfield Queensland 4108 AU', 'AU', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24071, '20e882', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24072, 'c0cbf1', 0, 'Mobiwire Mobiles (Ningbo) Co, Ltd', 'No.999 Dacheng East Road, Fenghua District, Ningbo City , Zhejiang Province, PRC Ningbo Zhejiang 315500 CN', 'CN', 'MA-L', '2019-04-22', '2019-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24073, '70b3d5e63', 0, 'Potomac Electric Corp', 'One Westinghouse Plaza Boston MA 02136 US', 'US', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24074, '00144a', 0, 'Taiwan Thick-Film Ind. Corp', 'NO.126,Wuu Gong 2nd RD, Taipei Hsien 248 TW', 'TW', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24075, '0050c252d', 0, 'Smartcom-Bulgaria AD', 'Office 414A, BIC IZOT Building 1 SOFIA 1784 BG', 'BG', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24076, '70b3d57f5', 0, 'Incusense', '424 NE 4th st McMinnville OR 97128 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24077, '3c58c2', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24078, '00012d', 0, 'Komodo Tech', '170 Knowles Drive Los Gatos CA 95032 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24079, '7ccbe2', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24080, '002580', 0, 'Equipson S.A.', 'Poligono Ind. L´Alteró Silla Valencia 46460 ES', 'ES', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24081, '0026b6', 0, 'Askey Computer Corp', '10F,NO.119,CHIENKANG RD,CHUNG-HO,TAIPEI, TAIWAN TAIPEI 235 TW', 'TW', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24082, 'c05e79', 0, 'Shenzhen Huaxun Ark Tech Co, Ltd', '3F,C4 Building,Yintian Industrial Zone,Xixiang,Baoan District shenzhen guangdong 518102 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24083, '887556', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24084, '000e3a', 0, 'Cirrus Logic', '2901 Via Fortuna Austin TX 78746 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24085, '001256', 0, 'LG Information & Comm.', '459-9,KASAN-DONG,KUMCHON-GU, SEOUL 153-023 KR', 'KR', 'MA-L', '2004-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24086, 'c863148', 0, 'Thinci, Inc', '2105 S. Bascom Avenue, Suite 318 Campbell CA 95008 US', 'US', 'MA-M', '2019-01-18', '2019-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24087, '0011fd', 0, 'Korg Inc', '4015-2, Yanokuchi Inagi-City TOKYO 206-0812 JP', 'JP', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24088, '3029be', 0, 'Shanghai MRDcom Co, Ltd', 'NO.123 JULI RD SHANGHAI PUDONG ZHANGJIANG HIGH-TECH PARK 201203 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24089, '3c7059', 0, 'MakerBot Industries', '87 3rd Avenue Brooklyn NY 11217 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24090, '7802f8', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24091, '0050c2622', 0, '2N Telekomunikace a.s.', 'Modranska 621 Prague 143 01 CZ', 'CZ', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24092, '0050c2cd1', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24093, '3c83b5', 0, 'Advance Vision Electronics Co Ltd', '6F, No. 199, Lide St. Jhonghe Dist New Taipei City, Jhonghe Dist 23556 TW', 'TW', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24094, 'dccebc', 0, 'Shenzhen Jsr Tech Co, Ltd', '2-3F,E building,Yu Jianfeng science and industry park Shenzhen City Guangdong 518109 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24095, 'b44bd60', 0, 'G4s Monitoring Tech Ltd', '3 Centurion Court, Meridian East Leicester Leicestershire LE19 1TP GB', 'GB', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24096, '000012', 0, 'Information Tech Ltd', 'MAYLANDS AVE. HEMEL HEMPSTEAD HERTS ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24097, '000914', 0, 'Computrols Inc', '221 Bark Drive Harvey LA 70058 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24098, '0023aa', 0, 'Hfr, Inc', '5F, Hana EZ Tower Sungnam-si Kyunggi-do 463-870 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24099, '70b3d514f', 0, 'Mobile Devices Unlimited', '1611 North Austin Avenue Chicago IL 60639-4073 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24100, '70b3d57db', 0, 'aquila biolabs GmbH', 'Arnold-Sommerfeld-Ring 2 Baesweiler NRW 52499 DE', 'DE', 'MA-S', '2019-12-07', '2019-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24101, '000d55', 0, 'Sanycom Tech Co, Ltd', '6F,Beijing Capital Times Square,88# Xich Beijing 100031 CN', 'CN', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24102, '0016fc', 0, 'Tohken Co, Ltd', '2-16-20 Tamagawa Chofu Tokyo 182-0025 JP', 'JP', 'MA-L', '2006-01-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24103, '001e8d', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-12-31', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24104, '6487d7', 0, 'Adb Broadband Italia', 'VIALE SARCA 222 MILANO 20126 IT', 'IT', 'MA-L', '2010-03-28', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24105, 'd8fb11', 0, 'Axacore', '2468 HISTORIC DECATUR RD SAN DIEGO CA 92106 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24106, '80e4da4', 0, 'Beijing Yuantel Technolgy Co, Ltd-Shenzhen Branch', 'Room502,B BLdg, Fuan mansion Shenzhen Gangdong 518000 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24107, '70b3d5537', 0, 'Biennebi s.r.l.', 'Via Santi 23 Bione Brescia 25070 IT', 'IT', 'MA-S', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24108, '70b3d5e31', 0, 'Neurophet, Inc', '3rd Floor, 175, Yeoksam-ro, Gangnam-gu, seoul Seoul Province 06247 KR', 'KR', 'MA-S', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24109, '001255', 0, 'NetEffect Inc', '9211 Waterford Centre Blvd Austin Texas 78758 US', 'US', 'MA-L', '2004-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24110, '001301', 0, 'IronGate S.L.', 'CAlcala 268, primera planta Madrid 28027 ES', 'ES', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24111, '0050c2a6f', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24112, 'ec71db', 0, 'Shenzhen Baichuan Digital Tech Co, Ltd', 'Room 602, Complex Building, Tsinghua High-Tech Park Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24113, '3cf808', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24114, '948bc1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24115, '70b3d5406', 0, 'Acrodea, Inc', '3F, Daisan Yamada Bldg., 22 Aizumi-cho Shinjuku-ku Tokyo 1600005 JP', 'JP', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24116, '88299c', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24117, '000b99', 0, 'SensAble Tech, Inc', '15 Constitution Way Woburn MA 01801 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24118, '0013b2', 0, 'Carallon Ltd', 'Studio G20 Shepherds Building London W14 0DA GB', 'GB', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24119, '002453', 0, 'Initra d.o.o.', 'Slomskova 33 Ljubljana 1000 SI', 'SI', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24120, '5cb43e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24121, '7ca97d', 0, 'Objenious', '20 rue de Troyon SEVRES 92310 FR', 'FR', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24122, '0050c256d', 0, 'Computrol Fuel Systems Inc', '8537 Commerce Court Burnaby BC V5A 4N4 CA', 'CA', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24123, '0050c2595', 0, 'Callpod, Inc', '850 W. Jackson Chicago IL 60607 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24124, '00113c', 0, 'Micronas GmbH', 'Hans-Bunte-Strasse 19 Freiburg D-79108 DE', 'DE', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24125, '6891d0', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24126, '9c7bd2', 0, 'Neolab Convergence', '4F Yujung bldg., Seoul 137-070 KR', 'KR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24127, '4c8b30', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2014-01-12', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24128, '70b3d57d5', 0, 'Sics Swedish Ict', 'Isafjordsgatan 22 Kista Stockholm SE-164 40 SE', 'SE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24129, '2083f8', 0, 'Advanced Digital Broadcast SA', 'Route de Lausanne 319 Bellevue CH-1293 SZ', 'SZ', 'MA-L', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24130, '00a0bc', 0, 'Viasat, Inc', '6155 El Camino Real Carlsbad Ca 92009 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24131, '0003ff', 0, 'Microsoft Corp', '1 Microsoft Way Redmond WA 98052 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24132, '000c41', 0, 'Cisco-Linksys, Llc', '121 Theory Dr. Irvine CA 92612 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24133, '0050c23ff', 0, 'Cast Iron Systems', '2593 Coast Ave Suite 200 Mountain View CA 94043 US', 'US', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24134, 'cc82eb', 0, 'Kyocera Corp', '2-1-1,Kagahara, Tsuzuki-ku, Yokohama-shi Kanagawa 224-8502 JP', 'JP', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24135, '00e096', 0, 'Shimadzu Corp', '1, NISHINOKYO-KUWABARACHO NAKAGYO-KU, KYOTO 604 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24136, '0050f7', 0, 'Venture Manufacturing (Singapore) Ltd', '#05-01 Techplace II 569873 SG', 'SG', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24137, '505fb5', 0, 'Askey Computer Corp', '10F, NO. 119, JIANKANG RD., ZHONGHE DIST. NEW TAIPEI 235 TW', 'TW', 'MA-L', '2018-11-16', '2018-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24138, '001826', 0, 'Cale Access AB', 'Box 1031 Kista SE-164 21 SE', 'SE', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24139, 'd8dce9', 0, 'Kunshan Erlab ductless filtration system Co, Ltd', 'NO.100 Liu Shi Jin Road Kunshan Jiangsu 215300 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24140, '0050c2750', 0, 'Brightlights Intellectual Property Ltd', 'Unit 19A Perseverance Works London E2 8DD GB', 'GB', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24141, 'e492fb', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24142, 'c83f26', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24143, 'c80d32', 0, 'Holoplot GmbH', 'Ringbahnstr. 12, Hof A2 Berlin 12099 DE', 'DE', 'MA-L', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24144, '000376', 0, 'Graphtec Tech, Inc', '45 Parker, Suite A Irvine CA 92618 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24145, '0019ec', 0, 'Sagamore Systems, Inc', '55 Middlesex Street North Chelmsford MA 01863 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24146, '0023dc', 0, 'Benein, Inc', 'Hyojachonjesangga228 B9, 297, Sengnam-si Kyunggi-do 463-818 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24147, '00e005', 0, 'Technical Corp', '22-6 MINAMI SENGENCHO KANAGAWA JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24148, '0050c24af', 0, 'Orbis Oy', 'Taivaltie 5 Vantaa 01610 FI', 'FI', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24149, 'f0f260', 0, 'Mobitec AB', 'Box 97 Herrljunga VG 52421 SE', 'SE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24150, '045d4b', 0, 'Sony Corp', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24151, '94e6f7', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-06-18', '2019-06-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24152, '6c0d34', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24153, '0050c22fc', 0, 'Blackline Systems Corp', '2794 Fenton Road Ottawa Ontario K1T 3T7 CA', 'CA', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24154, '7c7673', 0, 'Enmas GmbH', 'Holzkoppelweg 23 Kiel Schleswig-Holstein 24251 DE', 'DE', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24155, 'd463fe', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24156, '0060b4', 0, 'Glenayre R&D Inc', '1570 KOOTENAY STREET VANCOUVER, BC V5K 5B8 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24157, '700bc0', 0, 'Dewav Tech Co', 'Room 1408, Real Estate Mansion Shangahi 200120 CN', 'CN', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24158, '00106c', 0, 'Ednt GmbH', 'Werner-von-Siemens-Str. 7 64625 Bensheim DE', 'DE', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24159, '000664', 0, 'Fostex Corp', '3-2-35, Musashino, Akishima, Tokyo 196-0021 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24160, '0050c2c5e', 0, 'CellPlus Tech, Inc', '3959 Idaho Street San Diego California 92104 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24161, '04c1b9', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2012-04-08', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24162, '002017', 0, 'Orbotech', 'INDUSTRIAL ZONE IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24163, '00a050', 0, 'Cypress Semiconductor', '198 Champion Ct SAN JOSE CA 95134 US', 'US', 'MA-L', '1980-01-01', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24164, '0050c2d00', 0, 'Bodensee Gravitymeter Geosystem GmbH', 'Im Gehren 15 Uberlingen Baden-Württemberg 88662 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24165, '70b3d5e72', 0, 'Kdt Corp', 'no1705-1, BLDG 3#, Lantian shixin plaza, keqiao zone shaoxing zhejiang 312030 CN', 'CN', 'MA-S', '2019-12-30', '2019-12-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24166, '0013bb', 0, 'Smartvue Corp', '102 Woodmont Boulevard Nashville TN 37205 US', 'US', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24167, '0050c24f2', 0, 'Tantronic AG', 'Allmendweg 5 Zufikon AG 5621 CH', 'CH', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24168, '002682', 0, 'Gemtek Tech Co, Ltd', 'No.1 Jen Ai Road, Hsinchu Industrial Park, Hukou, Hsinchu 303 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24169, '8c9236', 0, 'Aus.Linx Tech Co, Ltd', '6F-2, No. 190, Sec. 2, Zhongxing Rd., Xindian Dist., New Taipei City 23146 TW', 'TW', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24170, '748f1b', 0, 'MasterImage 3D', '131, Gasan Digital 1-ro, Geumcheon-gu Seoul 153-803 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24171, '78ca830', 0, 'Daincube', '#401-701, 655, Pyeongcheon-ro Bucheon-si 14502 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24172, '70b3d5575', 0, 'Konrad GmbH', 'Fritz-Reichle-Ring.12 Radolfzell 78315 DE', 'DE', 'MA-S', '2019-11-06', '2019-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24173, '001638', 0, 'Tecom Co, Ltd', '23 R&D Road 2 Science Based Industrial Park Hsin-Chu 300 TW', 'TW', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24174, '0050c2820', 0, 'Tescan, s.r.o.', 'Libusina tr. 21 Brno 623 00 CZ', 'CZ', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24175, '00079d', 0, 'Musashi Co, Ltd', '3-21-1, Shimo-ochiai, Tokyo 161-0033 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24176, '6047d4', 0, 'Forics Electronic Tech Co, Ltd', 'BLD 2A, No 1588, Lianhang Rd Shanghai 201112 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24177, 'c8f9c8', 0, 'NewSharp Tech(SuZhou)Co, Ltd', '1st/f.building 7th No.328 XingHu street SuZhou City SuZhou City JiangSu Province 215123 CN', 'CN', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24178, '00044c', 0, 'Jenoptik', 'Laser, Optik, Systeme GmbH DE', 'DE', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24179, '6c7039', 0, 'Novar GmbH', 'Johannes-Mauthe-Str. 14 Albstadt Baden-Württemberg 72458 DE', 'DE', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24180, 'cc1be03', 0, 'Shenzhen Vanstor Tech Co, Ltd', 'nanshan District shenzhen GuangDong 518057 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24181, '641236', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24182, '4cfcaa', 0, 'Tesla, Inc', '3500 Deer Creek Rd. PALO ALTO CA 94304 US', 'US', 'MA-L', '2020-01-29', '2020-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24183, '00e0f2', 0, 'Arlotto Comnet, Inc', '7F-4,55,TUNG-KUANG ROAD HSIN-CHU, 300 TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24184, 'a8d409', 0, 'Usa 111 Inc', '5885 Green Pointe Dr. Suite B Groveport, OH 43125 Groveport Ohio 43125 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24185, '405662', 0, 'GuoTengShengHua Electronics Ltd', '1st floor,No. 15 of Tech North 2nd Road,Nanshan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24186, '0050c24e4', 0, 'Embigence GmbH', 'Goethestrasse 52 Ladbergen NRW 49549 DE', 'DE', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24187, 'e4c146', 0, 'Objetivos y Servicios de Valor A', 'C/ Monte Esquinza, 28, 1D Madrid 28017 ES', 'ES', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24188, 'f4b7e2', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24189, '40d855041', 0, 'T.Q.M. Itaca Tech s.r.l.', 'Via E. Mattei 1 Mazzano Brescia 25080 IT', 'IT', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24190, 'd411d6', 0, 'ShotSpotter, Inc', '1060 Terra Bella Ave. Mountain View CA 94043 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24191, '2cee26', 0, 'Petroleum Geo-Services', '12555 Harris Branch Pkwy Austin TX 78653 US', 'US', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24192, '144e2a', 0, 'Ciena Corp', '7035 Ridge Road Hanover MD 21076 US', 'US', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24193, 'e81324', 0, 'GuangZhou Bonsoninfo System Co, Ltd', '4/F,NO.1029/31,GaoPu Road,GaoTang New Building District Guangzhou Guangdong 510663 CN', 'CN', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24194, '70b3d5e98', 0, 'Jsc Kaluga Astral', 'Tsyolkovsky 4 Kaluga Kaluga 248000 RU', 'RU', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24195, '38b8eb', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-11-17', '2015-11-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24196, '40fe0d', 0, 'Maxio', '1101-1 digital empire A, 387 simin-daero dongan-gu anyang-si kyunggi-do 14057 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24197, '241510', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-05-31', '2019-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24198, '70b3d5218', 0, 'Gremesh.com', 'Beursplein 37 Rotterdam Zuid-Holland 3011 AA NL', 'NL', 'MA-S', '2019-06-14', '2019-06-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24199, '001526', 0, 'Remote Tech Inc', '5775 12th Ave E, Suite 180 Shakopee MN 55379 US', 'US', 'MA-L', '2005-07-08', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24200, '0026e2', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2010-01-05', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24201, '741ae0a', 0, 'Saiercom Corp', 'ROOM 11501,FLOOR 15,UNIT 1,BLOCK 1,RENOVATION CENTER,TUANJIE SOUTH RD.,HI-TECH ZONE,XIAN,SHAANXI XIAN SHAANXI 710065 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24202, '0060d2', 0, 'Lucent Tech Taiwan Telecommunications Co, Ltd', '#2, INNOVATION ROAD II HSIN CHU TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24203, '4ca515', 0, 'Baikal Electronics Jsc', 'Highway Baltic 26 km, BC \'RigaLand, Block B, 3-rd entrance, 2-nd floor. Krasnogorsk district Moscow region 143421 RU', 'RU', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24204, '001bc5008', 0, 'Dalaj Electro-Telecom', '1st Floor, Confidence Insurance Building Akure Ondo 2341 NG', 'NG', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24205, 'b0793c', 0, 'Revolv Inc', '2060 Broadway #380 Boulder CO 80302 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24206, '90c6821', 0, 'Shenzhen Photon Broadband Tech Co, Ltd', '8/F,C Bldg, Funing Hi-Tech Industrial Park, No.71 Fuyong Xintian Road,Baoan District Shenzhen,China Shenzhen Guangdong 518103 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24207, '70b3d5b03', 0, 'Sprintshield d.o.o.', 'Marina Getaldi?a 3 Velika Gorica 10410 HR', 'HR', 'MA-S', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24208, '00a0c4', 0, 'Cristie Electronics Ltd', 'BOND\'S MILL GLOUCESTERSHIRE GL10 3RG GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24209, '00098e', 0, 'ipcas GmbH', 'Wetterkreuz 17 Erlangen Bavaria 91058 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24210, '0050c2db6', 0, 'Prosoft-Systems Ltd', 'Volgogradskaya, 194 a Ekaterinburg Sverdlovskaya region 620102 RU', 'RU', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24211, '244b81', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24212, '7c03c9', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24213, 'dcb4ac', 0, 'Flextronics Manufacturing(Zhuhai)Co, Ltd', 'Xin Qing Science & Technology Industrial Park,Jin An Town,Doumen ,Zhuhai,Guangdong,PRC Zhuhai Guangdong 519180 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24214, '000229', 0, 'Adtec Corp', '3F Megurohigashiyama Blg JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24215, '00090c', 0, 'Mayekawa Mfg. Co Ltd', '16825 IH 35 North Selma Texas 78154 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24216, '5846e1', 0, 'Baxter International Inc', 'One Baxter Parkway Deerfield IL 60015 US', 'US', 'MA-L', '2012-01-19', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24217, 'bcd11f', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24218, '70b3d57ab', 0, 'Microgate Srl', 'Via Stradivari, 4 BOLZANO BZ 39100 IT', 'IT', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24219, '44d5f2b', 0, 'Valeo Interior Controls (Shenzhen) Co, Ltd', 'North Junyi Ind. Park, Huaide Vil., Fuyong Town, Baoan Dist. Shenzhen Guangzhong 518103 CN', 'CN', 'MA-M', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24220, '70b3d59af', 0, 'Shanghai Brellet Telecommunication Tech Co, Ltd', 'Building 2, No.5555, Shenzhuan Road, Songjiang District Shanghai 201619 CN', 'CN', 'MA-S', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24221, '00159c', 0, 'B-Kyung System Co, Ltd', '#812,WOOLIM E-BIZ CENTER,170-5 GURO-DONG GURO-GU 152-847 KR', 'KR', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24222, 'a0b9ed', 0, 'Skytap', '710 2nd Ave Suite 1130 Seattle WA 98104 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24223, '0017c6', 0, 'Cross Match Tech Inc', '400, boul. Jean-Lesage Québec G1K 8W1 CA', 'CA', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24224, '0019f1', 0, 'Star Communication Network Tech Co, Ltd', '10/F,Tower B,SOHO New Town,No.88 jianguoRoad,Chaoyang District Beijing 100022 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24225, '002195', 0, 'Gwd Media Ltd', '10 Leeds Road Sheffield South Yorkshire S9 3TY GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24226, '0025d6', 0, 'The Kroger Co', '11450 Grooms Road Blue Ash OH 45242 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24227, '0050c2eaa', 0, 'Bae Systems', '65 Spir Brook Rd. Nashua New Hamshire 03060 US', 'US', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24228, 'd0c789', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24229, '008016', 0, 'Wandel And Goltermann', '1030 SWABIA COURT NC 27709 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24230, '001154', 0, 'Webpro Tech Inc', '2F-1, No.81, Sec. 4, Chungching N. Rd., Taipei 111 TW', 'TW', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24231, '04e0b0', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24232, '70b3d5293', 0, 'Solar RIg Tech', '651 Garden Street Carlstadt NJ 07072 US', 'US', 'MA-S', '2018-06-29', '2018-06-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24233, '3c89a6', 0, 'Kapelse', '5 Allee De Saint-Cloud 54600 Villers Les Nancy FR', 'FR', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24234, 'e07c13', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-07-18', '2016-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24235, 'd0ff50', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24236, '8cc8f4c', 0, 'Shenzhen Kstar Science and Tech Co, Ltd', 'Kstar Industrial Park, 7th Road, Guangming Hi- Tech Industrial Zone Shenzhen 518070 CN', 'CN', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24237, 'fc5a1d', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24238, '70b3d522c', 0, 'Hiquel Elektronik- und Anlagenbau GmbH', 'Bairisch Koelldorf 266 Bad Gleichenberg 8344 AT', 'AT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24239, '3c9a77', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2017-09-15', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24240, '000110', 0, 'Gotham Networks', '15 Discovery Way Acton MA 01720 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24241, '40d855013', 0, 'Grande Vitesse Systems', '390 Fremont St. San Francisco CA 94105 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24242, '00182d', 0, 'Artec Design', 'Teaduspargi 6/1 Tallinn 12618 EE', 'EE', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24243, '6089b7', 0, 'Kael MÜHendİSLİK ElektronİK TİCaret Sanayİ LİMİTed ŞİRketİ', 'Atatürk Mah. 78 sokak ,No:10, Büyükalan Mevkii Izmir Aegean 35175 TR', 'TR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24244, 'b09ae2', 0, 'Stemmer Imaging GmbH', 'Gutenbergstraße 11 Puchheim By 82178 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24245, 'a056b2', 0, 'Harman/Becker Automotive Systems GmbH', 'Becker-Göring-Straße 16 Karlsbad Baden-Württemberg 76307 DE', 'DE', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24246, '0000f0', 0, 'Samsung Electronics Co, Ltd', '416, MAETAN-3DONG, PALDAL-GU kwon 442-742 KR', 'KR', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24247, '000f07', 0, 'Mangrove Systems, Inc', '10 Fairfield Blvd. Wallingford CT 06492 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24248, '54ff82', 0, 'Davit Solution Co', '103-301,Geudaegapremier,21 Deagyeong-Daero 1484beon-Gil Suwon-Si Gyeonggi-Do KS002 KR', 'KR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24249, '7c477cd', 0, 'Speedifi Inc', '1163 Kassel Terrace Sunnyvale CA 94089', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24250, '6891d01', 0, 'Multi Alarm Zrt.', 'Basamalom u. 33. Pécs Baranya 7630 HU', 'HU', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24251, 'bcf292', 0, 'Plantronics, Inc', '345 ENCINAL STREET SANTA CRUZ CA 95060 US', 'US', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24252, '70b3d50f4', 0, 'Visual Robotics', '38 Irving Rd Eugene OR 97404 US', 'US', 'MA-S', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24253, '0050c27e1', 0, 'Zeltiq Aesthetics, Inc', '4698 Willow Road Pleasanton CA 94588 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24254, '0050c2905', 0, 'Link Communications, Inc', '1035 Cerise Road Billings Montana 59101 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24255, '689ab7', 0, 'Atelier Vision Corp', '888-340 Nakagawa Hamamatsu Shizuoka 431-1304 JP', 'JP', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24256, '70b3d5735', 0, 'Swiss Audio', '6 Rue de Saint-Léger Geneva Geneva 1205 CH', 'CH', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24257, '70192f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24258, '0050b9', 0, 'Xitron Tech, Inc', '6295-D FERRIS SQUARE SAN DIEGO CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24259, '000a98', 0, 'M+F Gwinner GmbH & Co', 'Weidenbaumsweg 91 a Hamburg 21029 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24260, '00235e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24261, 'cc5459', 0, 'OnTime Networks AS', 'Gladsvei 20 Oslo 0489 NO', 'NO', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24262, 'a863f2', 0, 'Texas Instruments', '12203 S.W.Freeway, MS728 Stafford 77477 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24263, 'b47c29', 0, 'Shenzhen Guzidi Tech Co, Ltd', 'South 6/F,Yingtang Building,No.5 Kejiyuan Road,Nanshan District,Shenzhen City,Guangdong Province,P.R. China Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24264, 'ac64cf', 0, 'FN-Link Tech Ltd', 'A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao\'an District SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-L', '2019-10-31', '2019-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24265, '00035d', 0, 'Bosung Hi-Net Co, Ltd', 'Youngil B/O 2F, 137-130 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24266, '0009d0', 0, 'Solacom Tech Inc', '80 Jean-Proulx Gatineau Quebec J8Z 1W1 CA', 'CA', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24267, '001c20', 0, 'Clb Benelux', 'Ramgatseweg 17 Raamsdonksveer NBR 4941 VN NL', 'NL', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24268, '0050c2b98', 0, 'Southwest Research Institute', '6220 Culebra Road San Antonio TX 78238 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24269, '58920d', 0, 'Kinetic Avionics Ltd', 'Elstree Aerodrome Hertfordshire WD6 3AW GB', 'GB', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24270, '74c246', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24271, '708540', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24272, 'c402e1', 0, 'Khwahish Tech Private Ltd', 'Plot # 42, Thirugnana Sambandhar Street, Srinivasa Nagar, Madipakkam Chennai TamilNadu 600091 IN', 'IN', 'MA-L', '2019-11-19', '2019-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24273, '005098', 0, 'Globaloop, Ltd', '12 HASHARON ROAD KFAR SABA 44269 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24274, '0025ca', 0, 'LS Research, Llc', 'W66 N220 Commerce Court Cedarburg WI 53012 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24275, '045fa7', 0, 'Shenzhen Yichen Tech Development Co, Ltd', '5/F Honghualing 2nd Industry Zone,Xili Town Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24276, '00be9e', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24277, 'ca446c', 0, 'Cypress Computer Systems, Inc', '1778 Imlay City Rd Lapeer MI 48446 US', 'US', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24278, '70b3d5e1c', 0, 'Xcenter AS', 'Kjorbokollen 30 Sandvika - 1337 NO', 'NO', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24279, '0011e8', 0, 'Tixi.Com', 'Karmeliterweg 114 Berlin 13465 DE', 'DE', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24280, '002626', 0, 'Geophysical Survey Systems, Inc', '12 Industrial Way Salem NH 03079 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24281, '9cb2b2', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24282, '0022e9', 0, 'ProVision Communications', '1 Portland Square Bristol BS2 8RR GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24283, '0050c2d2e', 0, 'RS Gesellschaft fur Informationstechnik mbH & Co KG', 'Bergische Fachbuchhandlung Remscheid NRW 42853 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24284, '70b3d55e5', 0, 'Haiyang Olix Co, Ltd', '103-903 BUCHEONTECHNOPARK 364 SAMJEONG BUCHEON GEYONGGI 421-740 KR', 'KR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24285, 'c0d012', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24286, '3c39e7e', 0, 'Marposs Spa', 'VIA SALICETO 13 BENTIVOGLIO BOLOGNA 40010 IT', 'IT', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24287, 'bc765e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24288, '000210', 0, 'Fenecom', '7/F Kon-kuk University Alumni Seoul Seoul Korea KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24289, '0011d8', 0, 'ASUSTek Computer Inc', 'No.150, Li-Te Rd., Peitou Taipei 112 TW', 'TW', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24290, '0018ec', 0, 'Welding Tech Corp', '24775 Crestview Court Farmington Hills MI 48335 US', 'US', 'MA-L', '2006-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24291, '70b3d5f29', 0, 'SamabaNova Systems', '2100 Geng Rd #103 Palo Alto CA 94303 US', 'US', 'MA-S', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24292, '00404f', 0, 'Space & Naval Warfare Systems', 'NUWC NEWPORT RI 02841-5047 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24293, '00605b', 0, 'IntraServer Tech, Inc', '125 HOPPING BROOK PARK HOLLISTON MA 01746 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24294, '04714bd', 0, 'Shenzhen BoClouds Tech Co, Ltd', 'Room 909, Unit A, Cadre Group Centre Building, No.168 TongSha Road, XiLi Town, Nanshan Shenzhen GuangDong 518000 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24295, '6447e0', 0, 'Feitian Tech Co, Ltd', 'Floor 17, Tower B, Huizhi Mansion, No.9 Xueqing Rd, Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24296, '548028', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2018-07-04', '2018-07-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24297, '00088e', 0, 'Nihon Computer Co, Ltd', '36-8 Higashitamachi Hamamatsu Shizuoka 430-0915 JP', 'JP', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24298, '000961', 0, 'Switchgear and Instrumentation Ltd', 'Ripley Road Bradford West Yorkshire BD4 7EH GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24299, '2cf432', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24300, '001707', 0, 'InGrid, Inc', '920 Cassatt Rd Berwyn Pa 19312 US', 'US', 'MA-L', '2006-01-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24301, '0023cc', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2008-10-25', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24302, 'cc1eff', 0, 'Metrological Group BV', 'Mariniersweg 151 Rotterdam Zuid-Holland 3011NK NL', 'NL', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24303, '6405be', 0, 'New Light Led', 'No.50, Siyuan Rd New Taipei 24251 TW', 'TW', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24304, '40d855196', 0, 'Advanced Micro Controls Inc', '20 Gear Dr. Terryville CT 06786 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24305, '70b3d501b', 0, 'Audi AG', 'Auto-Union-Strasse 1 Ingolstadt 85045 DE', 'DE', 'MA-S', '2018-09-05', '2018-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24306, '0018d3', 0, 'Teamcast', 'Centre Espace Performance Saint Gregoire 35769 FR', 'FR', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24307, '54b620', 0, 'Suhdol E&C CoLtd', '920, Ilsan TechnoTown 1141-1, Baekseok-dong, Ilsandong-gu Goyang-si Gyunggi-do 410-722 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24308, '0050c2551', 0, 'Innovative Neurotroncs', '2 Bethesda Metro Center Bethesda MD 20814 US', 'US', 'IAB', '2005-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24309, '206a8a', 0, 'Wistron Infocomm (Zhongshan) Corp', '168# First Avenue,Kunshan Export Processing Zone Kunshan Jiangsu 215300 CN', 'CN', 'MA-L', '2010-04-11', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24310, '68bc0c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24311, '38a5b6', 0, 'Shenzhen Megmeet Electrical Co, Ltd', '5th Floor,Building B, Ziguang Information Harbor Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24312, '4007c0', 0, 'Railtec Systems GmbH', 'Sonnenbergstr. 19 Hergiswil Nidwalden 6052 CH', 'CH', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24313, '70b3d5325', 0, 'BlueMark Innovations BV', 'Hengelosestraat 517 Enschede 7521 AG NL', 'NL', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24314, '0011bc', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24315, '0050c246a', 0, 'Ise GmbH', 'Kaiserstrasse 14 Oldenburg Niedersachsen 26122 DE', 'DE', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24316, '702f4b', 0, 'PolyVision Inc', '3970 Johns Creek Ct. Suwanee Georgia 30024 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24317, '4851b7', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24318, '70b3d570f', 0, 'Alion Science & Tech', '220 Salina Meadows Pkwy, Suite 210 Syracuse NY 13212 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24319, '70b3d59d2', 0, 'Acs Motion Control', '1 Hataasia St., Ramat Gabriel Industrial Park, Migdal Ha\'Emek Israel 2307037 IL', 'IL', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24320, '001750', 0, 'Gsi Group, MicroE Systems', '8 Erie Drive Natick MA 01760 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24321, '0050c2e8c', 0, 'Epec Oy', 'P.O. Box 194 Seinäjoki 60101 FI', 'FI', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24322, '7c70bce', 0, 'Hoperun Mmax Digital Pte. Ltd', '152 BEACH ROAD SINGAPORE 189721 SG', 'SG', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24323, '601466', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24324, '000123', 0, 'Schneider Electric Japan Holdings Ltd', 'Schneider Electric Osaka Building 4-4-9 Kitahama Chuo-ku, Osaka 541-0041 JP', 'JP', 'MA-L', '2000-11-09', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24325, 'e031d0', 0, 'SZ Telstar Co, Ltd', 'Telstar Technology Park No.12&14, Longtong Industrial Zone Shenzhen Guangdong 518172 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24326, '001e24', 0, 'Zhejiang Bell Tech Co, Ltd', '6 Xidoumen Rd. West Lake district Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24327, '002552', 0, 'VXi Corp', '271 Locust Street Dover NH 03820 US', 'US', 'MA-L', '2009-02-28', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24328, '0050c2f32', 0, 'Net4Things', 'Paseo de la Florida, nº 2 Madrid 28008 ES', 'ES', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24329, '2c5aa3', 0, 'Promate Electronic CoLtd', '4F 32,SEC.1 HUAN SHAN RD.,NEI HU, TAIPEI 114 TW', 'TW', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24330, 'cc3f1d', 0, 'Intesis Software SL', 'Mila i Fontanals 1bis 1 Igualada Barcelona 08700 ES', 'ES', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24331, '30b49e', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24332, '000ffb', 0, 'Nippon Denso Industry Co, Ltd', '3-14-19 Shibaura, Minato-ku Tokyo, 108-8560 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24333, '0050c26d8', 0, 'BL Healthcare, Inc', '33 Commercial Street Foxboro MA 02035 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24334, '0050c28af', 0, 'Xelerated', 'Olof Palmes gata 29 Stockholm SE-11122 SE', 'SE', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24335, 'a85bb0', 0, 'Shenzhen Dehoo Tech Co, Ltd', '5C,Tianzhan Building Tianan Cyberpark, ShenZhen Guang Dong 518040 CN', 'CN', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24336, '0050bc', 0, 'Hammer Storage Solutions', '8450 CENTRAL AVENUE NEWARK CA 94560 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24337, '001dd9', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2007-09-29', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24338, '0050c2e5a', 0, 'Futec Inc', '1217 Hayashi-cho Takamatushi Kagawa 7610301 JP', 'JP', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24339, '70105c', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24340, '70b3d5ff4', 0, 'Serveron Corp', '13550 SW Karl Braun Drive Beaverton OR 97077 US', 'US', 'MA-S', '2016-12-27', '2019-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24341, '000f66', 0, 'Cisco-Linksys, Llc', '121 Theory Dr. Irvine CA 92612 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24342, '0050c2960', 0, 'kuroneko dennnou kenkyuushitsu', '671-1 obinata minakamimachi tonegun gunma 379-1612 JP', 'JP', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24343, 'b01266', 0, 'Futaba-Kikaku', '2-17-20-302 Yanaka Taito-ku Tokyo 110-0001 JP', 'JP', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24344, 'd464f7', 0, 'Chengdu Usee Digital Tech Co, Ltd', 'NO.6 CHUANGYE ROAD CHENGDU SICHUAN 610041 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24345, '10dcb62', 0, 'Cal-Co Industria E Comercio DE Eletronicos E Informatica Ltda', 'AVENIDA TORQUATO TAPAJOS, 7503 TARUMA GALPAO 2 - CNPJ: 07.200.194/0003-80 MANAUS AMAZONAS 69041-025 BR', 'BR', 'MA-M', '2019-07-23', '2019-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24346, '0012f2', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24347, '00157d', 0, 'Posdata', '276-2,Seohyeon-dong,Bundang-gu, Seongnam-City Kyeonggi-Do 463-775 KR', 'KR', 'MA-L', '2005-08-24', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24348, '00219a', 0, 'Cambridge Visual Networks Ltd', '61 Selwyn Road Cambridge Cambridgeshire CB3 9EA GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24349, 'a091a2', 0, 'OnePlus Electronics (Shenzhen) Co, Ltd', 'Room 201, Block A, No.1, 1st Qian Wan Road, Qianhai Shenzhen-Hong Kong Cooperation Zone, Shenzhen, China. Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24350, '3cfad3', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-11-09', '2019-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24351, '0001d0', 0, 'VitalPoint, Inc', '15770 Hopper Road Peyton CO 80831 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24352, '001801', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2006-04-15', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24353, '4018b1', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2012-02-04', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24354, '70b3d54be', 0, 'GY-FX Sas', '38 rue du Botrel 35690 Brittany Acigne FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24355, '70b3d5487', 0, 'Ecs Srl', 'Via dell\'Artigianato n. 24 Belluno BL 32100 IT', 'IT', 'MA-S', '2019-10-26', '2019-10-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24356, '00019e', 0, 'Ess Tech, Inc', '48401 Fremont Blvd. Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24357, '001d80', 0, 'Beijing Huahuan Eletronics Co, Ltd', 'No.26,Shangdi 6th St.Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24358, '505800', 0, 'WyTec International, Inc', '19206 Huebner Rd Suite 202 San Antonio Texas 78258 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24359, '2031eb', 0, 'Hdsn', '4 allée des roseaux Saint mitre les remparts BDR 13920 FR', 'FR', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24360, '2836380', 0, 'Knowles Electronics Llc', '1151 Maplewood Drive Itasca IL 60143 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24361, '70b3d5c3d', 0, 'Cistech Solutions', '170 JAMES ST TOOWOOMBA QLD 4350 AU', 'AU', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24362, '00e074', 0, 'Tiernan Communications, Inc', '11025 ROSELLE ST. SAN DIEGO CA 92121 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24363, '001b90', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24364, '34d0b8a', 0, 'Meatest sro', 'Zelezna 509/3 Brno 61900 CZ', 'CZ', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24365, 'f8e94e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24366, 'e09dfa', 0, 'Wanan Hongsheng Electronic CoLtd', '1st section of industrial pack,Wan\'An County,Ji\'An City,jiangxi province Wanan China/jiangxi 343800 CN', 'CN', 'MA-L', '2016-05-23', '2016-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24367, '004086', 0, 'Michels & Kleberhoff Computer', 'GATHE 117 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24368, '140c76', 0, 'Freebox Sas', '16 rue de la Ville l\'Eveque PARIS 75008 FR', 'FR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24369, '70b3d57a4', 0, 'Potter Electric Signal Co Llc', '1609 Park 370 Place Hazelwood 63042 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24370, '6c5c3dd', 0, 'Syowatsusinkougyo Co, Ltd', '35 Ozekiazakitada,Azai-cho Ichinomiya-City Aichi 491-0101 JP', 'JP', 'MA-M', '2018-07-30', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24371, 'c82c2b', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-02-02', '2019-02-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24372, '0060bc', 0, 'KeunYoung Electronics & Communication Co, Ltd', '325-76, DAEHEUNG-DONG, MAPO-GU, SEOUL KR', 'KR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24373, '000911', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24374, '245ab5', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24375, '000408', 0, 'Sanko Electronics Co, Ltd', '3-802 ueda tenpaku-ku nagoya JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24376, 'd86bf7', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2010-08-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24377, '001c51', 0, 'Celeno Communications', '22 Zarhin Street Ra\'anana 43665 IL', 'IL', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24378, '70b3d5dea', 0, 'Advanced Ventilation Applications, Inc', '2158 Gordon Ave. Menlo Park CA 94025 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24379, '002270', 0, 'Abk North America, Llc', '440 North Wolfe Rd. Sunnyvale CA 94085 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24380, '307ecb', 0, 'Sfr', '40/42 Quai du point du jour Boulongne Billancourt Hauts de Seine 92659 FR', 'FR', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24381, '8439be6', 0, 'Shenzhen Ip3 Century Intelligent Tech Co, Ltd', 'Unit A1, 11F, Block A, Tongfang Information Harbor, No.11, Langshan Road, Hi-Tech Park(North), Nanshan District, Shenzhen Shenzhen Guangdong 518010 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24382, '000427', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24383, '002198', 0, 'Thai Radio Co, Ltd', 'Hi-Tech Industrial Estate Ayutthaya 13160 TH', 'TH', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24384, '70b3d580f', 0, 'Quickware Eng & Des Llc', '32 Pleasant St Waltham MA 02452 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24385, '001b14', 0, 'Carex Lighting Equipment Factory', '50 Chang Tang Rd., Yan Tian District, Guangdong province CN', 'CN', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24386, '001d18', 0, 'Power Innovation GmbH', 'Rehland 2 Achim Niedersachsen 28832 DE', 'DE', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24387, '74547d', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24388, 'fce1fb', 0, 'Array Networks', '1371 McCarthy Blvd Milpitas California 95035 US', 'US', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24389, '300d43', 0, 'Microsoft Mobile Oy', 'Keilalahdentie 2-4 Espoo N.A. 02150 FI', 'FI', 'MA-L', '2015-04-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24390, '608334', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24391, '842096', 0, 'Shenzhen RF-Link Tech Co, Ltd', 'Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24392, 'c87765', 0, 'Tiesse SpA', 'Via Asti Ivrea TO 10015 IT', 'IT', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24393, '0050c2070', 0, 'Katchall Tech Group', '5800 Creek Road Cincinnati OH 45242 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24394, 'bc8d0e', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2014-02-25', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24395, '90848b', 0, 'Hdr10+ Tech, Llc', '3855 SW 153rd Drive Beaverton OR 97006 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24396, 'f4dc4d', 0, 'Beijing Ccd Digital Tech Co, Ltd', '107 Dongsi North Street, Dongcheng District, Beijing 100007 CN', 'CN', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24397, 'b4b055', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24398, '541fd5', 0, 'Advantage Electronics', 'PO Box 407 Greenwood IN 46143 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24399, 'c8348e', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24400, '0c8bd3', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24401, '0040a1', 0, 'Ergo Computing', 'ONE INTERCONTINENTAL WAY PEABODY MA 01960 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24402, '0050c26d0', 0, 'Eds Systemtechnik', 'Alexianergraben 23 Aachen NRW 52064 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24403, '0050c2e13', 0, 'Automation Assist Japan Co', '2-8-20 Kamatahonmachi Ota Tokyo 144-0053 JP', 'JP', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24404, '7c0187', 0, 'Curtis Instruments, Inc', '200 Kisco Avenue Mt Kisco NY 10549 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24405, '88a73c', 0, 'Ragentek Tech Group', 'D10/D11, No.3188, Xiupu Road Shanghai 201315 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24406, 'a0d385', 0, 'Auma Riester GmbH & Co KG', 'Aumastr. 1 Muellheim Baden-Württemberg 79379 DE', 'DE', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24407, '943dc9', 0, 'Asahi Net, Inc', 'Ginza 4-12-15 Chuo-ku Tokyo 104-0061 JP', 'JP', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24408, '70b3d532d', 0, 'Hanwell Tech Co, Ltd', '3F., No. 41, Dongxing Rd., Xinyi District. Taipei 11070 TW', 'TW', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24409, '00092c', 0, 'Hitpoint Inc', 'No.7, Fenliao, 2nd Industrial Park, Link Taipei 244 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24410, '001f89', 0, 'Signalion GmbH', 'Sudhausweg 5 Dresden Saxony 01099 DE', 'DE', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24411, '70b3d59a4', 0, 'Nordmann International GmbH', 'Huobstrasse 10 Pfäffikon SZ 8808 CH', 'CH', 'MA-S', '2019-11-15', '2019-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24412, '002162', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2008-10-25', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24413, '288915', 0, 'CashGuard Sverige AB', 'Finlandsgatan 16 Kista 16474 SE', 'SE', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24414, '3c4a92', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2010-11-24', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24415, '40d855111', 0, 'Grupo Epelsa S.L.', 'C/ Punto Net,3 Alcala de Henares Madrid 28805 ES', 'ES', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24416, '04ee03', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24417, '00c00c', 0, 'Relia Technolgies', '1F., NO. 24, INDUSTRY E. 9TH TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24418, '0050c2394', 0, 'Embedit A/S', 'Generatorvej 8A Herlev 2730 DK', 'DK', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24419, '70b3d5d65', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24420, 'a81faf', 0, 'Krypton Polska', 'AL. JEROZOLIMSKIE 131 WARSZAWA MAZOWIECKIE 02-304 PL', 'PL', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24421, '38fdfec', 0, 'New Garden Co, Ltd', '2F, NO.58, Xingshan Rd., Neihu., Taipei 114 TW', 'TW', 'MA-M', '2016-02-05', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24422, '70b3d57ce', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24423, '78324f', 0, 'Millennium Group, Inc', '16 Tech Circle Natick MA 01760 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24424, 'e84e84', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24425, '001464', 0, 'Cryptosoft', 'Lermontova str, 3 Penza region 440026 RU', 'RU', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24426, '3c8bfe', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-11-24', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24427, '0050c2af4', 0, 'Dixell S.p.a.', 'Via dell\'Industria, 27 Pieve d\'Alpago Belluno 32010 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24428, '30053f', 0, 'Jti Co, Ltd', '102-1508, 36, Bucheon-ro 198beon-gil, Buchcheon-si Gyeonggi-do 14557 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24429, '0030ab', 0, 'Delta Networks, Inc', '8, KON JAN WEST ROAD TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24430, '0019e6', 0, 'Toyo Medic Co, Ltd', '1-17-22 Kitahorie, Nishi-ku Osaka 550-0014 JP', 'JP', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24431, '88a9a7a', 0, 'Zhejiang Hao Teng Electronic Tech Co, Ltd', 'Zhejiang Lishui city streets Nanming mountain Shek road Liandu District No. 268 Building 2 block B Lishui Zhejiang 323000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24432, '3414b5', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24433, '0024d7', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24434, 'e07f53', 0, 'Techboard Srl', 'Via Della Scienza, 50 Modena 41122 IT', 'IT', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24435, '70b3d52ea', 0, 'Schneider Electric Motion', '370 North Main St Marlborough CT 06447 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24436, 'a03d6f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24437, '4c65a8c', 0, 'Fuse', '1425 E St. San Diego 92110 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24438, '3c24f08', 0, 'Sivat Tech Co, Ltd', 'Room 1602, Starbuilding 2, west Complex of ChangYing TianJie ChaoYang District BeiJing Beijing 100024 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24439, '0000dc', 0, 'Hayes Microcomputer Products', 'P.O. BOX 105203 ATLANTA GA 30348 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24440, '000764', 0, 'YoungWoo Telecom Co Ltd', '3F, Sehwa B/D, 355-1 Sungnam-Si Kyungki-Do KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24441, '00237b', 0, 'Whdi Llc', '2350 Mission College Blvd. Santa Clara CA 95054 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24442, 'd866c6', 0, 'Shenzhen Daystar Tech Co, Ltd', 'The 5th Floor,#4 Building, Minxing Industria Zone Shenzhen Guangdong 518131 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24443, '34049e5', 0, 'Seeiner Tech Co, Ltd', 'floor 6,Building 14,No.1008 Xiangwang street,Hangzhou City,Zhejiang province hangzhou 311121 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24444, '903d68', 0, 'G-Printec, Inc', 'Kawasaki Tech Center 5F, 580-16, Horikawacho Saiwai-ku, Kawasaki-shi Kanagawa 212-0013 JP', 'JP', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24445, '1892a4', 0, 'Ciena Corp', '7035 Ridge Road Hanover MD 21076 US', 'US', 'MA-L', '2019-09-21', '2019-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24446, '0050c223d', 0, 'Gauging Systems Inc', '910A Industrial Blvd Sugar Land TX 77478-2828 US', 'US', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24447, '000d11', 0, 'Dentsply - Gendex', '901 West Oakton Street Des Plaines IL 60018-1884 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24448, '70b3d5dc5', 0, 'Excel Medical Electronics Llc', '801 Maplewood Dr. Jupiter Florida 33458 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24449, '0016c5', 0, 'Shenzhen Xing Feng Industry Co, Ltd', 'Floor 1 - 4, Block 25, Hongtian Jinyuan Industrial, Shenzhen GuangDong 86 CN', 'CN', 'MA-L', '2005-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24450, '001eb6', 0, 'Tag Heuer SA', 'Rue Louis-Joseph Chevrolet 6A la Chaux-de-Fonds NE 2300 CH', 'CH', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24451, '001f34', 0, 'Lung Hwa Electronics Co, Ltd', '3F, 248, Pei Sheng Rd. Sec. 3, Taipei Hsien 222 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24452, '002418', 0, 'Nextwave Semiconductor', '3610 Valley Centre Dr San Diego CA 92130 US', 'US', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24453, '000737', 0, 'Soriya Co Ltd', '2, 8th Floor Hanshin B/O, 136-1, Seoul, KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24454, '000f48', 0, 'Polypix Inc', '1Fl, Sungdo Venture Tower, 165-2 Samsung-Dong, Kangnam-Ku Seoul 135-881 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24455, '945330', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24456, '70b3d5c06', 0, 'XotonicsMED GmbH', 'Gewerbestrasse, 19 Treuen OT Hartmannsgrün Saxony 08233 DE', 'DE', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24457, '441847', 0, 'Hunan Scrown Electronic Information TechCo, Ltd', 'Building No.4,Changsha Zhongdian Software Park No.39,Jianshan Road Changsha Hunan 410006 CN', 'CN', 'MA-L', '2019-08-17', '2019-08-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24458, '00dd01', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24459, '001dca', 0, 'Pav Electronics Ltd', '7 Laverock Road Airdrie Lanarkshire ML6 7UD GB', 'GB', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24460, '646223', 0, 'Cellient Co, Ltd', '6F Glass Tower, 366-4 Yatap-dong Bundang-gu Seongnam-si Gyeonggi-do 463-827 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24461, '1cf03e', 0, 'Wearhaus Inc', '2041 Bancroft Way Berkeley CA 94704 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24462, 'a03e6b5', 0, 'Friday Lab, Uab', 'Sauletekio ave 15 Vilnius Vilnius 10224 LT', 'LT', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24463, 'd4619d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24464, '70b3d56b2', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24465, '70b3d51d5', 0, 'Mivo Tech AB', 'Hornsbergsvägen 28 Stockholm 11215 SE', 'SE', 'MA-S', '2019-12-18', '2019-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24466, '0006eb', 0, 'Global Data', '2250 Obispo Ave #105 Signal Hill CA 90806 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24467, '001660', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2005-11-05', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24468, '0050c2951', 0, 'EL.C.A. soc. coop.', '61, Via delle Industrie Fonte TV 31010 IT', 'IT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24469, '70b3d5aee', 0, 'DiTEST Fahrzeugdiagnose GmbH', 'Alte Poststraße 152 Graz Steiermark 8020 AT', 'AT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24470, '00908d', 0, 'Vickers Electronics Systems', '1151 W. MASON-MORROW RD. LEBANON OH 45036 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24471, '001630', 0, 'Vativ Tech', '9339 Genesee Avenue San Diego CA 92121 US', 'US', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24472, '002609', 0, 'Phyllis Co, Ltd', '9th Fl., Room 3/4, No. 52, Sec. 2, Chung Shan North Road, Taipei 104 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24473, 'f01c13', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2011-08-05', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24474, '143df2', 0, 'Beijing Shidai Hongyuan Network Communication Co, Ltd', '#505, 5F, Tower 3 Beijing 100000 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24475, '4cbc989', 0, 'Airtex Manufacturing Partnership', '1441 Hastings Cres. SE Calgary Alberta T2G 4C8 CA', 'CA', 'MA-M', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24476, '004068', 0, 'Extended Systems', '6123 NORTH MEEKER AVENUE BOISE ID 83704 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24477, '0050c2289', 0, 'Rototype S.p.A.', 'Via Bessi, 15 Calenzano Firenze 50041 IT', 'IT', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24478, '001ffb', 0, 'Green Packet Bhd', 'Lot 1-4, Incubator 2, Technology Park Malaysia Kuala Lumpur Wilayah Persekutuan 57000 MY', 'MY', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24479, '741e93', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2012-06-18', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24480, '8ab3da', 0, 'HomePlug Powerline Alliance, Inc', '10260 SW Greenburg Road, Suite 400 Portland OR 97223 US', 'US', 'CID', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24481, '70b3d54e1', 0, 'Grupo Epelsa S.L.', 'C/ Punto Net,3 Alcala de Henares Madrid 28805 ES', 'ES', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24482, '000b86', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2002-10-14', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24483, '001c19', 0, 'secunet Security Networks AG', 'Kronprinzenstraße 30 Essen NRW 45128 DE', 'DE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24484, '000a35', 0, 'Xilinx', '2100 Logic Drive San Jose CA 94110 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24485, 'ac61b9', 0, 'Wama Tech Ltd', 'Room 2205, Westley Square, 48 Hoi Yuen Road, Kwun Tong, Kowloon Hong Kong 00000 HK', 'HK', 'MA-L', '2019-08-22', '2019-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24486, '001234', 0, 'Camille Bauer', 'Aargauerstr. 7 Wohlen AG 5610 CH', 'CH', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24487, '780738', 0, 'Z.U.K. Elzab S.A.', 'ul. Kruczkowskiego 39 Zabrze 41-813 PL', 'PL', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24488, 'c4c0ae', 0, 'Midori Electronic Co, Ltd', '397 Chikuma Nagano 389-0804 JP', 'JP', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24489, 'c44202', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24490, 'd02212d', 0, 'Shenzhen Zhongxi Security Co, Ltd', '2F,East 420Building,Bagua 3rd, Futian, Shenzhen shenzhen guangdong ZIP CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24491, '34049ea', 0, 'i3 International Inc', '780 Birchmount Road Scarborough Ontario M1K5H4 CA', 'CA', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24492, '0002b8', 0, 'Whi Konsult AB', 'Scheelegatan 11 Stockholm SE-112 28 SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24493, '0050c20cb', 0, 'Studiel', '1027 Avenue Dactan Lefebvre 06271 Villenaur Lou Pet cedex FR', 'FR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24494, '54c9df', 0, 'FN-Link Tech Ltd', 'A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao\'an District SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24495, '70b3d5b96', 0, 'Oculii', '829 Space Dr Beavercreek OH 45434 US', 'US', 'MA-S', '2020-01-22', '2020-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24496, '001aa9', 0, 'Fujian Star-Net Communication Co, Ltd', '19-22# Building, Star-net Science Plaza, Juyuanzhou, FUZHOU FUJIAN 350002 CN', 'CN', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24497, '0050c2d62', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62902 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24498, 'd069d0', 0, 'Verto Medical Solutions, Llc', '900 Spruce St., Suite 550 St. Louis Missouri 63012 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24499, '1cc0e17', 0, 'Shenzhen Kinstone D&T Develop Co, Ltd', '5F, A2 Building ,XinJianXing Tech Industrial Park,Fengxin Road ,Lou Cun , Gongming Street,Guangming New Dist., Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24500, '70b3d52f4', 0, 'Radixon s.r.o.', 'Opatska 19 Kosice-Krasna 04018 SK', 'SK', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24501, 'fc039f', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24502, '000df0', 0, 'Qcom Tech Inc', '4F., No.301, Sec. 2, Tiding Blvd. Taipei City Neihu District 114 TW', 'TW', 'MA-L', '2004-02-12', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24503, '001369', 0, 'Honda Electron Co, Led.', 'Kanematsu Building 3 Floor Chuo-ku Tokyo 104-0031 JP', 'JP', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24504, '001604', 0, 'Sigpro', '655 W Evelyn ST Mountain View CA 94041 US', 'US', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24505, 'ccfcb1', 0, 'Wireless Tech, Inc', '2064 Eastman Ave. #113 Ventura CA 93003-7787 US', 'US', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24506, 'd89e3f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24507, 'f8e7b5', 0, 'µTech Tecnologia Ltda', 'Rua Lauro Linhares, 598 Florianopolis Santa Catarina 88036-200 BR', 'BR', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24508, '000132', 0, 'Dranetz - Bmi', '1000 New Durham Road Edison NJ 08818 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24509, '00121e', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2004-08-14', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24510, 'a44519', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-06-13', '2019-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24511, '141fba0', 0, 'Shenzhen Mining Tech Co, Ltd', '2017#Baoan Internet Industry Base,Langman Gangwan Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24512, '0050c2d22', 0, 'eMDee Tech, Inc', '4450 Pet Lane Lutz FL 33559 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24513, '841b38', 0, 'Shenzhen Excelsecu Data Tech Co, Ltd', 'Unit 701-709,7/F,South Block,SDGI Building A, No.2, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24514, '0050c29f4', 0, 'Fsr Inc', '244 Bergen Blvd West Paterson 07424 US', 'US', 'IAB', '2008-12-20', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24515, '0050c2ab9', 0, 'Showtacle', 'Pecnianska 21 Bratislava 85101 SK', 'SK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24516, '0050c2dda', 0, 'rbz robot design s.l.', 'avda via lactea 4, local 1 san fernando de henares madrid 28830 ES', 'ES', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24517, '789ed0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24518, 'd88dc8', 0, 'Atil Tech Co, Ltd', 'Rm. 3, 21F., No.93, Sec. 2, Roosevelt Rd., Da’an Dist., Taipei City 106 TW', 'TW', 'MA-L', '2018-11-12', '2018-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24519, 'e4ab89', 0, 'MitraStar Tech Corp', 'No. 6, Innovation Road II, Hsinchu 300 TW', 'TW', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24520, '0050c221f', 0, 'Monitor Business Machines Ltd', 'PO Box 108042 Auckland NZ', 'NZ', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24521, '0050c26c9', 0, 'Netami', '139-6,DORIM 1DONG SEOUL YOUNG DUNG PO GU 150-081 KR', 'KR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24522, '002072', 0, 'Worklink Innovations', '2452 ARMSTRONG STREET LIVERMORE CA 9455O US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24523, '004022', 0, 'Klever Computers, Inc', '1028 W. MAUDE AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24524, 'da2bdd', 0, 'AT&T, Inc', '4509 Friedrich Lane, Bldg 3 Austin 78744 US', 'US', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24525, '00074b', 0, 'Daihen Corp', '2-1-11 Tagawa Yodogawa-ku JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24526, '1cf5e7', 0, 'Turtle Industry Co, Ltd', '1-12-4 Nishineminami Tsutiura Ibaraki 300-0842 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24527, '001acf', 0, 'C.T. Elettronica', 'Via Caduti di Nassiriya 5 B Barberino Val D\'Elsa (FI) 50021 IT', 'IT', 'MA-L', '2006-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24528, 'b4f81e', 0, 'Kinova', '6110, rue Doris-Lussier, Boisbriand Qc J7H 0E8 CA', 'CA', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24529, 'a019b2b', 0, 'HangZhou iMagic Tech Co, Ltd', 'Block F, 11th Floor, Building A, Tiantang Software Park, 3# Xidoumen Road, Hangzhou Zhejiang 310012 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24530, '000618', 0, 'DigiPower Manufacturing Inc', 'No. 114, Floor 13, Sec. 1, Taipei TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24531, '001978', 0, 'Datum Systems, Inc', '3666 Tiffani Ct. Santa Cruz CA 95065 US', 'US', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24532, '305a3a', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24533, '749be8', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24534, '00a0c3', 0, 'Unicomputer GmbH', 'LIMBURGER STRASSE 48 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24535, '00c0bd', 0, 'Inex Tech, Inc', '3350 SCOTT BLVD. SANTA CLARA CA 95054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24536, '002790', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-09-22', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24537, '70b3d5734', 0, 'Mansion Industry Co, Ltd', '5F., No.6, Siwei Ln., Zhongzheng Rd., Xindian Dist., New Taipei City 231 TW', 'TW', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24538, '0000e8', 0, 'Accton Tech Corp', '46750 FREMONT BLVD. #104 FREMONT CA 94538 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24539, '000e4d', 0, 'Numesa Inc', '4444 Westgrove Suite 300 Addison TX 75001 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24540, '008053', 0, 'Intellicom, Inc', '20415 NORDHOFF STREET CHATSWORTH CA 91311 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24541, '0050c2412', 0, 'Tsb Solutions Inc', '5399 Eglinton Ave West. Toronto Ontario M9C 5K6 CA', 'CA', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24542, '9803a0', 0, 'Abb n.v. Power Quality Products', '10 allée centrale Jumet 6040 BE', 'BE', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24543, '8018a7', 0, 'Samsung Electronics Co, Ltd', '416, Maetan 3dong, Yeongtong-Gu Suwon Gyeonggi-Do 443742 KR', 'KR', 'MA-L', '2012-03-01', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24544, 'c8be19', 0, 'D-Link International', '1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG', 'SG', 'MA-L', '2012-06-18', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24545, '98a404', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24546, '0010c6', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW', 'TW', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24547, '000bca', 0, 'Datavan TC', '4FL,#120-12,Chung Shan Rd, Sec.3 Chung Ho City, Taipei Hsien 235 TW', 'TW', 'MA-L', '2003-02-07', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24548, '40d855027', 0, 'Grupo Epelsa S.L.', 'CALLE PUNTO NET, 3 ALCALA DE HENARES 28805 US', 'US', 'IAB', '2012-11-04', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24549, 'bc307d', 0, 'Wistron Neweb Corp', '20 Park Avenue II, Hsin Science Park, Hsinchu 308, Taiwan HsinChu Taiwan 308 TW', 'TW', 'MA-L', '2013-11-12', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24550, '6836b5', 0, 'DriveScale, Inc', '530 Lakeside Dr. #190 Sunnyvale CALIFORNIA 94085 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24551, '58e6ba', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24552, '04d16ec', 0, 'PacPort Corp', 'Ginza 6-10-1, GINZA SIX 13F, Chuo-ku Tokyo Tokyo 1040061 JP', 'JP', 'MA-M', '2019-08-07', '2019-08-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24553, '000029', 0, 'Imc Networks Corp', '16931 MILLIKEN AVE. IRVINE CA 92714-5013 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24554, '0050ef', 0, 'Spe Systemhaus GmbH', 'WALDSTRASSE 7 63150 HEUSENSTAMM DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24555, '5c63c9', 0, 'Intellithings Ltd', 'Hanehoshet 10 Tel Aviv Israel 6971072 IL', 'IL', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24556, '9c69b4', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24557, '0017ab', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2006-04-08', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24558, '70b3d5df2', 0, 'Aml', '2190 Regal Parkway Euless TX 76040 US', 'US', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24559, '000fc9', 0, 'Allnet GmbH', 'Maistraße 2 Germering Bavaria 82110 DE', 'DE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24560, '60b982', 0, 'RO.VE.R. Laboratories S.p.A', 'Via Parini, 2 Sirmione Brescia 25019 IT', 'IT', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24561, '4ce1737', 0, 'Ersúles Ltd', 'Unit 17 Sandyford Office Park Dublin D18 NP77 IE', 'IE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24562, '000068', 0, 'Rosemount Controls', '1300 E. LAMBERT ROAD LA HABRA CA 90632 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24563, '000eda', 0, 'C-Tech United Corp', '5F, No 665, CHUNG CHEN RD. HSIN CHUANG CITT of TAIPEI HSIEN 242 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24564, '00234d', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2008-10-25', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24565, '70b3d5d59', 0, 'WyreStorm Tech Ltd', '22 Ergo Business Park, Kelvin Road Greenbridge Swindon SN3 3JW GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24566, 'd43d39', 0, 'Dialog Semiconductor', 'B-7F, SiliconPark, 35, Pangyo-ro 255beon-gil, Bundang-gu Seongnam-si Gyeonggi-do 13486 KR', 'KR', 'MA-L', '2018-09-21', '2019-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24567, '0008b4', 0, 'Syspol', '4th Fl,SYSPOL B/D, Bangbae 4 Dong, Seoch Seoul 137-064 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24568, '0011c4', 0, 'Terminales de Telecomunicacion Terrestre, S.L.', 'Poligono Europolis, Calle C 26 Las Rozas Madrid 28230 ES', 'ES', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24569, '000b5f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24570, '000f90', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24571, '001248', 0, 'Dell Emc', '176 South Street Hopkinton MA 01748 US', 'US', 'MA-L', '2004-09-02', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24572, '88462a', 0, 'Telechips, Inc', 'Luther Building,7-20, Sincheon-dong,Songpa-gu, Seoul Seoul 138-240 KR', 'KR', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24573, '70b3d5fea', 0, 'Heng Dian Tech Co, Ltd', 'No.9, Yunmei Road,Tianmulake Town Liyang Jiangsu 213300 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24574, '00019d', 0, 'E-Control Systems, Inc', '9420 Lurline Ave., Unite Chatsworth CA 91311 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24575, '000321', 0, 'Reco Research Co, Ltd', 'No. 47-1, Sec. 2, TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24576, '001393', 0, 'Panta Systems, Inc', '20450 Stevens Creek Blvd. Cupertino California 95014 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24577, '001baa', 0, 'XenICs nv', 'Ambachtenlaan 44 Leuven Vlaams-Brabant B-3001 BE', 'BE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24578, '001c2b', 0, 'Alertme.com Ltd', '30 Station Road Cambridge Cambridgeshire CB1 2RE GB', 'GB', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24579, '14cf8d', 0, 'Ohsung', '181 GUMI KYUNGBUK 730-030 KR', 'KR', 'MA-L', '2012-03-01', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24580, '0020d1', 0, 'Microcomputer Systems (M) Sdn.', '23-25, JALAN JEJAKA TUJUH MY', 'MY', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24581, '009004', 0, '3com Europe Ltd', '3COM CENTRE, BOUNDARY WAY HERTS. HP2 7YU 00000 GB', 'GB', 'MA-L', '1998-04-22', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24582, '001c10', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24583, '001e4a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24584, 'b01743', 0, 'Edison Global Circuits Llc', '1475 Sawdust Rd Spring TX 77380-2974 US', 'US', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24585, '0019d3', 0, 'Trak Microwave', '4726 Eisenhower Blvd Tampa FL 33634 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24586, '0050c2a6c', 0, 'Figment Design Laboratories', '113 11th Avenue Johannesburg Guateng 2170 ZA', 'ZA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24587, '78ef4c', 0, 'Unetconvergence Co, Ltd', '101-511, Digital Empire2, 486, Shin-dong, Youngtong-gu Suwon Kyonggi-do 443-390 KR', 'KR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24588, 'a01e0b', 0, 'Minix Tech Ltd', 'Unit 1501, Chevalier Commercial Center Kowloon Bay Kowloon 000000 HK', 'HK', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24589, 'c0d2dd', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24590, '00d0ff', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24591, '000730', 0, 'Hutchison Optel Telecom Tech Co, Ltd', 'No. 28 Xinwai Street Beijing CN', 'CN', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24592, '70b3d5e2d', 1, 'Private', '', '', 'MA-S', '2019-01-31', '2019-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24593, '000a24', 0, 'Octave Communications', '85 Northwest Boulevard Nashua NH 03063 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24594, '0050c2191', 0, 'Partner Voxstream A/S', 'Trekanten 17 Vojens DK-6500 DK', 'DK', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24595, '0014e2', 0, 'datacom systems Inc', '9 adler drive east syracuse n.y. 13057 US', 'US', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24596, '70b3d5eab', 0, 'Apen Group SpA (Vat It08767740155)', 'Via Isonzo 1 Pessano con Bornago MI 20060 IT', 'IT', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24597, 'c80084', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24598, '00600b', 0, 'Logware GmbH', 'SCHWEDENSTR. 9 D-13359 BERLIN DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24599, '000fde', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2004-04-03', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24600, '6095ce7', 0, 'Cadmo Soluciones Sac', 'Av. Angamos Este 2495 Dpt. 301, San Borja Lima Lima 15036 PE', 'PE', 'MA-M', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24601, '2877f1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24602, '40d855047', 0, 'Dos&Donts Srl', 'Via Italo Calvino,7 Rho Milano 20017 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24603, '50502a', 0, 'Egardia', 'Kleine Landtong 19 Gorinchem Zuid Holland 4201 HL NL', 'NL', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24604, '48b253', 0, 'Marketaxess Corp', '299 Park Avenue New York NY 10171 US', 'US', 'MA-L', '2012-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24605, 'a03e6b3', 0, 'iLoda Solutions Ltd', '217A, 2/F, Enterprise Place Hong Kong Hong Kong 000000 HK', 'HK', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24606, '00009d', 0, 'Locus Computing Corp', '9800 LA CIENEGA INGLEWOOD CA 90301 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24607, '98291d', 0, 'Jaguar de Mexico, SA de CV', 'Calle Tabla Grande No.2 Jilotzongo Estado de Mexico 54570 MX', 'MX', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24608, '00034d', 0, 'Chiaro Networks, Ltd', 'P.O. Box 832427 Richardson TX 75083-2427 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24609, 'cc22370', 0, 'Medcom sp. z o.o.', 'ul. Jutrzenki 78a Warszawa woj. mazowieckie 02-230 PL', 'PL', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24610, '6c98eb', 0, 'Riverbed Tech, Inc', '680 Folsom St. San Francisco CA 94107 US', 'US', 'MA-L', '2013-09-12', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24611, '70b3d58a0', 0, 'DM Radiocom', 'CD 908 13720 BELCODENE 13380 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24612, '001203', 0, 'ActivNetworks', 'BAT L - 1 rue de Terre Neuve COURTABOEUF 91944 FR', 'FR', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24613, 'd08b7e', 0, 'Passif Semiconductor', '400 S. El Camino Real Suite 250 San Mateo California 94402 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24614, '101f74', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-05-07', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24615, '000460', 0, 'Knilink Tech, Inc', '10F, #96, Hsin Tai Wu Rd., TAIWAN TW', 'TW', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24616, '78c40e', 0, 'H&D Wireless', 'Sjövägen 17 Solna 169 55 SE', 'SE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24617, '4ce1731', 0, 'Nexoforge Inc', '4514 47 Ave Leduc Alberta T9E 5S9 CA', 'CA', 'MA-M', '2016-08-25', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24618, '70b3d51dd', 0, 'RF Creations Ltd', 'St John\'s Innovation Centre Cambridge Cambridgeshire CB4 0WS GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24619, 'acbb61', 0, 'YSTen Tech Co, Ltd', 'Room 1715,17/F North Star Times Tower,Chaoyang District,Beijing. Beijing 100101 CN', 'CN', 'MA-L', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24620, '000605', 0, 'Inncom International, Inc', 'P.O. Box 1060 Old Lyme CT 06371 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24621, '88dea9', 0, 'Roku, Inc', '12980 Saratoga Ave Saratoga CA 95070 US', 'US', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24622, '008031', 0, 'Basys, Corp', '501 MACARA AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24623, '0015ed', 0, 'Fulcrum Microsystems, Inc', '26630 Agoura Road Calabasas CA 91302 US', 'US', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24624, '58f67b', 0, 'Xia Men UnionCore Tech Ltd', '(224)2F Chuangye Building,Xiamen Pioneering Park for Overseas Chinese Scholars Xia Men Fu Jian 361009 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24625, '8897df', 0, 'Entrypass Corp Sdn. Bhd.', 'No.40, Jalan TPP 1/10, Puchong Selangor Darul Ehsan 47100 MY', 'MY', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24626, '70b3d556f', 0, 'Radikal d.o.o.', 'J. Mise 8 Sesvete Sesvete 10360 HR', 'HR', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24627, '0020aa', 0, 'Ericsson Television Ltd', 'Solution Area Media Comines Way, Hedge End Southhampton SO 30 4DA GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24628, '003029', 0, 'Opicom', 'ROOM #302, STYLE FACTORY 151 KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24629, '70b3d5ab8', 0, 'Horiba Abx Sas', 'rue du caducee Montpellier Herault 34000 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24630, '00244c', 0, 'Solartron Metrology Ltd', 'Steyning Way Bognor Regis West Sussex PO20 9ST GB', 'GB', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24631, 'bc66415', 0, 'Scientific Games', '1500 Bluegrass Lakes Parkway Alpharetta GA 30004 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24632, '0050c25a8', 0, 'Etap NV', 'Antwerpsesteenweg 130 Malle Antwerp 2390 BE', 'BE', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24633, '14ae85c', 0, 'IO Industries Inc', '15940 Robin\'s Hill Rd London Ontario N5V 0A4 CA', 'CA', 'MA-M', '2019-12-10', '2019-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24634, '0011cd', 0, 'Axsun Tech', '1 Fortune Drive Billerica MA 02460 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24635, '0050c2544', 0, 'Zetera', '16842 Von Karman Ave., Suite 100 Irvine CA 92606 US', 'US', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24636, '7014a6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24637, '38b19e0', 0, 'Triple Jump Medical', '5 HaCarmel St. Yokneam 2069203 IL', 'IL', 'MA-M', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24638, 'd07ab5', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24639, 'a8d0e3', 0, 'Systech Electronics Ltd', 'Lever Tech Centre, 69-71 King Yip Street, , 852 HK', 'HK', 'MA-L', '2014-08-20', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24640, '2c37c5', 0, 'Qingdao Haier Intelligent Home Appliance Tech Co, Ltd', 'ingdao high-tech park haier road 1 Qingdao Shandong 266101 CN', 'CN', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24641, '001b4f', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2007-02-09', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24642, '0050c281a', 0, 'InfoGLOBAL', 'Manuel Pombo Angulo, 20 Madrid 28050 ES', 'ES', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24643, '000b07', 0, 'Voxpath Networks', '7600B Capital of Texas Highway - North Austin Texas 78731 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24644, '244e7b5', 0, 'Jiangsu Xuanbo Electronic Tech Co, Ltd', 'Nearby the Bus stop of Hanzi Industrial Park,Danjin Road,Hengtang Town Danyang Jiangsu 212300 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24645, '000180', 0, 'AOpen, Inc', '6F, 88, Sec.1, Hsin Tai TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24646, '080043', 0, 'Pixel Computer Inc', '260 FORDHAM ROAD WILMINGTON MA 01887 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24647, '70b3d5448', 0, 'B/E Aerospace, Inc', '355 Knickerbocker Ave Bohemia NY 11716 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24648, '0010a7', 0, 'Unex Tech Corp', '8F-5, #130, SZE WEI RD., HSINCHU TW', 'TW', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24649, '38a4ed', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2016-07-14', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24650, '0050c27ec', 0, 'Lyngsoe Systems', '5570 Kennedy RD Mississauga Ontario L4Z 2A9 CA', 'CA', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24651, 'a067be', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'MA-L', '2013-06-20', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24652, 'fcae34', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24653, '0016f7', 0, 'L-3 Communications, Aviation Recorders', '100 Cattlemen Rd. Sarasota FL 34232 US', 'US', 'MA-L', '2006-01-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24654, '0050c2794', 0, 'Comsonics, Inc', '1350 PORT REPUBLIC ROAD HARRISONBURG VA 22801 US', 'US', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24655, '000e98', 0, 'Hme Clear-Com Ltd', '7400 Beach Drive Cambridgeshire CB25 9TP GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24656, '60334b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-05-26', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24657, '0050c2ff8', 0, 'Kst Tech', 'Bangi-dong, songpa-gu Seoul 138-050 KR', 'KR', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24658, 'cc4703', 0, 'Intercon Systems Co, Ltd', '#915 Hanlim Human Tower,1-40 Geumjeong-dong Gunpo-si Gyeonggi-do 435-824 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24659, '40ce24', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24660, '0040f9', 0, 'Combinet', '333 W. EL CAMINO REAL-STE#310 SUNNYVALE CA 94087 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24661, '0090b0', 0, 'Vadem', '1960 ZANKER RD SAN JOSE CA 95112 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24662, '48d7ff', 0, 'Blankom Antennentechnik GmbH', 'Hermann-Petersilge Str. 1 Bad Blankenburg TH 07422 DE', 'DE', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24663, '98f5a9', 0, 'Ohsung', '181 GUMI KYUNGBUK 730-030 KR', 'KR', 'MA-L', '2014-09-21', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24664, '70b3d50ff', 0, 'Internet Protocolo Logica SL', 'Sector Foresta 43, local 26 Tres Cantos Madrid 28760 ES', 'ES', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24665, '70b3d594f', 0, 'Mart Network Solutions Ltd', 'ABBEY HOUSE, 450 BATH ROAD LONGFORD MIDDLESEX UB70EB GB', 'GB', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24666, '000089', 0, 'Cayman Systems Inc', '26 LANSDOWNE STREET CAMBRIDGE MA 02139 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24667, '0024a8', 0, 'ProCurve Networking by HP', '60 Alexandra Terrace 0000 118502 SG', 'SG', 'MA-L', '2008-12-16', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24668, '24dec6', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2013-01-09', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24669, '001747', 0, 'Trimble', '345 SW Avery Ave Corvallis OR 97333 US', 'US', 'MA-L', '2006-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24670, '002350', 0, 'Rdc, Inc dba LynTec', '8385 Melrose Drive Lenexa KS 66214 US', 'US', 'MA-L', '2008-10-25', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24671, 'f49634', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24672, '000463', 0, 'Bosch Security Systems', '850 Greenfield Road Lancaster PA 17601-5874 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24673, '001f57', 0, 'Phonik Innovation Co, Ltd', '29/167 Moo2, 345 Rd, Lampo, Nonthaburi 11110 TH', 'TH', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24674, '70b3d52ae', 0, 'Alere Tech AS', 'Kjelsaasveien 161 Oslo Oslo 0382 NO', 'NO', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24675, '70b3d5de5', 0, 'Asml', '17075 Thornmint Ct San Diego 92127 US', 'US', 'MA-S', '2018-11-20', '2018-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24676, '94cc04c', 0, 'Shanxi Baixin Information Tech Co, Ltd', 'Room 210-213, Room 215-217, Room 219-220, No.2, Yari Street, Taiyuan University Park, Shanxi Comprehensive Reform Demonstration Zone Taiyuan Shanxi 030032 CN', 'CN', 'MA-M', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24677, '9aadca', 0, 'Credo', '1900 McCarthy Blvd, Suite 420 Milpitas CA 95035 US', 'US', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24678, '38ad8e', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24679, '101c0c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24680, '2c3731', 0, 'Shenzhen Yifang Digital Tech Co, Ltd', 'Building # 22 and #23, Zone 5, Bai Wang Xin Industrial Park, Song Bai Road ShenZhen GUANGDONG 518108 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24681, '4ce1bb', 0, 'Zhuhai HiFocus Tech Co, Ltd', 'The second floor of the friend industrial park, zhuhai guangdong 519080 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24682, 'c401ce', 0, 'Presition (2000) Co, Ltd', '42/6 Moo6 Muang Samutsakorn 74000 TH', 'TH', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24683, '70b3d51c5', 0, 'Elsag', '205H Creek Ridge ROad Greensboro NC 27406 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24684, 'd84732', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-12-05', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24685, '0023cd', 0, 'TP-Link Tech Co, Ltd', 'South Building, No.5 Keyuan Road, Central Zone, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24686, '0050c2945', 0, 'Exi Flow Measurement Ltd', 'Hawthorn Road Littlehampton West Sussex BN17 7LT GB', 'GB', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24687, '400d10', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24688, '70b3d5907', 0, 'Ningbo Crrc Times Transducer Tech Co, Ltd', 'No.138 Zhenyong Road Ningbo Zhejiang 315021 CN', 'CN', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24689, 'fc8596', 0, 'Axonne Inc', '1290 Kifer Rd. #301 Sunnyvale CA 94086 US', 'US', 'MA-L', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24690, '00265f', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-01-05', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24691, '70b3d5838', 0, 'Tofino', '47823 Westinghouse Dr. Fremont California 94539 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24692, '985fd3', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24693, '70b3d5adb', 0, 'RF Code', '2600 Longhorn Blvd. ste 111 Austin null 78758 US', 'US', 'MA-S', '2016-10-11', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24694, '08007b', 0, 'Sanyo Electric Co, Ltd', '1-18-13 HASHIRIDANI OSAKA 573 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24695, '0050c2f2d', 0, 'Robert Bosch Healthcare Systems, Inc', '2400 Geng Road Palo Alto CA 94303 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24696, 'fc0647', 0, 'Cortland Research, Llc', '12 S Main St., Ste 207 Homer NY 13077 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24697, '0040d7', 0, 'Studio Gen Inc', '3-12-8 TAKANAWA #202 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24698, '00042c', 0, 'Minet, Inc', '3F Se-A Venture Tower KOREA KR', 'KR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24699, 'f85c4d', 0, 'Nokia', '1 Robbins Road Westford MA 01886-4113 US', 'US', 'MA-L', '2016-05-14', '2018-01-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24700, '70b3d5e4f', 0, 'Rws Automation GmbH', 'Neuer Weg 2 Niefern - Öschelbronn 75223 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24701, '00123e', 0, 'Erune Tech Co, Ltd', 'No. 429, Chin-San 2nd street, Tao Yuan 326 TW', 'TW', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24702, 'a0f6fd', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24703, '1c87740', 0, 'Philips Personal Health Solutions', 'High Tech Campus, HTC37 floor 0 Eindhoven 5656 AE NL', 'NL', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24704, '0050c22a4', 0, 'Xipher Embedded Networking', '434 Turnpike Road Ashford CT 06278 US', 'US', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24705, '2c5a05', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24706, '0080d7', 0, 'Fantum Engineering', 'Rockwall TX 75087 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24707, '0050c2063', 0, 'Ticketmaster Corp', '8181 S. 48th St. Phoenix AZ 85044 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24708, '0050c28d8', 0, 'Array Tech Inc', '160 Oak Street Glastonbury CT 06033 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24709, '28d997', 0, 'Yuduan Mobile Co, Ltd', 'Room 401 No 84 Lane 887 Zuchongzhi Rd. Shanghai 201203 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24710, '0050c2fbe', 0, 'senTec Elektronik GmbH', 'Werner-von-Siemens-Strasse 6 Ilmenau 98693 DE', 'DE', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24711, '287b09', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24712, '003056', 0, 'Hms Industrial Networks', 'P O Box 4126 Halmstad Halland 300 04 SE', 'SE', 'MA-L', '2000-11-09', '2019-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24713, '000470', 0, 'ipUnplugged AB', 'Box 10160 SE', 'SE', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24714, '700f6a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24715, '8ca96f', 0, 'D&M Holdings Inc', 'D&M Building, 2-1 Nisshin-cho Kawasaki-shi Kanagawa 210-8569 JP', 'JP', 'MA-L', '2019-02-14', '2019-02-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24716, '542758', 0, 'Motorola (Wuhan) Mobility Tech Communication Co, Ltd', 'No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24717, '50a4d01', 0, 'Beijing Antvr Tech Co, Ltd', '4th floor of Building C, Lenovo Beijing Innovation Center, No. 6 Shangdi West Rd., Haidian Distr., Beijing 100085, China Beijing Beijing 100085 CN', 'CN', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24718, '988ed4', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24719, 'a8d88a', 0, 'Wyconn', 'Rennweg 97-99 Vienna 1030 AT', 'AT', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24720, '70c76f', 0, 'Inno S', '215beon-gil, 119 Guri-si Gyeonggi-do 471-060 KR', 'KR', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24721, '74f07d', 0, 'BnCOM Co, Ltd', 'Room1007, Daehyun Techno World, 174 Uiwang-si Gyeonggi-do 437-753 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24722, '70b3d5e57', 0, 'Iradimed', '1025 Willa Springs Dr. Winter Springs FL 32708-____ US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24723, '644f42', 0, 'Jetter Co, Ltd', '265-40 Emukaecho Tanomoto Sasebo-shi Nagasaki 859-6134 JP', 'JP', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24724, 'b89a2a', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24725, '0030de', 0, 'Wago Kontakttechnik GmbH', 'Hansastrasse 27 32423 Minden DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24726, '0050c21fe', 0, 'Safetran Traffic Systems Inc', '1485 Garden of the Gods Rd. Colorado Springs Colorado 80907 US', 'US', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24727, 'b4df3b', 0, 'Chromlech', '19 av. Gabriel Faure THORIGNE FOUILLARD 35235 FR', 'FR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24728, 'c825e1', 0, 'Lemobile Information Tech (Beijing) Co, Ltd', 'WENHUAYING NORTH (No.1, LINKONG 2nd St), GAOLIYING, SHUNYI DISTRICT, BEIJING Beijing Beijing 101300 CN', 'CN', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24729, '70b3d5221', 0, 'LX Design House', '4 Cornwallis Street Eveleigh NSW 2015 AU', 'AU', 'MA-S', '2019-08-19', '2019-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24730, '0050c215b', 0, 'Dune Networks', 'France Bldg. Kibutz Yakum 60972 IL', 'IL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24731, '68f125', 0, 'Data Controls Inc', 'Fukashiro Bldg, 8F Taito-ku Tokyo 111-0052 JP', 'JP', 'MA-L', '2011-07-26', '2019-05-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24732, '00b094', 0, 'Alaris, Inc', '47338 Fremont Boulevard Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24733, '0008f8', 0, 'Utc Ccs', '791 Commerce Blvd Boca Raton FL 33497 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24734, '001724', 0, 'Studer Professional Audio GmbH', 'Althardstrasse 30 Regensdorf Zürich CH-8105 CH', 'CH', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24735, '002432', 0, 'Neostar Tech Co, Ltd', '8F., No.102, Sec. 1, Sintai 5th Rd. Sijhih City Taipei 22161 TW', 'TW', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24736, '00248f', 0, 'DO-Monix', '#501, Koreana B/D Seongnam-si Gyeonggi-do 82 KP', 'KP', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24737, '70b3d5d12', 0, 'Fideltronik Poland SP. Z O.O.', 'Beniowskiego 1 PL', 'PL', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24738, '00a040', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '1980-01-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24739, '001046', 0, 'Alcorn Mcbride Inc', '3300 S. HIAWASSEE #105 ORLANDO FL 32835 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24740, '3c20f6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24741, '9c5f5a', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24742, '0018f5', 0, 'Shenzhen Streaming Video Tech Co Ltd', '5/F, Block 3, Software Part No.1, Keji Middle 2 Road, Shenzhen GaungDong 518057 CN', 'CN', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24743, '0cd996', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24744, '88a6c6', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24745, '0016bc', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24746, '0017e5', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-04-08', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24747, '88f56e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24748, '0015fa', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24749, '0050c2571', 0, 'Oberon Service srl', 'Via Meda 28 Milan MI 20141 IT', 'IT', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24750, '0050c2559', 0, 'Fail Safe Solutions Llc', '950 Salem Ave. Hillside NJ 07205 US', 'US', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24751, '0050c2ce4', 0, 'Tektronik', '44-48 Rocco Drive Melbourne VICTORIA 3179 AU', 'AU', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24752, '0003ec', 0, 'Icg Research, Inc', '775 B The Queens Way M8Z 1N1 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24753, '0015ec', 0, 'Boca Devices Llc', '7647 Sierra Ter Boca Raton Florida 33433 US', 'US', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24754, 'b46921', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24755, '00005d', 0, 'CS Telecom', '4-16 AVENUE DU GENERAL LECLERC FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24756, 'f0f644', 0, 'Whitesky Science & Tech Co, Ltd', 'Room301,Building7,NO.6,Lane365 Shanghai 200052 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24757, '0050c2dc6', 0, 'Fluid Components International', '1755 La Costa Meadows Dr. San Marcos CA 92078 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24758, '50ed94', 0, 'Egatel SL', 'Parque Tecnologico de Galicia Ourense 32901 ES', 'ES', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24759, '40d855194', 0, 'RF Code', '9229 Waterford Centre Austin Tx 78758 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24760, '70b3d5da6', 0, 'Redfish Group Pty Ltd', 'Level 3, 24 Little Edward Street Spring Hill QLD 4000 AU', 'AU', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24761, '000992', 0, 'InterEpoch Tech, Inc', '7F,No.3,Alley 6,Lane 235,Pao-Chiao Rd Hsin-Tien Taipei Hsien 231 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24762, '002459', 0, 'Abb Automation products GmbH', 'Eppelheimer Strasse 82 Heidelberg 69123 DE', 'DE', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24763, '5c2e59', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24764, '70b3d5dfc', 0, 'Electronic Systems Design Sprl', 'Rue de l\'Etang 40 Waterloo 1410 BE', 'BE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24765, '383c9c', 0, 'Fujian Newland Payment Tech Co, Ltd', 'No. B602,Building #1,Haixia Jingmao Plaza,Fuzhou Bonded Area Fuzhou Fujian 350015 CN', 'CN', 'MA-L', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24766, '000ed0', 0, 'Privaris, Inc', '675 Peter Jefferson Pkwy, Ste 150 Charlottesville Virginia 22911 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24767, '0021a8', 0, 'Telephonics Corp', '815 Broad Hollow Road Farmingdale New York 11790 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24768, '0050c2c0e', 0, 'AVItronic GmbH', 'Kreischaer Str. 1a Bannewitz Sachsen 01728 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24769, 'c4d655', 0, 'Tercel Tech Co, Ltd', 'Huafa South Road, Futian District, SHENZHEN GUANGDONG 518000 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24770, '7491bd', 0, 'Four systems Co, Ltd', '608-608/7 Ramintra Road Kannayao Bangkok Bangkok 10230 TH', 'TH', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24771, '00a0fa', 0, 'Marconi Communication GmbH', 'Gerberstrasse 33 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24772, '0050c265e', 0, 'Cantion A/S', 'Skjernvej 4A Aalborg DK 9220 DK', 'DK', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24773, '001aed', 0, 'Incotec GmbH', 'Blomestrasse 25 - 27 Bielefeld NRW 33609 DE', 'DE', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24774, '0050c2279', 0, 'Patlite Corp', '3-50 Wakabayashi-cho Yao-shi Osaka 581-0038 JP', 'JP', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24775, '0050c24be', 0, 'Digital Dynamics, Inc', '5 Victor Square Scotts Valley CA 95066 US', 'US', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24776, '00604d', 0, 'Mmc Networks, Inc', '1134 EAST ARQUES AVENUE SUNNYVALE CA 94086-4602 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24777, 'd4319d', 0, 'Sinwatec', '76 Rikhard Zorge st. Ufa Bashkortostan 450075 RU', 'RU', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24778, 'd4f0b4', 0, 'Napco Security Tech', '333 Bayview Ave Amityville NY 11701 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24779, 'bc8b55', 0, 'Npp Eliks America Inc Dba T&M Atlantic', '175 SW 7th St Suite 1812 Miami FL 33130 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24780, 'c02dee', 0, 'Cuff', '232 Townsend St San Francisco CA 94107 US', 'US', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24781, '00ccfc', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24782, '000a38', 0, 'Apani Networks', '1800 E. Imperial Hwy Brea CA 92821 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24783, '40cd3a', 0, 'Z3 Tech', '2720 Harrison St Evanston IL 60201 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24784, '382056', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24785, '0050c2149', 0, 'Haag-Streit AG', 'Gartenstadtstrasse 10 Köniz CH-3098 CH', 'CH', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24786, 'a8329a', 0, 'Digicom Futuristic Tech Ltd', '406 Mirror Tower, Modi Road, TST 000086 HK', 'HK', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24787, '00134f', 0, 'Rapidus Wireless Networks Inc', '47 - 14550 Morris Valley Road Agassiz British Columbia V0M 1A1 CA', 'CA', 'MA-L', '2005-01-23', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24788, '002211', 0, 'Rohati Systems', '1192 Borregas Ave Sunnyvale CA 94089 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24789, '40e793', 0, 'Shenzhen Siviton Tech Co, Ltd', '4F,Block6,Coolpad Business Centre,North of Keyuan Road,Hi-technology Zone,Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24790, '0006ff', 0, 'Sheba Systems Co, Ltd', '5th Fl. Hyundai Jad B/D Seoul 134-030 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24791, '0012a5', 0, 'Dolphin Interconnect Solutions AS', 'NILS Hansens Vei 13 Oslo 0667 NO', 'NO', 'MA-L', '2004-10-21', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24792, '000df4', 0, 'Watertek Co', 'Room 1006,Haitai building,north si Huan Beijing 100083 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24793, '68a40e', 0, 'Bsh Hausgeräte GmbH', 'Im Gewerbepark B35 Regensburg Bayern 93059 DE', 'DE', 'MA-L', '2013-01-09', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24794, 'fc9afa', 0, 'Motus Global Inc', '5394 Merrick Road Massapequa NY 11758 US', 'US', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24795, '1c87760', 0, 'Dspread Tech (Beijing) Inc', 'Jingxin Building, 2045 Suite , Chaoyang District Beijing 100027 CN', 'CN', 'MA-M', '2016-02-05', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24796, 'f844e3', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24797, '70b3d505b', 0, 'Pal Inc', '2217-2 Hayashicho Takamatsu Kagawa 7610301 JP', 'JP', 'MA-S', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24798, '00801a', 0, 'Bell Atlantic', 'N92 W14612 ANTHONY AVENUE MENOMONEE FALLS WI 53051 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24799, '001022', 0, 'SatCom Media Corp', '3255-7 SCOTT BLVD. SANTA CLARA CA 95054 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24800, 'a091c8', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24801, '001784', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-04-08', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24802, '10fbf0', 0, 'KangSheng Ltd', '2F., No.11, New Taipei City 24889 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24803, '0050c276a', 0, 'Digidrive Audio Ltd', 'Spenglerstrasse 6 Hamm NRW 59067 DE', 'DE', 'IAB', '2007-05-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24804, 'e81367', 0, 'Airsound Inc', '515-ho,75,Techno-1ro,Yuseoung-gu Daejeon 34014 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24805, '00144b', 0, 'Hifn, Inc', '750 University Ave Los Gatos CA 95032 US', 'US', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24806, '001b59', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2007-02-09', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24807, '8896b6', 0, 'Global Fire Equipment S.A.', 'Sitio dos Barrabés, Armazém Nave Y, São Brás de Alportel Faro 8150-016 PT', 'PT', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24808, '00180e', 0, 'Avega Systems', '59 Victoria Street McMahons Point NSW 2060 AU', 'AU', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24809, '001ccd', 0, 'Alektrona Corp', '95 Hathaway Street, Suite 10 Providence RI 02907 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24810, '0050c2a17', 0, 'Winners Satellite Electronics Corp', '3F, NO. 4, LANE 263, CHUNG YANG RD., TAIPEI 115, TAIWAN TAIPEI 115 TW', 'TW', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24811, '608645', 0, 'Avery Weigh-Tronix, Llc', '1000 Armstrong Drive Fairmont MN 56031 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24812, '348a7b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24813, '70b3d5f1d', 0, 'Critical Link Llc', '6712 Brooklawn Parkway Syracuse null 13211 US', 'US', 'MA-S', '2017-08-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24814, 'a4ed43c', 0, 'leakSMART', '5920 GREENE POINTE DRIVE S GROVEPORT Groveport OH 43125 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24815, '30ab6a', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24816, '000fb5', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2004-04-03', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24817, '001c64', 0, 'Landis+Gyr', '30000 Mill Creek Ave. Suite 100 Alpharetta GA 30022 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24818, '0c191f', 0, 'Inform Electronik', 'Emek mah.Ordu cad.No-49-51-53 Sarigazi-Sancaktepe Istanbul 34785 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24819, '70b3d5391', 0, 'Changshu Ruite Electric Co, Ltd', 'No.2,Qingdao Road,Yushan High-tech Industrial Development Zone Changshu Jiangshu 215500 CN', 'CN', 'MA-S', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24820, '6095ceb', 0, 'Beijing Sinomedisite Bio-Tech Co, Ltd', 'No.9 Kangding Street,Economic-Technological Development Area Beijing Beijing 100176 CN', 'CN', 'MA-M', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24821, 'b4a2ebe', 0, 'Dongguan Finslink Communication Tech Co, Ltd', 'Room 202,2nd floor,G3 Building, University Innovation City,Songshan Lake High-tech Industrial Development Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-M', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24822, '0023d9', 0, 'Banner Engineering', '9714 10th Ave. N. Plymouth MN 55441 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24823, '0050c2e34', 0, 'Hgl Dynamics', 'Hamilton Barr House GODALMING Surrey GU7 1HZ GB', 'GB', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24824, '0011a6', 0, 'Sypixx Networks', '108 Bank Street Waterbury CT 06702 US', 'US', 'MA-L', '2004-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24825, '001745', 0, 'Innotz Co, Ltd', '14F, Prime Center 546-4 Guui-Dong Kwanggin-Gu Seoul Seoul KR', 'KR', 'MA-L', '2006-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24826, '8c0f6f', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24827, '3c24f0a', 0, 'Shenzhen Bestway Tech Co, Ltd', '2nd Floor, Building 9, Jingxuan Industrial Park, East Ring Road, Longhua District, Shenzhen GuangDong 518109 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24828, '00a023', 0, 'Applied Creative Tech, Inc', '2626 LOMBARDY LANE--STE.#107 DALLAS TX 75220 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24829, '0050c2261', 0, 'Tattile Srl', 'Via Trento 127/129 Capriano del Colle Brescia 25020 IT', 'IT', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24830, '0050c2bb8', 0, 'MoeTronix', '3342 Canary Trl Duluth GA 30096 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24831, '38a95f', 0, 'Actifio Inc', '225 Wyman Street Waltham MA 02451 IN', 'IN', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24832, '38e2dd', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24833, '1c82597', 0, 'Jump Trading', '1 London Wall London EC2Y 5EA GB', 'GB', 'MA-M', '2019-03-05', '2019-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24834, '00d01d', 0, 'Furuno Electric Co, Ltd', 'NO. 9-52, ASHIHARA-CHO 662-8580 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24835, '000559', 0, 'Intracom S.A.', '19 5 KM Markopoulou Ave. Attika GR', 'GR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24836, '0050c2a9a', 0, 'Absolutron. Llc', '1107 Fair Oaks Ave. #476 South Pasadena CA 91030 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24837, '0050c2e63', 0, 'Prima sistemi', 'Å orlijeva 7 Kranj Gorenjska 4000 SI', 'SI', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24838, '40a36b8', 0, 'Sft Co, Ltd', '2-7-11 Yamato-shi Fukaminishi 242-0018 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24839, '00d014', 0, 'Root, Inc', '8F TOC2 Bldg, 7-21-11 Nishi-Gotanda Tokyo 141-0031 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24840, '002176', 0, 'YMax Telecom Ltd', '11 Moshe Levi str. Rishon Le Zion 75658 IL', 'IL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24841, '44d6e1', 0, 'Snuza International Pty. Ltd', 'Unit 11, Roeland Square, Roeland Street Cape Town Western Cape 8001 ZA', 'ZA', 'MA-L', '2016-05-23', '2016-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24842, '08f69c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24843, '00c012', 0, 'Netspan Corp', '1411 E. CAMPBELL RD RICHARDSON TX 75081 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24844, '0050c2ca1', 0, 'Wayne Kerr Electronics', 'Unit 4, Vinnetrow Business Park Chichester West Sussex PO20 1QH GB', 'GB', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24845, '00404c', 0, 'Hypertec Pty Ltd', 'P.O. BOX 1782 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24846, '605317', 0, 'Sandstone Tech', '1920 lyell ave Rochester NY 14606 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24847, '1c21d13', 0, 'Microview Science and Tech Co, Ltd', 'NO.29 Zhufang Road,Shangdi,Haidian District,Beijing,P.R.China Beijing Beijing 100085 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24848, 'fc7c02', 0, 'Phicomm (Shanghai) Co, Ltd', '3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24849, '0050c227b', 0, 'LinkSecurity A/S', 'Glerupvej 20 Rødovre 2610 DK', 'DK', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24850, '703018', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2012-04-08', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24851, '001a68', 0, 'Weltec Enterprise Co, Ltd', '2F, No. 351 Yung Ho Rd. Chung Ho 235 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24852, '70b3d519c', 0, 'Kubu, Inc', '991 El Cajon Way Palo Alto CA 94303 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24853, '0050c2232', 0, 'Simet', 'Via Rivoli 122 Villarbasse Torino 10090 IT', 'IT', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24854, '000e27', 0, 'Crere Networks, Inc', 'Room 110 ETRI TBI, 52 Eoeun-dong Daejeon 305-333 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24855, 'b431b8', 0, 'Aviwest', '6 rue du Patis Tatelin Rennes 35700 FR', 'FR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24856, 'c098e5', 0, 'University of Michigan', '4808 Beyster Bldg, Ann Arbor Michigan 48109 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24857, '70b3d5ca2', 0, 'De Haardt bv', 'Marithaime 6 Elst 6662 WD NL', 'NL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24858, '00609b', 0, 'AstroNova, Inc', '600 EAST GREENWICH AVE. WEST WARWICK RI 02893 US', 'US', 'MA-L', '1980-01-01', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24859, '0008a0', 0, 'Stotz Feinmesstechnik GmbH', 'Hermann-Dreher Str. 6 Gerlingen 70839 DE', 'DE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24860, '001af4', 0, 'Handreamnet', '#1209 MarioTower, 28 Seoul 152-741 KR', 'KR', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24861, '88d5a8', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2019-06-18', '2019-06-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24862, '0050c219a', 0, 'Azio Tech Co', '1F, 215-7, Poi-dong, Kangnam-Gu Seoul 135-260 KR', 'KR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24863, '00130e', 0, 'Focusrite Audio Engineering Ltd', '19 Lincoln Road High Wycombe Bucks HP12 3FX GB', 'GB', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24864, 'd4f513', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24865, '30fc68', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24866, '88d50c', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24867, '309048', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24868, '000931', 0, 'Future Internet, Inc', '11\'th Floor Samhomoolsan Bldg, B/Bldg, 2 Seoul Kyung-Ki 137-130 KP', 'KP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24869, '0050c2130', 0, 'U.S. Traffic Corp', '9603 John St. Santa Fe Springs CA 90670 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24870, '1c4bd6', 0, 'AzureWave Tech Inc', '8F., No. 94, Baoshong Rd. Xindian City, Taipei County 231 TW', 'TW', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24871, '205476', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2012-05-26', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24872, '743400', 0, 'Mtg Co, Ltd', 'MTG No. 2 HIKARI Bldg., 4-13 Honjindori Nakamura-ku, Nagoya Aichi 453-0041 JP', 'JP', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24873, '0050c2181', 0, 'Task 84 Spa', 'Via Boschetti N. 61 Grassobbio (BG) 24050 IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24874, '001534', 0, 'A Beltrónica-Companhia de Comunicações, Lda', 'Rua Dr. José Baptista de Sousa, 27 Lisbon 1549-002 Lis PT', 'PT', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24875, '9c7f57', 0, 'Unic Memory Tech Co Ltd', '15/F, Building B, Truth Plaza, No.7 Zhichun Road Beijing Haidian District 102208 CN', 'CN', 'MA-L', '2018-01-25', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24876, '70b3d5dfb', 0, 'Yamamoto Works Ltd', '3-1-3 Kashiwaza Ageo Saitama 3620075 JP', 'JP', 'MA-S', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24877, '00e0a1', 0, 'Hima Paul Hildebrandt GmbH Co KG', 'POSTBOX 1261 D-68777 BRUEHL NEAR MANNHEIM DE', 'DE', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24878, 'd07650a', 0, 'InventDesign', 'Valschermkade 29 Amsterdam Noord-Holland 1059CD NL', 'NL', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24879, 'e0c922', 0, 'Jireh Energy Tech, Ltd', '#606 Seoul Forest Hallasigmavalley, 325-2 Seoul Seongdong-Gu 133-120 KR', 'KR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24880, '246880', 0, 'Braveridge.Co, Ltd', '3-27-2, Susenji Nishi-ku, Fukuoka-shi Fukuoka 819-0373 JP', 'JP', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24881, '00a05e', 0, 'Myriad Logic Inc', '1109 SPRING STREET SILVER SPRING MD 20910 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24882, '000d40', 0, 'Verint Loronix Video Solutions', '12526 High Bluff Dr. #170 San DIego CA 92130 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24883, '0050c2399', 0, 'Advanced Micro Controls Inc', '20 Gear Drive Terryville CT 06786 US', 'US', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24884, '40ed982', 0, 'A-Iox Inc', '10Fl., No. 497, Sec. 2, Tiding Blvd., Neihu Dist. Taipei City 11493 TW', 'TW', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24885, '70b3d5b73', 0, 'Cetto Industries', 'Dechenstr. 9-15 Ratingen 40878 DE', 'DE', 'MA-S', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24886, '00d0c9', 0, 'Advantech Co, Ltd', 'FL. 4, NO. 108-3 TAIPEI TAIPEI TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24887, '000923', 0, 'Heaman System Co, Ltd', 'Building M6,National Hi-tech & Indus Changsha Hunan Province 410013 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24888, '2c4138', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-05-14', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24889, '682719', 0, 'Microchip Tech Inc', '2355 W. Chandler Blvd. Chandler AZ 85224 US', 'US', 'MA-L', '2019-07-16', '2019-07-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24890, '50e666', 0, 'Shenzhen Techtion Electronics Co, Ltd', 'Floor 2, C2 Building, Huafeng Industrial Park, Hangcheng Avenue, Gushu, Xixiang, Baoan Shenzhen Guangdong 518102 CN', 'CN', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24891, '70b3d584b', 0, 'QuestHouse, Inc', 'Rm 204, 5 B/D, 20 Techno 1-ro, Yuseong-gu Daejeon 34016 KR', 'KR', 'MA-S', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24892, '745909', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24893, '000173', 0, 'Amcc', '6290 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24894, '00151b', 0, 'Isilon Systems Inc', '3101 Western Avenue Seattle WA 98121 US', 'US', 'MA-L', '2005-07-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24895, '00184e', 0, 'Lianhe Tech, Inc', '3F, #119, DaHu ShanZhuang St. Neihu District Taipei City 114 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24896, '001935', 0, 'Duerr Dental AG', 'Hoepfigheimer Strasse 17 Bietigheim-Bissingen Baden-Wuerttemberg 74321 DE', 'DE', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24897, '004094', 0, 'Shographics, Inc', '1890 N. SHORELINE BLVD. MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24898, '000dae', 0, 'Samsung Heavy Industries Co, Ltd', '493, Banweol-Ri, Taean-Eup Hwaseong-City Kyeonggi-Do 445-973 KR', 'KR', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24899, '000665', 0, 'Sunny Giken, Inc', '3-1-9 Nishidai Itami-shi Hyogo-pref. 664-0858 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24900, '000ec4', 0, 'Iskra Transmission d.d.', 'Stegne 11 Ljubljana 1000 SI', 'SI', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24901, '0026dc', 0, 'Optical Systems Design', '7/1 Vuko Place Warriewood NSW 2102 AU', 'AU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24902, '94236e', 0, 'Shenzhen Junlan Electronic Ltd', 'Block C,No.2 Industrial District, Fuyuan, Tangwei,Fuyong, Bao\'an Shenzhen Guangdong 518103 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24903, '08b738', 0, 'Lite-On Technogy Corp', '18F, 392, RueyKuang Road, Neihu, Taipei 11492 TW', 'TW', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24904, '70b3d5049', 0, 'App Engineering, Inc', '5234 Elmwood Avenue Indianapolis IN 46203 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24905, '00105f', 0, 'Zodiac Data Systems', '5 Av Des Andes Les Ulis 91940 FR', 'FR', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24906, '0010e8', 0, 'Telocity, Inc', '992 SOUTH DE ANZA BLVD SAN JOSE CA 95129 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24907, '6095ce1', 0, 'Ponoor Experiments Inc', 'Higashi-shinagawa 1-33-10, Terrada Art Complex 216 Shinagawa-ku Tokyo 1400002 JP', 'JP', 'MA-M', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24908, '70b3d532e', 0, 'A&T Corp', '2023-1 Endo, Fujisawa, Kanagawa 252-0816 JP', 'JP', 'MA-S', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24909, '00056c', 0, 'Hung Chang Co, Ltd', '1385-14, Juan-Dong, KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24910, '0050c2217', 0, 'Linn Products Ltd', 'Glasgow Road Glasgow Scotland G76 0EQ GB', 'GB', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24911, '2046a1', 0, 'Vecow Co, Ltd', '7F., No.105, Zhongcheng Rd., Tucheng Dist., New Taipei City 23674 TW', 'TW', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24912, 'a4bbaf', 0, 'Lime Instruments', '1187 Brittmoore Road Houston TX 77043 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24913, '00c0c9', 0, 'Elsag Bailey Process', 'AUTOMATION WICKLIFFE OH 44092 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24914, '0090cf', 0, 'Nortel', '250 SIDNEY STREET Belleville Ontario K8N 5B7 CA', 'CA', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24915, '2c6a6f2', 0, 'NanChang LangJie Tech Co, Ltd', 'Room 819,No.3 Building,XianFeng Property,No.948 HuoJu Street,GaoXin District NanChang JiangXi 330096 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24916, '4cb4ea', 0, 'Hrd (S) Pte., Ltd', 'Lot 7, Block 9, Phase 1, Cavite Eco-Zone, Rosario Cavite 4106 PH', 'PH', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24917, '78c5e5', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2012-04-08', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24918, '000f93', 0, 'Landis+Gyr Ltd', 'Feldstrasse 1 Zug CH-6301 CH', 'CH', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24919, '0012ff', 0, 'Lely Industries N.V.', 'Weverskade 110 Maassluis Zuid-Holland 3147PA NL', 'NL', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24920, '001452', 0, 'Calculex, Inc', '132 W. LAS CRUCES AVE. LAS CRUCES NEW MEXICO 88001 US', 'US', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24921, '00171d', 0, 'Digit', 'Via Pasteur , 1/3 S.Pietro Mosezzo NOVARA 28060 IT', 'IT', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24922, '001e58', 0, 'D-Link Corp', 'NO.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW', 'TW', 'MA-L', '2007-10-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24923, '08379c', 0, 'Topaz Co Ltd', 'B305-22, Acrotower, 1591 Gwanyang-dong Anyang-si Gyeonggi-Do 431-060 KR', 'KR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24924, '00e0f1', 0, 'That Corp', '734 FOREST STREET MARLBOROUGH MA 01752 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24925, '00104f', 0, 'Oracle Corp', '500 Oracle Parkway Redwood Shores CA 94065 US', 'US', 'MA-L', '1997-11-14', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24926, '74f8db9', 0, 'Avantree Corp', '41871 Via San Miguel Fremont CA 94539 US', 'US', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24927, '38f557', 0, 'Jolata, Inc', '2262 N. FIRST ST. SAN JOSE CA 95134 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24928, '904e918', 0, 'CommandScape, Inc', '505 South Flagler Dr, Suite 900 West Palm Beach FL 33401 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24929, 'f8af05', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24930, '7cb77b', 0, 'Paradigm Electronics Inc', '5340 Canotek Rd Unit#4 Ottawa ON K1J 9C6 CA', 'CA', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24931, '709383', 0, 'Intelligent Optical Network High Tech Co, Ltd', 'Room 205,Building 11,Jia Changping District Beijing 102200 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24932, 'b4e0cd', 0, 'Fusion-io, Inc', '2880 Junction Avenue San Jose CA 95134-1922 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24933, 'f490ea', 0, 'Deciso B.V.', 'Burgemeester Mijslaan 2 Middelharnis Zuid Holland 3241 XA NL', 'NL', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24934, '40d85516e', 0, 'SecuInfo Co, Ltd', '1411, Kranz Techno, 5442-1, Sangdaewon dong Seongnam Gyeonggi-do 462-729 KR', 'KR', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24935, '149182', 0, 'Belkin International Inc', '12045 E. Waterfront Drive Playa Vista CA 90094 US', 'US', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24936, '500b910', 0, 'Igor, Inc', '5619 NW 86th St. Johnston IA 50131 US', 'US', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24937, '90869b', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-08-31', '2018-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24938, '000c35', 0, 'KaVo Dental GmbH & Co KG', 'Bismarkring 39 Biberach/Riss Baden-Württemberg 88400 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24939, '00174f', 0, 'iCatch Inc', '10F-2, No. 109, Sec. 6, Mincyuan E. Rd., Taipei 114 TW', 'TW', 'MA-L', '2006-02-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24940, 'c01692', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24941, '70b3d5aa5', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2018-10-04', '2018-10-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24942, 'ba4dea', 0, 'Environexus', '50 Ricketts Road Mount Waverley VIC 3149 AU', 'AU', 'CID', '2019-06-17', '2019-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24943, 'dce5338', 0, 'JB-Lighting Lichtanlagen GmbH', 'Sallersteig 15 89134 89134 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24944, '00173f', 0, 'Belkin International Inc', '501 West Walnut Street Compton CA 90220-5221 US', 'US', 'MA-L', '2006-02-03', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24945, '001a50', 0, 'PheeNet Tech Corp', 'Rm. 3, 20F, No. 79, Sec. 1 Hsin Tai Wu Rd. Hsi-Chih New-Taipei City 221 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24946, '001c6d', 0, 'Kyohritsu Electronic Industry Co, Ltd', '2-5-1, NIPPONBASHI-NISHI, OSAKA 556-0004 JP', 'JP', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24947, '00216e', 0, 'Function Ati (Huizhou) Telecommunications Co, Ltd', 'No. 8, Huitai Road, Huitai Industrial Zone Huizhou City Guangdong Province 516006 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24948, 'a41566', 0, 'Weifang Goertek Electronics Co, Ltd', 'Wei fang Export processing Zone Wei Fang Shan Dong 261205 CN', 'CN', 'MA-L', '2013-05-02', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24949, '7419f86', 0, 'Baudisch Electronic GmbH', 'Im Gewerbegebiet 7-9 Wäschenbeuren Baden-Württemberg 73116 DE', 'DE', 'MA-M', '2014-01-20', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24950, 'b8bbaf', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2016-03-01', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24951, '080027', 0, 'Pcs Systemtechnik GmbH', '600 Suffold St Lowell MA 01854 US', 'US', 'MA-L', '2000-11-09', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24952, '0004a5', 0, 'Barco Projection Systems NV', 'Noordlaan 5 BE', 'BE', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24953, 'c4bbea', 0, 'Pakedge Device and Software Inc', '3847 Breakwater Ave Hayward CA 94545 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24954, '0050c218c', 0, 'Technodrive srl', 'Via Leonardo da Vinci 162 Trezzano S/N Milan 20090 IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24955, '001bd1', 0, 'Sogestmatic', '409 Route de la Gare CHATEAUNEUF DE GADAGNE PACA 84470 FR', 'FR', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24956, '7858f3', 0, 'Vachen Co, Ltd', 'Rm1206, Hanyang Bldg, 18, Gukhoe-daero 70-gil, Yeongdeungpo-gu Seoul Seoul 150-748 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24957, '0055da2', 0, 'Beijing Connected Information Tech Co, Ltd', 'F15 Block 7(Jing Xi Financial Science and Technology Building)No.30 Shi Xing St,Shijingshan District Beijing, China,100041 Beijing Beijing 100041 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24958, '189ba5d', 0, 'legendsky Tech', 'RM2210 PENG YUN GE JINGLI MANSION NO.48 BEILI ROAD SOUTH ShenZhen 518109 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24959, 'b4d8de', 0, 'iota Computing, Inc', '2275 East Bayshore Road Palo Alto CA 94303-3222 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24960, '2c59e5', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-01-16', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24961, '0050c2c6a', 0, 'Electronica Keld', 'C/Lentisco 15 LA CARTUJA BAJA ZARAGOZA 50720 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24962, '0050c2f57', 0, 'Reach Tech Inc', '106 - 3025 Shakespeare Street Victoria BC V8R 4H6 CA', 'CA', 'IAB', '2012-03-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24963, '24cacb', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24964, '885fe88', 0, 'Changsha Xiangji-Haidun Tech Co, Ltd', 'NO.5 Dongsan Rd, Changsha Economic & Technical Zone Changsha HuNan 410100 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24965, '001fac', 0, 'Goodmill Systems Ltd', 'Sinikalliontie 10 Espoo Uusimaa 02630 FI', 'FI', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24966, '0050c2b54', 0, 'Apg Cash Drawer, Llc', '5250 Industrial Blvd NE Minneapolis MN 55421 US', 'US', 'IAB', '2010-05-15', '2018-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24967, '0050c2c02', 0, 'Hanning Elektro-Werke GmbH & Co KG', 'Holter Strasse 90 Oerlinghausen NRW 33813 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24968, '38a53c', 0, 'Comecer Netherlands', 'Madame Curieweg 1 Joure Friesland 8500 AC NL', 'NL', 'MA-L', '2013-09-12', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24969, '50a4d0', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24970, '009015', 0, 'Centigram Communications Corp', '91 EAST TASMAN DRIVE SAN JOSE CA 95134 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24971, '0050c2ae4', 0, 'Advanced Electronic Designs, Inc', '233 Enterprise Blvd Bozeman MT 59718 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24972, '28e7cf', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24973, '70b3d5d4f', 0, 'C-Com Satellite Systems Inc', '2574 Sheffield Road Ottawa Ontario K1B3V7 CA', 'CA', 'MA-S', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24974, '00026c', 0, 'Philips Cft', 'Building SAN 6 The NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24975, '0050c2718', 0, 'illunis Llc', '14700 Excelsior Blvd Minnetonka MN 55345 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24976, 'b820e7', 0, 'Guangzhou Horizontal Information & Network Integration Co Ltd', 'Floor 10¬Golden Star Building¬Wushan Hanjing Road¬Tianhe District¬Guangzhou City Guangzhou Guangdong Province 510630 CN', 'CN', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24977, '70b3d5c10', 0, 'Scanvaegt Systems A/S', 'Scanvaegt Systems A/S, Johann Gutenbergs Vej 5-9 Aarhus N 8200 DK', 'DK', 'MA-S', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24978, '30b3a2', 0, 'Shenzhen Heguang Measurement & Control Tech Co, Ltd', '3/F, Tower A, Xiangnian Plaza, 6060 Qiaoxiang Road, Shenzhen Guangdong 518053 CN', 'CN', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24979, 'a816b2', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2012-05-01', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24980, '0050c2fc5', 0, 'Sakura Seiki Co, Ltd', '75-5, Imojiya Chikuma-city Nagano Prefecture 387-0015 JP', 'JP', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24981, '002600', 0, 'Teac Australia Pty Ltd', '75 Northgate Drive Thomastown Victoria 3074 AU', 'AU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24982, '0050c2e20', 0, 'Divelbiss Corp', '9778 Mount Gilead Road Fredericktown OH 43019 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24983, '00a0e7', 0, 'Central Data Corp', '1602 NEWTON DRIVE CHAMPAIGN IL 61821 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24984, '901b0e', 0, 'Fujitsu Tech Solutions GmbH', 'Buergermeister-Ulrich-Strasse 100 Augsburg Bayern 86199 DE', 'DE', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24985, '000802', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2001-10-24', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24986, '68a86d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-09-24', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24987, '6ceceb', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24988, '44356f', 0, 'Neterix', 'The Printworks Chester Cheshire CH1 4RN GB', 'GB', 'MA-L', '2014-09-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24989, '00900d', 0, 'Overland Storage Inc', '9112 Spectrum Center Blvd SAN DIEGO CA 92123 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24990, '001b07', 0, 'Mendocino Software', '47001 Benecia St. Fremont CA 94538 US', 'US', 'MA-L', '2007-01-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24991, 'b4f0ab', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24992, '300a609', 0, 'Wintek System Co, Ltd', 'Wintek Venture Bldg., 511, Poil-Dong Uiwang-City Gyunggi-Do 16013 KR', 'KR', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24993, '00006d', 0, 'Cray Communications, Ltd', 'P.O. BOX 254, CAXTON WAY UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24994, '000474', 0, 'Legrand', '145 Avenue De Lattre FR', 'FR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24995, '3c806b', 0, 'Hunan Voc Acoustics Tech Co, Ltd', 'State Industrialpark, Jiulong Development Zone, Yanling County Zhuzhou Hunan 412500 CN', 'CN', 'MA-L', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24996, '001f11', 0, 'Openmoko, Inc', '7F, No 300, Yang Guang Street Taipei 11491 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24997, '40406b', 0, 'Icomera', 'Vikingsgatan 3 Göteborg 41104 SE', 'SE', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24998, '0019ed', 0, 'Axesstel Inc', '6815 Flanders Sr. San Diego CA 92121 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(24999, 'b8921d', 0, 'BG T&A', '4F, L&C Tower Gunpo-si Gyeonggi-do 435-845 KR', 'KR', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25000, '5c68d0', 0, 'Aurora Innovation Inc', '1880 Embarcadero Rd. Palo Alto CA 94303 US', 'US', 'MA-L', '2019-10-12', '2019-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25001, '003032', 0, 'MagicRam, Inc', '1850 Beverly Blvd. Los Angeles CA 90057 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25002, '00180a', 0, 'Cisco Meraki', '99 Rhode Island St. San Francisco, CA 94103 US', 'US', 'MA-L', '2006-04-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25003, '001703', 0, 'Mosdan Internation Co, Ltd', 'No.216 Xiwei,Shanhua Dist, Tainan 741 TW', 'TW', 'MA-L', '2006-01-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25004, '18204c', 0, 'Kummler+Matter AG', 'Hohlstrasse 176 Zürich 8004 CH', 'CH', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25005, 'e8d819', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25006, '28f5373', 0, 'Primetech Engineering Corp', 'Koishikawadaikoku Bldg. 3F, 1-3-25 Koishikawa, Bunkyo-ku Tokyo 112-0002 JP', 'JP', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25007, '0010ce', 0, 'Volamp, Ltd', 'UNIT 3 RIVERSIDE BUSINESS PARK FARNHAM, SURREY ENGLAND GB', 'GB', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25008, '0007c8', 0, 'Brain21, Inc', '19F Mesa B/D, 204 Hoihyun-Dong Seoul 100-051 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25009, '002516', 0, 'Integrated Design Tools, Inc', '1202 E Park Avenue Tallahassee FL 32301 US', 'US', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25010, '70b3d5717', 0, 'Secure Systems & Services', '24, Chemin de la Pouranque F-13752 LES PENNES MIRABEAU CS30084 FR', 'FR', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25011, 'c82c2b4', 0, 'iWave Systems Tech Pvt Ltd', '7/B 29th Main, BTM Layout 2nd Stage Bengalore Kamataka 560076 IN', 'IN', 'MA-M', '2019-02-04', '2019-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25012, '004071', 0, 'Atm Computer GmbH', 'BUCKLESTR. 1-5,POSTFACH 101043 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25013, '000ada', 0, 'Vindicator Tech', '5307 Industrial Oaks Blvd. Austin Texas 78735 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25014, 'bc6a16', 0, 'tdvine', '301 Maison Maru Building Seoul 135-010 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25015, '7cb37b', 0, 'Qingdao Intelligent&Precise Electronics Co, Ltd', 'No.218 Qianwangang Road Qingdao Shangdong 266510 CN', 'CN', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25016, '00049e', 0, 'Wirelink Co, Ltd', '11F, Geoseong B/D 541, Dowha-Dong, KOREA KR', 'KR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25017, '001d10', 0, 'LightHaus Logic, Inc', '126-1020 Mainland Street Vancouver BC V6B 2T4 CA', 'CA', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25018, '40d855034', 0, 'Dacom West GmbH', 'Schallbruch 19-21 Haan NRW 42781 DE', 'DE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25019, '7cbaccc', 0, 'Flying Loft Inc', 'Rm. 1602, 16th floor, JNK Digital Tower 111 Seoul 08390 KR', 'KR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25020, '00072c', 0, 'Fabricom', 'Rue Gatti De Gamond 254 BE', 'BE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25021, '001c47', 0, 'Hangzhou Hollysys Automation Co, Ltd', 'No.10 Middle Road, Jiancaicheng, Haidian District, Beijing 100096 CN', 'CN', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25022, 'e81132', 0, 'Samsung Electronics Co, Ltd', '416, Maetan 3Dong, Yeongtong-Gu Suwon Geyonggi 443742 KR', 'KR', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25023, '18550f', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25024, 'f05f5a', 0, 'Getriebebau Nord GmbH and Co KG', 'Rudolf-Diesel-Strasse 1 Bargteheide Schleswig-Holstein 22941 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25025, '70b3d53df', 0, 'MultiDyne', '191 Forest Ave Locust Valley NY 11560 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25026, '00609d', 0, 'Pmi Food Equipment Group', '701 RIDGE AVENUE TROY OH 45374 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25027, '00d024', 0, 'Cognex Corp', 'Modular Vision Systems Division Portland OR 97224 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25028, 'a06d09', 0, 'Intelcan Technosystems Inc', '5490 Boul Thimens Saint-Laurent Quebec H4R2K9 CA', 'CA', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25029, '70b3d5e27', 0, 'Woodside Electronics', '1311 Bluegrass Pl Woodland California 95776 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25030, '2c56dc', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2015-10-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25031, '0050c2665', 0, 'NetworkSound, Inc', '2381 Zanker Road, Ste 120 San Jose CA 95131 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25032, '002365', 0, 'Insta Elektro GmbH', 'Hohe Steinert 10 Luedenscheid NRW 58509 DE', 'DE', 'MA-L', '2008-10-25', '2016-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25033, '94fd2e', 0, 'Shanghai Uniscope Tech Co, Ltd', '5th Floor, Building 10, Shanghai 200233 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25034, 'e85aa7', 0, 'Llc Emzior', 'Strelna, Svyazi street, 34, Lit A, of. 234 Saint-Petersburg 198515 RU', 'RU', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25035, '1cc11a', 0, 'Wavetronix', '78 East 1700 South Provo UT 84606 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25036, 'acf85c', 1, 'Private', '', '', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25037, '70b3d59b2', 0, 'Continent, Ltd', 'Liflandskaya St.-Petersburg 190020 RU', 'RU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25038, '001a72', 0, 'Mosart Semiconductor Corp', '23F., No.33, Sec.1, Taipei 220 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25039, '0050c2f07', 0, 'Icon Research Ltd', '3 Raw Holdings East Calder West Lothian EH53 0HY GB', 'GB', 'IAB', '2011-12-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25040, '001db9', 0, 'Wellspring Wireless', '107 Magella Court North Wales Pa 19454 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25041, '0050c2b21', 0, 'Phytron-Elektronik GmbH', 'Industriestraße 12 Gröbenzell Bavaria 82194 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25042, '70b3d5f2a', 0, 'Wibond Informationssysteme GmbH', 'Neustädter Strasse 19 Parkstein Bayern 92711 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25043, '48fcb6', 0, 'Lava International(H.K) Ltd', 'UNIT L 1/F MAU LAM COMM BLDG 16-18 MAU LAM ST, JORDAN KL, HK Hong kong 999077 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25044, '001007', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25045, '001767', 0, 'Earforce AS', 'P.O.Box 4 Bryne 4349 NO', 'NO', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25046, '70b3d5b13', 0, 'Omwave', '34 bis rue d\'Estienne d\'Orves Montrouge Ile de France 92120 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25047, '3809a4', 0, 'Firefly Integrations', '1013 Elroy Dr Middlebury IN 46540 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25048, '70b3d5192', 0, 'Aspt, Inc', '303-ho B-dong Songdosmartvalley, 30 Songdomirae-ro Yeonsu-gu Incheon 21990 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25049, 'fcf8ae', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25050, '70b3d5f38', 0, 'Scanvaegt Nordic A/S', 'Johann Gutenbergs vej 5-9 Aarhus N 8200 DK', 'DK', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25051, '08006c', 0, 'Suntek Tech Int\'L', '586 NO. FIRST STREET SAN JOSE CA 95112 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25052, '001413', 0, 'Trebing & Himstedt Prozeßautomation GmbH & Co KG', 'Wilhelm Hennemann Straße 13 Schwerin Mecklenburg-Vorpommern 19061 DE', 'DE', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25053, '08373d', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25054, '0037b7', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR', 'FR', 'MA-L', '2015-01-23', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25055, 'dc6dcd', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25056, '7cb960', 0, 'Shanghai X-Cheng telecom Ltd', 'ROOM 401, Building 5, No.3000 LONG DONG Avenue, Pudong New District, Shanghai Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25057, 'b44bd64', 0, 'Shenzhen Hi-Net Tech Co, Ltd', '3F, 4Building, Anda Industrial Zone, Chongqing Road, Fuyong Town, Baoan District ShenZhen GuangDong 518103 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25058, '6c1c71', 0, 'Zhejiang Dahua Tech Co, Ltd', 'No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25059, '000189', 0, 'Refraction Tech, Inc', '2626 Lombardy Lane - Ste. #105 Dallas TX 75220 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25060, '0050c2ecf', 0, 'Taiwan Hiplus Corp', '13F-9 NO.2 CHENG PA RD. ZHONGHE DIST., NEW TAIPEI 23511 TW', 'TW', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25061, '000ec5', 0, 'Digital Multitools Inc', '9005 Leslie Street Unit 205 Richmond Hill Ontario L4B 1G7 CA', 'CA', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25062, '001ea2', 0, 'Symx Systems, Inc', '6320 NW 84th Avenue Miami Florida 33166 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25063, 'a41875', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25064, '2c69ba', 0, 'RF Controls, Llc', '622 Bates Street Saint Louis Missouri 63111 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25065, '789f4c', 0, 'Hoerbiger Elektronik GmbH', 'Justinus-Kernerstr. 7 Ammerbuch Baden-Wuerttemberg D-72119 DE', 'DE', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25066, '00fec8', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-10-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25067, '0020f2', 0, 'Oracle Corp', '500 Oracle Parkway Redwood Shores CA 94065 US', 'US', 'MA-L', '1980-01-01', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25068, '0006ed', 0, 'Inara Networks', '3031 Tisch Way, San Jose CA 95128 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25069, '24590b', 0, 'White Sky Inc Ltd', 'Floor 5, Building 1, No. 6, Lane 365, Xinhua Road Shanghai 200052 CN', 'CN', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25070, '70b3d5050', 0, 'Compusign Systems Pty Ltd', '8/10 Clarice Road Box Hill Victoria 3128 AU', 'AU', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25071, '1c6758', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25072, '0080b1', 0, 'Softcom A/S', 'STUDIESTRAEDE 21 DK', 'DK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25073, '001a9b', 0, 'Adec & Parter AG', 'Staldenbachstrasse 30 Pfaeffikon ZH 8808 CH', 'CH', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25074, '0050c25cc', 0, 'Enseo, Inc', '401 International Pkwy Richardson TX 75081 US', 'US', 'IAB', '2006-04-13', '2016-02-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25075, '0050c2a11', 0, 'Ojsc Rawenstvo', '19, Promyshlennaya str, Saint-Petersburg 198099 RU', 'RU', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25076, 'a86a6f', 0, 'Rim', 'Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25077, '70b3d5827', 0, 'Metromatics Pty Ltd', '25 Flinders Pde North Lakes QLD 4509 AU', 'AU', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25078, '0060dd', 0, 'Myricom, Inc', '325B N. SANTA ANITA AVE. ARCADIA CA 91006 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25079, '0050c2385', 0, 'Sungjin Neotech CoLtd', '#105,Suntechcity Bldg,513-15 Sangdaewon-Dong, Jungwon-Gu Seongnam Kyonggi-Do 462-806 KR', 'KR', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25080, '0050c2bc8', 0, 'AGWTech Ltd', '22 Nederdale Close Yarm Stockton-on-Tees TS15 9UE GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25081, '000fb2', 0, 'Broadband Pacenet (India) Pvt. Ltd', '7-B, Shah Industrial Estate, Off Veera Desai Road Mumbai Maharashtra 400 053 IN', 'IN', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25082, '0050c2694', 0, 'Initel srl', 'Via Battisti 22 Cesano Maderno Milano 20031 IT', 'IT', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25083, '000b4a', 0, 'Visimetrics (UK) Ltd', 'Skye House Prestwick Ayrshire KA9 2TA GB', 'GB', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25084, '001e8a', 0, 'eCopy, Inc', '1 Oracle Dr Nashua NH 03062 US', 'US', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25085, '001f94', 0, 'Lascar Electronics Ltd', 'Module House Nr Salisbury Wiltshire SP5 2SJ GB', 'GB', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25086, 'dc2008', 0, 'Asd Electronics Ltd', 'DEDE INDUSTRIAL PARK,JIAN\'AN ROAD,HIGH-TECH Shenzhen Guang Dong 518103 CN', 'CN', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25087, 'bc811f', 0, 'Ingate Systems', 'Rissneleden 45 Sundbyberg 17444 SE', 'SE', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25088, '0c73eb8', 0, 'Beijing Miiiw Tech Co, Ltd', 'Room 3008, 3rd Floor, Qunfang Building, Bowangyuan, Yangfangdian Rd, Haidian District Beijing 100010 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25089, '00e0fc', 0, 'Huawei Tech Co, Ltd', 'KEFA ROAD, SCIENCE-BASED INDUSTRIAL PARK SHENZHEN 518057 12345 CN', 'CN', 'MA-L', '1997-11-14', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25090, '00035b', 0, 'BridgeWave Communications', '3350 Thomad Road Santa Clara CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25091, '001bc5012', 0, 'Tokyo Cosmos Electric, Inc', '2-268 Sobudai Zama Kanagawa 252-8550 JP', 'JP', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25092, '346bd3', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25093, 'f4cb52', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25094, '144fd76', 0, 'i-Sens, Inc', '43, Banpo-daero 28-gil, Seocho-gu Seoul 06646 KR', 'KR', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25095, '005038', 0, 'Dain Telecom Co, Ltd', '2ND Flr., OH-SUNG BLDG. #2-28 YANGJAE-DONG, SEOCHO-GU SEOUL KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25096, '08003b', 0, 'Torus Systems Ltd', 'SCIENCE PARK UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25097, '001e10', 0, 'Huawei Tech Co, Ltd', 'HUAWEI INDUSTRIAL PK BANTIAN, LONGGANG DIST SHENZHEN SHENZHEN GUANGDONG 518077 CN', 'CN', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25098, '6c9ced', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25099, '1c6a7a', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25100, '0050c20b5', 0, 'Extreme Copper, Inc', '4342 Avenida Gregory Spring Valley CA 91977 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25101, '000a79', 0, 'corega K.K', '1-19-20, Shinyokohama Yokohama-city Kanagawa-ken 222-0033 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25102, '3c6aa7', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25103, '2c73a0', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-11-20', '2018-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25104, '889655', 0, 'Zitte Corp', '4F Yokohama Kusunoki-cho Building,4-7 Kusunoki-cho,Nishi-ku Yokohama Kanagawa 2200003 JP', 'JP', 'MA-L', '2019-12-05', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25105, '0050c25b7', 0, 'AVerMedia Tech, Inc', '7F.,No. 137, Jian Yi Rd. Chung Ho City Taipei Hsien 23585 TW', 'TW', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25106, 'b4b859', 0, 'Texa Spa', 'Via I Maggio, 9 Monastier di Treviso Treviso 31050 IT', 'IT', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25107, '0050c2963', 0, 'Lécureux SA', 'Rue des Pres 137 Biel/Bienne BE 2503 CH', 'CH', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25108, 'c0b357', 0, 'Yoshiki Electronics Industry Ltd', 'Ooicyoyo Building 7f Shinagawa-ku Tokyo 140-0011 JP', 'JP', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25109, 'c42795', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2013-07-29', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25110, '70b3d5c27', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'MA-S', '2014-04-14', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25111, '20c38f', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25112, '78b84b', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25113, 'a06a00', 0, 'Verilink Corp', '127 Jetplex Circle Madison AL 35758 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25114, '0050c2189', 0, 'CC Systems AB', 'Box 83 Alfta 822 22 SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25115, '9806377', 0, 'Samwontech', 'YAKDAE-DONG, BUCHEON TECHNO-PARK BUCHEON-CITY KYUNGGI-DO 14502 KR', 'KR', 'MA-M', '2019-05-28', '2019-05-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25116, '506255c', 0, 'Aed Distribution', 'Bedrijvenpark De Veert 13/004 Willebroek 2830 BE', 'BE', 'MA-M', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25117, '0050c2966', 0, 'Pcm Industries', '46 Shaggy Mt. Drive Herriman Utah 84096 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25118, 'fc64ba', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2015-09-27', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25119, '486276', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25120, '70b3d58b7', 0, 'Contec Americas Inc', '3991 Sarno Rd Melbourne FL 32934 US', 'US', 'MA-S', '2018-04-05', '2019-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25121, '0017d0', 0, 'Opticom Communications, Llc', '1050 Connecticut Avenue, NW Washington DC 20036 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25122, 'c46354', 0, 'U-Raku, Inc', '401-1 Deba Ritto-shi Shiga 520-3041 JP', 'JP', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25123, 'e8cc32', 0, 'Micronet Ltd', 'Hametzuda 27 Azor 58001 IL', 'IL', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25124, '807693', 0, 'Newag SA', 'Wyspianskiego 3 Nowy Sacz woj. Malopolskie 33-300 PL', 'PL', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25125, '00140f', 0, 'Federal State Unitary Enterprise Leningrad R&D Institute of', '11 Warshawskaya St. St. Petersburg 196128 RU', 'RU', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25126, '001525', 0, 'Chamberlain Access Solutions', '8271 E. Gelding Drive Scottsdale AZ 85260 US', 'US', 'MA-L', '2005-07-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25127, '84a9c4', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25128, '70b3d5f8a', 0, 'Frs GmbH & Co KG', 'Weingartenstr. 1-3 Dortmund NW 44263 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25129, '00204d', 0, 'Inovis GmbH', 'HANNS-BRAUN STRASSE 50 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25130, '001038', 0, 'Micro Research Ltd', '2F Minami-Shinagawa N Bldg., 2-2-10 Minami-Shinagawa Tokyo Shinagawa-Ku 140-0004 JP', 'JP', 'MA-L', '1997-11-14', '2019-10-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25131, '70b3d55d3', 0, 'Supracon AG', 'An der Lehmgrube 11 Jena Thüringen 07751 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25132, '88a9a76', 0, 'Sieper Lüdenscheid GmbH & Co KG', 'Schlittenbacher Straße 60 Lüdenscheid 58511 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25133, '0090cd', 0, 'Ent-Empresa Nacional DE Telecommunicacoes, S.A.', 'R. ENG FREDERICO ULRICH - APARTADO 3081 Guardeiras - 4470 Moreira Maia PT', 'PT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25134, '0050c21a5', 0, 'Norco', '5# QUNYINGKEJIYUAN BEIJIN 100084 CN', 'CN', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25135, '00dd25', 0, 'Shenzhen hechengdong Tech Co, Ltd', '302, floor 3, no.90-5, Dayang Road, Xintian community, Fuhai street, Bao\'an District Shenzhen GuangDong 518100 CN', 'CN', 'MA-L', '2019-11-15', '2019-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25136, '000f3f', 0, 'Big Bear Networks', '345 Potrero Ave Sunny Vale California 94085 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25137, '40336c', 0, 'Godrej & Boyce Mfg. Co Ltd', 'PSS TECH CELL, 2ND FLOOR, PLANT 17, SECURITY SOLUTIONS DIVISION MUMBAI MAHARASHTRA 400079 IN', 'IN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25138, '3872c0', 0, 'Comtrend Corp', '3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW', 'TW', 'MA-L', '2010-11-24', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25139, '90ae1b', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25140, '2c91ab', 0, 'Avm Audiovisuelles Marketing und Computersysteme GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2019-11-07', '2019-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25141, '000fae', 0, 'E2o Communications', '52 Serangoon North Ave 4 555853 SG', 'SG', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25142, '001cd3', 0, 'ZP Engineering Sel', 'via Ardito Desio, 60 ROME 00131 IT', 'IT', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25143, '00166a', 0, 'Tps', '145 quai de Stalingrad Issy Les Moulineaux Ile de France 92137 FR', 'FR', 'MA-L', '2005-11-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25144, 'e42ad3', 0, 'Magneti Marelli S.p.A. Powertrain', 'Via del Timavo 33 Bologna 40128 IT', 'IT', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25145, '4c4bf95', 0, 'Remedee Labs', '35 chemin du vieux chene Meylan France 38240 FR', 'FR', 'MA-M', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25146, '8c97ea', 0, 'Freebox Sas', '16 rue de la Ville l\'Eveque PARIS IdF 75008 FR', 'FR', 'MA-L', '2019-11-20', '2019-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25147, '000212', 0, 'SierraCom', '99 South Street Hopkinton Ma 01748 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25148, '0006db', 0, 'Ichips Co, Ltd', '3F, Samjeon Bldg., 236-3 Seoul-City 135-01 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25149, '70b3d5ce7', 0, 'June Automation Singapore Pte. Ltd', 'blk4008 #02-03, Singapore N/A 569625 SG', 'SG', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25150, '0040cb', 0, 'Lanwan Tech', '1566 LA PRADERA DRIVE CAMPBELL CA 95008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25151, 'cc7b35', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25152, 'b838ca', 0, 'Kyokko Tsushin System Co, Ltd', '2-25-7 sakado,Takatsu-ku Kawasaki Kanagawa 213-0012 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25153, '3413e8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25154, '00252b', 0, 'Stirling Energy Systems', 'Sandia National Labs - NSTTF Albuquerque NM 87185-1127 US', 'US', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25155, '0050c2ccb', 0, 'CaptiveAire Systems Inc', '4641 Paragon Park Raleigh NC 27616 US', 'US', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25156, 'ec7fc6', 0, 'Eccel Corp Sas', 'CRA 106 15A 25 LT 88 MZ 17 BG 1, ZONA FRANCA BOGOTA BOGOTA D.C. 110921 CO', 'CO', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25157, '6052d0', 0, 'Facts Engineering', '8049 Photonics Drive New Port Richey FL 34655 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25158, '001bc5051', 0, 'QQ Navigation AB', 'Gryt 44 Ösmo 14892 SE', 'SE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25159, '0008f6', 0, 'Sumitomo Electric Industries, Ltd', '1-1-3, Shimaya, Konohana-ku Osaka 554-0024 JP', 'JP', 'MA-L', '2002-06-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25160, '0050c239e', 0, 'A.R.G ElectroDesign Ltd', 'Querns Business Centre Cirencester Gloucestershire GL7 1RT GB', 'GB', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25161, '00159f', 0, 'Terascala, Inc', '145 Bodwell Street Avon MA 02322 US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25162, '3c36e4', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25163, '8cf813', 0, 'Orange Polska', 'AL.JEROZOLIMSKIE 160 WARSAW MASOVIA 02-326 PL', 'PL', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25164, '4cb82c', 0, 'Cambridge Mobile Telematics, Inc', 'One Broadway, 14th Floor Cambridge MA 02142 US', 'US', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25165, '00602a', 0, 'Symicron Computer Communications, Ltd', 'UNIT 4 GREEN LANE BUSINESS PARK London SE9 3TL US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25166, '003022', 0, 'Fong Kai Industrial Co, Ltd', '4F-3, No. 13, Wu Chuan 1st Road Hsin Chuang City, Taipei Hsien TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25167, 'c0ccf8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25168, '0024e4', 0, 'Withings', '37bis rue du General Leclerc Issy les Moulineaux 92442 FR', 'FR', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25169, '0001c5', 0, 'Simpler Networks', '555 Dr Frederick Philips H4M 2X4 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25170, '00160b', 0, 'TVWorks Llc', 'Two Belvedere Place, #200 Mill Valley CA 94941 US', 'US', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25171, '0004c6', 0, 'Yamaha Motor Co, Ltd', 'Information System Division Japan Zip: 438-8501 JP', 'JP', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25172, '98ae71', 0, 'Vvdn Tech Pvt. Ltd', 'B-22, Sec-34 , Info-city -I Gurugram Haryana 122001 IN', 'IN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25173, '981dfa', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2014-10-13', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25174, '48a5e7', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25175, '0050c29ba', 0, 'Connor-Winfield', '2111 Comprehensive Dr Aurora Illinois 60505 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25176, '1c666d', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2012-05-26', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25177, 'b4c810', 0, 'Umpi Elettronica', 'Via Respighi, 15 Cattolica 47841 IT', 'IT', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25178, '40d8551a2', 0, 'Hipodromo DE Agua Caliente, S.A. DE C.V.', 'BLVD. AGUA CALIENTE 12027 TIJUANA BAJA CALIFORNIA 22420 MX', 'MX', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25179, '887033', 0, 'Hangzhou Silan Microelectronic Inc', 'No.4 HuangGuShan Road Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25180, '90f052', 0, 'Meizu Tech Co, Ltd', 'MEIZU Tech Bldg., Technology & Innovation Coast Zhuhai Guangdong 519085 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25181, '001133', 0, 'Siemens AG Austria', 'Siemensstrasse 90-92 Vienna 1210 AT', 'AT', 'MA-L', '2004-06-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25182, '0018b3', 0, 'Tec WizHome Co, Ltd', '18fl., In-Song bldg., 194-15, Seoul 100-952 KR', 'KR', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25183, '70b3d5087', 0, 'Tempus Fugit Consoles bvba', 'Albert I-straat 40 Schepdaal n/a 1703 BE', 'BE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25184, '70b3d5f00', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25185, '14568e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25186, '0050c2110', 0, 'QuesCom', 'Arche des Dolines 92100 Boulogne Billancourt FR', 'FR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25187, '548922', 0, 'Zelfy Inc', '4655 Old Ironsides Dr, Suite#200 Santa Clara Ca 95054 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25188, '0050c2f00', 0, 'Syscom Instruments', 'Rue de l\'Industrie 21 Sainte-Croix VD 1450 CH', 'CH', 'IAB', '2011-12-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25189, 'f87b62', 0, 'Fastwel International Co, Ltd Taiwan Branch', '6F., No.118, Ln. 235, Baociao Rd., Sindian City, Taipei County 231, Taiwan R.O.C. Taipei 231 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25190, '0050c20f0', 0, 'Vhb Tech, Inc', '405 International Parkway Richardson TX 75081 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25191, '00260a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25192, '080032', 0, 'Tigan Inc', '4020 FABIAN WAY PALO ALTO CA 94303 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25193, '0050c2802', 1, 'Private', '', '', 'IAB', '2007-10-11', '2008-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25194, '0022fc', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25195, '84eb18', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25196, '70b3d5afe', 0, 'Mesotechnic', '9 rue Léopold Sédar-Senghor COLOMBELLES 14460 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25197, 'a49426', 0, 'Elgama-Elektronika Ltd', 'Visoriu str. 2 Vilnius LT-08300 LT', 'LT', 'MA-L', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25198, '0020c6', 0, 'Nectec', 'RAMA VI ROAD TH', 'TH', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25199, '00a043', 0, 'American Tech Labs, Inc', '115 WEST 3RD STREET STEVENSVILLE MT 59870 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25200, '20dfb9', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2017-09-22', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25201, 'b0b353', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25202, '006032', 0, 'I-Cube, Inc', '2328-C WALSH AVENUE SANTA CLARA CA 95014 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25203, '1c5a0b', 0, 'Tegile Systems', '7999 Gateway Blvd Suite 120 Newark CA 94560 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25204, '44a6e5', 0, 'Thinking Tech Co, Ltd', 'The 6th Floor,Gate No. 3 of Huaqiang Logistics Building Nanshan, Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25205, '18a28a', 0, 'Essel-T Co, Ltd', '1211 kranztechno, 388 Dunchon-daero Seongnam-si Jungwon-gu, Gyeonggi-do 13403 KR', 'KR', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25206, 'b4a305', 0, 'Xiamen Yaxon Network Co, Ltd', '46#,Guanri Road, Software Park II Xiamen Fujian 361008 CN', 'CN', 'MA-L', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25207, '00194e', 0, 'Ultra Electronics - Tcs (Tactical Communication Systems)', '5990 Cote De Liesse TMR Quebec H4T 1V7 CA', 'CA', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25208, '00249f', 0, 'Rim Testing Services', '440 Phillip Street Waterloo Ontario N2L 5R9 CA', 'CA', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25209, 'c863142', 0, 'Tymphany Acoustic Tech (Huizhou) Co, Ltd', 'Tymphany Industrial Area, Xin Lian Village, XinXu Town, HuiYang District Huizhou Guangdong 516223 CN', 'CN', 'MA-M', '2019-01-17', '2019-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25210, '00506b', 0, 'Spx-Ateg', '802 S. MAIN STREET WAYLAND MI 49348 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25211, '70b3d52bd', 0, 'mg-sensor GmbH', 'Airport Boulevard B 210 Rheinmuenster 77836 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25212, '0018f9', 0, 'Vvond, Inc', '3000 Bridge Parkway Redwood City CA 94065 US', 'US', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25213, '40d855180', 0, 'BroadSoft, Inc', '550 S Winchester Blvd San Jose CA 95128 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25214, '3c11b2', 0, 'Fraunhofer Fit', 'Schloss Birlinghoven Sankt Augustin 53754 DE', 'DE', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25215, 'a8cab9', 0, 'Samsung Electro Mechanics Co, Ltd', '314, Maetan3-Dong, Yeongtong-Gu SUWON KYUNGGI-DO 443-743 KR', 'KR', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25216, 'c083596', 0, 'Beijing Cloud Fly Tech Development CoLtd', 'No. 1703, Zhong An Sheng Ye Building, No. 168 Bei Yuan Road, Chaoyang District, Beijing Beijing Beijing 100101 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25217, '008038', 0, 'Data Research & Applications', '9041 EXECUTIVE PARK DR. KNOXVILLE TN 37923-4609 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25218, '001580', 0, 'U-Way Corp', '3F-2, NO. 125, LANE 235, PAO-CHIAO HSINTIEN CITY TAIPEI HSIEN 231 TW', 'TW', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25219, '0050c2f1f', 0, 'Verified Energy, Llc', 'PO Box 111 Oneida New York 13421 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25220, '40d855094', 0, 'Nomad Digital Ltd', '3 Broad Chare Newcastle Tye & Wear NE1 3DQ GB', 'GB', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25221, '40d855119', 0, 'Ooo Group of Industrial Tech', 'Profsoyuznaya st. 124A Moscow Moscow 117321 RU', 'RU', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25222, 'fcd2b68', 0, 'Oviss Labs Inc', '46259 Warm Springs Blvd Fremont CA 94539 US', 'US', 'MA-M', '2018-12-31', '2018-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25223, 'c0fd84', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25224, 'f4d620', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-06-24', '2019-06-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25225, '0050c23b9', 0, 'Gilbarco Autotank AB', 'P.O. Box 11059 BROMMA SE-16111 SE', 'SE', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25226, '0050c26ad', 0, 'Heim- & Bürokommunikation', 'Markt 6 Altdöbern Brandenburg 03229 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25227, 'a8e77d', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25228, '4c49e3', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25229, 'd4d2d6', 0, 'FN-Link Tech Ltd', 'A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao\'an District SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-L', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25230, '00809c', 0, 'Luxcom, Inc', '3249 LAURELVIEW COURT FREMONT CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25231, '0050c2b63', 0, 'RO.VE.R. Laboratories S.p.A', 'Via Parini 2/4 Colombare di SIrmione BS 25019 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25232, '001a19', 0, 'Computer Engineering Ltd', 'PO Box 493 Auckland AK 2340 NZ', 'NZ', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25233, '2c44fd', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-03-10', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25234, '00d6fe', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25235, '000b5e', 0, 'Audio Engineering Society Inc', '60 East 42nd Street, Suite #2520 New York NY 10165-2520 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25236, '0050c24a2', 0, 'Specs GmbH', 'Voltastrasse 5 Berlin 13355 DE', 'DE', 'IAB', '2005-06-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25237, '581f67', 0, 'Open-m Tech Ltd', 'logan century buildding ,No.23 of Hai xiu road Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25238, '70b3d5e4c', 0, 'Iai-Israel Aerospace Industries Mbt', '1 Altalef st. Yehud Yehud 5610001 IL', 'IL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25239, '1cc586', 0, 'Absolute Acoustics', 'Av. Corifeu de Azevedo Marques, 1703 Sao Paulo 05581-001 BR', 'BR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25240, '70f8e74', 0, 'Clip Inc', '4-5-18,Hommachi,Chuo-ku Osaka-city Osaka-fu 541-0053 JP', 'JP', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25241, '003073', 0, 'International Microsystems, In', '521 Valley Way Milpitas CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25242, '00075a', 0, 'Air Products and Chemicals, Inc', '7201 Hamilton Blvd. Allentown PA 18195-1501 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25243, '886ae3', 0, 'Alpha Networks Inc', 'No.8 Li-shing 7th Rd., Science-based Industrial Park, Hsinchu, Taiwan, R.O.C Hsinchu Taiwan 300 TW', 'TW', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25244, '70b3d5ba3', 0, 'Tiama', 'ZA des Plattes - 1 Chemin des Plattes VOURLES 69390 FR', 'FR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25245, '2c7b5a', 0, 'Milper Ltd', '32 Shaham St. Petach Tikva 49250 IL', 'IL', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25246, '70b3d56e0', 0, 'Abb Spa - Dmpc', 'VIA ALBARETO 35 GENOVA ITALY 16153 IT', 'IT', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25247, 'a0d795', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25248, '40f3858', 0, 'Teleepoch Ltd', 'No.13 Langshan Rd,HiTech Park,Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25249, '003094', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25250, 'bc4dfb', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25251, '000642', 0, 'Genetel Systems Inc', 'Mockwoo B/D, 912 Walpyoung-Dong 302-852 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25252, '6cbfb5', 0, 'Noon Tech Co, Ltd', 'Building C, Zhangkeng Industrial Park, Minzhi Shenzhen GuangDong 518131 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25253, '70b3d51e4', 0, 'Tecnologix s.r.l.', 'Via dei Biancospini 6 Milano Mi 20146 IT', 'IT', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25254, '70b3d5967', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25255, '0030f7', 0, 'Ramix Inc', '1672 DONLON STREET VENTURA CA 93003 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25256, '00909d', 0, 'NovaTech Process Solutions, Llc', '11500 Cronridge Drive Owings Mills MD 21117 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25257, '3c5ec3', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25258, '80e4da9', 0, 'Elcus', 'Varshavskaya st. 5A lit L St.-Petersburg St.-Petersburg 196128 RU', 'RU', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25259, '0000d3', 0, 'Wang Laboratories Inc', '', '', 'MA-L', '2000-11-09', '2001-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25260, 'ac4122', 0, 'Eclipse Electronic Systems Inc', '17111 Waterview Parkway Dallas TX 75252 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25261, '188090', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25262, 'fce66a', 0, 'Industrial Software Co', '85, Aleksandyr Malinov Blvd. Office 6 Sofia 1715 BG', 'BG', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25263, '00a0d3', 0, 'Instem Computer Systems, Ltd', 'WALTON INDUSTRIAL ESTATE GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25264, '40d85517c', 0, 'Critical Link Llc', '6712 Brooklawn Parkway Syracuse NY 13211 US', 'US', 'IAB', '2013-09-25', '2017-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25265, '0c8484', 0, 'Zenovia Electronics Inc', '#206, 506B St. Albert Rd. St. Albert AB T8N 5Z1 CA', 'CA', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25266, 'e81863c', 0, 'Shenzhen Hipad Telecommunication Tech Co, Ltd', 'Room 502-503,Building C3 ,Kexing Science Park,Sci-Tech.Park(M.Zone),Nanshan District,Shenzhen Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25267, 'd083d4', 0, 'Xtel Wireless ApS', 'Alfred Nobels vej 21E Aalborg Oest Nordjylland 9220 DK', 'DK', 'MA-L', '2015-01-23', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25268, '70b3d5943', 0, 'Abbott Medical Optics Inc', '510 Cottonwood Drive Milpitas CA 95035 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25269, '04cf8c', 0, 'Xiaomi Electronics, Co, Ltd', 'Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2018-06-25', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25270, '70b3d5003', 0, 'Anyroam', '2450 E.J. Chapman DR Knoxville TN 37996 US', 'US', 'MA-S', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25271, '000cc1', 0, 'Eaton Corp', '2300 Badger Drive Waukesha WI 53188 US', 'US', 'MA-L', '2003-04-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25272, '0050c22f8', 0, 'SavvyCorp.com Ltd', '4040 Palmer Court Naperville IL 60564 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25273, '00e055', 0, 'Ingenieria Electronica Comercial Inelcom S.A.', 'CL. PIQUER NO.3 28033 MADRID ES', 'ES', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25274, 'e8be81', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR', 'FR', 'MA-L', '2010-05-26', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25275, '647bd4', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-03-14', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25276, '70b3d5aa3', 0, 'Lineage Power Pvt Ltd,', '30-A1, KIADB, 1ST PHASE INDUSTRIAL ESTATE,KUMBALGODU, BANGALORE-MYSORE ROAD BANGALORE KARNATAKA 560074 IN', 'IN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25277, 'a0c5f29', 0, 'Impulse Networks Pte Ltd', '1 Raffles Place, #44-08 Raffles Place Singapore 048616 SG', 'SG', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25278, '000602', 0, 'Cirkitech Electronics Co', 'B1-2, No. 361, Fu-Xing First Road Tao-Yuan TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25279, '000d07', 0, 'Calrec Audio Ltd', 'Nutclough Mill Hebden Bridge West Yorkshire HX7 8EZ GB', 'GB', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25280, '002194', 0, 'Ping Communication', 'Brenden 18 Appenzell Meistersrüte AI 9050 CH', 'CH', 'MA-L', '2008-10-25', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25281, '1cbfce', 0, 'Shenzhen Century Xinyang Tech Co, Ltd', '3F, North Building, Bantian High-tech industrial Zone, No. 2 of Bell Road Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2019-01-02', '2019-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25282, '002021', 0, 'Algorithms Software Pvt. Ltd', '83 JOLLY MAKER CHAMBERS II IN', 'IN', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25283, '0050c2518', 0, 'Christ Elektronik GmbH', 'Alpenstraße 34 Memmingen Bavaria 87700 DE', 'DE', 'IAB', '2005-10-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25284, '647fda', 0, 'Tektelic Communications Inc', '7657 10th Street NE Calgary Alberta T2E 8X2 CA', 'CA', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25285, '90b21f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-07-12', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25286, '8c147d7', 0, 'UrbanHello', '13 rue Saint Antoine Paris 75004 FR', 'FR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25287, '64c901', 0, 'Inventec Corp', 'No.66, Hougang St., Shilin Dist., Taipei City 111, Taiwan (R.O.C.) Taipei 111 TW', 'TW', 'MA-L', '2019-07-19', '2019-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25288, '000eaf', 0, 'Castel', 'ZI Saint Lambert des Levées SAUMUR Maine et Loire 49412 FR', 'FR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25289, '0050c2a08', 0, 'LabJack Corp', '3232 S Vance St STE 100 Lakewood CO 80227 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25290, '001646', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25291, '70b3d5e75', 0, 'Nke', 'Rue Gutenberg Hennebont Brittany 56700 FR', 'FR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25292, '001426', 0, 'NL Tech', '800 Turnpike Street North Andover MA 01845 US', 'US', 'MA-L', '2005-03-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25293, 'd07de5', 0, 'Forward Pay Systems, Inc', '9531 West 78th St., #245 Eden Prairie MN 55344 US', 'US', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25294, '9c6abe', 0, 'Qees ApS.', 'Naverland 31, 2.tv Glostrup Hovedstaden 2600 DK', 'DK', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25295, '6024c1', 0, 'Jiangsu Zhongxun Electronic Tech Co, Ltd', 'tangshu road #8 yixing jiangsu 214221 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25296, 'b447f5', 0, 'Earda Tech Co Ltd', 'Block A,Lianfeng Creative Park, #2 Jisheng Rd., Nansha District Guangzhou Guangdong 511455 CN', 'CN', 'MA-L', '2018-08-31', '2018-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25297, '3463d4', 0, 'Bionix Supplychain Tech Slu', 'Poligono Pocomaco Avenida Primera Parcela B3 Nave F La Coruña La Coruña 15190 ES', 'ES', 'MA-L', '2019-08-28', '2019-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25298, '000e43', 0, 'G-Tek Electronics Sdn. Bhd.', '2493 Mukim 1, Lorong Perusahaan Lapan Perai Penang 13600 MY', 'MY', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25299, '0013aa', 0, 'Als & Tec Ltd', '6 B. Kazachya str. Saratov Saratov region 410600 RU', 'RU', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25300, '30f70d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25301, 'd07c2d', 0, 'Leie Iot Tech Co, Ltd', '9th floor,Hongchengxintai building,No.105,Yaojiayuan Road,Chaoyang District,Beijing Beijing Beijing 100026 CN', 'CN', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25302, '885fe87', 0, 'Red Tech, Llc', '34 Parker Irvine CA 92618 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25303, '001ffe', 0, 'Hpn Supply Chain', '8000 Foothills Blvd Roseville CA 95747 US', 'US', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25304, '40bc8b', 0, 'itelio GmbH', 'Franz-Larcher-Straße 4 Kiefersfelden Bavaria 83088 DE', 'DE', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25305, '001524', 0, 'Numatics, Inc', '46280 Dylan Dr. Novi Michigan 48377 US', 'US', 'MA-L', '2005-07-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25306, '001bfd', 0, 'Dignsys Inc', '14F, Digital Empire Bldg., B-1408 Suwon Gyeonggi-do 443-813 KR', 'KR', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25307, '002216', 0, 'Shibaura Vending Machine Corp', 'Ekimae-cho13-10 Obama-shi Fukui-ken 917-0077 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25308, '0050c2b2c', 0, 'Concepteers, Llc', '880 Bergen Ave Jersey City NJ 07306 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25309, 'a4b197', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25310, 'b83861', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25311, '000820', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25312, '000906', 0, 'Esteem Networks', '4F, No.900, Yishan Road Shanghai 200233 CN', 'CN', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25313, '70b3d5ec7', 0, 'Neoptix Inc', '1415 Frank-Carrel Quebec G1N4N7 CA', 'CA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25314, '0025d8', 0, 'Korea Maintenance', '3F HAELIM BUIDING 103-7, GURO-5DONG SEOUL 152-842 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25315, '00270e', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25316, '4c60de', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25317, 'b4475e', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2014-04-02', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25318, '0050c257b', 0, 'ptswitch', '1416 Tanaka Dr San Jose CA 95131 US', 'US', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25319, '0050c274b', 0, 'Star-Dundee Ltd', 'C/o School of Computing Dundee Tayside DD1 4HN GB', 'GB', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25320, '000c70', 0, 'Acc GmbH', 'Am Sandfeld 15 Karlsruhe Baden 76149 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25321, '549a4c', 0, 'Guangdong Homecare Tech Co, Ltd', '8F,12#, Taihua Industrial Park, Hangkong Rd., Gushu, Baoan District Shenzhen Guangdong 518128 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25322, '70b3d55db', 0, 'Movicom Llc', 'Nauchny proezd, 20 Moscow 117246 RU', 'RU', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25323, '04bc87', 0, 'Shenzhen JustLink Tech Co, Ltd', 'Room 5002,The 2nd Unit of the Building East, Laobing Building, No.3012 Xingye Road,Baoan District Shenzhen Guangdong Province 518101 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25324, '2c2bf9', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2018-10-19', '2018-10-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25325, '000e2e', 0, 'Edimax Tech Co Ltd', 'No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW', 'TW', 'MA-L', '2004-02-12', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25326, '0050c26b5', 0, 'Triumf', '4004 Wesbrook Mall Vancouver BC V6T 2A3 CA', 'CA', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25327, '00050a', 0, 'Ics Spa', 'Via Romano AL IT', 'IT', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25328, '00240d', 0, 'OnePath Networks Ltd', '8 Hartom St Jerusalem 91450 IL', 'IL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25329, '70b3d51ef', 0, 'Adtek', '4F-18,No.14,Lane 609,Sec.5,Chongsin Rd.,Sanchong Dist, New Taipei City Taiwan,(R.O.C) 24159 TW', 'TW', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25330, '0050c2bba', 0, 'Systemteq Ltd', 'Unit B, Lynwood House Watford Hertfordshire WD24 7UF GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25331, '947be7', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25332, '70b3d5a7d', 0, 'Prior Scientific Instruments Ltd', '3-4 Fielding industrial estate, Fulbourn Cambridge Cambridgeshire CB21 5ET GB', 'GB', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25333, '7c1e06', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25334, '001e22', 0, 'Arvoo Imaging Products BV', 'Tasveld 13 Montfoort UT 3417 XS NL', 'NL', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25335, '0023f2', 0, 'TVLogic', 'suite 914 ACE Techno Tower-9th Geumcheon-gu SEOUL 153-782 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25336, 'f8272e', 0, 'Mercku', '509 Beaver Creek Rd. Waterloo Ontario N2V 2L3 CA', 'CA', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25337, '9ca525', 0, 'Shandong Usr Iot Tech Ltd', 'Floor 11,Building 1,No.1166 Xinluo Street,Gaoxin District,Jinan,Shandong,250101,China Jinan Shandong 250101 CN', 'CN', 'MA-L', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25338, '000049', 0, 'Apricot Computers, Ltd', '90 VINCENT DRIVE ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25339, '0011d3', 0, 'NextGenTel Holding Asa', 'Sandslimarka 31 Bergen Hordaland 5861 NO', 'NO', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25340, '804731', 0, 'Packet Design, Inc', '2455 Augustine Drive Santa Clara CA 95054 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25341, 'b4346c', 0, 'Matsunichi Digital Tech (Hong Kong) Ltd', '22/F. TWO INTERNATIONAL FINANCE CTR Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25342, '70b3d5ea2', 0, 'Transportal Solutions Ltd', 'The Offices @ The Old Cow Barn Masham North Yorkshire HG4 4NE GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25343, 'e4d3aa', 0, 'Fujitsu Connected Tech Ltd', '4-1-1, Kamikodanaka, Nakahara-ku Kawasaki Kanagawa 2118588 JP', 'JP', 'MA-L', '2018-09-05', '2018-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25344, '001959', 0, 'Staccato Communications Inc', '6195 Lusk Blvd. San Diego CA 92121 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25345, '002623', 0, 'Jrd Communication Inc', '16/F, TCL Tower, Gaoxin Nanyi Road, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25346, '9c2840', 0, 'Discovery Tech, Ltd.', '5th floor Building 2,Block A,Internet industrial park, Shenzhen Guangzhou 518100 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25347, '70b3d569f', 0, 'T+A elektroakustik GmbH & CoKG', 'Planckstr. 9-11 Herford 32052 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25348, '0016d4', 0, 'Compal Communications, Inc', '7th, FL, No. 319, Sec. 4, Pa-Teh rd. Taipei 886 TW', 'TW', 'MA-L', '2005-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25349, '0050c2ab4', 0, 'n3k Informatik GmbH', 'Ferdinand-Braun-Straße 3 Heilbronn Baden-Württemberg 74074 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25350, '3475c7', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2013-01-09', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25351, '984c04', 0, 'Zhangzhou Keneng Electrical Equipment Co Ltd', 'Keneng Technology Park,No.12 Wuqiao Zhong Rd Zhangzhou Fujian 363005 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25352, 'c8bae9', 0, 'Qdis', '#512, Buliding B, 168 GaSanDigital 1st, GeumChun-Gu SEOUL 08507 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25353, '000ede', 0, 'Remec, Inc', '2144 Franklin Drive NE Palm Bay Florida 32905-4021 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25354, '0012bf', 0, 'Arcadyan Tech Corp', '4F, No. 9, Park Avenue II Hsinchu 300 TW', 'TW', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25355, '0050c2bff', 0, 'I.S.A. S.r.l.', 'Via Prati Bassi ,22 TAINO VA 21020 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25356, '083571', 0, 'CASwell Inc', '8F,No.242,Bo-Ai St., Shu-Lin Dist.,New Taipei City ,Taiwan. New Taipei City Taiwan 23845 TW', 'TW', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25357, '50184c', 0, 'Platina Systems Inc', '3180 De La Cruz Blvd. Ste# 110 Santa Clara CA 95054 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25358, '70b3d56f4', 1, 'Private', '', '', 'MA-S', '2019-05-02', '2019-05-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25359, '0001bb', 0, 'Frequentis', 'SPITTELBREITENGASSE 34 AT', 'AT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25360, '0050c2537', 0, 'Dst Control AB', 'Akerbogatan 10 Linköping 58254 SE', 'SE', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25361, '000a95', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2002-10-14', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25362, '000d6e', 0, 'K-Patents Oy', 'P.O. Box 77 VANTAA FI 01511 FI', 'FI', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25363, '002361', 0, 'Unigen Corp', '45388 Warm Springs Blvd Fremont CA 94539 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25364, '002508', 0, 'Maquet Cardiopulmonary AG', 'Hechinger Strasse 38 Hirrlingen 72145 DE', 'DE', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25365, '00263b', 0, 'Onbnetech', '506, Samsung IT Valley, 197-5 Guro-Gu Seoul 152-848 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25366, '0050c2e94', 0, 'Ana-U GmbH', 'Moosgrabenstrasse 32 Gleisdorf Steiermark 8200 AT', 'AT', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25367, '00e0d7', 0, 'Sunshine Electronics, Inc', '46560 FREMONT BLVD. -STE. #113 FREMONT CA 94538 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25368, '000617', 0, 'Redswitch Inc', '1815 McCandless Drive Milpitas CA 95035-8046 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25369, '70b3d5618', 0, 'Motec Pty Ltd', '121 Merrindale Drive Croydon South Victoria 3136 AU', 'AU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25370, '087808', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25371, '0016e3', 0, 'Askey Computer Corp', '10F, NO.119, CHIENKANG RD., CHUNG-HO, TAIPEI 235 TW', 'TW', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25372, '0050c2aa7', 0, 'Endeas Oy', 'Heimolantie 6 Espoo 02330 FI', 'FI', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25373, '885d903', 0, 'Cpac Systems', 'Bergskroken 3 Gothenburg Västra Götaland 40123 SE', 'SE', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25374, '4409b8', 0, 'Salcomp (Shenzhen) Co, Ltd', 'Salcomp Road, Furong Industrial Area, Xinqiao, Shajing, Baoan District Shenzhen Guangdong 518125 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25375, '00c053', 0, 'Aspect Software Inc', '6 Technology Park Drive Westford MA 01886 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25376, '0050c2e93', 0, 'Perceptive Pixel Inc', '102 Madison Ave. New York NY 10016 US', 'US', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25377, '3cfad35', 0, 'Gulf Security Tech Co, Ltd', '80 Changjiang East Road, Economic & Technology Development Zone Qinhuangdao Hebei 066000 CN', 'CN', 'MA-M', '2019-11-16', '2019-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25378, '00133f', 0, 'Eppendorf Instrumente GmbH', 'Barkhausenweg 1 Hamburg DE 22339 DE', 'DE', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25379, 'f8d0bd', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25380, '78ca838', 0, 'Ihm', 'Vandtaarnsvej 87 Soborg Copenhagen 2860 DK', 'DK', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25381, '0020a2', 0, 'Galcom Networking Ltd', 'P.O. BOX 1568 RAMAT HASHARON 47113 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25382, '001d69', 0, 'Knorr-Bremse IT-Services GmbH', 'Moosacher Str. 80 Muenchen BY 80809 DE', 'DE', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25383, '001809', 0, 'Cresyn', '8-22,Jamwon-dong Seoul Seocho-Gu #137-902 KR', 'KR', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25384, '0cc6ac', 0, 'Dags', 'Ace High end Tower 7th 1802 Seoul Geumcheon-gu 153-802 KR', 'KR', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25385, '0050c2870', 0, 'Logel S.R.L.', 'VIA DELLA TECNICA 13/A-13/B CASTELNUOVO RANGONE MODENA 41051 IT', 'IT', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25386, '7c9a9b', 0, 'Vse valencia smart energy', 'Sir Alexander Fleming n Paterna Valencia 46980 ES', 'ES', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25387, '18af61', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25388, '9c69b41', 0, 'EA Tech Ltd', 'Capenhurst Technology Park Chester Cheshire CH16ES GB', 'GB', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25389, '006051', 0, 'Quality Semiconductor', '851 MARTIN AVENUE SANTA CLARA CA 95050 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25390, '001ce7', 0, 'Rocon Plc Research Centre', '21 Vek 56A str. Sofia 1700 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25391, '8c192d3', 0, 'Greenfield Tech', '1 bis rue marcel paul massy 91300 FR', 'FR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25392, '6c5c3d3', 0, 'Kwong Ming Electrical Manufactory Ltd', 'A3 bldg, Kwong Ming, Technology Industrial Zone, Shiwan Town, Boluo County Huizhou Guangdong 516100 CN', 'CN', 'MA-M', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25393, '0050c2c9c', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25394, '9c5711', 0, 'Feitian Xunda(Beijing) Aeronautical Information Tech Co, Ltd', 'Building B,Horizon International Tower,No.6 Zhichun Rd,Haidian District, Beijing 100088 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25395, '681fd8', 0, 'Siemens Industry, Inc', '10670 Treena Street San Diego CA 92131 US', 'US', 'MA-L', '2010-01-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25396, 'e8c320', 0, 'Austco Communication Systems Pty, Ltd', '40 O\'Malley Street Osborne Park Western Australia 6017 AU', 'AU', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25397, '00db70', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25398, '70b3d55f2', 0, 'Invisible Systems Ltd', '9 Beetham Road Milnthorpe Cumbria LA7 7QL GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25399, '000027', 0, 'Japan Radio Co', 'LABORATORY JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25400, '0000ff', 0, 'Camtec Electronics Ltd', '101 VAUGHAN WAY ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25401, '000933', 0, 'Ophit CoLtd', '3F. Suntechnovil, 5-27 Mangpo-Dong , Kyungki-Do 137-070 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25402, '0050c29f3', 0, 'Vision Tech, Inc', '609 W Dyke Rd Rogers AR 72756 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25403, '00005e', 0, 'Icann, Iana Department', 'INTERNET ASS\'NED NOS.AUTHORITY Los Angeles CA 90094-2536 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25404, '009000', 0, 'Diamond Multimedia', '312 SE STONEMILL DRIVE VANCOUVER WA 98684 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25405, '70b3d530d', 0, 'Fiberbase', '#516 Complex-dong Heongduk IT Valley, Heonduk 1ro 13, Giheong-gu Young-in Gyeong-gi 16954 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25406, '88d211', 0, 'Eko Devices, Inc', '2600 10th St Ste 260 Berkeley CA 94710-2597 US', 'US', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25407, '0007e7', 0, 'FreeWave Tech', '1880 S. Flaitron Ct. Boulder CO 80301 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25408, '70b3d50c1', 0, 'Nexus Tech Pty Ltd', '66-68 Wedgewood Road Hallam Victoria 3803 AU', 'AU', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25409, '001713', 0, 'Tiger NetCom', 'J-15 Mudan Cun, Yijing Huayuan, Shenzhen Guangdong 518003 CN', 'CN', 'MA-L', '2006-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25410, '7445ce', 0, 'Cresyn', '8-22,Jamwon-dong Seoul Seocho-Gu #137-902 KR', 'KR', 'MA-L', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25411, '006066', 0, 'Lacroix Trafic', '1 ere Avenue, 11 eme rue 06516 CARROS FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25412, '00808f', 0, 'C. Itoh Electronics, Inc', '2505 MCCABE WAY IRVINE CA 92714 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25413, '001b8d', 0, 'Electronic Computer Systems, Inc', '418 Donegal Drive Towson MD 21286 US', 'US', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25414, 'ecd00e', 0, 'MiraeRecognition Co, Ltd', 'PrimeBank Bldg. Annex-3F, #278-3 Seoul 135-833 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25415, '00021a', 0, 'Zuma Networks', '8403 Fallbrook Ave. West Hills CA 91304 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25416, '000b60', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25417, '70b3d597e', 0, 'Public Joint Stock Co Morion', 'Kosmonavtov Avn, 111, bld 1 Perm Perm 614066 RU', 'RU', 'MA-S', '2019-11-23', '2019-11-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25418, '001097', 0, 'WinNet Metropolitan Communications Systems, Inc', '661 EAST ARQUES AVE. SUNNYVALE CA 94086 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25419, 'c8b1cd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25420, '000c79', 0, 'Extel Communications P/L', '399 Ferntree Gully Road Mt Waverley Victoria 3149 AU', 'AU', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25421, '00197a', 0, 'MAZeT GmbH', 'Goeschwitzer Str. 32 Jena D-07745 DE', 'DE', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25422, '0050c2eec', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'IAB', '2011-12-14', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25423, '784859', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2014-02-25', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25424, 'ac64dd7', 0, 'Wittmann Kunststoffgeräte GmbH', 'Lichtblaustraße 10 Vienna Vienna 1220 AT', 'AT', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25425, '001017', 0, 'Bosch Access Systems GmbH', 'Charlottenburger Allee 50 AACHEN D-52068 DE', 'DE', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25426, '00906c', 0, 'Sartorius Hamburg GmbH', 'Meiendorferstraße 205 Hamburg D-22145 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25427, 'ec3586', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25428, '08115e', 0, 'Bitel Co, Ltd', '9F Yohyun B/D, 242-29, Nonhyun-dong Seoul Gangnam-gu 135830 KR', 'KR', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25429, '70b3d5dc2', 0, 'SwineTech, Inc', '230 2nd Street SE, Ste 302 Cedar Rapids IA 52401 US', 'US', 'MA-S', '2018-10-17', '2018-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25430, '001035', 0, 'Elitegroup Computer Systems Co, Ltd', '6F, NO. 88, SEC. 6 Shih Lin TAIPEI 00000 TW', 'TW', 'MA-L', '1998-04-22', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25431, '00165a', 0, 'Harman Specialty Group', '3 Oak Park Drive Bedford MA 01730 US', 'US', 'MA-L', '2005-11-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25432, '0050c2e25', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25433, '44c69b', 0, 'Wuhan Feng Tian Information Network Co, Ltd', 'Room 1002,10th Floor,Oversea talent Building A, Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25434, '70b3d5d73', 0, 'Ermine Corp', 'Hirooka-Harashinden 573-6, SK-Residence, Shiojiri Nagano 399-0706 JP', 'JP', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25435, '001060', 0, 'Billionton Systems, Inc', '3F-1, NO. 8, LANE 99 HSIN-CHU TW', 'TW', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25436, '001753', 0, 'nFore Tech Inc', '5F, NO 31, Ln 258, Rulguang Rd Taipei Neihu District 11491 TW', 'TW', 'MA-L', '2006-04-08', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25437, '8489eca', 0, 'Newell Brands', '221 River Street Hoboken NJ 07030 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25438, '0080ff', 0, 'Soc. DE Teleinformatique Rtc', 'P.O. BOX 955 PLACE DU PARC CANADA H2W 2N1', '', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25439, '0cefaff', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25440, '70b3d5075', 0, 'Mo-Sys Engineering Ltd', 'Thames Bank House, Tunnel Avenue London SE100PA GB', 'GB', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25441, '002095', 0, 'Riva Electronics', 'UNIT 17, BARRSFOLD RD. LANCASHIRE ENGLAND BL5 3XW GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25442, '00d0c6', 0, 'Thomas & Betts Corp', 'Thomas & Betts Aust. Pty. Ltd. Lidcombe New South Wales AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25443, 'dce838', 0, 'CK Telecom (Shenzhen) Ltd', 'Floor 9th, Building 4C,Software Industry Base, Xuefu Road, Hi-Tech Park, Nanshan Dist. Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25444, '904d4a', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25445, 'd0c637', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25446, '0001aa', 0, 'Airspan Communications, Ltd', 'Cambridge House, Oxford Rd., GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25447, '0007ba', 0, 'UTStarcom Inc', '1275 Harbor Bay PKWY Alameda CA 94502 US', 'US', 'MA-L', '2001-10-24', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25448, 'a4da229', 0, 'Malldon Tech Ltd', '607 Longsheng Technology Building, Longhua Dist Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25449, '880905', 0, 'MTMCommunications', '2-3-10 Honmachi Ichinomiya-shi Aichi-ken 491-0853 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25450, '60f189', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2014-09-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25451, '70b3d5cbd', 0, 'Preo Industries Far East Ltd', '31-39 Wo Tong Tsui Street Hong Kong 999077 HK', 'HK', 'MA-S', '2019-01-17', '2019-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25452, '00bbf0', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25453, 'd850e6', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25454, '38d40b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25455, '0050c2d2c', 0, 'Schneider Electric Motion Usa', '370 N. Main St. Marlborough CT 06447 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25456, 'f86601', 0, 'Suzhou Chi-tek information Tech Co, Ltd', 'Rm204C、204D, Building A7, SuZhou Jiangsu 215123 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25457, '0050c2e36', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25458, '68b35e', 0, 'Shenzhen Neostra Tech CoLtd', '7th Building,Huaide Cuihai Industrial Park,Fuyong,Shenzhen China shenzhen 518100 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25459, '0050c261e', 0, 'Lester Electronics Ltd', 'UNIT 3, WYCLIFFE INDUSTRIAL EST LEICESTER UK LE17 4HG GB', 'GB', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25460, '0050c2a7c', 0, 'Pneu-Logic Corp', '6650 SW Redwood Lane Portland OR 97224 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25461, '001bf5', 0, 'Tellink Sistemas de Telecomunicación S.L.', 'C/ María Tubau Nº 5 Bajo B Madrid 28050 ES', 'ES', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25462, 'dc3a5e', 0, 'Roku, Inc', '12980 Saratoga Ave. Saratoga CA 95070 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25463, '587a62', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25464, 'e049ed', 0, 'Audeze Llc', '3410 S Susan st Santa Ana CA 92704 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25465, '0069679', 0, 'Hangzhou Wise Iot Tech Co, Ltd', 'Room 405, Building 2, No. 31, Science and Technology Avenue, Yuhang Street, Yuhang District Hangzhou Zhejiang 310012 CN', 'CN', 'MA-M', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25466, '002003', 0, 'Pixel Power Ltd', 'Unit 5 College Business Park CAMBRIDGE CB1 3HD GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25467, '0017fa', 0, 'Microsoft Corp', 'One Microsoft Way Redmond Washington 98052-6399 US', 'US', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25468, '087402', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25469, '44bfe3', 0, 'Shenzhen Longtech Electronics Co, Ltd', 'No.148 Zhengfeng Industrial Area Donghuan RD Huangpu Village Shaijing Town Baoan District Shenzhen Guangdong 518125 CN', 'CN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25470, '00205b', 0, 'Kentrox, Llc', '20010 NW Tanasbourne Dr. Hillsboro OR 97124 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25471, '00179c', 0, 'Deprag Schulz GmbH u. Co', 'Kurfürstenringg 12.18 Amberg Bayern 92224 DE', 'DE', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25472, '3ccd5d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25473, '986d352', 0, 'Shenzhen Fise Tech Holding Co, Ltd', 'No.6 Building, Longfu Industrial Area, Huarong Road, Tongsheng Community, Dalang Street, Longhua New District, Shenzhen, Guangdong, China shenzhen guangdong 518000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25474, '388c50', 0, 'LG Electronics', '222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25475, '40d855181', 0, 'eROCCA', '196A rue du Rocher de Lorzier MOIRANS 38430 FR', 'FR', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25476, '70b3d564b', 0, 'Kalfire', 'Geloërveldweg 21 Belfeld Limburg 5951 DH NL', 'NL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25477, '40d8550d4', 0, 'Mitsubishi Heavy Industries, Ltd', '3-1, ASAHI, NISHIBIWAJIMA-CHO KIYOSU AICHI 452-8561 JP', 'JP', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25478, '24c42f', 0, 'Philips Lifeline', '111 Lawrence st Framingham MA 01702 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25479, '08002f', 0, 'Prime Computer Inc', '100 CROSBY DRIVE BEDFORD MA 01730-1402 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25480, '24828a', 0, 'Prowave Tech Ltd', '2F,No.879-16,Zhongjiang Road Shanghai 200333 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25481, '001fcc', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2008-02-02', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25482, '40d855ee6', 0, 'Narinet, Inc', 'C-303, Bundang Techno-Park Seongnam Gyunggi-Do 463-816 KR', 'KR', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25483, 'bc3865', 0, 'Jwcnetworks', '114, Gasan digital 2-ro, Geumcheon-gu, Seoul 08506 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25484, '0000cd', 0, 'Allied Telesis Labs Ltd', '27 Nazareth Avenue Middleton Christchurch 8024 NZ', 'NZ', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25485, '000dba', 0, 'Océ Document Tech GmbH', 'Max-Stromeyer-Straße 116 Konstanz 78467 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25486, '0021b5', 0, 'Galvanic Ltd', '38 Nothumberland Road Dublin 2 IE', 'IE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25487, '587521', 0, 'Cjsc RTSoft', 'Nikitinskaya str., 3 Moscow 105037 RU', 'RU', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25488, '70b3d5d1e', 0, 'Houston Radar Llc', '12818 Century Dr Stafford Texas 77477 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25489, '184bdf', 0, 'Caavo Inc', '1525 McCarthy Blvd., #1182 Milpitas 95035 US', 'US', 'MA-L', '2018-08-09', '2018-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25490, '90940a', 0, 'Analog Devices, Inc', 'Unit 2200, Airport Business Park, Kinsale Road Cork T12 X36X IE', 'IE', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25491, 'c863141', 0, 'Autonics Co, Ltd', '4-14-26, Shimo-Muneoka Shiki Saitama 3530003 JP', 'JP', 'MA-M', '2019-01-16', '2019-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25492, '000cff', 0, 'Mro-Tek Realty Ltd', '#6, New BEL Road Chikkamaranahalli Bangalore 560 054 IN', 'IN', 'MA-L', '2003-04-11', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25493, '0015c0', 0, 'Digital Telemedia Co, Ltd', '17TH FLOOR, CHINA YUSE BUILDING, SHENZHEN GUANGDONG 518040 CN', 'CN', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25494, '70b3d56f2', 0, 'P&C Micro\'s Pty Ltd', '14 Ricketts Road Mount Waverley Victoria 3149 AU', 'AU', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25495, '0050a9', 0, 'Moldat Wireless Technolgies', '3 SHIMON ISRAELI STREET IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25496, '74a02f', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25497, '1869da', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25498, '0014df', 0, 'HI-P Tech Corp', '1-27-23 Higashitokorozawa Tokorozawa Saitama 359-0021 JP', 'JP', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25499, 'a0c9a0', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25500, '000d22', 0, 'Unitronics Ltd', 'Unitronics Building Ben Gurion Airport 70100 IL', 'IL', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25501, '001813', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2006-04-25', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25502, '68ab8a', 0, 'RF IDeas', '4020 Winnetka Ave Rolling Meadows IL 60008 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25503, '0050c2427', 0, 'Scheidt & Bachmann GmbH', 'Breite Strasse 132 Moenchengladbach NRW 41238 DE', 'DE', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25504, '0014f2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25505, '9886b1', 0, 'Flyaudio Corp (China)', 'No.16 Mingzhu RD Economic&Technology Guangzhou Guangdong Province 510730 CN', 'CN', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25506, '102ab3', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2015-12-03', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25507, '70b3d53c6', 0, 'Acd Elekronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25508, '0050c221c', 0, 'Fracarro srl', 'Via Cazzaro 3 Castelfranco Veneto Treviso 31033 IT', 'IT', 'IAB', '2003-02-18', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25509, '0023a6', 0, 'E-Mon', 'One Oxford Valley, Suite 418 Langhorne PA 19047 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25510, '0050c2965', 0, 'Emitech Corp', '2F,NO.7-1,Industry E.Rd.9,Science-Based Industrial Park, Hsinchu Taiwan 308 TW', 'TW', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25511, '54a050', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25512, '78eb14', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25513, '00a03a', 0, 'Kubotek Corp', '56 NISHIAKETA-CHO, HIGASHIKUJO JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25514, '00e0e5', 0, 'Cinco Networks, Inc', '6601 KOLL CENTER PARK WAY PLEASANTON CA 94566 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25515, '70b3d5c84', 0, 'Linc Tech Corp dba Data-Linc Group', '1125 12th Ave NW # B-2 Issaquah WA 98027 US', 'US', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25516, '00906d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25517, '0007ee', 0, 'telco Informationssysteme GmbH', 'Schulstrasse 38 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25518, '00110d', 0, 'SANBlaze Tech, Inc', '2 Clock Tower Place Maynard MA 01748 US', 'US', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25519, '0050c2d52', 0, 'F+D Feinwerk- und Drucktechnik GmbH', 'Kirchenstr. 38 Neckarsteinach 69239 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25520, '000ef8', 0, 'Sbc Asi', 'Network & Infrastructure Technical Support San Antonio Texas 78215 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25521, '0050c271e', 0, 'Aski Industrie Elektronik Ges.m.b.H.', 'Irrseeblick 47 4893 Zell am Moos AT', 'AT', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25522, '0023f4', 0, 'Masternaut', '4, rue Charles Cros Louviers 27407 FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25523, '6c09d6', 0, 'Digiquest Electronics Ltd', '26 Park House London NW11 7PT GB', 'GB', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25524, '70b3d57ed', 0, 'The Things Network Foundation', 'Herengracht 182 Amsterdam NH 1016BR NL', 'NL', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25525, '18b905', 0, 'Hong Kong Bouffalo Lab Ltd', 'RM 1903, 19/F Lee Garden One 33 Hysan Avenue, Causeway Bay HongKong 999077 HK', 'HK', 'MA-L', '2018-08-31', '2018-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25526, '0004c3', 0, 'Castor Informatique', '2, Rue Du Kefir 94537 Orly Cedex FR', 'FR', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25527, '000ea1', 0, 'Formosa Teletek Corp', '358,Huaya 2nd Rd. Taoyuan 333 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25528, 'b85d0a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25529, '1c1161', 0, 'Ciena Corp', '7035 Ridge Road Hanover MD 21076 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25530, '001a5c', 0, 'Euchner GmbH+Co KG', 'Kohlhammerstraße 16 Leinfelden-Echterdingen BW 70771 DE', 'DE', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25531, '0050c2668', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25532, '38b4d3', 0, 'Bsh Hausgeraete GmbH', 'Im Gewerbepark B10 Regensburg 93059 DE', 'DE', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25533, 'cc64a6', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25534, '001584', 0, 'Schenck Process GmbH', 'Pallaswiesenstraße 100 Darmstadt Hessen 64293 DE', 'DE', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25535, 'b49d0b', 0, 'BQ', 'Sofia, 10 Las Rozas de Madrid Madrid 28230 ES', 'ES', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25536, '0050c20e7', 0, 'Century Geophysical Corp', '1223 S. 71st E. Ave. Tulsa OK 74112 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25537, '74e7c6', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-11-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25538, '70b3d5371', 0, 'Bederov GmbH', 'Rankestr. 8 Berlin Berlin 10789 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25539, '0c01db', 0, 'Infinix mobility Ltd', 'RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK', 'HK', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25540, '00e06c', 0, 'Ultra Electronics Command & Control Systems', 'Knaves Beech Business Centre Hemel Hemstead Herts England HP2 7BW GB', 'GB', 'MA-L', '1980-01-01', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25541, '0005fc', 0, 'Schenck Pegasus Corp', '2890 John R Road Troy MI 48083 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25542, '7828ca', 0, 'Sonos, Inc', '614 Chapala St Santa Barbara CA 93101 US', 'US', 'MA-L', '2016-08-12', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25543, '002434', 0, 'Lectrosonics, Inc', '581 Laser Rd. Rio Rancho NM 87124 US', 'US', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25544, '6cd1b0', 0, 'Wing Sing Electronics Hong Kong Ltd', 'No. 1, Guoyuan Industrial Zone Guangzhou Guang Dong 510385 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25545, '0016bb', 0, 'Law-Chain Computer Tech Co Ltd', '7F-2, 286-4, hsin ya road, chien chen district Kaohsiung 80673 TW', 'TW', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25546, '001cda', 0, 'Exegin Tech Ltd', '401 - 2071 Kingsway Avenue Port Coquitlam BC V3C 6N2 CA', 'CA', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25547, '0050c2101', 0, 'Laud Electronic Design AS', 'Froyhovveien 37 N-3269 Larvik NO', 'NO', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25548, '0050c2778', 0, 'SunGard Vivista', 'Tormarton Road Chippenham Wiltshire SN14 8SR GB', 'GB', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25549, 'acc935', 0, 'Ness Corp', '4/167 Prospect Highway Sydney NSW 2147 AU', 'AU', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25550, '9049fa', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-06-20', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25551, '1c3947', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 15, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25552, '500b912', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2016-10-03', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25553, '0000d1', 0, 'Adaptec Inc', 'M/S 180 MILPITAS CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25554, '00d038', 0, 'Fivemere, Ltd', 'UNIT 1-HERON INDUSTRIAL ESTATE RG7 1PJ ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25555, '002719', 0, 'TP-Link Tech Co, Ltd', 'Building 7, Second Part, Honghualing Industrial Zone Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25556, '005cb1', 0, 'Gospell Digital Tech Co, Ltd', 'Block F10-F13¡¢F518 Idea land ¡¢Bao Yuan Road Shenzhen Guangdong 518102 CN', 'CN', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25557, '005e0c', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2019-12-17', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25558, '9439e5', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2011-06-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25559, '0050c2e07', 0, 'Protagon Process Tech GmbH', 'Ringstrasse 11 Rengsdorf RLP 56579 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25560, '70b3d5cbc', 0, 'Procon Electronics Pty Ltd', 'P O Box 164 Seven Hills NSW 1730 AU', 'AU', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25561, '78fc14', 0, 'Family Zone Cyber Safety Ltd', '175 Heytesbury Rd Subiaco WA 6008 AU', 'AU', 'MA-L', '2014-09-21', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25562, '5cb29e', 0, 'Asco Power Tech', '160 Park Avenue Florham Park NJ 07932 US', 'US', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25563, '0008e2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25564, '0050c29f9', 0, 'Abb Transmission and Distribution Automation Equipment (Xiamen) Co, Ltd', 'ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN', 'CN', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25565, '24b6b8', 0, 'Friem Spa', 'Via Edison 1 Segrate Milano 20090 IT', 'IT', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25566, '88142b', 0, 'Protonic Holland', 'Factorij 36 Zwaag NH Netherlands 1689 AL NL', 'NL', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25567, 'f8f005', 0, 'Newport Media Inc', '1 Spectrum Pointe Drive Suite 225 Lake Forest CA 92630 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25568, '7c6bf7', 0, 'Nti Co, Ltd', '5th floor takei building 2-19-6 taito taito-ku , Tokyo 1100016 JP', 'JP', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25569, '282c02a', 0, 'Tokin Ltd', 'Unit 513-4, Block A, Focal Industrial Centre, 21 Man Lok Street, Hung Hom Kowloon 0000 HK', 'HK', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25570, '70b3d515b', 0, 'Armstrong International, Inc', '816 Maple Street Three Rivers MI 49093 US', 'US', 'MA-S', '2018-08-01', '2018-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25571, '0013b5', 0, 'Wavesat', '1375, Trans-Canada Highway Dorval Quebec H9P 2W8 CA', 'CA', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25572, '5cff35', 0, 'Wistron Corp', '21F, 88, Sec.1, Hsin Tai Wu Rd., Hsichih, Taipei Hsien 221 TW', 'TW', 'MA-L', '2010-02-21', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25573, '6c310e', 0, 'Cisco Systems, Inc', '80 West Tasman Dr. San Jose CA 94568 US', 'US', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25574, '247f3c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-09-21', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25575, '308454', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25576, '54bd79', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25577, '4c917a9', 0, 'Hangzhou Hangtu Tech Co, Ltd', 'Room A301, no.11, xiyuan eighth road, xihu district Hangzhou Zhejiang 310000 CN', 'CN', 'MA-M', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25578, '00112f', 0, 'ASUSTek Computer Inc', 'No.150, Li-Te Rd., Peitou Taipei 112 TW', 'TW', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25579, 'd41e35', 0, 'Toho Electronics Inc', '1-13-21 Tanashioda, Chuo-Ku Sagamihara-City Kanagawa 252-0245 JP', 'JP', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25580, '0050c2c44', 0, 'Beijing Zhongherongzhi Elec.&TechCo, Ltd', 'Rm.605 Astronautic Exactitude Plaza No.30 South Haidian Rd. Beijing 100080 CN', 'CN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25581, '70b3d553b', 0, 'Mr.Loop', '7F.-6, No.237, Sec. 1,Datong Rd. Xizhi Dist. New Taipei City 22161 TW', 'TW', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25582, 'b4dedf', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25583, '843e79', 0, 'Shenzhen Belon Tech Co, Ltd', 'Tsinghua Information Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2019-09-21', '2019-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25584, '000619', 0, 'Connection Tech Systems', '18F-6, No. 79, Sec. 1, Hsinchih Taipei, TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25585, '0050c25f8', 0, 'Grupo Epelsa S.L.', 'C/ Albasanz, 6 y 8 Madrid 28037 ES', 'ES', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25586, '0c4101', 0, 'Ruichi Auto Tech (Guangzhou) Co, Ltd', 'No. 171 Haibin Road, Nansha District, Guangzhou, China Guangzhou Guangdong Province 511400 CN', 'CN', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25587, 'd4b43e', 0, 'Messcomp Datentechnik GmbH', 'Neudecker Str. 11 Wasserburg Bayern 83512 DE', 'DE', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25588, 'c4bb4c', 0, 'Zebra Information Tech Co Ltd', 'Room 415, No.569 Anchi Road, JiaDing District Shanghai 201804 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25589, '54e019', 0, 'Ring Llc', '1523 26th St Santa Monica CA 90404 US', 'US', 'MA-L', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25590, '00264c', 0, 'Shanghai DigiVision Tech Co, Ltd', 'No. 333 Guangji Rd. Shanghai 200083 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25591, '7cacb2', 0, 'Bosch Software Innovations GmbH', 'Ziegelei 7 Immenstaad BadenWuertemberg 88090 DE', 'DE', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25592, '00267d', 0, 'A-Max Tech Macao Commercial Offshore Co Ltd', 'Avenida Da Praia Grande No. 409 Macau CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25593, '70b3d5d57', 0, 'Triumph Board a.s.', 'Neklanova 122/15 Prague 12800 CZ', 'CZ', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25594, '64255e', 0, 'Observint Tech, Inc', '11000 N Mopac Expressway Suite 300 Austin TX 78759 US', 'US', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25595, '00408e', 0, 'Tattile Srl', '2360 MARYLAND ROAD WILLOW GROVE PA 19090 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25596, '0018a6', 0, 'Persistent Systems, Llc', '118 N. Howard St. #72 Baltimore MD 21201 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25597, '000a51', 0, 'GyroSignal Tech Co, Ltd', '5F,No. 77,Lide St. Zhonghe City Taipei County 23556 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25598, '506313', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-01-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25599, '882012', 0, 'Lmi Tech', '1673 Cliveden Avenue Delta British Columbia V3M 6V5 CA', 'CA', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25600, '70b3d51e5', 0, 'VendNovation Llc', '13400 NE 20th Street Bellevue WA 98005 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25601, '1802ae', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25602, '080066', 0, 'Agfa Corp', '200 BALLARDVALE STREET WILMINGTON MA 01887 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25603, '0005a3', 0, 'Qei, Inc', '60 Fadem Road Springfield NJ 07081 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25604, '448500', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25605, 'fc8399', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2012-04-08', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25606, '00c0ee', 0, 'Kyocera Display Corp', '2-14-9 TAMAGAWADAI tokyo 158 0000 JP', 'JP', 'MA-L', '1980-01-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25607, '001239', 0, 'S Net Systems Inc', '10F Sungwon Bldg. Samsung-dong Seoul 135-090 KR', 'KR', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25608, '38f0c8', 0, 'Livestream', '195 Morgan Avenue Brooklyn NY 11237 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25609, '70b3d5ef6', 0, 'Chargelib', '11 CITE VANEAU PARIS 75007 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25610, 'f81d788', 0, 'Teleofis', '1K3, Electrolitny proezd Moscow 115230 RU', 'RU', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25611, '20f19e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25612, '58170c', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2010-03-28', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25613, '0050c2f28', 0, 'Vertex Antennentechnik GmbH', 'Baumstrasse 50 Duisburg NRW 47198 DE', 'DE', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25614, '285aeb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25615, '183d5e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25616, 'bc9740d', 0, 'Rollock Oy', 'Viestitie 2 B Kajaani 87700 FI', 'FI', 'MA-M', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25617, '000242', 0, 'Videoframe Systems', '101 Providence Mine Road Nevada City CA 95959 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25618, '000740', 0, 'Buffalo.Inc', 'AKAMONDORI Bldg., 30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref. 460-8315 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25619, '848bcd0', 0, 'SouXin Corp', '33 Jingyou Road Nanjing Jiangsu 211100 CN', 'CN', 'MA-M', '2019-02-22', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25620, '00027c', 0, 'Trilithic, Inc', '9202 E. 33rd Street Indianapolis IN 46235 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25621, '00906a', 0, 'Turnstone Systems, Inc', '274 Ferguson Drive MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25622, '00184c', 0, 'Bogen Communications', '50 Spring St. Ramsey NJ 07446 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25623, '0050c2a0d', 0, 'Charlyrobot', '192, route de l\'usine CRUSEILLES HAUTE-SAVOIE 74350 FR', 'FR', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25624, '0050c2fb9', 0, 'Coral Telecom Ltd', 'E-02 Sector 63 Noida UP 201301 IN', 'IN', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25625, '380025', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-11-09', '2018-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25626, 'f4032a', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-12-05', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25627, '00201a', 0, 'Mrv Communications, Inc', '20415 Nordhoff St. Chatsworth CA 91311 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25628, '00015f', 0, 'Digital Design GmbH', 'Rauchstr. 21 Berlin D-10787 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25629, 'a0c5f20', 0, 'Quantlab Financial, Llc', '3 Greenway Plaza, Suite 200 3 Greenway Plaza TX 77046 US', 'US', 'MA-M', '2017-08-15', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25630, '5050ce', 0, 'Hangzhou Dianyixia Communication Tech Co Ltd', 'Room 207, Building 7, 1197 bin \'an road, Binjiang district, Hangzhou Zhejiang 310011 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25631, 'c09bf49', 0, 'Alcatraz AI Inc', '1808 El Camino Real Redwood City CA 94063 US', 'US', 'MA-M', '2020-02-13', '2020-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25632, '000806', 0, 'Raonet Systems, Inc', 'West Wing 14F, IT Venture Tower 78 Seoul 138-803 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25633, '0050c2193', 0, 'LaserBit Communications Corp', 'Kunigunda u. 45 Budapest 1037 HU', 'HU', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25634, '381c1a', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25635, '201742', 0, 'LG Electronics', '222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR', 'KR', 'MA-L', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25636, '4000e0', 0, 'Derek(Shaoguan)Ltd', 'Gaojiling,Taiping Town, Shixing County Shaoguan Guangdong 512500 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25637, 'b4d5bd', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25638, '009e1e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25639, '70b3d5cb2', 0, 'Seclab', '40 Avenue Theroigne de Mericourt MONTPELLIER 34000 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25640, '2cfda1', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25641, '44ecce', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-08-28', '2018-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25642, '0050c26cc', 0, 'Widmer Time Recorder Co, Inc', 'p.o. box 588 hackensack nj 07602 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25643, '04209a', 0, 'Panasonic Corp Avc Networks Co', '1-15 Matsuo-cho Kadoma City Osaka 571-8504 JP', 'JP', 'MA-L', '2010-11-24', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25644, '0050c2454', 0, 'Brivo Systems, Llc', '4330 East-West Highway Bethesda MD 20814 US', 'US', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25645, '0013d5', 0, 'RuggedCom', '300 Applewood Crescent (Unit 1) Concord, Ontario L4K 5C7 CA', 'CA', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25646, '0017d5', 0, 'Samsung Electronics Co, Ltd', '#94-1 Gumi-City Gyeong-Buk 730-350 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25647, '001bb4', 0, 'Airvod Ltd', 'Heather House Sandyford Ind Est Dublin 18 D18 IE', 'IE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25648, '0050c27fb', 0, 'Qtron Pty Ltd', 'Unit 3/59 Township Drive West Burleigh Queensland 4219 AU', 'AU', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25649, '841715', 0, 'GP Electronics (HK) Ltd', 'Gold Peak Industrial Building, 6F Kwai Chung NT HK', 'HK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25650, '00d0a0', 0, 'Mips Denmark', 'LAUTRUPVANG 2B DK - DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25651, '0050c22e3', 0, 'MG Industrieelektronik GmbH', 'Nobelstraße 7 Ettlingen 76275 DE', 'DE', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25652, '70b3d5cd6', 0, 'VideoRay Llc', '212 E High Street Pottstown Pennsylvania 19464 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25653, 'e0b6f59', 0, 'Motiveprime Consumer Electronics Pvt Ltd', '#244,17th cross Sector 6 HSR Layout Bangalore Karnataka 560102 IN', 'IN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25654, 'ccab2c', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2020-02-05', '2020-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25655, '001820', 0, 'w5networks', '48389 Fremont Blvd Fremont CA 94538 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25656, 'c011a6', 0, 'Fort-Telecom Ltd', 'Hrustalnaya 8a Perm 614107 RU', 'RU', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25657, '0011ab', 0, 'Trustable Tech Co, Ltd', '12FL.-1,NO.167,Fu-Shing N.Rd.,Sung-Shan area Taipei 105 TW', 'TW', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25658, '001ec9', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2007-12-31', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25659, '24bf74', 1, 'Private', '', '', 'MA-L', '2010-01-05', '2010-01-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25660, '506f9a', 0, 'Wi-Fi Alliance', '3925 W. Braker Lane Austin TX 78759 US', 'US', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25661, '20b399', 0, 'Enterasys', '50 Minuteman Rd Andover MA 01810 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25662, 'a0e201', 0, 'AVTrace Ltd(China)', 'RM704, District B1, Originality Building, No.162 KeXue Avenue Science Town,GUANGZHOU,CHINA GUANGZHOU GUANGDONG 510611 US', 'US', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25663, '006095', 0, 'Accu-Time Systems, Inc', '420 SOMERS ROAD ELLINGTON CT 06029 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25664, '000891', 0, 'Lyan Inc', '5F-1, NO.51, SEC.2, KEELUNG RD. TAIPEI 110 TW', 'TW', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25665, '70b3d5ea5', 0, 'Lotes TM Ooo', 'Barklaya 22, str.1 Moscow 121309 RU', 'RU', 'MA-S', '2020-01-24', '2020-01-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25666, '0050c2248', 0, 'Dixtal Biomedica Ind. Com. Ltda', 'R. Eng. Francisco Pitta Brito, 703 São Paulo SP 04753080 BR', 'BR', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25667, '6cb6ca', 0, 'Divus GmbH', 'Pillhof 51 Eppan 39057 IT', 'IT', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25668, '0050c2fbb', 0, 'Acida GmbH', 'Uersfeld 24 Aachen 52072 DE', 'DE', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25669, '08efab', 0, 'Sayme Wireless Sensor Network', 'Calle Albert Einstein 18, 4a Santander Cantabria 39011 ES', 'ES', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25670, 'd4d7a9', 0, 'Shanghai Kaixiang Info Tech Ltd', 'A401, NO.509 Caobao Road, Shanghai, PRC Shanghai Shanghai 200233 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25671, '70d313', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25672, '00408b', 0, 'Raylan Corp', '120 INDEPENDENCE DRIVE MENLO PARK CA 94025 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25673, '0050c27e9', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25674, '70b3d505d', 0, 'Koms Co, Ltd', '1059 Kitakata Iida Nagano 395-0151 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25675, '78d294', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25676, '003049', 0, 'Bryant Tech, Ltd', 'P.O. BOX 69557 SOUTH AFRICA ZA', 'ZA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25677, '0014c3', 0, 'Seagate Tech', 'M/S NW1F01 Longmont CO 80503 US', 'US', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25678, '001146', 0, 'Telecard-Pribor Ltd', 'Lustdorfskaya doroga, 162 Odessa 65115 UA', 'UA', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25679, '0050c28c7', 0, 'Tattile Srl', 'via G.Donizetti 1/3/5 Brescia 25030 IT', 'IT', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25680, '002138', 0, 'Cepheid', '904 Caribbean Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25681, '34ba51', 0, 'Se-Kure Controls, Inc', '3714 Runge Street Franklin Park IL 60131 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25682, '68f895', 0, 'Redflow Ltd', '1/27 Counihan Rd Brisbane Queensland 4073 AU', 'AU', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25683, '000548', 0, 'Disco Corp', '13-11 Omori-Kita 2-chome Ota-ku Tokyo 143-8580 JP', 'JP', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25684, '000d9c', 0, 'Elan GmbH & Co KG', 'Im Ostpark 2 Wettenberg Hessen 35435 DE', 'DE', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25685, '002633', 0, 'Mir - Medical International Research', 'Via del Maggiolino 125 Rome RM 00155 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25686, '100723e', 0, 'First Chair Acoustics Co, Ltd', 'No. 53, Lane 17, Yuhe Street Taoyuan City, Taoyuan County 33057 TW', 'TW', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25687, '000ee1', 0, 'ExtremeSpeed Inc', 'PO Box 600 Mannville Alberta T0B 2W0 CA', 'CA', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25688, '001af9', 0, 'AeroVIronment (AV Inc)', '4685 Industrial St Simi Valley CA 93063 US', 'US', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25689, '54a4931', 0, 'ShenZhen Smart&Aspiration Co, Ltd', 'Guanlan ShenZhen GuangDong 518000 CN', 'CN', 'MA-M', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25690, '0050c2930', 0, 'Neta Elektronik AS', 'Yukari Dudullu Organize Sanayi Bolgesi Istanbul 34775 TR', 'TR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25691, '1c8259', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25692, 'dc6f08', 0, 'Bay Storage Tech', '6200 Stoneridge Mall Road Pleasanton CA 94588 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25693, '102279', 0, 'ZeroDesktop, Inc', '125 University Ave, Suite 150 Palo Alto California 94301 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25694, 'b49eac', 0, 'Imagik Int\'l Corp', '2299 SW 37 th Ave Miami Florida 33145 US', 'US', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25695, '8c10d4', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25696, '00a022', 0, 'Centre For Development OF Advanced Computing', 'UNIVERSITY OF POONA CAMPUS GANESH KHIND, Pune - 411 008 IN', 'IN', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25697, '0050c245b', 0, 'Matra Electronique', '6, rue Ferdinand Meunier La Croix St Ouen Oise 60610 FR', 'FR', 'IAB', '2005-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25698, '0050c2808', 0, 'Itb CompuPhase', 'Eerste Industriestraat 19-21 Bussum NH NL-1401VL NL', 'NL', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25699, '787e61', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25700, '38fdfe8', 0, 'Indra Navia AS', 'Olaf Helsets vei 6, P.O. Box 150 Oppsal Oslo 0619 NO', 'NO', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25701, '70b3d5cb6', 0, 'Kuebrich Ingeniergesellschaft mbh & Co KG', 'Weissmuehle 10 Priesendorf 96170 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25702, '70b3d5902', 0, 'Unlimiterhear Co, Ltd taiwan branch', '5F-1 No18.-1, sec.3 , Ren-Ai Rd. Taipei City 106 TW', 'TW', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25703, '0009e3', 0, 'Angel Iglesias S.A.', 'Polígono 27 Martutene San Sebastián Guipúzcoa 20014 ES', 'ES', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25704, '001172', 0, 'Cotron Corp', '12FL,No.150,Sec.4,Cheng-De Rd Taipei City 111 TW', 'TW', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25705, '98aafce', 0, 'Comarch S.A.', 'Al. Jana Pawla II 39A Krakow Poland 31-864 PL', 'PL', 'MA-M', '2017-02-21', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25706, '24b209', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25707, '8c7cb5', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-04-27', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25708, '6466b3', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25709, 'c029f3', 0, 'XySystem', '#1304 Daerung Post Tower 5 Seoul 153-801 KR', 'KR', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25710, '101d51', 0, '8Mesh Networks Ltd', 'Unit 607, 6/F, Yen Sheng Centre, 64 Hoi Yuen Road Kwun Tong 000 HK', 'HK', 'MA-L', '2013-01-09', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25711, '70b3d561f', 0, 'Labotect Labor-Technik-Göttingen GmbH', 'Kampweg 12 Rosdorf 37124 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25712, '000263', 0, 'Ups Manufacturing Srl', 'Via Giordano, 54 Verona IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25713, '00c05f', 0, 'Fine-Pal Co Ltd', 'RM. 9, 11F, KINGSFORD IND. CTR HONG KONG HK', 'HK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25714, '0050c26b7', 0, 'System Lsi CoLtd', 'Nisso 15 Bld. 4F Yokohama Kanagawa 222-0033 JP', 'JP', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25715, '801967', 0, 'Shanghai Reallytek Information Tech Co, Ltd', '906 Room,No.1 Building,No.3000 Longdong Avenue Shanghai 201203 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25716, 'e490fd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25717, '00060e', 0, 'Igys Systems, Inc', '7373 Lincoln Way Garden Grove CA 92841 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25718, '0007f7', 0, 'Galtronics', '4645 East Cotton Center Blvd. Phoenix AZ 85040 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25719, '0050c2888', 0, 'IAdea Corp', '3F, NO.33, LANE 77, XING-AI ROAD TAIPEI 114 TW', 'TW', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25720, '4c0289', 0, 'Lex Computech Co, Ltd', '3F, No.77, LI DE St. Chung Ho Dist., New Taipei City 23556 TW', 'TW', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25721, '0002a7', 0, 'Vivace Networks', '2730 Orchard Parkway San Jose CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25722, 'aca31e', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2014-04-02', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25723, 'a0bb3e7', 0, 'Simtec Elektronik GmbH', 'Glonner Strasse 5 Feldkirchen-Westerham Bayern 83620 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25724, '6889c1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25725, '006008', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '1980-01-01', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25726, '00a047', 0, 'Integrated Fitness Corp', '26 6TH STREET STAMFORD CT 06905 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25727, '603553', 0, 'Buwon Tech', '(Cunuitechnopark 102-1507) 200-1,Chunui-dong Buchon-si Gyeinggi-do 420-857 KR', 'KR', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25728, '002092', 0, 'Chess Engineering B.V.', 'NIEUWE GRACHT 74 NL', 'NL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25729, '0020b7', 0, 'Namaqua Computerware', 'P.O. BOX 7155 ZA', 'ZA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25730, 'bc66de', 0, 'Shadow Creator Information Tech Co, Ltd', 'Shanghai City, Pudong New Area Zhangjiang road 368, Building 29, room 611 Shanghai Shanghai 200120 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25731, '70b3d59b8', 0, 'Loma Systems s.r.o.', 'Southwood Farnborough Hampshire GU14 0NY GB', 'GB', 'MA-S', '2017-08-14', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25732, '70b3d5b8e', 0, 'UR Fog S.R.L.', 'Via Toscana 38 San Mauro Torinese TO 10099 IT', 'IT', 'MA-S', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25733, '70b3d5d31', 0, 'Solace Systems, Inc', '535 Legget Drive, Kanata Ontario K2K3B8 CA', 'CA', 'MA-S', '2019-05-17', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25734, '002032', 0, 'Alcatel Taisel', '4, MING SHENG STREET TU-CHENG TAIWAN ROC TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25735, 'a49d49', 0, 'Ketra, Inc', '3815 S. Capital of Texas Hwy Austin TX 78704 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25736, '0025e5', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2010-01-05', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25737, '18b430', 0, 'Nest Labs Inc', '3400 Hillview Ave. Palo Alto CA 94304 US', 'US', 'MA-L', '2010-12-06', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25738, '549a119', 0, 'Alfen BV', 'Hefbrugweg Almere Netherlands 1332AP NL', 'NL', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25739, '001a84', 0, 'V One Multimedia Pte Ltd', 'Blk 54, Kallang Bahru 339336 SG', 'SG', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25740, '0021bd', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2008-10-25', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25741, '14b837', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25742, '70b3d561a', 0, 'Rocket Lab Ltd', '3A Airpark Drive Mangere Auckland 2022 NZ', 'NZ', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25743, '7cbacc6', 0, 'Fossil Power Systems Inc', '10 Mosher Drive Dartmouth Nova Scotia B3B1N5 CA', 'CA', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25744, '002235', 0, 'Strukton Systems bv', 'Westkanaaldijk 2 Utrecht 3542 DA NL', 'NL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25745, 'acabbf', 0, 'AthenTek Inc', '8F., No.356, Sec. 1, Neihu Rd., Neihu Dist., Taipei City Taiwan 114 TW', 'TW', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25746, '88252c', 0, 'Arcadyan Tech Corp', '4F., NO.9, Park Avenue II , Hsinchu 300 TW', 'TW', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25747, '60f494', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2012-07-28', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25748, 'e084f3', 0, 'High Grade Controls Corp', '87 Magill Street Sudbury Ontario P3Y1K6 CA', 'CA', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25749, 'b88303', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25750, '0080fd', 0, 'Exsceed Corpration', '1-15-12, KITAKASE, SAIWAI-KU JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25751, '0004d0', 0, 'Softlink s.r.o.', 'Tomkova 409 Czech Republic CZ', 'CZ', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25752, 'fae190', 0, 'IN Win Development Inc', 'NO.57,LANE 350, NANSHANG ROAD, GUEISHAN HSIANG, TAOYUAN HSIEN, 333 TW', 'TW', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25753, '18dbf2', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25754, 'a019b2', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25755, 'ccd4a1', 0, 'MitraStar Tech Corp', 'No. 6, Innovation Road II, Hsinchu 300 TW', 'TW', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25756, '00164d', 0, 'Alcatel-Lucent Ipd', '701 E. Middlefield RD. Mountain View CA 94043 US', 'US', 'MA-L', '2005-10-29', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25757, '40d855188', 0, 'Array Corp', '3-42-10 Yoyogi Shibuya-ku Tokyo 151-0053 JP', 'JP', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25758, '0014ad', 0, 'Gassner Wiege- und Meßtechnik GmbH', 'Münchner Bundesstraße Salzburg A-5020 AT', 'AT', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25759, '002703', 0, 'Testech Electronics Pte Ltd', 'Block 118, #05-110, Singapore 380118 SG', 'SG', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25760, '94c3e4', 0, 'Atlas Copco Ias GmbH', 'Gewerbestr. 52 Bretten-Goelshausen 75015 DE', 'DE', 'MA-L', '2013-09-12', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25761, 'ac2da9', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2018-11-28', '2018-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25762, '2085936', 0, 'Eilersen Electric A/S', 'Kokkedal Industripark 4 Kokkedal 2980 DK', 'DK', 'MA-M', '2019-06-17', '2019-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25763, '0050c2006', 0, 'Project Management Enterprises, Inc', '7900 Wisconsin Avenue Bethesda MD 20817 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25764, '0050c23a0', 0, 'StreetFire Sound Labs, Llc', '795 Folsom St., First Floor San Francisco CA 94107 US', 'US', 'IAB', '2004-07-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25765, '7c1a03', 0, '8Locations Co, Ltd', '1F, No. 123, Chenggong 2rd Street Zhube City Hsinchu 302 TW', 'TW', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25766, 'd09c30', 0, 'Foster Electric Co, Ltd', '1-1-109, Tsutsujigaoka Akishima Tokyo 196-8550 JP', 'JP', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25767, 'd897ba', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2014-08-20', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25768, '0cfe5d6', 0, 'Antailiye Tech Co, Ltd', '7/F,Zhengjiyuan Buiding,2 Road,Qianjing, Xixiang, Baoan District,Shenzhen SHEN ZHEN GUANGDONG 518000 CN', 'CN', 'MA-M', '2018-08-10', '2018-08-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25769, '0001ef', 0, 'Camtel Tech Corp', 'No. 2, Wu-Kung 5 Rd., Wu-Ku Taiwan Taiwan R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25770, '000c55', 0, 'Microlink Communications Inc', '8F, 31, Hsintai Road Hsinchu 302 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25771, '00c0f9', 0, 'Artesyn Embedded Tech', '2900 S. Diablo Way Suite 190 Tempe AZ 85282 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25772, '00a0bb', 0, 'Hilan GmbH', 'HAID-UND-NEU-STRASSE 7 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25773, '080013', 0, 'Exxon', 'US', '', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25774, '0050c25ea', 0, 'Micro Elektronische Producten', 'Noordeinde 124F Landsmeer NH 1121AL NL', 'NL', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25775, '70b3d5e58', 0, 'Thurlby Thandar Instruments Ltd', 'Glebe Road Huntingdon Cambridgeshire PE29 7DR GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25776, '70b3d570b', 0, 'Alere Tech AS', 'Kjelsaasveien 161 Oslo Oslo 0382 NO', 'NO', 'MA-S', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25777, '00c095', 0, 'Znyx Networks, Inc', '48421 Milmont Drive Fremont CA 94538 US', 'US', 'MA-L', '1980-01-01', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25778, '00c0ea', 0, 'Array Tech Ltd', '145 FRIMLEY ROAD ENGLAND GU15 2PS GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25779, 'bc125e', 0, 'Beijing WisVideo Inc', 'RM 3A08 Technology&Fortune Center A block No.8 Xue Qing Road,Haidian District , Beijing 100192 CN', 'CN', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25780, '78d752', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25781, '0ca06c', 0, 'Industrial Cyber Sensing Inc', 'Unit 1A - 343 Montrose Street North Cambridge Ontario N3H 2H6 CA', 'CA', 'MA-L', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25782, 'f82387', 0, 'Shenzhen Horn Audio Co, Ltd', 'NO.6 4th GuiHua road,PingShan, Shenzhen Guangdong 518118 CN', 'CN', 'MA-L', '2019-03-06', '2019-03-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25783, 'b0b194', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25784, '0080b3', 0, 'Aval Data Corp', 'MACHIDA ENGINEERING CENTER JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25785, '0050c2649', 0, 'Pan-Starrs', '2680 Woodlawn Dr. Honolulu HI 96822 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25786, '701d7f', 0, 'Comtech Tech Co, Ltd', '2F, No. 42, Sec. 3 Chung Yang Rd. New Taipei City 23673 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25787, 'ac1f74', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25788, '2c48355', 0, 'Scout Security, Inc', '210 N Racine Ave, STE 2M Chicago IL 60607 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25789, '70b3d52fc', 0, 'Loanguard T/A SE Controls', 'Wellington Crescent Lichfield Staffordshire WS13 8RZ GB', 'GB', 'MA-S', '2019-01-10', '2019-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25790, '70b3d5eb8', 0, 'Emporia Renewable Energy Corp', '7901 Shaffer Pkwy Littleton CO 80127 US', 'US', 'MA-S', '2019-09-05', '2019-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25791, '00093d', 0, 'Newisys, Inc', '6200 Bridgepoint Parkway Austin TX 78730 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25792, '0050c216d', 0, 'Postec Data Systems Ltd', 'PO Box 302-230 NZ', 'NZ', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25793, '0026ac', 0, 'Shanghai Luster Teraband photonic Co, Ltd', 'F4, No.39 ChengZhong Rd. Shanghai 201800 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25794, 'b88e3a', 0, 'Infinite Tech Jlt', 'Office 3203, Level 32 Jumeirah Lake Towers Dubai AE', 'AE', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25795, 'f8f014', 0, 'RackWare Inc', '44053 Fremont Blvd. Fremont CA 94538 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25796, '0050c2dc2', 0, 'Tessera Tech Inc', '2710-1 4F, Noborito, Tama-ku Kawasaki-shi Kanagawa 214-0014 JP', 'JP', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25797, 'bc8556', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-05-02', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25798, '0050c222a', 0, 'Crescendo Networks', '28 Hacharoshet St. Or-Yehuda 60375 IL', 'IL', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25799, '001253', 0, 'AudioDev AB', 'Kabingatan 9 Malmö SE-212 39 SE', 'SE', 'MA-L', '2004-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25800, '9c807d', 0, 'Syscable Korea Inc', '2F KAMA Bldg 1461-15 Secho-3dong Seocho-Gu Seoul 137-720 KR', 'KR', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25801, 'a01290', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2013-06-20', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25802, '5067ae', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25803, 'dc446d', 0, 'Allwinner Tech Co, Ltd', 'No.9 Technology Road 2, High-Tech Zone Zhuhai Guangdong 519085 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25804, '70b3d5eb5', 0, 'Justek Inc', '613-9, DONGCHUN-RI, JINWI-MYEON PYEONGTAEK-SI GYEONGGI-DO 17711 KR', 'KR', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25805, '00a0ba', 0, 'Patton Electronics Co', '7622 RICKENBACKER DRIVE GAITHERSBURG MD 20879 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25806, '00247f', 0, 'Nortel Networks', '2221 Lakeside Blvd Richardson TX 75081 US', 'US', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25807, '44ffba', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25808, '70b3d59b7', 0, 'Itronics Ltd', '8a Triton Dr, Rosedale Auckland 0632 NZ', 'NZ', 'MA-S', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25809, '000b37', 0, 'Manufacture Des Montres Rolex SA', 'LA HAUTE-ROUTE 82 BIEL-BIENNE BE 2502 CH', 'CH', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25810, 'b8e625', 0, '2Wire Inc', '1764 Automation Parkway San Jose 95131 US', 'US', 'MA-L', '2011-10-07', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25811, '0c0227', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2016-08-09', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25812, '70b3d54f8', 1, 'Private', '', '', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25813, '3873eaa', 0, 'Shenzhen Cse Tech Co, Ltd', '2F,3Building,Xinlianhe Industrial Park,Jinxiu Road,Western Industrial Zone, Shajing Town,Baoan, Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25814, 'bc97407', 0, 'Airfi Oy AB', 'Piilipuunkatu 11 RAISIO 21200 FI', 'FI', 'MA-M', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25815, '70b3d5a62', 0, 'Environexus', '50 Ricketts Road Mount Waverley VIC 3149 AU', 'AU', 'MA-S', '2014-11-04', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25816, '9840bb', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25817, '0050c2834', 0, 'Antek GmbH', 'Im Koechersgrund 3 Beilstein Baden-Württemberg 71717 DE', 'DE', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25818, '74d02b', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25819, '70b3d511b', 0, 'HoseoTelnet Inc..', 'Hoseo Plaza B/D 7F, 416 Gangseo-ro, Gangseo-gu Seoul 07583 KR', 'KR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25820, 'd425cc1', 0, 'Eware Information Tech com.,Ltd', 'No.402,Building 5,Software Park,Keji Mid 3nd Road,Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2018-09-28', '2018-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25821, '0050c207e', 0, 'JL-teknik', 'Isbjornsvagen 3 SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25822, '000b4b', 0, 'Visiowave SA', 'Route de la Pierre 22 ECUBLENS VAUD CH-1024 CH', 'CH', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25823, '005051', 0, 'Iwatsu Electric Co, Ltd', '7-41, KUGAYAMA 1-CHOME SUGINAMI-KU, TOKYO 168-8501 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25824, '000652', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25825, '001bab', 0, 'Telchemy, Inc', '2905 Premiere Parkway Duluth GA 30097 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25826, '0022ab', 0, 'Shenzhen Turbosight Tech Ltd', 'Unit C-8A,Shennan Garden Bldg,Hightech Park,Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25827, '1cfd08e', 0, 'Meshbox Foundation Pte. Ltd', '152 Beach Road #14-02 GATEWAY EAST TOWER SINGAPORE 189721 SG', 'SG', 'MA-M', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25828, '008098', 0, 'Tdk Corp', 'CORP. R&D DEPT. TECH. HDQTERS. CHIBA-KEN 272, JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25829, '00034f', 0, 'Sur-Gard Security', '401 Magnetic Drive Ontario M3J 3H9 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25830, 'a84481', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo NA 24101 FI', 'FI', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25831, '002186', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, Lane 351, Sec.1, Taiping Road, NANTOU 54261 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25832, '70b3d5866', 0, 'Meps Realtime', '6451 El Camino Real Carlsbad California 92009 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25833, '0004f7', 0, 'Omega Band, Inc', '9020-I Capital of Texas Hghwy N Austin TX 78759 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25834, '0008c0', 0, 'Asa Systems', 'S245 Korea Maritime University, 1 Dongsa Busan Busan Metropolitan City 606-791 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25835, 'e8b2ac', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25836, 'c4618b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25837, '7c5189', 0, 'SG Wireless Ltd', 'RM 504 5/F Sun Fung Industrial Building 8-12 Ma Kok Street Tsuen Wan NA HK', 'HK', 'MA-L', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25838, '00053f', 0, 'VisionTek, Inc', '1175 Lakeside Dr. Gurnee IL 60031 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25839, '0050c2d66', 0, 'Uvax Concepts', 'Parque Empresarial Tactica Paterna Valencia 46980 ES', 'ES', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25840, 'a8fad8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25841, '70b3d5e7e', 0, 'Groupe Citypassenger Inc', '1117 sainte catherine ouest Montreal Quebec H3B1H9 CA', 'CA', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25842, '3c80aa', 0, 'Ransnet Singapore Pte Ltd', '114, Lavender Street, #08-83, CT Hub 2 Singapore Singapore 338729 SG', 'SG', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25843, '00d05b', 0, 'Acroloop Motion Control', 'SYSTEMS CHASKA MN 55318 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25844, '001d3c', 0, 'Muscle Corp', '2-5-35, Kikawa-higashi Osaka 532-0012 JP', 'JP', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25845, 'd0f0db', 0, 'Ericsson', '250 Holger Way SAN JOSE CA 95134 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25846, '749ddc', 0, '2Wire Inc', '1764 Automation Parkway San Jose 95131 US', 'US', 'MA-L', '2012-05-26', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25847, 'f88a3c8', 0, 'Cadmus Electronic Co, Ltd', '4F.-3, No.872, Jhongjheng Rd., Jhonghe Dist., New Taipei City Taiwan (R.O.C.) 23586 TW', 'TW', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25848, '000056', 0, 'DR. B. Struck', 'POB 1147 BAECKERBARG 6 W-GERMANY DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25849, '0014cb', 0, 'LifeSync Corp', '1 E Broward Boulevard, Suite 1701 Fort Lauderdale Florida 33301 US', 'US', 'MA-L', '2005-06-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25850, '0016dc', 0, 'Archos', '12 rue AMPERE IGNY ESSONNES 91430 FR', 'FR', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25851, '001b0f', 0, 'Petratec', '12 Derech HaSharon Kfar Saba Sharon 44271 IL', 'IL', 'MA-L', '2007-01-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25852, '40d85518e', 0, 'Kerun Visual Tech Co, Ltd(Shenzhen)', 'Bldg 2, F/6, Zone S2 Shenzhen China 518000 CN', 'CN', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25853, '70b3d55a0', 0, 'Ascon Tecnologic S.r.l.', 'via Indipendenza, 56 Vigevano PV 27029 IT', 'IT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25854, '0010e4', 0, 'Nsi Corp', 'P.O. BOX 635 WILSONVILLE OR 97070 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25855, '0011b3', 0, 'Yoshimiya Co, Ltd', '2-3-24 Bainan OSAKA OSAKA-Pref 557-0033 JP', 'JP', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25856, 'ac1ddf3', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25857, '70b3d5236', 0, 'Monnit Corp', '3400 S West Temple Salt Lake City 84115 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25858, '001886', 0, 'EL-Tech, Inc', 'A-711, WOOLIM LION\'S VALLEY, 371-28 SEOUL 150-834 KR', 'KR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25859, '0050c2fd6', 0, 'City Computing Ltd', 'City House Sutton Surrey SM1 2AE GB', 'GB', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25860, '0050c2db0', 0, 'Imago Tech GmbH', 'Strassheimer Strasse 45 Friedberg Hessen D-61169 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25861, '4cd7b6', 0, 'Helmer Scientific', '14400 Bergen Boulevard Noblesville Indiana 46060 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25862, '0050c294e', 0, 'Zynix Original Sdn. Bhd.', '43-1, Jalan 1/149J, Sri Petaling, Kuala Lumpur Wilayah Persekutuan 57000 MY', 'MY', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25863, '00248a', 0, 'Kaga Electronics Co, Ltd', 'Hongo 2-2-9 Tokyo 113-8503 JP', 'JP', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25864, '0021d3', 0, 'Bocom Security(Asia Pacific) Ltd', 'Flr.3,NO.29,#69 Guiqing RD Shanghai 200233 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25865, '70b3d5370', 0, 'Inphi Corp', '112 S. Lakeview Canyon Rd., Suite 100 Westlake Village CA 91362 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25866, '001799', 0, 'SmarTire Systems Inc', 'Suite 150 Richmond BC V6V 2J1 CA', 'CA', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25867, '001d48', 0, 'Sensor-Technik Wiedemann GmbH', 'Am Bärenwald 6 Kaufbeuren Bayern 87600 DE', 'DE', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25868, '1c87769', 0, 'Tokyo Drawing Ltd', '103 Ni Terai-machi Nomi-shi Ishikawa 923-1121 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25869, '74d83e', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-11-09', '2019-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25870, '0018ea', 0, 'Alltec GmbH', 'An der Trave 27-31 Selmsdorf Mecklenburg-Vorpommern 23923 DE', 'DE', 'MA-L', '2006-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25871, 'a0c3de', 0, 'Triton Electronic Systems Ltd', '620063, Ekaterinburg, P/O box 522 Ekaterinburg Sverdlovskaya obl. 620063 RU', 'RU', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25872, '0012c1', 0, 'Check Point Software Tech', '5 Ha\'solelim St. Tel Aviv 67897 IL', 'IL', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25873, '70b3d5f76', 0, 'Thermo Fisher Scientific', '27 forge Parkway Franklin MA 02038 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25874, '70b3d58c3', 0, 'Wyebot, Inc', '2 Mount Royal Ave. Marlborough MA 01752 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25875, '38580c', 0, 'Panaccess Systems GmbH', 'Gutenbergstr. 8 Ismaning BY 85737 DE', 'DE', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25876, '34d270', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25877, 'e02202', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25878, 'a4cf12', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2018-12-05', '2018-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25879, '000877', 0, 'Liebert-Hiross Spa', 'Via Leonardo da Vinci 8 Piove di Sacco Z.I. Tognana 35020 IT', 'IT', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25880, 'd0577b', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25881, 'd4a425', 0, 'Smax Tech Co, Ltd', '2F., No. 3, Wuquan 3rd, Wugu Dist. New Taipei City 248 TW', 'TW', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25882, 'd843ed', 0, 'Suzuken', '8, Higashikatahamachi, Higashiku Nagoya Aich 4610015 JP', 'JP', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25883, 'b44bd6', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25884, '00eeab', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-10-30', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25885, '009021', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25886, '0050c28b4', 0, 'Sandar Telecast AS', 'Borgeskogen Stokke 3160 NO', 'NO', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25887, '000bdb', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2003-02-07', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25888, '0050c2ed9', 0, 'Plasmatronics pty Ltd', '75 Newman Street Thornbury Victoria 3071 AU', 'AU', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25889, '9c497f', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2019-01-11', '2019-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25890, '00017a', 0, 'Chengdu Maipu Electric Industrial Co, Ltd', 'NANYI BUILDING, CONSULATE RD., P.R. CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25891, '0050c2025', 0, 'Teracom Telematica S.A', 'RUA AMERICA N.1000 Eldorado do Sul - RS Brazil BR', 'BR', 'IAB', '2002-08-08', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25892, '90d7be', 0, 'Wavelab Global Inc', '12007 Sunrise Valley Drive, Suite 450 Reston VA 20191 US', 'US', 'MA-L', '2016-08-12', '2016-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25893, '70b3d5689', 0, 'Prisma Telecom Testing Srl', 'Via Petrocchi, 4 Milano MI 20127 IT', 'IT', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25894, '00d064', 0, 'Multitel', '2905 RUE DE CELLES CANADA CANADA G2C-1W7 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25895, '002695', 0, 'ZT Group Int\'l Inc', '350 Meadowlands Parkway Secaucus NJ 07094 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25896, '00127b', 0, 'Via Networking Tech, Inc', '8F,533, Chung-Cheng Road, Hsin-Tien Taipei 231 TW', 'TW', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25897, '0050c23cb', 0, 'Analytica GmbH', 'Vorholzstraße 36 Karlsruhe Baden-Württemberg 76137 DE', 'DE', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25898, '38bb23', 0, 'OzVision America Llc', '400 West Cummings Park Woburn MA 01801 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25899, '7ccbe2a', 0, 'Shanghai Institute of Applied Physics, Chinese Academy of Sciences', '239 Zhang Heng Road, Pudong New District Shanghai Shanghai 201203 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25900, '00506c', 0, 'Beijer Electronics Products AB', 'Box 426 SE-201 24 Malmoe SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25901, '00d09c', 0, 'Kapadia Communications', '3925 WEST BROKER LANE AUSTIN TX 78759 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25902, '0060e2', 0, 'Quest Engineering & Development', '1345 EAST ROCK WREN ROAD PHOENIX AZ 85048 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25903, '70b3d5710', 0, 'Guardian Controls International Ltd', '56 Crewe Road Sandbach Cheshire CW11 4NN GB', 'GB', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25904, '0050c29e4', 0, 'Pyxis Controls Wll', 'Kingdom Tower Manama Bahrain 0000 BH', 'BH', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25905, '0050c2b85', 0, 'SilverNet', '16 Cochran Close Milton Keynes Bucks MK8 0AJ GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25906, '6cf373', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25907, '7cd844', 0, 'Enmotus Inc', '65 Enterprise Aliso Viejo CA 92656 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25908, '40d8551d4', 0, 'Prisma Engineering srl', 'Via Petrocchi, 4 Milano MI 20127 IT', 'IT', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25909, 'f0b5d1', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25910, '0050c24c9', 0, 'Scirocco AB', 'Electrum 217 Kista SE-164 40 SE', 'SE', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25911, '0021dd', 0, 'Northstar Systems Corp', '5F, No.200 Gang Qian Rd Taipei 114 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25912, '007e95', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25913, '002189', 0, 'AppTech, Inc', '363 E Greyhound Pass Carmel Indiana 46032 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25914, '64ae88', 0, 'Polytec GmbH', 'Polytec Platz 1-7 Waldbronn BW 76337 DE', 'DE', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25915, 'f8a34f', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-10-15', '2016-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25916, '00c0c5', 0, 'Sid Informatica', 'RUA DR. GERALDO CAMPOS MOREIRA BR', 'BR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25917, '0006b5', 0, 'Source Photonics, Inc', '20550 Nordhoff St. Chatsworth CA 91311 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25918, '0050c2dc0', 0, 'Security Services Group (Ssg)', 'Unit 12, Taurus Business Park Warrington Cheshire WA5 7ZT GB', 'GB', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25919, '00507e', 0, 'Newer Tech', '4848 WEST IRVING ST. WICHITA KS 67209-2621 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25920, '0050c29e7', 0, 'Dorlet Sau', 'Albert Einstein 34 Miñanoo Mayor ALAVA 01510 ES', 'ES', 'IAB', '2008-12-20', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25921, '002718', 0, 'Suzhou New Seaunion Video Tech Co, Ltd', '383 Jingmao Road, Industry Park Suzhou Jiangsu 215021 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25922, 'e8c57a', 0, 'Ufispace Co, Ltd', '9F., No. 81 Jhongcheng Rd., Tucheng Dist., New Taipei 23674 TW', 'TW', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25923, '002085', 0, 'Eaton Corp', '8380 Capital Blvd. RALEIGH NC 27616 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25924, '0050c22a1', 0, 'Infinetix Corp', '2721 N. Van Marter #3 Spokane WA 99206 US', 'US', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25925, '4c63eb', 0, 'Application Solutions (Electronics and Vision) Ltd', 'The Riverside Centre Lewes East Sussex BN7 2AQ GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25926, 'f8c678', 0, 'Carefusion', '10020 Pacific Mesa Blvd San Diego CA 92121 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25927, '40ec99', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-12-10', '2019-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25928, '0050c22b7', 0, 'Rafi GmbH & CoKG', 'P.O. Box 2060 Ravensburg Baden-Württemberg 88190 DE', 'DE', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25929, '0050c26d1', 0, 'Schnick-Schnack-Systems GmbH', 'Mathias-Brüggen Str. 79 Koeln 50829 DE', 'DE', 'IAB', '2007-01-06', '2017-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25930, '0005bb', 0, 'Myspace AB', 'Sveavagen 33 SE', 'SE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25931, 'f4f646', 0, 'Dediprog Tech Co Ltd', '4F,No.7,Lane 143, Xinming Rd., Taipei 114 TW', 'TW', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25932, '0050c298c', 0, 'Mgm-Devices Oy', 'Länsikatuu 15 Joensuu Pohjois-Karjala 80110 FI', 'FI', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25933, '0050c2acc', 0, 'ProPhotonix', '3020 Euro Business Park Co Cork Little Island n/A IE', 'IE', 'IAB', '2010-05-15', '2019-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25934, '0050c2fbc', 0, 'Leroy Somer', 'Usine des Agriers - RDE Angoulême Cedex 9 16915 FR', 'FR', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25935, 'f8cab8', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2015-09-27', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25936, '70b3d56c5', 0, 'Cjsc «Russian telecom equipment Co» (Cjsc Rtec)', 'Zvenigorodskaya 2-nd street 13/15 Moscow 123022 RU', 'RU', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25937, '84fdd1', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-02-13', '2019-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25938, '0090de', 0, 'Cardkey Systems, Inc', '1757 TAPO CANYON ROAD SIMI VALLEY CA 93063 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25939, '0017ba', 0, 'Sedo Co, Ltd', '302, KT Bldg, 1ANNEX, 35-1 Seoul 150-038 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25940, '000c82', 0, 'Network Tech Inc', '1275 DANNER DRIVE AURORA OH 44202 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25941, '70879e', 0, 'Beken Corp', 'Building 41, Capital of Tech Leaders, 1387 Zhangdong Road, Zhangjiang High-Tech Park, Pudong New District Shanghai 201203 CN', 'CN', 'MA-L', '2019-05-30', '2019-05-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25942, '000fbc', 0, 'Onkey Tech, Inc', '780 Montague Expressway, Inc. San Jose CA 95131 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25943, '001e07', 0, 'Winy Tech Co, Ltd', '305-303, Bucheon Techno-park, #365 Bucheon Gyeonggi-do 421-741 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25944, 'a48269', 0, 'Datrium, Inc', '385 Moffett Park Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-04-30', '2016-04-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25945, '70b3d5741', 0, 'How-E', 'No. 19, Alley 16, Lane 61, Yangmei dist. Taoyuan City 32647 TW', 'TW', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25946, '6c2cdc', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25947, '7cbc84a', 0, 'Opnt BV', 'De Boelelaan 1081 Amsterdam 1081 HV NL', 'NL', 'MA-M', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25948, '00403c', 0, 'Forks, Inc', '1-27-4 IRIYA, 110 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25949, '000e51', 0, 'tecna elettronica srl', 'via miglioli 30 castel san pietro terme bologna 40024 IT', 'IT', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25950, 'a89ca4', 0, 'Furrion Ltd', 'Units 503C & 505-508, Level 5, Core D, Cyberport 3, 100 Cyberport Road Hong Kong 00000 HK', 'HK', 'MA-L', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25951, '001b0e', 0, 'InoTec GmbH Organisationssysteme', 'Biedrichstrasse 11 Woelfersheim Hessen D-61200 DE', 'DE', 'MA-L', '2007-01-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25952, 'd890e8', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25953, 'cc4eec', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bundang-gu, Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25954, '70b3d5bd9', 0, 'SolwayTech', '124, Jungdae-ro, Songpa-gu seoul 05829 KR', 'KR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25955, '0003f9', 0, 'Pleiades Communications, Inc', '2830 Market Loop #104 South Lake TX 76092 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25956, '003001', 0, 'Smp', '22, RUE DES COSMONAUTES FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25957, '0050c2ba6', 0, 'Jomitek', 'Skovlytoften 22 Holte DK-2840 DK', 'DK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25958, '287cdb', 0, 'Hefei Toycloud Tech Co, Ltd', 'FLOOR 13,XUNFEI BUILDING,NO.666 WANGJIANG ROAD,HIGH & NEW TECHNOLOGY DEVELOPMENT ZONE.HEFEI. Hefei Anhui 230088 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25959, '70c833', 0, 'Wirepas Oy', 'Visiokatu 4 Tampere 33720 FI', 'FI', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25960, '94f6d6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25961, '6c2990', 0, 'WiZ Connected Lighting Co Ltd', 'Room 3805, 148 Electric Road Hong Kong 0000 0000 HK', 'HK', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25962, '0050c2381', 0, 'Realtime Engineering AG', 'Rickenbacherstr. 29 Gelterkinden BL 4460 CH', 'CH', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25963, '0021fe', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790V DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25964, 'acb1ee', 0, 'Shenzhen Fenda Tech Co, Ltd', 'Fenda Hi-Tech Park, Zhoushi Road, Shiyan, Baoan ShenZhen GuangDong 518108 CN', 'CN', 'MA-L', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25965, '001772', 0, 'Astro Strobel Kommunikationssysteme GmbH', 'Olefant 1-3 Bergisch Gladbach NRW 51427 DE', 'DE', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25966, '342792', 0, 'Freebox Sas', '16 rue de la Ville l\'Eveque PARIS IdF 75008 FR', 'FR', 'MA-L', '2018-04-10', '2018-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25967, '70b3d514e', 0, 'Innosonix GmbH', 'Hauptstrasse 35 Ahorn Bayern 96482 DE', 'DE', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25968, 'f0acd70', 0, 'Guilin glsun Science and Tech Co, Ltd', 'Block D-08, National IT Industry Park, Chaoyang Rd Guilin Guangxi 541000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25969, '2c16bdc', 0, 'Beijing Chj Automotive Co, Ltd', 'Room 101, Building 1, No. 4 Hengxing Road, Gaoliying, Shunyi District Beijing Beijing 101303 CN', 'CN', 'MA-M', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25970, '000eac', 0, 'Mintron Enterprise Co, Ltd', 'NO.3,Wu-Kung 5Rd., Wu-Ku Ind Park Taipei County 248 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25971, '0075e1', 0, 'Ampt, Llc', '4850 Innovation Drive Fort Collins Colorado 80525 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25972, '0050c2f1e', 0, 'Dell\'Orto S.P.A.', 'Via Kennedy, 7 Cabiate Como 22060 IT', 'IT', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25973, '985dad', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25974, '70a84c', 0, 'Monad., Inc', '702, Hanlla Sigma Vally, 545, Dunchon-daero, Jungwon-gu Seongnam-Shi 13215 KR', 'KR', 'MA-L', '2016-05-19', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25975, '24a52c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25976, '00d0b2', 0, 'Xiotech Corp', '6455 FLYING CLOUD DRIVE EDEN PRAIRIE MN 55344 US', 'US', 'MA-L', '2000-11-09', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25977, '0050c2dd1', 0, 'Brankamp GmbH', 'Max.-Plank Str. 9-13 Erkrath NRW 40699 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25978, '0050c24e2', 0, 'Applied Research Laboratories: UT', '10000 Burnet Rd. Austin TX 78758 US', 'US', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25979, '0050c2eb8', 0, 'dspnor', 'Vaagsgaten 22 Bergen Hordaland 5162 NO', 'NO', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25980, '0050c2ebd', 0, 'Droplet Measurement Tech', '2545 Central Avenue Boulder CO 80301 US', 'US', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25981, '70b3d5fc9', 0, 'Shanghai Eict Global Service Co, Ltd', 'Room 1105 NO.376 ZhaojiaBang Road, XuHui District Shanghai 200031 CN', 'CN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25982, '0050c4', 0, 'Imd', 'HERBSTRASSE 8 D-82178 PUCHHEIM DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25983, '001197', 0, 'Monitoring Tech Ltd', '14 Attenburys Park Estate Timperley Cheshire WA14 5QE GB', 'GB', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25984, 'd0e54d', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-11-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25985, '70b3d5fcd', 0, 'Engage Tech', '7041 Boone Ave. N Brooklyn Park MN 55428 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25986, 'c8c465', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25987, '000baa', 0, 'Aiphone Co, Ltd', '2-18 Jinno-Cho Nagoya Aichi-ken 456-8666 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25988, '0050c26a5', 0, 'Eaton Fhf Funke + Huster Fernsig GmbH', 'Gewerbeallee 15-19 Mülheim an der Ruhr NRW D-45478 DE', 'DE', 'IAB', '2007-01-06', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25989, '000f6a', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2004-02-12', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25990, '001fc6', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25991, 'c86c1e', 0, 'Display Systems Ltd', '16-Parkovaja Street 26 Moscow 105484 RU', 'RU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25992, '0050c2cb5', 1, 'Private', '', '', 'IAB', '2010-07-06', '2010-07-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25993, '00d0f3', 0, 'Solari DI Udine Spa', 'VIA GINO PIERI 29 IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25994, '0050c21b1', 0, 'Axes Tech', '14333 Proton Rd Dallas TX 75244 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25995, '70b3d555b', 0, 'Procon Electronics Pty Ltd', 'P O Box 164 Seven Hills NSW 1730 AU', 'AU', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25996, 'b4a8b9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25997, '000f7e', 0, 'Ablerex Electronics Co, Ltd', '1F, No.3 Lane 7, Paokao Rd. Hsintien Taipei Hsien 23114 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25998, '88b168', 0, 'Delta Control GmbH', 'Rondorfer Hauptstraße 33 Cologne NRW 50997 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(25999, '842b2b', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2010-03-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26000, '44599f', 0, 'Criticare Systems, Inc', '20925 Crossroads Circle Waukasha WI 53186 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26001, '98f8db', 0, 'Marini Impianti Industriali s.r.l.', 'Via delle Province, 6A Cisterna di Latina 04012 IT', 'IT', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26002, 'b0f1bc', 0, 'Dhemax Ingenieros Ltda', 'Siete Oriente 1234 Vina del Mar Region de Valparaiso 2530954 CL', 'CL', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26003, '90d11b', 0, 'Palomar Medical Tech', '15 Network Drive Burlington MA 01803 US', 'US', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26004, 'ec3e09', 0, 'Performance Designed Products, Llc', '14144 Ventura Blvd Sherman Oaks California 91423 US', 'US', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26005, '001c1a', 0, 'Thomas Instrumentation, Inc', '133 Landing Rd Cape May Court House NJ 08210 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26006, '0021b2', 0, 'Fiberblaze A/S', 'Kildevangsvej 9 Roskilde 4000 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26007, '70b3d5dae', 0, 'Lge', '10, Magokjungang 10-ro, Gangseo-gu Seoul 07796 KR', 'KR', 'MA-S', '2019-12-10', '2019-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26008, '6828f6', 0, 'Vubiq Networks, Inc', '9231 Irvine Blvd. Irvine California 92618 US', 'US', 'MA-L', '2014-09-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26009, '7c1c4e', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26010, 'b8d8127', 0, 'Neuropace Inc', '455 N Bernardo Ave Mountain View California 94043 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26011, '9ca69d', 0, 'Whaley Tech CoLtd', 'Floor 3, Building E, No666 Shengxia Road Shanghai 201203 CN', 'CN', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26012, '5006ab', 0, 'Cisco Systems, Inc', '80 West Tasman Dr. San Jose CA 94568 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26013, '44aa50', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26014, '9cf6ddc', 0, 'Lighting New Energy Tech Co, Ltd', 'Room 402, Building 22, Chentian Industrial Zone, Xixiang Street, Bao\'an District, Shenzhen Guangdong 518100 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26015, '0050c2695', 0, 'Purelink Tech, Inc', '3333 Queen Mary, suite 525 Montreal Quebec H3V1A2 CA', 'CA', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26016, 'a0e6f8', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26017, '0050c2b30', 0, 'Applied Micro Electronics Ame bv', 'ESP 100 Eindhoven NoordBrabant 5633 AA NL', 'NL', 'IAB', '2010-05-15', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26018, '0050c2dce', 0, 'Mecsel Oy', 'Laitilankuja 5 Helsinki 00420 FI', 'FI', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26019, 'dc64b8', 0, 'Shenzhen JingHanDa Electronics CoLtd', '5th Floor,No 4 ,Road 1,ShangXue Technology industrial Park,LongGang district,ShenZhen,GuangDong,China ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26020, 'f490cba', 1, 'Private', '', '', 'MA-M', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26021, '0004e8', 0, 'Ier, Inc', '4501 So. General Bruce Dr Temple TX 76502 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26022, '0050c2557', 0, 'Netcomsec Co Ltd', '10 Nisshinco 2-chome Fuchu City Tokyo 253-0197 JP', 'JP', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26023, '001ca4', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2007-06-16', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26024, 'b0f893', 0, 'Shanghai Mxchip Information Tech Co, Ltd', '9th Floor, No. 5 Building, 2145 Jinshajiang Rd., Putuo District Shanghai 200333 CN', 'CN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26025, '003de8', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26026, '74f737', 0, 'Kce', '5F KCE B/D,34,Annam-ro 369beon-gil,Bupyoung-gu Incheon 21312 KR', 'KR', 'MA-L', '2018-08-27', '2018-08-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26027, '70b3d5bc4', 0, 'Digital Media Professionals', '16F NakanoCentralParkSouth,4-10-2 Nakano Nakano-ku Tokyo 164-0001 JP', 'JP', 'MA-S', '2018-08-31', '2018-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26028, '00077f', 0, 'J Communications Co, Ltd', '124-4 Ojeon-Dong, Ulwang-City KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26029, '0016e8', 0, 'Sigma Designs, Inc', '1778 McCarthy Blvd. Milpitas CA 95035 US', 'US', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26030, '0050c24bf', 0, 'Westinghouse Rail Systems Ltd', 'Pew Hill Chippenham Wiltshire SN151JD GB', 'GB', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26031, '0050c29ef', 0, 'WoKa-Elektronik GmbH', 'Zeller-Str.7 Romrod Hessen 36329 DE', 'DE', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26032, 'e45d52', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2014-05-27', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26033, '00d0b1', 0, 'Omega Electronics SA', 'ROUTE DE SOLEURE 68 CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26034, '00081c', 0, '@pos.com', '3051 North First Street San Jose CA 95134 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26035, '000c0b', 0, 'Broadbus Tech', '80 Central Street Boxborough Massachusetts 01719 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26036, '0050c299b', 0, 'Bettini Srl', 'Via Cesare Battisti 22 Cesano Maderno Milano I - 20031 IT', 'IT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26037, 'a0043e', 0, 'Parker Hannifin Manufacturing Germany GmbH & Co KG', 'Gutenbergstrasse 38 Kaarst Select State 41564 DE', 'DE', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26038, '0006ac', 0, 'Intersoft Co', '#1803 sun-kyoung Officetel Seoul KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26039, '0007bf', 0, 'Armillaire Tech, Inc', '10411 Motor City Drive Bethesda MD 20817 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26040, '100ba9', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26041, '10b26b', 0, 'base Co, Ltd', 'F1 92 building taoyuancun longzhu road Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26042, '0013e1', 0, 'Iprobe AB', 'Finlandsgatan 12 Kista SE-16474 SE', 'SE', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26043, '0026a7', 0, 'Connect Srl', 'Via Cernaia, 11 Milan 20121 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26044, '70b3d505a', 0, 'Uni Control System Sp. z o. o.', 'Kartuska 391A Gdansk Pomorskie 80-125 PL', 'PL', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26045, '003055', 0, 'Renesas Tech America, Inc', '450 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26046, '0050c2fb7', 0, 'Pounce Consulting', 'Av 8 de Julio 1295 Guadalajara Jalisco 44190 MX', 'MX', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26047, '70b3d5ae7', 0, 'E-T-A Elektrotechnische Apparate GmbH', 'Industriestr. 2-8 Altdorf 90518 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26048, '002522', 0, 'ASRock Incorporation', '2F., No. 37, Sec. 2, Jhongyang S. Rd., Beitou District, Taipei 112 TW', 'TW', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26049, '481249', 0, 'Luxcom Tech Inc', '102 Walgreen Road Ottawa Ontario K0A 1L0 CA', 'CA', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26050, 'e8e732', 0, 'Alcatel-Lucent Enterprise', '26801 West Agoura Road Calabasas CA 91301 US', 'US', 'MA-L', '2011-03-17', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26051, 'e4f8ef', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-08-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26052, '001ea3', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26053, '0050c25ef', 0, 'pikkerton GmbH', 'Lessingstrasse 79 Berlin 13158 DE', 'DE', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26054, '001957', 0, 'Saafnet Canada Inc', '107-1089 East Kent Ave (N) Vancouver BC V5X 4V9 CA', 'CA', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26055, 'a002dc', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26056, '00e05a', 0, 'Galea Network Security', '2 PLACE du COMMERCE - STE #320 BROSSARD, QUEBEC J4W 2T8 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26057, 'd857ef', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-06-14', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26058, '74867a', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2013-01-09', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26059, '70b3d579b', 0, 'Soniclean Pty Ltd', '38 Anderson Street Thebarton SA 5031 AU', 'AU', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26060, '143ebf', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26061, '00124b', 0, 'Texas Instruments', 'Gaustadalleen 21 Oslo N-0349 NO', 'NO', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26062, '0012d1', 0, 'Texas Instruments', '12500 TI Boulevard, Dallas 75243 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26063, '00065d', 0, 'Heidelberg Web Systems', '121 Technology Dr. Durham NH 03824 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26064, '4c4bf9a', 0, 'Electrolux Professional AB', 'Ringvägen 14 Ljungby 34180 SE', 'SE', 'MA-M', '2019-07-03', '2019-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26065, '0050c2bd9', 0, 'Ams Controls, Inc', '12180 Prichard Farm Road Maryland Heights MO 63043 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26066, 'fca47aa', 0, 'Shenzhen Elebao Tech Co, Ltd', 'F/6, Tower A, Zhihuichuangxin Center Bldg,Qianjin Road, XixiangTown, Bao’an District shenzhen GUANGDONG 518126 CN', 'CN', 'MA-M', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26067, '002430', 0, 'Ruby Tech Corp', '3F, NO. 1, Lane 50, Nan Kang Road, Sec. 3, Taipei 11510 TW', 'TW', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26068, '0c9838', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26069, '1430c6', 0, 'Motorola Mobility Llc, a Lenovo Co', '600 North US Highway 45 Libertyville IL 60048 US', 'US', 'MA-L', '2014-03-14', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26070, '70b3d556c', 0, 'Telensa Ltd', 'Iconix 3, London Road Pampisford Cambridgeshire CB22 3EG GB', 'GB', 'MA-S', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26071, '0050c2d85', 0, 'Vitec', '99, rue Pierre Semard CHATILLON 92320 FR', 'FR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26072, '0002bc', 0, 'Lvl 7 Systems, Inc', '13000 Weston Pkwy Cary NC 27513 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26073, '004047', 0, 'Wind River Systems', '1010 ATLANTIC AVENUE ALAMEDA CA 94501 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26074, 'a4da225', 0, 'Original Products Pvt. Ltd', 'B-19, Shiv Park, School Road, Khanpur New Delhi New Delhi 110062 IN', 'IN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26075, '001378', 0, 'Qsan Tech, Inc', '4F., No.103, Ruihu St., Neihu Dist. Taipei 114 TW', 'TW', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26076, '00190a', 0, 'Hasware Inc', '4-12-3 HIGASHI KUNITACHI TOKYO 186-0002 JP', 'JP', 'MA-L', '2006-07-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26077, '002648', 0, 'Emitech Corp', 'No. 156-5A, ChengGong 1st St., Jhubei City Hsinchu County 302 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26078, 'f4ee14', 0, 'Mercury Communication Tech Co, Ltd', 'Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-08-28', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26079, '7868f7', 0, 'YSTen Tech Co, Ltd', 'Room 1715,17/F North Star Times Tower,Chaoyang District,Beijing. Beijing 100101 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26080, '0004ec', 0, 'Memobox SA', '1, Place Dame Suzanne FR', 'FR', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26081, '000bad', 0, 'PC-PoS Inc', '309 Commissioners Road West London Ontario N6J 1Y4 CA', 'CA', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26082, '9cfce8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-11-14', '2019-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26083, '001278', 0, 'International Bar Code', '160 Oak Street Glastonbury CT 06033 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26084, '1c9d3e', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26085, '0001d9', 0, 'Sigma, Inc', '32-3 Seijyo 9 Chome JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26086, '000dd5', 0, 'O\'Rite Tech Co, Ltd', '4f-8,NO 80,GUANGFU RD.SEC 2,SANCHUNG TAIPEI COUNTY 241 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26087, '4013d9', 0, 'Global ES', 'Sinimäentie 8 b Espoo 02631 FI', 'FI', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26088, '0023f0', 0, 'Shanghai Jinghan Weighing Apparatus Co Ltd', 'Building 58, No.99 Chunguang Road, Xinzhuang Industrial Zone,Minhang, Shanghai 201108 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26089, '0025ba', 0, 'Alcatel-Lucent Ipd', '701 E. Middlefield Rd. Mountain View CA 94043 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26090, '7ccbe25', 0, 'DTech Labs Inc', '21580 Beaumeade Circle, Suite 230 Ashburn VA 20147 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26091, 'bc97404', 0, 'Wind Mobility Tech (Beijing) Co, Ltd', '13603, Building 13, No. 2, Nanzhuzhang Hutong, Dongcheng District Beijing Beijing 100010 CN', 'CN', 'MA-M', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26092, '00051f', 0, 'Taijin Media Co, Ltd', '640-8 Tungchon-Dong Seoul 157-030 KR', 'KR', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26093, '0023e8', 0, 'Demco Corp', '#919, Doosan Venturedigm, 126-1 Anyang-Si Kyungki-Do 431-070 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26094, '64b310', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26095, '70b3d5c55', 0, 'Intelligent Energy Ltd', 'Holywell Park Loughborough Leicestershire LE11 3GB GB', 'GB', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26096, '38b8ebd', 0, 'Yellowbrick Data, Inc', '250 Cambridge Av., Suite 201 Palo Alto CA 94306 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26097, '4cae1c', 0, 'SaiNXT Tech Llp', 'Shop No. 7, Sonawala Building, 1st Floor, Proctor Road, Grant Road (E) Mumbai Maharashtra 400007 IN', 'IN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26098, '0050c26c3', 0, 'iTRACS Corp', '1501 W. Fountainhead Parkway Tempe AZ 85282 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26099, '50053d', 0, 'CyWee Group Ltd', '3F, No.28, Lane128 Taipei 10462 TW', 'TW', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26100, '001585', 0, 'Aonvision Technolopy Corp', '2F, No. 58, Park 2nd Ave. Science-Based Industrial Park, Hsinchu 300 TW', 'TW', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26101, '0018b1', 0, 'Ibm Corp', '2051 Mission College Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26102, 'f45433', 0, 'Rockwell Automation', '1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26103, '542cea', 0, 'Protectron', '140 zone industriel CASABLANCA 18600 MA', 'MA', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26104, 'f82055', 0, 'Green Information System', '#202(Shopping center), Woldong-ro 28, Buk-gu Gwangju 61153 KR', 'KR', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26105, '08000d', 0, 'International Computers, Ltd', 'WENLOCK WAY na UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26106, '0050b4', 0, 'Satchwell Control Systems, Ltd', 'P.O. BOX 57, 94 FARNHAM ROAD BERKSHIRE SL1 4UH GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26107, 'a4ed431', 0, 'Ingelabs S.L.', 'Av. Juan Lopez Peñalver, 21 Malaga Malaga 29590 ES', 'ES', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26108, 'ccd39d', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-10-08', '2018-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26109, '0017fb', 0, 'FA', '628-7, Dungchon-Dong Seoul Kangseo-Ku 157-838 KR', 'KR', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26110, '7ccbe27', 0, 'Hangzhou Kaicom Communication Co, Ltd', '12th Floor,Block B CONBA Building,No.288 jiangnan Avenue , Binjiang District, Hangzhou, China Hangzhou Zhejiang 310051 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26111, '70b3d5f3b', 0, 'Epdm Pty Ltd', '2 / 1013 Centre Road Bentleigh East Victoria 3165 AU', 'AU', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26112, '0021f3', 0, 'Si14 SpA', 'Via Tommaseo 77 Padova PD 35131 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26113, '0050c2a2e', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'IAB', '2009-02-18', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26114, '70b3d548c', 0, 'Integrated Systems Engineering, Inc', '600 South Holmes, STE 4 St. Louis Missouri 63122 US', 'US', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26115, '585ff6', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26116, '64eeb7', 0, 'Netcore Tech Inc', 'Building 6, Baolong Plant, Able Technology Park, Longgang District, Shenzhen 518116 CN', 'CN', 'MA-L', '2018-07-23', '2018-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26117, 'a090de', 0, 'Veedims, Llc', '49 N. Federal Highway #397 Pompano Beach Florida 33062 US', 'US', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26118, '70b3d542f', 0, 'Sintokogio, Ltd', '3-1, Honohara Toyokawa Aichi 4428505 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26119, '0050c2c7a', 0, 'Protonic Holland', 'Factorij 36 Zwaag 1689 AL NL', 'NL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26120, '40e230', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd., New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2014-07-13', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26121, '1c8776b', 0, 'Hekatron Vertriebs GmbH', 'Brühlmatten 9 Sulzburg 79295 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26122, 'ac63be', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26123, '34049eb', 0, 'Eginity, Inc', '37 N Orange Ave STE 770 Orlando 32801 US', 'US', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26124, '5c0038', 0, 'Viasat Group S.p.A.', 'Via Aosta 23 Venaria Reale Torino 10078 IT', 'IT', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26125, '0013bf', 0, 'Media System Planning Corp', '4F Velco-Kuromon Bldg. Taito-ku, Tokyo 110-0005 JP', 'JP', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26126, '0019dd', 0, 'Fei-Zyfer, Inc', '1515 S. Manchester Anaheim CA 92802 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26127, '843e92', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26128, '70b3d55aa', 0, 'Chugoku Electric Manufacturing Co, Inc', 'Ozu 4-4-32 Minami-ku, Hirosima-shi HIROSHIMA 732-0802 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26129, 'd8d4e6', 0, 'Hytec Inter Co, Ltd', '3-28-6 Yoyogi Shibuya-ku Tokyo 1510053 JP', 'JP', 'MA-L', '2019-03-25', '2019-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26130, '2c61f6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26131, '4c917a3', 0, 'Smart Access', 'Nauchnuy Proezd 10 Moscow 117246 RU', 'RU', 'MA-M', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26132, '70b3d5cb8', 0, 'Verti Tecnologia', 'Praça Osório, 437, 5º andar Curitiba Parana 80020-010 BR', 'BR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26133, 'c8e776', 0, 'Ptcom Tech', 'NO.189-8, SEC. 3, NANJING E. RD., ZHONGSHAN DIST. Taipei 10488 TW', 'TW', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26134, '28068d', 0, 'Itl, Llc', 'P.O. Box 41875 Nashville TN 37204 US', 'US', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26135, 'a86bad', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26136, '009047', 0, 'Giga Fast E. Ltd', '14F, NO.112, SEC. 1 Hsi-Chih Taipei Hsien TW', 'TW', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26137, '0050c2610', 0, 'Fdt Manufacturing, Llc', '1005 Alderman Dr Alpharetta GA 30005 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26138, '70b3d59ce', 0, 'Terragene S.A', 'Guemes 2879 Rosario Santa fe 2000 AR', 'AR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26139, '28385c', 0, 'Flextronics', 'Carretera Base Aerea 5850 int 4 Zapopan Jalisco 45136 MX', 'MX', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26140, '3c9180', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26141, '0050c2e52', 0, 'Famas System S.p.A.', 'Via degli artigiani sud, 19 Egna BZ 39044 IT', 'IT', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26142, '104400', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26143, '0007d5', 0, '3e Tech Int;., Inc', '15800 Crabbs Branch Way Rockville MD 20855 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26144, '001cc9', 0, 'Kaise Electronic Tech Co, Ltd', 'No.678, Wunsyue Rd., Zuoying District, Kaohsiung 813 TW', 'TW', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26145, '44add9', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26146, '00c059', 0, 'Denso Corp', '1-1, Showa-cho, Kariya-shi, Aichi 448-8661 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26147, '00c068', 0, 'Hme Clear-Com Ltd', '7400 Beach Drive Cambridgeshire CB25 9TP GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26148, '7cbaccb', 0, 'Briowireless Inc', '4593 Louis-B Mayer Laval QC - Quebec H7P 6G5 CA', 'CA', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26149, '0050c25ab', 0, 'Eaton Corp Electrical Group Data Center Solutions - Pulizzi', '3200 S. Susan Street Santa Ana 92704 US', 'US', 'IAB', '2006-04-13', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26150, 'd05a0f', 0, 'I-BT Digital Co, Ltd', '17F.-8, No.866, Zhongzheng Rd., Zhonghe Dist New Taipei 235 TW', 'TW', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26151, '001692', 0, 'Scientific Atlanta, Inc', '5030 Sugarloaf Pkwy Lawrenceville GA 30044 US', 'US', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26152, '141fba9', 0, 'Black Moth Tech', '17 Waverley St Annerley Queensland 4103 AU', 'AU', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26153, '6009c3', 0, 'u-blox AG', 'Zuercherstrasse 68 Thalwil 8800 CH', 'CH', 'MA-L', '2019-02-14', '2019-02-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26154, '001098', 0, 'Starnet Tech, Inc', '2210 O\'TOOLE AVE. SAN JOSE CA 95131 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26155, '0010fc', 0, 'Broadband Networks, Inc', '37 STEVENSON ROAD WINNIPEG, MANITOBA R3H 0H9 CA', 'CA', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26156, '00243f', 0, 'Storwize, Inc', '11 Alatlef St. Yehud 56216 IL', 'IL', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26157, '7463df', 0, 'Vts GmbH', 'Am Königholz Ost 4 Eglhausen Bavaria 85411 DE', 'DE', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26158, '1804ed', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26159, '54ded0', 0, 'Sevio Srl', 'Via Dei Caniana 6/A Bergamo Bergamo 24127 IT', 'IT', 'MA-L', '2019-04-10', '2019-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26160, 'd4f547', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26161, '000298', 0, 'Broadframe Corp', '5828 Moonstone Ave. Alta Loma CA 91701 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26162, '002240', 0, 'Universal Telecom S/A', 'Avenida Paulista, 2444 - 17 andar São Paulo 01310-300 BR', 'BR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26163, '50c8e5', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26164, '004059', 0, 'Yoshida Kogyo K. K.', 'TECHNICAL RESEARCH DEPT. 939 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26165, '001bc501c', 0, 'Coolit Systems, Inc', '3920 - 29th St. N.E. Calgary AB T1Y6B6 CA', 'CA', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26166, '3ccd5a', 0, 'Technische Alternative GmbH', 'Langestr. 124 Amaliendorf Lower Austria A-3872 AT', 'AT', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26167, '1c87743', 0, 'Silora R&D', 'Kibbutz Kfar-Masaryk Haifa 25208 IL', 'IL', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26168, 'e0aa96', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26169, '282c024', 0, 'Efento T P SzydŁOwski K ZarĘBA SPÓŁKA Jawna', 'Dietla 93/6 Kraków 31-031 PL', 'PL', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26170, '60f18a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26171, '0004ba', 0, 'Kdd Media Will Corp', '2-1-23 Nakameguro 153-0061 JP', 'JP', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26172, '0050c2021', 0, 'Drs Tech Canada Co', '115 Emily Place Ontario K7C 4J5 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26173, '68afff', 0, 'Shanghai Cambricon Information Tech Co, Ltd', '888 West Huanhu Road No.2, Nanhui New Town, Pudong New Area Shanghai Shanghai 200000 CN', 'CN', 'MA-L', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26174, '0016da', 0, 'Futronic Tech Co Ltd', 'Room 1016A, 10/F., Profit Ind. Bldg., Kwai Chung 00000 HK', 'HK', 'MA-L', '2005-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26175, 'bc8893', 0, 'Villbau Ltd', 'Üllöi ut 611. Budapest - H-1182 HU', 'HU', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26176, '64b9e8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26177, '70b3d5504', 0, 'Xsight Systems Ltd', '11 Haavoda Street Rosh-Haayin Shfela 4801761 IL', 'IL', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26178, '70b3d55e2', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26179, '00b5d0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26180, '000b87', 0, 'American Reliance Inc', '11801 Goldring Rd Arcadia CA 91006 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26181, '001201', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26182, '40d8550f4', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 5 Dinkelsbühl Bavaria 91550 DE', 'DE', 'IAB', '2013-05-16', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26183, '409558', 0, 'Aisino Corp', 'No.18A, Xingshikou Road, Beijing 100195 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26184, '040cce', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26185, 'f89066', 0, 'Nain Inc', 'Aoyamadai building 902, Shibuya 2-9-10, Shibuya-ku Tokyo 150-0002 JP', 'JP', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26186, '0050c2747', 0, 'Cdsa Dam Neck', '1922 Regulus Avenue Virginia Beach VA 23461-2097 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26187, '70b3d56f6', 0, 'Acco Brands Europe', 'Oxford house Aylesbury Buckinghamshire HP21 8SZ GB', 'GB', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26188, 'b857d8', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26189, '000858', 0, 'Novatechnology Inc', 'Nova Bldg. 4F 641 03 Seoul 135-080 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26190, 'b01c91', 0, 'Elim Co', '4F Gagu Plaza B/D 81-9, jeongja-dong, Jangan-gu, Suwon city Gyeonggi-Do 440-300 KR', 'KR', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26191, '000f64', 0, 'D&R Electronica Weesp BV', 'Rijnkade 15B WEESP NH 1382GS NL', 'NL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26192, '0050c287b', 0, 'UAVNavigation S.L.', 'Av. Doctor Severo Ochoa Alcobendas Madrid 28100 ES', 'ES', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26193, '0024de', 0, 'Global Tech Inc', 'No.168,Shanshan Rd., Wangchun Industrial Park, Ningbo 315176 CN', 'CN', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26194, '48066a', 0, 'Tempered Networks, Inc', '100 West Harrison St Seattle WA 98119 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26195, 'd47c44', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-03-13', '2018-03-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26196, '000095', 0, 'Sony Tektronix Corp', 'P.O. BOX 5209 TOKYO INT\'L JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26197, '08006d', 0, 'Whitechapel Computer Works', '75 WHITECHAPEL ROAD LONDON E1 1DU GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26198, 'a0e534', 0, 'Stratec Biomedical AG', 'Gewerbestrasse 37 Birkenfeld Baden Wuertemberg 75217 DE', 'DE', 'MA-L', '2012-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26199, '44c39b', 0, 'Ooo Rubezh Npo', 'Pionerskaya 11a Bratsk Irkutsk 665717 RU', 'RU', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26200, '6077e2', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26201, '000221', 0, 'Dsp Application, Ltd', '12F-12, No. 79, Sec. 1 Hsin Tai Wu Rd. TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26202, '001259', 0, 'Thermo Electron Karlsruhe', 'DIESELSTRAßE 4 KARLSRUHE Baden-Württemberg 76227 DE', 'DE', 'MA-L', '2004-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26203, 'bcb181', 0, 'Sharp Corp', '22-22,Nagaike-cho, Osaka, 545-8522, JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26204, '08b2a3', 0, 'Cynny Italia S.r.L.', 'Via delle Mantellate, 8 Firenze FI 59021 IT', 'IT', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26205, '70b3d5e23', 0, 'Smith Meter, Inc', '1602 Wagner Ave. Erie PA 16510 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26206, '5062558', 0, 'Roda industrial development Co, Ltd', '2-3F,Building C,Unistar Park,GenYu Road,GuangMing New District Shenzhen 518000 CN', 'CN', 'MA-M', '2019-09-03', '2019-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26207, '0050c23cf', 0, 'Technovare Systems, Inc', '1675 Scenic Avenue Costa Mesa CA 92626 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26208, '001412', 0, 'S-Tec electronics AG', 'Industriestrasse 49 Zug 6300 CH', 'CH', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26209, '00d00c', 0, 'Snijder Micro Systems', 'P.O. BOX 300 THE NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26210, '8c4962', 0, 'Roku, Inc', '150 Winchester Circle Los Gatos CA 95032 US', 'US', 'MA-L', '2019-05-07', '2019-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26211, '0020cc', 0, 'Digital Services, Ltd', '9 WAYTE STREET ENGLAND PO6 3BS GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26212, 'a4516f', 0, 'Microsoft Mobile Oy', 'Keilalahdentie 4 Espoo 02150 FI', 'FI', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26213, '00267b', 0, 'Gsi Helmholtzzentrum für Schwerionenforschung GmbH', 'Planckstraße 1 Darmstadt Hessen 64291 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26214, '802275', 0, 'Beijing Beny Wave Tech Co Ltd', 'No.55, Jiachuang Road Tongzhou District Beijing 101111 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26215, '34885d', 0, 'Logitech Far East', '#2 Creation Rd. 4, Hsinchu 300 TW', 'TW', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26216, 'b4750e', 0, 'Belkin International Inc', '12045 East Waterfront Drive Playa Vista Ca. 90094 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26217, '0c54a5', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2013-11-12', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26218, '70b3d54d2', 0, 'Biotage Sweden AB', 'Vimpelgatan 5 Uppsala 753 18 SE', 'SE', 'MA-S', '2018-08-23', '2018-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26219, '00c087', 0, 'Uunet Tech, Inc', '3110 FAIRVIEW PARK DR. #570 FALLS CHURCH VA 22042 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26220, '000188', 0, 'Lxco Tech ag', 'Gimmerstraße 69 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26221, '4c4bf91', 0, 'Jiangsu acrel Co, Ltd', 'No. 5, Dongmeng Road, Nanzha Street Jiangyin City Jiangsu Province 214400 CN', 'CN', 'MA-M', '2019-06-24', '2019-06-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26222, '90e2fcd', 0, 'Beijing Lanxum Computer Tech Co, Ltd', '3A Floor,BlockB,Technology Fortune Center,No 8 Xueqing Road,Haidian District, Beijing Beijing 100192 CN', 'CN', 'MA-M', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26223, '280b5c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-07-29', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26224, '00233a', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2008-10-25', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26225, 'd44b5e', 0, 'Taiyo Yuden Co, Ltd', '8-1, Sakae-cho Takasaki-shi Gunma 370-8522 JP', 'JP', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26226, '00130a', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2004-12-11', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26227, '001cba', 0, 'VerScient, Inc', '7700 Equitable Drive Eden Prairie MN 55344 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26228, '001d8c', 0, 'La Crosse Tech Ltd', '2809 Losey Blvd. So. La Crosse WI 54601 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26229, '10fc54', 0, 'Shany Electronic Co, Ltd', '4F, No. 92, Section 1, Nei-Hu Road Taipei 114 TW', 'TW', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26230, '70b3d5efe', 0, 'Meiden System Solutions', '515 NUMAZU SHIZUOKA 410-8588 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26231, '3481f4', 0, 'Sst Taiwan Ltd', '5F, No. 5, Industry E Rd. VII, Hsin Chu, Taiwan 30077 TW', 'TW', 'MA-L', '2015-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26232, '0001af', 0, 'Artesyn Embedded Tech', '2900 S. Diablo Way Tempe AZ 85282 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26233, '0050c22ed', 0, '4rf Communications Ltd', '26 Glover Street Wellington 6032 NZ', 'NZ', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26234, '30d587', 0, 'Samsung Electronics Co, Ltd', '#416, Maetan 3-dong Suwon-si Gyeonggi-do 443-742 KR', 'KR', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26235, '40f04e', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26236, '70b3d5f18', 0, 'HD Vision Systems GmbH', 'Berliner Str. 43 Heidelberg 69120 DE', 'DE', 'MA-S', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26237, '0050c2188', 0, 'dresden-elektronik', 'Glasewaldtstraße 22 Dresden D-01277 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26238, 'f0728c', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26239, '005022', 0, 'Zonet Tech, Inc', '830 ROOM, BLDG. 53, 195, SEC.4 HSINCHA TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26240, '0024c5', 0, 'Meridian Audio Ltd', '11 Latham Road Huntingdon Cambs PE29 6YE GB', 'GB', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26241, '80f62e', 0, 'Hangzhou H3c Tech Co, Ltd', '310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26242, '087baa', 0, 'Svyazkomplektservice, Llc', 'Lenskaya 2-21 Moscow 129327 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26243, 'fc58fa', 0, 'Shen Zhen Shi Xin Zhong Xin Tech Co, Ltd', 'Block 3, Dong Huan Industrial Zone, Sha Jing Town Shen Zhen Guang Dong 518000 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26244, '70b3d5ef5', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach North Rhine-Westphalia 51465 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26245, '1459c0', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26246, 'f03f95', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26247, '00e023', 0, 'Telrad', 'P.O. BOX 50 LOD 71100 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26248, '001500', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26249, '740edb', 0, 'Optowiz Co, Ltd', 'D-901 Bundang Techno Park Seongnam-si Kyeonggi-do 463-760 KR', 'KR', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26250, 'b4827b', 0, 'Akg Acoustics GmbH', 'Lemboeckgasse 21-25 Vienna 1230 AT', 'AT', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26251, '1883bf', 0, 'Arcadyan Tech Corp', '4F, No. 9, Park Avenue II , Hsinchu 300 TW', 'TW', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26252, '70b3d5088', 0, 'OptiScan Biomedical Corp', '24590 Clawiter Road Hayward CA 94545 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26253, '8020fd', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26254, '000d71', 0, 'boca systems', '1065 s. rogers circle boca raton fl 33487 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26255, 'd0a311', 0, 'Neuberger Gebäudeautomation GmbH', 'Oberer Kaiserweg 6 Rothenburg o.d.T. Bayern 91541 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26256, '0050c217f', 0, 'Pdq Manufacturing', '1698 Scheuring Road De Pere WI 54115 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26257, '00246e', 0, 'Phihong Usa Corp', '47800 Fremont Blvd. Fremont CA 94538 US', 'US', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26258, '0050c2a51', 0, 'Y-products CoLtd', 'Yamato-higashi1-11-24 Yamato-city Kanagawa-pref 242-0017 JP', 'JP', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26259, 'c83a35', 0, 'Tenda Tech Co, Ltd', 'Room 601-602,R/D Building Complex,Tsinghua High-Tech Park,nanshan district Shenzhen Guandong 518057 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26260, '00036e', 0, 'Nicon Systems (Pty) Ltd', '11 Termo Street ZA', 'ZA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26261, '000381', 0, 'Ingenico International', '1/9 Apollo Street AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26262, '30fb94', 0, 'Shanghai Fangzhiwei Information Tech Co, Ltd', 'The 17th Building A Unit,No. 1688 Lianhang Road,Minhang District,Shanghai City Shanghai 201100 CN', 'CN', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26263, '240a63', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26264, '0050c2913', 0, 'Leonardo MW Ltd (Land & Naval Defence Electronic)', 'A Finmeccanica Company Basildon Essex SS14 3EL GB', 'GB', 'IAB', '2008-11-13', '2017-12-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26265, '0050c2ecd', 0, 'Peek Traffic Corp', '2906 Corporate Way Palmetto Florida 34221 US', 'US', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26266, '0050c283f', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26267, 'fc27a2', 0, 'Trans Electric Co, Ltd', '771,Sec.2 Chungsan Rd,Huatang Changhua Taiwan 503 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26268, '94f19e', 0, 'Huizhou Maorong Intelligent Tech Co, Ltd', 'China Guangdong Huizhou Huizhou Guangdong 516000 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26269, '98234e', 0, 'Micromedia AG', 'Gartenweg 46 Buonas Zug 6343 CH', 'CH', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26270, '000a66', 0, 'Mitsubishi Electric System & Service Co, Ltd', '1-4-13 OOYODONAKA,KITA-KU OSAKA 531-0076 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26271, '001387', 0, '27m Tech AB', 'Diskettgatan 11 Linköping S-583 35 SE', 'SE', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26272, '001193', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26273, 'cccc4e', 0, 'Sun Fountainhead Usa. Corp', '801 S. Garfiled AVE # 236 Los Angeles California 91801 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26274, 'b0aa36', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD DONGGUAN GUANGDONG 523860 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26275, '481bd2', 0, 'Intron Scientific Co, Ltd', '6F., NO. 136,Sec 2,Keelung Rd., Da-an district Taipei 106 TW', 'TW', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26276, '70b3d5c41', 0, 'Merlin Csi', '10755 Scripps Poway Pkwy # 524 San Diego CA 92131 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26277, '04ecbb', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26278, '308944', 0, 'Deva Broadcast Ltd', 'Alexander Stamboliyski 65 Burgas Burgas 8000 BG', 'BG', 'MA-L', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26279, '00a0f2', 0, 'Infotek Communications, Inc', '111 ANZA BLVD., #203 BURLINGAME CA 94010 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26280, '000f97', 0, 'Avanex Corp', '40919 Encyclopedia Circle Fremont CA 94538 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26281, '58bc27', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26282, 'd4df57', 0, 'Alpinion Medical Systems', '1F Verdi Tower 222-22 Seoul 181-848 KR', 'KR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26283, 'd8ddfd', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26284, '7c0cf6', 0, 'Guangdong Huiwei High-Tech Co, Ltd', 'E Block No. 1 in Ecological Area in Puzhai NewArea Fengshun County, Meizhou Guangdong province 514000 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26285, 'fcf5c4', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26286, '2443e2', 0, 'Dasan Network Solutions', 'DASAN Tower 8F, 49 Daewangpangyo-ro644beon-gil Bundang-gu Seongnam-si Gyeonggi-do 13493 KR', 'KR', 'MA-L', '2020-02-07', '2020-02-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26287, '0030c4', 0, 'Canon Imaging Systems Inc', '1-24 Yoneyama, Chuo-ku Niigata-shi Niigata 950-0916 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26288, '001b87', 0, 'Deepsound Tech Co, Ltd', '3F No. 576 Sec. 1, Minsheng N. Rd., Gueishan Township, Taoyuan 333 TW', 'TW', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26289, '70b3d58f0', 0, 'Eraeseeds Co, Ltd', '284-2, WONHYORO3-GA, YONGSAN-GU SEOUL 140-849 KR', 'KR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26290, '70b3d5fee', 0, 'Kawasaki Robot Service, Ltd', '2-1-9,Takatsukadai,Nishi-ku Kobe Hyogo 651-2271 JP', 'JP', 'MA-S', '2018-08-31', '2018-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26291, '241510e', 0, 'Satellite Link Tech Co, Ltd', '1305 ,SED science and technology Building,No.1 science and technology road,Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26292, '08be09', 0, 'Astrol Electronic AG', 'Vorderi Böde 3 Oberrohrdorf AG 5452 CH', 'CH', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26293, '7c8d91', 0, 'Shanghai Hongzhuo Information Tech Co, Ltd', 'Room.161,Building 5,No.311 Jingao RD Pudong Shanghai 200136 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26294, '000d1a', 0, 'Mustek System Inc', 'No. 25, R&D Road, Science-Based Industri Hsin-Chu 300 TW', 'TW', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26295, '643ab1', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu, Sichuan Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26296, '2836383', 0, 'Sabinetek', 'NO.1406 Hong Yuan Building ,Jiu Xian Qiao Road A 4,Chao Yang Beijing China Beijing Beijing 100000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26297, '0050c20d8', 0, 'Charlotte\'s Web Networks', 'PO Box 333 Industrial Park Yokneam 20600 IL', 'IL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26298, '000a4b', 0, 'DataPower Tech, Inc', 'One Alewife Center Cambridge MA 02140 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26299, '00180b', 0, 'Brilliant Telecommunications', '307 Orchard City Dr. Campbell CA 95008 US', 'US', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26300, '0425c5', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26301, '6095ce', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26302, '70b3d5409', 0, 'Beijing Yutian Tech Co, Ltd', 'First floor, Jiangshan Holding Building, No.6 Academy of Agricultural Sciences West Road, Haidian District Beijing Beijing 100097 CN', 'CN', 'MA-S', '2019-04-19', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26303, '000010', 0, 'Sytek Inc', '1225 CHARLESTON ROAD MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26304, '000e1d', 0, 'Arion Tech Inc', '3F, Pica Bldg, 894-2, Hogye 2 Dong An-Yang City Gyeonggi-Do KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26305, '00118b', 0, 'Alcatel-Lucent Enterprise', '26801 West Agoura Road Calabasas CA 91301 US', 'US', 'MA-L', '2004-06-15', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26306, '001f4d', 0, 'Segnetics Llc', 'Shkiperski protok 14 Saint-Petersburg 199106 RU', 'RU', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26307, '7c1476', 0, 'Damall Tech Sas', 'Corso della Repubblica 65 Fabriano Ancona 60044 IT', 'IT', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26308, 'e8d483', 0, 'Ultimate Europe Transportation Equipment GmbH', 'Industriestraße 3 3300 Niederösterreich 3300 AT', 'AT', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26309, '70b3d5ec6', 0, 'Esii', '2 Rue de la Prade LAVERUNE LR 34880 FR', 'FR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26310, '58c5cb', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26311, '0050f4', 0, 'Sigmatek GmbH & Co KG', 'A-5112 LAMPRECHTSHAUSEN, AT', 'AT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26312, '000434', 0, 'Accelent Systems, Inc', '2620 Ridgewood Rd., Akron OH 44313 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26313, 'cc8e71', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26314, '6cc4d5', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2017-10-31', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26315, 'a40c66', 0, 'Shenzhen Colorful Yugong Tech and Development Co, Ltd', '13F, Central Business Tower, No.88 Fuhua First Rd., Futian District, Shenzhen, Guangdong, China Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26316, '60f262', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-06-26', '2019-06-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26317, '000a29', 0, 'Pan Dacom Networking AG', 'Dreieich Plaza 1B Dreieich Hessen D-63303 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26318, '001825', 1, 'Private', '', '', 'MA-L', '2006-06-13', '2011-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26319, '9405bb9', 0, 'Zimmer GmbH', 'Im Salmenkopf 5 Rheinau Baden-Württemberg 77866 DE', 'DE', 'MA-M', '2020-01-16', '2020-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26320, 'a8a5e2', 0, 'Msf-Vathauer Antriebstechnik GmbH & Co KG', 'Am Hessentuch 6-8 Detmold Nordrhein-Westfalen 32758 DE', 'DE', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26321, '70b3d53f7', 0, 'Advansid', 'Via Alla Cascata 56/C Trento 38123 IT', 'IT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26322, '0050c20d6', 0, 'INCOstartec GmbH', 'Potsdamer Straße 8 D-14513 Teltow DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26323, '0050c2', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2000-11-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26324, '0090ad', 0, 'Aspect Electronics, Inc', '12740 EARHART AVE. AUBURN CA 95602 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26325, '001d12', 0, 'Rohm Co, Ltd', '21 Saiin-Mizosaki-cho, Kyoto-shi KYOTO 615-8585 JP', 'JP', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26326, '00222f', 0, 'Open Grid Computing, Inc', '4030-1 West Braker Lane STE130 Austin TX 78759 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26327, '644d70', 0, 'dSPACE GmbH', 'Rathenaustraße 26 Paderborn 33102 DE', 'DE', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26328, '0050c2f2a', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26329, 'ec8eb5', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26330, '306a85', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26331, '00098c', 0, 'Option Wireless Sweden', 'Sturegatan 2 Sundbyberg SE-172 24 SE', 'SE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26332, '0050c201c', 0, 'Tadiran Scopus', '5 Hatzorf St. IL', 'IL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26333, '0050c2db9', 0, 'Peek Traffic Corp', '2906 Corporate Way Palmetto Florida 34221 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26334, '1cb17f', 0, 'Nec Platforms, Ltd', '800 Shimomata Kakegawa Shizuoka 436-8501 JP', 'JP', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26335, '70b3d55fd', 0, 'Windar Photonics', 'Helgeshoj Alle 16 Taastrup Copenhagen 2630 DK', 'DK', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26336, '70b3d5f1c', 0, 'Bavaria Digital Technik GmbH', 'Rehbichler Weg 26 Pfronten Bayern 87459 DE', 'DE', 'MA-S', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26337, '008067', 0, 'Square D Co', '4041 NORTH RICHARD STREET MILWAUKEE WI 53201 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26338, '0050c2cd5', 0, 'Arcos Tech Ltd', '26 Hasivim St. Petach-Tikva 49517 IL', 'IL', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26339, 'a40801', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26340, '4c1480', 0, 'Noregon Systems, Inc', '100 N. MAIN ST. SUITE 2200 WINSTON - SALEM NC 27101 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26341, '04c3e6', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26342, '001ad4', 0, 'iPOX Tech Co, Ltd', '15F-1, No.186, Jian-Yi Rd., Chung-Ho City, Taipei 235 TW', 'TW', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26343, '0025ec', 0, 'Humanware', '445 rue du Parc Industriel Longueuil Québec J4H 3V7 CA', 'CA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26344, '70b3d5357', 0, 'Movimento Group AB', '45550 Commerce Center Drive Plymouth MI 48170 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26345, '1889a0', 0, 'Wuhan Funshion Online Tech Co, Ltd', '5th Floor,Financial Port Building A9,No.77 Optical Valley Avenue, East Lake High-Tech Development Zone, Wuhan Wuhan CN/Hubei 430000 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26346, '0030ec', 0, 'Borgardt', 'DIESELSTR. 15 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26347, '005017', 0, 'Rsr S.R.L.', 'VIA SINIGAGLIA, 38 22075 IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26348, '0050c28bb', 0, 'smtag international ag', 'Bahnhofstrasse 198 Wetzikon Zürich 8620 CH', 'CH', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26349, 'ecf35b', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI', 'FI', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26350, 'f4b6e5', 0, 'TerraSem Co, Ltd', '9,Gwahaksaneop 5-ro Cheongwon-Gu ChungBuk 363-885 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26351, '000162', 0, 'Cygnet Tech, Inc', '1411 LeMay Drive #301 Carrollton TX 75007 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26352, '0015cf', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-09-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26353, '088039', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26354, 'b887c6', 0, 'Prudential Tech Co, Ltd', 'UNIT 4,7/F BRIGHT WAY TOWER, NO33 MONG KOK RD, Hong Kong 999077 CN', 'CN', 'MA-L', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26355, '000784', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26356, '34bdfa', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26357, 'e4a32f', 0, 'Shanghai Artimen Tech Co, Ltd', 'Room 4462, Third Building, No. 505, Xinge Road, Xinqiao Town, SongJiang District, Shanghai City, China Shanghai Shanghai 201206 CN', 'CN', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26358, '00607b', 0, 'Fore Systems, Inc', '1000 FORE DRIVE WARRENDALE PA 15086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26359, '2c337a', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-09-02', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26360, 'dc028e', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26361, '188b9d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26362, 'ccd31ec', 0, 'NantEnergy', '8455 North 90th Street Suite 4 Scottsdale AZ 85258 US', 'US', 'MA-M', '2016-08-25', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26363, 'bc825d', 0, 'Mitsumi Electric Co, Ltd', '2-11-2, Tsurumaki Tama-shi Tokyo 206-8567 JP', 'JP', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26364, '70b3d556e', 0, 'Power Electronics Espana, S.L.', 'C/ Leonardo Da Vinci, 24-26 Paterna Valencia 46980 ES', 'ES', 'MA-S', '2019-10-10', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26365, '00307b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26366, '00b0ac', 0, 'Siae-Microelettronica S.p.A.', 'Via Michelangelo Buonarroti, 21 20093 Cologno M. (Ml) IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26367, '0050c2d92', 0, 'Manz', '21D Yagia Kapayim St. Petach-Tikva 49130 IL', 'IL', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26368, '58eece', 0, 'Icon Time Systems', '15201 NW Greenbrier Parkway Beaverton OR 97006 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26369, '00165f', 0, 'Fairmount Automation', '4621 West Chester Pike Newtown Square PA 19073 US', 'US', 'MA-L', '2005-11-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26370, '40d8550b9', 0, 'WxBR Sistemas de Telecomunicacoes Ltda', 'Rua Dr Ricardo Benetton Martins, S/N Campinas São Paulo 13086902 BR', 'BR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26371, '70b3d5052', 0, 'Sudo Premium Engineering', 'Seoch dong, Seocho gu ASI|KR|KS013|SEOUL KR', 'KR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26372, '905c44', 0, 'Compal Broadband Networks, Inc', '13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW', 'TW', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26373, '60d7e35', 0, 'Revol Tech Inc', '5336 Queen Mary Cote-St-Lu, APT#5 montreal QC H3X1T8 CA', 'CA', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26374, '000346', 0, 'Hitachi Kokusai Electric, Inc', '1-6-10 Uchikanda JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26375, '0013e8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26376, '50ff99', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26377, '70b3d5cd1', 0, 'Cannex Tech Inc', 'No.182, Sec.2, Yuanlu Rd. Sihu Changhua 51449 TW', 'TW', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26378, '0014a5', 0, 'Gemtek Tech Co, Ltd', 'No. 1 Jen Ai Road Hukou, Hsinchu 303 TW', 'TW', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26379, '002446', 0, 'Mmb Research Inc', '35 Prince Arthur Ave. Toronto Ontario M5R 1B2 CA', 'CA', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26380, '70b3d5636', 0, 'Globalcom Engineering Spa', 'Via Volta 39 CARDANO AL CAMPO VA 21010 IT', 'IT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26381, '744be9', 0, 'Explorer Hypertech Co, Ltd', '7F.-9,NO.112,Xinmin St New Taipei City 235 TW', 'TW', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26382, '0ccef6', 0, 'Guizhou Fortuneship Tech Co, Ltd', '2nd Floor, Factory Building 4, Hi-Tech Industrial Park, Xinpu Economic Development Zone, Xinpu New District Zunyi City Guizhou Province 56300 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26383, '70b3d51eb', 0, 'Xavant', '309 Derdepoort Rylaan, Silverton Pretoria Gauteng 0181 ZA', 'ZA', 'MA-S', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26384, '70b3d56ab', 0, 'Arrow (China) Electronics Trading Co, Ltd', 'Floor 28, taikang financial building, building 1, yard 38, dongsanhuan north road, chaoyang district, Beijing beijing beijing 100033 CN', 'CN', 'MA-S', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26385, '0050c2b8d', 0, 'Cemsi', '780 Keezletown Road Weyers Cave VA 24486 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26386, 'bc6a2f', 0, 'Henge Docks Llc', '455 10th St. San Francisco California 94103 US', 'US', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26387, 'bc1c81', 0, 'Sichuan iLink Tech Co, Ltd', 'Anzhou,Industrial park,Mianyang,Sichuan Mianyang 622651 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26388, '70b3d5c65', 0, 'Peek Traffic', '5401 N SAM HOUSTON PKWY W HOUSTON null 77086 US', 'US', 'MA-S', '2018-04-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26389, '001b32', 0, 'QLogic Corp', '26650 Aliso Viejo Parkway Aliso Viejo CA 92656 US', 'US', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26390, 'f44d30', 0, 'Elitegroup Computer Systems Co, Ltd', 'No.239,Sec.2,Ti Ding Blvd., Taipei Taipei TW', 'TW', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26391, '0023d5', 0, 'Warema electronic GmbH', 'Dillberg 33 Marktheidenfeld Bavaria 97828 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26392, '0050c2c71', 0, 'Sequoia Tech Group Ltd', 'Tekelec House Reading Berkshire RG7 1PW GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26393, 'b8098a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26394, '1c8259b', 0, 'KeyWest Networks, Inc', '2200 N Glassell St Orange CA 92865 US', 'US', 'MA-M', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26395, '00d03f', 0, 'American Communication', 'TECHNOLIGIES INTERNATIONAL INC ROHNERT PARK CA 94928 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26396, '00052a', 0, 'Ikegami Tsushinki Co, Ltd', '5-6-16 Ikegami Ohta-ku, 146-8567 JP', 'JP', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26397, '0050c2ff2', 0, 'Globalcom Engineering Srl', 'Via Volta 9 MORNAGO VA 21020 IT', 'IT', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26398, '50f520', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26399, '70b3d5e8f', 0, 'Dismuntel, S.A.', 'P.I Cotes c/aiguaders, 15 Valencia Algemesi 46680 ES', 'ES', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26400, 'c4824e', 0, 'Changzhou Uchip Electronics Co, Ltd', 'Room1801~1802, Shanghai 201206 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26401, 'ec26fb', 0, 'Tecc Co, Ltd', 'Guam-ro 15-gil, Buk-gu Daegu 720-849 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26402, '70b3d51a4', 0, 'Davey Bickford', 'CHEMIN DE LA PYROTECHNIE HERY 89550 FR', 'FR', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26403, '0050c2b79', 0, 'Mitsuya Laboratories Inc', '6-31-18 KAWASAKI-CITY KANAGAWA 215-0021 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26404, '00063b', 0, 'Arcturus Networks Inc', '701 Evans Ave. - Suite 300 Toronto Ontario M9C 1A3 CA', 'CA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26405, '0050c271f', 0, 'Asc telecom AG', 'Seibelstraße 2 Hösbach Bavaria 63768 DE', 'DE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26406, '147dc5', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26407, 'f80278d', 0, 'Dueton Systems s.r.o.', 'Varsavska 290/13 Prague 2 Vinohrady 120 00 CZ', 'CZ', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26408, '0002f2', 0, 'eDevice, Inc', '420 Lexington Avenue New York NY 10170 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26409, '000fa1', 0, 'Gigabit Systems Inc', 'Fuyoh Video Building 3F Yokohama Kanagawa 241-0826 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26410, '000218', 0, 'Advanced Scientific Corp', '1 Fl., No. 26, Industry East 9th Road TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26411, '845b12', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26412, '00193c', 0, 'HighPoint Tech Inc', '1161 Cadillac Court Milpitas CA 95035 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26413, '001ddf', 0, 'Sunitec Enterprise Co, Ltd', '3F., No. 98-1, Mincyuan Rd. Sindian City Taipei County 231 TW', 'TW', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26414, '0050c28b2', 0, 'Servaind SA.', 'Colombres 873 Capital Federal Buenos Aires C1218ABI AR', 'AR', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26415, 'ec5623', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-01-19', '2019-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26416, '001031', 0, 'Objective Communications, Inc', '75 ROCHESTER AVE. PORTSMOUTH NH 03801 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26417, '00117f', 0, 'Neotune Information Tech Corp,.Ltd', '1703# No.737 North of Caoxi Rd. Shanghai 200030 CN', 'CN', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26418, '004002', 0, 'Perle Systems Ltd', '60 RENFREW DRIVE CANADA L3R 0E1 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26419, '50de06', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26420, '7cc3a1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-11-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26421, '98523d', 0, 'Sunitec Enterprise Co, Ltd', '3F.,No.98-1,Mincyuan Rd.Sindian City Taipei County 231 231141 CN', 'CN', 'MA-L', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26422, 'a0224e4', 0, 'TMGcore Llc', '6815 Communications Pkwy Plano TX 75024 US', 'US', 'MA-M', '2019-10-08', '2019-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26423, '000468', 0, 'Vivity, Inc', '3360 Mitchell Lane Boulder CO 80301 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26424, '000d96', 0, 'Vtera Tech Inc', 'No 34, Industrial East. 4th Rd. HsinChu 300 TW', 'TW', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26425, '1c87798', 0, 'Zhejiang Itenal Tech Co, Ltd', 'SHOES INDUSTRIAL PARK WENZHOU ZHEJIANG 325401 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26426, '70f8e7a', 0, 'TiVACI Corp Pte Ltd', '264A Tanjong Katong Road Singapore 437051 SG', 'SG', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26427, 'c8dec9', 0, 'Coriant', '1415 W. Diehl Rd Naperville IL 60563 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26428, 'e446bd', 0, 'C&C Technic Taiwan Co, Ltd', 'ROOM6 13F, NO.2,Jian 8th ROAD Taipei Chungho City, 23511 TW', 'TW', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26429, 'c4072f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26430, 'dcfad5', 0, 'Strong Ges.m.b.H.', 'Franz-Josefs-Kai 1 Vienna 1010 AT', 'AT', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26431, '901900', 0, 'Scs SA', 'Via Pini, 32 Biasca 6710 CH', 'CH', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26432, '0003b6', 0, 'Qsi Corp', '2212 South West Temple #50 Salt Lake City UT 84115 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26433, '001cc2', 0, 'Part II Research, Inc', '4601 E. Airport Dr. Ontario CA 91761 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26434, '243154', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-01-19', '2019-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26435, '941c56', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2019-11-19', '2019-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26436, '000644', 0, 'NextGen Business Solutions, Inc', 'KKS Higashi-Sapporo Bldg.3-5-3-24, Higashi-Sapporo Shiroishi-ku, Sapporo-city Hokkaido 003-0003 JP', 'JP', 'MA-L', '2001-06-04', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26437, 'a03e6b4', 0, 'Shenzhen Nufilo Inc', 'Tianliao Building F3,(New Materials Industrial Park),Xueyuan Road,Nanshan District,Shenzhen City,P.R.China Shenzhen Guangdong 518055 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26438, '0030ac', 0, 'Systeme Lauer GmbH & Co, Ltd', 'Kelterstrasse 59 72669 Unterensingen DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26439, 'bc3e13', 0, 'Accordance Systems Inc', '2F, No. 31, Sec. 6, Hsin Yi Road Taipei 11085 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26440, '0ccfd1', 0, 'Springwave Co, Ltd', '#B-703,U-space 1-danji,670 Sampyeong-dong Bundang-gu Seongnam-si Gyeonggi-do 463-400 KR', 'KR', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26441, 'acfd93', 0, 'Weifang Goertek Electronics Co, Ltd', 'Gaoxin 2 Road,Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN', 'CN', 'MA-L', '2015-02-19', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26442, '70b3d5b35', 0, 'Rexxam Co, Ltd', 'Ikenouchi 958 Takamatsu-shi, Kounan-cho Kagawa-prefecture 761-1494 JP', 'JP', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26443, '589043', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26444, '70b3d5366', 0, 'Solarlytics, Inc', '288 Lindbergh Avenue LIVERMORE CA 94551 US', 'US', 'MA-S', '2019-07-31', '2019-07-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26445, '481842', 0, 'Shanghai Winaas Co Equipment Co Ltd', '8F Building A, WanDa Square Shanghai 200433 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26446, '001bc5085', 0, 'Oberon microsystems, Inc', 'Technoparkstrasse 1 Zurich ZH 8005 CH', 'CH', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26447, 'e865d4', 0, 'Tenda Tech Co, LtdDongguan branch', 'Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26448, '5c86c1', 0, 'Dongguan Solum Electronics Co, Ltd', 'NO.157,13 Coastal Way TPFTZ TIANJIN 300461 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26449, '8446fe', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26450, '9ccd82', 0, 'Cheng Uei Precision Industry Co, Ltd', 'No.18, Chung Shan Rd., Tu-Cheng Industry Park Tu Cheng City Taipei Hsien 23680 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26451, 'e818634', 0, 'Guangzhou Tianyi Electronics Co, Ltd', 'A3, Hongtu Industrial Plot, Dashi town, Guangzhou Guangdong, 511430, CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26452, '5c313e', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26453, '70b3d5277', 0, 'Voltaware Ltd', '282 Earls Court Road London London SW5 9AS GB', 'GB', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26454, '70b3d514a', 0, 'ExSens Tech (Pty) Ltd', '39 Kelly Road, The Palisades Business Park Unit C1 Boksburg Gauteng 1459 ZA', 'ZA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26455, '70b3d5082', 0, 'Sakura Seiki Co, Ltd', '75-5, Imojiya Chikuma-city Nagano Prefecture 387-0015 JP', 'JP', 'MA-S', '2019-09-23', '2019-09-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26456, '000d4d', 0, 'Ninelanes', '#405 4F Diplomatic Center Seoul 1376-1 KR', 'KR', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26457, 'c49313', 0, '100fio networks Tech Llc', '2534 crescent st. apt 3F Astoria New york 11102 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26458, 'f40304', 0, 'Google, Inc', '1600 Amphitheatre Pkwy Mt. View CA 94043 US', 'US', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26459, '70b3d5839', 0, 'Rockwell Collins Canada', '30 Edgewater Street, Suite 104 Ottawa ON K2L1V8 CA', 'CA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26460, '803e48', 0, 'Shenzhen Gongjin Electronics Co, LT', 'SONGGANG SHENZHEN GUANGDONG 518105 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26461, '0050c2355', 0, 'Ihm', 'Vandtaarnsvej 87 Soborg Copenhagen 2860 DK', 'DK', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26462, '001804', 0, 'E-Tek Digital Tech Ltd', 'UNIT1520,15/F.,TOWER 2,GRAND CENTURY PLACE,193 PRINCE EDWARD ROAD WEST,KOWLOON, HK', 'HK', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26463, '046169', 0, 'Media Global Links Co, Ltd', '580-16, Horikawa-cho Kawasaki Kanagawa 212-0013 JP', 'JP', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26464, '2415101', 0, 'SMaBiT GmbH', 'Friedrichstrasse 95 Berlin 10117 DE', 'DE', 'MA-M', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26465, 'dc333d', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26466, '0050c23a4', 0, 'Silvertree Engineering Ltd', 'Unit 9 Heron Way Truro Cornwall TR1 2XN GB', 'GB', 'IAB', '2004-07-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26467, 'b8c46f', 0, 'Primmcon Industries Inc', '137 MinQuan Rd, 5th Floor, New Taipei 23141 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26468, '0009b7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26469, 'd80ccf', 0, 'C.G.V. S.A.S.', '18, RUE THEODORE MONOD OSTWALD CEDEX BAS-RHIN 67541 FR', 'FR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26470, '001b15', 0, 'Voxtel, Inc', '12725 SW Millikan Way Beaverton OR 97005 US', 'US', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26471, '089734', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26472, '0050c2d3e', 0, 'Synatec Electronic GmbH', 'Bruehlhofstraße 4 Leinfelden-Echterdingen Baden-Württemberg 70771 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26473, '84df19', 0, 'Chuango Security Tech Corp', '6-17, Overseas Students Pioneer Park, Fuzhou Fujian 350015 CN', 'CN', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26474, '10f9ee', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26475, '906fa9', 0, 'Nanjing Putian Telecommunications Tech Co, Ltd', 'No.1 Putian Road,Yuhuamenwai,Nanjing Nan Jing Jiang Su 210022 CN', 'CN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26476, 'd8452b', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26477, 'bcb0e7', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26478, '0050c2187', 0, 'Cyan Tech Ltd', 'Unit 2, Buckingway Business Park Swavesey Cambridge CB24 4UQ GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26479, '0025da', 0, 'Secura Key', '20301 Nordhoff St. Chatsworth CA 91311 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26480, '40d8550ee', 0, 'Siegmar Zander HuSWare', 'Wilmsstr.12 Berlin 10961 DE', 'DE', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26481, '70b3d57d7', 0, 'Gedomo GmbH', 'Erlacker 483 Poellau bei Hartberg Steiermark 8225 AT', 'AT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26482, '0050c232f', 0, 'Pultronics', '5375, PARE str. #200 MONTREAL QUEBEC H4P 1P7 CA', 'CA', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26483, '002399', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3dong, yeongtong-gu, Suwon-city suwon 443-742 KR', 'KR', 'MA-L', '2008-10-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26484, '1cc0e1b', 0, 'Exigent Sensors', '11331 Markon Dr Garden Grove CA 92841 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26485, '702084', 0, 'Hon Hai Precision Ind. Co, Ltd', 'GuangDongShenZhen ShenZhen GuangDong 518109 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26486, 'e47deb', 0, 'Shanghai Notion Information Tech Co, Ltd', 'Room 201,Building 3,NO 289,Bisheng Rd,Pudong district,Shanghai,China Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26487, '70b3d5a38', 0, 'Aditec GmbH', 'Talweg 17 Offenau Baden-Wuerttemberg 74254 DE', 'DE', 'MA-S', '2019-07-16', '2019-07-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26488, 'f0463b', 0, 'Comcast Cable Corp', '1800 Arch Street Philadelphia PA 19103 US', 'US', 'MA-L', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26489, '000ec8', 0, 'Zoran Corp', '1390 Kifer Rd. Sunnyvale CA 94086 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26490, '0050c2349', 0, 'Ssi Schaefer Peem', 'Fischeraustrasse 27 Graz Steiermark A-8051 AT', 'AT', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26491, '141fba5', 0, 'Inttelix Brasil Tecnologia e Sistemas Ltda', 'Rua Desembargador Jorge Fontana, 112B, Belvedere Belo Horizonte Minas Gerais 30320-670 BR', 'BR', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26492, '08eb29', 0, 'Jiangsu Huitong Group Co, Ltd', 'No. 24, Block 2, Taohuawu New District Zhenjiang Jiangsu 212003 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26493, '2a85b8', 0, 'gridX GmbH', 'Oppenhoffallee 143 Aachen 52066 DE', 'DE', 'CID', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26494, '000bc2', 0, 'Corinex Communication Corp', '#308 1168 Hamilton Street Vancouver B.C. V6B 2S2 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26495, '24cbe7', 0, 'Myk, Inc', '4-60-30-108, Kamoi, Yokohama Kanagawa 226-0003 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26496, '0025a1', 0, 'Enalasys', '250 Avenida Campillo Calexico California 92231 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26497, '2c6a6f7', 0, 'SM Dsp Co, Ltd', '6-Gil 13-14 Gumi-si Gyeongsangbuk-Do 730-906 KR', 'KR', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26498, '70b3d51c7', 0, 'Hoshin Electronics Co, Ltd', '3-9-12, Miyamaedaira, Miyamae-Ku Kawasaki-Shi Kanagawa 216-0006 JP', 'JP', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26499, 'f04cd5', 0, 'Maxlinear, Inc', '5966 La Place Ct. Ste# 100 Carlsbad CA 92008 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26500, '0cfe5dc', 0, 'Bepal Tech Co, Ltd', 'Xihu Qu, Tianmushan Road, Qianjiang Xixi Xinzuo HangZhou ZheJiang 310000 CN', 'CN', 'MA-M', '2018-08-09', '2018-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26501, 'e41e0a3', 0, 'Avast Software s.r.o.', 'Pikrtova 1737/1a Prague 4 14000 CZ', 'CZ', 'MA-M', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26502, '0005ef', 0, 'Adoir Digital Tech', '28 Fl, ZhaoFeng World Trade Bldg. Shanghai 200050, CN', 'CN', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26503, '00242f', 0, 'Micron', '8000 S Federal Way Boise ID 83716 US', 'US', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26504, 'f09919', 0, 'Garmin International', '1200 E. 151st St Olathe KS 66062 US', 'US', 'MA-L', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26505, '70b3d5667', 0, 'CT Co', 'Godovikova , 9, Moscow Moscow RUSSIA 129085 RU', 'RU', 'MA-S', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26506, '1039e9', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-11-09', '2019-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26507, '0006da', 0, 'Itran Communications Ltd', '1 Azrieli Center, Tel Aviv 67021 67021 IL', 'IL', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26508, '001bc501f', 0, 'Saturn Solutions Ltd', 'Ingles Yard Folkestone Kent CT20 2RY GB', 'GB', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26509, '40d85513f', 0, 'Zhejiang Wellsun Electric Meter Co, Ltd', 'No 189 East Xixia Road Taizhou Zhejiang 317200 CN', 'CN', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26510, '70b3d5e18', 0, 'Plasmapp Co, Ltd', '83, Jukdong-ro, Yuseong-gu, Daejeon KS015 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26511, 'a89a93', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26512, '70b3d5e5b', 0, 'Argosy Labs Inc', '490 Canal St #14 San Rafael CA 94901 US', 'US', 'MA-S', '2019-07-16', '2019-07-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26513, '0002fe', 0, 'Viditec, Inc', '520 Central Parkway E. Plano TX 75074 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26514, '000827', 0, 'Adb Broadband Italia', 'Viale Sarca 222 pisacataway Milano 20126 IT', 'IT', 'MA-L', '2001-12-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26515, '00bf15', 0, 'Genetec Inc', '2280 boul. Alfred-Nobel St,. Laurent Quebec H4S 2A4 CA', 'CA', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26516, 'e01877', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2013-01-16', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26517, '0016fa', 0, 'Eci Telecom Ltd', '30 Hasivim St. Petah Tikva 49133 US', 'US', 'MA-L', '2006-01-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26518, '0050c2f40', 0, 'iBWorld Co, Ltd', '5-2-15 Tokorozawa Saitama 359-0021 JP', 'JP', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26519, '0050c2c18', 0, 'Linuxstamp Designs, Llc', '3807 S Jewel Dr Flagstaff AZ 86001 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26520, '38ee9d', 0, 'Anedo Ltd', 'Huelsmeyerstraße 35 Eydelstedt 49406 DE', 'DE', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26521, '00a784', 0, 'Itx security', '9F Kolon Digital Tower Aston Bldg SEOUL (Outside US/Canada/China) 441-813 KR', 'KR', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26522, '0002bf', 0, 'dotRocket, Inc', '1901 S. Bascom, Suite 300 Campbell CA 95008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26523, '000c0d', 0, 'Communications & Power Industries / Satcom Division', '811 Hansen Way MS S-600 Palo Alto CA 94303 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26524, '141bf0', 0, 'Intellimedia Systems Ltd', 'Sandhill Barn Washington West Sussex RH204TD GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26525, '40d855079', 0, 'DelfiSolutions A/S', 'Augustenborglandevej 7 Sønderborg Denmark 6400 DK', 'DK', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26526, '1c86ad', 0, 'Mct Co, Ltd', 'C-815/816, Garden5 Works, 52 Chungmin-ro Songpa-gu Seoul 138-961 KR', 'KR', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26527, 'ccbbfe', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26528, '70b3d5199', 0, 'Smart Controls Llc', '10000 St. Clair Ave. Fairview Heights IL 62208 US', 'US', 'MA-S', '2018-12-11', '2018-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26529, 'b8f853', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26530, '0030a0', 0, 'Tyco Submarine Systems, Ltd', '250 INDUSTRIAL WAY WEST EATONTOWN NJ 07724 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26531, '0005dc', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26532, '0014b2', 0, 'mCubelogics Corp', '4F, Unibooks B/D, 514-1, Dogok-Dong, KangNam Seoul 135-270 KR', 'KR', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26533, '484487', 0, 'Cisco Spvtg', '5030 Sugarloaf Pkwy Lawrenceville GA 30044 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26534, '24ee9a', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-03-28', '2019-03-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26535, '000073', 0, 'Siecor Corp', 'P.O. BOX 13625 RESEARCH TRIANGLE PK NC 27709 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26536, '000eb9', 0, 'Hashimoto Electronics Industry Co, Ltd', '3866-12 Takasu-cho Matsusaka Mie 515-0104 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26537, 'a47acf', 0, 'Vibicom Communications Inc', '900 CORPORATE DRIVE MAHWAH NEW JERSEY 074030 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26538, '2c6a6f5', 0, 'Shen Zhen Sis Science & Tech Ltd', 'Room 201, Block A, No.1, Qianwan Road 1, Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26539, '0cc6cc', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26540, '34e1d15', 0, 'Doki Tech Ltd', 'Unit 601,Tower One, Silvercord, 30 Canton Road, Tsim Sha Tsui Kowloon 00000 HK', 'HK', 'MA-M', '2019-01-04', '2019-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26541, '000cf8', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2003-04-11', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26542, '000da0', 0, 'Nedap N.V.', 'P.O.Box 103 GROENLO GLD 7141 AC NL', 'NL', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26543, 'f4dcda', 0, 'Zhuhai Jiahe Communication Tech Co, Ltd', '4/F,East Of B5,Sourth Software Park,Tangjia, Zhuhai Guangdong 519085 CN', 'CN', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26544, '000a27', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2000-11-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26545, '000daf', 0, 'Plexus Corp (UK) Ltd', 'Pinnacle Hill Kelso Roxburghshire TD5 8XX GB', 'GB', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26546, '405bd8', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26547, '70b3d5605', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26548, 'd47c449', 0, 'Suzhou Wan Dian Zhang Network Tech Co, Ltd', 'No. 209 Zhuyuan Road, High-tech Zone Suzhou City Jiangsu 215010 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26549, 'f0fb56', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 UNITED STATES US', 'US', 'MA-L', '2012-02-04', '2012-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26550, '0050c2f6f', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26551, '500b91b', 0, 'thumbzup UK Ltd', '6th Floor, 94 Wigmore Street London W1U 3RF GB', 'GB', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26552, '70b3d52cc', 0, 'WeWork Companies, Inc', '115 W 18th St New York NY 10011 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26553, '0001a4', 0, 'Microlink Corp', '11110 Ohio Ave., - Ste. #108 Los Angeles CA 90034 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26554, '000ff9', 0, 'Valcretec, Inc', 'Byucksan Digital Valley II 15F Seoul 153-803 KR', 'KR', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26555, 'a01c05', 0, 'Nimax Telecom Co, Ltd', '1F. NO.308-7,SEC.1,DATONG RD NEW TAIPEI CITY 221 TW', 'TW', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26556, 'a42940', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26557, '440010', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26558, '004268', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26559, '000a20', 0, 'Sva Networks, Inc', '840 F Ave., Suite 104 Plano TX 75074 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26560, '000f2c', 0, 'Uplogix, Inc', 'Bldg 1, Suite 235 Austin TX 78730 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26561, '001b16', 0, 'Celtro Ltd', 'Azorim Business Park Petach Tikva 49527 IL', 'IL', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26562, '002540', 0, 'Quasar Tech, Inc', '1701 Barrett Lakes Boulevard Kennesaw GA 30144 US', 'US', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26563, '74f8db', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-04-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26564, '74f8db3', 0, 'InnoTrans Communications', '5850 Hellyer Ave San Jose CA 95138 US', 'US', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26565, '00069f', 0, 'Kuokoa Networks', '2901 Tasman Dr. Santa Clara CA 95054 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26566, '0050c2352', 0, 'Luceo', '16 Rue Laënnec Vern Sur Seiche 35770 FR', 'FR', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26567, '3c24f03', 0, 'Wisycom', 'Via Spin 156 Romano D\'Ezzelino Vicenza 36060 IT', 'IT', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26568, '8c79f5', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2018-12-27', '2018-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26569, '001912', 0, 'Welcat Inc', 'East Tower 6F, Shinagawa Seaside, 4-12-8, Higashi Shinagawa, Shinagawa Section Tokyo 140-0002 JP', 'JP', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26570, '64351c', 0, 'e-Con Systems India Pvt Ltd', 'RR Tower 4, 7th Floor, TVK IND Estate, Guindy Chennai Other 600032 IN', 'IN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26571, '1c9c8c', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-07-17', '2019-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26572, '001c11', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-04-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26573, '581f28', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-09-21', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26574, '70b3d534e', 0, 'Risk Expert sarl', '63, Rue de Hollerich Luxembourg 1741 LU', 'LU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26575, '0050c25f3', 0, 'Posnet Polska S.A.', 'ul. Municypalna 33 Warszawa 02-281 PL', 'PL', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26576, 'acee9e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26577, 'e046e5', 0, 'Gosuncn Tech Group Co, Ltd', '6F, 2819 KaiChuang Blvd., Science Town, Huangpu District Guangzhou City Guangdong 510530 CN', 'CN', 'MA-L', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26578, '40d855184', 0, 'Satkirit Ltd', '5 Chance St London E1 6GT GB', 'GB', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26579, '0050c2f9d', 0, 'Jsc Kaluga Teletypes Manufacturing Plant', '141, Saltykova-Schedrina Street Kaluga Kaluga region 248002 RU', 'RU', 'IAB', '2012-08-13', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26580, 'd02c45', 0, 'littleBits Electronics, Inc', '60 E. 11th Street New York NY 10003 US', 'US', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26581, '001e9f', 0, 'Visioneering Systems, Inc', '5931 Sea Lion Place Carlsbad California 92010 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26582, 'bc7dd1', 0, 'Radio Data Comms', '5/20-30 Stubbs Street Silverwater New South Wales (NSW) 2128 AU', 'AU', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26583, '60c547', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-08-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26584, '009003', 0, 'Aplio', '18 Avenue Du 8 Mai 1945 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26585, '00116b', 0, 'Digital Data Communications Asia Co, Ltd', '8F,No.41,Lane 221,Kang-Chien RD.,Nei-Hu Dis., Taipei City 114 TW', 'TW', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26586, '0050c2c74', 0, 'Wapice Ltd', 'Yliopistonranta 5 Vaasa 65200 FI', 'FI', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26587, '0006d9', 0, 'Ipm-Net S.p.A.', 'Via Remo De Feo IT', 'IT', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26588, '000ed6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26589, '0050c29c3', 0, 'GE Security Kampro', '2F, No.8, Lane97, Wugong Rd., Hsin-Chuang City Taipei County 248 TW', 'TW', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26590, '0050c2e43', 0, 'Technica Engineering GmbH', 'Olschewskibogen 18 Munich 80935 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26591, 'cc1be04', 0, 'Laserworld (Switzerland) AG', 'Kreuzlingerstrasse 5 Lengwil TG 8574 CH', 'CH', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26592, '00300c', 0, 'Congruency, Ltd', '23 HASIVIM STREET PETAH-TIKVA 49170 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26593, '002166', 0, 'NovAtel Inc', '1120 - 68 Ave NE Calgary Alberta T2E 8S5 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26594, '0019ce', 0, 'Progressive Gaming International', '920 Pilot Road Las Vegas NV 89119 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26595, 'bc3400a', 0, 'Auralic Ltd', 'Room 102, Building No.7 Beijing 102200 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26596, 'e00db9', 0, 'Cree, Inc', '4600 Silicon Drive Durham NC 27703 US', 'US', 'MA-L', '2014-05-27', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26597, '800a806', 0, 'Beijing Gooagoo Technical Service Co, Ltd', 'Room 402A,Block E,Wangjing Technology Park,Lize Road Beijing Beijing 100102 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26598, '70b3d5785', 0, 'Density Inc', '235 HARRISON ST, Mail Drop 24 Syracuse NY 13202 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26599, '3466ea', 0, 'Vertu International Corp Ltd', '25 St Thomas Street, Winchester, Hampshire, United Kingdom Winchester Hampshire SO23 9HJ GB', 'GB', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26600, '001257', 0, 'LeapComm Communication Tech Inc', 'RM1804-05 South Tower Hong Kong Plaza, No.283 Huaihai Zhong Road Shanghai 200021 CN', 'CN', 'MA-L', '2004-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26601, '0015c2', 0, '3M Germany', 'Carl Schurz Str. 1 Neuss NRW 41453 US', 'US', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26602, 'dce578', 0, 'Experimental Factory of Scientific Engineering and Special Design Department', '9, Academician Semenov prospect Chernogolovka Moscow region 142432 RU', 'RU', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26603, 'f802785', 0, 'Electric Objects', '356 Bowery New York NY 10021 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26604, '70b3d55af', 0, 'Jeng IoT BV', 'Steenbokstraat 33 APELDOORN Gelderland 7324 AZ NL', 'NL', 'MA-S', '2019-12-19', '2019-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26605, '006023', 0, 'Pericom Semiconductor Corp', '2380 BERING DRIVE SAN JOSE CA 95131 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26606, '00a01c', 0, 'Nascent Networks Corp', '277 MAIN STREET, 3RD FLR. MARLBORO MA 01752 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26607, '94d60e', 0, 'shenzhen yunmao information Tech Co, Ltd', 'H4-3A, Twelve Oaks Manor, bulong road shenzhen guanggong 518127 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26608, '08f6f8', 0, 'Get Engineering', '9350 Bond Ave El Cajon CA 92021 US', 'US', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26609, '0050c2ef1', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26610, '000edf', 0, 'Plx Tech', '870 Maude Ave., Sunnyvale CA 94085 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26611, '70b3d5d62', 0, 'Andasis Elektronik San. ve Tic. A.Ş.', 'Teknopark İstanbul, Sanayi Mah, Teknopark Bulvarı, No:1/1C 1206 Pendik/İstanbul İstanbul 34906 TR', 'TR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26612, '0c1c19', 0, 'Longconn Electronics(Shenzhen) Co, Ltd', 'Building B, No. 42 Xingye Road, Phoenix First Industrial Zone, Fuyong, Baoan District Shenzhen Guangdong 518103 CN', 'CN', 'MA-L', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26613, 'a03c31', 0, 'Shenzhen Belon Tech Co, Ltd', 'Tsinghua Information Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26614, '00c0a0', 0, 'Advance Micro Research, Inc', '2045 CORPORATE COURT SAN JOSE CA 95131 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26615, '000cce', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26616, '70b3d586f', 0, 'Llc Ntc Actor', 'Zelenograd, Sostovaya alleya, bld.6, str.22 Moscow 124489 RU', 'RU', 'MA-S', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26617, '0050c21d2', 0, 'Shenyang Internet Tech Inc', '2413 Frosted Green Ln Plano Texas 75025 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26618, '28cbeb', 0, 'One', 'Mechelsesteenweg 326 Edegem Antwerpen 2650 BE', 'BE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26619, '545146', 0, 'Amg Systems Ltd', '3 The Omega Centre Biggleswade Bedfordshire SG18 8QB GB', 'GB', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26620, 'd47c444', 0, 'Sammi Onformation Systems', 'Gasan Digital 1-ro 212 Geumcheon-gu Seoul 08502 KR', 'KR', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26621, '9c28f7', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-11-23', '2019-11-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26622, '0004a3', 0, 'Microchip Tech Inc', '2355 W. Chandler Blvd. Chandler AZ 85224 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26623, '0009c0', 0, '6wind', '1, place Charles de Gaulle Montigny-le-Bretonneux 78180 FR', 'FR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26624, 'ecfc55', 0, 'A. Eberle GmbH & Co KG', 'Frankenstrasse 160 Nuernberg Bavaria 90461 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26625, '0000bf', 0, 'Symmetric Computer Systems', '1620 OAKLAND ROAD SUITE D-200 SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26626, '84ea99', 0, 'Vieworks', '6F Suntechcity 2,307-2 Sangdaewon-dong, Jungwon-gu Seongnam Gyeonggi 462-806 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26627, '80b234', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2017-02-21', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26628, 'd42dc5', 0, 'Panasonic i-Pro Sensing Solutions Co, Ltd', '4-1-62 Minoshima, Hakata-ku Fukuoka City 812-8531 JP', 'JP', 'MA-L', '2019-08-23', '2019-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26629, '008051', 0, 'Fibermux', '9310 TOPANGA CANYON BLVD. CHATSWORTH CA 91311 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26630, '0008c3', 0, 'Contex A/S', 'Svanevang 2 Allerod DK 3450 DK', 'DK', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26631, '001895', 0, 'Hansun Tech Inc', 'Room 301, Building 103, Wangjingkejiyuan, Chaoyang District Beijing 100102 CN', 'CN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26632, '0050c2eb9', 0, 'Alpha-Mos', '20 Avenue Didier Daurat Toulouse 31400 FR', 'FR', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26633, '4c0fc7', 0, 'Earda Tech Co Ltd', '5/F,Block 2 East area,Haosheng Industrial Park, Guangzhou Guangdong 511400 CN', 'CN', 'MA-L', '2012-05-26', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26634, 'e438f2', 0, 'Advantage Controls', '4700 Harold Abitz Dr. Muskogee OK 74403 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26635, 'd4cff9', 0, 'Shenzhen Sei Robotics Co, Ltd', '501,Productivity Building A, #5 Hi-Tech Middle 2nd Road Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-02-25', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26636, '000294', 0, 'Tokyo Sokushin Co, Ltd', '5-16-12 Nishi-Nippori JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26637, '0003e4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26638, '001dc2', 0, 'Xortec OY', 'Höytämöntie 6 Lempäälä Pirkanmaa 33880 FI', 'FI', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26639, '0050c2886', 0, 'Wartsila Voyage Ltd', '13-18 City Quay Dublin 2 D02 ED70 IE', 'IE', 'IAB', '2008-02-20', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26640, 'c83232', 0, 'Hunting Innova', '8383 N Sam Houston Pkwy West Houston Texas 77064 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26641, '704ae4', 0, 'Rinstrum Pty Ltd', '41 Success St Acacia Ridge QLD 4110 AU', 'AU', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26642, '1c57d8', 0, 'Kraftway Corp Plc', '16, 3rd Mytischinskaya st. Moscow 129626 RU', 'RU', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26643, '70b3d53e8', 0, 'Cosmos web Co, Ltd', '5-4-1 Kuryu Aoba-ku Sendai-shi Miyagi 989-3122 JP', 'JP', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26644, '0007e1', 0, 'Wis Communications Co Ltd', '4/F Building 533 Shenzhen Guangdong Providence CN', 'CN', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26645, '001457', 0, 'T-Vips AS', 'Ostensjoveien 18 Oslo NO-0661 NO', 'NO', 'MA-L', '2005-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26646, '78cd8e', 0, 'Smc Networks, Inc', '20 Mason Irvine CA 92618 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26647, '00082b', 0, 'Wooksung Electronics, Inc', 'Jaho-Bldg. 6F, Tanbang-Dong, KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26648, '0ce709', 0, 'Fox Crypto B.V.', 'P.O. box 638 Delft ZH 2600 AP NL', 'NL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26649, '0050c2a76', 0, 'Roesch & Walter Industrie-Elektronik GmbH', 'Woertelweg 2b/c Schwanau 77963 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26650, '0010cc', 0, 'Clp Computer Logistik Planung GmbH', 'BASSERMANNSTR. 21 D-81245 MUENCHEN DE', 'DE', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26651, '0005c6', 0, 'Triz Communications', 'Anwon Bldg. 7th Fl. Seoul 150-010 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26652, '002030', 0, 'Analog & Digital Systems', '1/2 LAVELLE ROAD IN', 'IN', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26653, '847616', 0, 'Addat s.r.o.', 'U krematoria 24 Liberec Liberec 46001 CZ', 'CZ', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26654, '800dd7', 0, 'Latticework, Inc', '2210 O\'Toole Ave, Suite 250 San Jose CA 95131 US', 'US', 'MA-L', '2015-12-03', '2018-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26655, '60d7e3a', 0, 'Wilderness Labs Inc', '700 Edgewater Blvd., #108 Foster City CA 94404 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26656, '34298f5', 0, 'Highlite International B.V.', 'Vestastraat 2 Kerkrade 6468 EX NL', 'NL', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26657, '000750', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26658, 'fca841', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2010-07-01', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26659, 'fc4dd4', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, Lane 351, Taiping Rd. Sec. 1, Tsao Tuen, Nan-Tou Hsien, 542 TW', 'TW', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26660, '70b3d511c', 0, 'Samriddi Automations Pvt. Ltd', 'F-365 Noida up 201307 IN', 'IN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26661, '001ae4', 0, 'Medicis Tech Corp', '11818 North Creek Parkway N. Bothell WA 98011 US', 'US', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26662, '001ef6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26663, 'd8e952', 0, 'Keopsys', '21 RUE LOUIS DE BROGLIE LANNION BRITANY 22300 FR', 'FR', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26664, 'c4518d', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26665, '70b3d56ee', 0, 'Hankook Ctec Co,. Ltd', '404 Hallasigmavalley, 53, Gasandigital 2-ro Geumcheongu Seoul 08588 KR', 'KR', 'MA-S', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26666, '000164', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26667, '000773', 0, 'Ascom Powerline Communications Ltd', 'Belpstr. 37 CH', 'CH', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26668, 'd8c3fb', 0, 'Detracom', '41 AVENUE DE L\'EUROPE CASTELNAU D\'ESTRETEFONDS 31620 FR', 'FR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26669, '345c40', 0, 'Cargt Holdings Llc', '8820 Hillside Dr Lenexa KANSAS (KS) 66227 US', 'US', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26670, 'd48dd9', 0, 'Meld Tech, Inc', '725 San Aleso Ave Sunnyvale CA 94085 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26671, '0050c21fd', 0, 'SouthWing S.L.', 'Calle Llacuna 162 Barcelona Catalunya 08018 ES', 'ES', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26672, '000d0e', 0, 'Inqnet Systems, Inc', '321 NKIC Center, Seoul 120-100 KR', 'KR', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26673, 'b0e7de', 0, 'Homa Tech Jsc', 'Building 5, Quang Trung Software City, District 12 Ho Chi Minh 729226 VN', 'VN', 'MA-L', '2018-10-01', '2018-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26674, '0008d5', 0, 'Vanguard Networks Solutions, Llc', '25 Forbes Boulevard Foxboro MA 02035 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26675, '40d8551cd', 0, 'Yxlon International A/S', 'Helgeshoej Alle 38 Taastrup 2630 DK', 'DK', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26676, '189ba55', 0, 'Starfire Industries Llc', '2109 South Oak St., Suite 100 Champaign IL 61820 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26677, 'dc2919', 0, 'AltoBeam (Xiamen) Tech Ltd, Co', 'South Building 203-38,Huoju Square ,No.56-58,Huoju Road, Huoju Park, Huoju High-tech District Xiamen 361000 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26678, 'ec83d5', 0, 'Gird Systems Inc', '11260 Chester Road, Ste. 600 Cincinnati OH 45246 US', 'US', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26679, 'f8e4e3', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-09-18', '2019-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26680, '009088', 0, 'Baxall Security Ltd', 'UNIT 1 CASTLEHILL STOCKPORT Great Britain SK6 2SV GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26681, '08001b', 0, 'Dell Emc', '176 South Street Hopkinton MA 01748 US', 'US', 'MA-L', '2000-11-09', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26682, '8020af', 0, 'Trade Fides, a.s.', 'Dornych 57 Brno 61700 CZ', 'CZ', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26683, '3c25d7', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26684, '5cdc96', 0, 'Arcadyan Tech Corp', 'No.8, Sec.2, Guangfu Rd., Hsinchu City 30071, 12345 TW', 'TW', 'MA-L', '2015-02-19', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26685, 'c0b713', 0, 'Beijing Xiaoyuer Tech Co Ltd', 'No.5 Guangshunbei Rd. Rm# B129 Beijing Beijing 100102 CN', 'CN', 'MA-L', '2015-04-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26686, 'ccd3c1', 0, 'Vestel Elektronik San ve Tic. A.Ş.', 'Organize san Manisa Turket 45030 TR', 'TR', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26687, '5cb13e', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2019-08-01', '2019-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26688, '0050c24d1', 0, 'Slican sp. z o.o.', 'ul.M.Konopnickiej 18 Bydgoszcz Kujawsko-Pomorskie 85-124 PL', 'PL', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26689, 'a41bc0', 0, 'Fastec Imaging Corp', '17150 Via Del Campo San Diego California 92127 US', 'US', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26690, '0050c2588', 0, 'Federal Electronics', '75 Stamp Farm Road Cranston Rhode Island 02921 US', 'US', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26691, '00257a', 0, 'Camco Produktions- und Vertriebs-GmbH für Beschallungs- und Beleuchtungsanlagen', 'Fischpicke 5 Wenden NRW 57482 DE', 'DE', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26692, '68cd0f', 0, 'U Tek Co Ltd', 'FL5, BLDG12, 3RD DISTRICT, TANGTOU INDUSTRIAL PARK SHENZHEN GUANGDONG 518018 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26693, 'dce533e', 0, 'Giant Power Tech Biomedical Corp', 'Rm201, 2nd Educational Building, No. 84, Gongzhuan Rd, Taishan Dist New Taipei City 24301 TW', 'TW', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26694, '0001b3', 0, 'Precision Electronic Manufacturing', 'P0187, P.O. 527948 Miami FL 33152-7948 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26695, '000ca3', 0, 'Rancho Tech, Inc', '10783 Bell Court Rancho Cucamonga CA 19730 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26696, 'dcd87f', 0, 'Shenzhen JoinCyber Telecom Equipment Ltd', '19CDE, Block A,JinFengBuilding,shangbu South Road,Futian District, Shenzhen Guangdong 518031 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26697, '40d85515a', 0, 'Dorlet Sau', 'Albert Einstein 34 Miñano Mayor Alava 01510 ES', 'ES', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26698, 'e4695a', 0, 'Dictum Health, Inc', '255 3rd Street, Suite 102 Oakland CA 94607 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26699, '0024d4', 0, 'Freebox Sas', '8 rue de la Ville l\'Eveque PARIS IdF 75008 FR', 'FR', 'MA-L', '2008-12-30', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26700, '703811', 0, 'Siemens Mobility Ltd', '17 Langley Park Way Chippenham Wiltshire SN15 1GG GB', 'GB', 'MA-L', '2013-01-09', '2019-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26701, 'c449bb', 0, 'Mitsumi Electric Co, Ltd', '2-11-2, Tsurumaki Tama-shi Tokyo 206-8567 JP', 'JP', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26702, '70b3d57dd', 0, 'Excel Medical Electronics Llc', '801 Maplewood Dr. Jupiter null 33458 US', 'US', 'MA-S', '2016-09-06', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26703, '1ca0d3', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26704, '000d7c', 0, 'Codian Ltd', '14 Waterside Drive Langley Slough SL3 6EZ GB', 'GB', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26705, '001b55', 0, 'Hurco Automation Ltd', '6F, No. 31, Shintai Rd. Jubei City, Hsinchu Hsien 30244 TW', 'TW', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26706, '000b51', 0, 'Micetek International Inc', '7F-1, #237, Sec. 1, wu Chuan W. Rd. Taichung 403 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26707, '001644', 0, 'Lite-ON Tech Corp', '18F, No.392, Ruey Kuang Road, Niehu, Taipei 114 TW', 'TW', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26708, '001cfe', 0, 'Quartics Inc', '15241 Laguna Canyon Road Irvine CA 92618 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26709, '001df6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26710, 'bc83a7', 0, 'Shenzhen Chuangwei-Rgb Electronics Co, Ltd', 'Unit A 13-16/F,Skyworth Bldg., Gaoxin Ave.1.S.,Nanshan District Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2010-11-24', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26711, '8084a9', 0, 'oshkosh Corp', '2307 Oregon Street Oshkosh WI 54902 US', 'US', 'MA-L', '2018-10-11', '2018-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26712, '000507', 0, 'Fine Appliance Corp', '7Fl., No. 499, TW', 'TW', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26713, '0005b1', 0, 'Asb Tech BV', 'De Ronde 15A NL', 'NL', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26714, '70b3d5ef1', 0, 'Nanotok Llc', '3075 Raccoon Point Rd Eastsound WA 98245 US', 'US', 'MA-S', '2019-11-20', '2019-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26715, '386ea2', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26716, '38e60a', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26717, 'f0b107', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2019-08-23', '2019-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26718, '0050c2b91', 0, 'Finnet-Service Ltd', 'Serebrianicheskyi per., b.2/5 str. 4. Moscow 109028 RU', 'RU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26719, '1c6499', 0, 'Comtrend Corp', '3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW', 'TW', 'MA-L', '2019-03-01', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26720, '78ca39', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-07-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26721, 'dc38e1', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2014-03-11', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26722, '70b3d5763', 0, 'A Trap, Usa', '2021 Sperry Ave, Unit 11 Ventura CA 93003 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26723, '949d57', 0, 'Panasonic do Brasil Limitada', 'Rua Matrinxa Manaus Amazonas 69075150 BR', 'BR', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26724, '8c1cda4', 0, 'Anntec (Beijing) Tech Co, Ltd', 'F803, Shangdi Third Street, No.9,HaiDian District Beijing 100080 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26725, '70b3d51aa', 0, 'Echo Ridge, Llc', '100 Carpenter Drive Sterling VA 20164 US', 'US', 'MA-S', '2019-06-03', '2019-06-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26726, '000c74', 0, 'Rivertec Corp', '882-5 MIYAGASAKI IMABARI EHIME 799-1537 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26727, '001b35', 0, 'ChongQing Jinou Science & Tech Development Co, Ltd', 'Chuangyeyuan 208# Keyuan 3rd Road 106# Chongqing 400030 CN', 'CN', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26728, '780cf0', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26729, '000168', 0, 'Vitana Corp', '2500 Don Reid Drive K1H 1E1 K1H 1E1 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26730, '28f537d', 0, 'Skyrockettoys Llc', '12910 culver blvd Ste F los angeles CA 90066 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26731, '00802e', 0, 'Castle Rock Computing', '20837 BOYCE LANE SARATOGA CA 95070-4806 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26732, '0009ac', 0, 'Lanvoice', '1364-39 SeochoDong, #201 Jihun Bldg Seoul 137-072 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26733, '4468ab', 0, 'Juin Co, Ltd', '2FL, 1075-1, Wonpyeong-Dong Gumi City Gyeongsangbuk-Do 730-010 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26734, '70b3d5f04', 0, 'Scame Sistemi srl', 'Via Lombardia 5 Arluno Milan 20010 IT', 'IT', 'MA-S', '2018-10-01', '2018-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26735, 'dc31d1', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26736, '000042', 0, 'Metier Management Systems Ltd', '3 FOUNDATION STREET ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26737, '0003f1', 0, 'Cicada Semiconductor, Inc', '811 Barton Springs Rd. Austin TX 78704 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26738, '0050c2795', 0, 'Ameli Spa', 'Via Guido Rossa, 10 Impruneta (FI) 50023 IT', 'IT', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26739, '0023a2', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26740, 'e048af', 0, 'Premietech Ltd', 'Unit 805, Tower 3, Enterprise Square I No. 9 Sheung Yuet Road Kowloon Bay HongKong 00000 HK', 'HK', 'MA-L', '2016-11-20', '2016-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26741, '00907d', 0, 'Lake Communications', '1 Westbrook, Milton Road IE', 'IE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26742, '00d0f1', 0, 'Sega Enterprises, Ltd', '12-14 HIGASHIKOUJIYA 2-CHOME JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26743, '4c57ca', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26744, '00011f', 0, 'RC Networks, Inc', '6727 Flanders Drive - Ste. #212 San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26745, '0050c208b', 0, 'Hyperchip Inc', '180 Peel St. Montreal Quebec H3C 2G7 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26746, '00223a', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26747, '2053ca', 0, 'Risk Tech Ltd', 'Matrix House, Merlin Court Altrincham Cheshire WA14 5NL GB', 'GB', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26748, 'd87eb1', 0, 'x.o.ware, Inc', '114 E. Haley St., Ste N Santa Barbara California 93101 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26749, '14893e', 0, 'Vixtel Tech Limted', 'ROOM 1409, 14/F, BLOCK B, KAILEY CENTER CHAI WAN HK', 'HK', 'MA-L', '2014-09-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26750, '004027', 0, 'Smc Massachusetts, Inc', '25 WALKERS BROOK DRIVE READING MA 01867 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26751, '0010ea', 0, 'Adept Tech', '150 ROSE ORCHARD WAY SAN JOSE CA 95134 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26752, '741ae0', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26753, '6886e7', 0, 'Orbotix, Inc', '1155 Canyon Blvd. Boulder CO 80302 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26754, 'a073fc', 0, 'Rancore Tech Private Ltd', '5th Floor, Court House Dhobi Talao Maharashtra 400 002 IN', 'IN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26755, '00121c', 0, 'Parrot SA', '174 Quai de Jemmapes Paris 75010 FR', 'FR', 'MA-L', '2004-08-14', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26756, '7c2e0d', 0, 'Blackmagic Design', '11 Gateway Court Melbourne Victoria 3207 AU', 'AU', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26757, '000ba1', 0, 'Fujikura Solutions Ltd', '1565-6,Shirakusadai,Fukaya-shi Saitama-ken 369-1106 JP', 'JP', 'MA-L', '2003-02-07', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26758, '8c6ae4', 0, 'Viogem Ltd', 'Paddock House Orlingbury Northamptonshire NN141JH GB', 'GB', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26759, '70b3d528f', 0, 'Overline Systems', '21 av. Sophie Wallerstein Andernos Aquitaine 33510 FR', 'FR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26760, '00c0ec', 0, 'Dauphin Tech', '450 EISENHOWER LANE NORTH LOMBARD IL 60148 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26761, '00904a', 0, 'Concur System Tech', '2525 WALLINGWOOD DR.-STE. #804 AUSTIN TX 78746 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26762, '4488cb', 0, 'Camco Tech NV', 'Technologielaan 13 Heverlee VB 3001 BE', 'BE', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26763, '0050c207b', 0, 'Trikon Tech Ltd', 'Ringland Way Gwent NP18 2TA GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26764, '0050c2b89', 0, 'Entec Electric & Electronic Co, Ltd', '78-2 Buncheon-ri, Bongdam-eup Hwaseong-city Gyungki-do 445-894 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26765, '0014f0', 0, 'Business Security OL AB', 'Box 110 65 Lund 220 11 SE', 'SE', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26766, '0050c2b6b', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26767, '0050c2c0a', 0, 'Abb Transmission and Distribution Automation Equipment (Xiamen) Co, Ltd', 'ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN', 'CN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26768, '6854fd', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2016-10-15', '2016-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26769, '70b3d5b5a', 0, 'Gti Tech Inc', '12707 High Bluff Dr, ste 200 San Diego CA 92130 US', 'US', 'MA-S', '2019-08-19', '2019-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26770, '00d094', 0, 'Seeion Control Llc', '117 Stephanie Lane vista CA 92084-5316 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26771, '000819', 0, 'Banksys', 'Haachtsesteenweg 1442 BE', 'BE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26772, '0050c288e', 0, 'Cardinal Scale Mfg Co', '203 E. Daugherty Webb City MO 64870 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26773, '002243', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd., Xindian Taipei 231 TW', 'TW', 'MA-L', '2008-10-25', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26774, '00149c', 0, 'HF Co', 'Node Park Touraine BP1 Tauxigny 37310 FR', 'FR', 'MA-L', '2005-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26775, '001d8d', 0, 'Fluke Process Instruments GmbH', 'Blankenburger Str. 135 Berlin 13127 DE', 'DE', 'MA-L', '2007-08-18', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26776, '14488b', 0, 'Shenzhen Doov Tech Co, Ltd', '11st Floor,East,2nd Phase Futian District, Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26777, '70b3d5879', 0, 'Zigpos GmbH', 'Strehlener Straße 12/14 Dresden Saxony 01069 DE', 'DE', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26778, 'b0b353c', 0, 'Beijing Geekplus Tech Co, Ltd', '1st Floor, Building 1, Chaolai High-Tech industrial Part, Chaoyang District Beijing Beijing 100012 CN', 'CN', 'MA-M', '2019-11-23', '2019-11-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26779, '0007d6', 0, 'Commil Ltd', 'P.O. Box 10050 IL', 'IL', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26780, '903eab', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-06-20', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26781, '14dae9', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou, Taipei 112 TW', 'TW', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26782, '20e791', 0, 'Siemens Healthcare Diagnostics, Inc', '2 Edgewater Drive Norwood MA 02062 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26783, '38b8ebc', 0, 'Ajax Systems Inc', '910 Foulk Road, Suite 201 Wilmington, 19803 UA', 'UA', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26784, '0050c2371', 0, 'Digital Art System', '838 rue de l\'Aiguelongue Montpellier HR 34090 FR', 'FR', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26785, '002108', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26786, '0050c2a14', 0, 'Elbit Systems of America - Tallahassee Operations', '1721 W. Paul Dirac Drive Tallahassee Florida 32310 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26787, '0050c2d04', 0, 'Tehama Wireless', '423 Tehama Street San Francisco CA 94103 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26788, '70305e', 0, 'Nanjing Zhongke Menglian Information Tech Co, Ltd', '3rd Floor,Building A,Area 3 Nanjing Jiangsu 210042 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26789, '70b3d59f0', 0, 'Fujicom Co, Ltd', '1581-1, Wakakodama, Gyouda-shi Saitama-ken 3610017 JP', 'JP', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26790, '001267', 0, 'Panasonic Corp', '2460-1, Uegawa-Cho Matsusaka-City Mie 571-8506 JP', 'JP', 'MA-L', '2004-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26791, '0018e9', 0, 'Numata Corp', '8-2-39 nanko-higashi Osaka-shi Osaka-fu 559-0031 JP', 'JP', 'MA-L', '2006-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26792, 'd4ad2d', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2013-07-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26793, 'd46a6a', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26794, 'd85f77', 0, 'Telink Semiconductor (Shanghai) Co, Ltd', 'No. 1500 Zuchongzhi Rd, Building #3 Shanghai 201203 CN', 'CN', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26795, '001a8a', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi-City Gyeong-Buk 730-350 KR', 'KR', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26796, '2421ab', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2010-01-05', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26797, '88c36e', 0, 'Beijing Ereneben lnformation Tech Ltd', 'Room 14F,Building F,Honglong Central Plaza,NO,3001,Heping Road,LuoHu ShenZhen GuangDong 518110 CN', 'CN', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26798, '34a2a2', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26799, '000e6d', 0, 'Murata Manufacturing Co, Ltd', '2288, Oaza-Ohshinohara, Yasu-cho, Yasu-gun Shiga 520-2393 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26800, '0050c2411', 0, 'Multimessage Systems Ltd', 'Units 1 / 2, Cranbourne Ind. Est. Potters Bar Hertfordshire EN6 3JH GB', 'GB', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26801, '18e829', 0, 'Ubiquiti Networks Inc', '2580 Orchard Pkwy San Jose CA 95131 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26802, '5c27d4', 0, 'Shenzhen Qihu Intelligent Tech Co Ltd', 'Room 201, Block A, No.1, Qianwan Road 1,Qianhai Shenzhen HongKong Modern Service Industry Cooperation Zone Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-11-09', '2019-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26803, '0007e9', 0, 'Intel Corp', '2111 NE 25th Avenue Hillsboro OR 97124 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26804, 'e85b5b', 0, 'LG Electronics Inc', '19-1, CHEONGHO-RI, JINWI-MYEON PYEONGTAEK GYEONGGI-DO 451-713 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26805, '0050c2b59', 0, 'Slican sp. z o.o.', 'ul.M.Konopnickiej 18 Bydgoszcz Kujawsko-Pomorskie 85-124 PL', 'PL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26806, '70b3d510e', 0, 'Colorimetry Research, Inc', '26612 Heirloom Place Santa Clarita CA 91350 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26807, '2c5be1', 0, 'Centripetal Networks, Inc', '2251 Corporate Park Drive, Suite 150 Herndon VA 201715806 US', 'US', 'MA-L', '2014-02-25', '2018-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26808, 'dc4427', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-07-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26809, '40562d', 0, 'Smartron India Pvt Ltd', '1st Floor, Kapil Tower, Gachibowli Hyderabad Telangana 500032 IN', 'IN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26810, '10f1f2', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26811, '0050c2dec', 0, 'VendNovation Llc', '13400 NE 20th Street Bellevue WA 98005 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26812, '40d8550cd', 0, 'Logical Product', '2-25-5,matoba,minamiku Fukuoka Fukuoka 811-1314 JP', 'JP', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26813, '94ba56', 0, 'Shenzhen Coship Electronics Co, Ltd', 'Rainbow Bldg., North, Hi-Tech Industrial Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26814, 'd404cd', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-04-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26815, '8801f2', 0, 'Vitec System Engineering Inc', '203203 Kita-shinagawa Shinagawa-ku Tokyo 140-0001 JP', 'JP', 'MA-L', '2016-01-02', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26816, '282fc2', 0, 'Automotive Data Solutions', '8400 rue Bougainville Montreal Quebec H4P2G1 CA', 'CA', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26817, '000ff7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26818, '0050c29b7', 0, 'St. Michael Strategies', '701 Salaberry Chambly Quebec J3L 1R2 CA', 'CA', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26819, '001104', 0, 'Telexy', '1116, HYUNDAI 41 TOWER, 917-9 SEOUL 158-723 KR', 'KR', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26820, '2cd1da', 0, 'Sanjole, Inc', '2800 Woodlawn Drive, #271 Honolulu Hawaii 96822 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26821, 'ec89f5', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999,Qishan North 2nd Road,Information&Optoelectronics Park,Torch Hi-tech Industry Development Zone, Xiamen Fujian 361006 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26822, '34d0b8c', 0, 'Glory Mark Electronic Ltd Taiwan Branch (B.V.I.)', '3F, No. 6, Lane 148, Li De St., Chungho Dist. New Taipei City Taiwan 235 TW', 'TW', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26823, '000105', 0, 'Beckhoff Automation GmbH', 'Eiserstraße 5 Verl NRW 33415 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26824, '0004f6', 0, 'Amphus', '2372 Qume Drive, #F San Jose CA 95131 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26825, '00c002', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '1980-01-01', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26826, '00108d', 0, 'Johnson Controls, Inc', '507 E. Michigan St. Milwaukee WI 53201 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26827, 'f08bfe', 0, 'Costel.,CoLtd', '223-39, Sangdaewon-Dong, Jungwon-Gu Seongnam-si Kyunggi-Do 462-807 KR', 'KR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26828, 'ac3613', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26829, '0050c26b1', 0, 'Burk Tech', '7 Beaver Brook road Littleton MA 01460 US', 'US', 'IAB', '2007-01-06', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26830, '0050c2bb2', 0, 'St. Michael Strategies Inc', '701 Salaberry suite 201 Chambly Quebec J3L 1R2 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26831, 'e0383f', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26832, '5001bb', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-05-26', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26833, '20ed74', 0, 'Ability enterprise Co, Ltd', '4F., No.8, Ln.7, Wuquan Rd, Wugu Dist, New Taipei City 24886, Taiwan(R.O.C) Taipei Taipei 24886 TW', 'TW', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26834, 'b8bb23', 0, 'Guangdong Nufront Csc Co, Ltd', 'A403-414, Building 13, No.232 Waihuan East Road, Higher Education Mega Center, Guangdong 510006, China Guangzhou Guangdong 510006 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26835, 'bc8385', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26836, '70b3d5f84', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach North Rhine-Westphalia 51465 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26837, '9c2f4e', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26838, '00080d', 0, 'Toshiba', '2-9, Suehiro-cho, Tokyo 198-8710 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26839, 'b8c716', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2011-03-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26840, '001456', 0, 'Edge Products', '1080 South Depot Drive Ogden Utah 84404 US', 'US', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26841, '0050c2928', 0, 'Cinetix GmbH', 'Gemuendener Str. 27 D-60599 Frankfurt/Main DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26842, '68784c', 0, 'Nortel Networks', 'CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX', 'MX', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26843, '70b3d5383', 0, 'Lpa Excil Electronics', 'Ripley Drive Wakefield West Yorkshire WF6 1QT GB', 'GB', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26844, '00038c', 0, 'Total Impact', '295 Willis Ave. Camarillo CA 93010 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26845, '000d45', 0, 'Tottori Sanyo Electric Co, Ltd', '3-201, Minami Yoshikata Tottori City Tottori 680-8634 JP', 'JP', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26846, '0023ba', 0, 'Chroma', '68, Hwa-Ya 1st Rd., Hwa-Ya Technical Park, Taoyuan Hsien Taiwan 333 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26847, 'd8c691', 0, 'Hichan Tech Corp', '12F., No.2, Jian 8th Rd., Zhonghe Dist New Taipei City 23511 TW', 'TW', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26848, '000070', 0, 'Hcl Ltd', 'RESEARCH & DEVELOPMENT UNIT IN', 'IN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26849, '000fa9', 0, 'PC Fabrik', 'Buchenstrasse 13-15 Dresden Sachsen 01097 DE', 'DE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26850, '0050c2cd7', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26851, 'a0ec80', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26852, '7c477c2', 0, 'Powerland Ltd', '7F, Buiding A2, ZhongTai Information Industry Park, DeZheng Road, ShiYan Street. ShenZhen GuangDong 518108 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26853, '0006af', 0, 'Xalted Networks', '2901 Dallas Parkway Plano TX 75093 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26854, 'b482fe', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26855, '40d85501e', 0, 'A2s', 'ZA Le Rival 2 Lafran 82130 FR', 'FR', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26856, '00351a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26857, '70b3d51d4', 0, 'Brinkmann Audio GmbH', 'Im Himmelreich 13 Achberg 88147 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26858, '0050c2325', 0, 'Federal Aviation Administration', 'FAA Technical Center Atlantic City New Jersey 08405 US', 'US', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26859, 'ac867e', 0, 'Create New Tech (HK) Ltd Co', 'Rm B 10/F JinFeng Building,1001 ShangBu South Road,FuTian District Shen Zhen Guang Dong 518031 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26860, 'ac83f0', 0, 'ImmediaTV Corp', '2005 De La Cruz Blvd Santa Clara California 95050 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26861, '00e09c', 0, 'Mii', 'LE parc du MOULIN F95650 PUISEUX-POTOISE FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26862, '00d042', 0, 'Mahlo GmbH & Co UG', 'DONAUSTRASSE 12 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26863, 'b86491', 0, 'CK Telecom Ltd', 'Keji Avenue,Heyuan Hi-tech Development Zone Heyuan Guangdong Province 517000 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26864, '40f407', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2011-11-26', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26865, '68b094', 0, 'Inesa Electron Co, Ltd', '5F, NO.168, Tianlin Road Shanghai 200233 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26866, '141fba', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-04-22', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26867, '70b3d5377', 0, 'Monnit Corp', '450 South Simmons STE 670 Kaysville UT 84037 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26868, '0050c223f', 0, 'Halliburton - Numar', '710 Stockton Drive Exton PA 19341 US', 'US', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26869, '002135', 0, 'Alcatel-Lucent', 'Ramirez de Prado 5 Madrid 28045 ES', 'ES', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26870, 'bc60a7', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2016-01-02', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26871, '94513d', 0, 'iSmart Alarm, Inc', '1290 Kifer Road Suite 306 Sunnyvale CA 94086 US', 'US', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26872, '98d863', 0, 'Shanghai High-Flying Electronics Tech Co, Ltd', 'Room 1002 ,#1Building,No.3000 Longdong Avenue,Pudong District,Shanghai,China shanghai shanghai 201203 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26873, '00b04a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26874, '70b08c', 0, 'Shenou Communication Equipment Co, Ltd', 'No.118 Middle Juguang Road, High & New Industrial Zone Wenzhou Zhejiang 325029 CN', 'CN', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26875, '0050c228c', 0, 'Futaba Corp', '1080 Yabutsuka Chosei-gun,Chosei-mura Chiba-ken 299-4395 JP', 'JP', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26876, '2493ca', 0, 'Voxtronic Austria', 'Modecenterstrasse 17 Objekt 1 Vienna 1110 AT', 'AT', 'MA-L', '2013-09-12', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26877, '70b3d5319', 0, 'Iso/TC 22/SC 31', 'Behrenstr. 35 Berlin 10117 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26878, '70b3d5582', 0, 'Vagler International Sdn Bhd', '2006 Jalan Jelawat, Seberang Jaya Industrial Estate Prai Penang 13700 MY', 'MY', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26879, 'cc9916', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26880, '70b3d57dc', 0, 'Software Systems Plus', '9924 N. Ash Avenue Kansas City null 64157 US', 'US', 'MA-S', '2018-07-23', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26881, '00608c', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '1980-01-01', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26882, '00909e', 0, 'Critical IO, Llc', '485 E. 17th Street Costa Mesa CA 92627 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26883, 'fcd4f6', 0, 'Messana Air.Ray Conditioning s.r.l.', 'Via Venezia 18 Oderzo TV 31046 IT', 'IT', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26884, '0050c2e62', 0, 'Sae IT-systems GmbH & Co KG', 'Im Gewerbegebiet Pesch 14 Köln NRW 50767 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26885, '9046a2', 0, 'Tedipay UK Ltd', 'Level 39, One Canada Square London E14 5AB GB', 'GB', 'MA-L', '2015-12-17', '2015-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26886, '70b3d5410', 0, 'Avant Tech, Inc', 'Road 156 Caguas West Ind. Park bldg 39 Caguas PR 00726 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26887, '70b3d5de3', 0, 'Etl Elektrotechnik Lauter GmbH', 'Konrad-Zuse-Str. 2 Mauerstetten Bavaria 87665 DE', 'DE', 'MA-S', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26888, '001ba3', 0, 'Flexit Group GmbH', 'Bräuhausstraße 14 Salzburg Salzburg 5020 AT', 'AT', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26889, '20bfdb', 0, 'Dvl', '21 Gradinilor Str Chisinau MD2001 MD', 'MD', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26890, '0014ff', 0, 'Precise Automation, Inc', '1402 Alexandra Blvd Crystal Lake IL 60014 US', 'US', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26891, '001757', 0, 'Rix Tech Ltd', '17 DAI WANG STREET TAI PO NEW TERRITORIES HK', 'HK', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26892, '0050c284e', 0, 'Draco Systems', 'Edifici CIM Valles of. 61-62 Sta. Perpetua de Mogoda Barcelona 08130 ES', 'ES', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26893, 'bcc810', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26894, '5057a8', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26895, '0c8cdc', 0, 'Suunto Oy', 'Valimotie 7 Vantaa Uusimaa 02710 FI', 'FI', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26896, '00d0f9', 0, 'Acute Communications Corp', 'NO. 1, CREATION ROAD III TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26897, '000d4a', 0, 'Steag Eta-Optik', 'Borsigstrasse 78.-80 Heinsberg 52525 DE', 'DE', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26898, '70b3d5743', 0, 'EA Elektroautomatik GmbH & Co KG', 'Helmholtzstraße 31-33 Viersen NRW 41747 DE', 'DE', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26899, '70b3d565d', 0, 'Gega Electronique', '1 RUE SAINT ELOI MONTCEAU LES MINES SAONE ET LOIRE 71300 FR', 'FR', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26900, '24b2de', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2017-05-23', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26901, '30fab7', 0, 'Tunai Creative', '12F, No.221, Sec.4, Zongxiao E. Rd, Taipei 106, Taiwan TAIPEI TAIPEI 10690 TW', 'TW', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26902, '8439be8', 0, 'Diamond Products Llc', '21350 Lassen St, Chatsworth, CA 91311, United States Chatsworth CA 91311 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26903, '40ed986', 0, 'Shanghai Broadwan Communications Co, Ltd', 'Building G, No.1015, Caobao Rd Shanghai Shanghai 200233 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26904, '2aea15', 0, 'Tibit Communications', '1 Willowbrook Court, Suite 150 Petaluma CA 94954 US', 'US', 'CID', '2017-01-30', '2017-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26905, '0050c244a', 0, 'Elettronica Santerno SpA', 'S. SELICE, 47 IMOLA BOLOGNA 40026 IT', 'IT', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26906, '0050c2fee', 0, 'Sparks Instruments SA', 'Bodematta 12 Heitenried FR 1714 CH', 'CH', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26907, '0050c2ede', 0, 'Smart Grid Networks', 'Rombvagen 7 Lyckeby Blekinge 37165 SE', 'SE', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26908, 'bceafa', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2014-08-20', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26909, 'a0b045', 0, 'Halong Mining', '13/F TCL Tower, No.8 Tai Chung Road Tsuen Wan New Territories Tsuen Wan New Territories HK', 'HK', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26910, '70b3d5a0a', 0, 'Capsys', 'ZI Parc technologique des Fontaines BERNIN 38190 FR', 'FR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26911, '208593d', 0, 'Shanghai Kenmyond Industrial Network Equipment Co, Ltd', '15/F,NO3003,Baoyang Road,Baoshan District Shanghai Shanghai 201201 CN', 'CN', 'MA-M', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26912, '0009f4', 0, 'Alcon Laboratories, Inc', '6201 South Freeway Fort Worth Tx 76134 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26913, '0050c20e6', 0, 'RouteFree, Inc', '3400 Hillview Ave., Building 5 Palo Alto CA 94304 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26914, '001e62', 0, 'Siemon', '27 Siemon Company Drive Watertown CT 06795 US', 'US', 'MA-L', '2007-10-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26915, '0050c2c04', 0, 'SoGEME', '1 rue Jules Michelet BEAUVAIS 60000 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26916, '24b88c', 0, 'Crenus Co, Ltd', 'Mario Tower 814, 222-12 Seoul 152-050 KR', 'KR', 'MA-L', '2011-10-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26917, 'a43bfae', 0, 'The Magstim Co Ltd', 'Spring Gardens Whitland Carmarthenshire SA34 0HR GB', 'GB', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26918, '70b3d5020', 0, 'Micro Debug, Y.K.', '5-18-15 Oowada-cho hachiouji Tokyo 192-0045 JP', 'JP', 'MA-S', '2018-10-24', '2018-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26919, '0003a5', 0, 'Medea Corp', '5701 Lindero Canyon Rd. Wetlake Village CA 91362 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26920, '0050c22e2', 0, 'Ballard Tech, Inc,', '11400 Airport Road Everett WA 98204 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26921, '000bd4', 0, 'Beijing Wise Tech & Science Development CoLtd', '3rd Floor Caihong Building, No.2,1st Wes Beijing 100088 CN', 'CN', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26922, '002179', 0, 'Iogear, Inc', '23 Hubble Irvine CA 92618 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26923, '0050c2abe', 0, 'AP Labs', '10864 THORNMINT ROAD SAN DIEGO CALIFORNIA 92127 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26924, '743889', 0, 'Annax Anzeigesysteme GmbH', 'Wettersteinstrasse 18 Taufkirchen Bavaria 82024 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26925, '0050c2e00', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26926, 'ecfa5c', 0, 'Beijing Xiaomi Electronics Co, Ltd', 'Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN', 'CN', 'MA-L', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26927, '0003bc', 0, 'Cot GmbH', 'Güterstraße 5 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26928, '000913', 0, 'SystemK Corp', '238-9 Higashi 1, Kita 15, Higashi-ku Sapporo Hokkaido 065-0015 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26929, 'e874e6', 0, 'Adb Broadband Italia', 'VIALE SARCA 336 MILANO 20126 IT', 'IT', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26930, '74f8dbc', 0, 'Tbm Co, Ltd', 'A-806, 282 Hakeui-Ro Anyang-City Gyeonggi-Do 431-810 KR', 'KR', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26931, '946a77', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26932, '002006', 0, 'Garrett Communications, Inc', '48531 WARMSPRINGS BLVD. FREMONT CA 94539 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26933, '40d85518c', 0, 'Eos S.r.l.', 'Via Monte Aquila 2 Parma 43124 IT', 'IT', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26934, '00231d', 0, 'Deltacom Electronics Ltd', '2F,ZIT,7km Tzarigradsko Shose Sofia Sofia-grad 1784 BG', 'BG', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26935, '0050c2a94', 0, 'ParTech Inc', '139 Premier Dr. Lake Orion MI 48359 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26936, '70b3d52dc', 0, 'Bolide Tech Group, Inc', '468 S. San Dimas Ave., San Dimas CA 91773 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26937, '28101b', 0, 'MagnaCom', '9 Bareket Street Petah Tikva 4951777 IL', 'IL', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26938, '000c94', 0, 'United Electronic Industries, Inc (Eui)', '27 Renmar Ave Walpole MA 02081 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26939, '0050c2581', 0, 'Devitech ApS', 'Sundsholmen 12 Noerresundby DK 9400 DK', 'DK', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26940, '885bdd', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2014-02-25', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26941, '00089e', 0, 'Beijing Enter-Net CoLtd', 'NO 1 courtyard, Beijing 100085 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26942, '8cb64f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26943, '541031', 0, 'Smarto', '25 QUAI GALLIENI SURESNES HAUT DE SEINE 92150 FR', 'FR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26944, 'd83af5', 0, 'Wideband Labs Llc', '1027 S Main Street, STE 330 Joplin MO 64801 US', 'US', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26945, '0050c2caa', 0, 'Dsp Design Ltd', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26946, '70b3d5592', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26947, '40f308', 0, 'Murata Manufacturing Co, Ltd', '1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26948, '70b3d50b5', 0, 'Capgemini Netherlands', 'Reykjavikplein 1 Utrecht 3543KA NL', 'NL', 'MA-S', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26949, '0060de', 0, 'Kayser-Threde GmbH', 'Wolfratshauser Str. 48 D-81379 Munich DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26950, '001793', 0, 'Tigi Corp', '2070 Chain Bridge road Vienna Va 22182 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26951, '14eb33', 0, 'BSMediasoft Co, Ltd', '#603, Garden Bldg., 14-13, Yoido-Dong, Youngdeungpo-Gu Seoul 150-871 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26952, '70b3d5794', 0, 'Shadin Avionics', '6831 Oxford Street St. Louis Park MN 55426 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26953, '70b3d5d5b', 0, 'WyreStorm Tech Ltd', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26954, '943bb0', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26955, '70b3d5a09', 0, 'Smart Embedded Systems', '6701 Koll Center Parkway #250 Pleasonton CA 94566 US', 'US', 'MA-S', '2020-02-04', '2020-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26956, 'f8fb2f', 0, 'Santur Corp', '40931 Encyclopedia Circle Fremont California 94538 US', 'US', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26957, '0050c2cd4', 0, 'Schraml GmbH', 'Herxheimer Str. 7 Vagen Bavaria 83620 DE', 'DE', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26958, '34363b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26959, 'f02745', 0, 'F-Secure Corp', 'Tammasaarenkatu 7 Helsinki 00181 FI', 'FI', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26960, 'f4eab5', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2017-08-04', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26961, 'c4954d1', 0, 'Teletronik AG', 'Bahnhofstrasse 10. Zug 6302 CH', 'CH', 'MA-M', '2019-09-19', '2019-09-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26962, '0003c7', 0, 'hopf Elektronik GmbH', 'Nottebohmstraße 41 58511 Lüdenscheid DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26963, '00500f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26964, '00165b', 0, 'Grip Audio', '6345 W. Louise Drive Glendale Arizona 85310-4243 US', 'US', 'MA-L', '2005-11-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26965, '0050c2ba7', 0, 'RaumComputer Entwicklungs- und Vertriebs GmbH', 'Augartenstraße 1 Karlsruhe Baden-Württemberg 76137 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26966, '1c51b5', 0, 'Techaya Ltd', 'P.O.B 1500 Pardes Hanna 3700 IL', 'IL', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26967, '0008a2', 0, 'Adi Engineering, Inc', '1769A Worth Park Charlottesville VA 22911 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26968, '00137f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26969, '001c24', 0, 'Formosa Wireless Systems Corp', 'No. 408, Guandong Rd., HsinChu City 300 TW', 'TW', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26970, '001c32', 0, 'Telian Corp', '4FL. Namjeon Bldg. 53-3 Haandong Kwangmyungsi Kyoungkido 423060 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26971, '0050c2798', 0, 'Indefia', 'Sehit Ismet Armagan sokak No:4/12 Istanbul 34363 TR', 'TR', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26972, '00c02e', 0, 'Netwiz', '26 GOLOMB STREET IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26973, '000b1a', 0, 'Industrial Defender, Inc', '16 Chestnut Street Foxborough MA 02035 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26974, '001e3b', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26975, '70b3d5145', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26976, '001ce0', 0, 'Dasan Tps', 'HUMAX Village 6F, 11-4 Sunae-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-825 KR', 'KR', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26977, '0050c277f', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten bawu 88480 DE', 'DE', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26978, '0024e2', 0, 'Hasegawa Electric Co, Ltd', '5-6-20 SHIOE AMAGASAKI HYOGO 661-0976 JP', 'JP', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26979, '647657', 0, 'Innovative Security Designs', '18 Technology Drive Irvine CA 92618 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26980, '14c3c2', 0, 'K.A. Schmersal GmbH & Co KG', 'Möddinghofe 30 Wuppertal NRW 42279 DE', 'DE', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26981, '500b914', 0, 'Sinope Tech Inc', '705 Montrichard St-Jean-Sur-Richelieu Quebec J2X5K8 CA', 'CA', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26982, '000f7a', 0, 'BeiJing NuQX Tech Co, Ltd', 'Room 812,8F Tower B,YinWang Center, No.113,Zhi Chun Road, Beijing 100086 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26983, '0016e4', 0, 'Vanguard Security Engineering Corp', '3, LANE 32, KSO CHING RD. YANGMEI TAOYUAN 326 US', 'US', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26984, 'ecf8eb', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26985, 'dc543d', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26986, '188331', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26987, 'ccf735', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2018-10-15', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26988, '0050c2b8c', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26989, '0050c2c1e', 0, 'Peperoni-Light', 'Wiesenrautenstieg 42 Hamburg 22607 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26990, '80ed2c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26991, '0050c2c05', 0, 'Doppler Systems Llc', '37202 N Bloody Basin Road Carefree Arizona 853877 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26992, '70b3d50dc', 0, 'Talleres de Escoriaza', 'Barrio Ventas 35 Irun Gipuzkoa 20305 ES', 'ES', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26993, '70b3d5c21', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26994, 'f0acd73', 0, 'Med-Pat/Inn-Phone', '31 Riordan Place Shrewsbury NJ 07702 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26995, '88a9a7d', 0, 'Avlink Industrial Co, Ltd', '7/F, A1 Bldg, 1st Shuichanjingwan Industrial Park, Nanchang Village, Gushu, Bao\'an Dist Shenzhen Guangdong 518126 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26996, '183da2', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26997, '54df00', 0, 'Ulterius Tech, Llc', '1625 N. Waterfront Parkway Wichita KS 67206 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26998, '002474', 0, 'Autronica Fire And Securirty', 'Haakon VII\'s g.4 Trondheim N-7483 NO', 'NO', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(26999, '285132', 0, 'Shenzhen Prayfly Tech Co, Ltd', '16F B International Chamber of Commerce Building Shenzhen Guangdong Province 518048 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27000, '602103', 0, 'I4vine, Inc', 'TLI Building 6th floor, 195 Seongnam-si Gyeonggi-do 462-100 KR', 'KR', 'MA-L', '2013-11-12', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27001, '8c99e6', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2015-07-31', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27002, '000372', 0, 'Ulan', '5F-3, No. 31-1, Lane 169, TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27003, '00237c', 0, 'Neotion', 'ZI les Paluds AUBAGNE F-13400 FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27004, '0050c24a0', 0, 'Advanced Tech & Engineering (pty) Ltd', '998 16 th Road Midrand Gauteng ZA', 'ZA', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27005, '0017de', 0, 'Advantage Six Ltd', '208 George St OLDHAM Lancs OL2 8DR GB', 'GB', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27006, '00221d', 0, 'Freegene Tech Ltd', '3/F ,C BLDG,Weipengda Industrial Park Shenzhen Gongdong 518109 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27007, 'b4cfdb', 0, 'Shenzhen Jiuzhou Electric Co, Ltd', '6F,Jiuzhou Electric Building,Southern No.12RD.,Hi-Tech Industrial Park,Nanshan District, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27008, 'f02405', 0, 'Opus High Tech Corp', '1st Floor, No. 367, Gaocui Road Hsinchu City 30064 TW', 'TW', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27009, '001bc507a', 0, 'Servicios Electronicos Industriales Berbel s.l.', 'Calle San Jose N PINTO MADRID 28320 ES', 'ES', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27010, '0090c9', 0, 'Dpac Tech', '7321 Lincoln Way Garden Grove CA 92841 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27011, '0012d0', 0, 'Gossen-Metrawatt-GmbH', 'Thomas-Mann-Straße 16-20 Nürnberg Bavaria 90471 DE', 'DE', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27012, 'd8bfc0', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27013, '000f55', 0, 'Datawire Communication Networks Inc', '10 Carlson Court, Suite 300 Toronto Ontario M9W 6L2 CA', 'CA', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27014, '001760', 0, 'Naito Densei Machida Mfg.Co, Ltd', '2-17-28 Fuchinobe Sagamihara Kanagawa 229-0006 JP', 'JP', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27015, '90dfb7', 0, 's.m.s smart microwave sensors GmbH', 'In den Waashainen 1 Braunschweig NI 38108 DE', 'DE', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27016, '60e6bc', 0, 'Sino-Telecom Tech Co, Ltd', '6F, Building 2, No.115, Lane 1276 Nanle Rd 201613 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27017, 'cc9470', 0, 'Kinestral Tech, Inc', '400 E Jamie Ct., Ste. 201 South San Francisco CA 94080 US', 'US', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27018, '3807d4', 0, 'Zeppelin Systems GmbH', 'Messenhäuser Str. 37-45 Rödermark Hessen 63322 DE', 'DE', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27019, '00d0be', 0, 'Emutec Inc', 'P.O. BOX 3035 EVERETT WA 98203 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27020, '000b90', 0, 'Adva Optical Networking Ltd', 'ADVAntage House York YO30 4RY GB', 'GB', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27021, '489dd1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27022, 'dc54d7', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27023, '0050c293c', 0, 'FractureCode Corp', 'Amager Strandvej 390, 2. etage Kastrup 2770 DK', 'DK', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27024, 'e47cf9', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3dong, Yeongtong-gu Suwon Gyeonggi-do 443742 KR', 'KR', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27025, '70b3d5d02', 0, 'Arctos Showlasertechnik GmbH', 'Sägewerkstraße 16 Saaldorf-Surheim Bavaria 83416 DE', 'DE', 'MA-S', '2019-06-24', '2019-06-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27026, '009077', 0, 'Advanced Fibre Communications', 'PO BOX #751239 PETALUMA CA 94975 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27027, '001bc5', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2007-04-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27028, '70b3d5f87', 0, 'Shinwa Industries, Inc', 'Daisan Nishi-Aoyama Bldg. 6F 1-8-1 Shibuya Shibuya-ku Tokyo 150-0002 JP', 'JP', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27029, '001c43', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27030, '383a213', 0, 'Shanghai Greatwall Safety System Co, Ltd', '502B - Bloc ,No.168 Luoyang Str ShangHai 201100 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27031, '0024c2', 0, 'Asumo Co, Ltd', 'Oya-Kita 1-3-1 EBINA-CITY KANAGAWA-PREF. 243-0419 JP', 'JP', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27032, '84d931', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27033, '40ed981', 0, 'GuangZhou FiiO Electronics Tech Co, Ltd', '201,2/F, F Building, Hougang Industrial Zone, Shigang Village, huangshi West Road,Baiyun District GuangZhou 510430 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27034, 'b4a2eb7', 0, 'Kona I', '4F EXCON Venture-Tower, 3, Eunhaeng-ro, Youngdeungpo-gu, Seoul 07237 KR', 'KR', 'MA-M', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27035, '00000a', 0, 'Omron Tateisi Electronics Co', 'SECTION NFF, SYSTEM R&D LABS. KYOTO 617 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27036, '00c085', 0, 'Electronics For Imaging, Inc', '2855 CAMPUS DRIVE SAN MATEO CA 94403 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27037, '4ce173d', 0, 'Ktc(K-Tel)', '98, Sandan-ro 132beon-gil Uijeongbu-si Gyeonggi-do 11781 KR', 'KR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27038, '1866c7', 0, 'Shenzhen Libre Tech Co, Ltd', '634, Tian Hui Building #B, You Song Lu, Long Hua District Shenzhen 511700 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27039, '0051ed', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27040, 'f45420', 0, 'Tellescom Industria E Comercio EM Telecomunicacao', 'Av. Buriti, 1900 – Setor B – Distrito Industrial Manaus Amazonas 69075-000 BR', 'BR', 'MA-L', '2020-02-13', '2020-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27041, '0007b8', 0, 'Corvalent Corp', '1101 Arrow Point Dr #501 Cedar Park TX 78613 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27042, '002360', 0, 'Lookit Tech Co, Ltd', 'FL 8 Seashore Mansion Shenzhen Guangdong 518100 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27043, 'd831cf', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27044, '00d049', 0, 'Impresstek Co, Ltd', '6F, SPECIALTY CONSTRUCTION CTR 302-120 KOREA (REP.) KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27045, '00d061', 0, 'Tremon Enterprises Co, Ltd', '15F, NO. 116, SEC. 1 TAIWAN TAIWAN ROC TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27046, '001694', 0, 'Sennheiser Communications A/S', 'Langager 6 Solrød Strand Copenhagen 2680 DK', 'DK', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27047, '002487', 0, 'Transact Campus, Inc', '22601 North 19th Avenue Phoenix AZ 85027 US', 'US', 'MA-L', '2008-12-16', '2019-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27048, '0050c2c27', 0, 'Qtechnology A/S', 'Valby Langgade 142, 1. Valby DK 2500 DK', 'DK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27049, '70b3d5d3b', 0, 'NimbeLink Corp', '3131 Fernbrook LN N, Ste 100 Plymouth MN 55447 US', 'US', 'MA-S', '2014-11-04', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27050, '000323', 0, 'Cornet Tech, Inc', '6800 Versar Center, Suite 216 Springfield VA 22151-4147 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27051, '00c0d3', 0, 'Olympus Image Systems, Inc', '15271 BARRANCA PARKWAY IRVINE CA 92718-2201 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27052, '044e5a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27053, '28f537b', 0, 'LogiM GmbH Software und Entwicklung', 'Mahonienweg 22b Berlin 12437 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27054, '001b83', 0, 'Finsoft Ltd', '16-18 Hatton Garden London EC1N 8AT GB', 'GB', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27055, '000db9', 0, 'PC Engines GmbH', 'Flughofstrasse 58 8152 Glattbrugg CH', 'CH', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27056, '3c15ea', 0, 'Tescom Co, Ltd', '#928 UTV, 1141-2 Baeksuk Ilsandong Goyang Gyeonggi 410-722 KR', 'KR', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27057, '00a04d', 0, 'Eda Instruments, Inc', '4 THORNCLIFFE PARK DRIVE M4H 1H1 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27058, '005023', 0, 'PG Design Electronics, Inc', '48700 STRUCTURAL DRIVE CHESTERFIELD MI 48051 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27059, '0016cc', 0, 'Xcute Mobile Corp', '3F. No.25, Ally15, Lane 120, Sec.1, Neihu Rd. Taipei 114 TW', 'TW', 'MA-L', '2005-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27060, '001a48', 0, 'Takacom Corp', '304-709 Aza-Nishiyanma Toki-shi Gifu-ken 509-5202 JP', 'JP', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27061, '881fa1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-03-28', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27062, '70b3d5152', 0, 'Xped Corp Pty Ltd', 'Innovation House Mawson Lakes SA 5095 AU', 'AU', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27063, '0050b1', 0, 'Giddings & Lewis', '660 S. MILITARY RD. FOND DU LAC WI 54935 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27064, '000bf9', 0, 'Gemstone Communications, Inc', '6Fl., No. 102, Hengyang Rd. Taipei 100 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27065, 'ecbd1d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27066, '0090c8', 0, 'Waverider Communications (Canada) Inc', 'British Columbia V1E 4R9 CA', 'CA', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27067, '000440', 0, 'cyberPIXIE, Inc', '68 E. Wacker Place, Chicago IL 60601 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27068, '70f96d', 0, 'Hangzhou H3c Tech Co, Ltd', '310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27069, '00a048', 0, 'Questech, Ltd', 'EASTHEATH AVENUE BERKS, RG11 2PP GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27070, '000b15', 0, 'Platypus Tech', '4/1 Atchison St St Leonards NSW 2065 AU', 'AU', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27071, '70b3d5a33', 0, 'Tiama', 'ZA des Plattes - 1 Chemin des Plattes VOURLES 69390 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27072, '70b3d5cea', 0, 'Computerwise, Inc', '302 N. Winchester Olathe KS 66062 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27073, 'cc22374', 0, 'Shanghai Cargoa M.&E.Equipment CoLtd', '98 shunda road 9#,nanxiang town, Jianding district Shanghai, 200182P.R. 200182 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27074, '70b3d5e94', 0, 'Lumiplan Duhamel', '2 rue de l\'industrie Domène Isère 38420 FR', 'FR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27075, '90e2fca', 0, 'Power Engineering & Manufacturing, Inc', '1463 94th Lane NE Blaine MN 55449 US', 'US', 'MA-M', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27076, '008013', 0, 'Thomas-Conrad Corp', '1908-R KRAMER LANE AUSTIN TX 78758 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27077, '7ccd3c', 0, 'Guangzhou Juzing Tech Co, Ltd', 'Building C Rm 1906-1909 Guangzhou Guangdong 510630 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27078, '70b3d5cf6', 0, 'Tornado Modular Systems', 'Inzhenernaya st. 4a Novosibirsk Novosibirsk 630128 RU', 'RU', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27079, 'd8ed1c', 0, 'Magna Tech SL', 'C/Principe de Vergara, 55. 3ª planta Madrid 28006 ES', 'ES', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27080, '70b3d5d93', 0, 'Pamir Inc', 'B-222, 606, Seobusaet-gil, Geumcheon-gu Seoul 08504 KR', 'KR', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27081, '0000ec', 0, 'Microprocess', '97 BIS, RUE DE COLOMBES FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27082, '0005c9', 0, 'LG Innotek Co, Ltd', 'LG Component R&D Center Ansan-si Gyeonggi-do 426-791 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27083, '001182', 0, 'Imi Norgren Ltd', 'PO Box 22 Lichfield Staffordshire WS13 6SB GB', 'GB', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27084, '34e1d13', 0, 'Rinco Ultrasonics AG', 'Industriestrasse 4 Romanshorn Thurgau 8590 CH', 'CH', 'MA-M', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27085, '0000a2', 0, 'Bay Networks', 'PO Box 58185 Santa Clara CA 95052-8185 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27086, '000284', 0, 'UK Grid Solutions Ltd', 'St Leonards Building Redhill Business Park Stafford ST16 1TW GB', 'GB', 'MA-L', '2000-11-09', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27087, 'c4da26', 0, 'Noblex SA', 'Vicente Padín Moreira 97 Ushuaia Tierra del fuego 9410 AR', 'AR', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27088, 'f895c7', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2015-04-04', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27089, '60c658', 0, 'Phytronix Co, Ltd', '1877-3 Ootashimo-machi Takamatsu Kagawa 761-8073 JP', 'JP', 'MA-L', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27090, '84a06e', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-09-27', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27091, '000c18', 0, 'Zenisu Keisoku Inc', '2-13-37 Fuchu-shi Tokyo 183-0027 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27092, '0023bc', 0, 'EQ-Sys GmbH', 'Hinter den Gärten 15b Treuenbrietzen OT Feldheim Brandenburg 14929 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27093, '40d855153', 0, 'BlinkPipe Ltd', 'Wellington House Cambridge Cambs CB11BH GB', 'GB', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27094, 'a4ed433', 0, 'Dongguan Mingji Electronics Tech Group Co, Ltd', 'NO.93,188 Industrial Road, Pingshan Village,Tangxia Town, Dongguan city, Guangdong Province , China. DONGGUAN GUANGDONG 523710 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27095, '0004a6', 0, 'Saf Tehnika Ltd', '91 Dzirnavu Str., LV', 'LV', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27096, 'ccd29b', 0, 'Shenzhen Bopengfa Elec&Tech Co, Ltd', 'Bldg56A,3/F,Baotian Rd3,Xixiang Town shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27097, '0050c2866', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27098, '70b3d5f3f', 0, 'comtac AG', 'Allenwindenstrasse 1 Flurlingen 8247 CH', 'CH', 'MA-S', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27099, '70b3d58bf', 0, 'Hangzhou Leaper Tech Co Ltd', '20Th floor, Xinghui Center, 723 Dayuan Road Hangzhou Zhejiang Province 311300 CN', 'CN', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27100, '000088', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2000-11-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27101, '001a9f', 0, 'A-Link Ltd', 'Kylavainiontie 20 Espoo FI-02760 FI', 'FI', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27102, '0021b1', 0, 'Digital Solutions Ltd', 'Tsarigradsko Shose 7km BLVD Sofia Sofia 1784 BG', 'BG', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27103, 'f40321', 0, 'BeNeXt B.V.', 'Ter Gouwstraat 3 Amsterdam NH 1093JX NL', 'NL', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27104, '5c16c7', 0, 'Big Switch Networks', '100 W Evelyn Mountain View CA 94041 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27105, '0050c2f50', 0, 'Moritex Corp', '9-21-4 saitama city saitama prefecture 3380837 JP', 'JP', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27106, 'f07f0c', 0, 'Leopold Kostal GmbH &Co KG', 'An der Bellmerei 10 Luedenscheid NRW D-58513 DE', 'DE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27107, '001913', 0, 'Chuang-Yi Network Equipment CoLtd', '238 TianMuShan Rd., West Lake district HangZhou ZheJiang 310000 CN', 'CN', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27108, '001d9b', 0, 'Hokuyo Automatic Co, Ltd', 'Niitaka 1-10-9 Osaka 532-0033 JP', 'JP', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27109, '08001c', 0, 'Kdd-Kokusai Debnsin Denwa Co', 'FUJI XEROX CO., LTD. TELEGRAPH 107 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27110, '0017dd', 0, 'Clipsal Australia', '33-37 Port Wakefield Rd Gepps Cross South Australia 5094 AU', 'AU', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27111, '40d85506b', 0, 'Brs Sistemas Eletrônicos', 'Rua Gomes de Freitas, 491 / 204 Porto Alegre RS 91380-000 BR', 'BR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27112, '844076', 0, 'Drivenets', '4 ashizaf Raanana 4366411 IL', 'IL', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27113, '00e06f', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '1980-01-01', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27114, '00018c', 0, 'Mega Vision', '5765 Thornwood Drive Goleta CA 93117 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27115, '70b3d587c', 0, 'Nautel Ltd', '10089 Peggy\'s Cove Road Hackett\'s Cove Nova Scotia B3Z3J4 CA', 'CA', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27116, '0013b4', 0, 'Appear TV', 'P.O. Box 8 Lilleaker Oslo NO-0216 NO', 'NO', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27117, '40d8550fb', 0, 'InfoMac Sp. z o. o. Sp. k.', 'ul Wojska Polskiego 6 Szczecinek Zachodniopomorskie 78-400 PL', 'PL', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27118, '000406', 0, 'Fa. Metabox AG', 'Daimlerring 37, DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27119, '0011ed', 0, '802 Global', 'Studio 11,Intec 2,Wade Road Hampshire RG24 BNE GB', 'GB', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27120, '70b3d5817', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27121, '70b3d58cf', 0, 'Dainichi Denshi Co, Ltd', '12-27 Enoki-cho Suita city Osaka 564-0053 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27122, '78d8007', 0, 'NimbeLink Corp', '3131 Fernbrook LN N, Ste 100 Plymouth MN 55447 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27123, '70b3d59a2', 0, 'O-Net Communications (Shenzhen) Ltd', 'No. 35, Cuijing Road, Pingshan New District Shenzhen Guangdong 518118 CN', 'CN', 'MA-S', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27124, '0050c2521', 0, 'Aris Tech', '20 RUE DU FONDS PERNANT COMPIEGNE OISE 60200 FR', 'FR', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27125, '001ba7', 0, 'Lorica Solutions', '275 Northpointe Parkway Amherst NY 14228 US', 'US', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27126, '1c1d86', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27127, '84788b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27128, '70b3d592e', 0, 'Medical Monitoring Center Ood', 'Office 8, 10 Poduevo Street Sofia 1680 BG', 'BG', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27129, '0050c2523', 0, 'Amrdec Prototype Integration Facility', 'SES INC. AMSRD-AMR-SE-PI REDSTONE ARSENAL AL 35898 US', 'US', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27130, '002aaf', 0, 'LARsys-Automation GmbH', 'Sinzinger Str. 3 Hochburg-Ach 5122 AT', 'AT', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27131, '70b3d59cb', 0, 'Alligator Communications', '317 Brokaw Road Santa Clara CA 95050 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27132, '8c5bf0', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27133, '402619', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27134, '0018bc', 0, 'Zao Nvp Bolid', 'Pionerskaya str., 4 Korolyov Moscow region 141070 RU', 'RU', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27135, '5481ad', 0, 'Eagle Research Corp', '4237 State Route 34 Hurricane West Virginia 25526 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27136, '001b22', 0, 'Palit Microsystems ( H.K.) Ltd', 'Room 4-6,11F,Nan Fung Commercial Center Kowloon 111 HK', 'HK', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27137, '204c03', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2016-04-11', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27138, '0050c2418', 0, 'Planea Oy', 'Lantinen Pitkakatu 23A Turku 20100 FI', 'FI', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27139, '001d22', 0, 'Foss Analytical A/S', 'Slangerupgade 69 Hillerød Seeland 3400 DK', 'DK', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27140, '0050c29e0', 0, 'Dst Swiss AG', 'Schuebelbachstrasse 3 Eglisau ZH 8193 CH', 'CH', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27141, '70b3d5570', 0, 'Bayern Engineering GmbH & Co KG', 'Maillinger Str.13 Bad Aibling Bavaria 83043 DE', 'DE', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27142, '1c88790', 0, 'Newps Co, Ltd', '33, Hoguk-ro Daegu Korea 41502 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27143, '08ed02e', 0, 'Telstra Corp Ltd', 'Level 2 / 150 Lonsdale St Melbourne Victoria 3000 AU', 'AU', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27144, '000364', 0, 'Scenix Semiconductor, Inc', '1330 Charleston Rd. Mountainview CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27145, '001171', 0, 'Dexter Communications, Inc', '2F Shinsung B/D 404-1 Sungnam Gyunggi 463-420 KR', 'KR', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27146, 'b0dfc1', 0, 'Tenda Tech Co, LtdDongguan branch', 'Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27147, '000638', 0, 'Sungjin C&C Co, Ltd', '1543-6, Seocho-dong, Seocho-gu, Seoul 137-073 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27148, '00198e', 0, 'Oticon A/S', 'Kongebakken 9 Smørum 2765 DK', 'DK', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27149, '10ddf4', 0, 'Maxway Electronics Co, Ltd', '2F Building 4,A Section,3rd Industrial zone,Tangtou Shenzhen Guangdong 518018 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27150, '480bb25', 0, 'Solaredge Ltd', 'Hamada 1 Herzelia 4673335 IL', 'IL', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27151, 'd4d252', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-02-13', '2019-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27152, '001043', 0, 'A2 Corp', '6-14-11 YUTAKA-CHO TOKYO JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27153, '000426', 0, 'Autosys', '202 Ilsinpastel, Seoul Seoul KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27154, '0050c2177', 0, 'Unicoi Systems', '410 Peachtree Parkway Cumming GA 30041 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27155, '5cdad4', 0, 'Murata Manufacturing Co, Ltd', '2288, Oaza-Ohshinohara, Yasu-cho, Yasu-gun Shiga 520-2393 JP', 'JP', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27156, '6c2995', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27157, '70b3d56b6', 0, 'Inradios GmbH', 'Nossener Bruecke 12 Dresden SAX 01187 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27158, '0020b0', 0, 'Gateway Devices, Inc', '2440 STANWELL DRIVE CONCORD CA 94520 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27159, '00903d', 0, 'Biopac Systems, Inc', '42 AERO CAMINO SANTA BARBARA CA 93117 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27160, 'f40e11e', 0, 'Elektronika Naglic d.o.o.', 'Goricica pri Ihanu 44 Domzale 1230 SI', 'SI', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27161, 'fc4596', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZON KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27162, '70b3d56fd', 0, 'Core Akıllı Ev Sistemleri', 'Akdeniz Mah. Cumhuriyet Bulvarı No:82/802 Konak İzmir 35210 TR', 'TR', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27163, '00300b', 0, 'mPHASE Tech, Inc', '250 14th Street Atlanta GA 30318 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27164, 'ccfc6d', 0, 'Riz Transmitters', 'BOZIDAREVICEVA 13 ZAGREB 10000 HR', 'HR', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27165, '0050c27ae', 0, 'Global Tel-Link', '6612 E. 75th Street Indianapolis IN 46250 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27166, '001e09', 0, 'Zefatek Co, Ltd', '326-4 Gasandong, Geumcheongu Seoul 153-802 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27167, 'b0bd6d', 0, 'Echostreams Innovative Solutions', '1130 Coiner Ct. City of Industry CA 91748 US', 'US', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27168, '182012', 0, 'Aztech Associates Inc', '805 Bayridge Dr. Kingston Ontario K7P1T5 CA', 'CA', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27169, '706e6d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27170, '00022a', 0, 'Asound Electronic', 'Xianxi Industries Zone Changan Town CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27171, '000582', 0, 'ClearCube Tech', '8834 Capital of Texas Hwy, Austin TX 78759 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27172, '0805cd', 0, 'DongGuang EnMai Electronic Product CoLtd', '701 7th Floor,YiFeng Building, DongGuang GuangDong Province 523843 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27173, '08cd9b', 0, 'samtec automotive electronics & software GmbH', 'Saarstrasse 27 Filderstadt Baden-Wuerttemberg 70794 DE', 'DE', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27174, 'a82bb9', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27175, '0030b3', 0, 'San Valley Systems, Inc', '2105 S. Bascom Ave. - Ste. #390 Campbell CA 95008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27176, '8c7eb3', 0, 'Lytro, Inc', '1300 Terra Bella Avenue Mountain View California 94043 US', 'US', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27177, '00d054', 0, 'Sas Institute Inc', 'SAS CAMPUS DRIVE, R4 CARY NC 27511 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27178, '80f593', 0, 'Irco Sistemas de Telecomunicación S.A.', 'Via Sergia 98 Mataró Barcelona 08302 ES', 'ES', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27179, '3009f94', 0, 'Punkt Tronics AG', 'Via Losanna 4 Lugano 6900 CH', 'CH', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27180, '0010e0', 0, 'Oracle Corp', '500 Oracle Parkway Redwood Shores CA 94065 US', 'US', 'MA-L', '1997-11-14', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27181, '4cedde', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27182, '0050c2ad2', 0, 'Rafael', 'P.o.b. 962 31009 Haifa 31009 31009 IL', 'IL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27183, '1008b1', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-08-20', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27184, '002348', 0, 'Sagemcom Broadband Sas', 'Le Ponnant de Paris CEDEX Paris 75512 FR', 'FR', 'MA-L', '2008-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27185, 'a4db30', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27186, '100723', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-08-28', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27187, '70b3d5d69', 0, 'Thermo Fisher Scientific', '27 forge Parkway Franklin MA 02038 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27188, '34d0b8d', 0, 'Ntx Embedded', '4275 Kellway Circle, Suite #106 Addison TX 75001 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27189, 'b083d6', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27190, '00e073', 0, 'National Amusement Network, Inc', '401 N. MICHIGAN AVENUE CHICAGO IL 60611 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27191, '0017c4', 0, 'Quanta Microsystems, Inc', '188 Wenhwa 2nd RD., Kueishan Hsiang Taoyuan Shien 333 TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27192, '0020d0', 0, 'Versalynx Corp', '8950 CARLEY CIRCLE SAN DIEGO CA 92126 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27193, '0050c234d', 0, 'Bmk professional electronics GmbH', 'Werner-von-Siemens-Str. 6 Augsburg Bavaria 86156 DE', 'DE', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27194, '0003d0', 0, 'Koankeiso Co, Ltd', 'Zip Code 791-8042 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27195, '00302b', 0, 'Inalp Networks, Inc', 'MERIEDWEG 7 CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27196, '001313', 0, 'GuangZhou Post & Telecom Equipment Ltd', '139# Zhongshan Ave Guangzhou Guangdong 510630 CN', 'CN', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27197, '4c917a6', 0, 'Openeye', '23221 East Knox Avenue Liberty Lake WA 99019 US', 'US', 'MA-M', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27198, '3c28a6', 0, 'Alcatel-Lucent Enterprise (China)', '2/F, Building 1, No.60 Naxian Road,Pudong Shanghai Shanghai 201210 CN', 'CN', 'MA-L', '2019-11-06', '2019-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27199, '0040af', 0, 'Digital Products, Inc', '411 WAVERLY OAKS ROAD WALTHAM MA 02154 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27200, '0000db', 0, 'British Telecommunications plc', '81 New Gate St England GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27201, '002440', 0, 'Halo Monitoring, Inc', '515 Sparkman Dr. Huntsville AL 35816 US', 'US', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27202, 'b8d8121', 0, 'Votem', '27, Geodudanji 1-gil, Chuncheon-Si Gangwon-Do 200-883 KR', 'KR', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27203, '24c1bd', 0, 'Crrc Dalian R&D Co, Ltd', 'No.1 Haoyang North Street,Lvshun Economic Deveopment Zone Dalian Liaoning 116052 CN', 'CN', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27204, '4c65a83', 0, 'Roost', '955, Benecia Ave Sunnyvale CA 94085 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27205, '00094d', 0, 'Braintree Communications Pty Ltd', 'Unit 3 Slacks Creek QLD 4127 AU', 'AU', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27206, '001a88', 0, 'Venergy, Co, Ltd', 'West 6th Floor,M-8 Building Maqueling Zone, shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27207, '0011c1', 0, '4P Mobile Data Processing', 'VIALE REGIONE VENETO 26 PADOVA PD 35127 IT', 'IT', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27208, '98b8e3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27209, 'd02212b', 0, 'Schleifenbauer Holding BV', 'Rietwaard 15 Hertogenbosch 5236WC NL', 'NL', 'MA-M', '2014-10-16', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27210, '7c2be1', 0, 'Shenzhen Ferex Electrical Co, Ltd', 'Block 2,Jiuzhou Industrial Park,Gongming Shenzhen Guangdong 518107 CN', 'CN', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27211, '0077e4', 0, 'Nokia', 'Karaportti 3 Espoo Finland 02610 FI', 'FI', 'MA-L', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27212, '000620', 0, 'Serial System Ltd', '76 Playfair Road 367996 SG', 'SG', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27213, '0008a8', 0, 'Systec Co, Ltd', '19 Nochidori, Nawa Tokai Aichi 476-0002 JP', 'JP', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27214, '0c37dc', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27215, '587fb7', 0, 'Sonar Industrial Co, Ltd', '29, 29/1, 29/2, MOO.3, THATALAD, SAMPRAN NAKORN PATHOM 73110 TH', 'TH', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27216, 'fc3fdb', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27217, '0c8c24', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27218, '14ae85d', 0, 'iSolution Tech Co, Ltd', '5F,Bldg #6, Zhongguan Honghualing Industrial South Park Shenzhen Guangdong 518055 CN', 'CN', 'MA-M', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27219, '000a44', 0, 'Avery Dennison Deutschland GmbH', 'Ohmstraße 3 Eching 85386 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27220, '0050c224a', 0, 'Cds Rail', 'Unit 1, Fulcrum 4 Fareham Hampshire PO15 7FT GB', 'GB', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27221, 'f041c8c', 0, 'Shanghai Think-Force Electronic Tech Co Ltd', 'North ZhongShan Road, No. 3000, Room 2608 Shanghai 200000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27222, 'c85d38', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27223, '70b3d5a98', 0, 'Pantec AG', 'Industriering 21 Ruggell 9491 LI', 'LI', 'MA-S', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27224, '080072', 0, 'Xerox Corp Univ Grant Program', 'ZEROX SYSTEMS INSTITUTE WEBSTER NY 14580 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27225, '68fb95', 0, 'Generalplus Tech Inc', '3F, No.8, Dusing Rd., Hsinchu Science Park Hsinchu City 30077 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27226, '000bba', 0, 'Harmonic, Inc', '4300 North First Street San Jose CA 95134 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27227, '000d8c', 0, 'Shanghai Wedone Digital Ltd Co', '893-899 Huashan Road, Shanghai 200031 CN', 'CN', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27228, '00130d', 0, 'Galileo Avionica', 'VIALE EUROPA NERVIANO MILANO 20014 IT', 'IT', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27229, '0050c2b25', 0, 'Triax A/S', 'Bjornkaervej 3 Hornsyld Denmark 8783 DK', 'DK', 'IAB', '2010-05-15', '2017-12-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27230, 'b4fc75', 0, 'Sema Electronics(HK) Co, Ltd', 'Xialingbei Industrial Zone Liaobu, Dongguan Guangdong 523411 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27231, '0090ae', 0, 'Italtel S.p.A/RF-UP-I', 'LOCALITA\' BOSCHETTO 67100 L\'AQUILA na IT', 'IT', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27232, '0050c2011', 0, 'Bihl + Wiedemann GmbH', 'Flosswoerthstr 41 Mannheim 68199 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27233, '0050c22b5', 0, 'Hobbes Computer Network Accessories', '2015 S. Myrtle Ave. Monrovia CA 91016 US', 'US', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27234, '182861', 0, 'AirTies Wireless Networks', 'Gulbahar Mahallesi, Avni Diligil Sokak ISTANBUL ISTANBUL 34394 TR', 'TR', 'MA-L', '2011-03-17', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27235, '080042', 0, 'Japan Macnics Corp', 'JP', '', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27236, '000711', 0, 'Acterna', '6620 Network Way Indianapolis IN 46278 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27237, 'dce1ad', 0, 'Shenzhen Wintop Photoelectric Tech Co, Ltd', '6th Floor, 1st Building, Zone 3, South Area, Zhongguan& Honghualing Industrial Zone, No. 1213, Liuxian Avenue, Taoyuan Street, Nanshan District, Shenzhen, China Shenzhen Guangdong 518054 CN', 'CN', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27238, '70b3d5fd2', 0, 'Dalian Levear Electric Co, Ltd', 'DA LIAN GAN JING ZI DA LIAN LIAO NING 116033 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27239, '70b3d553c', 0, 'Airthings', 'Wergelandsveien 7 Oslo 0167 NO', 'NO', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27240, '70b3d5ea8', 0, 'Dia-Stron Ltd', 'Unit 9 Focus Way Andover Hampshire SP10 5NY GB', 'GB', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27241, '74b587', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27242, '00308b', 0, 'Brix Networks', '300 Concord Road Billerica MA 01821 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27243, '004072', 0, 'Applied Innovation Inc', '5800 Innovation Drive Dublin OH 43016-3271 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27244, '488803', 0, 'ManTechnology Inc', '12th Fl, 308-4 Seongsoodong 2ga, Seongdonggu Seoul 04781 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27245, '08008a', 0, 'PerfTech, Inc', '613 NW Loop 410 SAN ANTONIO TX 78216 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27246, 'd8b12a', 0, 'Panasonic Mobile Communications Co, Ltd', '600 Saedo-cho Tsuzuki-ku Yokohama City Kanagawa 224-8539 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27247, '000771', 0, 'Embedded System Corp', '13-5, Takadanobaba 3-chome, JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27248, '002445', 0, 'Adtran Inc', '901 Explorer Blvd. Huntsville AL 35806-2807 US', 'US', 'MA-L', '2008-12-03', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27249, '40d855172', 0, 'Yawata Electric Industrial Co, Ltd', '1-17-1 Ohmorihigashi Ohta-ku Tokyo 143-0012 JP', 'JP', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27250, '7c2a31', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27251, '002069', 0, 'Isdn Systems Corp', '8320 OLD COURTHOUSE RD. VIENNA VA 22182 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27252, '009081', 0, 'Aloha Networks, Inc', '1001A O\'REILLY AVENUE SAN FRANCISCO CA 94129-0472 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27253, '00070d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27254, '0050c236b', 0, 'Minerva Tech Inc', '645 Island Rd Victoria BC V8S2T7 CA', 'CA', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27255, '0050c27e3', 0, 'Progentech Ltd', 'Shenergy International Building Shanghai 200021 CN', 'CN', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27256, '001fc9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27257, 'c8f981', 0, 'Seneca s.r.l.', 'Via Germania, 34 PADOVA 35127 IT', 'IT', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27258, '0080fa', 0, 'Rwt GmbH', 'TALANGERSTR. 5-7 WEST DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27259, '0090af', 0, 'J. Morita Mfg. Corp', '680 HIGASHIHAMA MINAMI-CHO FUSHIMI-KU, KYOTO 612-8213 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27260, '000864', 0, 'Fasy S.p.A.', 'Via Tognasca 7 Gallarate Varese 21013 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27261, '001704', 0, 'Shinco Electronics Group Co, Ltd', 'No.5 Waihuan Road Changzhou Jiangsu 213022 CN', 'CN', 'MA-L', '2006-01-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27262, '001806', 0, 'Hokkei Industries Co, Ltd', 'Imahira 432 Hakusan Ishikawa 924-0827 JP', 'JP', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27263, '40d8550d0', 0, 'Icraft Oy', 'Åkerlundinkatu 3 Tampere 33100 FI', 'FI', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27264, '70b3d59c8', 0, 'Applied Systems Engineering, Inc', '1671 Dell Ave. Campbell CA 95008 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27265, '00c09f', 0, 'Quanta Computer Inc', '7F., 116, HOU-KANG ST., TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27266, '000792', 0, 'Sütron Electronic GmbH', 'Kurze Straße 29 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27267, '40d85511b', 0, 'nanoTRONIC GmbH', 'Werkstrasse 27 Lyss Bern 3250 CH', 'CH', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27268, '70b3d51b9', 0, 'Reliste Ges.m.b.H.', 'Enzersdorfer Strasse 8-10 Brunn am Gebirge 2345 AT', 'AT', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27269, '8c6078', 0, 'Swissbit AG', 'Industriestrasse 4 Bronschhofen CH-9552 CH', 'CH', 'MA-L', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27270, '00301e', 0, '3com Europe Ltd', 'BOUNDARY WAY vvvvv UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27271, '0050c21b9', 0, 'EmCom Tech Inc', '7F, 219, Sec. 3, Nanking E. Rd., Taipei 104 TW', 'TW', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27272, '00037b', 0, 'Idec Izumi Corp', '7-31, Nishimiyahara JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27273, '48f8b3', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27274, 'aa0003', 0, 'Digital Equipment Corp', 'LKG 1-2/A19 LITTLETON MA 01460-1289 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27275, '00009b', 0, 'Information International, Inc', '5F., THE 7TH INDUSTRY BLDG. JAPAN 150 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27276, '000854', 0, 'Netronix, Inc', '3F-1, No. 31, Hsin-Tai Road, TW', 'TW', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27277, '0050c25ec', 0, 'ASiS Tech Pte Ltd', '71 Ubi Crescent Singapore 408571 SG', 'SG', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27278, '00193b', 0, 'LigoWave', '138 Mountain Brook Drive Canton GA 30115 US', 'US', 'MA-L', '2006-08-15', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27279, '10e3c7', 0, 'Seohwa Telecom', '678 Seohwa Bldg Gasan-Dong, Gumcheon-Gu Seoul 153-803 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27280, '0050c2f19', 0, 'Netlink Bilisim Sistemleri San. ve Tic. Ltd Sti.', 'Caferaða mah. Sakiz sk. no:8/10 Kadikoy Istanbul 34710 TR', 'TR', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27281, 'd076508', 0, 'Accumulate AB', 'Lästmakargatan 20 Stockholm 111 44 SE', 'SE', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27282, '080017', 0, 'National Semiconductor', '2900 SEMICONDUCTOR DRIVE SANTA CLARA CA 95051 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27283, '00503e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27284, '2085938', 0, 'Aasset Security', '153 RUE MICHEL CARRE ARGENTEUIL 95100 FR', 'FR', 'MA-M', '2019-06-18', '2019-06-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27285, 'd4f5ef', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27286, 'ea34b4', 0, 'ThinkRF Inc', '390 March Rd., Suite 110 Ottawa Ontario K2K 0G7 CA', 'CA', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27287, '1cfd083', 0, 'Umeox Innovations Co, Ltd', 'Room 1208-09, Research Building, Tsinghua Information Port, No. 1, Xindong Road, Nanshan District, Shenzhen Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27288, '70b3d515e', 0, 'Season Electronics Ltd', '600 Nest Business Park Havant Hampshire PO9 5TL GB', 'GB', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27289, 'dc7144', 0, 'Samsung Electro Mechanics Co, Ltd', '314, Maetan3-Dong, Yeongtong-Gu Suwon 443-743 US', 'US', 'MA-L', '2012-01-18', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27290, '78da07', 0, 'Zhejiang Tmall Tech Co, Ltd', 'Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27291, '189a67', 0, 'Cse-Servelec Ltd', 'Rotherside Road Sheffield S21 4HL GB', 'GB', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27292, '5c3327', 0, 'Spazio Italia srl', 'Via G.Galilei, 50 Padenghe sul Garda BS 25080 IT', 'IT', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27293, 'a43bfac', 0, 'Shanghai Xietong Tech Inc', '423 Wuning Road,Shanghai Shanghai 200063 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27294, 'c8e7d8', 0, 'Mercury Communication Tech Co, Ltd', 'Mid-Fourth Flr., Building 28, Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-07-13', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27295, '0050c21ad', 0, 'Remia s.r.o.', 'Letna 42 Kosice KE 04001 SK', 'SK', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27296, '002183', 0, 'Andritz Hydro GmbH', 'Eibesbrunnergasse 20 Vienna 1120 AT', 'AT', 'MA-L', '2008-10-25', '2016-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27297, '00056d', 0, 'Pacific Corp', '2-23-3 Ebisu-Minami Shibuya JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27298, '0050c2260', 0, 'Biotage', '1725 DISCOVERY DR. CHARLOTTESVILLE VIRGINIA 22911 US', 'US', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27299, '28924a', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2012-05-26', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27300, '0080b6', 0, 'Mercury Systems – Trusted Mission Solutions, Inc', '6681 OWENS DRIVE PLEASONTON CA 94588 US', 'US', 'MA-L', '2000-11-09', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27301, '0080c1', 0, 'Lanex Corp', '10727 TUCKER STREET BELTSVILLE MD 20705 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27302, '848bcd7', 0, 'Smart Code (Shenzhen) Tech Co, Ltd', 'Keji North 3rd Rd Shenzhen guangdong 518000 CN', 'CN', 'MA-M', '2019-02-26', '2019-02-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27303, '78aa82', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2020-01-23', '2020-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27304, '0004da', 0, 'Relax Tech, Inc', 'DBA/ Granite Digital Union City CA 94587 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27305, '70b3d5c34', 0, 'Technical Panels Co Ltd', '288 Soi Chalongkrung 31, Lat Krabang Bangkok Bangkok 10520 TH', 'TH', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27306, '045ea4', 0, 'Shenzhen Netis Tech Co, Ltd', 'Building 6, Baolong Plant, Able Technology Park, Longgang District SHENZHEN 518116 CN', 'CN', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27307, '0050c28cb', 0, 'Beonic Corp', '141 Gilbert Street Adelaide S.A. 5000 AU', 'AU', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27308, '0050c2c9a', 0, 'Pacomp Sp. z o.o.', 'Pulawska 34 Piaseczno mazowieckie 05-500 PL', 'PL', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27309, '001c34', 0, 'Huey Chiao International Co, Ltd', '5F, NO. 649-1, HSIN CHUANG CITY TAIPEI 242 TW', 'TW', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27310, '9c5d12', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2012-06-14', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27311, 'fc229c', 0, 'Han Kyung I Net Co, Ltd', '3F,Seung Eun Bldg Yu Seong-Gu Dae Jeon 305-335 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27312, '1c9c26', 0, 'Zoovel Tech', 'Paseo de la Castellana 259C Madrid 28046 ES', 'ES', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27313, 'cc22377', 0, 'Shanghai Doit Iot Tech Co, Ltd', '410-412 rooms of 1B business building in NO.1588 ,lianhang road, minhang district Shanghai 201100 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27314, '0050c24f3', 0, 'Autronica Fire And Securirty', 'Haakon VII\'s gate 4 Trondheim 7483 NO', 'NO', 'IAB', '2005-08-26', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27315, '001acb', 0, 'Autocom Products Ltd', 'Unit 4 Tachbrook Link, Tachbrook Park Drive Warwick Warwickshire CV34 6RH GB', 'GB', 'MA-L', '2006-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27316, '70b3d5dcc', 0, 'Eutron S.p.A.', 'Via Crespi 29/31 Pradalunga Bergamo 24020 IT', 'IT', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27317, 'f023b96', 0, 'Xiamen Jinhaode Electronic Co, Ltd', '2003# Fuyu Build, Changqing Road 536, Siming Xiamen Fujian 361009 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27318, '0050c2fd1', 0, 'Enyx SA', '8 rue greneta Paris 75003 FR', 'FR', 'IAB', '2012-08-13', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27319, '70b3d50aa', 0, 'Wanco Inc', '5870 Tennyson St Arvada CO 80003 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27320, '189ba50', 0, 'Dectris Ltd', 'Taefernweg 1 Baden-Daettwil 5405 CH', 'CH', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27321, '0050c2511', 0, 'Tecna Srl', 'Via Statale Sud 115 Mirandola Modena 41037 IT', 'IT', 'IAB', '2005-09-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27322, '70b3d5652', 0, 'Robert Bosch, Llc', '256 Raceway Drive, Suite 4 Mooresville NC 28117 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27323, '001532', 0, 'Consumer Tech Group, Llc', '801 Brookhollow Efland NC 27243 US', 'US', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27324, '0050c26be', 0, 'Estec Co, Ltd', '369-1, Kugu, Kasakake-cho Midori-city Gunma 379-2312 JP', 'JP', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27325, '0022f0', 0, '3 Greens Aviation Ltd', '10 Hedingham Close Macclesfield SK10 3LZ GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27326, '0cd502', 0, 'Westell Tech Inc', '750 N Commons Dr Aurora IL 60504 US', 'US', 'MA-L', '2010-01-05', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27327, '0050c2c6d', 0, 'Deansoft Co, Ltd', '3f,No.25,Alley 15, Lane 120, Neihu Rd., Taipei 11493 TW', 'TW', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27328, '70b3d5feb', 0, 'Les distributions Multi-Secure incorporee', '7 Provost La Prairie Quebec J5R 5Y7 CA', 'CA', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27329, '000036', 0, 'Atari Corp', '1196 BORREGAS AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27330, '00111a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2004-06-05', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27331, 'ac64dd0', 0, 'Jia-Teng', '4F., No.417, Ruiguang Rd., Neihu Dist., Taipei City 114, Taiwan (R.O.C) Taipei Taipei 114 TW', 'TW', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27332, '883f4a', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27333, '0050c2d39', 0, 'Apex NV', 'Schoebroekstraat, 62 Beringen Limburg 3583 BE', 'BE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27334, '70b3d5054', 0, 'Groupeer Tech', '17 avenue Georges 5 Paris Ile-de-France 75008 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27335, '2836386', 0, 'Georg Neumann GmbH', 'Leipziger Str. 112 Berlin 10117 DE', 'DE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27336, '508f4c', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27337, '001c7c', 0, 'Perq Systems Corp', '2600 LIBERTY AVENUE PITTSBURGH PA 15230 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27338, '0050c2b92', 0, 'Abb Transmission and Distribution Automation Equipment (Xiamen) Co, Ltd', 'ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN', 'CN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27339, '0014c9', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2005-05-27', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27340, '00259d', 1, 'Private', '', '', 'MA-L', '2010-01-05', '2010-01-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27341, '002228', 0, 'Breeze Innovations Ltd', 'Har Hotzvim, P.O. Box 45397 Jerusalem Israel 91451 IL', 'IL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27342, '0050c2cae', 0, 'Campbell Scientific Canada Corp', '11564 149 Street Edmonton Alberta T5M 1W7 CA', 'CA', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27343, '002926', 0, 'Applied Optoelectronics, Inc Taiwan Branch', 'No.18,Gong 4th Rd New Taipei City Linkou District 24452 TW', 'TW', 'MA-L', '2015-10-07', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27344, '1cc0e18', 0, 'LX Corp Pty Ltd', 'Suite 101, Level 1, National Innovation Centre Building, 4 Cornwallis Street Eveleigh New South Wales 2015 AU', 'AU', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27345, 'dc4f22', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2017-08-20', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27346, '70b3d5f3e', 0, 'Xerox Corp', 'Автомобильный проезд, д. 10, стр. 4, пом. 201 Москва Россия, Московская область 109052 RU', 'RU', 'MA-S', '2019-05-29', '2019-05-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27347, '0017f1', 0, 'Renu Electronics Pvt Ltd', 'Sr No 2/6, Baner Road, Pune Maharashtra 411045 IN', 'IN', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27348, '001c17', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2007-04-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27349, '000e12', 0, 'Adaptive Micro Systems Inc', '7840 North 86th St. Milwaukee WI 53224 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27350, '0050c248b', 0, 'ads-tec GmbH', 'Raiffeisenstraße 14 Leinfelden-Echterdingen Baden-Württemberg 70771 US', 'US', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27351, 'e8892c', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2012-07-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27352, '902cc7', 0, 'C-Max Asia Ltd', 'Unit 117, 1/F, Liven House Kwun Tong Kowloon 852 HK', 'HK', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27353, '00c0f0', 0, 'Kingston Tech Co, Inc', '17600 NEWHOPE STREET FOUNTAIN VALLEY CA 92708 US', 'US', 'MA-L', '1980-01-01', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27354, '00403d', 0, 'Teradata Corp', '17095 Via Del Campo San Diego CA 92127 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27355, '0080e5', 0, 'NetApp', '1395 Crossman Ave Sunnyvale, CA 94089 US', 'US', 'MA-L', '2000-11-09', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27356, '001ba1', 0, 'Åmic AB', 'Uppsala science park Uppsala 75183 SE', 'SE', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27357, '54d46f', 0, 'Cisco Spvtg', '5030 Sugarloaf Pkwy Lawrenceville GA 30044 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27358, '70b3d5599', 0, 'Leco Corp', '3000 Lakeview Ave. St. Joseph null 49085 US', 'US', 'MA-S', '2016-09-06', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27359, '0020c3', 0, 'Counter Solutions Ltd', '263 HEAGE ROAD RIPLEY, DERBYS DE5 3GH GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27360, '00c090', 0, 'Praim S.R.L.', 'VIA MACCANI, 169 ITALY', '', 'MA-L', '1980-01-01', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27361, '002549', 0, 'Jeorich Tech Co, Ltd', '4F., No.6, Ln. 70, Sec. 2, Academia Rd., Nangang District, Taipei City 115, Taiwan (R.O.C.) Taipei Taiwan 110 TW', 'TW', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27362, '002576', 0, 'Neli Tech', 'Route Nationale LE RHEU 35650 FR', 'FR', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27363, 'dc4ede', 0, 'Shinyei Tech Co, Ltd', '6-5-2, MINATOJIMA-MINAMIMACHI, CHUO-KU KOBE HYOGO 650-0047 JP', 'JP', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27364, '0050c2c6c', 0, 'Dorlet Sau', 'Albert Einstein 34 Miñano Mayor Alava 01510 ES', 'ES', 'IAB', '2010-05-15', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27365, '0050c2e67', 0, 'Critical Link Llc', '251 Salina Meadows Pkwy Syracuse 13212 US', 'US', 'IAB', '2011-08-06', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27366, 'bcc493', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27367, '000453', 0, 'YottaYotta, Inc', '6020- 104 Street Edmonton, AB T6H 5S4 CA', 'CA', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27368, '00119a', 0, 'Alkeria srl', '25 Via Giuntini Navacchio (PI) I-56023 IT', 'IT', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27369, '500b91e', 0, 'Shenzhen zhong ju Fiber optical CoLtd', '3t Floor Build A .jin he Rui park .guan lan. Shen zhen Guang dong 518000 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27370, '683e02', 0, 'Siemens AG, Digital Factory, Motion Control System', 'Varey Road Congleton Cheshire CW12 1PH GB', 'GB', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27371, '0025b1', 0, 'Maya-Creation Corp', '3F, Building M-10, Centre od Hi-Tech Ind. Dist. Shenzhen 518057 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27372, '0050c2f4e', 0, 'Heinzinger electronic GmbH', 'Anton Jakob Str.4 Rosenheim BY 83026 DE', 'DE', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27373, '000909', 0, 'Telenor Connect A/S', 'Ellegaardvej 25L Sønderborg Als 6400 DK', 'DK', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27374, '001e87', 0, 'Realease Ltd', '15/F, Morrison Commercial Building WanChai HK', 'HK', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27375, 'f010ab', 0, 'China Mobile (Hangzhou) Information Tech Co, Ltd', 'No. 1600 Yuhang Tong Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2018-10-25', '2018-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27376, '003034', 0, 'Set Engineering', '15750 VINEYARD BLVD. STE. #100 MORGAN HILL CA 95037 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27377, '70b3d5973', 0, 'Autonomic Controls. Inc', '28 Kaysal Ct ARMONK NY 10504 US', 'US', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27378, 'b80305', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27379, '80e4daa', 0, 'Neutronics', '456 Creamery Way Exton Pennsylvania 19341 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27380, '70b3d5b9a', 0, 'Potter Electric Signal Co Llc', '1609 Park 370 Place Hazelwood MO 63042 US', 'US', 'MA-S', '2018-08-17', '2018-08-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27381, '0060f8', 0, 'Loran International Tech Inc', '955 GREEN VALLEY CRESCENT OTTAWA, ONTARIO K2C 3V4 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27382, '000002', 0, 'Xerox Corp', 'M/S 105-50C WEBSTER NY 14580 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27383, '44d3ad', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN', 'CN', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27384, '48db50', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27385, '6831fe', 0, 'Teladin Co, Ltd', 'Digital-ro 33 gil, Guro-gu Seoul 08377 KR', 'KR', 'MA-L', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27386, '001592', 0, 'Facom UK Ltd (Melksham)', 'Lancaster House Melksham Wiltshire SN104FB US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27387, 'f4fefb', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2019-10-05', '2019-10-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27388, '0050c2940', 0, 'Phitek Systems Ltd', 'Level 4 Auckland --- 1141 NZ', 'NZ', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27389, '0025bb', 0, 'Innerint Co, Ltd', 'Dongyoung CentralTower #202, Geumjung-dong, Gunpo-si Kyunggi-do 430050 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27390, '0050c2b5d', 0, 'Plitron Manufacturing Inc', '8-601 Magnetic Drive Toronto Ontario M3J 3J2 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27391, '5076a6', 0, 'Ecil Informatica Ind. Com. Ltda', 'Av. Araguacema, 388 Barueri São Paulo 06460-070 BR', 'BR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27392, '44e8a5', 0, 'Myreka Tech Sdn. Bhd.', '2-13, JALAN MAYANG PASIR 1, Bayan Baru Penang 11950 MY', 'MY', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27393, '24eb65', 0, 'Saet I.S. S.r.l.', 'Via Leinì 1/B San Maurizio C.se TO 10077 IT', 'IT', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27394, '000d26', 0, 'Primagraphics Ltd', 'Cambridge House, No.2 Focus Four Letchworth Garden City Hertfordshire SG6 2TU GB', 'GB', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27395, '000d47', 0, 'Collex', '13F-3,No.142,Sec.1,Huamei W,St.,Shi Chiu Taichung 403 TW', 'TW', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27396, '0cbf74', 0, 'Morse Micro', '113 / 2-4 Cornwallis Street Eveleigh NSW 2015 AU', 'AU', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27397, '70b3d54f2', 0, 'Compal Electronics Inc', 'No.500, Ruiguang Rd., Neihu District, Taipei 11492 TW', 'TW', 'MA-S', '2018-12-13', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27398, 'b0f1ec', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27399, '009ad2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27400, '0050c25cb', 0, 'Kobold Sistemi s.r.l.', 'Via Giuseppe Di Vittorio 307/28 Sesto San Giovanni Milano 20099 IT', 'IT', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27401, 'c84c75', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27402, '3009f91', 0, 'Shenzhen Sunvell Electronics Co, Ltd', '5th Floor, Building F, Hongzhu Yongqi Technology Park, Lezhujiao Village, Xixiang Town, Bao’ an District, Shenzhen GuangDong 518000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27403, '88f872', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-01-19', '2019-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27404, '70b3d51e2', 0, 'Shenzhen Cameray Electronic Co, Ltd', '4-5FL, Building 1, Guanghui Science, and Technology Park; Minqing Road, Longhua Town shenzhen GD 518109 CN', 'CN', 'MA-S', '2019-12-17', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27405, '00c000', 0, 'Lanoptics, Ltd', 'P.O. BOX 184 ISRAEL ISRAEL 10551 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27406, '000f81', 0, 'Pal Pacific Inc', '79405 Highway 111 La Quinta CA 92253 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27407, '0050c243e', 0, 'Coppercom', '3600 FAU Blvd Boca Raton Florida 33431 US', 'US', 'IAB', '2005-01-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27408, '1c8e8e', 0, 'DB Communication & Systems Co, Ltd', '3-3 Yeongdeok-dong, Giheung-gu Yongin-si Gyeonggi-do 449-908 KR', 'KR', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27409, '001bc503c', 0, 'Xiphos Systems Corp', 'Suite 500 Montreal QC H2W 1Y5 CA', 'CA', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27410, 'b4a4b5', 0, 'Zen Eye Co, Ltd', '#401, 157-5 Chunui-dong Bucheon-si Gyeonggi-do 420-859 KR', 'KR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27411, 'acf2c5', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27412, '888603', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen 518129 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27413, '000d92', 0, 'Arima Communications Corp', '16, lane 658, Ying-Tao Road Yingko Taipei County 23943 TW', 'TW', 'MA-L', '2003-06-30', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27414, '00127e', 0, 'Digital Lifestyles Group, Inc', '801 South Sentous Ave. City of Industry CA 91748 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27415, '0c41e9', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27416, '5cf286b', 0, 'Itron UK Ltd', 'Harfreys Road , Harfreys Ind. Estate Great Yarmouth NR31 0LS GB', 'GB', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27417, '843dc6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27418, '98e79a', 0, 'Foxconn(NanJing) Communication Co, Ltd', 'A-2FMinfang Building No.189 Guangzhou Rd Nanjing Jiang su 210029 CN', 'CN', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27419, '54833a', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2018-07-23', '2018-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27420, '0009cb', 0, 'HBrain', '#705 Kwanglim Bldg 179 KumiDong Seongnam GyeonggiDo 463-810 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27421, '78a051', 0, 'iiNet Labs Pty Ltd', 'Level 1 Subiaco WA 6008 AU', 'AU', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27422, '4c90db', 0, 'JL Audio', '10369 N Commerce Pkwy Mirimar FL 33025 US', 'US', 'MA-L', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27423, '0009fe', 0, 'Daisy Tech, Inc', '1209 Orange Street City of Wilmington DE 19801 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27424, '0050c2a4d', 0, 'LevelStar Llc', '685 S. Arthur Ave. Louisville CO 80027 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27425, '24336c', 1, 'Private', '', '', 'MA-L', '2014-02-25', '2014-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27426, '34298f', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27427, '70b3d558c', 0, 'Optsys', '7, rue Salvador Dali – BP 505 SAINT ETIENNE 42007 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27428, '2c4cc6', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27429, '001a59', 0, 'Ircona', 'Unit 4B-1, Corporate Park Blanchardstown Dublin 15 IE', 'IE', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27430, '002392', 0, 'Proteus Industries Inc', '340 Pioneer Way Mountain View CA 94041 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27431, '40d85503e', 0, 'Vishay Celtron Tech, Inc', '8F, No. 171-1, Sec. 2, Datong Rd., Sijhih City, Taipei 22183 TW', 'TW', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27432, '001819', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27433, '0019d0', 0, 'Cathexis', 'PO Box 1091 Durban KwaZulu Natal 4320 ZA', 'ZA', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27434, 'e8ea6a', 0, 'StarTech.com', '45 Artisans Cres London Ontario N5V5E9 CA', 'CA', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27435, '70b3d5975', 0, 'Coester Automação Ltda', 'Rua Jacy Porto, 1157 Sao Leopoldo RS 93025-120 BR', 'BR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27436, '001bc5023', 0, 'Mago di Della Mora Walter', 'Via S.Vidotto 2/3 Codroipo fr. Biauzzo Udine (UD) 33033 IT', 'IT', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27437, '7cdd11', 0, 'Chongqing Mas Sci&TechCo, Ltd', '6th Floor, Zone C2,Hi-tech Venture Park, No.105 Erlang Venture Road Chongqing City 400039 CN', 'CN', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27438, '70b3d5614', 0, 'Qualitteq Llc', '16th Parkovaya 26/1 Moscow 105484 RU', 'RU', 'MA-S', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27439, '0080b2', 0, 'Network Equipment Tech', '6900 PASEO PADRE PARKWAY FREMONT CA 94555 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27440, '001fdd', 0, 'Gdi Llc', 'One MidAmerica Plaza Oakbrook Terrace IL 60181 US', 'US', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27441, 'b8d8126', 0, 'Vonger Electronic Tech Co, Ltd', 'Qiaodong Street #24 Taiyuan Shanxi 030001 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27442, '34049e7', 0, 'Pebble Tech', '900 Middlefield Road, Floor 5 Redwood City CA 94063 US', 'US', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27443, '70b3d5bce', 0, 'Yawata Electric Industrial Co, Ltd', '1-17-1 Ohmorihigashi Ohta-ku Tokyo 143-0012 JP', 'JP', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27444, '58fdbe', 0, 'Shenzhen Taikaida Tech Co, Ltd', 'Shenzhen Baoan District Fuyong town Fengtang road Xintian building 613 shenzhen 518102 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27445, '000cd3', 0, 'Prettl Elektronik Radeberg GmbH', 'Robert-Bosch-Str. 10 Radeberg Saxony D-01454 DE', 'DE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27446, '001213', 0, 'Metrohm AG', 'Oberdorfstrasse 68 Herisau AR 9101 CH', 'CH', 'MA-L', '2004-08-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27447, '002310', 0, 'Lnc Tech Co, Ltd', '19F, No. 78-2, Sec. 3, Taichung Kang Rd. Taichung 40764 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27448, '5c514f', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27449, '9c4fda', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27450, 'bce796', 0, 'Wireless Cctv Ltd', 'charles Babbage house Rochdale Greater Manchester ol164nw GB', 'GB', 'MA-L', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27451, '000945', 0, 'Palmmicro Communications Inc', '630 Alder Dr Milpitas CA 95035 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27452, '0050c2205', 0, 'SystIng', 'Schmalholzstr. 17 Kaufering bavaria 86916 DE', 'DE', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27453, '7cb25c', 0, 'Acacia Communications', '3 Clock Tower Place Maynard MA 01754 US', 'US', 'MA-L', '2015-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27454, '00a0dc', 0, 'O.N. Electronic Co, Ltd', '3-20-27, TARUMI SUITA, OSAKA 564 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27455, '001934', 0, 'Trendon Touch Tech Corp', '2F No.5, Alley 22, Lane 513, Rueiguang Rd., Neihu Taipei City 114 TW', 'TW', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27456, '0019d1', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27457, '04f021', 0, 'Compex Systems Pte Ltd', '135 Joo Seng Road, 368363 SG', 'SG', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27458, '00a074', 0, 'Perception Tech', '40 SHAWMUT ROAD CANTON MA 02021-1409 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27459, '000c6f', 0, 'Amtek system Co, Ltd', '14F-11,No.79,Sec. 1 ,Hsin Tai Wu Rd., Taipei 221 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27460, '0050c2bc9', 0, 'Nextmove Tech', '38 Taylor Drive Brookline New Hampshire 03033 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27461, '70b3d5ce4', 0, 'Waves System', 'La Ville en Bois BOUAYE Loire Atlantique 44830 FR', 'FR', 'MA-S', '2018-10-18', '2018-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27462, '503eaa', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27463, '58b10f', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27464, '0009ef', 0, 'Vocera Communications', '525 Race St. San Jose California 95126 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27465, '68644b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27466, '70b7e2', 0, 'Jiangsu Miter Tech Co, Ltd', 'No.86 fuyuan community,the town of houbei Jurong Jiangsu 212400 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27467, '001bc5084', 0, 'Applied Innovations Research Llc', '21265 Radisson Road Shorewood MN 55331-9191 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27468, '70b3d5cf2', 0, 'tinnos', '4th Floor, 25, Banpo-daero Seocho-gu Seoul 06710 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27469, '0050c20c5', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 3280 Murten CH', 'CH', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27470, '64db81', 0, 'Syszone Co, Ltd', '9F Garak, 310 Ogeum-ro Seoul Seoul, Korea 138-716 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27471, '20968a', 0, 'China Mobile (Hangzhou) Information Tech Co, Ltd', 'No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2018-12-31', '2018-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27472, 'a8e2c1', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27473, '000058', 0, 'Racore Computer Products Inc', '2355 SOUTH 1070 WEST SALT LAKE CITY UT 84119 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27474, '0008ee', 0, 'Logic Product Development', '411 Washington Ave N. Suite 101 Minneapolis Minnesota 55401 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27475, '0050c2e9d', 0, 'nicai-systems', 'Am Denkmal 8 Stolberg NRW 52223 DE', 'DE', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27476, '5c8486', 0, 'Brightsource Industries Israel Ltd', '11 Kiryat Mada st Jerusalem 91450 IL', 'IL', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27477, '0c63fc', 0, 'Nanjing Signway Tech Co, Ltd', 'Rm 1001,10/F,28 Ningshuang Rd, Nanjing Jiangsu 210012 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27478, '70b3d59de', 0, 'System 11 Sp. z o.o.', 'Wieniawskiego 18 Chorzow 41-506 PL', 'PL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27479, 'dccc8d', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2019-05-24', '2019-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27480, 'd87533', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27481, 'b8fffe', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-11-24', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27482, '001882', 0, 'Huawei Tech Co, Ltd', 'F1-20,Section F,Huawei Base,Bantian, Longgang District ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27483, '0024e9', 0, 'Samsung Electronics Co, Ltd', '416, Maetan 3Dong, Yeongtong-Gu Suwon City Geyonggi Do 443-742 KR', 'KR', 'MA-L', '2009-01-19', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27484, 'b04545', 0, 'Yacoub Automation GmbH', 'Gustav Meyer Allee 25 Berlin 13355 DE', 'DE', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27485, '402343', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2019-01-18', '2019-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27486, '70b3d5a3d', 0, 'Smart IN Ovation GmbH', 'Meitnerstraße 10 Stuttgart 70563 DE', 'DE', 'MA-S', '2019-11-06', '2019-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27487, '00905c', 0, 'Edmi', '626 OLD GYMPIE ROAD NARANGBA QLD 4504 AU', 'AU', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27488, '000ece', 0, 'S.I.T.T.I. S.p.A.', 'Via Cadorna 69 Vimodrone Milan I-20090 IT', 'IT', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27489, '803af4', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27490, 'c8eaf8', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27491, '28cdc4', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27492, '00182b', 0, 'Softier', 'Tidhar 3 Ra\'anana none 43665 IL', 'IL', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27493, '0018c9', 0, 'EOps Tech Ltd', 'Room 2001, Fairmont House, Hong Kong HK', 'HK', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27494, '68ee96', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27495, 'cc5a53', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27496, '0002ab', 0, 'Ctc Union Tech Co, Ltd', '8F No. 60 Zhouzi St. Neihu Taipei 114 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27497, '0050c2b93', 0, 'Emc Partner AG', 'Baselstrasse 160 Laufen Baselland 4242 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27498, '94049c', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27499, '70b3d501e', 0, 'ePOINT Embedded Computing Ltd', 'Williamton House Culross Fife KY12 8HL GB', 'GB', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27500, 'b4a382', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.555 Qianmo Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27501, '000b49', 0, 'RF-Link System Inc', 'No.6, Nan-Ke 5th Rd., Hsin-Shi, Tainan County 744 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27502, '38dbbb', 0, 'Sunbow Telecom Co, Ltd', '3F, 501-21, Chung Cheng Rd., Hsin Tien Dist. New Taipei City 23148 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27503, '70b3d52a0', 0, 'Airthings', 'Wergelandsveien 7 Oslo 0167 NO', 'NO', 'MA-S', '2019-05-21', '2019-05-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27504, '002400', 0, 'Nortel Networks', '2221 Lakeside Blvd Richardson TX 75081 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27505, '988389', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2015-01-23', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27506, '0c9b13', 0, 'Shanghai Magic Mobile Telecommunication CoLtd', 'B7 parts, second floor Waigaoqiao Free Trade Zone Shanghai 200131 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27507, '70b3d5799', 0, 'Vitec System Engineering Inc', '1-2-5 Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27508, '148951', 0, 'Lcfc(HeFei) Electronics Tech Co, Ltd', 'YunGu Road 3188-1 Hefei Anhui 230000 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27509, '0050c227e', 0, 'AnaLogic Computers Ltd', '13-17 Kende Str. Budapest H-1111 HU', 'HU', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27510, '0050c2fbf', 0, 'Mylogic', '#106 Deayoung golden vally,290-2 Uiwang-si Gyeonggi-do 437-801 KR', 'KR', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27511, '0026c0', 0, 'EnergyHub', '232 3rd St C201 Brooklyn NY 11215 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27512, '8c4cad', 0, 'Evoluzn Inc', '34 Samoset Lane Schaumburg IL 60193 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27513, '200a0d1', 0, 'Wideband Systems, Inc', '11900 Bournefield Way STE 120 Silver Spring MD 20904 US', 'US', 'MA-M', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27514, '0022dc', 0, 'Vigil Health Solutions Inc', '2102-4464 Markham St Victoria BC V8Z 7X8 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27515, '70b3d5897', 0, 'Efg CZ spol. s r.o.', 'Na Jarově 4 Praha 3 Czech republic 13000 CZ', 'CZ', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27516, '0050c2cc1', 0, 'Level 3 Communications', '1025 Eldorado Blvd Broomfield Colorado 80021 US', 'US', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27517, '78fe41', 0, 'Socus networks', '2F.-2, No.215, Sec. 2, Chengde Rd., Datong Dist., Taipei City 103 TW', 'TW', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27518, '004042', 0, 'N.A.T. GmbH', 'GOETHESTR. 2 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27519, '0050c2103', 0, 'Green Hills Software, Inc', '30 W. Sola Street Santa Barbara CA 93101 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27520, '70b3d590f', 0, 'Dtron Communications (Pty) Ltd', 'A18 Bellville Business Park, cnr Mike Pienaar blvd & Voortrekker road Bellville Western Cape 7530 ZA', 'ZA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27521, 'd4000d', 0, 'Phoenix Broadband Tech, Llc', '589 Bethlehem Pike Montgomeryville PA 18936 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27522, '5c17d3', 0, 'Lge', '60-39 , Kasan -dong , Gumcheon-gu. Seoul 153-801 KR', 'KR', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27523, '001f0a', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2007-12-31', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27524, '78192e', 0, 'Nascent Tech', '2744 Yorkmont RD Charlotte NC 28208 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27525, '0003ae', 0, 'Allied Advanced Manufacturing Pte, Ltd', '7 International Business Park Singapore 609919 SG', 'SG', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27526, '00401e', 0, 'Icc', '8230 MONTGOMERY ROAD CINCINNATI OH 45236 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27527, '84c7ea', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2016-05-19', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27528, '0001bf', 0, 'Teleforce Co, Ltd', '721 yoshioka-cho kanonji-city JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27529, '0050c22e4', 0, 'iamba Ltd', 'Hatidhar 3 Ra\'anana 43000 IL', 'IL', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27530, '70b3d5183', 0, 'Evco S.p.a.', 'Via Feltre 81 Sedico Belluno 32036 IT', 'IT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27531, '105af7', 0, 'Adb Italia', 'Viale Sarca 222 Milan Italy 20126 IT', 'IT', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27532, '70b3d5673', 0, 'Acd Elekronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'MA-S', '2018-07-06', '2018-07-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27533, '70e139', 0, '3view Ltd', '168-172 Old Street London EC1V 9BP GB', 'GB', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27534, '0050c2f6a', 0, 'Ofi Inc (dba 2d2c)', '100 Hanson Avenue Kitchener Ontario N2C2E2 CA', 'CA', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27535, '446755', 0, 'Orbit Irrigation', 'P.O. Box 328 Bountiful Utah 84011 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27536, 'd0c8572', 0, 'Forgamers Inc', '6F., NO.51, DONGXING RD., XINYI DIST., TAIPEI CITY 110-70, TAIWAN Taipei 110 TW', 'TW', 'MA-M', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27537, '90d74f', 0, 'Bookeen', '27, rue de la Vistule Paris 75013 FR', 'FR', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27538, '50d37f', 0, 'Yu Fly Mikly Way Science and Tech Co, Ltd', '6F, No. 1168 Huyi Road, Nanxiang Town Jiading District Shanghai 201800 CHINA shanghai 201800 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27539, '98f9c73', 0, 'Beijing Horizon Information Tech Co, Ltd', '3F,Unit H, West Gate, Hailong Mansion, No.1 Zhongguancun Street, Haidian District Beijing 100080 CN', 'CN', 'MA-M', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27540, '00a06e', 0, 'Austron, Inc', 'P.O. BOX 14766 AUSTIN TX 78761-4766 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27541, '0050c21fc', 0, 'Edd Srl', 'Via della Repubblica,27 - Levata Curtatone Mantova 46010 IT', 'IT', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27542, 'f88fca', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View 94043 US', 'US', 'MA-L', '2012-02-04', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27543, '6095ce0', 0, 'Siema Applications', '35 rue Alfred Brinon Villeurbanne 69100 FR', 'FR', 'MA-M', '2019-03-14', '2019-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27544, 'a0224e7', 0, 'Applied Information, Inc', '4411 Suwanee Dam Rd, Suite 510 Suwanee GA 30024 US', 'US', 'MA-M', '2019-10-01', '2019-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27545, '0050c29d9', 0, 'Cns Systems, Inc', '363 Hawick Court Severna Park Maryland 21146 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27546, '0025d2', 0, 'InpegVision Co, Ltd', '226-3, Bugok-dong, Geumjeong-gu, Busan 609-320 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27547, '70b3d514b', 0, 'C21 Systems Ltd', 'Dunston Innovation Centre Chesterfield Derbyshire S41 8NG GB', 'GB', 'MA-S', '2018-08-09', '2018-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27548, '54a493d', 0, 'Assem Tech Co, Ltd', 'No. 17, Minquan St., Tucheng Dist., New Taipei City Taiwan (R.O.C.) 236 TW', 'TW', 'MA-M', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27549, 'a83e0e', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2018-03-05', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27550, '0050c2462', 0, 'CT Co', 'Nizhni Krasnoselsky st., 35. Moscow 140070 RU', 'RU', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27551, 'b0e03c', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2014-11-11', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27552, 'ace87e', 0, 'Bytemark Computer Consulting Ltd', 'Unit 2 Opus Avenue York YO26 6BL GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27553, '70b3d59d9', 0, 'Atx Networks Corp', '1-501 Clements Road West Ajax Ontario L1s7H4 CA', 'CA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27554, '205f3d', 0, 'Cambridge Communication Systems Ltd', 'Victory House, Vision Park, Chivers Way, Histon Cambridge CB24 9ZR GB', 'GB', 'MA-L', '2019-05-10', '2019-05-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27555, '0003cb', 0, 'SystemGear Co, Ltd', '1-9-14 Edobori Osaka Nishi-ku 550-0002 JP', 'JP', 'MA-L', '2000-11-09', '2019-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27556, 'e09467', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-10-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27557, '0050c2f92', 0, 'Conet Solutions GmbH', 'Theodor-Heuss-Allee 19 Hennef NRW 53773 DE', 'DE', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27558, '98be94', 0, 'Ibm', '3039 E Cornwallis Rd Research Triangle Park NC 27709 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27559, '900bc1', 0, 'Sprocomm Tech Co, Ltd', '5D-506 F1.6 Block,Tianfa Building,Tianan Chegongmiao Industrial Park,Futian Dist,Shenzhen China Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27560, '0005da', 0, 'Apex Automationstechnik', 'Vossenkamp 4 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27561, '0050c271d', 0, 'MG s.r.l.', 'via Monte Bianco, 1 Solbiate Olona VA 21058 IT', 'IT', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27562, 'e8daaa', 0, 'VideoHome Tech Corp', '4F-1, No. 192, Da Tung Rd., Sec. 3, Hsichih, Taipei Hsien 221 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27563, '007dfa', 0, 'Volkswagen Group of America', '3800 Hamlin Rd Auburn Hills MI 48326 US', 'US', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27564, '70b3d5b46', 0, 'Fas Electronics (Fujian) Co, Ltd', '#1 Building,Weihuang Industrial Zone, Qingkou Invest District Minhou city, Fuzhou Fujian 350119 CN', 'CN', 'MA-S', '2018-11-19', '2018-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27565, '386a77', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27566, '000b06', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2002-10-14', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27567, '000c85', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27568, '104369', 0, 'Soundmax Electronic Ltd', 'Room#1505, Oriental plaza, #1072 JianShe Road SHENZHEN Guangdong 518001 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27569, 'e8102e', 0, 'Really Simple Software, Inc', 'P.O. Box 1086 Tiburon California 94920 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27570, '000af0', 0, 'Shin-OH Electronics Co, Ltd R&D', '#729-5, Bonoh-Dong, Ansan-City, Kyunggi- Ansan-City Kyunggi-Do 425-180 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27571, '0019e2', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2006-11-29', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27572, '002473', 0, '3com Europe Ltd', 'Peoplebuilding 2 Hemel Hempstead HERTS. HP2 4NW GB', 'GB', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27573, 'c45600', 0, 'Galleon Embedded Computing', 'Grenseveien 97c Oslo Oslo N-0602 NO', 'NO', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27574, '54781a', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27575, '68bfc4', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27576, '000fcb', 0, '3Com Ltd', 'Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB', 'GB', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27577, '0050c2852', 0, 'eInfochips Ltd', '11 A/B, Karmabhumi, Off C.G. Road, Ahmedabad Gujarat 380006 IN', 'IN', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27578, 'f88a3c3', 0, 'Shenzhen Shengyuan Tech Ltd', 'Science and Technology Park North District, high tech North six Road, LAN LAN Technology Park, building C-309,Shenzhen Nanshan District, Guangdong Province, China shenzhen guangdong 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27579, '10c753', 0, 'Qingdao Intelligent&Precise Electronics Co, Ltd', 'No.218 Qianwangang Road Qingdao Shangdong 266510 CN', 'CN', 'MA-L', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27580, 'c8d5fe', 0, 'Shenzhen Zowee Tech Co, Ltd', 'Block 5, Science and Technology Industrial Park of Shenzhen GuangDong 518055 CN', 'CN', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27581, '001bc50c1', 0, 'Eree Electronique', '6 avenue Dr Schweitzer MEYZIEU 69882 FR', 'FR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27582, '84c3e8', 0, 'Vaillant GmbH', 'Berghauser Straße 40 Remscheid NRW D-42859 DE', 'DE', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27583, '70b3d5324', 0, 'Thales Nederland BV', 'PO Box 42 Hengelo OV 7554 PA NL', 'NL', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27584, '1c8879c', 0, 'Accriva', '6260 Sequence Dr San Diego CA 92121 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27585, 'ecaaa0', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27586, '20ab37', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27587, '40ed98c', 0, 'BloomSky, Inc', '723 N Shoreline Blvd. Mountain view CA 94043 US', 'US', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27588, '0050c22f5', 0, 'ADChips', '4th floor SamKwang Bldg. Seoul Seoul 135-508 KR', 'KR', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27589, '0c4de9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-07-29', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27590, '604826', 0, 'Newbridge Tech Int. Ltd', '35/F Central Plaza Hong Kong CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27591, 'acc33a', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27592, '4c917a2', 0, 'Chongqing Unisinsight Tech Co, Ltd', 'No.117-386, Yunhan Road Beibei District Chongqing 400714 CN', 'CN', 'MA-M', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27593, '00807b', 0, 'Artel Communications Corp', '22 KANE INDUSTRIAL DRIVE HUDSON MA 01749 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27594, '000a9c', 0, 'Server Tech, Inc', '1040 Sandhill Drive Reno Nevada 89521 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27595, '507a55', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27596, '246f28', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-01-04', '2019-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27597, '54a4933', 0, 'I-Moon Tech Co, Ltd', 'FLAT/RM 2253, BLK 1, 22/F, HOI TAI FACTORY, EST TSING YEUNG CIRCUIT, TUEN MUN NT 999077 HK', 'HK', 'MA-M', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27598, '0050c22a5', 0, 'Septier Communication Ltd', 'POB 7603 Petach Tikva 49170 IL', 'IL', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27599, '001f03', 0, 'Num AG', 'Battenhusstrasse 16 Teufen AR 9053 CH', 'CH', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27600, '0050c2cdf', 0, 'CoreEL Tech (I) Pvt Ltd', 'No.21,7th Main Bangalore Karntaka 560034 IN', 'IN', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27601, '0050c2d89', 0, 'Visual Telecommunication Network, Inc', '2400 Geng Road Palo Alto CA 94303 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27602, '24166d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27603, '0050c2017', 0, 'Hunter Tech, Inc', '1408, Woolim e-biz Center, Seoul KR', 'KR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27604, '001430', 0, 'ViPowER, Inc', '9F., No.205-3, Sec. 3, Beisin Rd Sindian Taipei County 231 TW', 'TW', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27605, '64bc11', 0, 'CombiQ AB', 'Science Park Jonkoping 553 18 SE', 'SE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27606, 'bcc23a', 0, 'Thomson Video Networks', '6, rue du Clos Courtel Cesson Sevigne 35510 FR', 'FR', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27607, '6c6126', 0, 'Rinicom Holdings', 'Riverway House Lancaster Lancashire LA1 2RX GB', 'GB', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27608, '2c265f5', 0, 'Motec GmbH', 'Oberweyerer Strasse 21 Hadamar-Steinbach Hessen 65589 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27609, 'd83214', 0, 'Tenda Tech Co, LtdDongguan branch', 'Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27610, '00074c', 0, 'Beicom Inc', '114 King Street Alexandria VA 22314 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27611, '0050c2767', 0, 'Eid', 'Quinta dos Medronheiros Caparica 2826-851 PT', 'PT', 'IAB', '2007-05-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27612, 'dce026', 0, 'Patrol Tag, Inc', '2800 Western Ave Seattle WA 98121 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27613, 'b02628', 0, 'Broadcom Ltd', '5300 California Ave. irvine CA 92617 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27614, '5cb3f6', 0, 'Human, Inc', '3100 Airport Way S, 25-512 Seattle WA 98134 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27615, 'b0a10a', 0, 'Pivotal Systems Corp', '4683 Chabot Drive Pleasanton CA 94588 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27616, '70b3d59f1', 0, 'Rfel Ltd', 'Unit B, The Apex Newport Isle of Wight PO30 5XW GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27617, '50ff996', 0, 'Legend Winner Ltd', 'FLAT/RM 18-19 13/F HOLLYWOOD PLAZA 610 NATHAN ROAD MONGKOK HONG kONG 00852 HK', 'HK', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27618, 'e454e8', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27619, '001bce', 0, 'Measurement Devices Ltd', 'Redwood House York Yorkshire YO266QR GB', 'GB', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27620, '70b3d5ed5', 0, 'hangzhou battle link Tech Co, Ltd', 'xipu road no. 1503 binke building, room 1606 hangzhou binjiang zhejiang 310052 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27621, '001d7f', 0, 'Tekron International Ltd', '409 Cuba Street, Alicetown Lower Hutt Wellington 5010 NZ', 'NZ', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27622, '0cefaf7', 0, 'Syntrans AB', 'Teknikringen 4C Linkoping SE-58330 SE', 'SE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27623, 'f80278', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-10-25', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27624, '64ff0a', 0, 'Wistron Neweb Corp', 'No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW', 'TW', 'MA-L', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27625, '000be2', 0, 'Lumenera Corp', '2520B St. Laurent Blvd. Ottawa Ontario K1B 4R8 CA', 'CA', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27626, '001536', 0, 'Powertech Co, Ltd', '#705, dongyoung Venturestel, 199-32 Anyang City Kyoungki-do 430-010 US', 'US', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27627, '3c5a37', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-11-24', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27628, '0055da0', 0, 'Shinko Technos Co, Ltd', '2-5-1, Senba Higashi Mino Osaka 562-0035 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27629, '00401d', 0, 'Invisible Software, Inc', '1142 CHESS DRIVE FOSTER CITY CA 94404 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27630, '0050c2c64', 0, 'Pal Software Service Co, Ltd', '2ND TSUKUNA BULD. 3-10-31 AMAYAMA MATSUYAMA EHIME 7900951 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27631, '0017f2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2006-04-15', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27632, '001800', 0, 'Unigrand Ltd', '7F-2, No.45, Jingde St., Jhonghe City, 235 TW', 'TW', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27633, '0022b5', 0, 'Novita', '3F301,Namsung B/D 340-30 Geumcheon-Gu Seoul 153-782 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27634, '883314', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2013-03-10', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27635, 'a83fa17', 0, 'Plejd AB', 'Göteborgsvägen 52 Mölndal 431 37 SE', 'SE', 'MA-M', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27636, '000b2b', 0, 'Hostnet Corp', '10F-12,No. 12 Lane 609, Sec.5,Chunghsin Sanchung Taipei Hsien 241 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27637, '000ddd', 0, 'Profilo Telra Elektronik Sanayi ve Ticaret. A.Ş', 'Cemal Sahir Sokak NO:26-28 İstanbul TURKEY 34255 TR', 'TR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27638, '00d0ea', 0, 'Nextone Communications, Inc', '9700 GREAT SENECA HGHWY ROCKVILLE MD 20850 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27639, 'b8871e', 0, 'Good Mind Industries Co, Ltd', '22, Ta Yeou 2nd St, Kaohsiung 831 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27640, '001782', 0, 'LoBenn Inc', '150 Katimavik Road Ottawa Ontario K2L 2N2 CA', 'CA', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27641, '0017f9', 0, 'Forcom Sp. z o.o.', 'Gajowa 6 Poznan WLKP 60-815 PL', 'PL', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27642, '7ca61d', 0, 'Mhl, Llc', '1140 East Arques Avenue Sunnyvale CA 94085 US', 'US', 'MA-L', '2011-08-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27643, '848e96', 0, 'Embertec Pty Ltd', '182 Fullarton Road Dulwich, Adelaide South Australia 5065 AU', 'AU', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27644, '70b3d583b', 0, 'Telefonix Inc', '2340 Ernie Krueger Circle Waukegan Illinois 60087 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27645, 'b856bd', 0, 'Itt Llc', '1-ya Brestkaya St, building 35 Moscow 125047 RU', 'RU', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27646, '70b3d5b23', 0, 'Supervision Test et Pilotage', '70 avenue de Rome LA SEYNE SUR MER 83500 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27647, '28a24b', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27648, '0030cb', 0, 'Omni Flow Computers, Inc', '10701 CORPORATE DRIVE-STE.#300 STAFFORD TX 77477 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27649, '00b342', 0, 'MacroSAN Tech Co, Ltd', 'Room 102, No.2 Building Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27650, 'c09bf4', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27651, '8c147d4', 0, 'Nanjing bilian information Tech Co, Ltd', 'Room 407,Building 1,No.8.Huayuan Road,Xuanwu District,Nanjing Nanjing Jiangsu 210000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27652, '0479b7', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27653, '70b3d5239', 0, 'Applied Silver', '26254 Eden Landing Road Hayward CA 94545 US', 'US', 'MA-S', '2018-10-11', '2018-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27654, '000521', 0, 'Control Microsystems', '48 Steacie Drive Ottawa Ontario K2K 2A9 CA', 'CA', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27655, 'dcb058', 0, 'Bürkert Werke GmbH', 'Christian-Bürkert-Straße 13-17 Ingelfingen Baden-Württemberg 74653 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27656, 'f44450', 0, 'Bnd Co, Ltd', '573-13 Bokhyeon-dong, Buk-gu Daegu 702-020 KR', 'KR', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27657, '70b3d5bf8', 0, 'Rch Italia SpA', 'VIA CENDON 39 SILEA TREVISO 31057 IT', 'IT', 'MA-S', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27658, 'f490cbe', 0, 'Rsae Labs Inc', '400 E 16th St Panama City FL 32405 US', 'US', 'MA-M', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27659, '00e08e', 0, 'Utstarcom', '33 WOOD AVE. SOUTH ISELIN NJ 08830 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27660, '0026eb', 0, 'Advanced Spectrum Tech Co, Ltd', '1F., No.67 Jhongjheng Rd. Sinjhuang Taiwan 242 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27661, 'b8b94e', 0, 'Shenzhen iBaby Labs, Inc', 'Room 218, Building 17,Shangsha Innovation Science and Technology Park,Futian District Shenzhen Guangdong 518047 CN', 'CN', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27662, 'f0921c', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-06-20', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27663, '08ed02b', 0, 'Szok Energy and Communication Co, Ltd', 'Rm. 1, 17F., No.104, Sec. 1, Xintai 5th Rd., Xizhi Dist. New Taipei City 22102 TW', 'TW', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27664, '0050c240d', 0, 'Afonics Fibreoptics Ltd', 'Unit 16, Witney Oxfordshire OX28 4GW GB', 'GB', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27665, '0050c26d2', 0, 'Lumistar Inc', '2701 Loker Ave West Carlsbad CA 92010 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27666, 'e83935', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-10-07', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27667, '745bc55', 0, 'SpringCard', '2 voie La Cardon, Parc Gutenberg PALAISEAU IDF 91120 FR', 'FR', 'MA-M', '2018-12-06', '2018-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27668, '389f83', 0, 'Otn Systems N.V.', 'Industrielaan 17b Olen 2250 BE', 'BE', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27669, '842914', 0, 'Emporia Telecom Produktions- und VertriebsgesmbH & Co KG', 'Industriezeile 36, Linz 4020 AT', 'AT', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27670, '8c3bad', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27671, 'c419d1', 0, 'Telink Semiconductor (Shanghai) Co, Ltd', 'No. 1500 Zuchongzhi Rd, Building #3 Shanghai 201203 CN', 'CN', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27672, '002681', 0, 'Interspiro AB', 'Box 2853 Täby 18728 SE', 'SE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27673, '10ca81', 0, 'Precia', 'Le ruissol VEYRAS PRIVAS 07001 FR', 'FR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27674, '30144a', 0, 'Wistron Neweb Corp', '20 Park Avenue II, Hsin Science Park, Hsinchu 308, Taiwan HsinChu Taiwan 308 TW', 'TW', 'MA-L', '2011-09-24', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27675, '50a4c8', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27676, '00a06c', 0, 'Shindengen Electric Mfg. Co, Ltd', '10-13, MINAMI-CHO, HANNOU-CITY SAITAMA 357 JO', 'JO', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27677, '00115b', 0, 'Elitegroup Computer Systems Co, Ltd', 'No.22, Alley 38, Lane 91, Sec. 1, Nei Hu Taipei 114 TW', 'TW', 'MA-L', '2004-06-05', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27678, 'acc1ee', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27679, '086bd7', 0, 'Silicon Laboratories', '7000 W. William Cannon Dr. Austin TX 78735 US', 'US', 'MA-L', '2018-08-15', '2018-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27680, '0010f2', 0, 'Antec', '4920 AVALON RIDGE PKWY NORCROSS GA 30071 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27681, 'a44f297', 0, 'Protean Payment', '617 Detroit St Ann Arbor Michigan 48104 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27682, '00121f', 0, 'Harding Instruments', '9431-41Ave Edmonton AB T6E 5X7 CA', 'CA', 'MA-L', '2004-08-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27683, '801440', 0, 'Sunlit System Tech Corp', '8F, No.19,Lane 120, Sec1, Neihu Rd. Tapiei 114 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27684, '0050c2f68', 0, 'Newtec A/S', 'Stærmosegårdsvej 18 Odense SV Region Syd 5230 DK', 'DK', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27685, '4c0dee', 0, 'Jabil Circuit (Shanghai) Ltd', 'FL5-UNIT A2 NO 1528 GUMEI ROAD SHANGHAI 200233 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27686, 'a09347', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD,WUSHA,CHANG\'AN,DONGGUAN,GUANGDONG,CHINA DONGGUAN GUANGDONG 523860 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27687, '00a061', 0, 'Puritan Bennett', '2200 FARADAY AVENUE CARLSBAD CA 92008 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27688, '0050c21c0', 0, 'WillMonius Inc', '425-1 Kil1-dong, Kangdong-gu Seoul 134-011 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27689, '001c52', 0, 'Visionee Srl', 'VIALE DELLA REPUBBLICA, 22 VILLORBA TREVISO 31050 IT', 'IT', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27690, '001e49', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27691, '0050c27fe', 0, 'Wireless Cables Inc', '1414 Soquel Ave, Ste 212 Santa Cruz CA 95062 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27692, '34bdf9', 0, 'Shanghai Wdk Industrial Co, Ltd', 'No.2100,Songzhen Road,Songjiang District Shanghai 201606 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27693, '540384', 0, 'Hongkong Nano IC Tech Co, Ltd', 'Rm. 19C, Lockhart Ctr., 301-307 Lockhart Rd., Wan Chai, Hong Kong Hong Kong Hong Kong 999077 CN', 'CN', 'MA-L', '2016-10-30', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27694, '2415105', 0, 'Ganzhou Dehuida Tech Co, Ltd', 'Dehuida Science and Technology Park, Huoyanshan Road, Anyuan District Ganzhou Jiangxi 342100 CN', 'CN', 'MA-M', '2019-05-31', '2019-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27695, '0050c2041', 0, 'Damler Chrysler Rail System (Signal) AB', 'Box 42505 SE-12616 Stockholm SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27696, '000fe2', 0, 'Hangzhou H3c Tech Co, Ltd', 'Oriental Electronic Bld., NO.2,Chuangye Road Hai-Dian District Beijing 100085 CN', 'CN', 'MA-L', '2004-04-03', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27697, '1854cf', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27698, '3a0292', 0, 'Video Electronics Standards Association', '1754 Technology Dr., Suite 238 San Jose CA 95110 US', 'US', 'CID', '2016-08-08', '2016-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27699, '4cb008', 0, 'Shenzhen Gwelltimes Tech Co, Ltd', 'A4 building 15floor Zhongying Jewelry Industrial Park Bulan Road No.31 Nanwan Street Longgang District Shenzhen City China Shenzhen 518112 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27700, '00d00b', 0, 'Rhk Tech, Inc', '1050 EAST MAPLE ROAD TROY MI 48083 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27701, '0050c2752', 0, 'Lober, S.A.', 'MARIA TUBAU, 4 MADRID 28050 ES', 'ES', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27702, '001a44', 0, 'JWTrading Co, Ltd', '1590 Kwanyang-dong, Dongan-ku Ahnyang Kyungki - do 431-060 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27703, 'a48e0a', 0, 'DeLaval International AB', 'Gustaf De Lavals väg 15 TUMBA 14721 SE', 'SE', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27704, '70b3d5013', 0, 'Sportsbeams Lighting, Inc', '1260 Pine Forest Cir Round Rock TX 78665 US', 'US', 'MA-S', '2018-09-27', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27705, '88e9a4', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2019-11-14', '2019-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27706, '00906e', 0, 'Praxon, Inc', '1700 DELL AVENUE CAMPBELL CA 95008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27707, '0015a9', 0, 'Kwang Woo I&C Co, Ltd', '898-23, Hogye-dong,Dongan-gu 431-080 KR', 'KR', 'MA-L', '2005-08-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27708, '807b85', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-04-04', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27709, '1cc0e1d', 0, 'NewLand (NZ) Communication Tech Ltd', '39A WAIPA ST BIRKENHEAD AUCKLAND Auckland 0626 NZ', 'NZ', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27710, '70b3d57d6', 0, 'Yukilab', '1-7-3 Sekiya-Matsunami, Chuo Niigata Niigata 951-8161 JP', 'JP', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27711, '484ae9', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27712, '8c5ac1', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27713, '0050c2dfa', 0, 'Mac Valves, Inc', '30569 Beck Rd Wixom MI 48393 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27714, 'f02765', 0, 'Murata Manufacturing Co, Ltd', '1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27715, '3820a8', 0, 'ColorTokens, Inc', '2101 Tasman Dr. Suite 200A Santa Clara CA 95054 US', 'US', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27716, '6458ad', 0, 'China Mobile Iot Co Ltd', 'NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN', 'CN', 'MA-L', '2018-08-21', '2018-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27717, 'f47335', 0, 'Logitech Far East', '#2 Creation Rd. 4, Hsinchu 300 TW', 'TW', 'MA-L', '2019-12-31', '2019-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27718, '0050c20e5', 0, 'Clearwater Networks', '160 Knowles Dr. Los Gatos CA 95032 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27719, '0050c2c22', 0, 'Audient Ltd', '1 Stable Court Herriard Hampshire RG25 2PL GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27720, '002157', 0, 'National Datacast, Inc', '2100 Crystal Drive, Suite 750 Arlington VA 22202 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27721, '28e794', 0, 'Microtime Computer Inc', '4F, No. 222, Sec. 4, Cheng-Teh Rd., Taipei 11167 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27722, '34a55d', 0, 'Technosoft International Srl', 'RO6640904 Bucuresti - Sector 6 061992 RO', 'RO', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27723, '3c2eff', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27724, '0001a2', 0, 'Logical Co, Ltd', '4598 Murakushi-cho 431-1207 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27725, '0014bc', 0, 'Synectic Telecom Exports Pvt. Ltd', '196, 1st Main, 3rd Stage, 4th Block BANGALORE 560079 IN', 'IN', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27726, '7866ae', 0, 'Ztec Instruments, Inc', '7715 Tiburon St. NE Albuquerque NM 87109 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27727, '1880ce', 0, 'Barberry Solutions Ltd', '2/13 Naviti Place Auckland 0630 NZ', 'NZ', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27728, 'e498d6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27729, '000156', 0, 'Firewiredirect.Com, Inc', '4132 Spicewood Springs Rd - #I-4 Austin TX 78759 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27730, '0017d1', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2006-04-08', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27731, '0050c2922', 0, 'Metrum Sweden AB', 'Vestagatan 2A Göteborg Vastra Götland 41664 SE', 'SE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27732, '70b3d5e4a', 0, 'Icp NewTech Ltd', 'Kilbrittain Bandon Cork WLF-17-68G IE', 'IE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27733, '609ac1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27734, '0080a5', 0, 'Speed International', '1320 ARBOLITA DR. LA HABRA CA 90631 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27735, '001abd', 0, 'Impatica Inc', '205-1725 St. Laurent Blvd. Ottawa ON K1G 3V4 CA', 'CA', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27736, '0007a6', 0, 'Leviton Manufacturing Co, Inc', '4330 Michoud Blvd New Orleans LA 70129 US', 'US', 'MA-L', '2001-10-24', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27737, '745bc5c', 0, 'ComNot', '15 chemin des Hirondelles DARDILLY 69570 FR', 'FR', 'MA-M', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27738, 'c00d7e', 0, 'Additech, Inc', '10925 Kinghurst Houston TX 77099 US', 'US', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27739, '9c8d7c', 0, 'Alps Electric Co, Ltd', '6-1 Kakuda Miyagi-Pref 981-1595 JP', 'JP', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27740, '00404d', 0, 'Telecommunications Techniques', 'M/S GERMANTOWN MD 20876 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27741, '002554', 0, 'Pixel8 Networks', '22 Great Oaks Blvd, Suite 150 San Jose CA 95119 US', 'US', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27742, '0026a6', 0, 'Trixell', '460, Rue du pommarin MOIRANS 38210 FR', 'FR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27743, 'e86d6e', 0, 'voestalpine Signaling Fareham Ltd', 'Unit 1, Fulcrum 4, Solent Way Whiteley Hampshire PO15 7FT GB', 'GB', 'MA-L', '2011-12-14', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27744, '0050c2089', 0, 'Fenwal Italia S.P.A.', 'Viale A. De Gasperi, 44 20010 Bareggio (MI) IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27745, '001123', 0, 'Appointech, Inc', '6F-2 No.192 Tung-Kuan Rd. Hsinchu 300 TW', 'TW', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27746, '001321', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2005-01-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27747, '8894f9', 0, 'Gemicom Tech, Inc', '16F, Building B, No. 98, Sec 1, Hsin-Tai-Wu Rd. Hsi-Chih city Taipei 22102 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27748, '70b3d5c96', 0, 'Uni Dimenxi Sdn Bhd', 'A-1-05, SME Technopreneur Centre Cyberjaya, Cyberjaya Selangor Darul Ehsan 63000 MY', 'MY', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27749, '0055dae', 0, 'Victorsure Ltd', '15/F Cambridge house, 26-28 Cameron Road Hong Kong Hong Kong Hong Kong HK', 'HK', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27750, '7c477c5', 0, 'Midwest Microwave Solutions', '2000 Progress Drive Hiawatha IA 52233 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27751, '606453', 0, 'Aod Co, Ltd', 'No. 13155, Yuqing Street, High-Technology Development Zone, Weifang Shandong 261061 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27752, 'ac5135', 0, 'Mpi Tech', 'Vadstrupvej 35 Bagsværd DK-2880 DK', 'DK', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27753, '0cf405', 0, 'Beijing Signalway Tech Co, Ltd', 'Room B 1905,Tri-tower Haidian District Beijing 100190 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27754, '88fd15', 0, 'Lineeye Co, Ltd', '5F Marufuku Bldg. 39-1 Karahashi Kyoto 601-8468 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27755, 'e80959', 0, 'Guoguang Electric Co, Ltd', 'No.8 Jinghu Road, Xinhua Street, Huadu Reg Guangzhou Guangdong 510800 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27756, '000bec', 0, 'Nippon Electric Instrument, Inc', '3-56-21 Hirado Totsuka-ku Yokohama-shi 244-0802 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27757, '001d92', 0, 'Micro-Star Int\'L Co, Ltd', 'No.69,Li-De St,Jung-Ho City Taipei Hsien 235 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27758, '000b8d', 0, 'Avvio Networks', '11 Donovan Dr Bedford MA 01730 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27759, '6cdd30', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27760, '0050c2499', 0, 'Trellia Networks', '774 Decarie Montreal Quebec H4L 3L5 CA', 'CA', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27761, '70b3d5305', 0, 'Caitron Industrial Solutions GmbH', 'Eich 8 Ramerberg Bavaria 83561 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27762, '70b3d584e', 0, 'Chromalox, Inc', '1347 Heil Quaker Blvd La Vergne TN 37086 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27763, '183a48', 0, 'VostroNet', 'GPO Box 3154 Brisbane Queensland 4000 AU', 'AU', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27764, '0050c22d1', 0, 'Miritek, Inc', '32321 TBI, ICU Daejon 305-732 KR', 'KR', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27765, '0011e6', 0, 'Scientific Atlanta', '5030 Sugarloaf Parkway Lawrenceville Ga 30042 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27766, '0050c2d8b', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27767, 'ac4a56', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2020-01-24', '2020-01-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27768, '70b3d5511', 0, 'Next Sight srl', 'via Roveredo 20/b pordenone Italy 33170 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27769, '2c4f52', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27770, '4c875d', 0, 'Bose Corp', 'The Mountain Framingham MA 01701-9168 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27771, 'b43939', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN', 'CN', 'MA-L', '2019-07-19', '2019-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27772, '58d50a', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2019-09-05', '2019-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27773, '000280', 0, 'Mu Net, Inc', '442 Marrett Road Lexington MA 02421 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27774, '0050c2e47', 0, 'Enika.CZ', 'Nadrazni 609 Nova Paka 50901 CZ', 'CZ', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27775, 'b8d94d', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27776, 'ace215', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27777, '8c4aee', 0, 'Giga Tms Inc', '9F-2 NO.31 Lane 169 Kang-ning Street, Hsi-Chih Taipei County 221 221 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27778, '0014fe', 0, 'Artech Electronics', '#301, Yangjae Bldg., 276-2 Seoul 137-895 KR', 'KR', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27779, '001865', 0, 'Siemens Healthcare Diagnostics Manufacturing Ltd', 'Northern Road Sudbury Suffolk C010 2XQ GB', 'GB', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27780, '002171', 0, 'Wesung Tnc Co, Ltd', '102-1409, Bucheon Chunui Technopark 1st, Bucheon-City, Gyeongggi-Do 420-857 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27781, '64fb81f', 1, 'Private', '', '', 'MA-M', '2015-04-05', '2015-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27782, '70b3d5bfe', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27783, '0080d8', 0, 'Network Peripherals Inc', '2890 ZONKER ROAD SUITE 209 SAN JOSE CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27784, '000da1', 0, 'Mirae Its Co, Ltd', '7F, ChangHyun B/D,960-1,HoGye1Dong AnYang KyongiGiDo 431-840 KR', 'KR', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27785, 'd4507a', 0, 'Ceiva Logic, Inc', '214 E Magnolia Blvd Burbank CA 91502 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27786, '709fa9', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27787, '000be1', 0, 'Nokia Net Product Operations', '313 Fairchild Drive Mountain View California 94043 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27788, '0050c2cce', 0, 'Mac-Gray Corp', '404 Wyman Street Waltham MA 02451 US', 'US', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27789, 'cc856c', 0, 'Shenzhen Mdk Digital Tech Co, Ltd', 'Xin fengze industrial park,shangnan east road SHENZHEN GUANGDONG 518101 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27790, 'bc34001', 0, 'Iplink Tech Corp', '8F-5, No. 347, Jingsin St. New Taipei City 23582 TW', 'TW', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27791, '342af1', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27792, '70b3d5bfb', 0, 'Sensor 42', '1165 Linda Vista, #110 San Marcos CA 92078 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27793, '000160', 0, 'Elmex Co, Ltd', '16-30 Kimachi JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27794, '0021c7', 0, 'Russound', '5 Forbes Road Newmarket NH 03857 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27795, '74911a', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-07-01', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27796, '70b3d510a', 0, 'Season Design Tech', 'FLOOR 4, WARDS EXCHANGE, 199 ECCLESALL ROAD SHEFFIELD SOUTH YORKSHIRE S11 8HW GB', 'GB', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27797, 'a8610a', 0, 'Arduino AG', 'Corso San Gottardo 6A Chiasso 6830 CH', 'CH', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27798, '70b3d587d', 0, 'Invixium Access Inc', '50 ACADIA AVE, 310 MARKHAM Ontario L3R0B3 CA', 'CA', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27799, '002184', 0, 'Powersoft Srl', 'VIA ENRICO CONTI, 5 SCANDICCI FI 50018 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27800, '002325', 0, 'Iolan Holding', 'Mon Plaisir 26 Etten Leur 4879AN NL', 'NL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27801, '0019fa', 0, 'Cable Vision Electronics Co, Ltd', '12F-3, No.16, Chien Pa Rd. Chung Ho City Taipei Hsien 235 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27802, '74373b', 0, 'Uninet Co, Ltd', '#1803, Daerung Techno Town15, 401, Simin-daero, Dongan-gu Anyang-si Gyunggi-do 14057 KR', 'KR', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27803, '9c305b', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27804, '34d712', 0, 'Smartisan Digital Co, Ltd', '4F, China Digital Kingdom, No.1 Wangjing North Road, Chaoyang District Beijing Beijing 100012 CN', 'CN', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27805, '1c87793', 0, 'Visual Land Inc', '17785 Center Court Dr. #670 Cerritos CA 90703 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27806, '7c6456', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27807, 'a0b5da', 0, 'HongKong Thtf Co, Ltd', '2F,Sector C of Tsinghua University Academy, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27808, 'e48501', 0, 'Geberit International AG', 'Schachenstrasse 77 Jona SG 8645 CH', 'CH', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27809, '000430', 0, 'Netgem', '27 rue d\'Orleans FR', 'FR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27810, '001566', 0, 'A-First Tech Co, Ltd', '5F, No. 111-2, Shin-Teh Rd., San-Chung City Taipei Shien 241 TW', 'TW', 'MA-L', '2005-08-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27811, '001b9e', 0, 'Askey Computer Corp', '10F,NO.119,CHIENKANG RD, CHUNG-HO,TPIPEI 235 TW', 'TW', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27812, '001d17', 0, 'Digital Sky Corp', '5-5-15 Sotokanda, Chiyoda-ku Tokyo 101-0021 JP', 'JP', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27813, '842999', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-04-08', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27814, '00028c', 0, 'Micrel-Synergy Semiconductor', '3250 Scott Boulevard Santa Clara CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27815, '0030f3', 0, 'At Work Computers', 'P.O. Box 947 Corvallis OR 97339 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27816, '000c03', 0, 'Hdmi Licensing, Llc', '1060 East Arques Ave. Sunnyvale CA 94085 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27817, '002591', 0, 'Nextek, Inc', '410 Douglass Street Reading PA 19601 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27818, 'e80036', 0, 'Befs Co,. Ltd', 'C-#403, 242 Pangyo-ro, Bundang-gu Seongnam-si Gyeonggi-do 13487 KR', 'KR', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27819, 'c80cc8', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27820, '002029', 0, 'Teleprocessing Products, Inc', '4565 E. INDUSTRIAL STREET SIMI VALLEY CA 93063 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27821, '0004af', 0, 'Digital Fountain, Inc', '600 Alabama St. San Francisco CA 94110 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27822, '2824ff', 0, 'Wistron Neweb Corp', 'No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW', 'TW', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27823, '70b3d5222', 0, 'Marioff Corp Oy', 'Äyritie 24 Vantaa 01510 FI', 'FI', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27824, '9c1fdd', 0, 'Accupix Inc', '3F Gaeyang BLDG, 548-1, Anyang Kyeonggi-Do 430-730 KR', 'KR', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27825, '0c84dc', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-05-02', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27826, '0012d7', 0, 'Invento Networks, Inc', '377 Simarano Drive Marlborough MA 01752 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27827, '2091d9', 0, 'I\'M Spa', 'VIA BIRON 102/3 MONTEVIALE VICENZA 36050 IT', 'IT', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27828, '000502', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '1980-01-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27829, '000cf0', 0, 'M & N GmbH', 'Dieselstr 18 Rosbach v.d.H. 61191 DE', 'DE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27830, '000ea8', 0, 'United Technologists Europe Ltd', 'UTEL Laboratories, Wolves Farm Lane Hadleigh Suffolk IP7 6BH GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27831, '00167c', 0, 'iRex Tech BV', 'HighTech Campus Eindhoven Brabant 5656AE NL', 'NL', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27832, '70b3d5926', 0, 'Advice', '16 Atir Yeda St Kfar Saba Not applicable 4464321 IL', 'IL', 'MA-S', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27833, 'b4cfe0', 0, 'Sichuan tianyi kanghe communications Co, Ltd', 'No.198, section 1, xueshan avenue, jinyuan town, dayi county chengdu sichuan 611330 CN', 'CN', 'MA-L', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27834, '10dcb6e', 0, 'Shenzhen Sunwoda intelligent hardware Co, Ltd', 'No.6-6,Yan Shan Rd.,Baoan District,Shenzhen City,China Shenzhen Guangdong 518105 CN', 'CN', 'MA-M', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27835, '70b3d52d8', 0, 'Unisight Digital Products', '99 Inverness Drive East, Suite#180 Englewood CO 80112 US', 'US', 'MA-S', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27836, '00501b', 0, 'Abl Canada, Inc', '8550 COTE DE LIESSE ST-LAURENT (QUEBEC) H4T 1H2 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27837, '00e02f', 0, 'Mcns Holdings, L.P.', 'TCI, INC.-TECHNOLOGY VENTURES DENVER CO 80217-5630 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27838, '68b983', 0, 'b-plus GmbH', 'Ulrichsberger Str. 17 Deggendorf Bavaria 94469 DE', 'DE', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27839, '64fb819', 0, 'hiQview Corp', '2 Fl., No. 282, Sec. 6, Zhongxiao E. Rd., Taipei 11558 TW', 'TW', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27840, 'd03311', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27841, 'a0e9db', 0, 'Ningbo FreeWings Tech Co, Ltd', 'Room 1107-1108, No 298 XueShi Road Yinzhou District Ningbo, Ningbo Zhejiang 315000 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27842, 'c45006', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27843, 'e8ef89', 0, 'Opmex Tech', '18F GDC Building, 9 Gaoxin Central Avenue 3rd, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27844, 'bc52b4', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2014-08-20', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27845, '70886ba', 0, 'RHXTune Tech Co, Ltd', 'Room 409, TianGong building A, Xueyuan Road 30, Haidian District Beijing Beijing 100083 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27846, '5cfb7c', 0, 'Shenzhen Jingxun Software Telecommunication Tech Co, Ltd', '3/F,A5 Building Zhiyuan Community No.1001,Xueyuan Road Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27847, '64f2fb', 0, 'Hangzhou Ezviz Software Co, Ltd', 'Room 302, Unit B, Building 2, 399 Danfeng Road,Binjiang District Hangzhou Zhejiang 310051 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27848, '7cab60', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27849, '000144', 0, 'Dell Emc', '228 South St. Hopkinton MA 01748 US', 'US', 'MA-L', '2000-11-09', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27850, '908d1d', 0, 'GH Tech', '5022 Binhe Road, Block B, United Plaza Shenzhen 518026 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27851, '0050c2d6f', 0, 'Imtron Messtechnik GmbH', 'Carl-Benz-Straße 11 Owingen Baden-Württemberg 88696 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27852, '88e8f8', 0, 'Yong Tai Electronic (Dongguan) Ltd', 'Yuan Shan Bei Managed Region Dong Guan Guang Dong 523583 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27853, 'a4ed43e', 0, 'Toec Tech Co, Ltd', '6 Taishan Road Hexi District Tianjin China Tian Jin Tian Jin 300211 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27854, 'd0d003', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2019-06-05', '2019-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27855, '00c05b', 0, 'Networks Northwest, Inc', 'P.O. BOX 1188 ISSAQUAH WA 98027 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27856, '002465', 0, 'Elentec', '401-13 Chunggye-Ri,Dongtan-Myun Hwasung Kyunggi 445-811 KR', 'KR', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27857, '988744', 0, 'Wuxi Hongda Science and Tech Co, Ltd', 'No.10 An Nan Road, Nan Quan Town, Bin Hu District WUXI Jiangsu 214128 CN', 'CN', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27858, 'ac84c6', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27859, '001067', 0, 'Ericsson', '250 Holger Way SAN JOSE CA 95134 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27860, '000757', 0, 'Topcall International AG', 'Talpagasse 1 AT', 'AT', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27861, '3065ec', 0, 'Wistron (ChongQing)', 'No.F08/F09,D zone,Konggang Functional Zone ChongQing 401120 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27862, '74c17d', 0, 'Infinix mobility Ltd', 'RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK', 'HK', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27863, '008091', 0, 'Tokyo Electric Co, Ltd', '10-14 UCHIKANDA TOKYO JAPAN 101 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27864, '0050c2c39', 0, 'Secad SA', 'Zac des Pellants St Martin du Fresne 01430 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27865, '40d8550b5', 0, 'Data Sharing Consulting', '815 AV IRENE ET FREDERIC JOLIOT CURIE LA GARDE PACA 83130 FR', 'FR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27866, 'b46d83', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27867, '002064', 0, 'Protec Microsystems, Inc', '297 LABROSSE POINTE-CLAIRE, QUEBEC H9R 1A3 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27868, '0050c2b9d', 0, 'W. Vershoven GmbH', 'Riedinger Strasse 10 Essen 45141 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27869, '001c05', 0, 'Nonin Medical Inc', '13700 1st Avenue North Plymouth MN 55441 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27870, '001d5a', 0, '2Wire Inc', '1704 Automation Parkway San Jose 95131 US', 'US', 'MA-L', '2007-08-18', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27871, 'bc5c4c', 0, 'Elecom Co, Ltd', '11F Tokyubancho Bldg. 6-2, Chiyoda-ku Tokyo 102-0081 JP', 'JP', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27872, '00cc3f', 0, 'Universal Electronics, Inc', '201 E. Sandpointe Ave Santa Ana CA 92707 US', 'US', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27873, '000c46', 0, 'Allied Telesyn Inc', '960 Stewart Drive, Suite B Sunnyvale California 94085 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27874, '0019ef', 0, 'Shenzhen Linnking Electronics Co, Ltd', 'Room 901,B Block,Qinghua Information Center Hi-tec park North District,Nanshan District,Shenzhen shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27875, '14b968', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27876, 'f87394', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-05-27', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27877, '646184', 0, 'Velux', 'Baekgaardsvej 40 Skjern 6900 DK', 'DK', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27878, 'f82d7c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27879, '988e34', 0, 'Zhejiang Boxsam Electronic Co, Ltd', 'No.288,LONGTAN ROAD, JINHUA CITY ZHEJIANG PROVINCE, 321017 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27880, 'cc187b', 0, 'Manzanita Systems, Inc', '14269 Danielson Street Poway CA 92064 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27881, 'a8fcb7', 0, 'Consolidated Resource Imaging', '2943 S Wilson CT NW Grand Rapids MI 49534 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27882, '087cbe', 0, 'Quintic Corp', '1600 Wyatt Dr., #8 Santa Clara CA 95054 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27883, '0050c2f8d', 0, 'Guangdong East Power Co,', 'No 6 Northern Industry Road,Songshan lake SCI&TECH Industry Park DongGuan GuangDong P.R.China 523808 CN', 'CN', 'IAB', '2012-08-13', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27884, 'f8a5c5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27885, '0014ec', 0, 'Acro Telecom', '714 Woolim e-Biz Center 170-5 Guro-dong Guro-Gu Seoul 152-769 KR', 'KR', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27886, '001ada', 0, 'Biz-2-Me Inc', '1301 West Eau Gallie Blvd Melbourne FL 32935 US', 'US', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27887, '002496', 0, 'Ginzinger electronic systems', 'Gewerbegebiet Pirath 16 Weng Upper Austria 4952 AT', 'AT', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27888, 'f4044c', 0, 'ValenceTech Ltd', 'Unit 1, 20/F., APEC Plaza HONG KONG NIL CN', 'CN', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27889, '0050c2f26', 0, 'WaveIP', 'Teradion Ind Park Misgav Israel 20692 IL', 'IL', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27890, 'dcad9e', 0, 'GreenPriz', '549, boulevard Pierre Sauvaigo La Colle sur Loup 06480 FR', 'FR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27891, '0090dd', 0, 'Miharu Communications Inc', 'KANAGAWA JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27892, '00d096', 0, '3com Europe Ltd', 'BOUNDARY WAY vvvvv UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27893, '000f2f', 0, 'W-Linx Tech Co, Ltd', '2F,ELLEN L. SKELTON BUILDING,FISHER LANE ROAD TORTOLA VG', 'VG', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27894, '70b3d54a6', 0, 'Hzhy Tech', 'The 2th floor,Longzeyuan Multi-use beijing 102208 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27895, 'b479a7', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2014-07-13', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27896, 'dc4a3e', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2015-09-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27897, '70b3d59ec', 0, 'eSoftThings', '80 Avenue des Buttes de Coesmes RENNES 35700 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27898, 'a8d579', 0, 'Beijing Chushang Science and Tech Co, Ltd', '3A285 room,3 layer,1 building,No 11 of yongwai song zhuang road,Fengtai district,Beijing Beijing Beijing 518000 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27899, '0050c24e7', 0, 'Computerized Elevator Contol', '24 Empire Blvd Moonachie New Jersey 07074 US', 'US', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27900, 'e00b28', 0, 'Inovonics', '315 CTC Blvd Louisville CO 80027 US', 'US', 'MA-L', '2011-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27901, '14ae858', 0, 'Trimble Lem', '10368 Westmoor Dr Westminster CO 80021 US', 'US', 'MA-M', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27902, '008042', 0, 'Artesyn Embedded Tech', '2900 S. Diablo Way Tempe AZ 85282 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27903, '70b3d5c08', 0, 'Talleres de Escoriaza SA', 'Barrio Ventas, 35 Irun Gipuzkoa 20305 ES', 'ES', 'MA-S', '2019-01-04', '2019-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27904, '009051', 0, 'Ultimate Tech Corp', '100 RAWSON ROAD VICTOR NY 14564 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27905, '70b3d5063', 0, 'PoolDigital GmbH & Co KG', 'Kaffeegasse, 7 Halsenbach 56283 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27906, '00a06f', 0, 'Color Sentinel Systems, Llc', '97 Ridgeland Rd, Suite #2 ROCHESTER NY 14623 US', 'US', 'MA-L', '1980-01-01', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27907, '00a072', 0, 'Ovation Systems Ltd', 'GREAT HASELEY TRAD. EST. ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27908, '001a0d', 0, 'HandHeld entertainment, Inc', '539 Bryant Street, Suite 403 San Francisco CA 94103 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27909, '806459', 0, 'Nimbus Inc', '1359 Gwanpyeong-dong, Yuseong-gu Daejeon 305-509 KR', 'KR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27910, 'a06cec', 0, 'Rim', 'Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27911, '70b3d512c', 0, 'Cielle S.R.L.', 'VIA TONIOLO, 6 PERO DI BREDA DI PIAVE TREVISO 31030 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27912, '848bcd2', 0, 'Ccx Tech Inc', '408 - 11 Rosemount Ave. Ottawa Ontario K1Y 4R8 CA', 'CA', 'MA-M', '2019-02-26', '2019-02-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27913, '00054c', 0, 'RF Innovations Pty Ltd', '22 Boulder Road Malaga WA 6090 AU', 'AU', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27914, '0015c4', 0, 'Flovel Co, Ltd', 'The Tachihi building No,3 hall, 6-1, Sakae-cho, Tokyo 190-0003 US', 'US', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27915, '00192d', 0, 'Nokia Corp', 'Rensingstraße 15 Bochum NRW 44807 DE', 'DE', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27916, '0022a2', 0, 'Xtramus Tech', '5th Fl., No. 102, Lide St., Zhonghe City Taipei County 235 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27917, '34dbfd', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27918, '0020e0', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '1980-01-01', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27919, '000580', 0, 'FibroLAN Ltd', '2 Hacarmel st., POB 544 Yokneam Illit 20692 IL', 'IL', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27920, '001f6d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27921, '9cd9cb', 0, 'Lesira Manufacturing Pty Ltd', '34 Gemsbok Street Pretoria Gauteng 0186 ZA', 'ZA', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27922, '0050c2203', 0, 'Vocality International Ltd', 'Lydling Barn Shackleford Surrey GU8 6AP GB', 'GB', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27923, '0050c263f', 0, 'Speech Tech Center Ltd', '4 Krasutskogo st. St.Petersburg 196084 RU', 'RU', 'IAB', '2007-01-06', '2017-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27924, '6cdffb0', 0, 'Shenzhen Hdcvt Tech', 'Floor 7, Building 5, Lihe Industrial Park, Songbai Road, Xili Street, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-M', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27925, '489bd5', 0, 'Extreme Networks, Inc', '6480 Via Del Oro San Jose CA 95119 US', 'US', 'MA-L', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27926, '0050c2a22', 0, 'Nippon Manufacturing Service Corp (abbreviated as \'nms\')', 'Tokyo Opera City Tower 11F Shinjuku-ku Tokyo 163-1411 JP', 'JP', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27927, '2c8bf2', 0, 'Hitachi Metals America Ltd', '1920 Zanker Road San Jose CA 95112 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27928, '0018fe', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2006-07-14', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27929, '70b3d53f1', 0, 'Olympus Ndt Canada', '3415 rue Pierre Ardouin Québec Québec G1P 0B3 CA', 'CA', 'MA-S', '2014-04-14', '2019-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27930, '1c21d1b', 0, 'Global Design Solutions Ltd', 'Unit 13 Bristol England BS44ED GB', 'GB', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27931, '70b3d5002', 0, 'Gogo BA', '105 Edgeview Drive Broomfield CO 80021 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27932, 'b0fd0b2', 0, 'Vista Manufacturing', '53345 Columbia Drive Elkhart IN 46514 US', 'US', 'MA-M', '2019-02-13', '2019-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27933, '70b3d56ce', 0, 'Eredi Giuseppe Mercuri Spa', 'via Cupa Vicinale S.Aniello, 88 Naples 80146 IT', 'IT', 'MA-S', '2019-11-23', '2019-11-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27934, '000a92', 0, 'Presonus Corp', '7257 Florida Blvd. Baton Rouge Louisiana 70806 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27935, '0050c2242', 0, 'Mds Sciex', '71 Four Valley Drive Concord Ontario L4K 4V8 CA', 'CA', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27936, '4c1744', 0, 'Amazon Tech Inc', 'P.O. Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-01-29', '2019-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27937, '4cebbd', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2019-05-24', '2019-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27938, '00042f', 0, 'International Communications Products, Inc', '4325 Woodland Park Drive West Melbourne FL 32904 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27939, '70b3d5bbd', 0, 'Providius Corp', '848 Main St E Hamilton Ontario L8M1L9 CA', 'CA', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27940, '001906', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27941, 'f82edb', 0, 'Rtw GmbH & CoKG', 'Am Wassermann 25 Cologne NRW 50829 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27942, '1c8779d', 0, 'Shenzhen Innovaconn Systems Co, Ltd', '1F East of Building D,Science and Technology Park,NO.2 Kefeng Road, Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27943, '00800d', 0, 'Vosswinkel F.U.', 'AM JOSTENHOF 15 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27944, '0013e5', 0, 'Tenosys, Inc', 'Seojin B/D, 1564-1, Seocho-dong, Seoul 137-070 KR', 'KR', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27945, 'b8975a', 0, 'Biostar Microtech Int\'l Corp', '2Fl. No. 108-2, Min Chuan Road, Hsin Tien Dist., New Taipei 231 TW', 'TW', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27946, '24b6fd', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2011-11-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27947, 'da1c21', 0, 'Sesam GmbH', 'Finsterbachstrasse 1 Merching 86504 DE', 'DE', 'CID', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27948, '70b3d5260', 0, 'ModuSystems, Inc', '780 Montague Expressway Suite 203 San Jose CA 95131 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27949, '704ca5', 0, 'Fortinet Inc', '899 Kifer Road Sunnyvale null 94086 US', 'US', 'MA-L', '2017-02-21', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27950, '000579', 0, 'Universal Control Solution Corp', '12843 Foothill Blvd. Sylmar CA 91342 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27951, '002251', 0, 'Lumasense Tech', '3033 Scott Blvd. Santa Clara CA 95054 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27952, '0050c2b1c', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27953, 'a409cb', 0, 'Alfred Kaercher GmbH & Co KG', 'Alfred Kaercher Gmbh & Co KG Winnenden Baden-Wuerttemberg 71364 DE', 'DE', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27954, '70b3d5c16', 0, 'Southern Innovation', '729 Nicholson street Carlton North Victoria 3054 AU', 'AU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27955, '000781', 0, 'Itron Inc', '2818 N. Sullivan Road Spokane WA 99216 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27956, '0050c26ce', 0, 'Emitall Surveillance S.A,', 'Rue du Théâtre 5 Montreux Vaud 1820 CH', 'CH', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27957, 'd42f23', 0, 'Akenori Pte Ltd', '176 Joo Chiat Road, #02-02 Singapore 427447 SG', 'SG', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27958, '0050c20cc', 0, 'AlphaMedia Co, Ltd', 'Technical Center Shimoyamatedori Chuoku Kobe Hyogo JP', 'JP', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27959, '0050c25dc', 0, 'RM Michaelides Software & Elektronik GmbH', 'Donaustrasse 14 Fulda 36043 DE', 'DE', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27960, '0050c26de', 0, 'Laser Tools & Technics Corp', 'No.121, Lane 99 Hsin Chu 300 TW', 'TW', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27961, 'a43e51', 0, 'Anov France', '100 CHEMIN DE BAILLOT MONTAUBAN 82000 FR', 'FR', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27962, '344262', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27963, '009082', 0, 'Force Institute', 'PARK ALLE 345 DK-2605 BROENDBY DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27964, '000b4c', 0, 'Clarion (M) Sdn Bhd', 'Phase 3 Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27965, '407183', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27966, '58e8760', 1, 'Private', '', '', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27967, '68db54', 0, 'Phicomm (Shanghai) Co, Ltd', '3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN', 'CN', 'MA-L', '2017-09-10', '2017-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27968, '501d93', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27969, '001442', 0, 'Atto Corp', '1-25-23 Hongo, Tokyo 113-8425 JP', 'JP', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27970, 'd8b8f6', 0, 'Nantworks', '12230 El Camino Real, Suite 400 San Diego CA 92130 US', 'US', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27971, '70b3d5b3f', 0, 'Orbit International', '80 Cabot Ct Hauppauge NY 11788 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27972, '3432e6', 0, 'Panasonic Industrial Devices Europe GmbH', 'Zeppelinstraße 19 Lüneburg 21337 DE', 'DE', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27973, '70b3d5413', 0, 'Axess AG', 'Sonystrasse 18 Anif Salzburg 5081 AT', 'AT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27974, '684749', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27975, '002517', 0, 'Venntis, Llc', '11301 James Street Holland MI 49424 US', 'US', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27976, 'd806d1', 0, 'Honeywell Fire System (Shanghai) Co,. Ltd', 'No. 430, Li Bing Road, Pudong Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27977, '746a8f', 0, 'VS Vision Systems GmbH', 'Aspelohe 27A Norderstedt Schleswig-Holstein 22848 DE', 'DE', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27978, '885fe81', 0, 'Apoidea Tech Co, Ltd', 'No. 111, Boyun Road Shanghai 201203 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27979, 'd85575', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27980, '70b3d5306', 0, 'Lemz-T, Llc', 'Razvitia pr., 8 Tomsk 634031 RU', 'RU', 'MA-S', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27981, '0040fa', 0, 'Microboards, Inc', '31-8, TAKASECHO,FUNABASHI-CITY CHIBA 273 CHIBA 273 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27982, '0050c25cd', 0, 'Rada Electronics Industries Ltd', '7 Gibory Israel St. Netanya 42504 IL', 'IL', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27983, '00d097', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27984, '4861a3', 0, 'Concern Axion Jsc', '90, M. Gorkogo St. Izhevsk Udmurt Republic 426000 RU', 'RU', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27985, '00eb2d', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2013-01-09', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27986, 'd05af1', 0, 'Shenzhen Pulier Tech Co, Ltd', '3rd Floor, NO. B Buliding, District A, Shajing minzhu jiujiu industrial park , Shenzhen, China Shenzhen Guangdong 518104 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27987, '8c6d50', 0, 'Shenzhen Mtc Co Ltd', '5th Floor, 3rd Building, SHENZHEN MTC Industrial Park, XiaLilang Rd, Nanwan Street, Long’gang District Shenzhen Guangdong 518100 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27988, 'f4de0c', 0, 'Espod Ltd', '6 Marjanishvili St. (Green Building) | 0102 Tbilisi | Georgia Tbilisi Tbilisi 0102 GE', 'GE', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27989, '0050c26d4', 0, 'Etani Electronics Co, Ltd', '1-10-15,Ohmori-Honcho, Ohta-ku, Tokyo 143-0011 JP', 'JP', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27990, '0050c2ce0', 0, 'Industrial Control Links, Inc', '12840 Earhart Ave. Auburn CA 95602 US', 'US', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27991, '001da8', 0, 'Takahata Electronics Co, Ltd', '1188,Kubota,Kubota-machi Yonezawa-shi Yamagata-Pref. 992-0003 JP', 'JP', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27992, 'ccfe3c', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-04-08', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27993, '6499a0', 0, 'AG Elektronik AB', 'Smidesv 12 Staffanstorp 24534 SE', 'SE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27994, 'b04c05', 0, 'Fresenius Medical Care Deutschland GmbH', 'Hafenstr. 9 Schweinfurt 97424 DE', 'DE', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27995, '002058', 0, 'Allied Signal Inc', 'ROUTE 46 TETERBORO NJ 07608 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27996, '0011fc', 0, 'Harting Electronics GmbH', 'Wilhelm Harting Str. 1 Espelkamp Nordrhein Westfalen D-32339 DE', 'DE', 'MA-L', '2004-08-04', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27997, 'f81308', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27998, '847c9b', 0, 'GD Midea Air-Conditioning Equipment Co, Ltd', 'Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong 528311 CN', 'CN', 'MA-L', '2018-12-17', '2018-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(27999, '000bb6', 0, 'Metalligence Tech Corp', '9, Park Avenue II, Science-Based Industr Hsinchu 300 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28000, '001cbd', 0, 'Ezze Mobile Tech, Inc', '3F, Bubmusa Bldg., 151-31 Seoul 135-824 KR', 'KR', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28001, '0050c27d2', 0, 'Bittitalo Oy', 'Lausmaentie 14 RAISIO Finland 21210 FI', 'FI', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28002, '5c254c', 0, 'Avire Global Pte Ltd', '8 Admiralty Street Singapore 757438 SG', 'SG', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28003, '0023d6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28004, '70b3d50e3', 0, 'SinTau SrL', 'Viale Nizza 11 L\'Aquila 67100 IT', 'IT', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28005, 'f43328', 0, 'Cimcon Lighting Inc', '35 Crosby Drive Bedford MA 01730 US', 'US', 'MA-L', '2019-04-01', '2019-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28006, '00c04b', 0, 'Creative Microsystems', '9, AVENUE DU CANADA 91966 LES ULIS---FRANC FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28007, '0012e2', 0, 'Alaxala Networks Corp', '890 Kashimada, Saiwai-ku Kawasaki-shi Kanagawa-ken 212-0058 JP', 'JP', 'MA-L', '2004-11-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28008, '005045', 0, 'Rioworks Solutions, Inc', '4F, NO.28, LANE 583 TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28009, '70b3d564a', 0, 'Netbric Tech Co, Ltd', 'Room 801D, POWER CREATIVE #E, 1st Shangdi BeiJing 100085 CN', 'CN', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28010, '7ce044', 0, 'Neon Inc', '5340 Airport Boulevard Boulder CO 80301 US', 'US', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28011, '70b3d5989', 0, 'Dcns', '40-42 Rue du docteur Finlay PARIS CEDEX 15 75732 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28012, '70b3d549b', 0, 'Algodue Elettronica srl', 'Via Passerina 3/A Fontaneto d\'Agogna Novara 28010 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28013, '08688d', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28014, '00e05d', 0, 'Unitec Co, Ltd', 'KISOGAWA-CHO ICHINOTORI 24 HAGURI-GUN AICHI 493 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28015, '0050c2a48', 0, 'Thales UK Ltd', '1 Linthouse Road Glasgow G51 4BZ GB', 'GB', 'IAB', '2009-02-18', '2017-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28016, '00073e', 0, 'China Great-Wall Computer Shenzhen Co, Ltd', 'Research & Development Center, Kefa Road Shenzhen 518057 CN', 'CN', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28017, '000eee', 0, 'Muco Industrie BV', 'Pleimuiden 12e Amsterdam NH 1046 AG NL', 'NL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28018, '848bcd3', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28019, '006089', 0, 'Xata', '151 EAST CLIFF ROAD-STE.#10 BURNSVILLE MN 55337 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28020, '003030', 0, 'Harmonix Corp', '1755 OSGOOD STREET NORTH ANDOVER MA 01845 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28021, '001bc2', 0, 'Integrated Control Tech Limitied', '11 Canaveral Drive Auckland Auckland 0735 NZ', 'NZ', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28022, '001e54', 0, 'Toyo Electric Corp', '1-39 HIKISAWA KASUGAI AICHI 480-0393 JP', 'JP', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28023, '180675', 0, 'Dilax Intelcom GmbH', 'Alt-Moabit 96b Berlin 10559 DE', 'DE', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28024, '0050c2a6a', 0, 'Infocrossing', '11800 Ridge Parkway Broomfield CO 80021 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28025, 'd40057', 0, 'MC Tech GmbH', 'Kabelkamp 2 Hannover Germany 30179 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28026, '1c88798', 0, 'Toshiba Toko Meter Systems Co, Ltd', '3484, Sakuragaoka, Kurohama Hasuda-shi Saitama 349-0192 JP', 'JP', 'MA-M', '2016-02-05', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28027, '009046', 0, 'Dexdyne, Ltd', '15 MARKET PL. GLOCESTERSHIRE GL7 2PB GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28028, '000ff1', 0, 'nex-G Systems Pte.Ltd', '25 Kallang Ave 339416 SG', 'SG', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28029, '70b3d5f65', 0, 'Markus Labs', 'Potocna 16 Kosice 04001 SK', 'SK', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28030, 'fca89a', 0, 'Sunitec Enterprise Co, Ltd', '3F.,No.98-1,Mincyuan Rd.Sindian City Taipei County 231 231141 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28031, 'ccd539', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28032, '447098', 0, 'Ming Hong Tech (Shen Zhen) Ltd', 'Unit 906,South Block,Resources Tech Building, Shenzhen Guangdong province 518000 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28033, '386077', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2011-07-26', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28034, '70c6ac', 0, 'Bosch Automotive Aftermarket', 'Franz Oechsle Str. 4 Plochingen D-73201 DE', 'DE', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28035, '70b3d53bc', 0, 'SciTronix', 'Neufeld 6a Höchst 6973 AT', 'AT', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28036, 'ba3054', 0, 'George Wilson Industries Ltd', 'Barlow Road, Aldermans Green Industrial Estate Coventry West Midlands CV2 2LD GB', 'GB', 'CID', '2016-08-08', '2016-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28037, '70b3d521a', 0, 'Acutronic Link Robotics AG', 'Calle Venta de la Estrella, 6 Pab. 130 VITORIA-GASTEIZ ALAVA 01003 ES', 'ES', 'MA-S', '2019-01-16', '2019-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28038, '002317', 0, 'Lasercraft Inc', '1450 Oakbrook Drive Norcross GA 30093 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28039, '0050c2bc3', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28040, '00104c', 0, 'Teledyne LeCroy, Inc', '3385 Scott Blvd. Santa Clara CA 95054 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28041, '0050c2f25', 0, 'Samway Electronic Srl', 'Campia Libertatii 46, ap 33 Bucuresti 030375 RO', 'RO', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28042, '78321b', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2017-06-17', '2017-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28043, '0020ae', 0, 'Ornet Data Communication Tech', 'P.O. BOX 323 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28044, '00a01a', 0, 'Binar Elektronik AB', 'MAGNETUAGEN 18 SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28045, '0050c2f59', 0, 'G3 Tech', '2904 Back Acre Circle Mount Airy MD 21771 US', 'US', 'IAB', '2012-03-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28046, '842e27', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28047, '0050e1', 0, 'NS Tech Electronics Sdn Bhd', 'No. 37, Lorong 23, Geylang Singapore 388371 SG', 'SG', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28048, 'c4b512', 0, 'General Electric Digital Energy', '4200 Wildwood Pkwy Atlanta GA 30339 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28049, '0050c2401', 0, 'Promess Inc', '11429 Grand River Road Brighton MI 48116 US', 'US', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28050, 'dc3c84', 0, 'Ticom Geomatics, Inc', '9130 Jollyville Rd. Ste. 300 Austin Texas 78759 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28051, '804971', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-04-08', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28052, '3cca87', 0, 'Iders Inc', '27047 Oakwood Rd Oakbank Manitoba R0E 1J2 CA', 'CA', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28053, '541310', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28054, '00021d', 0, 'Data General Communication Ltd', 'Rm. 18C, Bldg. C, CEIEC Tower CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28055, '0011ee', 0, 'Estari, Inc', '1800 Paxton St Harrisburg PA 17104 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28056, '001e50', 0, 'Battistoni Research', 'PARCO DONICA 56 FISCIANO SALERNO 84084 IT', 'IT', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28057, '002490', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28058, '70b3d5435', 0, 'Wuhan Xingtuxinke ELectronic Co, Ltd', 'NO.C3-8F,Software Park,Optics Valley,East Lake Development Zone,Wuhan,Hubei,China Wuhan Hubei 430074 CN', 'CN', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28059, '0010f1', 0, 'I-O Corp', '2256 SOUTH 3600 WEST SALT LAKE CITY UT 84119 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28060, '00165e', 0, 'Precision I/O', '4005 Miranda Ave., Suite 210 Palo Alto CA 94304-1232 US', 'US', 'MA-L', '2005-11-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28061, '508965', 0, 'Shenzhen Mercury Communication Tech Co, Ltd', '3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28062, '88cc45', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28063, '70b3d5345', 0, 'AT-Automation Tech GmbH', 'Hermann-Boessow-Str. 6-8 Bad Oldesloe D-23843 DE', 'DE', 'MA-S', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28064, '0050c272d', 0, 'Physical Acoustics Corp', '195 Clarksville Road Princeton Junction NJ 08550 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28065, '001ed3', 0, 'Dot Tech Int\'l Co, Ltd', 'Unit 1001, Fourseas Building 208-212, Nathan Road Kowloon HK', 'HK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28066, 'e0589e', 0, 'Laerdal Medical', 'Tanke Svilandsgate 30 Stavanger 4002 NO', 'NO', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28067, '285fdb', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28068, 'd8b377', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City 330 TW', 'TW', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28069, '00600d', 0, 'Digital Logic GmbH', 'Stahlwerkstraße 25 Mudersbach 57555 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28070, '00084e', 0, 'DivergeNet, Inc', '2142 Bering Dr. San Jose CA 95131 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28071, '40d855095', 0, 'Heart Force Medical', '212 - 2112 West Broadway Vancouver BC V6K 2C8 CA', 'CA', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28072, 'a46cc1', 0, 'LTi REEnergy GmbH', 'Heinrich-Hertz-Straße 18 Unna North Rhine-Westfalia 59423 DE', 'DE', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28073, '001bc5074', 0, 'Dynasthetics', '801-484-3820 Salt Lake City UT 84119 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28074, '70b3d57e2', 0, 'Depro Électronique Inc', '755 Cure-Boivin local 22 Boisbriand Quebec J7G2J2 CA', 'CA', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28075, '84e0f43', 0, 'Asl Intercom B.V.', 'Zonnebaan 42 Utrecht 3542EG NL', 'NL', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28076, '0010e1', 0, 'S.I. Tech, Inc', 'P.O. BOX 609 GENEVA IL 60134 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28077, '002669', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28078, 'cc088d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28079, '00fd4c', 0, 'Nevatec', 'Lindaraja 2 Granada 18009 ES', 'ES', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28080, '00b78d', 0, 'Nanjing Shining Electric Automation Co, Ltd', 'NO.699,Laiyinda Road Nanjing Jiangsu 211100 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28081, '54e4bd', 0, 'FN-Link Tech Ltd', '5th Floor, A Building, Haoye Logistics Park, Shugang Channel, Bao\'an District, SHENZHEN GUANGDONG 518000 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28082, '141fbab', 0, 'Newings Communication Co, Ltd', '12F, Block 1, NO 7866, Humin Rd, Minhang District, Shanghai, China Shanghai Shanghai 200000 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28083, '70b3d5db7', 0, 'Pengo Tech Co, Ltd', 'No. 13, Alley 7, Lane 533, Rongxing Road, Bade District Taoyuan City 33463 TW', 'TW', 'MA-S', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28084, '000dc8', 0, 'AirMagnet, Inc', '830 E. Arques Avenue Sunnyvale CA 94085 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28085, '0050c2498', 0, 'Quartet Tech, Inc', '1934 Lakeview Avenue Dracut MA 01826 US', 'US', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28086, '40d855116', 0, 'Uniscan Llc', 'Arbyzova st. 4/26 Novosibirsk NSO 630117 RU', 'RU', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28087, '00029a', 0, 'Storage Apps', '3 Princess Road Lawrenceville NJ 08648 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28088, '0011a4', 0, 'JStream Tech Inc', 'Bldg.53, R405, 195 Sec.4, Chung Hsing Rd. Chutung, Hsinchu 310 TW', 'TW', 'MA-L', '2004-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28089, '2c5a8d', 0, 'Systronik Elektronik u. Systemtechnik GmbH', 'Gewerbestrasse 57 ILLMENSEE 88636 DE', 'DE', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28090, '349342', 0, 'Tte Corp', '7/F, Building 22E 22 Science Park East Avenue Hong Kong Science Park Shatin, N.T. Hong Kong 999077 HK', 'HK', 'MA-L', '2018-08-22', '2018-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28091, '00024f', 0, 'Ipm Datacom S.R.L.', 'Via Roma, 231 Naples IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28092, '001dad', 0, 'Sinotech Engineering Consultants, Inc Geotechnical Enginee', 'Basement No.7 Lane 26, Yat-Sen Rd. Taipei 110 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28093, 'a4ae9a', 0, 'Maestro Wireless Solutions Ltd', '3603-9, 36/F Sai Ying Pun HK', 'HK', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28094, '1c1448', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2011-03-17', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28095, '144319', 0, 'Creative&Link Tech Ltd', 'ROOM 704 HONG JIN GE BLD. NO.3018,YANHE SOUTH ROAD Shenzhen Guangdong 518002 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28096, 'a0224ec', 0, 'Standartoptic, Ltd Liability Co', 'Moskovsky p, 22nd kilometer Kievskoe highway, house 4, building 1 floor 9 Block B office 903? Moscow 108811 RU', 'RU', 'MA-M', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28097, '002127', 0, 'TP-Link Tech Co, Ltd', 'South Building, No.5 Keyuan Road, Central Zone, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28098, '0021f0', 0, 'Ew3 Tech Llc', '114 E 11th St Connersville IN 47331 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28099, '1c76ca', 0, 'Terasic Tech Inc', '9F., No.176, Sec.2, Gongdao 5th Rd Hsinchu City 30070 TW', 'TW', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28100, '80e4da', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-02-07', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28101, '1ceec9', 0, 'Elo touch solutions', '1033 McCarthy Boulevard Milpitas CA 95035 US', 'US', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28102, 'fcd2b66', 0, 'Cirque Audio Tech Co, Ltd', 'No.2 Road BeiYiHeng,HuangJiaBao Industrial Park,ShiPai Town,DongGuan City,GuangDong,China DongGuan GuangDong 523000 CN', 'CN', 'MA-M', '2018-12-27', '2018-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28103, '000e68', 0, 'E-Top Network Tech Inc', 'No. 7, Shin Shin Rd., Tainan 702 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28104, '002405', 0, 'Dilog Nordic AB', 'Faktorvägen 9 Kungsbacka Halland 439 34 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28105, '040ec2', 0, 'ViewSonic Mobile China Ltd', 'Room 601, The Gate Tower B, No.19, Zhongguancun Street, Haidian District Beijing 100080 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28106, '304487', 0, 'Hefei Radio Communication Tech Co, Ltd', 'No.108, YinXing Road, High-tech Development Zone Hefei Anhui 230088 CN', 'CN', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28107, '843838', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2014-02-25', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28108, '3c286d', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2018-08-28', '2018-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28109, '542bde', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-06-19', '2019-06-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28110, '006967b', 0, 'Datapan d.o.o.', 'Velika Pot 19 Solkan 5250 SI', 'SI', 'MA-M', '2019-09-26', '2019-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28111, '00d08d', 0, 'Phoenix Group, Inc', '123 MARCUS BLVD. HAUPPAUGE NY 11788 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28112, '001f24', 0, 'Digitview Tech Co, Ltd', 'NO. 14-22, TIAN-FU , TAIPEI COUNTY 237 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28113, '0050c24f5', 0, 'Monroe Electronics, Inc', '100 Housel Avenue Lyndonville NY 14098 US', 'US', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28114, '70b3d5a56', 0, 'Dorlet Sau', 'Albert Eistein 34 Alava SPAIN 01510 ES', 'ES', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28115, '60b617', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2014-01-12', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28116, '38e98c', 0, 'Reco S.p.A.', 'via dell\'Industria, 8 Montano Lucino CO 22070 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28117, '70b3d58e3', 0, 'Dorlet Sau', 'Albert Eistein 34 Alava SPAIN 01510 ES', 'ES', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28118, '846fce', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28119, '000025', 0, 'Ramtek Corp', '810 W. MAUDE AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28120, '00053c', 0, 'Xircom', '2300 CORPORATE CENTER DR. THOUSAND OAKS CA 91320 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28121, 'acbeb6', 0, 'Visualedge Tech Co, Ltd', '13FL.-1 No. 716, Zhongzheng Road, Zhonghe City, Taipei County, 23511 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28122, 'ac6175', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28123, 'f023b92', 0, 'Raysgem Electronics and Tech CoLtd', '4th Floor, Block2 HuafengIndustrial park for Oversea Students Baolong 1st Road Longgang Shenzhen Guangdong 518118 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28124, 'a83fa1a', 0, 'Shanghai East China Computer Co, Ltd', '27/F Tower B, No.391 Guiping Rd Shanghai Shanghai 200233 CN', 'CN', 'MA-M', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28125, '508cf5', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2018-08-10', '2018-08-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28126, '70b3d5fb9', 0, 'Eyedea', 'Rm.367, 3Fl., Enterprise Support Hub, 815, Daewangpangyo-ro, Sujeong-gu Seongnam-si Gyeonggi-do 13449 KR', 'KR', 'MA-S', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28127, '00e08b', 0, 'QLogic Corp', '26600 Laguna Hills Dr. Aliso Viejo CA 92656 US', 'US', 'MA-L', '1980-01-01', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28128, '001f56', 0, 'Digital Forecast', '5th Fl., 507, E&C Venture Dream Tower III, 197-33 Seoul Gyunggi-do 152-719 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28129, '889d98', 0, 'Allied Telesis K.K.', '7-21-11 Nishi-Gotannda Shinagawa-ku Tokyo 141-0031 JP', 'JP', 'MA-L', '2019-05-23', '2019-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28130, '44cb8b', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28131, 'b0d7cc', 0, 'Tridonic GmbH & Co KG', 'Färbergasse 15 Dornbirn Vorarlberg 6851 AT', 'AT', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28132, '4865ee2', 0, 'CaptionCall', '4215 Riverboat Road Salt Lake City UT 84123 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28133, '481063', 0, 'Ntt Innovation Institute, Inc', '1950 University Avenue, Suite 600 East Palo Alto CA 94303 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28134, 'a41163b', 0, 'Moog Music Inc', '160 Broadway St Asheville NC 28801 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28135, '006058', 0, 'Copper Mountain Communications, Inc', '6650 LUSK BLVD.-STE #B103 SAN DIEGO CA 92121 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28136, '0050c2ee1', 0, 'Procon Electronics', 'PO Box 164 Sydney NSW 1730 AU', 'AU', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28137, '0020bb', 0, 'Zax Corp', '20-12 OGIKUBO 5-CHOME 167 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28138, '149090', 0, 'KongTop industrial(shen zhen)Co, Ltd', 'xinwuyuan,gushu,Xixiang,Baoan, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28139, '900eb3', 0, 'Shenzhen Amediatech Tech Co, Ltd', '2th floor, block A, building B, Minsheng Industrial Zone, Longhua District Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28140, '0050ae', 0, 'Fdk Co, Ltd', '2281 Washizu Shizuoka-ken 431-0495 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28141, '00156c', 0, 'Sane System Co, Ltd', '0-2 Heungan-daero 439 beon-gil Dongan-gu Anyang-si Kyunggi-do 431-804 KR', 'KR', 'MA-L', '2005-08-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28142, '1013ee', 0, 'Justec International Tech Inc', '7F-2 No 113 Zihyou Road Hsinchu City 30041 TW', 'TW', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28143, '647002', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan, Shenzhen Guangdong Province, 518057 CN', 'CN', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28144, '30786b', 0, 'Tianjin Golden Pentagon Electronics Co, Ltd', 'No. 196 Rixin Road, Binhai Science Park, Tianjin 300457 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28145, '2c265fe', 0, 'Hysentel Tech Co, Ltd', 'Floor 2 Building L No.26# 2 xiang Shenzhen Guangdong 518101 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28146, '40a36b1', 0, 'TW-TeamWare', 'Via Pindaro, 19 Milano 20128 IT', 'IT', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28147, '804e70', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28148, '009026', 0, 'Advanced Switching Communications, Inc', '8330 BOONE BOULEVARD--5TH FL. VIENNA VA 22182 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28149, '0050c2354', 0, 'Advanced IP Communications', '1909 N. Glenville Suite 100 Richardson TX 75081 US', 'US', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28150, '90f891', 0, 'Kaonmedia Co, Ltd', '884-3, Seongnam-daero, Bundang-gu Seongnam-si Gyeonggi-do 13517 KR', 'KR', 'MA-L', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28151, 'f88a3c9', 0, 'withus', 'Rua Dr. Mario Sacramento Ed. Colombo II N22 Aveiro 3810-106 PT', 'PT', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28152, '805e0c', 0, 'Yealink(Xiamen) Network Tech Co, Ltd', '309, 3th Floor, No.16, Yun Ding North Road, Huli District xiamen Fujian 361015 CN', 'CN', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28153, '142a14', 0, 'ShenZhen Selenview Digital Tech Co, Ltd', '615,Block A,Huafeng internet Creative Park,107 Gonghe Industrial Road,Baoan District,Shenzhen,China Shenzhen Guangdong 518102 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28154, '0050c2f1d', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28155, '141357', 0, 'Atp Electronics, Inc', '2590 North First Street Suite 150 San Jose CA 95131 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28156, '445f7a', 0, 'Shihlin Electric & Engineering Corp', '16F NO.88, SEC, 6, CHUNG SHAN N. RD., TAIPEI HsinChu HsinFun Shiang 304 TW', 'TW', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28157, '0050c2fa4', 0, 'Jasmine Systems Inc', '50 Charles Lindbergh Blvd. Suite 411 Uniondale New York 11553 UNITED STATES US', 'US', 'IAB', '2012-08-13', '2012-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28158, '70b3d56b0', 0, 'Ptype Co, Ltd', 'B121, B-dong, Keumkang Penterium IT Tower, 810, Gwanyand 2-dong, Dongan-gu Anyang-si Gyeonggi-do 14056 KR', 'KR', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28159, '0c73eb', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28160, '1cc3eb', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28161, '0030bd', 0, 'Belkin Components', '501 WEST WALNUT STREET COMPTON CA 90220 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28162, 'a09a5a', 0, 'Time Domain', '330 Wynn Drive Huntsville AL 35805 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28163, '704e66', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28164, 'f89910', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28165, '0050c2e59', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28166, 'acd364', 0, 'Abb Spa, Abb Sace Div.', 'V.LE DELL\'INDUSTRIA, 18 VITTUONE MI 20010 IT', 'IT', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28167, '4403772', 0, 'Exsom Computers Llc', 'Office 3206, The Citadel Tower, Business Bay Dubai Dubai 72891 AE', 'AE', 'MA-M', '2019-08-19', '2019-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28168, '0050c244b', 0, 'Solace Systems, Inc', '555 Legget Drive Kanata Ontario K2K 2X3 CA', 'CA', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28169, 'cc3429', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28170, 'cc2d83', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28171, '70b3d57f4', 0, 'Kst Tech', '164-1, KST b/d., Bangi-dong, songpa-gu SEOUL N/A 138-050 KR', 'KR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28172, '645d86', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28173, 'c81e8e', 0, 'Adv Security (S) Pte Ltd', '56 Dunlop Street 209386 SG', 'SG', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28174, 'c44e1f', 0, 'BlueN', '121-122 3F Daegu Korea 700-809 KR', 'KR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28175, 'b8f74a', 0, 'Rcntec', 'Polkovaya street 3 Moscow 127018 RU', 'RU', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28176, '549b72', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2018-08-15', '2018-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28177, '44c65d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28178, '0050c2e1c', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28179, 'ec1a59', 0, 'Belkin International Inc', '12045 East Waterfront Drive Playa Vista Ca. 90094 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28180, '8039e5', 0, 'Patlite Corp', '19-2 SANDA HYOUGOKEN 669-1339 JP', 'JP', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28181, '70b3d5250', 0, 'Datum Electronics Ltd', 'Needles Building East Cowes Isle of Wight PO32 6RF GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28182, '78c2c0e', 0, 'Huwomobility', '1196 Borregas Ave, Suite 100 Sunnyvale California 94089 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28183, '0050c272e', 0, 'Sncf Eim Pays DE Loire', '2 AVENUE DE BRETAGNE LE MANS SARTHE 72100 FR', 'FR', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28184, '001d4f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2007-08-18', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28185, '001746', 0, 'Freedom9 Inc', '4140B SLADEVIEW CRE., MISSISSAUGA, Ontario L5L6A1 CA', 'CA', 'MA-L', '2006-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28186, '001d93', 0, 'Modacom', 'Jinsuk Building 1536-7 Seoul 137-073 KR', 'KR', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28187, '0050c2e6e', 0, 'Power-One Italia S.p.A', 'Via San Giorgio 642 Terranuova Bracciolini Arezzo 52028 IT', 'IT', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28188, '4422f1', 0, 'S.Fac, Inc', 'Bldg A203 Techno2 ro 187 Yuseong-Gu Daejeon 34025 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28189, '000cae', 0, 'Ailocom Oy', 'Hatanpaan valtatie 24 TAMPERE FIN 33950 FI', 'FI', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28190, '001478', 0, 'TP-Link Tech Co, Ltd', '3/F,Bldg.R1-B,Hi-tech Industrial Park, ShenZhen GuangDong 518057 CN', 'CN', 'MA-L', '2005-05-07', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28191, '000f71', 0, 'Sanmei Electronics Co, Ltd', '2-2-1,Seikai,Shimizu Shizuoka 424-0924 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28192, '0050c2346', 0, 'biokeysystem', '2f, 170-13, guro3-dong, guro-gu seoul 152-847 KR', 'KR', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28193, 'e481b3', 0, 'Shenzhen Act Industrial Co, Ltd', 'NO.5 B/D,BEISHAN INDUSTRIAL PARK,BEISHAN R/D, Shenzhen Guangdong 518083 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28194, '006073', 0, 'Redcreek Communications, Inc', '3900 NEWPARK MALL ROAD NEWARK CA 94560 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28195, '00c08c', 0, 'Performance Tech, Inc', '315 SCIENCE PARKWAY ROCHESTER NY 14620 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28196, '208058', 0, 'Ciena Corp', '7035 Ridge Road Hanover MD 21076 US', 'US', 'MA-L', '2019-06-18', '2019-06-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28197, '08004e', 0, '3com Europe Ltd', '3COM CENTRE vvvvv UNITED KINGDOM GB', 'GB', 'MA-L', '1998-04-22', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28198, '447da5', 0, 'Vtion Information Tech (Fujian) Co, Ltd', 'Room 502, Wing A, World Trade Center Beijing, CN', 'CN', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28199, '70b3d52ca', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28200, '00300f', 0, 'Imt - Information Management T', 'Gewerbestrasse 8 CH-9470 Buchs CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28201, '7c95b1', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2016-08-05', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28202, '0025a8', 0, 'Kontron (BeiJing) Tech Co, Ltd', '17 Building, Block #1,ABP. 188 Western South 4th Ring Road BeiJing 100070 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28203, '90f652', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan, Shenzhen Guangdong Province, 518057 CN', 'CN', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28204, '64fb81b', 0, 'Sichuan Haige Actec Communication Tech Co, Ltd', '8 Mintai Road, Youxian District, Mianyang City, Sichuan Mianyang City Sichuan 621022 CN', 'CN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28205, '9405bb8', 0, 'iungo', 'Vrouwenlaan 62 Zwolle Overijssel 8017 HS NL', 'NL', 'MA-M', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28206, '0050c2152', 0, 'AirVast Tech Inc', '22F, No. 1247, Chung-Chang Rd. Tao Yuan TW', 'TW', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28207, '000b0d', 0, 'Air2U, Inc', 'No. 5-1 Innovation Rd 1, Science-based P Hsin-Chu Taiwan 300 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28208, '30fe31', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28209, 'e0cbee', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28210, '383a21', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28211, '0050c2d53', 0, 'Telemerkki Oy', 'Raturinkuja 10-12 Jokela Tuusula 05400 FI', 'FI', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28212, '00154a', 0, 'Wanshih Electronic Co, Ltd', '3F 72, WU KONG 6th RD., TAIPEI HSIEN TAIWAN 248 TW', 'TW', 'MA-L', '2005-07-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28213, 'fc1fc0', 0, 'Eurecam', 'BAT 9 - Miniparc LES ULIS 91940 FR', 'FR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28214, '9c8bf1', 0, 'The Warehouse Ltd', 'Suite 601, City Point, 1600 Zhonghua Road, Huangpu District Shanghai 200010 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28215, '70b3d567e', 0, 'Season Electronics Ltd', '600 Nest Business Park Havant Hampshire PO9 5TL GB', 'GB', 'MA-S', '2019-09-03', '2019-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28216, '001992', 0, 'Adtran Inc', '901 Explorer Blvd. Huntsville AL 35806-2807 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28217, '286ab8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-06-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28218, '0050c2cde', 0, 'Axotec Tech GmbH', 'Sudetenstraße 88 Geretsried Bavaria 82538 DE', 'DE', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28219, 'f09cd7', 0, 'Guangzhou Blue Cheetah Intelligent Tech Co, Ltd', 'Panyu District, Guangzhou City Panyu Avenue North 555 Panyu Energy Technology Park,Industry Building 2 seats 406-407 Guangzhou Guangdong 511400 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28220, 'e41e0a', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-01-22', '2019-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28221, '549209', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28222, 'e0ccf8', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28223, '080063', 0, 'Plessey', 'PLESSEY - UK LIMITED JAMAICA NY 11434 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28224, '0050c2515', 0, 'Monaghan Engineering, Inc', '862 Las Colinas Drive Dripping Springs Texas 78620 US', 'US', 'IAB', '2005-10-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28225, '18d66a', 0, 'Inmarsat', '99 City Road London EC1Y 1AX GB', 'GB', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28226, '7419f84', 0, 'Cloudvue Tech Corp', '830 Stewart Drive, Suite 115 Sunnyvale CA 94085 US', 'US', 'MA-M', '2014-01-20', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28227, '0020e7', 0, 'B&W Nuclear Service Co', 'SPECIAL PRODUCTS & INTEG.SVCS. LYNCHBURG VA 24502 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28228, '004000', 0, 'Pci Componentes DA Amzonia Ltd', 'RUA JOSEF KRYSS 01140 BRASIL BR', 'BR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28229, '00031c', 0, 'Svenska Hardvarufabriken AB', 'Ole Romersvag 16, Ideon SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28230, '244e7be', 0, 'WithWin Tech ShenZhen Co, Ltd', '29F, East Tower, NanShan Digital Technology & Cultural Industry Park, ShenNan Throughfare10128# ShenZhen China 518000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28231, 'd4909c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28232, '0060fd', 0, 'NetICs, Inc', '42 NAGOG PARK ACTON MA 01720 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28233, '001015', 0, 'OOmon Inc', 'PO BOX 8241 COBURG OR 97408 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28234, 'd076507', 0, 'Encored Tech, Inc', '8F KTS, 215 Bongeunsa-ro Seoul 135-831 KR', 'KR', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28235, '70b3d599f', 0, 'Confed Holding B.V.', 'Beurtschipper 2-4 Nijkerk n.a. 3861SC NL', 'NL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28236, '70b3d5237', 0, 'Sikom AS', 'Neptunvegen 6 Verdal 7652 NO', 'NO', 'MA-S', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28237, '000be8', 0, 'Aoip', '6 rue Maryse BASTIE COURCOURONNES Idf 91080 FR', 'FR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28238, '0050c2c6f', 0, 'Msb Elektronik und Geraetebau GmbH', 'Hofwiesenstr. 23 Crailsheim BaWue 74564 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28239, '0024ad', 0, 'Adolf Thies GmbH & Co KG', 'Hauptstraße 76 Göttingen 37083 DE', 'DE', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28240, '785f4c', 0, 'Argox Information Co, Ltd', '7F, No.126, Lane 235, Baoqiao Rd., Xindian Dist. New Taipei City Taipei 231 TW', 'TW', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28241, '70b3d5654', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62901 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28242, '70b3d516f', 0, 'NimbeLink Corp', '3131 Fernbrook LN N, Ste 100 Plymouth MN 55447 US', 'US', 'MA-S', '2016-12-27', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28243, '70b3d55ba', 0, 'Infrasafe/ Advantor Systems', '12612 CHALLENGER PARKWAY ORLANDO FL 32826 US', 'US', 'MA-S', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28244, '001e3d', 0, 'Alps Electric Co, Ltd', '1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP', 'JP', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28245, '0021de', 0, 'Firepro Wireless', '27, Zamrudpur Community Center, New Delhi Haryana 110020 IN', 'IN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28246, '00092e', 0, 'B&Tech System Inc', '#601, Seo-Jung B/D, 830-24, Youksam-Dong Seoul KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28247, 'd8d385', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2010-01-05', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28248, '0050c2f7b', 0, 'Mcm Electronics', 'Unit 3 / 10 Abel St Sydney NSW 2750 AU', 'AU', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28249, 'b4ef39', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28250, '18f76b', 0, 'Zhejiang Winsight Tech Co, Ltd', 'No.3339 Linggongtang Road,NanHu District Jiaxing Zhejiang 314000 CN', 'CN', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28251, 'e4b2fb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28252, '00e0eb', 0, 'Digicom Systems, Inc', '188 TOPAZ STREET MILPITAS CA 95035 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28253, '0090ac', 0, 'Optivision, Inc', '3450 HILLVIEW AVENUE PALO ALTO CA 94304 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28254, '983071', 0, 'Daikyung Vascom', 'DAIKYUNG Bldg.#1164-15,Gaepo-dong Gangnam-gu Seoul 135-960 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28255, 'c4c755', 0, 'Beijing HuaqinWorld Tech Co, Ltd', '30F,Beijing Silver Tower,No.2 North Road, Beijing 100027 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28256, '288023', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2014-03-11', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28257, '60af6d', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28258, '1c1fd4', 0, 'LifeBEAM Tech Ltd', '150 Greenwich st 4WTC - 29th floor New York NY 10007 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28259, '00e051', 0, 'Talx Corp', '1850 BORMAN COURT ST. LOUIS MO 63146 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28260, '000bda', 0, 'EyeCross Co, Inc', '3F Iioka-Building Tokyo Ueno Taitoh-ku 3-4-1 110-0005 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28261, '7c2edd', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28262, 'd0d783', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28263, '001a4e', 0, 'Nti AG / LinMot', 'Haerdlistrasse 15 Spreitenbach AG 8957 CH', 'CH', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28264, '0050c2ee6', 0, 'B:Tech, a. s.', 'U Borove 69 Havlickuv Brod 580 01 CZ', 'CZ', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28265, '001b7a', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2007-02-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28266, '00213c', 0, 'AliphCom', '150 Executive Park Blvd San Francisco CA 94134 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28267, '70b3d5bc6', 0, 'Hatteland Display AS', 'Pb. 446 Alnabru Oslo Oslo N-0614 NO', 'NO', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28268, '78d8008', 0, 'Salunda Ltd', '6 Avonbury Business Park, Howes Lane Bicester Oxon Ox26 2UA GB', 'GB', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28269, '18dfb4', 0, 'Bosung Powertec Co, Ltd', '70, Daechang-gil, Judeok-eup Chungju-si Chungcheongbuk-do 27463 KR', 'KR', 'MA-L', '2018-10-23', '2018-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28270, '2c1a01', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28271, '0060c0', 0, 'Nera Networks AS', 'Kokstadveien 23 Bergen 5020 NO', 'NO', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28272, '00d00d', 0, 'Micromeritics Instrument', 'CORPORATION NORCROSS GA 30093-1877 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28273, '001334', 0, 'Arkados, Inc', '948 US HWY 22 North Plainfield NJ 07060 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28274, '0050c2a79', 0, 'Saintronic', 'Parc Atlantique Saintes France 17100 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28275, 'c80258', 0, 'Itw Gse ApS', 'Smedebakken 31-33 Odense N 5270 DK', 'DK', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28276, 'c46bb4', 0, 'myIDkey', '65 Enterprise Aliso Viejo CA 92656 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28277, 'f02a23', 0, 'Creative Next Design', '6-6-15, Kaminopporo 3-jo, Sapporo-shi Hokkaido 004-0033 JP', 'JP', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28278, '40c81f', 0, 'Shenzhen Xinguodu Tech Co, Ltd', 'F17A, JinSong Building, Tairan Industrial & Trade Park, Chegongmiao, Shennan Road,Futian District Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28279, '0050c215d', 0, 'Cepheid', '904 Caribbean Drive Sunnyvale CA 94089 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28280, '0012da', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28281, '483b38', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28282, 'f42012', 0, 'Cuciniale GmbH', 'Heuriedweg 65 Lindau 88131 DE', 'DE', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28283, '188ef9', 0, 'G2c Co Ltd', '1004,1591-9, K-Center Kwanyang Dong Anyang Si Kyeonggido 431-815 KR', 'KR', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28284, '0050c2398', 0, 'Inhand Electronics, Inc', '30 W. Gude Drive Rockville MD 20850 US', 'US', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28285, '0050c2d4d', 0, 'Yardney Technical Products Inc', '82 Mechanic Street Pawcatuck Connecticut 06379 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28286, '683eec', 0, 'Ereca', '75, Rue d'Orgemont Saint GRATIEN 95210 FR', 'FR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28287, '006022', 0, 'Vicom Systems, Inc', '1961 LANDINGS DRIVE MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28288, '000458', 0, 'Fusion X Co, Ltd', '#905 Hansol Techno Town Zip 435-030 KR', 'KR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28289, 'b0bb8b', 0, 'Wavetel Tech Ltd', 'ROOM 1611B, 16/F, HO KING COMMERCIAL CENTRE, 2-16 FAYUEN STREET, MONGKOK, KOWLOON HONGKONG 999077 CN', 'CN', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28290, '70b3d5cfa', 0, 'Shanghai Reacheng Communication Tech Co, Ltd', '2nd Floor of Building 1, No. 80,Lane 1505 Zuchongzhi Road Shanghai Shanghai 201203 CN', 'CN', 'MA-S', '2019-06-03', '2019-06-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28291, '002209', 0, 'Omron Healthcare Co, Ltd', '24 Yamanoshita-cho Yamanouchi Kyoto 6150084 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28292, '40d85511f', 0, 'Kompan Pawel Sokolowski', 'Radomska 29 Starachowice Swietokrzyskie 27-200 PL', 'PL', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28293, 'a4307a', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2019-10-05', '2019-10-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28294, 'a0224eb', 0, 'All Inspire Health Inc', '19 Morris Avenue, Building 128, Cumberland Gate Brooklyn NY 11205 US', 'US', 'MA-M', '2019-10-08', '2019-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28295, 'b41a1d', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28296, '0050c2ef9', 0, 'Horiba Abx Sas', 'rue du caducee Montpellier Herault 34000 FR', 'FR', 'IAB', '2011-12-14', '2017-04-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28297, '7817be', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28298, '2c3996', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR', 'FR', 'MA-L', '2013-01-16', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28299, '70b3d5b05', 0, 'E-Plus Tech Co, Ltd', '21F, NO.1-145, Zhonghua Rd. Tainan Yongkang Dist 71084 TW', 'TW', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28300, '00f82c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28301, 'a411638', 0, 'Dspread Tech (Beijing) Inc', 'Jingxin Building, 2045 Suite , Chaoyang District Beijing 100027 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28302, 'f023b9', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28303, '00246f', 0, 'Onda Communication spa', 'via del lavoro 9 pordenone 33170 IT', 'IT', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28304, '14b484', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28305, '000b5b', 0, 'Rincon Research Corp', '101 N. Wilmot Rd. Tucson AZ 85711 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28306, 'd0574c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28307, '744401', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28308, '04d16e7', 0, 'Envision Energy', '8/F, Building B, SOHO Zhongshan Plaza, 1065 West Zhongshan Road Shanghai 200051 CN', 'CN', 'MA-M', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28309, '0002c8', 0, 'Technocom Communications Tech (pte) Ltd', '189 Kaki Buckit Avenue 1 Singapore 416029 SG', 'SG', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28310, '00d0dd', 0, 'Sunrise Telecom, Inc', '22 GREAT OAKS BLVD. SAN JOSE CA 95119 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28311, '00114d', 0, 'Atsumi Electric Co, Ltd', '4-2-2 Shin-Miyakoda, Kita-ku Hamamatsu Shizuoka 431-2103 JP', 'JP', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28312, '0050c2d33', 0, 'Maddalena S.p.A', 'via G.B. Maddalena 2/4 Povoletto UD 33040 IT', 'IT', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28313, '2c073c', 0, 'Devline Ltd', 'FLAT/RM A9,9/F SILVERCORP INT TOWER HONGKONG 999077 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28314, '70b3d55ab', 0, 'Sea Air and Land Communications Ltd', '10 Magdala Place Christchurch Canterbury 8024 NZ', 'NZ', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28315, '000329', 0, 'F3, Inc', '2F, No. 7, Industry E. Rd. 9, Hsinchu TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28316, '08003a', 0, 'Orcatech Inc', '2680 QUEENSVIEW DRIVE CANADA K2B 8H6 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28317, '0090ba', 0, 'Valid Networks, Inc', '6 CROMWELL #102 IRVINE CA 92618 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28318, '0050c2b00', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28319, '0050c2d27', 0, 'Fr. Sauter AG', 'Im Surinam 55 Basel BS CH4016 CH', 'CH', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28320, '0c4f5a', 0, 'Asa-RT s.r.l.', 'Strada del Lionetto 16/a Torino To 10146 IT', 'IT', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28321, '40a5ef', 0, 'Shenzhen Four Seas Global Link Network Tech Co, Ltd', 'Room 607-610, Block B, TAOJINDI Electronic Business Incubation Base Tenglong Road, Longhua District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-01-23', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28322, '008057', 0, 'Adsoft, Ltd', 'Im Baumgarten 6 MOHLIN CH-4313 CH', 'CH', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28323, '0002c6', 0, 'Data Track Tech Plc', '153 Somerford Road UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28324, '70b3d5d43', 0, 'Ezsys Co, Ltd', 'E-914,E-915, 60, Haan-ro(Soha-dong, Gwangmyeong SK Technopark) Gwangmyeong-si Gyeonggi-do 14322 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28325, '70b3d5240', 0, 'Orlaco Products B.V.', 'Albert Plesmanstraat 42 Barneveld 3772MN NL', 'NL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28326, '001736', 0, 'iiTron Inc', '88 Mercy St. Mountain View CA 94041 US', 'US', 'MA-L', '2006-01-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28327, 'd404ff', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28328, '001b20', 0, 'TPine Tech', '3F, No.1, AN-I Rd, Keelung 111 TW', 'TW', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28329, 'a0d3c1', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-09-22', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28330, '8c4db9', 0, 'Unmonday Ltd', 'Laivakatu 3 Helsinki Uusimaa 00150 FI', 'FI', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28331, '04c3e69', 0, 'Ekin Teknoloji San ve Tic A.S.', 'maden mah. gediz. sok. no:7, sariyer istanbul 34450 TR', 'TR', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28332, '00c033', 0, 'Telebit Communications Aps', 'SKANDERBORGVEJ 234 DK', 'DK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28333, '0050c2506', 0, '7+ Kft', 'Homoród 17 Budapest magyarország 1118 HU', 'HU', 'IAB', '2005-09-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28334, '0050c2a1a', 0, 'Ddl', '6F AFT BLDG. SAPPORO HOKKAIDO 060-0035 JP', 'JP', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28335, 'f8a9d0', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2013-12-13', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28336, 'ec8ca2', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28337, '70b3d5758', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28338, '000959', 0, 'Sitecsoft', '7th Gugu BD. 145-18 Samsung-Dong Seoul Seoul 135-090 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28339, '001e81', 0, 'Cnb Tech Inc', '#701 Star Valley, 60-11 Gasan-Dong, Seoul 153777 KR', 'KR', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28340, '783d5b', 0, 'Telnet Redes Inteligentes S.A.', 'Polígono Industrial Centrovía La Muela Zaragoza 50198 ES', 'ES', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28341, '88fed6', 0, 'ShangHai WangYong Software Co, Ltd', 'Shanghai Pudong Zhangjiang Hi-Tech Park, Pudong Software Park 22301-283 ShangHai 201203 CN', 'CN', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28342, '000045', 0, 'Ford Aerospace & Comm. Corp', 'COLORADO SPRINGS OPERATION COLORADO SPRINGS CO 80908 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28343, '000719', 0, 'Mobiis Co, Ltd', '277-1, Shinhwa Bldg. 4F Seoul, KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28344, 'd8860b9', 0, 'Digital Concepts', '3108 RIVERPORT TECH CENTER DR MARYLAND HEIGHTS MO 630434825 US', 'US', 'MA-M', '2018-11-09', '2018-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28345, '70b3d56f0', 0, 'iTelaSoft Pvt Ltd', 'No. 02, Balapokuna Road Colombo 06 00600 LK', 'LK', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28346, '9c69b40', 0, 'Suzhou Fitcan Tech Co, Ltd', 'Kechuang Road Suzhou City Jiangsu Province 215163 CN', 'CN', 'MA-M', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28347, '70b3d5e55', 0, 'Belt S.r.l.', 'Corso Vinzaglio, 2 Torino TO 10121 IT', 'IT', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28348, '6891d0c', 0, 'Spraying Systems Co', 'North Ave. and Schmale Road P.O. Box 7900 Wheaton IL 60187-7901 US', 'US', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28349, '00c051', 0, 'Advanced Integration Research', '2188 DEL FRANCO STREET SAN JOSE CA 95131 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28350, '0050c27b3', 0, 'Elmec Inc', '229 Billerica Road Chelmsford Mass 01824 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28351, '4c32d9', 0, 'M Rutty Holdings Pty. Ltd', 'Unit 1, 4 Beaumont Road Mount Kuring-Gai New South Wales 2080 AU', 'AU', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28352, 'a09d91', 0, 'SoundBridge', '#810, IT Convergence Industrial Bldg. 47, Gyeongdae-ro 17-Gil, Buk-gu, Daegu 41566 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28353, '0050c26cb', 0, 'Stream Processors', '455 DeGuigne Drive Sunnyvale, CA 94085 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28354, '24f2dd', 0, 'Radiant Zemax Llc', '22908 NE Alder Crest Dr NE Ste 100 Redmond WA 98053 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28355, '7ccbe2d', 0, 'optilink networks pvt Ltd', '501/502, sanjona complex, hemu kalani marg, chembur mumbai maharashtra 400071 IN', 'IN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28356, '98a40e', 0, 'Snap, Inc', '64 Market Street Venice CA 90291 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28357, 'a83fa1e', 0, 'Guangzhou Navigateworx Tech Co, Ltd', 'Room 2320, Qianjin Commercial Building, Dongpu Town Guangzhou Guangdong 510660 CN', 'CN', 'MA-M', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28358, '70b3d579d', 0, 'Editech Co, Ltd', '284, Gongdan-ro Gunpo-si Gyeonggi-do 15809 KR', 'KR', 'MA-S', '2019-01-17', '2019-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28359, 'd0c857c', 0, 'Dante Security Inc', '303 MERRICK RD., Unit 208 LYNBROOK NY 11563 US', 'US', 'MA-M', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28360, '0011df', 0, 'Current Energy', '5440 Harvest Hill, Ste 100 Dallas TX 75230 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28361, '404d8e', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28362, '8c705a', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28363, '042758', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28364, '3cf591', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28365, '70b3d54ab', 0, 'Truteq Wireless (Pty) Ltd', 'Ameton House Centurion Gauteng 0157 ZA', 'ZA', 'MA-S', '2018-10-10', '2018-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28366, '0012d2', 0, 'Texas Instruments', '12500 TI Boulevard Dallas 75243 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28367, '002450', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28368, '88ae1d', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 25, THE 3RD STREET KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28369, 'fc539e', 0, 'Shanghai Wind Tech Co, Ltd', 'Floor 8,East Building,Guilin Technology Mansion,No.650,Caobao Road,XuHui District,Shanghai,P.R.China Shanghai Shanghai 200233 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28370, '780473', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28371, '0050c20c7', 0, 'TransComm Tech System, Inc', '4221 Technology Drive Fremont CA 94538 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28372, '001d73', 0, 'Buffalo.Inc', '15,Shibata Hondori 4-chome, Nagoya Aichi Pref. 457-8520 JP', 'JP', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28373, '4cbb58', 0, 'Chicony Electronics Co, Ltd', 'No.25, Wugong 6th Rd., Wugu Dist., New Taipei City 248, TAIWAN, REPUBLIC OF CHINA 248 TW', 'TW', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28374, '287aee', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28375, '500b913', 0, 'Ewin Tech Ltd', '3rd floor, No. 12, LIYE Road, 2nd industrial District, South Zone, Zhongshan Guangdong 528400 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28376, '00603b', 0, 'Amtec spa', 'LOC. S. MARTINO 53025 PIANCASTAGNAIO (SIENA) IT', 'IT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28377, '000dc6', 0, 'DigiRose Tech Co, Ltd', 'No. 1, Alley 20, Lane 26 Rueiguang Road, Taipei 114 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28378, 'a0b437', 0, 'GD Mission Systems', '8220 EAST ROOSEVELT ST R2121 SCOTTSDALE AZ 85257 US', 'US', 'MA-L', '2015-01-23', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28379, '74f8db5', 0, 'Provision-Isr', '11 Atir Yeda St. Kfar Saba Israel 4464310 IL', 'IL', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28380, '70b3d5ffc', 0, 'Symetrics Industries d.b.a. Extant Aerospace', '1615 West NASA Blvd Melbourne FL 32901 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28381, '001bdf', 0, 'Iskra Sistemi d.d.', 'Stegne 21 Ljubljana Slovenia 1000 SI', 'SI', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28382, '001d61', 0, 'Bij Corp', '7F Takamizawa Building,2-7-10, Yokohama Kanagawa 220-0004 JP', 'JP', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28383, '0050c2477', 0, 'Sev Tidsystem AB', 'Box 121 Västerhaninge Stockholm 137 22 SE', 'SE', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28384, '00156b', 0, 'Perfisans Networks Corp', '4118 14th Avenue Markham Ontario L3R 0J3 CA', 'CA', 'MA-L', '2005-08-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28385, 'd86194', 0, 'Objetivos y Sevicios de Valor Añadido', 'Calle Monte Esquinza 28, 1ºD Madrid 28010 ES', 'ES', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28386, '0cefafa', 0, 'chengdu joyotime Tech Co, Ltd', 'room 503, B7 , tianfu software park chengdu sichuan 610000 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28387, 'dc4427a', 0, 'Shanghai Huahong Integrated Circuit Co, Ltd', 'No.39,Lane572,Bi Bo Road,Zhangjiang High-Tech Park,Shanghai Shanghai Shanghai 201203 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28388, 'ccd31e4', 0, 'Pjg Systementwicklung GmbH', 'Billrothstrasse 2A Vienna Vienna 1190 AT', 'AT', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28389, 'a4580f1', 0, 'Stone Lock Global, Inc', '101 N Church St Olathe KS 66061 US', 'US', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28390, '94292f', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28391, '0050c25e5', 0, 'Stresstech OY', 'Tikkutehtaantie 1 Vaajakoski 40800 FI', 'FI', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28392, 'c8aa21', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2011-07-26', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28393, '94917f', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28394, '000dc0', 0, 'Spagat AS', 'Tonne Hutifeldtpl. 2 Halden Ostfold 1767 NO', 'NO', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28395, '4048fd2', 0, 'Mithras Tech Co, Ltd', '4F.-3, No. 880, Zhongzheng Rd., Zhonghe Dist., New Taipei 23586 TW', 'TW', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28396, '70b3d59f5', 0, 'Vickers Electronics Ltd', 'Unit 14, Alliance House Trafford Park Manchester M17 1QS GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28397, '70b3d5ae3', 0, 'Zhejiang Wellsun Electric Meter Co, Ltd', 'No 189 East Xixia Road Taizhou Zhejiang 317200 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28398, 'bc15ac', 0, 'Vodafone Italia S.p.A.', 'Via Lorenteggio nr. 240 Milan Italy 20147 IT', 'IT', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28399, '70b3d5631', 0, 'Senso2me', 'Zandhoef 16 KASTERLEE België 2460 BE', 'BE', 'MA-S', '2016-04-24', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28400, '506b4b', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28401, 'b44326', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28402, '0050c2596', 0, 'Spansion', 'PO Box 3453, Mail Stop 9 Sunnyvale CA 94088 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28403, 'fc09f6', 0, 'Guangdong Tonze Electric Co, Ltd', 'No.12-12 Block,Jinyuan Industrical City,Chaoshan Road,Shantou,Guangdong,china Shantou Guangdong 515021 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28404, '2415102', 0, 'Nile Global Inc', '10915 Miramonte Rd Cupertino CA 95014 US', 'US', 'MA-M', '2019-05-31', '2019-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28405, '000271', 0, 'Zhone Tech', '7001 Oakport Street Oakland CA 94621 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28406, 'c8d69d', 0, 'Arab International Optronics', 'El Salam St. El Salam City Cairo 11371 EG', 'EG', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28407, '00224c', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2008-10-25', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28408, '0025c8', 0, 'S-Access GmbH', 'Oberhausenstrasse 47 Wettswil a/A Zuerich 8907 CH', 'CH', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28409, 'accaba', 0, 'Midokura Co, Ltd', '7th Floor Azabudai Hinoki building Tokyo 106-0041 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28410, '70b3d5aea', 0, 'Bbr Verkehrstechnik GmbH', 'Pillaustrasse 1e Braunschweig 38126 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28411, '70b3d57a6', 0, 'Electrolux', 'Corso Lino Zanussi 24 Porcia PORDENONE 33080 IT', 'IT', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28412, 'f0fcc8', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28413, '00c0d8', 0, 'Universal Data Systems', '5000 BRADFORD DRIVE HUNTSVILLE AL 35805-1993 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28414, '00065a', 0, 'Strix Systems', '310 N. Westlake Blvd. Westlake Village CA 91362 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28415, '70b3d58bc', 0, 'Gsi GeoSolutions International Ltd', 'Ahornweg 5A Othmarsingen 5504 CH', 'CH', 'MA-S', '2019-09-14', '2019-09-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28416, 'c8d778', 0, 'Bsh Hausgeraete GmbH', 'Im Gewerbepark B10 Regensburg 93059 DE', 'DE', 'MA-L', '2020-01-18', '2020-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28417, '30766f', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2013-06-20', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28418, '08d46a', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28419, '00e0a0', 0, 'Wiltron Co', '490 JARVIS DRIVE MORGAN HILL CA 95037 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28420, 'bc6784', 0, 'Environics Oy', 'Graanintie 5 Mikkeli 50190 FI', 'FI', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28421, '0050cd', 0, 'Digianswer A/S', 'SKALHUSE 5 DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28422, 'd493a0', 0, 'Fidelix Oy', 'Martinkyläntie 41 VANTAA International 01720 FI', 'FI', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28423, '0050c22aa', 0, 'Deuta Werke GmbH', 'ET Bergisch Gladbach NRW 51465 DE', 'DE', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28424, '848371', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2013-03-28', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28425, '70b3d55c8', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28426, '94e1ac', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.555 Qianmo Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28427, '00aa02', 0, 'Intel Corp', '445 piscataway NJ 08554 US', 'US', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28428, '000d7b', 0, 'Consensys Computers Inc', '215 Shields Ct. Markham ON L3R 8V2 CA', 'CA', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28429, '549f13', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28430, 'b808d7', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28431, 'c82c2ba', 0, 'Shiftall Inc', '4F TokyoDaiwa Bldg., 2-6-10 Nihonbashibakurocho, Chuo, Tokyo 1030002 JP', 'JP', 'MA-M', '2019-02-04', '2019-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28432, '001786', 0, 'wisembed', '808, hansin IT tower, 235 guro3-dong, guro-gu Seoul 152-768 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28433, 'e840f2', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2012-01-01', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28434, '8c6422', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2011-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28435, '40d855066', 0, 'TeraTron GmbH', 'Bunsenstr. 10 Gummersbach DE 51647 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28436, '18f145', 0, 'NetComm Wireless Ltd', 'Level 2, 18-20 Orion Road Lane Cove Sydney 2066 AU', 'AU', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28437, '149a10', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28438, '3c574f', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28439, '00902e', 0, 'Namco Ltd', '1-1-32 SHIN-URASHIMA-CHO KANAGAWA 221-0031 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28440, '001556', 0, 'Sagemcom Broadband Sas', 'Le Ponnant de Paris CEDEX Paris 75512 FR', 'FR', 'MA-L', '2005-08-04', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28441, '70b3d5c78', 0, 'Neta Elektronik AS', 'Yukari Dudullu Organize Sanayi Bolgesi Istanbul - 34775 TR', 'TR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28442, '7ccbe2c', 0, 'mirakonta s.l.', 'calle zuatzu nº1 (edif ulia) pabellon 7 (parque emp. zuatzu) san sebastian guipuzcoa 20018 ES', 'ES', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28443, '40f385e', 0, 'Bbb Inc', '28, Yatap-ro, Bundang-gu Seongnam-si Gyeonggi-do 13522 KR', 'KR', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28444, '0050c2686', 0, 'Annax Anzeigesysteme GmbH', 'Wettersteinstrasse 18 Taufkirchen 82024 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28445, 'b8d49d', 0, 'M Seven System Ltd', '24F, Trust Tower Bldg, 275-7, Yangjae2-Dong, Seocho-Gu Seoul 137-739 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28446, '001671', 0, 'Symphox Information Co', '15F, No. 51, Sec. 3, Minsheng E. Road Taipei City 104 TW', 'TW', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28447, '0050c25b5', 0, 'Rafael', 'P.O.B. 2250 HAIFA IL', 'IL', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28448, '70b3d5ccb', 0, 'Real D', '5700 Flatiron Parkway Boulder CO 80301 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28449, '000871', 0, 'Northdata Co, Ltd', '#302 KayangTechno-Town 1487 Kangseo-Gu Seoul 157-810 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28450, '0015bc', 0, 'Develco', 'Olof Palmes Allé 40 Aarhus N 8200 DK', 'DK', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28451, '70b3d5d58', 0, 'Idyllic Engineering Pte Ltd', 'Blk 62B, Strathmore Ave, #04-58 Singapore Singapore 143062 SG', 'SG', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28452, '78d800b', 0, 'Maddalena S.p.A', 'via G.B. Maddalena 2/4 Povoletto UD 33040 IT', 'IT', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28453, '0050c2309', 0, 'Rackmaster Systems, Inc', '5244 Valley Industrial Blvd. S. Shakopee MN 55379 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28454, '7c67a2', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28455, 'ecf236', 0, 'Neomontana Electronics', 'Mladost-4, bl. 483, mag. 13 Sofia 1715 BG', 'BG', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28456, '40d85503a', 0, 'Socus networks', '2F.-2, No.215, Sec. 2, Chengde Rd. Taipei City 103 TW', 'TW', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28457, 'c81073', 0, 'Century Opticomm Co, Ltd', 'WEITUO COMMUNITY,HECHUAN INDUSTRIAL PARK, HECHUAN DISTRICT,CHONGQING,CHINA Chongqing 401121 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28458, '0013e4', 0, 'Yangjae Systems Corp', '1202. HANSHIN IT TOWER Guro-3Dong, Seoul 152-848 KR', 'KR', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28459, 'fcfaf7', 0, 'Shanghai Baud Data Communication Co, Ltd', 'NO.123 JULI RD SHANGHAI 201203 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28460, '7cd762', 0, 'Freestyle Tech Pty Ltd', '1A 24 Ricketts Road Mount Waverley Victoria 3149 AU', 'AU', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28461, 'b4ecf2', 0, 'Shanghai Listent Medical Tech Co, Ltd', 'No. 668 Qingdai Road Pudong District Shanghai Shanghai 201318 CN', 'CN', 'MA-L', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28462, 'c43655', 0, 'Shenzhen Fenglian Tech Co, Ltd', 'Room 302, 3F, Block 2, Oriental Cyberport, No. 2, Xinxi Road Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28463, '00a0d2', 0, 'Allied Telesis International Corp', '950 KIFER ROAD SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28464, '88f488', 0, 'cellon communications Tech(shenzhen)Co, Ltd', '13/F C Building,Gaoxin S.Ave.,Hi-Tech Industrial Park,Nanshan,shenzhen518057,PRC shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28465, '0018ab', 0, 'Beijing Lhwt Microelectronics Inc', '18/F,QUANTUM PLAZA,NO.27 ZHI CHUN RD.,HAI DIAN DISTRICT,BEIJING CN', 'CN', 'MA-L', '2006-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28466, '0050c28fa', 0, 'Telium s.c.', 'ul. Plochocinska 19 Warszawa Mazowieckie 03-191 PL', 'PL', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28467, '1c8341', 0, 'Hefei Bitland Information Tech CoLtd', 'C1# Building, Bitland Industrial Park, No#4088, Jinxiu RD,Economic Development Zone, Hefei, Anhui, China Hefei Anhui 230061 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28468, '04714b1', 0, 'uAvionix Corp', '380 Portage Ave. Palo Alto CA 94306 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28469, '282c027', 0, 'Telecom and Microelectonic Industries', '1-ja ulica Buhvostova, d.12/11, korp.53, floor 13 Moscow 107258 RU', 'RU', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28470, '70b3d517b', 0, 'Vistec Electron Beam GmbH', 'Ilmstraße 4 Jena 07743 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28471, '00e0dc', 0, 'Nexware Corp', '825 STEWART DR., STE #4 SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28472, '000fa8', 0, 'Photometrics, Inc', '3440 E Britannia Drive Tucson AZ 85706-5006 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28473, '646e97', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-12-05', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28474, '285471', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28475, '0050c2a5c', 0, 'Jsc Component-Asu', 'Severnyi proezd 1, k.5/6 Chernogolovka Moscow Region 142432 RU', 'RU', 'IAB', '2009-02-23', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28476, '70b3d55b5', 0, 'Lehigh Electric Products Co', '6265 Hamilton Blvd Allentown PA 18106 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28477, '0cefaf', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-10-13', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28478, 'bc6641d', 0, 'UtilLighting Co, Ltd', '#102, 1F, 22, Samyang-ro, Seongbuk-gu, Seoul Seongbuk-gu Seoul 136-717 KR', 'KR', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28479, '70b3d5b81', 0, 'Instro Precision Ltd', '15 Hornet Close, Pysons Road Industrial Estate Broadstairs Kent CT10 2YD GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28480, '001e06', 0, 'Wibrain', '306 JEI Plats B/D 459-11 Gasan-dong, Geumcheon-gu SEOUL 153-803 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28481, '00254c', 0, 'Videon Central, Inc', '2171 Sandy Drive State College PA 16803 US', 'US', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28482, '8462a6', 0, 'EuroCB (Phils.), Inc', 'SFB No.2 Lapulapu CIty Cebu 6015 PH', 'PH', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28483, '70b3d5f4f', 0, 'Power Electronics Espana, S.L.', 'C/ Leonardo Da Vinci, 24-26 Paterna Valencia 46980 ES', 'ES', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28484, '9c1e95', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2016-08-26', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28485, '70b3d58ca', 0, 'Allied Data Systems', '67/176 South Creek Road Cromer NSW 2099 AU', 'AU', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28486, 'bc5451', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28487, '3c5cc4', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28488, '0019a5', 0, 'RadarFind Corp', '2100 Gateway Centre Blvd., Suite 150 Morrisville NC 27560 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28489, '001d59', 0, 'Mitra Energy & Infrastructure', 'Boulevard de l\'Europe 131 1301 Wavre BE', 'BE', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28490, '30b64f', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28491, '383a211', 0, 'Hobart GmbH', 'Robert-Bosch-Straße 17 Offenburg Baden-Württemberg 77656 DE', 'DE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28492, '000c67', 0, 'Oyo Electric Co, Ltd', '63-1 Nakamichi Omote Joyo Kyoto 610-0101 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28493, '7ce4aa', 1, 'Private', '', '', 'MA-L', '2013-12-13', '2013-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28494, '0050c2342', 0, 'St. Michael Strategies', '701, Salaberry Chambly Quebec J3L 1R2 CA', 'CA', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28495, '0017fc', 0, 'Suprema Inc', '16F Parkview Office Tower, Seongnam Gyeonggi 463-863 KR', 'KR', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28496, '0024e7', 0, 'Plaster Networks', '935 Hamilton Avenue Menlo Park CA 94025-1431 US', 'US', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28497, '70b3d5372', 0, 'Matelex', '26, AVENUE DU PETIT PARC VINCENNES 94683 FR', 'FR', 'MA-S', '2019-07-23', '2019-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28498, '003080', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28499, '0050c20a9', 0, 'Radiant Networks Plc', 'The Mansion Little Chesterford Essex CB10 1XL GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28500, 'c43c3c', 0, 'Cybelec SA', 'Rue des Uttins 27 Yverdon-les-Bains 1401 CH', 'CH', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28501, '807abf', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28502, '70b3d5e50', 0, 'Advanced Vision Tech Ltd', 'Thames House, Mere Park Marlow Buckinghamshire SL7 1PB GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28503, '0023de', 0, 'Ansync Inc', '4970 Robert J Matthews Pky El Dorado Hills CA 95762 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28504, '0050c296a', 0, 'Bittium Wireless Ltd', 'Tutkijantie 8 Oulu 50590 FI', 'FI', 'IAB', '2008-11-13', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28505, '2c279e', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28506, '4c0f6e', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-07-06', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28507, '2c282d', 0, 'Bbk Educational Electronics Corp, Ltd', 'LiWu INDUSTRIAL PARK,Wusha,Chang\'an Dong Guan Guang Dong 523860 CN', 'CN', 'MA-L', '2013-01-09', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28508, '2857be', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.469,Jianghui Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28509, '70b3d5216', 0, 'Flextronics', 'Carretera Base Aerea 5850 int 4 Zapopan Jalisco 45136 MX', 'MX', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28510, 'a411631', 0, 'Inter Control Hermann Köhler Elektrik GmbH&CoKG', 'Schafhofstrasse 30 Nuernberg 90411 DE', 'DE', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28511, 'e013b5', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28512, '001ae9', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2006-12-30', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28513, '001ec6', 0, 'Obvius Holdings Llc', '20811 NW Cornell Road Hillsboro OR 97124 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28514, 'fc455f', 0, 'Jiangxi Shanshui Optoelectronic Tech Co, Ltd', 'No.1010,Anping Road,Eco-Industrial Park,Lushan District Jiujiang Jiangxi 332000 CN', 'CN', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28515, '0ce4a0', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28516, '2c97ed', 0, 'Sony Imaging Products & Solutions Inc', 'konan 1-7-1 minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28517, '0002db', 0, 'Netsec', '13505 Dulles Technology Dr., Ste. 1 Herdon VA 20171 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28518, '001808', 0, 'SightLogix, Inc', '745 Alexander Road Princeton NJ 08540 US', 'US', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28519, '8c078c', 0, 'Flow Data Inc', '2309 GRAND PARK DRIVE GRAND JUNCTION CO 81505 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28520, '7055f8', 0, 'Cerebras Systems Inc', '175 S San Antonio Rd #100 Los Altos CA 94022 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28521, '903d6b', 0, 'Zicon Tech Corp', '15F., No.688-2, Zhongzheng Rd., Zhonghe City, Taipei County 235 Taipei 23586 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28522, 'd071c4', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28523, '70b3d5f0d', 0, 'MeQ Inc', '6028 Dimm Way Richmond CA 94805 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28524, '00000f', 0, 'Next, Inc', '3475 DEER CREEK ROAD PALO ALTO CA 94304 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28525, '00504a', 0, 'Elteco A.S.', 'ROSINSKA CESTA P.O. BOX C-9 SK', 'SK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28526, '001397', 0, 'Oracle Corp', '500 Oracle Parkway Redwood Shores CA 94065 US', 'US', 'MA-L', '2005-02-06', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28527, '28def6', 0, 'bioMerieux Inc', '595 Anglum Road Hazelwood MO 63042 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28528, 'f023b90', 0, 'Aquametro AG', 'Ringstr. 75 Therwil 4106 CH', 'CH', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28529, '7c89c1', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2018-08-23', '2018-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28530, 'd4772b', 0, 'Nanjing Ztlink Network Tech Co, Ltd', 'No.0 Mozhou East Road , Jiangning Economic & Technological Development Zone, Jiangning District Nanjing Jiangsu 211111 CN', 'CN', 'MA-L', '2019-07-23', '2019-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28531, '0040ca', 0, 'First Internat\'L Computer, Inc', 'FIC Building Neihu Taipei 114 Taipei 114 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28532, '0012db', 0, 'Ziehl industrie-elektronik GmbH + Co KG', 'Daimlerstraße 13 Schwäbisch Hall 74523 DE', 'DE', 'MA-L', '2004-11-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28533, '70b3d51d0', 0, 'Shenzhen Invt Electric Co, Ltd', 'INVT Bldg., GaoFa Scientific Park, Longjing, Nanshan, Shenzhen. Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28534, 'fc3964', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28535, '0050c20c8', 0, 'The Trane Co', '4833 White Bear Parkway St. Paul MN 55110 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28536, '00173e', 0, 'LeucotronEquipamentos Ltda.', 'Rua Jorge Dionisio Barbosa, 312 Santa Rita do Sapucai Minas Gerais 37.540-000 BR', 'BR', 'MA-L', '2006-02-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28537, '000736', 0, 'Data Video Tech Co, Ltd', '7F, No. 352, Sec. 2 Taipei Hsien TW', 'TW', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28538, '0050c2319', 0, 'Invatron Systems Corp', '5710 Timberlea Blvd. Mississauga Ontario L4W 4W1 CA', 'CA', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28539, '64b64a', 0, 'ViVOtech, Inc', '451 El Camino Real Santa Clara CA 95050 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28540, 'f0efd2', 0, 'TF Payment Service Co, Ltd', '5F Shibadaimon Center Building, 1-10-11 Shibadaimon Minato-ku Tokyo 105-0012 JP', 'JP', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28541, '70b3d508d', 0, 'Clover Electronics Tech Co, Ltd', '505 room, No.6-18 building, XinHe road, Shajing town, Baoan district SHENZHEN GUANGDONG 518000 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28542, '4cbc98', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-11-21', '2018-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28543, '08007e', 0, 'Amalgamated Wireless(Aus) Ltd', 'NORTH RYDE DIVISION AUSTRALIA 2113 AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28544, '00049a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28545, '70b3d562a', 0, 'Doga', '11 rue Lavoisier MAUREPAS 78310 FR', 'FR', 'MA-S', '2020-01-24', '2020-01-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28546, 'acf1df', 0, 'D-Link International', '1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG', 'SG', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28547, '38b74d', 0, 'Fijowave Ltd', 'Synergy Centre Dublin 24 IE', 'IE', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28548, '702c1f', 0, 'Wisol', '377-3, Gajang-dong, Osan-si 447-210 KR', 'KR', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28549, '000220', 0, 'Canon Finetech Inc', '717, Yaguchi, Misato-shi, Saitama 341-8527 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28550, '000da3', 0, 'Emerging Tech Ltd', 'Wong\'s Industrial Centre, 180 Wai Yip St Nil HK', 'HK', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28551, '0050c27c9', 0, 'Bluebell Opticom Ltd', 'Unit 2 The Quadrant Maidenhead Berkshire SL6 1AP GB', 'GB', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28552, '001eb3', 0, 'Primex Wireless', '965 Wells Street Lake Geneva WI 53147 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28553, '940937', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bundang-gu, Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2015-03-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28554, '70b3d5852', 0, 'NetBoxSC, Llc', '43774 Bemis Road Belleville MI 48111 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28555, '70b3d5eff', 0, 'Carlo Gavazzi Industri', 'Over Hadstenvej 40 Hadsten Denmark 8370 DK', 'DK', 'MA-S', '2019-03-09', '2019-03-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28556, '000353', 0, 'Mitac, Inc', 'No. 2, Chung-Hsiao Street Chitu Keelung, TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28557, '00126d', 0, 'University of California, Berkeley', 'EECS Department Berkeley CA 94720-1776 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28558, '002491', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2008-12-16', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28559, '14bb6e', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2015-12-03', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28560, '0026b4', 0, 'Ford Motor Co', '20300 Rotunda Drive Dearborn MI 48124 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28561, 'ec6264', 0, 'Global411 Internet Services, Llc', '10400 W Overland Rd #371 Boise Idaho 83709 US', 'US', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28562, '8489ec6', 0, 'Poct biotechnology', '6F, No. 185, GangQian Rd., Neihu dist., Taipei 11494 TW', 'TW', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28563, '000268', 0, 'Harris Government Communications', 'Systems Division Melbourne FL 32902 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28564, '0050c22fa', 0, 'Tornado Modular Systems, Ltd', 'p.b. 709 Novosibirsk 630090 RU', 'RU', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28565, '0011c5', 0, 'Ten Tech', '555 East Ocean Blvd. Long Beach CA 90802 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28566, '001226', 0, 'Japan Direx Corp', 'Kyocera Harajuku Bldg. Shibuya-ku Tokyo 150-0001 JP', 'JP', 'MA-L', '2004-08-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28567, '00146d', 0, 'RF Tech', '3125 N 126th Street Brookfield WI 53005 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28568, '0050c24e5', 0, 'Sedo Systems Ltd', '19 Hertford Road Stevenage HERTS SG2 8RS GB', 'GB', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28569, '3423ba', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong 24180 US', 'US', 'MA-L', '2013-03-10', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28570, '7c38ad', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28571, '00e098', 0, 'AboCom', '12F-3, NO. 333, SEC. 1 HSIN-CHU 12345 TW', 'TW', 'MA-L', '1980-01-01', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28572, '0050c2140', 0, 'Its, Inc', '3109 Poplarwood Ct. Raleigh NC 27604 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28573, 'a055de', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-02-21', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28574, '789966', 0, 'Musilab Electronics (DongGuan)Co, Ltd', 'A2, LinDong 3 Road, LinCun DongGuan Guangdong 523710 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28575, '28eed3', 0, 'Shenzhen Super D Tech Co, Ltd', 'Room 201 , Building A former Qianhai Shenzhen-Hong Kong cooperation zone Shenzhen Bay all the way to No. 1 ( settled in Shenzhen Qianhai Business Secretary , Ltd. ) Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28576, '002005', 0, 'Simple Tech', '3001 DAIMLER ROAD SANTA ANA CA 92705 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28577, '00c099', 0, 'Yoshiki Industrial Co, Ltd', '1-38 MATSUGASAKI 2-CHOME 992 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28578, '001c76', 0, 'The Wandsworth Group Ltd', 'Albert Drive Woking Surrey GU21 5SE GB', 'GB', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28579, '002104', 0, 'Gigaset Communications GmbH', 'Frankenstrasse 2 46395 Bocholt DE', 'DE', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28580, '80aaa4', 0, 'Usag', '301 Goolsby Blvd Deerfield Beach FL 33442 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28581, '0050c2fe8', 0, 'Mango Dsp, Inc', '83 East Ave. Norwalk CT 06877 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28582, '1c7b21', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2013-06-20', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28583, 'a01d48', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28584, '00a00b', 0, 'Computex Co, Ltd', '432-13 GOJYOBASHI-HIGASHI 4-CHYOME HIGASHIYAMAKU, KYOTO-CITY 605 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28585, '00147f', 0, 'Thomson Telecom Belgium', 'Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE', 'BE', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28586, 'e405f8', 0, 'Delta Innovation Tech Co, Ltd', 'China Digital Kingdom Building, Chaoyang District Beijing Beijing 100102 CN', 'CN', 'MA-L', '2019-07-03', '2019-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28587, 'cc46d6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28588, 'cc1be0d', 0, 'Newstar (HK) Electronic Development Ltd', 'UNIT 1005,10/F PROSPEROUS BLDG 48-52 DES VOEUX ROAD GENTRAL HONG KONG HONGKONG HONGKONG 999077 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28589, '0050c2a92', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28590, 'd0b45d', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28591, '0050c24c4', 0, 'Black Diamond Video, Inc', '1151 Harbor Bay Parkway Suite 101 Alameda CA 94502 US', 'US', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28592, '00220c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28593, '0014bb', 0, 'Open Interface North America', '506 2nd Avenue, Suite 420 Seattle WA 98104 US', 'US', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28594, '70b3d50b8', 0, 'Lucas-Nülle GmbH', 'Siemensstr. 2 Kerpen NRW 50170 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28595, '2c16bd8', 0, 'Shenzhen elink smart Co, Ltd', 'Floor 2,Building A , Hongtian Xinfengze Industrial Park Huang Pu Community , Xin Qiao District ,Baoan Area shenzhen Guangdong Province 518101 CN', 'CN', 'MA-M', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28596, '0050c2bdf', 0, 'Euro-Konsult Sp. z o.o.', 'Swidnicka 19/315 Wroclaw dolnoslaskie 50-066 PL', 'PL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28597, 'd059e4', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28598, '3898d8', 0, 'Meritech Co, Ltd', '52-17 Sinjeon-Ro 41beon-gil Giheung-gu, Yongin-City Kyungki-do 446-599 KR', 'KR', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28599, '007263', 0, 'Netcore Tech Inc', 'ORIENTAL CYBERPORT,HIGHTECH 6 ROAD Shenzhen 518057 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28600, 'd8a8c8', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28601, '000f33', 0, 'DUALi Inc', '#505 Samsung Techno Park Bldg 471 Suwon Gyeonggi-do 442-824 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28602, '701404', 0, 'Ltd Liability Co', 'I.Yakovleva St., 1 Cheboksary Chuvash Republic 428003 RU', 'RU', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28603, '841888', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-11-24', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28604, '40d855036', 0, 'Schweers informationstechnologie GmbH', 'Rudolf-Diesel-Str. 18 Meerbusch 40670 DE', 'DE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28605, '70b3d5ca4', 0, 'Netemera Sp. z o.o.', 'Ostrobramska 83/1208A Warszawa mazowieckie 04-175 PL', 'PL', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28606, '202ac5', 0, 'Petite-En', '1, Gwanak-ro, Gwanak-gu Seoul 08826 KR', 'KR', 'MA-L', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28607, '00064c', 0, 'Invicta Networks, Inc', '13873 Park Center Road Herndon VA 20171 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28608, '000d1d', 0, 'High-Tek Harness Ent. Co, Ltd', '4F-6, No18, Pu-Ting Rd. Hsinchu, Taiwan Hsinchu 300 TW', 'TW', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28609, '000438', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2000-12-04', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28610, '000855', 0, 'Nasa-Goddard Space Flight Center', 'Code 561 Greenbelt MD 20771 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28611, '0014f8', 0, 'Scientific Atlanta', '5030 Sugarloaf Parkway Lawrenceville Ga 30042 US', 'US', 'MA-L', '2005-06-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28612, '001c1e', 0, 'emtrion GmbH', 'Alter Schlachthof 45 Karlsruhe Baden Wuerttemberg 76131 DE', 'DE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28613, '383bc8', 0, '2Wire Inc', '1764 Automation Parkway San Jose 95131 US', 'US', 'MA-L', '2014-08-20', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28614, 'dcfe18', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28615, '008006', 0, 'Compuadd Corp', 'ENGINEERING AUSTIN TX 78727 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28616, '08003d', 0, 'Cadnetix Corporations', '5797 CENTRAL AVENUE BOULDER CO 80301 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28617, '301f9ac', 0, 'Origami Group Ltd', 'Unit 913, 9/F.,Tower 2 Cheung Sha Wan Plaza, 833 Cheung Sha Wan Road, Kowloon Hong Kong 000000 HK', 'HK', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28618, '001438', 0, 'Hewlett Packard Enterprise', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2005-04-01', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28619, 'a887ed', 0, 'Arc Wireless Llc', '6330 N. Washington St. Denver CO 80216 US', 'US', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28620, '000017', 0, 'Oracle', '4200 Network Circle Santa Clara CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28621, '000ce4', 0, 'NeuroCom International, Inc', '9570 SE Lawnfield Rd Clackamas OR 97015 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28622, 'f45c89', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28623, '4cbc982', 0, 'Quake Global Inc', '4711 VIEWRIDGE AVE., STE 150 SAN DIEGO CA 92123 US', 'US', 'MA-M', '2018-11-21', '2018-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28624, 'ecbd09', 0, 'Fusion Electronics Ltd', 'PO Box 137 - 142 Auckland 1151 NZ', 'NZ', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28625, '30168d', 0, 'ProLon', '17510 rue Charles, Suite 100 Mirabel Quebec J7J 1X9 CA', 'CA', 'MA-L', '2011-09-24', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28626, '40d8551d3', 0, 'Kaluga Teletypes Manufacturing Plant', '141, Saltykova-Schedrina Street Kaluga Kaluga region 248002 RU', 'RU', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28627, '1c9e46', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28628, 'c88ed1c', 0, 'Shanghai Bwave Tech Co, Ltd', '6F,Building12,399 Keyuan Road, Zhangjiang Hi-Tech Park,shanghai,china Shanghai Shanghai 201203 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28629, '70df2f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28630, '081443', 0, 'Unibrain S.A.', '84, ETHNIKIS ANTISTASEOS GR', 'GR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28631, '000862', 0, 'Nec Eluminant Tech, Inc', '14700 Avion Parkway Chantilly VA 20151 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28632, '00a509', 0, 'WigWag Inc', '4009 banister lane austin texas 78704 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28633, '90d92c', 0, 'Hug-Witschi AG', 'Auriedstrasse 10 Boesingen Fribourg 3178 CH', 'CH', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28634, 'a41731', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28635, '0050c29b4', 0, 'Eukrea Electromatique Sarl', '74 AVENUE JEAN JAURES PESSAC GIRONDE 33600 FR', 'FR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28636, 'e843b6', 0, 'Qnap Systems, Inc', '2F., No.22, Zhongxing Rd., Xizhi Dist. New Taipei City 221 TW', 'TW', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28637, 'bccab5', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-04-02', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28638, '70b3d5466', 0, 'SYLink Technologie', '18 rue de la conche Mirefleurs Auvergne 63730 FR', 'FR', 'MA-S', '2020-01-05', '2020-01-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28639, '000625', 0, 'The Linksys Group, Inc', '17401 Armstrong Ave. Irvine CA 92614 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28640, '0050c2409', 0, 'Ktec Ltd', '13 Giborei Israel ST Netanya P.O BOX 8709 IL', 'IL', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28641, '40d559', 0, 'Micro S.E.R.I.', '24, rue Henri FARMAN TREMBLAY EN FRANCE Ile de France 93290 FR', 'FR', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28642, 'c09f05', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28643, 'aa38c7', 0, 'Kaloom Inc', '355 Peel street, suite 403 Montreal Quebec H3C 2G9 CA', 'CA', 'CID', '2017-09-13', '2017-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28644, '305714', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28645, '004096', 0, 'Cisco Systems, Inc', '170 W. Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28646, '0026cb', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28647, '000742', 0, 'Ormazabal', 'Parque Tecnologico 104 48170 Zamudio, Bizkaia ES', 'ES', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28648, '0019a4', 0, 'Austar Tech (hang zhou) Co, Ltd', '7-402,West Lake Software Part Hang Zhou Zhe Jiang 310012 CN', 'CN', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28649, '0050c2d9a', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28650, '001062', 0, 'NX Server, Ilnc.', '5401 E. LA PALMA AVE. ANAHEIM CA 92807 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28651, '005008', 0, 'Tiva Microcomputer Corp (Tmc)', '48550 FREMONT BLVD. FREMONT CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28652, '2c010b', 0, 'Nascent Tech, Llc - RemKon', '2744 Yorkmont Road Charlotte NC 28208', '', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28653, '70b3d5097', 0, 'Avant Tech', 'P.O. Box 9359 Caguas Puerto Rico 00726 PR', 'PR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28654, 'cc90e8', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28655, '104e89', 0, 'Garmin International', '1200 E. 151st St Olathe KS 66062 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28656, '70b3d589a', 0, 'Algodue Elettronica srl', 'Via P. Gobetti, 16F Maggiora NO 28014 IT', 'IT', 'MA-S', '2018-11-19', '2018-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28657, '0023a3', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28658, '0050c2be3', 0, 'Jiskoot Ltd', '85 Goods Station Road Tunbridge Wells Kent TN1 2DJ GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28659, '0018f3', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou Taipei 112 TW', 'TW', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28660, '08ed025', 0, 'Vigitron Inc', '7810 Trade Street, STE 100 San Diego CA 92121 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28661, 'e05124', 0, 'Nxp Semiconductors', '411 E. Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28662, '70b3d5baa', 0, 'Device Solutions Ltd', 'PO Box 131 Rolleston Canterbury 7614 NZ', 'NZ', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28663, '70b3d53bf', 0, 'Star Electronics GmbH & Co KG', 'Jahnstraße 86 Göppingen BW 73037 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28664, '70b3d50ad', 0, 'Vega-Absolute', 'Kirova 113/1 Novosibirsk 630008 RU', 'RU', 'MA-S', '2019-02-04', '2019-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28665, '480362', 0, 'Desay Electronics(Huizhou)Co, Ltd', 'BuildingA,No.3 Desay Industrial Zone Huizhou Guangdong 516029 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28666, '08fd0e', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28667, 'b8ee65', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28668, 'c8f86d', 0, 'Alcatel-Lucent Shanghai Bell Co, Ltd', 'No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28669, '00221a', 0, 'Audio Precision', '5750 SW Arctic Drive Beaverton OR 97005 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28670, '20c9d0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-06-14', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28671, '8432ea', 0, 'Anhui Wanzten P&T Co, Ltd', '9F Building B1 HUAYI science Park Hefei Anhui Province 230088 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28672, '000432', 0, 'Voyetra Turtle Beach, Inc', '150 Clearbrook Road, Suite 162 Elmsford NY 10523 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28673, '0050c225d', 0, 'Rdtech', '505, boul Parc Technologique Quebec G1P 4S9 CA', 'CA', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28674, '40862e', 0, 'Jdm Mobile Internet Solution Co, Ltd', 'Jiashan Zhejiang 314100 CN', 'CN', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28675, '544b8c', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-07-31', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28676, 'e482cc', 0, 'Jumptronic GmbH', 'An der Weide 5 Springe 31832 DE', 'DE', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28677, '001b7f', 0, 'Tmn Tech Telecomunicacoes Ltda', 'Rua Nilza, 422 São Paulo SP 03651-120 BR', 'BR', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28678, 'f0d657', 0, 'Echosens', '30 Place d\'Italie PARIS 13 Ile de France 75013 FR', 'FR', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28679, '78afe4', 0, 'Comau S.p.A', 'via Rivalta 30 Grugliasco (TO) 10095 IT', 'IT', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28680, '70b3d5155', 0, 'Sanwa New Tec Co, Ltd', '6536 Honjyou Kunitomi-cho Higashimorokata-gun Miyazaki 880-1101 JP', 'JP', 'MA-S', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28681, '70b3d58af', 0, 'Qbic Communications Dmcc', 'Office 302 1Lake Plaza Jumeirah Lake Towers Cluster T Dubai 393518 AE', 'AE', 'MA-S', '2019-09-23', '2019-09-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28682, '40d8551d0', 0, 'Webeasy BV', 'Sportlaan 53 Sliedrecht ZH 3364DK NL', 'NL', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28683, '70b3d5ddb', 0, 'Intra Corp', '885 Manufacturers Dr. Westland MI 48186 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28684, '4045da', 0, 'Spreadtrum Communications (Shanghai) Co, Ltd', 'Building 1, Spreadtrum Center, No.2288, Zuchongzhi Rd Shanghai 201203', '', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28685, 'd4612e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28686, '00b69f', 0, 'Latch', '450 W 33rd St New York NY 10001 US', 'US', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28687, '006090', 0, 'Artiza Networks Inc', 'Faret Tachikawa Center Square, 2-36-2 Akebono-cho, Tachikawa-shi, Tokyo 190-0012 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28688, '0022a3', 0, 'California Eastern Laboratories', '4590 Patrick Henry Dr. Santa Clara CA 95054 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28689, '0018c4', 0, 'Raba Tech Llc', '8830 Stanford Blvd Suite 205 Columbia Maryland 21045 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28690, '9451bf', 0, 'Hyundai Esg', 'Gangnam-gu Seoul KOREA, REPUBLIC OF 135-845 KR', 'KR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28691, 'd44c9c', 0, 'Shenzhen Yoobao Tech CoLtd', 'F3,A5,Hua Tong Yuan Logistics Center,Minzhi Street,Longhua Town,Bao’an District,Shenzhen City,China Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28692, '001d56', 0, 'Kramer Electronics Ltd', '3 Am VeOlamo Street Jerusalem 95463 IL', 'IL', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28693, '28852d', 0, 'Touch Networks', '2515 152nd Ave NE Redmond Washington 98052 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28694, '70b3d5180', 0, 'Lha Systems (Pty) Ltd', '1 Innovation Center, Technopark Stellenbosch Western Cape 7600 ZA', 'ZA', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28695, 'ac64dd2', 0, 'Shenzhen PuHua Tech Co, Ltd', '4/F BLDG-B, Forzen Technology Park,Fuyuan 2nd Road, Fuyong Town, Baoan District shenzhen 518103 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28696, '6c006b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28697, 'd8860ba', 0, 'Glo Science', '10 West 37th Street, 1001 New York NY 10018 US', 'US', 'MA-M', '2018-11-02', '2018-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28698, '6cf17e', 0, 'Zhejiang Uniview Tech Co, Ltd', 'No.88,Jiangling Road Hangzhou Zhejiang,P.R.China 310051 CN', 'CN', 'MA-L', '2019-03-08', '2019-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28699, '001690', 0, 'J-Tek Incorporation', '2F-1, No. 83, Sec. 2, GongDaoWu Rd., Hsinchu City 30070 TW', 'TW', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28700, 'f80dea', 0, 'ZyCast Tech Inc', 'No.33, Lane 181, Chung Hwa Road, Hsin Chu 30060 TW', 'TW', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28701, '001251', 0, 'Silink', '13 RUE POMEYS LE TAILLAN 33320 FR', 'FR', 'MA-L', '2004-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28702, '904e91a', 0, 'Kaertech Ltd', 'Unit 1601, 21-24 Connaught Road West Hong Kong Sheung Wan 00000 HK', 'HK', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28703, '70b3d5e34', 0, 'Gamber-Johnson Llc', '3001 Borham Ave Stevens Point WI 54481 US', 'US', 'MA-S', '2019-12-19', '2019-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28704, '30b237', 0, 'GD Midea Air-Conditioning Equipment Co, Ltd', 'Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong 528311 CN', 'CN', 'MA-L', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28705, '00012a', 0, 'Telematica Sistems Inteligente', 'Rua Miguel Casagrande, 200 São Paulo BR', 'BR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28706, '000ff3', 0, 'Jung Myoung Communications&Tech', '1th FL., Dong IL Bldg.107 Yangjae-Dong Seocho-Ku Seoul 137-130 KR', 'KR', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28707, '0050c2358', 0, 'Alcea', '3 Rue Joly de Bammeville 91460 Marcoussis FR', 'FR', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28708, '1000fd', 0, 'LaonPeople', '402-3, Bundang Techno Park B, 148 Sungnam-si Gyeonggi-do 463-760 KR', 'KR', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28709, '8823fe', 0, 'TTTech Computertechnik AG', 'Schoenbrunnerstrasse 7 Vienna 1040 AT', 'AT', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28710, '78c2c0f', 1, 'Private', '', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28711, '742344', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2016-05-31', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28712, '00015c', 0, 'Cadant Inc', '4343 Commerce Court - Ste. #207 Lisle IL 60532 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28713, '000616', 0, 'Tel Net Co, Ltd', '3F BOF Bldg 730-15 Goje Song KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28714, 'b4430d', 0, 'Broadlink Pty Ltd', 'room 1201, No. 588 jiangnan Rd, Hangzhou Zhejiang province 310052 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28715, '1cdf52', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28716, 'f0a7b2', 0, 'Futaba Corp', '629 Oshiba Mobara Chiba Prefecture 297-8588 JP', 'JP', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28717, '001d0e', 0, 'Agapha Tech Co, Ltd', '9F No.121, Shingde Rd., Sanchung City Taipei County 241 TW', 'TW', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28718, '9c31b6', 0, 'Kulite Semiconductor Products Inc', '1 Willow Tree Rd Leonia NJ 07605 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28719, '8cdcd4', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2014-07-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28720, '1c9148', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28721, '70b3d52ad', 0, 'Opgal Optronic Industries', 'Hanapach 21 Carmiel 2161401 IL', 'IL', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28722, '00141a', 0, 'Deicy Corp', '3-3-6,Sakae-cho,Hamura-shi, Tokyo 205-0002 JP', 'JP', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28723, '0050c2484', 0, 'Kooltech Llc', '336 Atlantic Avenue East Rockaway NY 11518 US', 'US', 'IAB', '2005-04-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28724, 'dc44272', 0, 'Skywave Tech Co,.Ltd', 'Beijing Chaoyang District, River Park 22-4-902 Beijing Chaoyang 100107 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28725, '70b3d57d1', 0, 'Schneider Electric Motion Usa', '370 N. Main St. Marlborough CT 06447 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28726, '345b11', 0, 'Evi Heat AB', 'Box 55 Kungsaengen 196 22 SE', 'SE', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28727, '70b3d5b3d', 0, 'Inras GmbH', 'Altenberger Straße 69 Linz Oberösterreich A-4040 AT', 'AT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28728, 'd4ea0e', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2013-01-09', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28729, '24b0a9', 0, 'Shanghai Mobiletek Communication Ltd', 'RM201, Building 9, No 99 Tianzhou RD, Shanghai China Shanghai Shanghai 200233 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28730, '0050c23ec', 0, 'Teneros', '215 Castro Street - 3rd Floor Mountain View California 94041 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28731, '002708', 0, 'Nordiag Asa', 'Frysjaveien 40 Oslo 0884 NO', 'NO', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28732, '1cea1b', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2016-01-02', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28733, '00e046', 0, 'Bently Nevada Corp', 'PO BOX 157 MINDEN NV 89423 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28734, '28061e', 0, 'Ningbo Global Useful Electric Co, Ltd', 'No.88,Kechuang South Road, Ningbo Zhejiang 315000 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28735, '80b575', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28736, '0050c2c5a', 0, 'Commotive A/S', 'Rebildskovhusevej 17 Skørping DK-9520 DK', 'DK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28737, 'f88a3c2', 0, 'Klatu Networks Inc', '4174 NE Lookout Lane Poulsbo WA 98370 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28738, '80bbeb', 0, 'Satmap Systems Ltd', '4 Fountain House Leatherhead Surrey KT22 7LX GB', 'GB', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28739, '082cb0', 0, 'Network Instruments', '10701 Red Circle Dr Minnetonka Minnesota 55343 US', 'US', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28740, '70b3d50a3', 0, 'Solace Systems, Inc', '535 Legget Drive, Kanata Ontario K2K3B8 CA', 'CA', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28741, '70f087', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28742, '804126', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28743, 'b4a9fc', 0, 'Quanta Computer Inc', 'No. 211, Wen-Hwa 2nd Rd.,Kuei-Shan Dist. Taoyuan City Taiwan 33377 TW', 'TW', 'MA-L', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28744, '0050c2c1f', 0, 'Specialist Electronics Services Ltd', 'Craven Court Camberley Surrey GU15 3BS GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28745, 'bc4100', 0, 'Codaco Electronic s.r.o.', 'Hemy 825 Valasske Mezirici 75701 CZ', 'CZ', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28746, '78009e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28747, '003217', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28748, '70b3d569b', 0, 'Taiyo Seiki Co, Ltd', '1600 Aza-Shironoshita Asahi Shin Asahi-cho Takashima, Shiga 520-1501 JP', 'JP', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28749, '44c7fc', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28750, '0050c2593', 0, 'Broadlight', '7 Begin st Ramat Gan 52521 IL', 'IL', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28751, '0cbf3f', 0, 'Shenzhen Lencotion Tech Co, Ltd', 'LongGang,Buji Xia Shuijing,Hubei Baofeng Lndustrial Area,2/F,TowerB shenzhen Guangdong 518112 CN', 'CN', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28752, '00179b', 0, 'Chant Sincere Co, Ltd', '7F-2,NO.188,Sec 3,Ta Tung Rood, Hsi Chih City Taipei Hsien 221 TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28753, 'a0f3c1', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan shenzhen guangdong Province 518057 CN', 'CN', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28754, '3c6ff7', 0, 'EnTek Systems, Inc', '562 Starlight Dr. Sautee Nacoochee GA 30571 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28755, 'f884f2', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28756, '803773', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-08-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28757, '18396e', 0, 'Sunsea Telecommunications Co, Ltd', 'High tech Industrial Park,Longhua District of Shenzhen City,South central concept Shenzhen 518110 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28758, '00003a', 0, 'Chyron Corp', '265 SPAGNOLI ROAD MELVILLE NY 11747 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28759, '00064b', 0, 'Alexon Co, Ltd', '3-207-1 Teramoto, JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28760, '98e743', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28761, '544a16', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28762, '1ccae3f', 1, 'Private', '', '', 'MA-M', '2015-02-16', '2015-02-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28763, '4c55b8', 0, 'Turkcell Teknoloji', 'TUBITAK MAM Teknoloji Serbest Bolgesi Gebze Kocaeli 41470 TR', 'TR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28764, 'd858d7', 0, 'CZ.Nic, z.s.p.o.', 'Americka 23 Prague 12000 CZ', 'CZ', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28765, '54d0ed', 0, 'Axim Communications', '1F., No. 5, Aly. 12, Ln. 15, Sec. 6, Sinyi Rd., Sinyi Dist., Taipei 110 TW', 'TW', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28766, '947c3e', 0, 'Polewall Norge AS', 'Vige Havnevei 78 Kristiansand Vest-Agder 4633 NO', 'NO', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28767, '40d855191', 0, 'Soukai Electric', '316-9 kubara Kasuya-gun Fukuoka 811-2501 JP', 'JP', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28768, '049573', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28769, '000f47', 0, 'Robox Spa', 'via Sempione 82 Castelletto S.Ticino NO 28053 IT', 'IT', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28770, '0050c2376', 0, 'Cleode', '5 rue Louis de Broglie LANNION 22300 FR', 'FR', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28771, '001737', 0, 'Industrie Dial Face S.p.A.', 'via Canzo, 4 Peschiera Borromeo Milano 20068 IT', 'IT', 'MA-L', '2006-01-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28772, '4c5585', 0, 'Hamilton Systems', '3143 Production Drive Fairfield OH 45014 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28773, '70b3d536d', 0, 'Cyberteam Sp z o o', 'Kalinowice 157 Zamosc Lubelskie 22400 PL', 'PL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28774, 'dc7834', 0, 'Logicom SA', '55 Rue de Lisbonne PARIS 75008 FR', 'FR', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28775, '189ba54', 0, 'Innominds Software Inc', '2055 Junction Ave Suite 122, San Jose CA 95131 San Jose CA 95131 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28776, '0003a4', 0, 'Imation Corp', '1 Imation Place Oakdale MN 55128-3414 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28777, '00b0df', 0, 'Starboard Storage Systems', '12303 Airport Way Broomfield Co 80021 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28778, '0026a5', 0, 'Microrobot.Co, Ltd', '167-3 Gungpyeong-ri Gwangju-si Gyeonggi-Do 464-881 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28779, '040a83', 0, 'Alcatel-Lucent', 'Via Trento, 30 Vimenrcate MB 2059 IT', 'IT', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28780, '0050c2f1c', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2012-03-15', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28781, 'a44f296', 0, 'Selektro Power Inc', '3610 NW 115th Ave Doral Florida 33178 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28782, '14a2a0', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28783, '0030c2', 0, 'Comone', 'Parc De Marticot 33610 Cestas FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28784, '0021d9', 0, 'Sekonic Corp', '7-24-14 NERIMA-KU TOKYO 178-8686 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28785, '70b3d5217', 0, 'Tecnint Hte Srl', 'Via della Tecnica 16/18 Osnago Lecco 23875 IT', 'IT', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28786, '00091d', 0, 'Proteam Computer Corp', '7F, No. 157. Section 2 Ta-Tung Rd Hsi-Chih Taipei Hsien 221 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28787, '70b3d5185', 0, 'R&D Gran-System-S Llc', 'F.Skoriny 54A Minsk NA 220141 BY', 'BY', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28788, 'd808f5', 0, 'Arcadia Networks Co Ltd', 'Cheung Sha Wan 5-B FL Kowloon 0633 HK', 'HK', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28789, 'f46abc', 0, 'Adonit Corp Ltd', '10689 Rm. A, 9F, No.107 Sec.4 Ren-Ai Rd., Taipei Taipei 10689 TW', 'TW', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28790, '0080e4', 0, 'Northwest Digital Systems, Inc', 'P.O. BOX 15288 SEATTLE WA 98115 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28791, '0050c23c5', 0, 'Silicon Optix Canada Inc', '2005 Sheppard Ave. East, Suite 100 Toronto Ontario L2J 5B4 CA', 'CA', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28792, '0050c27f7', 0, 'MangoDSP', 'Hartom 8 Jerusalem 45116 IL', 'IL', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28793, '00107d', 0, 'Aurora Communications, Ltd', 'P.O. BOX 1942 NSW 2113 AU', 'AU', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28794, '0050c20a2', 0, 'Jäger Computergesteuerte Meßtechnik GmbH', 'Rheinstratraße 2-4 Lorsch Hessen 64653 DE', 'DE', 'IAB', '2002-08-08', '2016-02-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28795, '0050c263c', 0, 'dPict Imaging, Inc', '3815 River Crossing Pkwy Indianapolis IN 46240 US', 'US', 'IAB', '2006-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28796, '002144', 0, 'SS Telecoms', '23 Botha Avenue Centurion Gauteng 0140 ZA', 'ZA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28797, '70b3d5353', 0, 'Digital Outfit', '329 15th St E North Vancouver BC V7L 2R6 CA', 'CA', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28798, '000250', 0, 'Geyser Networks, Inc', '535 Del Rey Avenue Sunnyvale CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28799, '0018c7', 0, 'Real Time Automation', '2825 N Mayfair Rd Ste 11 Wauwatosa WI 53222 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28800, '1c21d18', 0, 'Reliatronics Inc', '1858 Ranch Road 3232 Johnson City TX 78636 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28801, '1c88793', 0, 'Shenzhen Xiaoxi Tech Co, Ltd', '2F, Wing D, Building 5, Software Industry Base, No.14, Haitian 2nd Road, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28802, '282536', 0, 'Shenzhen Holatek Co, Ltd', 'Rm.1001,Unit 4,Bld.B,Kexing Science Park,Keyuan Road, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28803, '70b3d5401', 1, 'Private', '', '', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28804, '001345', 0, 'Eaton Corp', '4201 North 27th Street Milwaukee Wisconsin 53216 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28805, '40d85504f', 0, 'Haein S&S Co, Ltd', '#1213 12th FL Daeryoung Teco town Seoul 153-802 KR', 'KR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28806, '70b3d539a', 0, 'Videotrend srl', 'Via Brughetti 9/H Bovisio Masciago Monza Brianza 20813 IT', 'IT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28807, '4882f2', 0, 'Appel Elektronik GmbH', 'Ludwig-Rinn-Str.10 Heuchelheim Hessen 35452 DE', 'DE', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28808, '1063c8', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28809, '0050c2214', 0, 'Oshimi System Design Inc', '2-55-2 Arakawa-ku Tokyo 116-0002 JP', 'JP', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28810, '0021fd', 0, 'Lacroix Traffic S.A.U', 'Majada 4 Tres Cantos Madrid 28760 ES', 'ES', 'MA-L', '2008-10-25', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28811, '7440bb', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28812, '50de194', 0, 'Langogo Tech Co, Ltd', '2/F, Boxun Building, Keyuan North Road, Nanshan District Shenzhen Guangdong 518103 CN', 'CN', 'MA-M', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28813, '0030a9', 0, 'Netiverse, Inc', '100 Century Center Court San Jose CA 95112 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28814, '8c57fd', 0, 'Lvx Western', '700 54th ave North St. Cloud MN 56303 US', 'US', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28815, 'f88a3c5', 0, 'Kokkia Inc', '43575 Mission Blvd, #302 Fremont CA 94539 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28816, '982a69', 0, 'Friends of the electronic equipment (Shanghai) Co', 'Free Trade Area of ​​trial test all the way 115 West, Building 1, Building 2, J1 site Shanghai 200120 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28817, '809621', 0, 'Lenovo', '1009 Think Place Morrisvilee NC 27560 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28818, '8489ec9', 0, 'Shenzhen Xtooltech Co, Ltd', '10574 Acacia St, Suite D4 Rancho Cucamonga CA 91730 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28819, '3cf72a', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28820, 'ecb907', 0, 'CloudGenix Inc', '2933 Bunker Hill Lane Santa Clara CA 95054 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28821, '0050c286e', 0, 'Hanyang Electric CP., Ltd', '603-2, Janggok-ri, Jori-eup Paju Gyeonggi-do 413-825 KR', 'KR', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28822, '002587', 0, 'Vitality, Inc', 'One Broadway Cambridge MA 02142 US', 'US', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28823, 'd43ae9', 0, 'Dongguan ipt Industrial Co, Ltd', 'No.66-1.Ist New Area, Nanshe Dist., Chigang,Humen, Dongguan Guangdong 52390 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28824, 'e83381', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-08-28', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28825, '20d80b', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28826, '00062a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28827, '000f24', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28828, '00078d', 0, 'NetEngines Ltd', '146 Walnut Tree Close GUI 4UB GB', 'GB', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28829, '0050c2bb9', 0, 'Toptech Systems, Inc', '280 Hunt Park Cove Longwood FL 32750 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28830, 'c4d197', 0, 'Ventia Utility Services', 'Level 4, Tower 1, 495 Victoria Avenue Chatswood NSW 2067 AU', 'AU', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28831, '189ba56', 0, 'Mantra Softech India Pvt Ltd', 'B203, Shapath Hexa, S.G. Highway, Sola, Ahmedabad Gujarat 380060 IN', 'IN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28832, '8c6dc4', 0, 'Megapixel VR', '340 S. Lemon Ave Walnut CA 91789 US', 'US', 'MA-L', '2018-09-28', '2018-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28833, '0000f6', 0, 'Applied Microsystems Corp', '5020 148 AVENUE, N.E. REDMOND WA 98073-9702 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28834, '0005b4', 0, 'Aceex Corp', '2F, No. 2, Alley 1, Sze-Wei Lane 23138 TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28835, '000dee', 0, 'Andrew RF Power Amplifier Group', '40 Technology Drive Warren NJ 07059 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28836, '6c0f6a', 0, 'Jdc Tech Co, Ltd', '370-12 Daemyung-ri Daegot-myun Kimpo-si Kyunggi-do 410-853 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28837, '2856c1', 0, 'Harman/Becker Automotive Systems GmbH', '15th Fl, 400 Atlantic Street Stamford CT 06901 US', 'US', 'MA-L', '2017-07-14', '2020-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28838, '00c0f2', 0, 'Transition Networks', '10900 Red Circle Dr. MInnetonka MN 55343 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28839, '00005c', 0, 'Telematics International Inc', '1201 CYPRESS CREEK RD FT. LAUDERDALE FL 33309 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28840, '9ab2f8', 0, 'Sff Committee', '14426 Black Walnut Court Saratoga CA 95070 US', 'US', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28841, '70b3d5c8e', 0, 'Coral Telecom Ltd', 'E-2, Sector 63 Noida Uttar Pradesh 201301 IN', 'IN', 'MA-S', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28842, '001c14', 0, 'VMware, Inc', '3401 Hillview Avenue Palo Alto CA 94304 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28843, '9002a9', 0, 'Zhejiang Dahua Tech Co, Ltd', 'NO.1199 BinAn Road Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28844, 'ecaa25', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28845, '6891d06', 0, 'femrice', 'Rm408,Tower B,Jiahu Building,Shangdi 3rd Street,Haidian,Beijing,China Beijing 100085 CN', 'CN', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28846, '1c232c', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28847, 'c4237a', 0, 'WhizNets Inc', '830 Stewart Drive Sunnyvale California 94085 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28848, '6c8336', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28849, '70b3d55ae', 0, 'TinTec Co, Ltd', '#825 101, Magokseo-ro, Gangseo-gu Seoul 07798 KR', 'KR', 'MA-S', '2019-06-05', '2019-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28850, '080019', 0, 'General Electric Corp', '1285 BOSTON AVENUE BRIDGEPORT CT 06602 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28851, '000baf', 0, 'Wooju Communications Co,.Ltd', 'B-713, SK Twin Tech Tower, 345-9, Ga-San Seoul 153-802 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28852, '2c00f7', 0, 'Xos', '15 Tech Valley Drive East Greenbush NY 12061 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28853, '200bc7', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28854, '0050c26ae', 0, 'Qualisys AB', 'Packhusgatan 6 Gothenburg 41113 SE', 'SE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28855, '002255', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28856, '70b3d5a2b', 0, 'Clever Devices', '300 Crossways Park Dr Woodbury NY 11797 US', 'US', 'MA-S', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28857, '3018cf', 0, 'Deos control systems GmbH', 'Birkenallee 113 Rheine NRW 48432 DE', 'DE', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28858, 'e0d848', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28859, '0050c2e1a', 0, 'Rosslare Enterprises Ltd', 'Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK', 'HK', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28860, '0050c2ed7', 0, 'Fbt Elettronica spa', 'Via P. Soprani 1 Recanati Macerata 62019 IT', 'IT', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28861, '646cb2', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28862, 'c4d8f3', 0, 'iZotope', '60 Hampshire St Cambridge MA 02139 US', 'US', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28863, '001569', 0, 'Peco II, Inc', '7060 Huntley Road Columbus OH 43229 US', 'US', 'MA-L', '2005-08-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28864, '001c8e', 0, 'Alcatel-Lucent Ipd', '701 E. Middlefield Rd. Mountain View CA 94043 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28865, '0017e0', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28866, 'ace348', 0, 'MadgeTech, Inc', '879 Maple St Contoocook NH 03229 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28867, '30493b', 0, 'Nanjing Z-Com Wireless Co, Ltd', 'Z-Com Building,NO.30 Jiangsu Software Park,NO.699-22 Xuanwu Avenue, Nanjing Jiangsu 210042 CN', 'CN', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28868, '60efc6', 0, 'Shenzhen Chima Tech Co Ltd', '5F, TongXin Technology Park,HengGang,LongGang,Shenzhen,China Shenzhen GuangDong 518115 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28869, '70b3d5e29', 0, 'Invent Vision - iVision Sistemas de Imagem e Visão S.A.', 'R. Prof. José Vieira de Mendonça, 770, 2° andar - BHTEC, Parque Tecnológico de Belo Horizonte Belo Horizonte Minas Gerais 31310-260 BR', 'BR', 'MA-S', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28870, '6cc63b', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2019-10-23', '2019-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28871, '003066', 0, 'Rfm', '3079 Premiere Pkwy Duluth GA 30097 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28872, '00c0cf', 0, 'Imatran Voima OY', 'IVO FI', 'FI', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28873, 'e435fb', 0, 'Sabre Tech (Hull) Ltd', '3a Newlands Science Park Hull East Yorkshire HU6 7TQ GB', 'GB', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28874, '0050c21ba', 0, 'Interzeag AG', 'Rietbachstrasse 5 Schlieren CH-8952 CH', 'CH', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28875, '000deb', 0, 'CompXs Ltd', 'Robert Denholm House Redhill Surrey RH1 4HW GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28876, '0025f6', 0, 'netTALK.com, Inc', '1100 NW 163RD DRIVE NORTH MIAMI BEACH FL 33169 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28877, '0050c2bbf', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28878, 'c464e3', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28879, 'd058c0', 0, 'Qingdao Haier Multimedia Ltd', 'Pingban Building, Haier Industry Park, Laoshan District, Qingdao Shandong 266103 CN', 'CN', 'MA-L', '2018-10-25', '2018-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28880, '080002', 0, 'Bridge Communications Inc', '2081 STIERLING ROAD MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28881, '0009f9', 0, 'Art Japan Co, Ltd', '322-7, Ichinotsubo, Kawasaki Kanagawa 211-0016 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28882, '44d791', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28883, '18622c', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR', 'FR', 'MA-L', '2013-07-12', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28884, '70b3d5633', 0, 'Observer Foundation', 'Narva mnt 5 Tallinn city Harju county 10117 EE', 'EE', 'MA-S', '2019-01-04', '2019-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28885, '18ff0f', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28886, 'f40e11a', 0, 'Kodpro Ltd', 'Room 801, 8/F, Opulent Bldg., Hong Kong Wan Chai 999077 HK', 'HK', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28887, '70b3d54a9', 0, 'Warecube, Inc', '3F, 119-59, Sasadong Ansansi Gyunggido 426-220 KR', 'KR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28888, '70b3d540f', 0, 'Nexelec', '15 Allée FJ BROUSSAIS VANNES 56000 FR', 'FR', 'MA-S', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28889, 'd49aa0', 0, 'Vnpt Tech', 'HoaLac Hi-Tech Park HANOI HANOI 10000 VN', 'VN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28890, '000e90', 0, 'Ponico Corp', '602, Ace Twin Tower 1, 212-1 Guro-dong Gurogu Seoul 152-766 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28891, '0016c7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28892, '0014b8', 0, 'Hill-Rom', '1125 E. Pearl Street Batesville IN 47006 US', 'US', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28893, '0050c24ad', 0, 'Openpeak, Inc', '5355 Town Center Rd Boca Raton FL 33486 US', 'US', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28894, 'ac64dd5', 0, 'Shanghai Zte Tech Co, Ltd', 'Bibo Road, Shanghai Pudong Zhangjiang Hi-Tech Park, Building No. 889, ZTE H Block 6F SHANGHAI SHANGHAI 201210 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28895, '18937f', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28896, '00208c', 0, 'Galaxy Networks, Inc', '9348 DE SOTO AVENUE CHATSWORTH CA 91311 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28897, '0001f1', 0, 'Innovative Concepts, Inc', '8200 Greensboro Drive McLean VA 22102 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28898, '0050c2ef7', 0, 'Amstelland Electronic BV', 'Amsteldijk Noord 194 Uithoorn Noord Holland 1422 XZ NL', 'NL', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28899, '28fd808', 0, 'Jasco Products Co', '10 East Memorial Road Oklahoma City Oklahoma 73114 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28900, '70b3d5310', 0, 'Conserv Solutions', '2222 2nd Ave N. Suite 204 Birmingham AL 35203 US', 'US', 'MA-S', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28901, '0008b3', 0, 'Fastwel', 'Profsoyuznaya 108, Moscow 117313 RU', 'RU', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28902, '0050c245c', 0, 'Deister Electronic GmbH', 'Hermann-Bahlsen-Str. 11 Barsinghausen Niedersachsen 30890 DE', 'DE', 'IAB', '2005-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28903, '0050c2441', 0, 'Sammi Information Systems Co, Ltd', '103-15, Galwor-dong, Yongsan-gu Seoul 140-807 KR', 'KR', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28904, '244c07', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28905, '80615f', 0, 'Beijing Sinead Tech Co, Ltd', 'Room 504,Block A, New material Building, Yongfeng industrial, Haiding District, Beijing.China Beijing Beijing 100000 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28906, '1c8259a', 0, 'ESTec Corp', '22, Yusangongdan 9-gil Yangsan Gyeongsangnam-do 50592 KR', 'KR', 'MA-M', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28907, '00c038', 0, 'Raster Image Processing System', '4665 NAUTILUS COURT SOUTH BOULDER CO 80301 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28908, '000ff5', 0, 'GN&S Co', '301 Ansan S/W center, 643-7 wongok-dong Ansan city Gyeonggi-do 425-130 KR', 'KR', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28909, '002257', 0, '3com Europe Ltd', 'Peoplebuilding 2 Hemel Hempstead HERTS. HP2 4NW GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28910, 'd08999', 0, 'Apcon, Inc', '9255 SW Pioneer Court Wilsonville OR 97070 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28911, '70b3d5fe9', 0, 'Camsat Przemysław Gralak', 'Ogrodowa 2A Solec Kujawski 86-050 PL', 'PL', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28912, '0c72d9', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28913, '8c7bf0', 0, 'Xufeng Development Ltd', 'FLAT/RM1616 16F INTERATIONAL TRADE CENTRE 11-19 SHA TSUI RD TSUEN WAN HongKong HongKong 999077 HK', 'HK', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28914, 'b0b3536', 0, 'Hangzhou Hikrobot Tech Co, Ltd', 'Room 304, Unit B, Building 2, 399 Danfeng Road, Binjiang District, Hangzhou, Zhejiang Hangzhou 310052 CN', 'CN', 'MA-M', '2019-11-23', '2019-11-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28915, '0001e5', 0, 'Supernet, Inc', '135-080 Daemeong Bldg. KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28916, '000450', 0, 'Dmd Computers Srl', 'Via Monviso, 14 IT', 'IT', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28917, '5ce0c5', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28918, '582af7', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28919, 'e037bf', 0, 'Wistron Neweb Corp', 'No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28920, '0007a5', 0, 'Y.D.K Co Ltd', '1705, Oshitate, Inagi-City, JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28921, '00129e', 0, 'Surf Communications Inc', 'Room 313, 3F, Bldg.52, No. 195, Chung Hsing Rd., Sec 4, Chutung, HsinChu, Taiwan HsinChu 310 TW', 'TW', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28922, '0050c231f', 0, 'Geotech Instruments, Llc', '10755 Sanden Drive Dallas TX 75238 US', 'US', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28923, '80a036', 0, 'Shanghai Mxchip Information Tech Co, Ltd', '9th Floor, No. 5 Building, 2145 Jinshajiang Rd., Putuo District Shanghai 200333 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28924, '0024cb', 0, 'Autonet Mobile', '2235 Mercury Way Ste. 145 Santa Rosa CA 95407 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28925, '3859f9', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2011-03-17', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28926, 'ea9fb1', 0, 'Philips International B.V.', 'High Tech Campus 5 Eindhoven Noord Brabant 5656 AE NL', 'NL', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28927, '588d64', 0, 'Xi\'an Clevbee Tech Co, Ltd', 'FLOOR 7, TOWER B, POSCO CENTER, NO. 13 ZONE FOUR WANGJING EAST PARK, CHAOYANG DISTRICT, BEIJING Beijing 100012 CN', 'CN', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28928, 'e41e0ab', 0, 'Safety Vision, Llc', '6100 West Sam Houston Parkway North Houston TX 77041-5113 US', 'US', 'MA-M', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28929, '646266d', 0, 'Kobol Innovations Pte. Ltd', '101 Cecil Street, #26-01/07 Tong Eng Building Singapore 069533 SG', 'SG', 'MA-M', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28930, '000335', 0, 'Mirae Tech', '211-15, Hon Hyun-dong, Seoul KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28931, '0050c270f', 0, 'Zumbach Electronic AG', 'Hauptstrasse 93 Orpund Bern 2552 CH', 'CH', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28932, 'a865b2', 0, 'Dongguan Yishang Electronic Tech Co, Ltd', '3rd floor, B# Building ,Houdefu Logistics Park,Qingshuiao, Dongguan Guangdong 523062 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28933, '4418fd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28934, '1407e0', 0, 'Abrantix AG', 'Foerrlibuckstrasse 66 Zuerich ZH 8005 CH', 'CH', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28935, '10a5d0', 0, 'Murata Manufacturing Co, Ltd', '1-10-1,Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28936, '707db9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28937, '70b3d5861', 0, 'Kst Tech', '164-1, KST b/d., Bangi-dong, songpa-gu SEOUL N/A 138-050 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28938, '3c24f0c', 0, 'Authentico Tech', 'Erikdahlbergsgatan 4 Göteborg 41126 SE', 'SE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28939, '001a8c', 0, 'Sophos Ltd', 'The Pentagon Abingdon Oxfordshire OX14 3YP GB', 'GB', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28940, 'd85d4c', 0, 'TP-Link Tech Co, Ltd', 'Building 7, Second Part, Honghualing Industrial Zone Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28941, '000e77', 0, 'Decru, Inc', '275 Shoreline Dr Redwood City CA 94065 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28942, '98fdb4', 0, 'Primax Electronics Ltd', 'No. 669, Ruey Kuang Road, Neihu Taipei Taiwan, R.O.C. TW', 'TW', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28943, '34d0b8b', 0, 'Orosound Sas', '48 RUE AMELOT PARIS 75011 FR', 'FR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28944, '000c7e', 0, 'Tellium Inc', '2 Crescent Place Oceanport New Jersey 07757 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28945, 'c0c976', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28946, '0012e1', 0, 'Alliant Networks, Inc', '1259 Birchwood Dr. Sunnyvale CA 94089 US', 'US', 'MA-L', '2004-11-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28947, '9c4e8e', 0, 'Alt Systems Ltd', 'PoBox 17 Helsinki 00761 FI', 'FI', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28948, '0050c2a62', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'IAB', '2009-02-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28949, '70b3d524a', 0, 'Unmukti Tech Pvt Ltd', '2/288, Vishwas Khand, Gomti Nagar Lucknow Uttar Pradesh 226010 IN', 'IN', 'MA-S', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28950, '70b3d5fce', 0, 'FX Tech Ltd', '38a High Street, Northwood Middlesex - HA6 1BN GB', 'GB', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28951, '00c07a', 0, 'Priva B.V.', 'P.O. BOX 18 NL', 'NL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28952, '0050c2a59', 0, 'Gsp Sprachtechnologie GmbH', 'Teltowkanalstr. 1 Berlin 12247 DE', 'DE', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28953, '90eed9', 0, 'Universal DE Desarrollos ElectrÓNicos, SA', 'CRTA DE CASTELLAR, 298 TERRASSA BARCELONA 08226 ES', 'ES', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28954, '70b3d5bcc', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28955, '0004c0', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28956, '106682', 0, 'Nec Platforms, Ltd', '800 Shimomata Kakegawa Shizuoka 436-8501 JP', 'JP', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28957, '0c722c', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28958, '601e02', 0, 'EltexAlatau', 'Ibragimova 9 Almaty Province 050032 KZ', 'KZ', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28959, 'c0854c', 0, 'Ragentek Tech Group', 'D10/D11,No.3188, Xiupu Road, PuDong District, Shanghai Shanghai 201315 CN', 'CN', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28960, 'bc2e48', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28961, '68ff7b', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-10-30', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28962, '00107c', 0, 'P-Com, Inc', '3175 S. WINCHESTER BLVD. CAMPBELL CA 95008 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28963, '0050c250c', 0, 'Airwise Tech Co, Ltd', '21 Fl-3, No. 107, Sec. Jhongshan Road Sinjhuang City Taipei County 24250 TW', 'TW', 'IAB', '2005-09-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28964, '0050c2a8b', 0, 'Navicron Oy', 'Teknologiantie 7A Oulu 90570 FI', 'FI', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28965, '9857d3', 0, 'Hon Hai-Ccpbg Precision Ind.Co, Ltd', '5F, No.9,Li-Hsin Road V,Science Park Hsinchu 300 TW', 'TW', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28966, 'd86595', 0, 'Toy\'s Myth Inc', '304, Yongsan-gu Changup-Jiwon center Seoul 140-240 KR', 'KR', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28967, '00dd05', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28968, '7812b8', 0, 'Orantek Ltd', '5/F, Building E, Dakan Tech Park, Dakan village, Xili Town, Nanshan District, Shenzhen, China Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28969, 'f0d3e7', 0, 'Sensometrix SA', 'Rue Albert Richard 2 Geneva GE 1201 CH', 'CH', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28970, '80f503', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-10-13', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28971, 'ac2205', 0, 'Compal Broadband Networks, Inc', '13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28972, '70b3d5ba2', 0, 'Mamac Systems, Inc', '8189 Century Blvd. Chanhassen null 55317-8002 US', 'US', 'MA-S', '2017-09-27', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28973, '70b3d5f9b', 0, 'EvoLogics GmbH', 'Ackerstr. 76 Berlin 13355 DE', 'DE', 'MA-S', '2018-08-22', '2018-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28974, '90e2fc1', 0, 'Yite Tech', 'No. 56, Xiaobei Rd., North Dist tainan 70448 TW', 'TW', 'MA-M', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28975, '0009fd', 0, 'Ubinetics Ltd', 'Cambridge Technology Centre Melbourn Hertfordshire SG8 6DP GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28976, '002368', 0, 'Zebra Tech Inc', '475 Half Day Road Lincolnshire IL 60069 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28977, '58b9e1', 0, 'Crystalfontz America, Inc', '12412 E. Saltese Ave. Spokane Valley WA 99216 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28978, '505ac6', 0, 'Guangdong Super Telecom Co, Ltd', '4/F,NO.1025-1027 Gaopu Rd Guangzhou Guangdong 510663 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28979, '0011ec', 0, 'Avix Inc', '1-1, Fukuura, Kanazawa-ku Yokohama-shi Kanagawa 236-0004 JP', 'JP', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28980, '0016d5', 0, 'Synccom Co, Ltd', '#306 Myungi e-space 218-20 Anyang-si Kyungki-do 430-817 KR', 'KR', 'MA-L', '2005-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28981, '0015da', 0, 'Iritel A.D.', 'Batajnicki put 23 Beograd Serbia 11080 YU', 'YU', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28982, '0050c267a', 0, 'CC Systems AB', 'Box 83 Alfta 82222 SE', 'SE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28983, '00233b', 0, 'C-Matic Systems Ltd', 'Warren Court Crowborough East Sussex TN6 2QX GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28984, '0050c2c10', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28985, '0050c2e21', 0, 'Norwia AS', 'PO Box 14 Sandefjord 3201 NO', 'NO', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28986, '58fcdb4', 0, 'InForce Computing, Inc', '48820 Kato Road Fremont CA 94538 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28987, '0050ba', 0, 'D-Link Corp', '2F, NO. 233L-2, PAO-CHIAO RD. TAIPEI 0000 TW', 'TW', 'MA-L', '2000-11-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28988, '000dbc', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28989, '0050c23e2', 0, 'SysNova', 'Herweg 24 Maennedorf Zurich 8708 CH', 'CH', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28990, '0050c2612', 0, 'Ihp-GmbH', 'Im Technologiepark 25 Frankfurt (Oder) Brandenburg 15236 DE', 'DE', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28991, '001b0d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-01-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28992, 'f4a294', 0, 'Eagle World Development Co, Ltd', '1F, CMA Bldg., 64 Connaught Road Central Hong Kong 00852 HK', 'HK', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28993, 'f4dbe6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28994, '6a9da4', 0, 'Global Reach Tech', 'Craven House London WC1V 7DN GB', 'GB', 'CID', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28995, '0050b3', 0, 'Voiceboard Corp', '3151 WEST FIFTH STREET OXNARD CA 93030 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28996, '000d98', 0, 'S.W.A.C. Schmitt-Walter Automation Consult GmbH', 'Oedenpullach 1 Oberhaching Bavaria 82041 DE', 'DE', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28997, '0050c2845', 0, 'VisualSonics Inc', '3080 Yonge St Toronto Ontario M4N3N1 CA', 'CA', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28998, '40d85512b', 0, 'Mango Dsp, Inc', '83 East Ave. Norwalk CT 06877 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(28999, '508acb', 0, 'Shenzhen Maxmade Tech Co, Ltd', 'Building 3,No.5 Fuqiao Industrial Estate, Shenzhen Guangdong 518103 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29000, '0050c2e31', 0, 'Ensis Co, Ltd', '506-508 Doosanventuredigm, 1307-37 Dongan-gu Anyang 431-810 KR', 'KR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29001, 'e4956e5', 0, 'Elan Systems', '10 IHASZ STR BUDAPEST 1105 HU', 'HU', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29002, '000da4', 0, 'Dosch & Amand Systems AG', 'Scheinerstrasse 9 Munich Bavaria 81679 DE', 'DE', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29003, '0050c28c0', 0, 'S.C.E. s.r.l.', 'Via Giardini 1271/A Modena Mo 41100 IT', 'IT', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29004, '00210c', 0, 'Cymtec Systems, Inc', '10845 Olive Bouleveard St Louis MO 63141 US', 'US', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29005, '002720', 0, 'New-Sol Com', 'Bucheon Tecnopark 403-602 Bucheon city Kyoungki-do 420-734 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29006, 'c08170', 0, 'Effigis GeoSolutions', '4101, rue Molson Montreal Quebec H1Y3L1 CA', 'CA', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29007, '206c8a', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2016-08-05', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29008, '000399', 0, 'Dongju Informations & Communications Co, Ltd', '#305, Eunsuk Bldg. Samsung-dong Republic of KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29009, '004044', 0, 'Qnix Computer Co, Ltd', '8,9F KOREAN TEACHER\'S MUT.BLDG SEOUL KOREA 150-010 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29010, '00c06d', 0, 'Boca Research, Inc', '6401 CONGRESS AVENUE BOCA RATON FL 33487 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29011, '00d0e8', 0, 'Mac System Co, Ltd', 'R&D INSTITUTE KYUNGKI-DO KOREA, 430-017 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29012, '002544', 0, 'LoJack Corp', '780 Dedham Street Canton MA 02021 US', 'US', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29013, '0050c2e2a', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2011-08-06', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29014, '70b3d57cd', 0, 'Molekuler Goruntuleme A.S.', 'Tubitak-MAM, TEKSEB Kocaeli Kocaeli 41470 TR', 'TR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29015, '000717', 0, 'Wieland Electric GmbH', 'Brennerstraße 10-14 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29016, '001f6e', 0, 'Vtech Engineering Corp', '20 New England Business Center Andover MA 01810 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29017, 'e0aab0', 0, 'Suntaili Enterprise Co Ltd,', 'No. 6 ALY 3,LN 64 XINGFU RD, XINZHUNAG DISTRICT NEW TAIPEI CITY 242 TW', 'TW', 'MA-L', '2012-05-26', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29018, '0068eb', 0, 'HP Inc', '10300 Energy Dr Spring TX 77389 US', 'US', 'MA-L', '2019-09-05', '2019-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29019, '00d04f', 0, 'Bitronics, Inc', 'P.O. BOX 22290 LEHIGH VALLEY PA 18002-2290 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29020, '0026aa', 0, 'Kenmec Mechanical Engineering Co, Ltd', '3F, No. 97, Sec.2 Nan-Kang Rd., Taipei 11578 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29021, '0050c21d9', 0, 'Edc', 'Hansestr. 24 Muenster NRW 48163 GH', 'GH', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29022, 'f05849', 0, 'CareView Communications', '405 State HWY 121 BYP Lewisville Texas 75067 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29023, '0050c2adc', 0, 'Synthesechemie Dr. Penth GmbH', 'Lebacher Strasse 60 Heusweiler Saarland 66822 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29024, '6872dc', 0, 'Cetory.TV Co Ltd', 'Building C-1601, Tiley Central Plaza Shenzhen Guangdong 518054 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29025, 'd0fccc', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29026, '70b3d5114', 0, 'Project H Pty Ltd', '168 Abbotts Rd Glen Innes NSW 2370 AU', 'AU', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29027, 'ec01e2', 0, 'Foxconn Interconnect Tech', '66-1, Chungshan Rd., Tucheng Dist. New Taipei City Taiwan (R.O.C.) 23680 TW', 'TW', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29028, '001266', 0, 'Swisscom Hospitality Services SA', 'Chemin de l\'Etang 65 1211 Geneva CH', 'CH', 'MA-L', '2004-09-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29029, '347e39', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29030, '8ca982', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29031, '742857', 0, 'Mayfield Robotics', '400 Convention Way Redwood City CA 94063 US', 'US', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29032, '000cab', 0, 'Commend International GmbH', 'Hoelzlstrasse 561 Wals Salzburg A-5071 AT', 'AT', 'MA-L', '2003-04-11', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29033, '002252', 0, 'Zoll Lifecor Corp', '121 Freeport Road Pittsburgh PA 15238 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29034, '0026e6', 0, 'Visionhitech Co, Ltd', 'Vision bldg. 150-3 Buchon Kyunggi-Do 420-822 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29035, 'c46e1f', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29036, 'f802788', 0, 'Embux Tech Co, Ltd', '11F, 657, Bannan Road New Taipei City New Taipei City 235 TW', 'TW', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29037, '000570', 0, 'Baydel Ltd', 'Baydel House GB', 'GB', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29038, '001484', 0, 'Cermate Tech Inc', '7F-1, No 168 Lien-Chen Rd. Chung-Ho Dist New Taipei City TW', 'TW', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29039, '8844f6', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo NA 24101 FI', 'FI', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29040, '58e8769', 0, 'Tem Mobile Ltd', 'RM1703, North Block, Cangsong Building, Tairan 6 road, Futian District, Shenzhen. Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29041, '000b29', 0, 'LS(LG) Industrial Systems Co, Ltd', '533 Hogye-dong, Dongan-gu Anyang-si Gyeonggi-do KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29042, '002199', 0, 'Vacon Plc', 'P.O.Box 25 Vaasa 65380 FI', 'FI', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29043, '70b3d5394', 0, 'Romteck Australia', '40 O’Malley Street, Osborne Park Perth Western Australia 6017 AU', 'AU', 'MA-S', '2019-11-26', '2019-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29044, '001ef7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29045, 'b0f963', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29046, '08cc68', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29047, '443c9c', 0, 'Pintsch Tiefenbach GmbH', 'Beisenbruchstrasse 10 Sprockhoevel 45549 DE', 'DE', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29048, '60c5ad', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2016-03-01', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29049, 'c0288d', 0, 'Logitech, Inc', '4700 NW Camas Meadows Drive Camas WA 98607 US', 'US', 'MA-L', '2016-08-09', '2016-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29050, '8c192d5', 0, 'Elco(Tianjin)Electronics Co, Ltd', 'NO. 12 4th XEDA Branch Road,XiQing Economic Development Area Tianjin 300385 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29051, 'e0d4e8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29052, '0050ac', 0, 'Maple Computer Corp', '2F, NO. 184, SEC. 2 Taipei TJ', 'TJ', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29053, '00099d', 0, 'Haliplex Communications', 'PO Box 147 Mooroolbark Vic 3138 AU', 'AU', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29054, '08c6b3', 0, 'Qtech Llc', 'Novozavodskaya st. 18 build. 1 Moscow Moscow region 121309 RU', 'RU', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29055, 'e84943', 0, 'Yuge Information Tech Co Ltd', 'Room 303, Building No. 6, ShengRong Rd. 88, Pudong, Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29056, '0013c6', 0, 'OpenGear, Inc', '7984 South Welby Park #101 Salt Lake City UTAH 84088 US', 'US', 'MA-L', '2005-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29057, '70b3d55e9', 0, 'Zehetner-Elektronik GmbH', 'Florianerstrasse 19 Sankt Marien 4502 AT', 'AT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29058, '90c6822', 0, 'ekey biometric systems GmbH', 'Lunzerstrsasse 89 Linz Upper Austria 4020 AT', 'AT', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29059, '00eabd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29060, '000b09', 0, 'Ifoundry Systems Singapore', 'Block 1, Unit 101B, Innovation Centre, 1 637722 SG', 'SG', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29061, '0050c2c46', 0, 'Qne GmbH & Co KG', 'Alexanderstraße 124 Oldenburg Niedersachsen 26121 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29062, '8851fb', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29063, '74d637', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29064, '00e0af', 0, 'General Dynamics Information Systems', 'COMPUTING DEVICES, LTD. FALLS CHURCH VA 22042-4523 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29065, '0008e3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29066, '7c0bc6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29067, '00a0c9', 0, 'Intel Corp', '5200 NE ELAM YOUNG PARKWAY HILLSBORO OR 97124 US', 'US', 'MA-L', '1980-01-01', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29068, '044a50', 0, 'Ramaxel Tech (Shenzhen) Ltd Co', '2-5/F,North Block Southeast Industrial and Commercial Building Houhai Road,Shekou Shenzhen shenzhen guangdong 518067 CN', 'CN', 'MA-L', '2012-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29069, '001900', 0, 'Intelliverese - Dba Voicecom', '5900 Windward Parkway Alpharetta Georgia 30005 US', 'US', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29070, '005031', 0, 'Aeroflex Laboratories, Inc', '35 SOUTH SERVICE ROAD PLAINVIEW NY 11803 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29071, '00061e', 0, 'Maxan Systems', '1-84, Woulam-dong KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29072, 'c89f42', 0, 'Vdii Innovation AB', 'Nedre Holländaregatan 5 Helsingborg 25225 SE', 'SE', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29073, 'e0b6f50', 0, 'BeSTAR Corp', '8th F/L, UNIQUEST B/D, 314, Hwangsaeul-ro, Bundang-gu Seongnam-si Gyeonggi-do 13591 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29074, '00a063', 0, 'Jrl Systems, Inc', '8305 HWY 71 WEST AUSTIN TX 78735 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29075, '00076a', 0, 'Nexteye Co, Ltd', 'Shinsegi Plaza 4F, 900-9, Kyunggi 431-070 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29076, 'c0d3910', 0, 'Fuzhou Jinshi Tech Co, Ltd', 'Block A, Building 39#,District D, Software Park Fuzhou Fujian Province 350003 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29077, '0c73eb7', 0, 'Dinkle Enterprise Co, Ltd', 'No.19, Wuquan 2nd Rd., Wugu Dist. New Taipei City 24890 TW', 'TW', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29078, '0022d6', 0, 'Cypak AB', 'P.O. BOX 2332 Stockholm 103 18 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29079, '08ee8b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-08-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29080, '7ccbe21', 0, 'CeoTronics AG', 'Adam-Opel-Str. 6 Roedermark Hessen 63322 DE', 'DE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29081, 'e05a9fa', 0, 'Contemporary Amperex Tech Co, Ltd', 'No.2 Xingang Road, Zhangwan Town, Jiaocheng District Ningde Fujian 352000 CN', 'CN', 'MA-M', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29082, '008062', 0, 'Interface Co', '8-26 OZU 5-CHOME MINAMI-KU JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29083, '0050c2116', 0, 'Dsp Design Ltd', 'Tapton Park Innovation Centre Derbyshire S41 0TZ GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29084, '0050c293e', 0, 'Rcs Communication Test Systems Ltd', '4 Nahal Yavniel Str. Modiin 71700 IL', 'IL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29085, '70b3d5dd6', 0, 'Umweltanalytik Holbach GmbH', 'Sperberweg 3 Wadern 66687 DE', 'DE', 'MA-S', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29086, '80e540', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-11-21', '2019-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29087, '00a02c', 0, 'interWAVE Communications', '656 BAIR ISLAND BLVD.-STE.#108 REDWOOD CITY CA 94063-2704 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29088, '000d82', 0, 'Phsnet', 'Piazza Mariano Rumor, 18 Arcugnano Vicenza 36057 IT', 'IT', 'MA-L', '2003-06-30', '2018-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29089, '70b3d5326', 0, 'Nemeus-Sas', '1 rue de la Chalotais Bat A Cesson-Sévigné 35510 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29090, '003027', 0, 'Kerbango, Inc', '21771 STEVENS CREEK BLVD. #100 CUPERTINO CA 95014 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29091, '002520', 0, 'Sma Railway Tech GmbH', 'Miramstraße 87 Kassel Hesse 34123 DE', 'DE', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29092, '74e14a6', 0, 'Emerging Tech (Holdings) Ltd', '17/F, C-Bons International Center, 108 Wai Yip Street, Hong Kong Hong Kong Hong Kong CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29093, '70b3d5abc', 0, 'Bkm-Micronic Richtfunkanlagen GmbH', 'Im Steinernen Kreuz 19 Wurmberg 75449 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29094, 'd8e0b8', 0, 'Bulat Llc', 'Zagorievsiy proezd 1, room 7 Moscow 115547 RU', 'RU', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29095, '000fd4', 0, 'Soundcraft', 'Cranborne House Potters Bar Hertfordshire EN6 3JN GB', 'GB', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29096, '001a75', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2006-11-29', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29097, '1c4419', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29098, 'ac9232', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29099, '000fcc', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2004-04-03', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29100, '0050c2c93', 0, 'Sensair Pty Ltd', '79 Crooke Road Castella Victoria 3777 AU', 'AU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29101, '001c83', 0, 'New Level Telecom Co, Ltd', 'INNOPLEX 1-703 Seoul 153-803 KR', 'KR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29102, '70b3d5279', 0, 'Medicomp, Inc', '600 Atlantis Rd Melbourne FL 32904 US', 'US', 'MA-S', '2017-08-14', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29103, '0050c20c4', 0, 'InterEpoch Tech, Inc', '&f, No. 3, Alley 6, Lane 235 Taipei Hsien 000 TW', 'TW', 'IAB', '2002-08-08', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29104, '000ed1', 0, 'Osaka Micro Computer.', 'Isonokamicyo 3-11-7 Kishiwada Osaka 5960001 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29105, '583cc6', 0, 'Omneality Ltd', '10B Glossop Road South Croydon Surrey CR2 0PU GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29106, 'e44e18', 0, 'Gardasoft VisionLimited', 'Units 1 and 2, Castle Acres Cambridge CB23 4JQ GB', 'GB', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29107, '0050c2528', 0, 'Tattile Srl', 'Via Trento 127/129 Capriano del Colle Brescia 25020 IT', 'IT', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29108, '0017ef', 0, 'Ibm Corp', '2051 Mission College Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29109, 'bcad28', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.469,Jianghui Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29110, '70b3d5f13', 0, 'Mediam Sp. z o.o.', 'Wadowicka 12 Kraków 30-415 PL', 'PL', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29111, '000c75', 0, 'Oriental integrated electronics. Ltd', '281-34 Dondang-dong Wonmi-Gu Bucheon 420-808 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29112, '38ec11', 0, 'Novatek Microelectronics Corp', 'No.1-2 Innovation Rd I., Hsinchu 300 TW', 'TW', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29113, '0050c2785', 0, 'Icon Time Systems', '15201 NW Greenbrier Pkwy, Suite A1 Beaverton Oregon 97006 US', 'US', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29114, '1800db', 0, 'Fitbit Inc', '150 Spear St Ste 200 San Francisco CA 94105 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29115, 'ccd39da', 0, 'Lubelskie Fabryki Wag Fawag S.A.', 'Łęczyńska 58 Lublin 20-954 PL', 'PL', 'MA-M', '2018-10-15', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29116, '70b3d5899', 0, 'Viotec Usa', '3 East Third Ave San Mateo CA 94401 US', 'US', 'MA-S', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29117, '00d0d8', 0, '3com', '2133 LEGHORN STREET MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29118, '000a26', 0, 'Ceia S.p.A.', 'Zona Industriale di Viciomaggio 54 Arezzo AR 52040 IT', 'IT', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29119, '001b1e', 0, 'Hart Communication Foundation', 'STE 1-350 Austin TX 78759 US', 'US', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29120, '683e34', 0, 'Meizu Tech Co, Ltd', 'MEIZU Tech Bldg., Technology & Innovation Coast Zhuhai Guangdong 519085 CN', 'CN', 'MA-L', '2015-05-12', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29121, '080059', 0, 'A/S Mycron', 'PO BOX 6199 NO', 'NO', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29122, '0011ba', 0, 'Elexol Pty Ltd', 'Level 2 / 146 Bundall Road Bundall Queensland 4217 AU', 'AU', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29123, '1862e4', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29124, '74f8dba', 0, 'Ballard Tech, Inc,', '11400 Airport Rd Everett 98204 US', 'US', 'MA-M', '2015-05-06', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29125, 'b0672f', 0, 'Bowers & Wilkins', '900 Middlefield Rd Floor 4 Redwood City CA 94063 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29126, '78d347', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2019-03-08', '2019-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29127, '0050c2305', 0, 'Symbium Corp', '603 March Road, Suite 100 Kanata Ontario K2K 2M5 CA', 'CA', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29128, '0015f8', 0, 'Kingtronics Industrial Co Ltd', 'Penthouse, Century Centre, Kowloon HK', 'HK', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29129, '3873ea0', 0, 'L-3 Communications Mobile-Vision, Inc', '400 Commons Way STE F Rockaway 07866 US', 'US', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29130, '1cba8c', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2013-01-09', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29131, '70b3d5359', 0, 'Boutronic', 'Edisonstraat 24 \'s-Gravenzande Nederland 2691GT NL', 'NL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29132, '40d8550ea', 0, 'A-Z-E', 'Brendelweg 98 Delmenhorst Niedersachsen 27755 DE', 'DE', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29133, 'd4b709', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29134, '00c0f7', 0, 'Engage Communication, Inc', '9053 SOQUEL DRIVE APTOS CA 95003-4034 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29135, '001dfe', 0, 'Palm Inc', '950 West Maude Ave Sunnyvale CA 94085 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29136, '0050c20c2', 0, 'Alchemy Semiconductor, Inc', '7800 Shoal Creek Blvd. Austin TX 78757 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29137, '00210b', 0, 'Gemini Traze Rfid Pvt. Ltd', '1, DR. RANGA ROAD CHENNAI TAMILNADU 600018 IN', 'IN', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29138, '00126c', 0, 'Visonic Tech 1993 Ltd', '24 Habarzel St. Tel Aviv 69710 IL', 'IL', 'MA-L', '2004-10-10', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29139, '5c666c', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-06-24', '2019-06-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29140, '000661', 0, 'Nia Home Tech Corp', 'Innovation Incubator, NTHU, Hsinchu 30013, TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29141, '0007d7', 0, 'Caporis Networks AG', 'Süggelstraße 31 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29142, 'cc89fd', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29143, 'f41e5e', 0, 'RtBrick Inc', '26 Kingston Terrace Princeton NJ 08540 US', 'US', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29144, '004010', 0, 'Sonic Systems, Inc', '575 PASTORIA NORTH AVENUE SUNNYVALE CA 940867 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29145, '50c271', 0, 'Securetech Inc', '#304, 799 Kwanyang-dong, Dongan-gu, Anyang-ci Gyunggi-do 431-767 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29146, '0050c2ccf', 0, 'Task Sistemas DE Computacao Ltda', 'Rua 2 / 112 Jardim Itatiaia Itatiaia Rio de Janeiro 27580-000 BR', 'BR', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29147, 'fcc23d', 0, 'Atmel Corp', '1150 E Cheyenne Mtn Blvd Colorado Springs CO 80906 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29148, 'd4dc09', 0, 'Mist Systems, Inc', '1601 South De Anza Blvd, Suite 248 Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-18', '2019-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29149, '000409', 0, 'Cratos Networks', '313 Littleton Road Chelmsford MA 01824 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29150, '000420', 0, 'Slim Devices, Inc', '12 South First St. San Jose CA 95113 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29151, '0006c4', 0, 'Piolink Inc', 'IT Castle 1-401, 550-1 Gasan-dong, Seoul 153-803 KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29152, '000bf5', 0, 'Shanghai Sibo Telecom Tech Co, Ltd', 'Floor 6 Building 18,300 Tianlin Rd. Shanghai 200233 CN', 'CN', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29153, '001989', 0, 'Sonitrol Corp', '1707 Orlando Central Pkwy. Orlando FL 32809 US', 'US', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29154, '0024bd', 0, 'Hainzl Industriesysteme GmbH', 'Industriezeile 56 Linz Upper Austria 4021 AT', 'AT', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29155, '0c565c', 0, 'HyBroad Vision (Hong Kong) Tech Co Ltd', 'Unit 1808 18/F Tower 3 Enterprise Square Kowloon Bay HK', 'HK', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29156, '44ad19', 0, 'Xingfei (H.K)Ltd', '6/F North Tower Wandelai Building  No.29 Kejinan 6th Road, Nanshan District,Shenzhen,China Shenzhen 518057 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29157, '00a037', 0, 'Mindray DS Usa, Inc', '800 Macarthur Blvd. Mahwah NJ 07430 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29158, '001093', 0, 'Cms Computers, Ltd', '201 ARCADIA MUMBAI 400 0021 IN', 'IN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29159, 'b09122', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29160, '70b3d512e', 0, 'GreenFlux', 'Mauritskade 63 Amsterdam 1092 AD NL', 'NL', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29161, '9c84bf', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29162, '00583f', 0, 'PC Aquarius', 'Comcity Office Park, Kievskoe shosse, est.6, bld. 1, Rumyantsevo, Moscow, 108811, RF Moscow 108811 RU', 'RU', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29163, '000aa6', 0, 'Hochiki Corp', '246, TSURUMA MACHIDA TOKYO 194-8577 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29164, '0018d8', 0, 'Arch Meter Corp', '4F, No.3-2, Industry E. Rd. Hsinchu TW', 'TW', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29165, '209bcd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29166, 'b0d568', 0, 'Shenzhen Cultraview Digital Tech Co, Ltd', 'F6,M6,Maqueling, High-tech park, Nanshan district Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29167, '0050c269a', 0, 'StoreTech Ltd', '73 - 75 Upper Richmond Road Putney London SW15 2SR GB', 'GB', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29168, '74e50b', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29169, '248be0', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29170, '00e016', 0, 'Rapid City Communications', '555 CLYDE AVE. MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29171, '001b17', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2007-01-16', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29172, '70b3d5bda', 0, '5-D Systems, Inc', '1 Chisholm Trail Round Rock TX 78681 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29173, '4cbd8f', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.555 Qianmo Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-05-24', '2017-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29174, '0050c288d', 0, 'L3 Communications Nova Engineering', '5 Circle Freeway Drive Cincinnati OH 45246 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29175, '00237d', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2008-10-25', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29176, 'ece915', 0, 'Sti Ltd', 'Osborn Way Hook Hampshire RG27 9HX GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29177, 'd8c4e9', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29178, '1899f5', 0, 'Sichuan Changhong Electric Ltd', 'No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN', 'CN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29179, '70b3d5bff', 0, 'Sunsa, Inc', '3422 Fait Ave Baltimore MD 21224 US', 'US', 'MA-S', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29180, '000103', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '2000-11-09', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29181, '001597', 0, 'Aeta Audio Systems', '18-22, avenue Edouard Herriot Le Plessis Robinson 92350 FR', 'FR', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29182, '0050c2be0', 0, 'Phaedrus Ltd', '5 Marsh House Mill Darwen Lancashire BB3 3JJ GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29183, '3095e3', 0, 'Shanghai Simcom Ltd', 'Building A,SIM Technology Building,No.633, Jinzhong Road,Changning District , Shanghai, P.R.China Shanghai / 200355 CN', 'CN', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29184, 'e81363', 0, 'Comstock RD, Inc', '4415 Mason St Ashton ID 83406 US', 'US', 'MA-L', '2015-07-23', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29185, 'f88a3c6', 0, 'Beijing Zhong Chuang Communication Tech Ltd', 'RM# 712-35, 7th Floor, #2 Xin Xi Road, Shangdi, Haidian District Beijing 100085 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29186, '0026bc', 0, 'General Jack Tech Ltd', 'The Area of Administration of Lian Bei, Dong Guan Guang Dong 523580 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29187, '0050c2a83', 0, 'Techno Sobi Co Ltd', 'Tsurunoso 6-11 Takarazuka-shi Hyogo-ken 6650833 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29188, 'e4db6d', 0, 'Beijing Xiaomi Electronics Co, Ltd', 'Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29189, '70b3d59ca', 0, 'Komsis Elektronik Sistemleri San. Tic. LtdSTI', 'MEVLANA MAH. BATTAL SOK. NO:4 ISTANBUL SANCAKTEPE 34791 TR', 'TR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29190, '100501', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29191, '70b3d5ff0', 0, 'E-MetroTel', '2828 West Parker Unit B201 Plano TX 75075 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29192, 'a0ac69', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29193, '00303f', 0, 'TurboComm Tech Inc', '4F-2, No 171, Sung-Tch Road Taipei TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29194, '00090b', 0, 'Mtl Instruments Plc', 'Power Court Luton Bedfordshire LU1 3JJ GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29195, 'c8ff77', 0, 'Dyson Ltd', 'Tetbury Hill Malmesbury Wiltshire SN16 0RP GB', 'GB', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29196, 'f0407b', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29197, '18be92', 0, 'Delta Networks, Inc', '256 Yang Guang Street, Neihu Taipei Taiwan 11491 TW', 'TW', 'MA-L', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29198, 'c4954d5', 0, 'Marble Automation', 'Keteldiep 6 Urk 8321 MH NL', 'NL', 'MA-M', '2019-09-19', '2019-09-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29199, '0012c2', 0, 'Apex Electronics Factory', 'No.3 Industrial Zone, No.4 Block, Shen Zhen Guang Dong 518103 CN', 'CN', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29200, '1c334d', 0, 'Its Telecom', '29 Hametzuda st. Azur Israel 580001 IL', 'IL', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29201, '8cdd8d', 0, 'Wifly-City System Inc', '4F.,-1,NO 106,RUEIGUANG Rd.Neihu District, Taipei City 114 TW', 'TW', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29202, 'e07c62', 0, 'Whistle Labs, Inc', '251 Rhode Island Street, Suite 211 San Francisco CA 94013 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29203, '70b3d57ca', 0, 'Hunan Shengyun Photoelectric Tech Co, Ltd', 'Unit 2, Building E8, Lugu Enterprise Plaza, Yuelu District Changsha Hunan 410205 CN', 'CN', 'MA-S', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29204, '000378', 0, 'Humax Co, Ltd', '271-2, Suh-hyun-Dong, KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29205, '00237e', 0, 'Elster GmbH', 'KUHLMANNSTRASSE 10 HAMELN 31785 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29206, '94c014', 0, 'Sorter Sp. j. Konrad Grzeszczyk MichaA, Ziomek', 'ul. Gdynska 32 PL9482565081 Mazowieckie 26-600 PL', 'PL', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29207, 'ccd31eb', 0, 'Elk Products', '3266 Highway 70 West Hildebran NC 28637 US', 'US', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29208, '000301', 0, 'Exfo', '400 Godin Avenue Quebec G1M 2K2 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29209, '14144b', 0, 'Ruijie Networks Co, Ltd', '19-22# Building,Star-net Science Plaza,Juyuanzhou, FUZHOU FUJIAN 350002 CN', 'CN', 'MA-L', '2011-03-17', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29210, 'd826b9', 0, 'Guangdong Coagent Electronics S&T Co, Ltd', 'Section C,Xi Nan Industrial Zone Sanshui Foshan Guangdong 528133 CN', 'CN', 'MA-L', '2011-08-05', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29211, 'c03e0f', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2013-05-02', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29212, 'b424e7', 0, 'Codetek Tech Co, Ltd', '4F.-1, No.55, Dongguang Rd., East Dist., Hsinchu City 300 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29213, 'f4b85e', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29214, '00c05c', 0, 'Elonex Plc', '2 APSLEY WAY UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29215, '0050c21e5', 0, 'Dorlet Sau', 'Albert Einstein 34 Miñanoo Mayor ALAVA 01510 ES', 'ES', 'IAB', '2002-12-18', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29216, 'a086ec', 0, 'Saehan Hitec Co, Ltd', '16-3, Yongsu-ri, Chowol-eup Gwangju-si, Gyeonggi-do 464-865 KR', 'KR', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29217, '70b3d5ade', 0, 'Isac Srl', 'via Maestri del Lavoro 30 CASCINA PISA 56021 IT', 'IT', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29218, '001300', 0, 'IT-Factory, Inc', '1-16-26 TAKAGI MINAMI-KU FUKUOKA-SHI FUKUOKA-KEN 815-0004 JP', 'JP', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29219, '001482', 0, 'Aurora Networks', '5400 Betsy Ross Drive Santa Clara CA 95054 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29220, '40d855195', 0, 'Tonna Electronique', '36 Avenue Hoche REIMS Champagne-Ardenne 51100 FR', 'FR', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29221, 'b8d8125', 0, 'Xiamen Xindeco Ltd', '5F.,XINXI BLDG.,HULI Xiamen Fujian 361000 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29222, 'd47c445', 0, 'LS Communication Co, Ltd', 'LS Bldg., Hwachang-ro, 95(Seoksoo-dong), Manan-gu Anyang-city Gyeonggi-do 13905 KR', 'KR', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29223, '001e7b', 0, 'R.I.Co S.r.l.', 'via Adriatica, 17 Castelfidardo AN 60022 IT', 'IT', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29224, '2cb0df', 0, 'Soliton Tech Pvt Ltd', '# 683, 15th Cross Bangalore Karnataka 560 078 IN', 'IN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29225, '000fd5', 0, 'Schwechat - Rise', 'Am Concorde Park 2A Schwechat 2320 AT', 'AT', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29226, '0050c26e3', 0, 'Miros AS', 'Solbraaveien 20 Asker Akershus 1383 NO', 'NO', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29227, '0050c2f81', 0, 'Plda', 'Parc du Golf Bat 11A, Rue Guillibert Aix en Provence PACA 13856 FR', 'FR', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29228, '988e4a', 0, 'Noxus(Beijing) Tech Co, Ltd', '02-1205,11/F, No.2 Building,No.8,Worker’s Stadium North Road Chaoyang District Beijing 100027 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29229, '3c894d', 0, 'Dr. Ing. h.c. F. Porsche AG', 'Porscheplatz 1 Stuttgart 70435 DE', 'DE', 'MA-L', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29230, '00603e', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29231, '000655', 0, 'Yipee, Inc', '555 International Drive Williamsville NY 14221 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29232, '0024c1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-12-30', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29233, '0c1105', 0, 'Akuvox (Xiamen) Networks Co, Ltd', 'Suite 201-15, 31 WangHai Rd Xiamen Fujian 361008 CN', 'CN', 'MA-L', '2013-03-10', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29234, '40d855140', 0, 'InnoTrans Communications, Inc', '22 Great Oaks Blvd, Ste #100 San Jose CA 95119 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29235, '1ca0d34', 0, 'Npo Telecom Jsc', '31, Votkinskoe shosse str. Izhevsk Udmurtia 426039 RU', 'RU', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29236, '70b3d5715', 0, 'Riot', '295 Kent ave ferndale, Randburg Gauteng 2194 ZA', 'ZA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29237, '000fc0', 0, 'DELCOMp', 'Technologielaan 3 Leuven B-3000 BE', 'BE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29238, '00220e', 0, 'Indigo Security Co, Ltd', '2nd Floor, 277-169 Sungsoo2-Ga, Sungdong-Gu Seoul 133-832 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29239, '70b3d58ef', 0, 'Beeper Communications Ltd', 'No6, Hataas str. Ramat-Gan 5251247 IL', 'IL', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29240, '000536', 0, 'Danam Communications, Inc', '900-3, Hokye-dong, Dongan-gu, KR', 'KR', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29241, '0050c20b9', 0, 'Helmut Mauell GmbH Werk Weida', 'Am Rosenhugel 1-7 42553 Velbert 0000 DE', 'DE', 'IAB', '2002-08-08', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29242, 'a0dde5', 0, 'Sharp Corp', '22-22,Nagaike-cho Osaka city Osaka prefecture 545-8522 JP', 'JP', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29243, '70b3d5783', 0, 'CHIeru., Co, Ltd', 'Tennozu Central Tower 3F, 2-2-24, Higashi-shinagawa, Shinagawa-ku tokyo 140-0002 JP', 'JP', 'MA-S', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29244, '40fa7f', 0, 'Preh Car Connect GmbH', 'Gewerbepark 5 Dresden 01156 DE', 'DE', 'MA-L', '2016-11-20', '2016-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29245, '4c5fd2', 0, 'Alcatel-Lucent', '777 East Middlefield Road Mountain View CA 94043 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29246, 'bc9680', 0, 'Shenzhen Gongjin Electronics Co, LT', 'B116,B118,A211-A213,B201-B213,A311-A313,B411-413,BF08-09 Nanshan Medical Instrument Industry Park, Shenzhen Guangdong 518067 CN', 'CN', 'MA-L', '2013-06-20', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29247, '001d67', 0, 'Amec', '9F,No.360,Ruel Guang Rd,Neihu Taipei 114 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29248, 'd0c0bf', 0, 'Actions Microelectronics Co, Ltd', '201, No 9 Building, Software Park,Kejizhonger Rd., Shenzhen Gangdong 518057 CN', 'CN', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29249, '70b3d509e', 0, 'MobiPromo', '10, 64-72 Beresford Rd Lilydale Victoria 3140 AU', 'AU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29250, 'ac15f4', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29251, '00a03e', 0, 'Atm Forum', 'WORLDWIDE HEADQUARTERS FOSTER CITY CA 94404-1138 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29252, '00a08a', 0, 'Brooktrout Tech, Inc', '144 GOULD STREET- SUITE #200 NEEDHAM MA 02194 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29253, '70b3d57c4', 0, 'Mect S.R.L.', 'VIA E. FERMI 57/59 ALPIGNANO 10091 IT', 'IT', 'MA-S', '2019-01-09', '2019-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29254, '70f8e71', 0, 'System Level Solutions (India) Pvt.', '32, D4, Phase-1, GIDC, V U Nagar Anand Gujarat 388121 IN', 'IN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29255, 'e8c1b8', 0, 'Nanjing Bangzhong Electronic Commerce Ltd', 'No.22, Liuzhou East Road, High - tech Zone Nanjing 210000 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29256, '98006a', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29257, '9405bb5', 0, 'Chengdu Zhongheng Network Co, Ltd', 'No.898 Baicao Road, Chengdu High-tech Zone (Western District) Chengdu Sichuan 611731 CN', 'CN', 'MA-M', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29258, '001e5a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-10-04', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29259, '14e9b2', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29260, '741ae05', 0, 'Fujian Taili Communication Tech Co, Ltd', 'Cangshan science and technology park, Baihuting,Cangshan District, Fuzhou FUZHOU 350026 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29261, '0030d4', 0, 'Aae Systems, Inc', '642 North Pastoria Avenue Sunnyvale CA 94085 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29262, '0050c25da', 0, 'Tonna Electronique', '449, route de METZ MONDELANGE MOSELLE 57303 FR', 'FR', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29263, '00e07d', 0, 'Netronix, Inc', '340 THOR PLACE BREA CA 92821 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29264, 'b4e9b0', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29265, 'e0d9a2', 0, 'Hippih aps', 'Sceince Park Scion Lyngby 2800 DK', 'DK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29266, '8005df', 0, 'Montage Tech Group Ltd', 'Rm#A16F, Technolgy Blgd.,Yishan Rd. Shanghai 200233 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29267, '70b3d5e70', 0, 'Disk Multimedia s.r.o.', 'Sokolska 13 Boskovice JM 68001 CZ', 'CZ', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29268, '4050b5', 0, 'Shenzhen New Species Tech Co, Ltd', 'Room 1827,Building R&D,EVOC intelligence valley,No 11,Gao xin west road,Guangming New District Shenzhen 518107 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29269, '002431', 0, 'Uni-v Co, Ltd', '5/F,COFCO Property Tower, Shenzhen Guangdong 518126 CN', 'CN', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29270, '0cc0c0', 0, 'Magneti Marelli Sistemas Electronicos Mexico', 'AV. INDUSTRIA 20/21 TEPOTZOTLAN MEXICO 54600 MX', 'MX', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29271, '2c9717', 0, 'I.C.Y. B.V.', 'Houtsaachmole 35 Lemmer Friesland 8531 WC NL', 'NL', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29272, 'bce63f', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29273, '78f557', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29274, '40f9d5', 0, 'Tecore Networks', '7030 Hi Tech Drive Hanover MD 21076 US', 'US', 'MA-L', '2018-11-29', '2018-11-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29275, '0c15c5', 0, 'Sdtec Co, Ltd', '167, Churye-2Dong, Sasang-Gu, Busan 617-716 KR', 'KR', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29276, '0050c2c19', 0, 'Ibercomp SA', 'C/Lluis Alemany i Pujol 4 Palma de Mallorca Baleares 07010 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29277, '0024b0', 0, 'Esab AB', 'Box 8004 Göteborg SE-402 77 SE', 'SE', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29278, '383a21e', 0, 'SDNware Tech Co, Ltd', '166 Renai Road Suzhou 215000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29279, '000624', 0, 'Gentner Communications Corp', '1825 Research Way Salt Lake City UT 84119 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29280, '408d5c', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29281, '7c9a54', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29282, 'dcf719', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29283, '00e021', 0, 'Freegate Corp', '710 LAKEWAY STE.#230 SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29284, '0050c29d4', 0, 'First', '200 Bedford Street Manchester New Hampshire 03101 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29285, '087e64', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29286, '884033', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29287, '00c0b7', 0, 'American Power Conversion Corp', '267 BOSTON ROAD #2 NORTH BILLERICA MA 01862 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29288, '0014a8', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29289, '8843e1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29290, 'e0a700', 0, 'Verkada Inc', '325 Sharon Park Drive, Suite 519 Menlo Park 94025 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29291, '001114', 0, 'EverFocus Electronics Corp', '12F, No. 79, Sec. 1, Shin-Tai Wu Rd. Hsi-Chi Taipei Hsien 221 TW', 'TW', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29292, '00222b', 0, 'Nucomm, Inc', '101 Bilby Road Hackettstown NJ 07840 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29293, '8c8a6e', 0, 'Estun Automation Technoloy Co, Ltd', '16,Shuige Road Nanjing Jiangsu 211106 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29294, 'e887a3', 0, 'Loxley Public Co Ltd', '102 Na Ranong Road, Klongtoey, Bangkok 10110 TH', 'TH', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29295, '08005b', 0, 'Vta Tech Inc', '2040 SHERMAN STREET HOLLYWOOD FL 33020 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29296, '0050c255e', 0, 'Hanzas Elektronika, Sia', 'Akmenu iela 72 OGRE LV5001 LV', 'LV', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29297, '70b3d5554', 0, 'Teletypes Manufacturing Plant', '141, Saltykova-Schedrina Stree Kaluga Kaluga/Kaluga region 248002 RU', 'RU', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29298, '00215c', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29299, '0050c2d44', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29300, '0002cd', 0, 'TeleDream, Inc', 'Shinhwa Bldg., 940-10 Daechi-Dong KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29301, '0030a6', 0, 'Vianet Tech, Ltd', '8 HACHARASH STREET IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29302, '0050c267f', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29303, '001d6b', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-08-18', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29304, 'fc1349', 0, 'Global Apps Corp', '12F., No 225, Sec. 5 Nanjing E. Rd Taipei 105 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29305, '70b3d5c92', 0, 'Unitro Fleischmann', 'Gaildorfer Strasse 15 Backnang 71522 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29306, '002007', 0, 'Sfa, Inc', '1401 MCCORMICK DRIVE LANDOVER MD 20785 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29307, '003051', 0, 'Orbit Avionic & Communication', 'SYSTEMS, LTD. IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29308, '000f7d', 0, 'Xirrus', '310 North Westlake Blvd. Westlake Village CA 91362 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29309, '4c65a8b', 0, 'Zmin Tech', 'Room 403-405, Building C, Baoan New Generation Information Technology Industrial Park, No.139, Chuangye 2 Rd., Baoan District ShenZhen GuangDong 518101 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29310, '0007e5', 0, 'Coup Corp', '1-24-4 Marusen 2nd Bld. 4F, Tokyo JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29311, '0050c20b6', 0, 'ApSecure Tech (Canada), Inc', '4603 Kinsway, Suite 402 Burnby British Columbia V5H 4M4 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29312, '000e57', 0, 'Iworld Networking, Inc', '125 Hanju Bldg, Nonhyun-Dong Seoul 135010 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29313, 'cccd64', 0, 'SM-Electronic GmbH', 'Waldweg 2 Stapelfeld / Braak 22145 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29314, 'ac853d', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29315, '000a97', 0, 'SONICblue, Inc', '2841 Mission College Blvd. Santa Clara CA 95054 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29316, '000d4b', 0, 'Roku, Inc', '399 Sherman Ave. #12 Palo Alto CA 94306 US', 'US', 'MA-L', '2003-06-01', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29317, '00223b', 0, 'Communication Networks, Llc', '3 Corporate Drive Danbury CT 06810 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29318, '001bc5039', 0, 'Euresys S.A.', 'Avenue du Pre-Aily 14 ANGLEUR LIEGE 4031 BE', 'BE', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29319, 'b046fc', 0, 'MitraStar Tech Corp', 'No. 6, Innovation Road II, Hsinchu 300 TW', 'TW', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29320, '20d5bf', 0, 'Samsung Electronics Co, Ltd', '416, Maetan 3dong, Yeongtong-Gu Suwon Gyeonggi-Do 443742 KR', 'KR', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29321, '70b3d5ae5', 0, 'BeatCraft, Inc', '5F, S.HARUYAMA BLDG, Kinshi2-13-6 Sumida Tokyo 1300013 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29322, '5893d8', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-01-02', '2019-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29323, '001653', 0, 'Lego System A/S IE Electronics Division', 'Aastvej 1 Billund Kommune 7190 DK', 'DK', 'MA-L', '2005-11-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29324, '00211a', 0, 'LInTech Corp', 'Krasnokazarmennaya st., 12 Moscow 111250 RU', 'RU', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29325, 'f84e73', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29326, '902b34', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen City, Pin-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29327, '00a0fe', 0, 'Boston Tech, Inc', '100 QUANNAPOWITT PARKWAY WAKEFIELD MA 01880 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29328, '00dd08', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29329, '7c2ebd', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2018-01-28', '2018-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29330, '80baac', 0, 'TeleAdapt Ltd', 'Axis 5 Watford Hertfordshire WD244YW GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29331, '60d7e37', 0, 'Phase One A/S', 'Roskildevej 39 Frederiksberg 2000 DK', 'DK', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29332, 'f8369b', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29333, '38fb14', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29334, '98af65', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-08-08', '2019-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29335, '0050c20aa', 0, 'Log-In, Inc', '3419 N. Kennicott Arlington Heights IL 60004 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29336, '0050c2df6', 0, 'Hino Engineering, Inc', '60-7 Takakuramachi Hachiouji Tokyo 192-0033 JP', 'JP', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29337, '001fd5', 0, 'Microrisc s.r.o.', 'Delnicka 222 Jicin kralovehradecky kraj 50601 CZ', 'CZ', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29338, '002622', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29339, '0028f8', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29340, '0050c2631', 0, 'Fraunhofer Iis', 'Am Wolfsmantel 33 Erlangen Bayern 91058 DE', 'DE', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29341, '001eb8', 0, 'Aloys, Inc', '#3F HANWHA TECHWIN R&D BLDG. 4-5, YANGHYEON-RO 405 BEON-GIL, JUNGWON-GU, SEONGNAM-SI GYEONGGI-DO 13438 KR', 'KR', 'MA-L', '2007-12-31', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29342, '000af4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29343, '40df02', 0, 'Line Biz Plus', 'Alphadom Tower IV (6F), Bundangnaegok-ro 117, Bundang-gu Seongnam Gyeonggi 13529 KR', 'KR', 'MA-L', '2018-10-11', '2018-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29344, '70b3d5e08', 0, 'Olssen', 'Schrank 9 Hardinxveld-Giessendam Zuid Holland 3371kj NL', 'NL', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29345, 'd02212f', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29346, '0022cb', 0, 'Ionodes Inc', '4001 boulevard Industriel Laval Quebec H7L4S3 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29347, '0050c2afe', 0, 'Trolex Ltd', 'Newby Road, Stockport. Cheshire SK7 5DY GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29348, '70b3d5ba7', 0, 'Digital Yacht Ltd', 'Failand Farm Bristol Avon BS8 3TR GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29349, 'f88a3c1', 0, 'Carefree of Colorado', '2145 W 6th Ave Broomfield CO 80020 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29350, '08ecf5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-11-09', '2018-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29351, '000cd4', 0, 'Positron Public Safety Systems Inc', '5101 Buchan Montreal Quebec H4P 2R9 CA', 'CA', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29352, '001f51', 0, 'HD Communications Corp', '2180 Fifth Ave Ronkonkoma NY 11779 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29353, 'f0d767', 0, 'Axema Passagekontroll AB', 'Box 90 215 Stockholm 120 23 SE', 'SE', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29354, '001188', 0, 'Enterasys', '35 Industrial Way Rochester NH 03867 US', 'US', 'MA-L', '2004-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29355, '0050c241c', 0, 'Infrasafe, Inc', '12612 Challenger Pkwy Orlando FL 32826 US', 'US', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29356, '0050c20d0', 0, 'Telefrang AB', 'Varbergsgatan 8 S-412 65 Gothenburg SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29357, '000eb7', 0, 'Knovative, Inc', '11245 West Bernardo Court San Diego CA 92127 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29358, 'd4a928', 0, 'GreenWave Reality Inc', '39 Parker Irvine California 92618 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29359, '002d76', 0, 'Titech GmbH', 'Otto-Hahn-Str. 6 Muelheim-Kaerlich 56218 DE', 'DE', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29360, '98f8c1', 0, 'Idt Tech Ltd', 'Block C, 9/F.,Kaiser Estate, Phase 1, Kowloon Hong Kong HK', 'HK', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29361, '70b3d591e', 0, 'Creotech Instruments S.A.', 'ul. Gen. L. Okulickiego 7/9 Piaseczno Mazovia 05-500 PL', 'PL', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29362, '00801d', 0, 'Integrated Inference Machines', '1468 EAST KATELLA ANAHEIM CA 92805 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29363, '00047d', 0, 'Pelco', '3500 Pelco Way Clovis CA 93612 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29364, '70b3d54c0', 0, 'Technica Engineering GmbH', 'Leopoldstraße 236 Munich 80807 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29365, '74042b', 0, 'Lenovo Mobile Communication (Wuhan) Co Ltd', 'No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan, China 430205 Wuhan Hubei 430205 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29366, '70b3d5dce', 0, 'Stahl GmbH', 'Wilhelm-Maybach-Str. 3 Crailsheim 74564 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29367, '70b3d54a1', 0, 'Herholdt Controls srl', 'Via Mestre 13 Milan 20132 IT', 'IT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29368, '70b3d5724', 0, 'Quan International Co, Ltd', '4F, No. 196, Hsinghu 3rd Rd., Neihu District Taipei 11494 TW', 'TW', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29369, '506f77', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29370, '200a0d6', 0, 'Austin Hughes Electronics Ltd', 'Unit 3608-12, Cable TV Tower, 9 Hoi Shing Road, Tsuen Wan, Hong Kong Hong Kong Kwai Tsing New Territories 00000 HK', 'HK', 'MA-M', '2019-10-12', '2019-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29371, '00229f', 0, 'Sensys Traffic AB', 'Slottsgatan 14 Jonkoping Smaland 55322 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29372, '94d771', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29373, 'fcdc4a', 0, 'G-Wearables Corp', '901, S&CTBuilding, No.9 Zhongguancun South Avenue Beijing Beijing 100081 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29374, '1c87795', 0, 'Beidian Group', 'A2 501 Jingang Road Pudong Jinqiao Shanghai Shanghai Shanghai 200126 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29375, '0000e0', 0, 'Quadram Corp', 'ONE QUAD WAY NORCROSS GA 30093 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29376, 'ece90b', 0, 'Sistema Solucoes Eletronicas Ltda - Easytech', 'RUA GUERRA DE AGUIAR, 220 São Paulo SP 08275-260 BR', 'BR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29377, '00198a', 0, 'Northrop Grumman Systems Corp', '7055 Troy Hill Drive Elkridge Maryland 21075 US', 'US', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29378, '50fc30', 0, 'Treehouse Labs', '601 Great Oaks Dr. Round Rock TX 78681 US', 'US', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29379, 'f8042e', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2015-01-23', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29380, 'a887b3', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29381, '0000c9', 0, 'Emulex Corp', '3333 Susan Street Costa Mesa CA 92626 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29382, '001441', 0, 'Innovation Sound Tech Co, Ltd', 'Building 2th.,Cuihai Industrial Area, Shenzhen Guangdong 518103 CN', 'CN', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29383, 'd8f710', 0, 'Libre Wireless Tech Inc', '5405 Alton Parkway Irvine, CA CA 92604 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29384, '0cefaf5', 0, 'Premium SA', 'C/ Dolors Aleu 19 2º 2º Hospitalet del Llobregat Barcelona 08908 ES', 'ES', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29385, '70b3d5a15', 0, 'Intercore GmbH', 'Oberlandstrasse 13-14 Berlin 12099 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29386, '70b3d545b', 0, 'Komz - Izmereniya', 'Pravobulachnaya 35/2 Kazan 420111 RU', 'RU', 'MA-S', '2018-08-08', '2018-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29387, '006076', 0, 'Schlumberger Tech Retail Petroleum Systems', '825-M GREENBRIER CIRCLE CHESAPEAKE VA 23320 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29388, '0014f5', 0, 'Osi Security Devices', '1580 Jayken Way Chula Vista California 91911 US', 'US', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29389, '000a88', 0, 'InCypher S.A.', '18 rue de l\'Eau Luxembourg 1449 LU', 'LU', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29390, '0013b0', 0, 'Jablotron', 'Pod Skalkou 33 Jablonec nad Nisou 46601 CZ', 'CZ', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29391, '001fbc', 0, 'Evga Corp', '2900 Saturn St. Brea CA 92821 US', 'US', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29392, '0050c2a1b', 0, 'Realtime Systems Ltd', 'A-49, Okhla Industrial Area New Delhi 110020 IN', 'IN', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29393, 'e87af3', 0, 'S5 Tech S.r.l.', 'Via Tortona 72 Milano 20144 IT', 'IT', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29394, '443839', 0, 'Cumulus Networks, Inc', '650 Castro Street, suite 120-245 Mountain View CA 94041 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29395, '00c0c2', 0, 'Infinite Networks Ltd', '19 BROOKSIDE ROAD, OXHEY UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29396, '0050c2119', 0, 'Global Opto Communication Tech Corp', '7F, 162-31, Sec. 3, Taipei 106 TW', 'TW', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29397, 'f83331', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29398, '380fe4', 0, 'Dedicated Network Partners Oy', 'Linnoitustie 6 Espoo - 02600 FI', 'FI', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29399, '6891d05', 0, 'Nipk Electron Co', 'Leningradskaya str. 52a. lit.A, pos. Pesochny Saint-Petersburg 197758 RU', 'RU', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29400, '0050c2ca8', 0, 'Systems With Intelligence Inc', '1215 Meyerside Drive, Unit 7 Mississauga Ontario L5T 1H3 CA', 'CA', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29401, 'fc6fb7', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-01-23', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29402, 'c85b76', 0, 'Lcfc(HeFei) Electronics Tech Co, Ltd', 'YunGu Road 3188-1 Hefei Anhui 230000 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29403, '000be4', 0, 'Hosiden Corp', '4-33 Yao-city Osaka 581-0071 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29404, '0012fc', 0, 'Planet System Co, Ltd', '4th Floor, Daehan B/D, 873-29, Seoul 137-064 KR', 'KR', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29405, '849d64', 0, 'Smc Corp', '4-2-2, Kinunodai Tsukuba Mirai-shi Ibaraki-ken 300-2493 JP', 'JP', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29406, 'accb51', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.555 Qianmo Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29407, '00e079', 0, 'A.T.N.R.', 'BP 966 91976 COURTABOEUF FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29408, '000a52', 0, 'AsiaRF Ltd', '3F, No.176, Yongzhen Road New Taipei City Taipei 234 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29409, '00166b', 0, 'Samsung Electronics Co, Ltd', '416,Maetan-3Dong,Yeongtong-Gu Suwon-City Kyeonggi-Do 443-742 KR', 'KR', 'MA-L', '2005-11-24', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29410, '58d08f', 0, 'Ieee 1904.1 Working Group', '1351 Redwood Way, Petaluma CA 94954 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29411, 'fcfec2', 0, 'Invensys Controls UK Ltd', '401 Southway Drive Plymouth Devon Pl6 6QT GB', 'GB', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29412, '0055da7', 0, 'Lucistechnologies(Shanghai)Co, Ltd', 'No.57.East Caohejing.Building Lucis XuHui District, Shanghai.200235.China SHANGHAI SHANGHAI 200235 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29413, '0020fb', 0, 'Octel Communications Corp', '1001 MURPHY RANCH RD MILPITAS CA 95035 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29414, '00a0f6', 0, 'AutoGas Systems Inc', 'P.O. BOX 6957 ABIOLENE TX 79608 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29415, '34e1d12', 0, 'Teton Camera Llc', 'PO BOX 648 PINEDALE WY 82941-0648 US', 'US', 'MA-M', '2019-01-08', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29416, '00085c', 0, 'Shanghai Dare Tech Co Ltd', '23F, China Merchants Tower, Pudong New Area, Shanghai CN', 'CN', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29417, 'ac6417', 0, 'Siemens AG', 'Werner-von-Siemens Strasse 50 Amberg 92224 DE', 'DE', 'MA-L', '2017-09-06', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29418, '00263d', 0, 'Mia Corp', '1-3-15 Yoshino-cho, Minami-ku Yokohama Kanagawa 232-0014 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29419, '18339d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29420, '703eac', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29421, '2cabeb', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29422, '00d06c', 0, 'Sharewave, Inc', '5175 HILLSDALE CIRCLE EL DORADO HILLS CA 95762 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29423, '0050c286a', 0, 'Usm Systems, Ltd', 'Suite 1 Berkley Michigan 48072 US', 'US', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29424, 'f8ff0b', 0, 'Electronic Tech Inc', '511 Lyons Ave Irvington NJ 07111 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29425, '00265b', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29426, '0050c2f4a', 0, 'Z-App Systems, Inc', '1732 N. First St. San Jose CA 95112 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29427, '0050c2b65', 0, 'Peek Traffic Corp', '2906 Corporate Way Palmetto Florida 34221 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29428, '00d039', 0, 'Utilicom, Inc', '323 LOVE PLACE SANTA BARBARA CA 93112-3289 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29429, '001f3b', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29430, 'cc53b5', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29431, 'f4fcb1', 0, 'JJ Corp', '88 Soha-ro Gwangmyeong-si 14316 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29432, '001135', 0, 'Grandeye Ltd', '6 Huxley Road Guildford Surrey GU2 7RE GB', 'GB', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29433, '0018c1', 0, 'Almitec Informática e Comércio', '461, Francisco de Morais St. São Paulo 04714-010 BR', 'BR', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29434, '0001de', 0, 'Trango Systems, Inc', '9939 V/A Pasar San Diego CA 92126 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29435, '70b3d522d', 0, 'Leder Elektronik Design', 'Bruchweg 10 Ketsch Baden-Wuerttemberg 68775 DE', 'DE', 'MA-S', '2018-08-10', '2018-08-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29436, '000abe', 0, 'Opnet Tech Co, Ltd', '3F, NO.5, Industry E. Rd. IX, Science-Ba Hsinchu 300 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29437, '0050c2697', 0, 'Monarch Instrument', '15 Columbia Drive Amherst NH 03031 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29438, '0050c2807', 0, 'Technomark', 'Parc d\'activités STELYTEC Saint-Chamond RA F-42400 FR', 'FR', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29439, '5c41e7', 0, 'Wiatec International Ltd', 'Unit 601-605,TaoJinDi Electronic Commercial Shenzhen GuangDong 518131 CN', 'CN', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29440, '000425', 0, 'Atmel Corp', 'Multimedia & Communications Group Morrisville NC 27560 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29441, '0050c219b', 0, 'Wilcoxon Research, Inc', '20511 Seneca Meadows Pkwy Germanton MD 20876 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29442, 'e807bf', 0, 'Shenzhen Boomtech Industry Co, Ltd', 'Floor 6 East, Bldg 6, Yusheng Industrial Area, Xixiang, Bao\'an District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29443, '30a2c2', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29444, '001223', 0, 'Pixim', '915 Linda Vista Ave. Mountain View CA 94043 US', 'US', 'MA-L', '2004-08-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29445, 'a45630', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29446, 'e80945', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29447, '0050c2c87', 0, 'Leco Corp', '3000 Lakeview Ave. St. Joseph Michigan 49085 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29448, '1c87794', 0, 'Novetta', '7921 Jones Branch Drive McLean VA 22102 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29449, 'fc1607', 0, 'Taian Tech(Wuxi) Co, Ltd', 'Gaolang East Road No.29 Wuxi Jiangsu 214000 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29450, 'ace2d3', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29451, '000528', 0, 'New Focus, Inc', '2630 Walsh Ave. Santa Clara CA 95051 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29452, '0050c2252', 0, 'ads-tec GmbH', 'Raiffeisenstr. 14 Leinfelden-Echterdingen BW 70771 DE', 'DE', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29453, '40d855100', 0, 'Task Sistemas DE Computacao S.A.', 'RUA VISCONDE DE OURO PRETO RIO DE JANEIRO 22621-100 BR', 'BR', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29454, '70b3d5788', 0, 'Slan', '11 rue de la Senette Carrieres sous Poissy 78955 FR', 'FR', 'MA-S', '2018-12-11', '2018-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29455, '000984', 0, 'MyCasa Network Inc', '200 Sheridan Ave #103 Palo Alto CA 94306 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29456, '0050c208a', 0, 'Rising Edge Tech', '500-D Huntmar Park Dr Herndon VA 20170 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29457, 'cc4b73', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29458, '64db8b', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.555 Qianmo Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29459, '64bc58', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29460, '70b3d53fc', 0, 'TangRen C&S Co, Ltd', '3a-5d, Tingwei Daxia, Tingwei Industrial Park, No. 6, Liufang Road, Bao\'an District Shenzhen Guangdong 518052 CN', 'CN', 'MA-S', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29461, '000111', 0, 'iDigm Inc', '7FL Sindo B/D 1604-22 Seocho-Dong Seoul 137-070 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29462, '0002c4', 0, 'Vector International Bvba', 'Technologielaan 4 3001 Leuven BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29463, '0050c2763', 0, 'XtendWave', '8111 LBJ Freeway Dallas Texas 75251 US', 'US', 'IAB', '2007-05-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29464, '00008e', 0, 'Solbourne Computer, Inc', '1900 PIKE ROAD LONGMONT COLORADO 80501 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29465, '00177d', 0, 'Idt Tech Ltd', 'Block C, 9/F, Kaiser Estate, Phase I na na HK', 'HK', 'MA-L', '2006-04-08', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29466, '0050c2fc3', 0, 'Hsdc Sp. z o.o.', 'SNIADECKICH 10 VP Warszawa Mazowieckie 00-656 PL', 'PL', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29467, '0c7c28', 0, 'Nokia', 'Karaportti 3 Espoo Finland 02610 FI', 'FI', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29468, '0000cf', 0, 'Hayes Microcomputer Products', '(CANADA) LTD. CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29469, '001ba0', 0, 'Awox', '93, Place Pierre Duhem, Montpellier Herault 34000 FR', 'FR', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29470, '807de3', 0, 'Chongqing Sichuan Instrument Microcircuit CoLtd', 'Jinhua Road No.309, Beibei, Chongqing 400700 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29471, '48881e', 0, 'EthoSwitch Llc', '1298 Evans Road Wall Township NJ 07719 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29472, '004012', 0, 'Windata, Inc', '10 BEARFOOT ROAD NORTHBORO MA 01532 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29473, '0014b3', 0, 'CoreStar International Corp', '1044 Sandy Hill Rd Irwin PA 15642 US', 'US', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29474, '1ccae3b', 0, 'Dream Visions Co, Ltd', '90 Chongpa_Ro YoungSan-Gu Seoul Seoul 140-742 KR', 'KR', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29475, '7cb0c2', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29476, '3873ea4', 0, 'Light Blue Optics Ltd', 'St John\'s Innovation Centre, Cowley Road Cambridge Cambridgeshire CB40WS GB', 'GB', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29477, 'eccd6d', 0, 'Allied Telesis, Inc', '3041 Orchard Parkway San Jose 95134 US', 'US', 'MA-L', '2010-01-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29478, 'b89919', 0, '7signal Solutions, Inc', '526 S. Main Street Akron OH 44311 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29479, 'f05c77', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2019-05-23', '2019-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29480, '0050c2ade', 0, 'Neoptix Inc', '1415 Frank-Carrel Quebec G1N4N7 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29481, 'a040a0', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2017-02-21', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29482, 'c4ffbc2', 0, 'Mobiletron Electronics Co, Ltd', '85, Sec.4, Chung-Ching Rd., Ta-Ya District Taichung 428 TW', 'TW', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29483, 'dce5337', 0, 'San Engineering', '434-31 UTO Korea BD. 4F Seongnam-si Jungwon-gu Gyunggi-do 13230 KR', 'KR', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29484, '7cbc84e', 0, 'Beijing Topnew Group Co, Ltd', 'No.9, A, Jin Tai Li, ChaoYang District Beijing 100026 CN', 'CN', 'MA-M', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29485, '30f9ed', 0, 'Sony Corp', 'Gotenyama Tec 5-1-2 Tokyo Shinagawa-ku 141-0001 JP', 'JP', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29486, '2c265fd', 0, 'E Core Corp', '2F., No.15, Yijiang St., Zhongshan Dist., Taipie Taiwan 10456 TW', 'TW', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29487, '001de8', 0, 'Nikko Denki Tsushin Corp(Ndtc)', '440 Kamoshida-town, Aoba-ku Yokohama 227-0033 JP', 'JP', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29488, '78719c', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-09-28', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29489, '70b3d5a51', 0, 'RF Code', '2600 Longhorn Blvd. ste 111 Austin Texas 78758 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29490, '34d0b83', 0, 'Tascent, Inc', '475 Alberto Way, Suite #200 Los Gatos CA 95032 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29491, '0090c1', 0, 'Peco II, Inc', '7060 Huntley Road Columbus OH 43229 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29492, '000482', 0, 'Medialogic Corp', '0-3, Toyamaken-Sangyou JP', 'JP', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29493, '001edf', 0, 'Master Industrialization Center Kista', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29494, 'dcf858', 0, 'Lorent Networks, Inc', 'Third Floor, Technology Complex, HAO Science Park Foshan Guangdong Province 528200 CN', 'CN', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29495, 'e818630', 0, 'DigiMagus Tech (Shenzhen) Co, Ltd', '1206, Shenzhen University-town Business Park, Lishan Road ShenZhen GuangDong 518055 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29496, '80e82c', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29497, '00d0e3', 0, 'Ele-Chem Engineering Co, Ltd', 'WINDSTONE OFFICE SEOUL 137-130 SEOUL 137-130 KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29498, '0050c24e8', 0, 'Satel sp. z o.o.', 'Schuberta 79 Gdańsk pomorskie 80-172 PL', 'PL', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29499, '001856', 0, 'EyeFi, Inc', '149 Commonwealth Drive Menlo Park CA 94025 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29500, 'e0c86a', 0, 'Shenzhen TW-Scie Co, Ltd', '816# DongMing Building MinKang Road Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29501, 'c4693e', 0, 'Turbulence Design Inc', '1-3-14 Koshigaya-City Saitama 343-0813 JP', 'JP', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29502, '000acb', 0, 'Xpak Msa Group', 'Care of: Molex Fiber Optics Downers Grove IL 60515 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29503, '0050c2425', 0, 'Pinnacle Tech', '619 E. 8th street suite D Lawrence KS 66044 US', 'US', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29504, '600292', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2014-05-27', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29505, '100177', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29506, '000415', 0, 'Rasteme Systems Co, Ltd', '886-2 Nihongi Nakagou-mura JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29507, '9c934e', 0, 'Xerox Corp', 'Mail Stop 0214 - 7E Webster NY 14580 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29508, '0ce82f', 0, 'Bonfiglioli Vectron GmbH', 'Europark Fichtenhain B6 Krefeld NRW 47807 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29509, '00020b', 0, 'Native Networks, Inc', 'P.O. Box 7165 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29510, '0050c29ab', 0, 'Electrodata Inc', 'P.O. Box 31780 Independence OHIO 44131 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29511, '0050c2984', 0, 'Atel Corp', '2-18-10, NISHISHINGAI-CHO FUKUYAMA-SHI HIROSHIMA 721-0958 JP', 'JP', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29512, 'bcea2b', 0, 'CityCom GmbH', 'Am Kroit 25 Amerang Bavaria 83123 DE', 'DE', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29513, '40d855001', 0, 'Vemotion', 'Teleware House Thirsk North Yorkshire YO7 3BX GB', 'GB', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29514, '1c87744', 0, 'Weber Marking Systems GmbH', 'Maarweg 33 Rheinbreitbach Rheinland-Pfalz 53619 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29515, '0005d4', 0, 'FutureSmart Networks, Inc', '6155 Almaden Expressway San Jose CA 95120 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29516, '0050c26ea', 0, 'Firstec SA', 'CH. DU PONT DU CENTENAIRE 108 PLAN LES OUATES GENEVA 1228 CH', 'CH', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29517, 'e0553d', 0, 'Cisco Meraki', '500 Terry A. Francois Blvd San Francisco California 94158 US', 'US', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29518, 'fc0f4b', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29519, '70b3d5a8d', 0, 'Code Blue Corp', '259 Hedcor Street Holland MI 49423 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29520, '0001f4', 0, 'Enterasys', '35 Industrial Way Rochester NH 03867 US', 'US', 'MA-L', '2000-11-09', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29521, '080062', 0, 'General Dynamics', 'Fort Worth TX US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29522, '507b9d', 0, 'Lcfc(HeFei) Electronics Tech Co, Ltd', 'YunGu Road 3188-1 Hefei Anhui 230000 CN', 'CN', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29523, '70b3d5426', 0, 'Zehnder Group Nederland', 'Postbus 621 Zwolle 8000 AP NL', 'NL', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29524, '70b3d53b0', 0, 'Millennial Net, Inc', '24 Hartwell Avenue Lexington MA 02421 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29525, '70b3d507c', 0, 'Isac Srl', 'via Maestri del Lavoro 30 CASCINA PISA 56021 IT', 'IT', 'MA-S', '2018-10-08', '2018-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29526, '001c48', 0, 'WiDeFi, Inc', '1333 Gateway Blvd Melbourne FL 32901 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29527, 'c01242', 0, 'Alpha Security Products', '10715 Sikes Place, Ste. 200 Charlotte NC 28277 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29528, '80fd7a', 0, 'Blu Products Inc', '10814 NW 33rd Street Miami FL 33172 US', 'US', 'MA-L', '2018-12-10', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29529, '00048a', 0, 'Temia Vertriebs GmbH', 'Landsbergerstraße 320 DE', 'DE', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29530, '000c1e', 0, 'Global Cache', '160 East California Street Jacksonville OR 97530 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29531, '0015ba', 0, 'iba AG', 'Koenigswarterstrasse 44 Fuerth Bavaria 90762 DE', 'DE', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29532, '246e96', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2015-05-03', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29533, '6409ac', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29534, 'a849a5', 0, 'Lisantech Co, Ltd', '1108, STX V-Tower Gasan-dong Seoul 153-803 KR', 'KR', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29535, 'fc528d', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2015-05-23', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29536, '001a65', 0, 'Seluxit', 'Nyhavnsgade 9, 2.sal Aalborg Nord Jylland 9000 DK', 'DK', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29537, 'c4f1d1', 0, 'Beijing Sogou Tech Development Co, Ltd', 'SOHU.COM INTERNET PLAZA, NO.1 PARK, ZHONGGUANCHUN EAST ROAD. HAIDIAN DISTRICT Beijing 100000 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29538, '70b3d5cc8', 0, 'Profen Communications', 'Famas Plaza A Blok Kat: 10 No:35 Okmeydani Istanbul 34384 TR', 'TR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29539, '04c3e6d', 0, 'Amiosec Ltd', 'Unit 5 Miller Court Tewkesbury Gloucestershire GL20 8DN GB', 'GB', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29540, '8c593ca', 0, 'ecom instruments GmbH', 'Industriestr.2 Assamstadt Baden-Württemberg 97959 DE', 'DE', 'MA-M', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29541, '0020a0', 0, 'OA Laboratory Co, Ltd', '228 KAMIMACHIYA KAMAKURA JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29542, '00e0dd', 0, 'Zenith Electronics Corp', '1000 MILWAUKEE AVENUE GLENVIEW IL 60025 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29543, '0050c2eb6', 0, 'Monsoon Solutions, Inc', '2405 140th Ave NE Bellevue WA 98005 US', 'US', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29544, 'c46df1', 0, 'DataGravity', '10 Tara Blvd Nashua NH 03062 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29545, '485929', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2014-03-11', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29546, 'c82c2b5', 0, 'Dalco AG', 'Industriestr. 28 Volketswil ZH 8604 CH', 'CH', 'MA-M', '2019-02-05', '2019-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29547, '0016e6', 0, 'Giga-Byte Tech Co, Ltd', 'Pin-Jen City, Taoyuan 324 TW', 'TW', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29548, '0050c2663', 0, 'Coe Ltd', 'Photon House Leeds West Yorkshire LS12 1EG GB', 'GB', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29549, '2453bf', 0, 'Enernet', '1007 B-dong, Hyundai Knowledge Industry Center, 70 Dusan-ro, Geumcheon-gu, Seoul, KOREA SEOUL 08584 KR', 'KR', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29550, '000ff2', 0, 'Loud Tech Inc', '16220 Wood-Red Rd. NE Woodinville WA 98072 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29551, 'd45556', 0, 'Fiber Mountain Inc', '700 W Johnson Ave Cheshire CT 06410 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29552, '0050c29e9', 0, 'Ciemme Sistemi Spa', 'Viale Ariosto, 492/A Sesto Fiorentino (FIRENZE) 50019 IT', 'IT', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29553, '8c71f8', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-03-17', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29554, '68ec62', 0, 'Yodo Tech Corp Ltd', '8F., No.168-1, Liancheng Rd Taipei City 235 TW', 'TW', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29555, 'c09a71', 0, 'Xiamen Meitu Mobile Tech CoLtd', '1-3F, Block2, No.6 Wanghai Rd,Siming District, Xiamen, Fujian, China (”MEITU”) Xiamen Fujian 361008 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29556, '70b3d577a', 0, 'Tecsag Innovation AG', 'Verenastrasse 4b Wollerau 8832 CH', 'CH', 'MA-S', '2019-06-24', '2019-06-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29557, '005001', 0, 'Yamashita Systems Corp', '5-7-12 IKEGAMI OTA-KU TOKYO JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29558, '0050c27cf', 0, 'Emitech Corp', '2F, No.7-1, Industry. Er.9 Hsinchu 308 TW', 'TW', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29559, '70b3d5174', 0, 'Carlson Wireless Tech Inc', '2700 Foster Ave. Arcata CA 95521 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29560, '485702', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29561, '048c9a', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29562, '0050c2eef', 0, 'Idtronic GmbH', 'Donnersbergweg 1 Ludwigshafen NonUS D67059 DE', 'DE', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29563, 'bcc342', 0, 'Panasonic Communications Co, Ltd', '4-1-62 Minoshima Hakata-ku Fukuoka city Fukuoka 812-8531 JP', 'JP', 'MA-L', '2014-07-13', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29564, '1005e1', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29565, '001af7', 0, 'dataschalt e+a GmbH', 'An der Hülshorst 7-9 Lübeck 23568 DE', 'DE', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29566, '4456b7', 0, 'Spawn Labs, Inc', '2209 Granger Lane Austin TX 78613 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29567, '00e088', 0, 'Ltx-Credence Corp', '825 UNIVERSITY AVENUE NORWOOD MA 02062-2643 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29568, '001a99', 0, 'Smarty (HZ) Information Electronics Co, Ltd', 'Yonghua Industrial District,Huishen Road,Zhenlong Town HuiZhou GuangDong 516227 CN', 'CN', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29569, '8c088b', 0, 'Remote Solution', '92, Chogokri, Nammyun Kimcheon city Kyungbuk 740-871 KR', 'KR', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29570, '70b3d5be1', 0, 'FeCon GmbH', 'Eckernförder Landstraße 78 Flensburg Schleswig Holstein 24941 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29571, '6ca75f', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29572, '1460cb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29573, '0050c258a', 0, 'Dixell S.p.a.', 'Via Dell\'Industria 27 Pieve D\'Alpago 32010 IT', 'IT', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29574, '0023d2', 0, 'Inhand Electronics, Inc', '30 West Gude Drive Rockville Maryland 20850 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29575, 'c044e3', 0, 'Shenzhen Sinkna Electronics Co, Ltd', '9 Building, XinXin Tian Industry Area, Shenzhen Guangdong 5180000 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29576, '0010f9', 0, 'Unique Systems, Inc', '181 DON PARK RD MARKHAM, ONTARIO L3R 1C2 CA', 'CA', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29577, '00124e', 0, 'Xac Automation Corp', '4F, 30 Industry E. Road IX Hsin-Chu 300 US', 'US', 'MA-L', '2004-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29578, 'c4954da', 0, 'Kat Mekatronik Urunleri AS', 'Istanbul Trakya Serbest Bolgesi Ataturk Bulvari No:20 Istanbul Catalca 34500 TR', 'TR', 'MA-M', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29579, 'dc825b', 0, 'Janus, spol. s r.o.', 'Sarajevska 8 Prague Czech Republic 12000 CZ', 'CZ', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29580, 'bc74d7', 0, 'HangZhou JuRu Tech Co, Ltd', 'No.803 Room,Shuyu Building,No.98 Wenyi West Road,Hangzhou,Zhejiang,China hangzhou zhejiang 310053 CN', 'CN', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29581, '20d25f', 0, 'SmartCap Tech', 'L1 18 Finchley Street Milton Queensland 4064 AU', 'AU', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29582, '001834', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-06-13', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29583, '84af1f', 0, 'Beat System Service Co,. Ltd', '1-11-1-2F, Nodaya-cho Okayama-city Okayama 700-0815 JP', 'JP', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29584, '90610c', 0, 'Fida International (S) Pte Ltd', 'Blk 16, Kallang Place 339156 SG', 'SG', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29585, '485261', 0, 'Soreel', '18 Rue de la Gâtine CHOLET FRANCE 49304 FR', 'FR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29586, 'c09c04', 0, 'Shaanxi GuoLian Digital TV Tech Co, Ltd', 'No. 15, the first Gaoxin road Hi-tech development district Xi\'an Shaanxi 710075 CN', 'CN', 'MA-L', '2016-08-09', '2016-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29587, '0060f9', 0, 'Diamond Lane Communications', '1310 REDWOOD WAY - STE. PETALUMA CA 94954 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29588, '102d96', 0, 'Looxcie Inc', '1196 Borregas Ave. Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29589, '001e6f', 0, 'Magna-Power Electronics, Inc', '39 Royal Road Flemington NJ 08822 US', 'US', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29590, '0050c2976', 0, 'Sands Instrumentation India Pvt Ltd', 'MF-7 CIPET HOSTEL ROAD, TVK INDUS ESTATE CHENNAI TAMIL NADU 600097 IN', 'IN', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29591, '64b853', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-08-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29592, '0cb34f', 0, 'Shenzhen Xiaoqi Intelligent Tech Co, Ltd', 'Room 1501, Block B4, Building 9, Section 2, Shenzhen Bay Science & Technology Ecological Park, West Shahe Road, Nanshan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29593, '70b3d52de', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29594, '001096', 0, 'Tracewell Systems, Inc', '567 ENTERPRISE DRIVE WESTERVILLE OH 43081 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29595, '001a03', 0, 'Angel Electronics Co, Ltd', '17, Lane 134, Shou Shan Road, Tai Shan, Taipei 243 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29596, '4cca53', 0, 'Skyera, Inc', '1704 Automation Pkwy San Jose CA 95131 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29597, '70b3d5b82', 0, 'Lookout Portable Security', '4105 Royal Dr. #100 Kennesaw GA 30144 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29598, '5465de', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-01-23', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29599, '00907f', 0, 'WatchGuard Tech, Inc', '605 Fifth Ave. S Seattle WA 98104-3892 US', 'US', 'MA-L', '2000-11-09', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29600, '000920', 0, 'Epox Computer Co, Ltd', '10th Floor, No.346,Chung San Rd.,Sec.2, Chung Ho City,Taipei Hsien 235 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29601, 'e06066', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '2015-09-27', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29602, '70b3d5136', 0, 'Miguel Corp Services Pte Ltd', '18 Sin Ming Lane #06-32 Midview City Singapore 573960 SG', 'SG', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29603, '70b3d5465', 0, 'Energisme', '88 avenue du General Leclerc Boulogne Billancourt 92100 FR', 'FR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29604, '000e49', 0, 'Forsway Scandinavia AB', 'Kanikegränd 3B 541 34 Skövde SE', 'SE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29605, '080cc9', 0, 'Mission Tech Group, dba Magma', '9918 Via Pasar San Diego CA 92126 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29606, 'd0eb9e', 0, 'Seowoo Inc', '#B101 Seojung B/D, 590-9 Guui-dong, Gwangjin-gu, Seoul 143-831 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29607, 'd8973b', 0, 'Artesyn Embedded Tech', '16/F Lu Plaza Building Kwun Tong Kowloon 00000 HK', 'HK', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29608, '0005a6', 0, 'Extron Electronics', '1230 S. Lewis Anahiem CA 92805 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29609, '000b3c', 0, 'Cygnal Integrated Products, Inc', '4301 Westbank Drive Austin TX 78746 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29610, '18f1d8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29611, '7c6ab3', 0, 'Ibc Tech Inc', '1445 CHARLES STREET Vancouver British Columbia V5L2S7 CA', 'CA', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29612, '7c8274', 0, 'Shenzhen Hikeen Tech Co, Ltd', '15rd floor,unit1,Building A of Kexing Science Park Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29613, '002721', 0, 'Shenzhen Baoan Fenda Industrial Co, Ltd', 'Fenda Hi-Tech Park Baoan Shenzhen 518108 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29614, '70b3d5fe6', 0, 'Shizuki Electric Co, Inc', '10-45 Taisha-cho Nishinomiya-shi Hyogo 662-0867 JP', 'JP', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29615, '70b3d5132', 0, 'Hagenuk Kmt Kabelmesstechnik GmbH', 'Röderaue 41 Radeburg Sachsen 01471 DE', 'DE', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29616, '0c73eb4', 0, 'U-Pass.Co, Ltd', 'HANEULMAEUL-RO GYEONGGI-DO GOYANG-SI,ILSANDONG-GU 410315 KR', 'KR', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29617, '70b3d5555', 0, 'SoftLab-Nsk', 'Pr.Koptjuga 1 Novosibirsk 630090 RU', 'RU', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29618, '0003b3', 0, 'IA Link Systems Co, Ltd', '6F-4, No. 81 Hsin Tai TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29619, '001a2f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29620, '40d8551ad', 0, 'Wicher Digital Technik', 'Am Huettberg 38 Floersbachtal Hessen 63639 DE', 'DE', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29621, '70b3d5c24', 0, 'Elbit Systems of America', '4700 Marine Creek Parkway Fort Worth TX 76179 US', 'US', 'MA-S', '2014-04-14', '2018-11-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29622, '7006ac', 0, 'Eastcompeace Tech Co, Ltd', 'Number 8 Pinggong Zhong Road,Nanping S&T Industry Community,Zhuhai,Guangdong,519060 China Zhuhai Guangdong 519060 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29623, '50de19e', 1, 'Private', '', '', 'MA-M', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29624, '0007e3', 0, 'Navcom Tech, Inc', '123 West Torrance Blvd., Redondo Beach CA 90277 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29625, 'e4ec10', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu Ou 90590 FI', 'FI', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29626, '0050c2c36', 0, 'Set GmbH', 'August-Braun-Str. 1 Wangen i.A. 88239 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29627, '00077d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29628, '40d8550e3', 0, 'Medigus Ltd', 'Omer Industrial Park,Building 7A Omer 8496500 IL', 'IL', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29629, '80751f', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2019-08-09', '2019-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29630, '0050c2056', 0, 'Base 2', '3/28 Pritchard Rd. Virginia Queensland 4014 AU', 'AU', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29631, 'f0ed1e', 0, 'Bilkon Bilgisayar Kontrollu Cih. Im.Ltd', 'Gersan Sanayi Sitesi 658.Sokak No:16 ANKARA 06370 TR', 'TR', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29632, '001016', 0, 'T.Sqware', '6, PARC ARIANE 78284 GUYANCOURT CEDEX FR', 'FR', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29633, '1cbba8', 0, 'Ojsc Ufimskiy Zavod Promsvyaz', '39, 50 let SSSR Ufa Bashkortostan 450071 RU', 'RU', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29634, '64fb81a', 0, 'Bronkhorst High-Tech BV', 'Nijverheidsstraat 1a Ruurlo Gelderland NL-7261AK NL', 'NL', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29635, '00409c', 0, 'Transware', '21, RUE DU 8 MAI 1945 FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29636, '001370', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29637, '9c77aa', 0, 'Nadasnv', '2203, T-dong, Poonglim I-won Plus Seongnam-si Gyeonggi-do 463-862 KR', 'KR', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29638, '70b3d5935', 0, 'Sensor Developments', 'Nordre Kullerød 21 Sandefjord 3241 NO', 'NO', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29639, '5ce8b7', 0, 'Oraimo Tech Ltd', 'RMS 05-15,13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HONG KONG HONG KONG 999077 HK', 'HK', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29640, 'a4fa76', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-11-12', '2019-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29641, '000e17', 1, 'Private', '', '', 'MA-L', '2004-02-12', '2004-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29642, '6c8d65', 0, 'Wireless Glue Networks, Inc', '1601 N. Main Street, Suite 202 Walnut Creek CA 94596 US', 'US', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29643, '0050c2836', 0, 'Dsp Design', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29644, '001fc4', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-02-02', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29645, '00c0f6', 0, 'Celan Tech Inc', 'NO. 101, MIN-HSIANG ST. TAIWAN TAIWAN R.O.C. CN', 'CN', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29646, '00018f', 0, 'Kenetec, Inc', '115 Hurley Road Oxford CT 06748 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29647, '00090e', 0, 'Helix Tech Inc', '5F, No. 6, Sec 1, Jung-Shing Rd., Wugu-S Taipei 248 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29648, '00143a', 0, 'Raytalk International Srl', 'St. Marecchia 79 Verucchio (RN) 47826 IT', 'IT', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29649, '48ea63', 0, 'Zhejiang Uniview Tech Co, Ltd', 'Eastcom Building C,Eastcom Avenue Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29650, '8ccda2', 0, 'Actp, Inc', '2400 Sand Lake Rd Orlando FL 32809 US', 'US', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29651, '000c76', 0, 'Micro-Star International Co, Ltd', 'No 69, Li-De Street, Jung-He City, Taipe Taipei TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29652, '0050c233a', 0, 'United Telecoms Ltd', '18A/19 Doddanagundi Indl area Banagalore Karnataka 560048 IN', 'IN', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29653, 'b4b15a', 0, 'Siemens AG Energy Management Division', 'Humboldtstr. 59 Nurnberg Bavaria 90459 DE', 'DE', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29654, '000495', 0, 'Tejas Networks India Ltd', '#58, 1st Main Road, J.P. Nagar, Bangalore 560078 IN', 'IN', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29655, 'd45c70', 0, 'Wi-Fi Alliance', '10900-B Stonelake Boulevard Austin TX 78759 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29656, 'd00aab', 0, 'Yokogawa Digital Computer Corp', 'Shinjuku MIDWEST Bldg.4-30-3 Yoyogi Shibuya-ku, Tokyo 151-0053 JP', 'JP', 'MA-L', '2014-05-27', '2016-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29657, '70b3d50d8', 0, 'Laser Imagineering GmbH', 'Rudolf-Diesel-Weg 5 Moelln Schleswig Holstein 23879 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29658, '6ca928', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2018-08-02', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29659, '0050c27eb', 0, 'Sesol Industrial Computer', '#509 High-End Tower, Seoul Digital Guro-Gu Seoul 152-848 KR', 'KR', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29660, '64ae0c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29661, '50a0bf', 0, 'Alba Fiber Systems Inc', '265 E. Merrick Rd Valley Stream NY 11580 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29662, '40d85516b', 0, 'Techway', '19 avenue de Norvege Villebon sur Yvette France 91140 FR', 'FR', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29663, '0cefafb', 0, 'Hubei Century Network Tech Co, Ltd', '9-11th floor, B7, FinancialHarbour, NO.77, Guanggu Avenue, East Lake New Technology Development Zone Wuhan Hubei 430074 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29664, '8a00b0', 0, 'Eoptolink Tech Inc Ltd,', 'No.127 West Wulian Street Chengdu China/Sichuan 610213 CN', 'CN', 'CID', '2015-05-06', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29665, 'c8f230', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD DONGGUAN GUANGDONG 523860 CN', 'CN', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29666, '000af7', 0, 'Broadcom', '16215 Alton Parkway Irvine CA 92618 US', 'US', 'MA-L', '2002-10-14', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29667, '00118d', 0, 'Hanchang System Corp', '1058-2, Shinkil-dong, Danwon-gu, Ansan-si Gyeonggi-do 425-839 KR', 'KR', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29668, '0050be', 0, 'Fast Multimedia AG', 'RUEDESHEIMERSTR. 11-13 80686 MUNICH DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29669, '0050c22db', 0, 'AutoTOOLS group Co Ltd', '15F, No. 88, Chung Hsiao E. Rd., Sec. 2, Taipei 100 TW', 'TW', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29670, '001b27', 0, 'Merlin Csi', '12625 Danielson Court Poway CA 92064 US', 'US', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29671, '0022c5', 0, 'Inforson Co, Ltd', 'Room 704,Tower B1, ChangYuanTianDi Plaza BeiJing City 100080 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29672, 'c0493d', 0, 'Maitrise Technologique', '224 RUE DE LA SAINTE BAUME SAINT MAXIMIN LA SAINTE BAUME VAR 83470 FR', 'FR', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29673, '50cd32', 0, 'NanJing Chaoran Science & Tech Co, Ltd', 'Block C,Floor 5,Tianzexingwang Building NanJing City JiangSu Province 210019 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29674, '00301f', 0, 'Optical Networks, Inc', '166 BAYPOINTE PARKWAY SAN JOSE CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29675, '003082', 0, 'Taihan Electric Wire Co, Ltd', 'Communication Engineering Team Seoul KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29676, '102959', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29677, 'e0b6f5a', 0, 'Folksam AB', 'Bohusgatan 14 Stockholm 10660 SE', 'SE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29678, '70b3d581d', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach North Rhine-Westphalia 51465 DE', 'DE', 'MA-S', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29679, '40a36b9', 0, 'PH Technical Labs', '1200, commerce dr, ste 112 plano tx 75093 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29680, '404229', 0, 'Layer3TV, Inc', '1660 Wynkoop St - Suite 800 Denver CO 80202 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29681, '7836cc', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29682, 'fc61e9', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29683, '001d3b', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29684, '1c9ecb', 0, 'Beijing Nari Smartchip Microelectronics Co Ltd', 'Northern Territory Xixiaokou Rd,Haidian district,Beijing 100192,China beijing beijing 100192 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29685, '0050c2b04', 0, 'Ubiquiti Networks Inc', '91 E Tasman Dr San Jose CA 95134 US', 'US', 'IAB', '2010-05-15', '2016-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29686, '70b3d5aca', 0, 'Tecnint Hte Srl', 'Via della Tecnica 16/18 Osnago Lecco 23875 IT', 'IT', 'MA-S', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29687, '84139f', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-10-10', '2018-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29688, '001a4c', 0, 'Crossbow Tech, Inc', '4145 N. First Street San Jose CA 95134 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29689, '70b3d5227', 0, 'Montalvo', '50 hutcherson drive Gorham ME 04038 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29690, '001d16', 0, 'Sfr', '40/42 Quai du point du jour Boulongne Billancourt Hauts de Seine 92659 FR', 'FR', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29691, 'f445ed', 0, 'Portable Innovation Tech Ltd', '601-602, 6/F Park Building, Kowloon HK', 'HK', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29692, '00504c', 0, 'Galil Motion Control', '270 Technology Way Rocklin CA 95765 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29693, '009079', 0, 'ClearOne, Inc', '299 WASHINGTON STREET WOBURN MA 01801 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29694, '000244', 0, 'Surecom Tech Co', '6F, No. 125, Sec. 2, Datung Rd. Taiwan Taiwan R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29695, '40d85516d', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2013-09-25', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29696, '001ace', 0, 'Yupiteru Corp', '3, Dannoue, Iwazu-cho, Okazaki-city, Aichi Okazaki Aichi 444-2144 JP', 'JP', 'MA-L', '2006-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29697, '001ca9', 0, 'Audiomatica Srl', 'Via Manfredi 12 Florence Italy 50136 IT', 'IT', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29698, '0041b4', 0, 'Wuxi Zhongxing Optoelectronics Tech Co, Ltd', 'Block 93-C, Sci. & Tech. Industry park, Wuxi Jiangsu 214028 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29699, '88a25e', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-01-23', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29700, 'a85ee4', 0, '12Sided Tech, Llc', '1 Penn Plaza, 36th Floor New York NY 10119 US', 'US', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29701, '70b3d5ac7', 0, 'vivaMOS', '2 Venture Road Southampton Hampshire SO16 7NP GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29702, '00d05a', 0, 'Symbionics, Ltd', 'ST. JOHN\'S INNOVATION PARK ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29703, '001521', 0, 'Horoquartz', 'BP 251 FONTENAY LE COMTE VENDEE 85205 FR', 'FR', 'MA-L', '2005-07-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29704, 'e0897e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29705, '6cdffbe', 0, 'Beijing Fimi Tech Co, Ltd', 'Room 348, 3F, Complex building A1, Yongtai Park, Qinghe Street, Haidian District, Beijing Beijing 100000 CN', 'CN', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29706, '000a46', 0, 'Aro Welding Tech Sas', '1, avenue de Tours Chateau du Loir sarthe 72500 FR', 'FR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29707, '9c99a0', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2015-05-03', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29708, '44b32d', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29709, '2c279e0', 0, 'Changzhou Webo Weighing Device & System Co, Ltd', 'Gaoyang Road No.1 Changzhou Jiangsu 213000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29710, '0060ea', 0, 'StreamLogic', '21329 NORDHOFF STREET CHATSWORTH CA 91311 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29711, '000538', 0, 'Merilus, Inc', '#307-46165 Yale Road V2P 2P2 CA', 'CA', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29712, '0050c2ac6', 0, 'Marathon Products, Inc', 'P.O. Box 21579 Oakland CA 94620-1579 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29713, 'd03972', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29714, '70b3d5c01', 0, 'SmartGuard Llc', '3660 Technology Drive NE Minneapolis MN 55418 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29715, '001735', 0, 'Intel Wireless Network Group', '2111 NE 25th Ave Hillsboro OR 97124 US', 'US', 'MA-L', '2006-01-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29716, '0019b0', 0, 'HanYang System', '701Ho, Kofomo Techno Center II, 1289-5 Shihung-Shi Kyunggi-Do 429-850 KR', 'KR', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29717, '9c611d', 0, 'Panasonic Corp of North America', '1200 Ridgeway Ave Rochester NY 14615 US', 'US', 'MA-L', '2012-04-08', '2020-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29718, '0050c2a9f', 0, 'YellowSoft Co, Ltd', '624-7 Takahagi Hidaka Saitama 350-1213 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29719, 'f8f7ff', 0, 'Syn-Tech Systems Inc', '100 FOUR POINTS WAY TALLAHASSEE FL 32305 US', 'US', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29720, '0050c2dad', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29721, '687848', 0, 'Westunitis Co, Ltd', 'North Building 7F, 3-1 Ofuka-cho, Kita-ku Osaka-city Osaka-pref 5300011 JP', 'JP', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29722, '98f9c7', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29723, '70b3d5e47', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach North Rhine-Westphalia 51465 DE', 'DE', 'MA-S', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29724, 'ac1e92', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon 16677 KR', 'KR', 'MA-L', '2019-09-05', '2019-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29725, '000dd0', 0, 'TetraTec Instruments GmbH', 'Gewerbestrasse 8 Steinenbronn BW 71144 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29726, '00223d', 0, 'JumpGen Systems, Llc', '2111 Palomar Airport Rd Carlsbad CA 92011 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29727, '74e14a0', 0, 'Altenburger Electronic GmbH', 'Schlossweg 5 Seelbach BW 77960 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29728, 'b437d1b', 0, 'Nsi Co, Ltd', '3F, No.33-1, Lane235, Sung-Chiang Road Taipei 10483 TW', 'TW', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29729, '000de9', 0, 'Napatech Aps', 'Rundofrbivej 271, 1 Naerum 2850 DK', 'DK', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29730, '001192', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29731, '743e2b', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29732, 'c8fd19', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29733, '000fa2', 0, '2xWireless', '1065 Maurader st Chico CA 95973 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29734, 'f45eab', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29735, 'b0358d', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29736, '1c1cfd', 0, 'Dalian Hi-Think Computer Tech, Corp', 'Hi-Think Software Building,No.6 Hi-Tech Street, Qixianling Industrial Base, Hi-Tech Zone, Dalian, China Dalian LiaoNing 116023 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29737, '70b3d57ef', 0, 'Cravis Co, Ltd', 'Room 11, 7/F., Metro Centre, Phase 1 No.32 Lam Hing Street Kowloon Bay 0000 HK', 'HK', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29738, '00b600', 0, 'Voim Co, Ltd', '70, Seotan-ro, Jinwi-myeon Pyeongtaek-si Gyeonggi-do 17706 KR', 'KR', 'MA-L', '2018-12-19', '2018-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29739, '00211b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29740, '0050c2b8a', 0, 'MicroPoise', '1624 Englewood Ave Akron Ohio 44305 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29741, '405582', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2019-06-17', '2019-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29742, '105fd4', 0, 'Tendyron Corp', 'Tendyron Building,Zhongguancun NO.1 Park,Beiqing Road,Haidian District,Beijing,China Beijing 100000 CN', 'CN', 'MA-L', '2019-10-01', '2019-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29743, '0050e6', 0, 'Hakusan Corp', 'J TOWER, 1-1, NIKKOU-CHO JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29744, '001bc508d', 0, 'Eurek Srl', 'VIA CELLETTA 8/B IMOLA BOLOGNA 40026 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29745, '001082', 0, 'Jna Telecommunications Ltd', '16 SMITH ST, CHATSWOOD NSW 2067 AU', 'AU', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29746, '000f15', 0, 'Icotera A/S', 'Vibeholms Allé 16 Brøndby 2605 DK', 'DK', 'MA-L', '2004-02-12', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29747, '904e91', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29748, '0010c4', 0, 'Media Global Links Co, Ltd', '580-16, horikawa-cho,saiwai-ku Kawasaki, Kanagawa 212-0013 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29749, '0050c294a', 0, 'TruMedia Measurement Ltd', '7 Leshem St., Kiriat-Matalon Petah-Tikva 4951768 IL', 'IL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29750, 'a028333', 0, 'Shanghai Xuntai Information Tech Co, Ltd', 'ET SPACE, ZIZHU PARK, NO.555, DONGCHUAN RD. SHANGHAI SHANGHAI 200241 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29751, 'd46ba6', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29752, '0040b4', 0, 'Nextcom K.K.', '1-12-1 SHIBUYA JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29753, 'b0ec71', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29754, '10c73f', 0, 'Midas Klark Teknik Ltd', 'Klark Teknik Building Kidderminster Worcestershire DY11 7HJ GB', 'GB', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29755, 'dc3e51', 0, 'Solberg & Andersen AS', 'Litleaasvegen 61 Bergen 5132 NO', 'NO', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29756, '2c265f3', 0, 'shenzhen Clever Electronic Co, Ltd', 'Building 8, Baiwang Creative Park(UTCP),Nanshan District,Shenzhen,China Shenzhen GuangDong 518055 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29757, '4865eed', 0, 'Winn Tech Co, Ltd', 'Winn Tech Industrial Park Xianghe Rd.Xinmin Area,Chang an,Dongguan City Guangdong Province,China. Dongguan Guangdong 523879 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29758, '00269d', 0, 'M2Mnet Co, Ltd', '607 Downtown Bld. 1043-1 Hogye-Dong Dongan-Gu Anyang-City Kyunggi-Do 431-080 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29759, 'c45976', 0, 'Fugoo Coorporation', '8001 Irvine Center Drive Irvine CA 62618 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29760, '48f8e1', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2010-03-28', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29761, '601199', 0, 'Siama Systems Inc', '410 Saint-Nicolas Street Montreal Quebec H2Y 2P5 CA', 'CA', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29762, '68b6fc', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29763, '40d8550ff', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'IAB', '2013-06-03', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29764, 'cc0577', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29765, '00207e', 0, 'Finecom Co, Ltd', '1108 HWAKOK-DONG, KANGSEO-KU SEOUL KR', 'KR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29766, '001346', 0, 'D-Link Corp', '2F, No.233-2, Pao-Chiao Road Hsin-Tien, Taipei 231 TW', 'TW', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29767, '000cda', 0, 'FreeHand Systems, Inc', '95 First St. Los Altos CA 94022 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29768, '00216c', 0, 'Odva', '4220 Varsity Drive Ann Arbor MI 48108-5006 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29769, '0050c2db1', 0, 'RF Code, Inc', '9229 Waterford Centre Austin TX 78758 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29770, '40d8550b6', 0, 'Telvent', 'P.I. Alcobendas C/ Valgrande, 6 Alcobendas Madrid 28108 ES', 'ES', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29771, '001bc509f', 0, 'Ente Sp. z o.o.', 'ul. Gaudiego 7 Gliwice Śląskie 44-100 PL', 'PL', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29772, '70b3d5cde', 0, 'Multipure International', '7251 Cathedral Rock Dr. Las Vegas Nevada 89128 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29773, '00e024', 0, 'Gadzoox Networks', '5850 HELLYER AVENUE SAN JOSE CA 95138 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29774, '0008e5', 0, 'Idk Corp', '6-7-10 Yamato Kanagawa 242-0007 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29775, 'a4dec9', 0, 'QLove Mobile Intelligence Information Tech (W.H.) Co Ltd', 'Sun Jia Tuan Township, Huan Cui District, Weihai, P.R.China Weihai Shan Dong 264201 CN', 'CN', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29776, '70b3d5f5d', 0, 'Potter Electric Signal Co Llc', '1609 Park 370 Place Hazelwood MO 63042 US', 'US', 'MA-S', '2019-11-20', '2019-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29777, '000cd8', 0, 'M. K. Juchheim GmbH & Co', 'Moltkestraße 13 - 31 Fulda Hessen 36039 DE', 'DE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29778, '001fe4', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2008-02-09', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29779, '986dc8', 0, 'Toshiba Mitsubishi-Electric Industrial Systems Corp', 'TOKYO SQUARE GARDEN 3-1-1 Kyobashi, CHUO-KU Tokyo 104-0031 JP', 'JP', 'MA-L', '2010-01-05', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29780, '94dbc9', 0, 'AzureWave Tech Inc', '8F No94 Baozhong Rd XindianDistrict, New Taipei City 231 TW', 'TW', 'MA-L', '2012-01-19', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29781, '00502d', 0, 'Accel, Inc', '1F, NO. 7, R&D 1ST ROAD HSINCHU TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29782, '0007ef', 0, 'Lockheed Martin Tactical Systems', '3333 Pilot Knob Road Eagan MN 55121 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29783, '000e8a', 0, 'Avara Tech Pty. Ltd', '9 Business Park Drive Notting Hill Victoria 3168 AU', 'AU', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29784, '0050c22bf', 0, 'Perax', '48 rue de Fenouillet Saint ALBAN Haute garonne 31140 FR', 'FR', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29785, '00225b', 0, 'Teradici Corp', '101 4621 Canada Way, Burnaby BC V6G 4X8 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29786, '9c220e', 0, 'Tascan Systems GmbH', 'Max-Planck-Str. 38 Cologne Köln 50858 DE', 'DE', 'MA-L', '2010-11-24', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29787, '0036f8', 0, 'Conti Temic microelectronic GmbH', 'Dornierstraße 1 Markdorf 88677 DE', 'DE', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29788, '90cc24', 0, 'Synaptics, Inc', '1251 McKay Drive San Jose CA 95131-1709 US', 'US', 'MA-L', '2013-01-09', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29789, '00800a', 0, 'Japan Computer Corp', 'L. K. BLDG. HIGASHI KANDA JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29790, '000ce8', 0, 'GuangZhou AnJuBao Co, Ltd', 'HeiQiaoTang TangXia TianHe GuangZhou GuangDong 510665 CN', 'CN', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29791, '9cf6dda', 0, 'Avi Pty Ltd', '9 Pitt Way Booragoon Western Australia 6154 AU', 'AU', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29792, '300a606', 0, 'Realtime biometrics India pvt Ltd', 'C-68,1st Floor ganesh nagar pandav nagar complex delhi Delhi 110092 IN', 'IN', 'MA-M', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29793, '98ed5c', 0, 'Tesla, Inc', '3500 Deer Creek Road Palo Alto CA 94304 US', 'US', 'MA-L', '2018-07-26', '2020-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29794, '28ee52', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29795, '70b3d5307', 0, 'Energi innovation Aps', 'HC andersens alle 3 Vejen Danmark 6600 DK', 'DK', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29796, '0019f4', 0, 'Convergens Oy Ltd', 'Westendintie 99 B Espoo Uusimaa FIN-02160 FI', 'FI', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29797, '18ee69', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29798, '00058a', 0, 'Netcom Co, Ltd', '1F, No. 7, Lane 242, Taipei TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29799, '0050c21f7', 0, 'Arc\'Créations', 'ZI les Milles 100 rue Pierre DUHEM Aix en Provence BDR 13856 FR', 'FR', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29800, 'f0af50', 0, 'Phantom Intelligence', '319 Rue Franquet Suite F Quebec QC G1P 4R4 CA', 'CA', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29801, '00b0d0', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2000-11-09', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29802, '78ca83b', 0, 'Zhejiang Science Electronic Tech Co, Ltd', 'F5, Huichuang Building ,No.88, Headquarters Business Garden Nanhu District, Jiaxing Zhejiang 314000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29803, '6c19c0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29804, '18d717', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29805, '00c0ca', 0, 'Alfa, Inc', '11-1, INDUSTRY EAST ROAD IV TAIWAN TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29806, 'f0acd75', 0, 'Pavo Tasarim Uretim Ticaret A.S.', 'Teknopark Istanbul Ar-Ge Binalari 1.Blok Pendik Istanbul Select State 34349 TR', 'TR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29807, '70b3d5f54', 0, 'Revolution Retail Systems', '1840 Hutton Drive Carrollton Texas 75006 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29808, '28f5379', 0, 'Herbert Waldmann GmbH & Co KG', 'Peter-Henlein-Straße 5 Villingen-Schwenningen Baden-Württemberg 78056 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29809, '70b3d596e', 0, 'Myostat Motion Control Inc', '17817 Leslie St #21 Newmarket ON L3Y8C6 CA', 'CA', 'MA-S', '2018-09-05', '2018-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29810, '000900', 0, 'Tmt', '11 Kiryat Mada, POB 45199 Jerusalem 91450 IL', 'IL', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29811, '18e80f', 0, 'Viking Electronics Inc', '1531 Industrial St Hudson WI 54016 US', 'US', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29812, '10954b', 0, 'Megabyte Ltd', 'Unit 507, 5/F, Building 12W, NO.12 Science Park Avenue, Hong Kong Science Park, Shatin, New Territories Hong Kong NA HK', 'HK', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29813, 'b4ee25', 0, 'Shenzhen Belon Tech Co, Ltd', 'Tsinghua Information Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2019-05-21', '2019-05-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29814, '646266c', 0, 'Jiangsu Aisida Electronic Co, Ltd', 'Aisida Industrial Park,Lanling Road,Danyang Development Zone DanYang JiangSu 212300 CN', 'CN', 'MA-M', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29815, '00a0e2', 0, 'Keisokugiken Corp', '2021-5 Houshakuji Shioya-gun Tochigi 329-1233 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29816, '5cb524', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2011-09-24', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29817, '002385', 0, 'Antipode', '5 RUE DE DOUAI PARIS ILE DE FRANCE 75009 FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29818, '589cfc', 0, 'FreeBSD Foundation', 'P.O. Box 20247 Boulder CO 80308-3247 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29819, 'ecfaf4', 0, 'SenRa Tech Pvt. Ltd', '133, First Floor, Lane No. 1, Westend Marg, Saidulajab New Delhi 110030 IN', 'IN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29820, 'ec3cbb', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29821, '00032f', 0, 'Global Sun Tech, Inc', 'No. 13, Tung Yuan Rd., TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29822, '0050c2436', 0, 'Satellite Services BV', 'Scheepmakerstraat 40 Katwijk aan Zee Zuid-Holland 2222 AC NL', 'NL', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29823, '70b3d5755', 0, 'LandmarkTech Systems Tech Co, Ltd', 'Room221, Building #29, No.368 Zhangjiang Rd., Shanghai 201210 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29824, '38fdfe6', 0, 'Inspero Inc', 'C101, Ju\'Er Hu Tong, Dong Cheng Qu Beijing Beijing 100001 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29825, '502dbb', 0, 'GD Midea Air-Conditioning Equipment Co, Ltd', 'Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong 528311 CN', 'CN', 'MA-L', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29826, '000e45', 0, 'Beijing Newtry Electronic Tech Ltd', 'PO Box 95, No. 1 Bei Sha Tan, Beijing 10083 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29827, '74e14a9', 0, 'Kanto Aircraft Instrument Co, Ltd', '2-3-18 Honfujisawa Fujisawa Kanagawa 251-0875 JP', 'JP', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29828, '44a42d', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2010-01-05', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29829, '2c6a6fc', 0, 'Sensity Systems', '480 Oakmead Parkway Sunnyvale California 94085 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29830, '00081a', 0, 'Sanrad Intelligence Storage Communications (2000) Ltd', '32 Habarzel St., Entrace B IL', 'IL', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29831, '000cc5', 0, 'Nextlink Co, Ltd', 'C 605, Technopark #145 Yatop-dong, Seongnam-si Bundang-gu, Gyeonggi 463-760 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29832, 'd02212c', 0, 'Xperio Labs Ltd', 'Unit 3709, 37th Floor, Tower II, Hong Kong Hong Kong HONG KONG HK', 'HK', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29833, 'a48431', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29834, '2c279eb', 0, 'Forties Inc', '5-3-10-1F, Shiba Minato Tokyo 1080014 JP', 'JP', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29835, '0050c214a', 0, 'Dycec, S.A.', 'Torres Quevedo, 1-P.T.M. Tres Cantos Madrid 28760 ES', 'ES', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29836, '0050c2f22', 0, 'Harland Simon plc', 'Bond Avenue Milton Keynes Bucks MK1 1TJ GB', 'GB', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29837, 'a4e7e4', 0, 'Connex GmbH', 'Elbestrasse 12 Oldenburg 26135 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29838, '0050c2aef', 0, 'National CineMedia', '9110 East Nichols Ave. Centennial CO 80112 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29839, '64517e', 0, 'Long Ben (Dongguan) Electronic Tech Co, Ltd', 'NO.19.Jian she Road,Shi ma Village,Tang xia Town,Dong guan,Guang dong,China Dong guan Guang dong 523731 CN', 'CN', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29840, '4c1a95', 0, 'Novakon Co, Ltd', '6F., No. 120, Lane 235, Pao Chiao Road New Taipei City 23145 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29841, 'e4e4ab', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29842, 'f0b4d2', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29843, '0010e3', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '1997-11-14', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29844, '00244b', 0, 'Perceptron Inc', '47827 HALYARD DR PLYMOUTH MI 48170 US', 'US', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29845, '000d9d', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2003-06-30', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29846, '001ebc', 0, 'Wintech Automation Co, Ltd', '#1115, TAEKWANG BLVD. SUWON-SI KYUNGGI 443-816 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29847, '0050c2dd7', 0, 'Tornado Modular Systems', 'Inzhenernaya str. 4a Novosibirsk 630090 RU', 'RU', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29848, '001bc5049', 0, 'Eurocontrol S.p.A.', 'Via Varenna 52/A Genova Italy 16155 IT', 'IT', 'MA-S', '2011-11-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29849, '94c038', 0, 'Tallac Networks', '6528 Lonetree Blvd. Rocklin CA 95765 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29850, '7c7b8b', 0, 'Control Concepts, Inc', '18760 Lake Dr. East Chanhassen MN 55317 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29851, '0050d8', 0, 'Unicorn Computer Corp', '7 FL., NO. 96 KWANG FU NORTH ROAD TAIPEI TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29852, '00092a', 0, 'Mytecs Co, Ltd', '1-12-39, Taishidou Setagaya-ku Tokyo 154-0004 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29853, '402c767', 0, 'Zhejiang Guoli Security Tech Co, Ltd', 'Room (1-1-178), No. 150, Zhangpu Road, Jiushigang Town, Haishu District Ningbo Zhejiang 315000 CN', 'CN', 'MA-M', '2019-10-24', '2019-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29854, 'a4c54e', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29855, 'f4f197', 0, 'Emtake Inc', '14, Pangyoyeok ro 192, Bundang gu Seongnam city Kyeonggi do 13524 KR', 'KR', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29856, '0050c2389', 0, 'Exavio Inc', '3121 Jay Street Santa Clara California 95054 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29857, '0050c2c55', 0, 'Watterott electronic', 'Winkelstr. 12a Hausen Thueringen 37327 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29858, '001931', 0, 'Balluff GmbH', 'Schurwaldstraße 9 Neuhausen BW 73765 DE', 'DE', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29859, '24bbc1', 0, 'Absolute Analysis', '2393 Teller Road Ste #109 Newbury Park California 91320 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29860, '6ce01e', 0, 'Modcam AB', 'Bredgatan 4 Malmö Skåne 21130 SE', 'SE', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29861, '98bb1e', 0, 'Byd Precision Manufacture Co Ltd', '7/Floor, Building 5#, No3000 LongDong Avenue, Pudong District Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29862, '1c8774c', 0, 'New Nordic Engineering', 'Inge Lehmanns Gade 10 Aarhus 8000 DK', 'DK', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29863, '0847d0', 0, 'Nokia Shanghai Bell Co Ltd)', 'No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai 201206,P.R.China Shanghai Pudong 201206 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29864, '00603a', 0, 'Quick Controls Ltd', 'DURHAM HOUSE, WARWICK COURT MANCHESTER M24 1AE GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29865, '0050c23b4', 0, 'Contrôle Analytique Inc', '1076 rue Johnson Thetford Mines Québec G6G 5W6 CA', 'CA', 'IAB', '2004-08-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29866, 'dcd0f7', 0, 'Bentek Systems Ltd', '315 - 3750 46th Ave. SE Calgary AB T2B 0L1 CA', 'CA', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29867, '28c671', 0, 'Yota Devices OY', 'Elektronikkatie 13 Oulu 90590 FI', 'FI', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29868, '845c93', 0, 'Chabrier Services', '354 Chemin de la Pinatte Saint-Peray 07130 FR', 'FR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29869, '70b3d513d', 0, 'Elsist S.r.l.', 'Via G. Brodolini, 15 Casale Monf.to Alessandria 15033 IT', 'IT', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29870, '00c040', 0, 'Ecci', '15070-B AVENUE OF SCIENCE SAN DIEGO CA 92128 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29871, 'f80f41', 0, 'Wistron Infocomm (Zhongshan) Corp', 'Torch High-tech Industrial Development Zone, ZhongShan Guangdong 528437 CN', 'CN', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29872, '20f41b', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO 268, Fuqian Rd,Jutang Community,Guanlan town, ShenZhen Guangdong 518110 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29873, 'c8778b', 0, 'Mercury Systems – Trusted Mission Solutions, Inc', '47200 Bayside Pkwy Fremont CA 94538 US', 'US', 'MA-L', '2016-04-11', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29874, '34d0b87', 0, 'Shenzhen Rikomagic Tech Corp, Ltd', '7021,7F Beifang Junyi Business Center, Lixin South RD,Fuyong Street,Bao\'an Shenzhen Guangdong 518103 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29875, '000646', 0, 'ShenZhen XunBao Network Tech Co Ltd', 'F3, R2-A Building, South District Shen Zhen CN', 'CN', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29876, '000d3e', 0, 'Aplux Communications Ltd', '10F, No. 166, Dah-Yeh Rd., Peitou Taipei 112 TW', 'TW', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29877, 'd8cf89', 0, 'Beijing DoSee Science and Tech Co, Ltd', 'Room 819-158,Floor 8,XinCaiLiao Chuangye Building,No.7 FengHuiZhong Road, Haidian District Beijing 100094 CN', 'CN', 'MA-L', '2019-08-23', '2019-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29878, '0050c2145', 0, 'Elc Lighting', 'Vic vd Asdocnstraat 14 Gemert 5421VB NL', 'NL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29879, '0016ea', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29880, '000f0e', 0, 'WaveSplitter Tech, Inc', '2248 North First Street San Jose CA 95131 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29881, '001125', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29882, '00159a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-08-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29883, '001d11', 0, 'Analogue & Micro Ltd', 'Lakeside House Llantarnam Industrial Park Cwmbran NP44 3XS GB', 'GB', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29884, '049c62', 0, 'Bmt Medical Tech s.r.o.', 'Cejl 50 Brno 65660 CZ', 'CZ', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29885, '3cf748', 0, 'Shenzhen Linsn Tech Development Co, Ltd', 'Floor 4,Block 7,Zone 2,Baiwangxin Industrial Park Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29886, '00017f', 0, 'Experience Music Project', '110 -110th Avenue NE - Ste. #400 Bellevue WA 98004 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29887, '0009a6', 0, 'Ignis Optics, Inc', '482 W. San Carlos San Jose California 95110 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29888, '485deb', 0, 'Just Add Power', '12505 STARKEY RD STE A LARGO FL 33773 US', 'US', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29889, 'fc06ed', 0, 'M2Motive Tech Inc', 'Room 148, Lane 999, new two road, Baoshan District Shanghai Shanghai 200439 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29890, '70b3d599c', 0, 'Enerwise Solutions Ltd', 'Flat/Room 510, 5/F, Wayson Comm Building Hong Kong none none HK', 'HK', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29891, '00215b', 0, 'SenseAnywhere', 'Lisztlaan 2 Roosendaal 4702 KJ NL', 'NL', 'MA-L', '2008-10-25', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29892, '00e049', 0, 'Microwi Electronic GmbH', 'ZUSAMSTRASSE 8 D 86165 AUGSBURG DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29893, '001f48', 0, 'Mojix Inc', '11075 Santa Monica Blvd. Los Angeles Ca 90025 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29894, 'acb3b5', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29895, '94cdac', 0, 'Creowave Oy', 'Lentokatu 2 Oulunsalo FIN-90460 FI', 'FI', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29896, '6cdffbc', 0, 'Toucan Systems Ltd', '3 Roseheyworth Business Park Abertillery Bleanau Gwent NP13 1SP GB', 'GB', 'MA-M', '2018-09-05', '2018-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29897, '000ddf', 0, 'Japan Image & Network Inc', '5-29-12 Shiba Minato-ku Tokyo 108-0014 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29898, '84a8e4', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29899, '8439be9', 0, 'Guangdong SunMeng Information Tech Co Ltd', 'Yuexiu District of Shuiyin Road No.56th courtyard No.1 building six-floor Guangzhou Guangdong 510627 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29900, 'ac84c9', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29901, '000437', 0, 'Powin Information Tech, Inc', '8F, No. 70, Zhou-Z St. TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29902, '0008a5', 0, 'Peninsula Systems Inc', '6902 Verde Ridge Rd. Rancho Palos Verdes CA 90275 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29903, '70b3d53ca', 0, 'TTi Ltd', '5-y Donskoy pr-d, 15с2 Moscow 119334 RU', 'RU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29904, 'f81d78d', 0, 'Tofino', '255 Fourier Avenue Fremont 94539 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29905, '70b3d5178', 0, 'Gamber-Johnson Llc', '3001 Borham Ave Stevens Point WI 54481 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29906, '4cfbfe', 0, 'Sercomm Japan Corp', '8F, 3-1, YuanQu St., NanKang, Taipei 115, Taiwan Taipei 115 TW', 'TW', 'MA-L', '2019-04-22', '2019-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29907, '1495ce', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29908, 'e01954', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-06-26', '2019-06-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29909, '00305a', 0, 'Telgen Corp', '3101 SOVEREIGN DR. - STE. LANSING MI 48911 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29910, '001faf', 0, 'NextIO, Inc', '8303 N MoPac Expressway Austin TX 78759 US', 'US', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29911, 'f0de71', 0, 'Shanghai Edo Tech Co, Ltd', 'Unit 12302, Building 12,498 Guoshoujing Road, Pudong New Area Shanghai 201203 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29912, '0050c2d3f', 0, 'Communication Systems Solutions', '6030 S 58th St, STE C Lincoln NE 68516 US', 'US', 'IAB', '2011-02-21', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29913, '70b3d517f', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbühl Bavaria 91550 DE', 'DE', 'MA-S', '2015-04-29', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29914, '70b3d53a5', 0, 'KMtronic Ltd', 'Dobri Czintulov 28A str. Gorna Oryahovica VT 5100 BG', 'BG', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29915, '70b3d51f7', 0, 'Morgan Schaffer Inc', '8300 rue St-Patrick bureau 150 LaSalle Quebec H8N 2H1 CA', 'CA', 'MA-S', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29916, '00c074', 0, 'Toyoda Automatic Loom', 'WORKS, LTD. 448 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29917, '0001d1', 0, 'CoNet Communications, Inc', '25 Mauchly, #320 Irvine CA 92618 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29918, '0050c2712', 0, 'Pasan SA', 'Rue Jaquet-Droz 8 Neuchâtel NE 2000 CH', 'CH', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29919, '0023c1', 0, 'Securitas Direct AB', 'Angbatsbron 1 Malmö 21120 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29920, '4ceb42', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29921, 'd8b02e', 0, 'Guangzhou Zonerich Business Machine Co, Ltd', 'North Gate, No.17 Yunjun Road, Luogang District Guangzhou Guangdong 510530 CN', 'CN', 'MA-L', '2013-01-09', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29922, '800902', 0, 'Keysight Tech, Inc', '1400 Fountaingrove Pkwy. Santa Rosa CA 95403 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29923, 'ac3870', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999, Qishan North 2nd Road, Information & Optoelectronics Park, Xiamen Fujian 361006', '', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29924, '00097d', 0, 'SecWell Networks Oy', 'P.O.BOX 174 Tampere 33101 FI', 'FI', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29925, '00169e', 0, 'TV One Ltd', 'Unit V Continental Approach Margate Kent CT9 4JG GB', 'GB', 'MA-L', '2005-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29926, 'e0686d', 0, 'Raybased AB', 'A Odhners Gata 41 Västra Frölunda 42130 SE', 'SE', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29927, '40d8551ae', 0, 'Autonomous Solutions, Inc', '990 North 8000 West Petersboro Utah 84325 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29928, '70b3d5b3c', 0, 'Dorlet Sau', 'Albert Eistein 34 Alava SPAIN 01510 ES', 'ES', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29929, '2cd1417', 0, 'XiaMen 35.com Tech Co,.Ltd', '8th.building,Guanri Road,Software Park Xiamen Fujian 361008 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29930, '209ef7', 0, 'Extreme Networks, Inc', '6480 Via Del Oro San Jose CA 95119 US', 'US', 'MA-L', '2019-12-25', '2019-12-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29931, '0050c25ba', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29932, '64f987', 0, 'Avvasi Inc', '103 Randall Dr. Waterloo ON N2V 1C5 CA', 'CA', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29933, '00122b', 0, 'Virbiage Pty Ltd', 'Level 4 Melbourne Victoria 3000 AU', 'AU', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29934, '0050c2569', 0, 'Twinwin Technplogy Co, Ltd', '6F-2 ,No.400,Sec 1,Changping Rd.,Beirict, 406 TW', 'TW', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29935, '0018eb', 0, 'Blue Zen Enterprises Private Ltd', 'No 2&3 (First Floor) Kurban Ali Street Chennai Tamil Nadu 600002 IN', 'IN', 'MA-L', '2006-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29936, 'c8cbb8', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2012-07-16', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29937, 'c4baa3', 0, 'Beijing Winicssec Tech Co, Ltd', 'F block 9th floor 907 of Jiahua Building, No.9 Shangdi 3rd Street Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29938, '48f07b', 0, 'Alps Electric Co, Ltd', '6-1 Kakuda Miyagi-Pref 981-1595 JP', 'JP', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29939, '0001a3', 0, 'Genesys Logic, Inc', '10F, No. 11, Ln.3., TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29940, '000791', 0, 'International Data Communications, Inc', '47873 Fremont Blvd. Fremont CA 04538 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29941, '70b3d5b98', 0, 'Gsf Corp Pte Ltd', '60 Paya Lebar Road # 12-05 Paya Lebar Square 409051 SG', 'SG', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29942, '4011750', 0, 'Lexi Devices, Inc', '2342 Shattuck Ave, #260 Berkeley 94704 US', 'US', 'MA-M', '2019-07-11', '2019-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29943, '001e6a', 0, 'Beijing Bluexon Tech Co, Ltd', 'Jinqiuzhichun 7-301,Zhichun Rd., Beijing 100088 CN', 'CN', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29944, '001e7a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29945, 'c8d719', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine 92612 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29946, 'c4e92f', 0, 'AB Sciex', '71 Four Valley Drive Concord Ontario L4K 4V8 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29947, '000a3a', 0, 'J-Three International Holding Co, Ltd', 'No. 1, Yu-3 Rd., Youth Industrial Park Yang-mei, Taoyuan Hsien 326 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29948, '001e02', 0, 'Sougou Keikaku Kougyou Co, Ltd', 'HK2 bld. 2-21-10 Suginamiku Tokyo 167-0053 JP', 'JP', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29949, '70e72c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29950, '000f2e', 0, 'Megapower International Corp', 'Rm. 403, No 24 , Wu-Chuan 2nd Rd., Taipei Hsien 242 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29951, '0050c2853', 0, 'Ettus Research Llc', '1043 N Shoreline Blvd Mountain View CA 94043 US', 'US', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29952, '001dba', 0, 'Sony Corp', 'Gotenyama Tec,5-1-12, Shinagawa-ku Tokyo 141-0001 JP', 'JP', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29953, '0025ed', 0, 'NuVo Tech Llc', '3015 Kustom Drive Hebron KY 41048 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29954, '003a98', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29955, 'a8294c', 0, 'Precision Optical Transceivers, Inc', '2328 Innovation Way Rochester NY 14624 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29956, '70b3d5f01', 0, 'Software Systems Plus', '9924 N. Ash Avenue Kansas City MISSOURI 64157 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29957, '70b3d515c', 0, 'Woods Hole Oceanographic Institution', '92 Water Street MS#10 Woods Hole MA 02543 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29958, '00c001', 0, 'Diatek Patient Managment', 'SYSTEMS, INC. SAN DIEGO CA 92121-1723 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29959, '0030dd', 0, 'Indigita Corp', '30 Corporate Park Drive Irvine CA 92606 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29960, '70b3d5d89', 0, 'Resolution Systems', '1/214 Greenhill Rd Eastwood South Australia 6063 AU', 'AU', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29961, '4011758', 0, 'Beijing Gemotech Intelligent Tech Co, Ltd', 'NO.1 Development Road,Beijing International Information Industrial Base,Huilongguan Town,Changping District Beijing Beijing 102206 CN', 'CN', 'MA-M', '2019-07-10', '2019-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29962, '143004', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29963, '001507', 0, 'Renaissance Learning Inc', '2911 Peach Street Wisconsin Rapids Wisconsin 54494 US', 'US', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29964, '8cc7aa', 0, 'Radinet Communications Inc', '7F-2, No.229, Fuxing 2nd Rd, Zhubei, 30271 Hsinchu Taiwan 30271 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29965, '0018c2', 0, 'Firetide, Inc', '16795 Lark Av, Suite 200 Los Gatos CA 95032 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29966, '001f39', 0, 'Construcciones y Auxiliar de Ferrocarriles, S.A.', 'C/ J.M. Iturrioz, 26 Beasain Guipúzcoa E-20200 ES', 'ES', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29967, '0050c2f35', 0, 'Grupo Epelsa S.L.', 'C/ Albasanz, 6 y 8 Madrid 28037 ES', 'ES', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29968, '70b3d515f', 0, 'SavronİK ElektronİK', 'ORGANİZE SAN BÖL. ESKİŞEHİR ODUNPAZARI 26110 TR', 'TR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29969, 'fcc233', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2015-05-12', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29970, '000240', 0, 'Seedek Co, Ltd', '#709, 1638-32, Sammo KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29971, '000b6a', 0, 'Asiarock Tech Ltd', 'P.O. Box957, Offshore Incorporations Cen Road Town Tortola 12345 VG', 'VG', 'MA-L', '2002-10-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29972, '7c6b33', 0, 'Tenyu Tech Co Ltd', '1F., No.10, Ln. 36, Ganzhen 2nd St. New Taipei City 251 TW', 'TW', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29973, '9c0298', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29974, '983713', 0, 'PT.Navicom Indonesia', 'Perkantoran Citragrand Blok CW7 no 10 Bekasi Jawa Barat 17435 ID', 'ID', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29975, '98f9c71', 0, 'HighSecLabs', '29 Haeshel St Caesarea 3088900 IL', 'IL', 'MA-M', '2018-08-20', '2018-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29976, '001f8f', 0, 'Shanghai Bellmann Digital Source Co, Ltd', '404-408 Main Bd, FDUSP, No.11 Guotai Rd. Shanghai 200433 CN', 'CN', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29977, '002379', 0, 'Union Business Machines Co Ltd', 'Unit 2, 2/F, Block A, Hong Kong Industrial Centre, Lai Chi Kok Kowloon HK', 'HK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29978, '744d79', 0, 'Arrive Systems Inc', '1404 Franklin Street, # 350 Oakland CA 94612 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29979, 'c0c3b6', 0, 'Automatic Systems', 'avenue mercator,5 Wavre Belgium 1300 BE', 'BE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29980, 'a0e453', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2013-11-12', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29981, '000a18', 0, 'Vichel Inc', '3F Jang Bldg. 92-6 Yangjae-dong, Secho-g Seoul 137-130 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29982, '0025b5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29983, '4801c5', 0, 'OnePlus Tech (Shenzhen) Co, Ltd', '18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29984, '00d2b1', 0, 'Tpv Display Tech (Xiamen) Co, Ltd', 'No.1, Xianghai Road, Xiamen Torch Hi-Tech Industrial Development Zone XM Fujian 361101 CN', 'CN', 'MA-L', '2019-08-08', '2019-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29985, '70f8e75', 0, 'Beijing Eehuu Tech Co, Ltd', 'Room 2010, 3rd floor, Building #10, No.39 Sanlihe Road, Haidian District, Beijing, China BEIJING Beijing 10000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29986, '308841', 0, 'Sichuan AI-Link Tech Co, Ltd', 'Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN', 'CN', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29987, '000cb5', 0, 'Premier Technolgies, Inc', 'PO Box 159 Long Lake MN 55356 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29988, '001933', 0, 'Strix Systems, Inc', '26610 Agoura Road Calabasas CA 91302 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29989, '0050c27d7', 0, 'Newtec A/S', 'Stærmosegårdsvej 18 Odense SV Region Syd 5230 DK', 'DK', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29990, 'e48326', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29991, '00172b', 0, 'Global Tech Inc', '4/F Kicox Bldg.,188-5,Guro-Dong,Guro-gu, Seoul 152-848 KR', 'KR', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29992, '1c994c', 0, 'Murata Manufacturing Co, Ltd', '1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29993, '6c23cb', 0, 'Wattty Corp', '2-15-31 takaokanishi nakaku hamamatsushi shizuokaken 4338118 JP', 'JP', 'MA-L', '2018-12-27', '2018-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29994, '0050c2be1', 0, 'Tattile Srl', 'via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29995, '60cdc5', 0, 'Taiwan Carol Electronics., Ltd', 'No.202, Tung Kuang Road Taichung Taiwan 40151 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29996, '7419f89', 0, 'Princip a.s.', 'Radlicka 204/503 Praha 5 Praha 158 00 CZ', 'CZ', 'MA-M', '2014-01-20', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29997, '4c26e7', 0, 'Welgate Co, Ltd', '19F, Geopyeong Bldg. 129 Seoul Seoul 135726 KR', 'KR', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29998, '6c1e70', 0, 'Guangzhou Ybds IT Co, Ltd', 'Room 318,3/F,970 Kang Wang Bei Lu,Liwan District,Guangzhou,PRC Guangzhou City Guangdong Province 510170 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(29999, '70b3d553d', 0, 'Accel Corp', '16-32 Nakamachi CHINO Nagano 3910005 JP', 'JP', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30000, '0060b5', 0, 'Keba GmbH', 'GEWERBEPARK URFAHR A-4041 LINZ AT', 'AT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30001, '001b82', 0, 'Taiwan Semiconductor Co, Ltd', '11F, No. 205, Sec. 3, Beishin Rd, Shindian Taipei 231 TW', 'TW', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30002, '1c8259e', 0, 'Microtronics Engineering GmbH', 'Hauptstrasse 7 Ruprechtshofen 3244 AT', 'AT', 'MA-M', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30003, '001d3a', 0, 'mh acoustics Llc', '25A Summit Ave Summit NJ 07901 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30004, '74f85d', 0, 'Berkeley Nucleonics Corp', '2955 Kerner Blvd #D San Rafael California 94901 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30005, '001adf', 0, 'Interactivetv Pty Ltd', 'Suite 10 Level 3 Pyrmont, Sydney NSW 2009 US', 'US', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30006, '0050c26b6', 0, 'CommoDaS GmbH', 'Rosengarten 10 Wedel Schlewig Holstein 22880 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30007, '78f5e5', 0, 'Bega Gantenbrink-Leuchten KG', 'Hennenbusch Menden NRW 58708 DE', 'DE', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30008, '001843', 0, 'Dawevision Ltd', '197 High Street Cottenham Cambridge CB4 8RX GB', 'GB', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30009, '001f63', 0, 'Jsc Goodwin-Europa', '20/5 Marksistskaya st. Moscow 109147 RU', 'RU', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30010, '0050c2ccc', 0, 'Smartech-Tech', 'Stachek 107-J office 16H Saint-Petersburg 198303 RU', 'RU', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30011, '000176', 0, 'Orient Silver Enterprises', '8740 White Oak Avenue Rancho Cucamonga CA 91730 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30012, '0050c2cb2', 0, 'Moravian Instruments', 'Masarykova 1148 Zlin 763 02 CZ', 'CZ', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30013, '001318', 0, 'Dgstation Co, Ltd', 'Rm.401, Bldg.A, Bundang Techno Park 150, Yatap-Dong, Bundang-Gu, Sungnam-Si, Gyunggi-Do, 463-760, Korea Sungnam Gyunggi 463-760 KR', 'KR', 'MA-L', '2004-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30014, '001c91', 0, 'Gefen Inc', '20600 Nordhoff Street Chatsworth CA 91311 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30015, '107bef', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30016, 'e0b6f5e', 0, 'Advatek Lighting Pty Ltd', '16 / 62 Ramset Drive Chirnside Park VIC 3116 AU', 'AU', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30017, 'ac1ddf2', 0, 'ConectaIP Tecnologia S.L.', 'Novell 58, 4.2 Barcelona 08014 ES', 'ES', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30018, '70b3d59e8', 0, 'Zerospace Ict Services B.V.', 'Johan Huizingalaan 400 Amsterdam Noord-Holland 1066 JS NL', 'NL', 'MA-S', '2019-08-24', '2019-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30019, '000255', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30020, '0008e0', 0, 'Ato Tech Ltd', 'Rm. 1314-1346, Block B1, Yau Tong Ind. C Hong Kong HK', 'HK', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30021, '70b3d5126', 0, 'AddSecure Smart Grids', 'Campus Gräsvik 1 Karlskrona 37175 SE', 'SE', 'MA-S', '2019-08-30', '2019-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30022, '687924', 0, 'Els-GmbH & Co KG', 'Dammstrasse 21 Werther NRW 33824 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30023, 'b0e39d', 0, 'Cat System Co, Ltd', '3-147-27 Higasi-sinmachi Hirohata-ku Himeji Hyogo 671-1121 JP', 'JP', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30024, 'c82158', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30025, '70b3d5f99', 0, 'Tex Computer Srl', 'Tex Computer Srl Via Mercadante 35 Cattolica RIMINI 47841 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30026, '70b3d55bc', 0, 'Lamtec Meß- und Regeltechnik für Feuerungen GmbH & Co KG', 'Wiesenstraße 6 Walldorf Baden Württemberg 69190 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30027, '982d68', 0, 'Samsung Electronics Co, Ltd', 'Samsung 1-ro Hwaseong-si Gyeonggi-do 445330 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30028, '4cedfb', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30029, '44d5f24', 0, 'Appotronics Co, Ltd', '4th Floor,SZICC,NO.1089,Chaguang Road,Nanshan District, Shenzhen, China Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30030, '000722', 0, 'The Nielsen Co', '501 Brooker Creek Blvd. Oldsmar FL 34677 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30031, '40d855070', 0, 'Jsc Electrical Equipment Factory', 'Otradnaya str, 6 Moscow 129626 RU', 'RU', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30032, '000aae', 0, 'Rosemount Process Analytical', '6573A Cochran Rd. Solon Ohio 44139-3922 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30033, '000b85', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30034, '0050c28b5', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30035, '0050c2ca0', 0, 'Kiefer technic GmbH', 'Feldbacher Strasse 77 Bad Gleichenberg Styria 8344 AT', 'AT', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30036, '8489ec8', 0, 'Arts Digital Tech (HK) Ltd', '1704, 17/F, Fo Tan Industrial Centre, 26-28 Au Pui Wan Street, Fo Tan, Hong Kong Hong Kong Nil HK', 'HK', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30037, '0080ea', 0, 'Adva Optical Networking Ltd', 'ADVAntage House York YO30 4RY GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30038, '00d030', 0, 'Safetran Systems Corp', '10655 7th Street Rancho Cucamonga CA 91730 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30039, '001a3c', 0, 'Technowave Ltd', 'Sakurai Bldg.1F, Musashino-shi Tokyo 180-0006 JP', 'JP', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30040, 'a0c5f21', 0, 'Kns Group Llc (Yadro Co)', 'Spartakovskaya sq., 14, bl. 1 Moscow 105082 RU', 'RU', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30041, 'fcd2b6e', 0, 'Univer S.p.A.', 'Via Eraclito 31 Milan 20128 IT', 'IT', 'MA-M', '2019-01-02', '2019-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30042, '78c881', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30043, '000e9c', 0, 'Benchmark Electronics', '3535 Technology Drive Rochester MN 55901 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30044, '001a35', 0, 'Bartec GmbH', 'Schulstraße 30 Gotteszell Bavaria 94239 DE', 'DE', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30045, '001aab', 0, 'eWings s.r.l.', 'via S. Quasimodo 46 Castel Maggiore Bologna 40013 IT', 'IT', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30046, '389af6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30047, '00c08b', 0, 'Risq Modular Systems, Inc', '39899 BALENTINE DRIVE-STE #375 NEWARK CA 94560 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30048, '00145c', 0, 'Intronics B.V.', 'Koolhovenstraat 1E Barneveld Gelderland 3772 MT NL', 'NL', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30049, '0050c2b60', 0, 'Ooo Npf Atis', 'ul. Rangeva, 11-24 Kovrov Vladimir region 601916 RU', 'RU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30050, 'a4e597', 0, 'Gessler GmbH', 'Gutenbergring 14 Rodgau 63110 DE', 'DE', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30051, '9c69b4b', 0, 'Toughdog Security Systems', '1317 E Hackberry Ave McAllen TX 78501 US', 'US', 'MA-M', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30052, '9ce176', 0, 'Cisco Systems, Inc', '80 West Tasman Dr. San Jose CA 94568 US', 'US', 'MA-L', '2019-11-06', '2019-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30053, '0050c2538', 0, 'EtherTek Circuits', '#38 - 473 Corina Ave. Princeton British Columbia V0X1W0 CA', 'CA', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30054, '68aad2', 0, 'Datecs Ltd,', 'BUL. TSARIGRADSKO SHOSSE 115A SOFIA 1784 BG', 'BG', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30055, '608f5c', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30056, '70b3d5388', 0, 'Xitron', '4750 Venture Drive Ann Arbor MI 48108 US', 'US', 'MA-S', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30057, '70b3d5b9d', 0, 'Conclusive Engineering', 'Ligocka 103/3 Katowice Silesia 40-568 PL', 'PL', 'MA-S', '2019-11-12', '2019-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30058, '0000eb', 0, 'Matsushita Comm. Ind. Co Ltd', '3-1 4-CHOME JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30059, '001b5f', 0, 'Alien Tech', '18220 Butterfield Blvd. Morgan Hill CA 95037 US', 'US', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30060, 'ac6e1a', 0, 'Shenzhen Gongjin Electronics Co, LT', 'B116,B118,A211-A213,B201-B213,A311-A313,B411-413,BF08-09 Nanshan Medical Instrument Industry Park, Shenzhen Guangdong 518067 CN', 'CN', 'MA-L', '2012-07-16', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30061, 'd4ae05', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30062, '0020be', 0, 'Lan Access Corp', '2730 MONTEREY STREET, STE.#102 TORRANCE CA 90503 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30063, '98dcd9', 0, 'Unitec Co, Ltd', '1-2-1-Shinyokohama Yokohama-shi Kanagawa 222-0033 JP', 'JP', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30064, '68ebae', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-04-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30065, '70b3d5bed', 0, 'Itrinegy Ltd', 'Albany Chambers Welwyn Garden City Herts AL7 1HL GB', 'GB', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30066, 'd8d723', 0, 'Ids, Inc', '6801 15 Mile Rd. Sterling Heights MI 48312 US', 'US', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30067, '6405e9', 0, 'Shenzhen WayOS Tech Crop., Ltd', 'F18, Yousong Business Building, Longhua New District, Shenzhen, China Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30068, '607771', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30069, '00c0b9', 0, 'Funk Software, Inc', '222 THIRD STREET CAMBRIDGE MA 02142 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30070, '001725', 0, 'Liquid Computing', '340 Terry Fox Drive Ottawa Ontario K2K 3A2 CA', 'CA', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30071, '206274', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30072, '70b3d5709', 0, 'Aml', '2190 Regal Parkway Euless TX 76040 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30073, 'dc5583', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30074, 'f099b6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30075, '748a0d', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30076, '001afd', 0, 'Evolis', '29 avenue de la fontaine Beaucouze 49070 FR', 'FR', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30077, '400e67', 0, 'Tremol Ltd', '6 Toledo str. Veliko Turnovo 5000 BG', 'BG', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30078, '0050c9', 0, 'Maspro Denkoh Corp', 'ASADA NISSHIN AICHI JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30079, '0004de', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30080, '0cf361', 0, 'Java Information', 'Woolim Lions Valley 2nd B-1305 Seongnam-Si Gyounggi-Do 462-120 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30081, 'bce767', 0, 'QuanZhou Tdx Electronics Co, Ltd', 'Hi-tech Park economic and tech development zone Quanzhou Fujian province 362005 CN', 'CN', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30082, '1062e5', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30083, '00004b', 0, 'Icl Data OY', 'KUTOMOTIE 16-18 FI', 'FI', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30084, '00029e', 0, 'Information Equipment Co, Ltd', '740-1 Eaho Bldg., Yeok Sam-Dong Seoul Korea #135-080 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30085, '1cc0e1', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30086, '88b4a6', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30087, '70b3d5c4d', 0, 'Rada Electronics Industries Ltd', '7 Gibory Israel St. Netanya 42504 IL', 'IL', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30088, '70b3d5a2a', 0, 'Redwood Systems', '3839 Spinnaker Court Fremont CA 94538 US', 'US', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30089, '1ccb99', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2015-09-27', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30090, '948854', 0, 'Texas Instruments', '12500 TI Boulevard Dallas TX 75243 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30091, '000c58', 0, 'M&S Systems', '2861 Congressman Lane Dallas TX 75220 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30092, '0050c25d7', 0, 'Synrad, Inc', '4600 Campus Place Mukilteo WA 98275 US', 'US', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30093, '78dab3', 0, 'Gbo Tech', '1150 Bayhill Dr. Ste. 111 San Bruno CA 94066 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30094, '280e8b', 0, 'Beijing Spirit Tech Development Co, Ltd', 'No. 26 Ave. 4 Chuangye Middle Road Beijing 100085 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30095, '800a805', 0, 'Shenzhen Zidoo Tech Co, Ltd', 'Room 12D,Block A CENTRAL GREAT SEARCHINGS, Shenzhen Guangdong 518100 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30096, '70b3d5d4b', 0, 'Hermann Lümmen GmbH', 'Biberweg 32 Troisdorf 53842 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30097, '8836cf', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30098, '000ffe', 0, 'G-Pro Computer', 'first arrange C YingHu industrial estate QingXi country DongGuan city DongGuan GuangDong 523648 CN', 'CN', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30099, '001841', 0, 'High Tech Computer Corp', '23 Hsin Hua Rd. Taoyuan 330 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30100, '008ef2', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2012-04-08', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30101, 'd04d2c', 0, 'Roku, Inc', '12980 Saratoga Ave Saratoga CA 95070 US', 'US', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30102, '70b3d5f8e', 0, 'Isabellenhütte Heusler GmbH &Co KG', 'Eibacherweg 3-5 Dillenburg Hessen 35683 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30103, '70b3d5214', 0, 'signalparser', '#901-1 A-dong, Bundang Technopark, 697, Pangyo-ro, Bundang-gu Seongnam-si Gyeonggi-do 13511 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30104, '2cf0a2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30105, '6cb227', 0, 'Sony Video & Sound Products Inc', 'Sony City Osaki, 2-10-1 Osaki Shinagawa-ku Tokyo 141-8610 JP', 'JP', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30106, '000234', 0, 'Imperial Tech, Inc', '2305 Utah Avenue El Segundo CA 90245 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30107, '00d05c', 0, 'Kathrein TechnoTrend GmbH', 'Ing.- Anton-Kathrein Str. 2 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30108, 'f092b4', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30109, '50dce7', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30110, 'bc764e', 0, 'Rackspace US, Inc', '5000 Walzem Rd. San Antonio TX 78218 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30111, '70b3d5908', 0, 'Accusonic', '28 Patterson Brook Road West Wareham MA 02576 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30112, '18a958', 0, 'Provision Thai Co, Ltd', '155/7-10 Rachadapisek Rd., Thonburi Bangkok 10600 TH', 'TH', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30113, '70b3d5b8f', 0, 'Assembly Contracts Ltd', 'Ledson Road Manchester Lancashire M23 9GP GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30114, '70b3d5906', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30115, '0006a8', 0, 'KC Tech, Inc', '1900 McCarthy Blvd. Milpitas CA 95035 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30116, '0050c2beb', 0, 'Peek Traffic Corp', '2906 Corporate Way Palmetto Florida 34221 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30117, '540536', 0, 'Vivago Oy', 'Itsehallintokuja 6 Espoo FI-02600 FI', 'FI', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30118, 'a4059e', 0, 'Sta Infinity Llp', 'WINNINGTON HOUSE London N12 0DR GB', 'GB', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30119, '900a1a', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30120, 'e8e1e1', 0, 'Gemtek Tech Co, Ltd', 'No.15-1 Zhonghua Road Hukou Hsinchu 30352 TW', 'TW', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30121, '001c1f', 0, 'Quest Retail Tech Pty Ltd', '37-39 Walsh Street Thebarton SA 5031 AU', 'AU', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30122, '0050c2b15', 0, 'PhotoTelesis LP', '4801 NW Loop 410 San Antonio Texas 78229 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30123, '00263c', 0, 'Bachmann Tech GmbH & Co KG', 'Ernsthaldenstrasse 33 Stuttgart BW 70565 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30124, '38fdfe9', 0, 'Ooo Group of Industrial Tech', 'Profsoyuznaya st. 124A Moscow Moscow 117321 RU', 'RU', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30125, '04d3b0', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30126, '2811a5', 0, 'Bose Corp', 'The Mountain Framingham MA 01701-9168 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30127, '0012e3', 0, 'Agat-RT, Ltd', '101 pr. Mira #1220, Moscow 129085 RU', 'RU', 'MA-L', '2004-11-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30128, '002611', 0, 'Licera AB', 'Teknikringen 1C Linköping 58330 SE', 'SE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30129, 'b4de31', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30130, '28be9b', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2011-08-05', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30131, '58c232', 0, 'Nec Corp', '1753, Shimonumabe, Nakahara-Ku, Kawasaki Kanagawa 211-8666 JP', 'JP', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30132, '70b3d58f3', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30133, '0050c214f', 0, 'Telephonics Corp', '815 Broad Hollow Road Farmingdale NY 11735 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30134, '0016b7', 0, 'Seoul Commtech', '448-11, Seongnae 3dong. Gangdong gu, Seoul 134033 KR', 'KR', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30135, 'e89606', 0, 'testo Instruments (Shenzhen) Co, Ltd', 'China Merchants Guangming Science & Technology Park, Guangming New District, Shenzhen Guangdong 518107 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30136, '00226e', 0, 'Gowell Electronic Ltd', 'Room 3601 ,36 Floor,Golden Central Tower,Jintian Road,Futian Central District, Shenzhen GuangDong 518048 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30137, 'ecb106', 0, 'Acuro Networks, Inc', '42808 Christy St., Suite 100 Fremont CA 94538 US', 'US', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30138, 'e880d8', 0, 'Gntek Electronics Co, Ltd', 'Suzhou Industrial Park Suzhou Jiangsu 215021 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30139, 'e47b3f', 0, 'Beijing Co-Cloud Tech Ltd', '903 Room,Power Create E ,No.1 Shangdi East Road Beijing Beijing 100085 CN', 'CN', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30140, '8c147d0', 0, 'Nio', '3200 North 1st Street San Jose NY 95134 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30141, 'e8d0fc', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30142, '001c7f', 0, 'Check Point Software Tech', '3A Jabotinsky St. Ramat Gan 52520 IL', 'IL', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30143, '00664b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30144, '000a74', 0, 'Manticom Networks Inc', '14016-C Sullyfield Circle Chantilly VA 20151 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30145, '001675', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-11-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30146, '00176b', 0, 'Kiyon, Inc', '9381 Judicial Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30147, '001ab7', 0, 'Ethos Networks Ltd', '2 Maskit St. Herzlia 46766 IL', 'IL', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30148, '0021e2', 0, 'visago Systems & Controls GmbH & Co KG', 'Neuwiesenstraße 20 Weilheim an der Teck D-73235 DE', 'DE', 'MA-L', '2008-10-25', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30149, '0023c0', 0, 'Broadway Networks', '1754 Technology Drive, Suite 208 San Jose California 95110 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30150, '002031', 0, 'Tattile Srl', 'AM PESTALOZZIRING 24 D-91058 ERLANGEN DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30151, '000648', 0, 'Seedsware, Inc', '3-7-16 Technostage, Izumi, Osaka 594-1144 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30152, '506583', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30153, '9c6937', 0, 'Qorvo Utrecht B.V.', 'Leidseveer 10 Utrecht Utrecht 3511SB NL', 'NL', 'MA-L', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30154, '3c39e7', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-09-07', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30155, '246081', 0, 'razberi Tech', '13755 Hutton Drive Suite 500 Farmers Branch TX 75234 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30156, '0050c2762', 0, 'Assembly Contracts Ltd', 'Ledson Road Wythenshawe Manchester M23 9GP GB', 'GB', 'IAB', '2007-05-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30157, '40d8551bf', 0, 'shanghai mingding information Tech CoLtd', 'Room 304 building 3, No 439 Jinglian road, Shanghai 201018 CN', 'CN', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30158, '98ca33', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30159, '70b3d50a7', 0, 'Traffic and Parking Control Co, Inc', '5100 W. Brown Deer Rd. Brown Deer WI 53223 US', 'US', 'MA-S', '2018-12-07', '2018-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30160, '549c27', 0, 'Plasma Cloud Ltd', '5/F, Yat Chau Building, 262 Des Voeux Road Central Hong Kong NA HK', 'HK', 'MA-L', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30161, '000bd8', 0, 'Industrial Scientific Corp', '1001 Oakdale Road Oakdale PA 15071 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30162, '00124c', 0, 'Bbwm Corp', '6F, No. 578, Rui Guang Road, Nei Hu Taipei 114 TW', 'TW', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30163, '200e95', 0, 'Iec – Tc9 Wg43', '3, rue de Varembé Geneva GE 1211 CH', 'CH', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30164, 'c0cecd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30165, '70b3d5f50', 0, 'Vectology, Inc', 'UU bld 4F 2-5-2 Shinyokohama Kouhoku-ku Yokohama Kanagawa 2220033 JP', 'JP', 'MA-S', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30166, '001f01', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790V DK', 'DK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30167, '00214d', 0, 'Guangzhou Skytone Transmission Tech Com. Ltd', '3/F West, Block 4, Huangzhou Guangzhou Guangdong 510660 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30168, '0050c255c', 0, 'ads-tec GmbH', 'Raiffeisenstraße 14 Leinfelden-Echterdingen Baden-Württemberg 70771 US', 'US', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30169, '30f335', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30170, '0050c20a1', 0, 'Visable Genetics, Inc', '291/295 Evans Ave. Etobicoke Ontario M8Z 1K2 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30171, '0050c27b4', 0, 'T 1 Engineering', '5923 Thorntree Drive San Jose CA 95120 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30172, 'acee3b', 0, '6harmonics Inc', '21 Concourse Gate - Suite 10 Ottawa Ontario K2E 7S4 CA', 'CA', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30173, '000072', 0, 'Miniware Tech', 'BEEMDENSTRAAT 38 THE NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30174, '00021f', 0, 'Aculab Plc', 'Lakeside, Bramley Road Milton Keynes MK1 1PT GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30175, '0050c24a4', 0, 'Ieee P1609 WG', '3800 N Fairfax Drive #207 Arlington VA 22203-1759 US', 'US', 'IAB', '2005-06-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30176, '9c9789', 0, '1more', 'TianliaoBuilding F14, New Materials Industrial Park, Xueyuan Blvd?Nanshan Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2019-11-20', '2019-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30177, '4c17eb', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR', 'FR', 'MA-L', '2011-07-26', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30178, '406231', 0, 'Gifa', '11th Fl., Suojia Business Building , No.7 Hangkong Road , Baoan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30179, '40d855008', 0, 'Kaori Industria Eletronica Ltda', '1021, Dr. Reynaldo Machado Curitiba Parana 80215010 BR', 'BR', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30180, '8c78d7', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30181, '342003', 0, 'Shenzhen Feitengyun Tech Co, Ltd', '7F 4building,Yalianhaoshida industrial Park Shenzhen Guangdong 518100 CN', 'CN', 'MA-L', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30182, '00b0ae', 0, 'Symmetricom', '2300 Orchard Parkway San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30183, '0015a1', 0, 'Eca-Sinters', '5, rue Paul Mesplé TOULOUSE Cedex 01 31106 FR', 'FR', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30184, '4cbc42', 0, 'Shenzhen Hangsheng Electronics Co, Ltd', 'Hangsheng Industrial Area, Fuyuan 1st Road,Heping Village, Fuyong Town,Baoan District Shenzhen City Guangdong 518103 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30185, '0050c2839', 0, 'Ims Röntgensysteme GmbH', 'Dieselstraße 52 Heiligenhaus Nordrhein-Westfalen 42579 DE', 'DE', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30186, '0050c2e0f', 0, 'Trentino Systems', 'Damgade 71 Sonderborg 6400 DK', 'DK', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30187, '0003af', 0, 'Paragea Communications', '207 Perry Parkway Gaithersburg MD 20877 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30188, '0050c2da9', 0, 'Tieline Research Pty Ltd', 'PO Box 2092 Malaga Western Australia 6944 AU', 'AU', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30189, '0050c2bd6', 0, 'BG Systems, Inc', '931 Commercial St. Palo Alto CA 94303 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30190, 'a00ca1', 0, 'Sktb SKiT', '239 B. Sadovaya Str. Saratov Saratov region 410005 RU', 'RU', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30191, '001bc5042', 0, 'ChamSys Ltd', 'Unit 3B Richmond Works Southampton Hampshire SO15 3FQ GB', 'GB', 'MA-S', '2011-10-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30192, '70b3d518d', 0, 'Foro Tel', '77, Shaumyana Str. Rostov-na-Donu UFO 344079 RU', 'RU', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30193, '54b56c', 0, 'Xi\'an NovaStar Tech Co, Ltd', '4F, Block D, Qinfeng Pavilion, Xi\'an Software Park, No.68 Keji 2nd Rd., Xi\'an Shanxi 710075 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30194, '00002a', 0, 'Trw - Sedd/Inp', '1800 GLENN CURTISS STREET CARSON CA 90746 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30195, '000656', 0, 'Tactel AB', 'Norra Vallgatan 64 SE', 'SE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30196, '0050c2fae', 0, 'Ati Automação Telecomunicações e Informática Ltda', 'Rua Professor José Vieira de Mendonça, 770 Belo Horizonte Minas Gerais 31130-20 BR', 'BR', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30197, '40d8550a9', 0, 'Apantac Llc', '7556 SW Bridgeport Road Durham OR 97224 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30198, '70b3d5172', 0, 'LumiGrow, Inc', '8 Digital Drive Novato CA 94949 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30199, '70b3d52f6', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30200, '0050c2bd8', 0, 'b.a.b-technologie GmbH', 'Rosemeyerstraße 14 Dortmund NRW 44139 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30201, '74273c', 0, 'ChangYang Tech (Nanjing) Co, Ltd', 'NO.9 KaiCheng Road,QiLinTown NanJing JiangSu 211100 CN', 'CN', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30202, 'ac5f3e', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30203, '00232a', 0, 'eonas IT-Beratung und -Entwicklung GmbH', 'Greifenhagener Str. 54 Berlin 10437 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30204, '6ca682', 0, 'Edam information & communications', '601, Hanlim Veture town, 689-6 Gunpo Gyenggi-Do 435-862 KR', 'KR', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30205, '40d855163', 0, 'KMtronic Ltd', 'Dobry Czintulov 28A Gorna Oriahovitca VT 5100 BG', 'BG', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30206, 'd88b4c', 0, 'KingTing Tech', '8 Holly St Irvine California 92612 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30207, 'e4fc82', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30208, '006059', 0, 'Technical Communications Corp', '100 DOMINO DRIVE CONCORD MA 01742 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30209, '001f6b', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2007-12-31', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30210, '00192e', 0, 'Spectral Instruments, Inc', '420 N Bonita Ave Tucson AZ 85745 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30211, '40d855075', 0, 'Teraflops', '1326 Monde Sojya city Okayama prefecture 7191156 JP', 'JP', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30212, '70b3d5ea3', 0, 'Gridless Power Corperation', '13 Fern Ave Collingswood New Jersey 08108 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30213, '70b3d5779', 0, 'DR.Bridge Aquatech', '4F., No.40, Sec. 3, Chengde Rd., Datong Dist., Taipei 103 TW', 'TW', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30214, '0010b6', 0, 'Entrata Communications Corp', '574 HERITAGE RD. SOUTHBURY CT 06488 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30215, '000f4c', 0, 'Elextech Inc', '554-2, Gasan-Dong, Gumcheon-Gu Seoul 153-023 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30216, '907a28', 0, 'Beijing Morncloud Information And Tech Co Ltd', 'A#1107, XiaoYun center Chaoyang District Beijing 100125 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30217, '80d4a5', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30218, '70b3d568e', 0, 'Cea Tech Pty Ltd', '59-65 Gladstone St Fyshwick ACT 2609 AU', 'AU', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30219, 'e05a9f1', 0, 'Aitecsystem Co, Ltd', '466-1 Aoto-cho, Midori-ku Yokohama-shi Kanagawa 226-0022 JP', 'JP', 'MA-M', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30220, '000267', 0, 'Node Runner, Inc', '2202 N. FORBES BLVD. TUCSON AZ 85745 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30221, '00217e', 0, 'Telit Communication s.p.a', 'Via stazione di prosecco 5B SGONICO Trieste 34010 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30222, '0050c26d3', 0, 'DigiSensory Tech Pty Ltd', 'Suite 54, Level 3 Ultimo New South Wales 2007 AU', 'AU', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30223, '0050e8', 0, 'Nomadix Inc', '2701 OCEAN PARK BLVD.-STE.#231 SANTA MONICA CA 90405 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30224, '000e61', 0, 'Microtrol Ltd', '16 ELGAR BUSINESS CENTRE HALLOW WORCESTER WR2 6NJ GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30225, '001bc5030', 0, 'OctoGate it Security Systems GmbH', 'Klingender Strasse 5 Paderborn NRW 33100 DE', 'DE', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30226, 'f4f15a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30227, '70b3d5f2b', 0, 'Sensys GmbH', 'Rabenfelde 5 Bad Saarow/OT Neu Golm Brandenburg 15526 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30228, '00a053', 0, 'Compact Devices, Inc', '16795 LARK AVENUE LOS GATOS CA 95030 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30229, '00901b', 0, 'Digital Controls', '305 PIONEER BLVD. SPRINGBORO OH 45066-1100 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30230, '7c70bc7', 0, 'Nomad Digital Ltd', '2nd Floor, Baltic Chambers, Newcastle upon Tyne NE1 3DQ GB', 'GB', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30231, '0050c20a4', 0, 'Bounty Systems Pty Ltd', 'PO Box 499 Coffs Harbour NSW 2450 AU', 'AU', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30232, '840f45', 0, 'Shanghai Gmt Digital Tech Co, Ltd', 'Room 501-505 Zhangjiang Hi-tech Park Shanghai 201204 CN', 'CN', 'MA-L', '2013-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30233, '00168c', 0, 'Dsl Partner AS', 'Havreveien 49 Oslo 0680 NO', 'NO', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30234, '001eda', 0, 'Wesemann Elektrotechniek B.V.', 'Droogbloem 31 Rotterdam Zuid-Holland 3068 AW NL', 'NL', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30235, '001fab', 0, 'I.S High TechInc', '603-1,Sungbon-ri,Daeso-myun Eumsung-gun Chungcheongbuk-do 369-823 KR', 'KR', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30236, 'a007b6', 0, 'Advanced Technical Support, Inc', '10 Grassmere Ave West Hartford CT 06110 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30237, '04cf25', 0, 'Manycolors, Inc', '3F, 4-1-18 Jinnoharu Kitakyushu Fukuoka 8070821 JP', 'JP', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30238, '04e536', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-05-02', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30239, '0008da', 0, 'SofaWare Tech Ltd', '3 Hilazon St. Ramat-Gan 52522 IL', 'IL', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30240, '000d57', 0, 'Fujitsu I-Network Systems Ltd', '1-403 kosugi-cho nakahara-ku kawasaki kanagawa 211-0063 JP', 'JP', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30241, '70886b1', 0, 'Bitfinder Inc', '20660 Stevens Creeks #345 Cupertino CA 95014 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30242, '7c4f7d', 0, 'Sawwave', 'SKn TechnoPark 1207 SeongNam-Si Gyenggi-do 13207 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30243, '000b5a', 0, 'HyperEdge', '333 Pierce Road Suite #200 Itasca IL 60143 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30244, '0050c29c7', 0, 'Kumera Drives Oy', 'Kumerankatu 2 Riihimäki Häme 11100 FI', 'FI', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30245, 'acbd0b', 0, 'Leimac Ltd', '1551, Sazukawa-chou Moriyama-shi Shiga-ken 524-0215 JP', 'JP', 'MA-L', '2012-07-16', '2019-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30246, '40d8551b5', 0, 'A+EC Klein Ingenieurbuero', 'Eppsteiner Strasse 13 Eppstein Hessen 65817 DE', 'DE', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30247, 'b8d812b', 0, 'Docobo Ltd', 'The Old Granary, 21 High Street Leatherhead Surrey KT23 4AA GB', 'GB', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30248, 'f47190', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30249, '000201', 0, 'Ifm Electronic GmbH', 'Bechlingen 34 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30250, '0006b4', 0, 'Vorne Industries, Inc', '1445 Industrial Dr. Itasca IL 60143-1849 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30251, 'b0fd0bb', 0, 'MartinLogan, Ltd', '2101 Delware St Lawrence KS 66046 US', 'US', 'MA-M', '2019-02-06', '2019-02-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30252, '500b916', 0, 'Security Alarms & Co S.A.', 'Z.I. Tresi 6D Preverenges 1028 CH', 'CH', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30253, '001de7', 0, 'Marine Sonic Tech, Ltd', '5508 George Washington Memorial Highway White Marsh Virginia 23183 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30254, '9866ea', 0, 'Industrial Control Communications, Inc', '1600 Aspen Commons Middleton WI 53562 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30255, '000d5a', 0, 'Tiesse SpA', 'Via Asti Ivrea TO 10015 IT', 'IT', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30256, '70b3d5be7', 0, 'Syscom Instruments SA', 'industrie 21 Sainte-Croix 1450 CH', 'CH', 'MA-S', '2019-03-25', '2019-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30257, '2cd141', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-01-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30258, '70b3d5b99', 0, 'DomoSafety S.A.', 'Innovation Park - Site EPFL Lausanne 1015 CH', 'CH', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30259, '189ba58', 0, 'Shenzhen Tong Tai Yi information Tech Co, Ltd', 'District C,3rd Floor,Bldg B1,Digital Tech Park,7th GaoXin South Blvd,Tech Park,NanShan,ShenZhen,China shenzhen guangdong 518102 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30260, 'e44cc71', 0, 'Acs-Solutions GmbH', 'Science Park 2 Saarbrücken 66123 DE', 'DE', 'MA-M', '2018-12-03', '2018-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30261, '004067', 0, 'Omnibyte Corp', '245 WEST ROOSEVELT ROAD WEST CHICAGO IL 60185 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30262, '001ac8', 0, 'Isl (Instrumentation Scientifique de Laboratoire)', 'Impasse des 4 vents VERSON CALVADOS 14790 FR', 'FR', 'MA-L', '2006-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30263, '0050c2bad', 0, 'Prediktor AS', 'Habornveien 48B Gamle Fredrikstad . 1630 NO', 'NO', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30264, '101250', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30265, '44d878', 0, 'Hui Zhou Gaoshengda Tech Co, Ltd', 'No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN', 'CN', 'MA-L', '2019-06-27', '2019-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30266, '002588', 0, 'Genie Industries, Inc', '18620 NE 67th Ct Redmond WA 98052 US', 'US', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30267, 'f4c795', 0, 'Wey Elektronik AG', 'Dorfstrasse 57 Unterengstringen Zurich 8103 CH', 'CH', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30268, '887384', 0, 'Toshiba', '2-9,Suehiro-Cho Ome Tokyo 1988710 JP', 'JP', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30269, '000609', 0, 'Crossport Systems', '10940 NE 33rd Place Bellevue WA 98005 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30270, '000f8c', 0, 'Gigawavetech Pte Ltd', '1 Jalan Kilang Timor 159303 SG', 'SG', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30271, '009ec8', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2014-05-27', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30272, 'd099d5', 0, 'Alcatel-Lucent', '777 East Middlefield Road Mountain View CA 94043 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30273, '0011e4', 0, 'Danelec Electronics A/S', 'Blokken 44 Birkeroed Copenhagen 3460 DK', 'DK', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30274, '94ccb9', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2012-04-08', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30275, '0050c230d', 0, 'Setaram', '7 Rue de l\'oratoire CALUIRE rhone 69300 FR', 'FR', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30276, '001911', 0, 'Just In Mobile Information Tech (Shanghai) Co, Ltd', '5th Floor, 2nd Area, Haiwangxing Building, 62 Xingguang Ave., N.High-Tech Park Chongqing 401121 CN', 'CN', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30277, '001d06', 0, 'HM Electronics, Inc', '14110 Stowe Drive Poway CA 92064 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30278, '001f5a', 0, 'Beckwith Electric Co', '6190 118th Ave No Largo Florida 33773 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30279, '78ca839', 0, 'Louroe Electronics', '6955 Valjean Avenue Van Nuys CA 91406 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30280, '54b7e5', 0, 'Rayson Tech Co, Ltd', '1F No.9 R&D Rd.II, Science-Based Industrial Park Hsin-Chu 300 TW', 'TW', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30281, '00e094', 0, 'Osai Srl', 'VIA TORINO 603-IVREA (TO) IT', 'IT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30282, '00d037', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30283, '00a07e', 0, 'Avid Tech, Inc', 'METROPOLITAN TECHNOLOGY PARK TEWKSBURY MA 01876 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30284, '001ff4', 0, 'Power Monitors, Inc', '800 North Main Street Mt. Crawford Virginia 22841 US', 'US', 'MA-L', '2008-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30285, '0c2576', 0, 'Longcheer Telecommunication Ltd', 'Building 1,No.401,Caobao Rd Shanghai Xuhui District 200233 CN', 'CN', 'MA-L', '2016-03-16', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30286, '4c4088', 0, 'Sanshin Electronics Co, Ltd', '4-4-12, Shiba, Minato-ku, Tokyo 108-8404 JP', 'JP', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30287, '001ac9', 0, 'Suzuken Co, Ltd', 'SUZUKEN TOMEI BLDG. NAGOYA-SI AICHI-KEN 465-0045 JP', 'JP', 'MA-L', '2006-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30288, '00221b', 0, 'Morega Systems', '5770 Hurontario Street Mississauga Ontario L5R 3G5 CA', 'CA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30289, '0018ff', 0, 'PowerQuattro Co', 'János u. 175. Budapest H-1161 HU', 'HU', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30290, 'dc293a', 0, 'Shenzhen Nuoshi Tech Co, Ltd', 'Room 7020 of Tian Xia IC Industry Park, Majialong Industrial Zone, YiYuan Road Nanshan District, Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30291, '70b3d5131', 0, 'Inova Design Solutions Ltd', '40 Occam Road Guildford SURREY GU2 7YG GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30292, '1c0042', 0, 'Nari Tech Co, Ltd', 'NO.19 Chengxin Avenue, Nanjing Nanjing 211106 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30293, '00010b', 0, 'Space CyberLink, Inc', '5th Fl. Guppyung Town B Seoul KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30294, '0050c2311', 0, 'Comodo', '10 Hey Street Bradford West Yorkshire BD7 1DQ GB', 'GB', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30295, '4c65a8d', 0, 'Qingping Tech (Beijing) Co, Ltd', 'Room 401, Block B, Fangheng Times Square, No. 10 Wangjing Street, Chaoyang District Beijing 100102 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30296, '001d91', 0, 'Digitize, Inc', '158 Edison Road Lake Hopatcong New Jersey 07849 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30297, 'a012db', 0, 'Tabuchi Electric Co, Ltd', '4-2-21 OSAKA 532-0003 JP', 'JP', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30298, '000ba4', 0, 'Shiron Satellite Communications Ltd (1996)', '23 Hasivim St. Petach Tikva 49170 IL', 'IL', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30299, '0050c23d2', 0, 'Adilec Enginyeria SL', 'Francesc Macia, 1 Molins de Rei Barcelona 08750 ES', 'ES', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30300, '0cc47e', 0, 'Eucast Co, Ltd', 'Room 303, 1018-2 Unjung-dong, Bundang-Gu Seongnam-si Kyunggi-do 463-440 KR', 'KR', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30301, 'd8d43c', 0, 'Sony Corp', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2013-05-02', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30302, '40d855156', 0, 'Emphysys, Inc', '2X Gill Street Woburn MA 01801 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30303, '70b3d54c1', 0, 'Quercus Tech, S.L.', 'Antoni Isern 4 Reus Tarragona 43205 ES', 'ES', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30304, '000888', 0, 'Oullim Information Tech Inc,.', 'a-10th FL,. IT Venture Tower, Seoul 138-803 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30305, '000b61', 0, 'Friedrich Lütze GmbH & Co KG', 'Bruckwiesenstraße 17 - 19 Weinstadt (Großheppach) BW 71384 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30306, '0018e2', 0, 'Topdata Sistemas de Automacao Ltda', 'Rua Dr Carvalho Chaves, 662 Curitiba PR 80.220-010 BR', 'BR', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30307, '0050c263e', 0, 'T2 Communication Ltd', 'Unit A, Wellfleet Industrial Park Birmingham West Midlands B25 8LH GB', 'GB', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30308, '002612', 0, 'Space Exploration Tech', '1 Rocket Road Hawthorne CA 90250 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30309, '0050c2bae', 0, 'Fiber Connections Inc', '5878 Highway # 9 Schomberg ON L0G 1T0 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30310, '007278', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30311, '44b462', 0, 'Flextronics Tech(Ind) Pvt Ltd', 'SURVEYNO.381, PADUR ROAD, KUTHAMBAKKAM VILLAGE, 602107 POONAMALLEE TALUK, THIRUVALLUR DISTRIC Chennai 602107 IN', 'IN', 'MA-L', '2018-10-22', '2018-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30312, '00a05f', 0, 'Btg Electronics Design BV', 'P.O. Box 1543 BA Oud Beijerland NL', 'NL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30313, '000815', 0, 'Cats Co, Ltd', '751-2 Kachida-cho, 224-0034 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30314, '00051c', 0, 'Xnet Tech Corp', '9F-16, No. 12, Lane 609, TW', 'TW', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30315, '34a709', 0, 'Trevil srl', 'Via Copernico 1 Pozzo d\'Adda MI 20060 IT', 'IT', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30316, '4cae31', 0, 'ShengHai Electronics (Shenzhen) Ltd', 'Block 17&18,Hui Ming Ying Industry,YanChuan,SongGang Shenzhen Guangdong 518105 CN', 'CN', 'MA-L', '2015-03-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30317, '50a4d02', 0, 'Seneco A/S', 'Bøgekildevej 4 Hasselager Danmark 8361 DK', 'DK', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30318, '00c09b', 0, 'Reliance Comm/Tec, R-Tec', 'SYSTEMS INC. BEDFORD TX 76021 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30319, '0090b4', 0, 'Willowbrook Tech', '7120 HAYVENHURST AVE.-STE.#401 VAN NUYS CA 91406 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30320, 'e0a8b8', 0, 'Le Shi Zhi Xin Electronic Tech (Tianjin) Ltd', ',Le Shi Building, No.105 Yaojiayuan Road,Chaoyang District,Beijing,China beijing beijing 100025 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30321, 'c80e77', 0, 'Le Shi Zhi Xin Electronic Tech (Tianjin) Ltd', 'No.201-427,2F,Tthe Animation Building B1 District£¬No. 126£¬Tianjin eco-city animation Road Tianjin 300467 CN', 'CN', 'MA-L', '2012-04-08', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30322, 'd00f6d', 0, 'T&W Electronics Co', '89# Jiang Nan RD, Lu Du Taicang Jiangsu 21500 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30323, 'f48e09', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30324, '000296', 0, 'Lectron Co,. Ltd', '9F, No.171, Sec. 2, Tatung Rd., Taiwan Taiwan R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30325, '0050c2180', 0, 'Zultys Tech', '771 Vagueros Ave. Sunnyvale CA 94085-5327 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30326, 'd4c1fc', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30327, '6c5976', 0, 'Shanghai Tricheer Tech Co, Ltd', 'Rm 907, Building 1, Lane 399, Shengxia Road,Zhangjiang Hi-Tech Park,Pudong District,Shanghai Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30328, '10a4b9', 0, 'Baidu Online Network Tech (Beijing) Co, Ltd', 'Baidu Campus, No.10 Shangdi 10th Street, Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30329, '000391', 0, 'Advanced Digital Broadcast, Ltd', '8F, 145 Chung Shan N. Rd. Sec. 2, TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30330, '00227a', 0, 'Telecom Design', 'Za Remora 33170 Gradignan FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30331, '186571', 0, 'Top Victory Electronics (Taiwan) Co, Ltd', '14F,No.166,Jian 1st Rd New Taipei City Taiwan 23511 TW', 'TW', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30332, '700136', 0, 'Fatek Automation Corp', '5F., NO.300, SEC. 1, NEIHU RD Taipei City 114 TW', 'TW', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30333, '0050c2931', 0, 'Korea Telecom Internet Solutions (Ktis)', 'Room 208, Lotte Gold Rose Tower II, 890-59, Seoul 135-280 KR', 'KR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30334, '902155', 0, 'Htc Corp', 'No.23 Xinghua Road Taoyuan County 330 TW', 'TW', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30335, '001e44', 0, 'Santec', 'An der Strusbek 31 Ahrensburg Schleswig Holstein 22926 DE', 'DE', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30336, '746f3d', 0, 'Contec GmbH', 'Oberahrer Straße 9 Sainerholz RP 56244 DE', 'DE', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30337, 'bc30d9', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30338, '000ab0', 0, 'Loytec electronics GmbH', 'Stolzenthalergasse 24/3 Vienna 1080 AT', 'AT', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30339, '001739', 0, 'Bright Headphone Electronics Co', '8F, 109, Li De Street Chung Ho City Taipei County 235 TW', 'TW', 'MA-L', '2006-01-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30340, '1cc72d', 0, 'Shenzhen Huapu Digital Co, Ltd', 'R2305 Malata Technology Building,NO.9998 Shennan Boulevard, Shenzhen,P.R.China 518057 Shenzhen Guangzhou 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30341, '70b3d5f55', 0, 'Kohler Mira Ltd', 'Cromwell Road Cheltenham Gloucestershire GL52 5EP GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30342, '70b3d5352', 0, 'Globalcom Engineering Spa', 'Via Volta 39 CARDANO AL CAMPO VA 21010 IT', 'IT', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30343, 'a028334', 0, 'Firm Informtest Ltd', 'APT. 8, LODG. XIV ,FL.6, bld.4, Passage Savelkinsky Zelenograd Moscow 124482 RU', 'RU', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30344, '44a56e', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2019-11-09', '2019-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30345, 'f490cbb', 0, 'A-dec Inc', '2601 Crestview Drive Newberg OR 97132 US', 'US', 'MA-M', '2020-01-31', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30346, '0050c229a', 0, 'Packet Techniques Inc', '223 North 12th St #314B Tampa Florida 33602 US', 'US', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30347, '001453', 0, 'Advantech Tech Co, Ltd', '#1202 ACE TECHNO TOWER, 684-1 Seoul 157-721 KR', 'KR', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30348, '001314', 0, 'Asiamajor Inc', '6F-9, No. 268, Lian-Cheng Rd., Junghe City, Taipei 235 TW', 'TW', 'MA-L', '2004-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30349, '2415108', 1, 'Private', '', '', 'MA-M', '2019-06-05', '2019-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30350, '0008a6', 0, 'Multiware & Image Co, Ltd', 'Saedong Bldg. 65-25, Pusan 606-032 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30351, '000eb6', 0, 'Riverbed Tech, Inc', '680 Folsom St. San Francisco CA 94107 US', 'US', 'MA-L', '2004-02-12', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30352, '0050c2d5f', 0, 'Embedded Solution Bank Co, Ltd', '#905 A, Woolim Lions Valley, 144-3 Seongnam-Si Kyungi-Do 462-120 KR', 'KR', 'IAB', '2011-02-21', '2016-02-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30353, 'e44cc79', 0, 'Ottomate International Pvt. Ltd', 'Awfis Building, 5th Floor, Plot # 7, Sector-44 Gurgaon Haryana 122003 IN', 'IN', 'MA-M', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30354, '00024b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30355, '001f52', 0, 'Uvt Unternehmensberatung fur Verkehr und Technik GmbH', 'Josefsstraße 54-56 Mainz RLP 55118 DE', 'DE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30356, '0025ef', 0, 'I-Tec Co, Ltd', '7/F,KAWARAMACHI KOYO BLDG.3-4-3,KAWARAMCHI,CHUO-KU, OSAKA 541-0048 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30357, '949f3e', 0, 'Sonos, Inc', '614 Chapala St Santa Barbara CA 93101 US', 'US', 'MA-L', '2015-04-18', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30358, '4c4bf98', 0, 'Zivid AS', 'Gjerdrums vei 10A Oslo 0484 NO', 'NO', 'MA-M', '2019-06-27', '2019-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30359, '0008cb', 0, 'Zeta Broadband Inc', '660 Vista Way, Suite B Milpitas CA 95035 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30360, '000c97', 0, 'NV Adb Ttv Tech SA', 'LEUVENSESTEENWEG,585 ZAVENTEM Vlaamse brabant 1930 BE', 'BE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30361, '40d85514e', 0, 'Marposs Spa', 'Via Saliceto 13 Bentivoglio Bologna 40010 IT', 'IT', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30362, 'fa073e', 0, 'Nbase-T Alliance', '3855 SW 153rd Drive Beaverton OR 97003 US', 'US', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30363, '70b3d5766', 0, 'Tirasoft Nederland', 'Hyacinthstraat174 Groningen Groningen 9713XK NL', 'NL', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30364, '00e0f4', 0, 'Inside Tech A/S', 'VENLIGHEDSVEJ 6 DK-2970 HOERSHOLM DK', 'DK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30365, '002693', 0, 'QVidium Tech, Inc', '12989 Chaparral Ridge Rd San Diego CA 92130 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30366, '002277', 0, 'Nec Australia Pty Ltd', '649-655 Springvale Rd Mulgrave Victoria 3170 AU', 'AU', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30367, '1880f5', 0, 'Alcatel-Lucent Shanghai Bell Co, Ltd', 'No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN', 'CN', 'MA-L', '2010-07-26', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30368, '40d85503f', 0, 'UniSVR Global Information Tech Corp', '3F., No.6, Gongye E. 3rd Rd., Hsinchu Science Park. Hsinchu 30075 TW', 'TW', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30369, 'daa119', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30370, '4cd0cb', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30371, '001024', 0, 'Nagoya Electric Works Co, Ltd', '29-1 SHINODA, MIWA-CHO AMA-GUN, AICHI 490-12 JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30372, '00045a', 0, 'The Linksys Group, Inc', '17401 Armstrong Ave. Irvine CA 92614 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30373, '000b36', 0, 'Productivity Systems, Inc', '1711 Analog Drive Richardson TX 75081-1944 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30374, '0050c2dac', 0, 'Rfl Electronics, Inc', '353 Powerville Rd Boonton NJ 07005 US', 'US', 'IAB', '2011-02-21', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30375, 'd059c3', 0, 'CeraMicro Tech Corp', '4F, No. 16-1, Sec. 6, Mingcyuan East Road Taipei 114 TW', 'TW', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30376, '0050c2e6f', 0, 'Leyden Engineering', 'PO Box 1193 San Luis Obispo CA 93406 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30377, 'fcf528', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2012-07-28', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30378, 'a0c5f2e', 0, 'Synapsys Solutions Ltd', '1 Woodlands Court, Albert Drive Burgess Hill West Sussex RH15 9TN GB', 'GB', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30379, '0050c2113', 0, 'Ace Electronics, Inc', 'PO Box 890955 Temecula CA 92590 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30380, '0050c2151', 0, 'Redux Communications Ltd', 'POB 101 Modiin 71700 IL', 'IL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30381, '7885f4', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30382, 'cca12b', 0, 'Tcl King Electrical Appliances (Huizhou) Co, Ltd', '10F, TCL Multimedia Building, TCL International E City, No.1001 Zhongshanyuan Rd., Nanshan District Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30383, '14a32f', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30384, '0019da', 0, 'Welltrans O&E Tech Co , Ltd', 'the 3rd Floor, building C-D, Hi-tech Digital Harbor, Guandong Industrial Park Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30385, 'f8c4f3', 0, 'Shanghai Infinity Wireless Tech Co, Ltd', 'Room 522, Building A, No.1687 Changyang Road, Yangpu District, Shanghai Shanghai Shanghai 200082 CN', 'CN', 'MA-L', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30386, '000669', 0, 'Datasound Laboratories Ltd', '5 Business Park West, Avenue One ENGLAND GB', 'GB', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30387, '0013e3', 0, 'CoVi Tech, Inc', '6300 Bridgepoint Parkway Austin Texas 78730 US', 'US', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30388, '0011aa', 0, 'Uniclass Tech, Co, Ltd', '4F, No. 98, Ming chuan Rd Hsintien City Taipei Hsien 231 TW', 'TW', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30389, '707938', 0, 'Wuxi Zhanrui Electronic Tech Co, Ltd', 'Wuxi,Taihu West Road No.1188 Runhua International Building 1604 Wuxi Jiangsu 214072 CN', 'CN', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30390, '38b8eba', 0, 'Secad SA', 'Zac des Pellants St Martin du Fresne 01430 FR', 'FR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30391, '781735', 0, 'Nokia Shanghai Bell Co Ltd)', 'No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai Shanghai 201206 CN', 'CN', 'MA-L', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30392, '000a9e', 0, 'BroadWeb Corportation', '3F, 24-1, Industry East Rd., IV, Hsin-Chu 300 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30393, '000b05', 0, 'Pacific Broadband Networks', 'Suite 15, Building 3, 195 Wellington Road Clayton VIC 3168 AU', 'AU', 'MA-L', '2002-10-14', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30394, 'b86142', 0, 'Beijing Tricolor Tech Co, Ltd', 'Room 808, Building 1, Yard 39, Linfeng 2nd Road, Haidian Beijing 102206 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30395, '48e244', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-05-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30396, 'c083590', 0, 'Chongqing Jiuyu Smart Tech CoLtd', 'T2-11-3, No. 2 Jiangbeizui Financial City, Jiangbei District, Chongqing Chongqing 400000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30397, '70b3d58e4', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30398, 'f88a3ce', 0, 'Avateq Corp', '3555 - 14th Ave., Unit 18 Markham ON L3R 0H5 CA', 'CA', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30399, '182a44', 0, 'Hirose Electronic System', '1-9-6 Ebisuminami Shibuya Tokyo 150-0022 JP', 'JP', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30400, '00155e', 0, 'Morgan Stanley', '750 7th Avenue New York NY 10019 US', 'US', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30401, 'f40f9b', 0, 'Wavelink', '#701, Dongyoung Venture\'stel 3rd, 202-4, Anyang-si Kyungki-do 430-817 KR', 'KR', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30402, '28e297', 0, 'Shanghai InfoTM Microelectronics Co, Ltd', 'building 11,NO.115,lane 572,BiBo Road, ShangHai 201203 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30403, '2802d8', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30404, 'cc5cde', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30405, '000112', 0, 'Shark Multimedia Inc', '48890 Milmont Drive #101-D Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30406, '008036', 0, 'Reflex Manufacturing Systems', 'UNIT D, THE FLEMING CENTRE, ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30407, 'f82c18', 0, '2Wire Inc', '1764 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2015-10-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30408, '84d6c5', 0, 'SolarEdge Tech', '1 Abba Eban St. Herzelia 46725 IL', 'IL', 'MA-L', '2020-01-29', '2020-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30409, 'e01aea', 0, 'Allied Telesis, Inc', '3041 Orchard Parkway San Jose CALIFORNIA 95134 US', 'US', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30410, '70b3d5546', 0, 'Sensefarm AB', 'Mobilvagen 10 Lund 22362 SE', 'SE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30411, '0050c2204', 0, 'Algodue Elettronica srl', 'Via Passerina 3 Fontaneto d\'Agogna Novara 28010 IT', 'IT', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30412, '0014a9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30413, '34aa99', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2011-11-01', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30414, 'c43306', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30415, '00d0fa', 0, 'Thales e-Security Ltd', 'Meadow View House, Crendon Industrial Estate Aylesbury Buckinghamshire HP18 9EQ GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30416, '000c56', 0, 'Megatel Computer (1986) Corp', '586 Main Street Glen Williams Ontario L7G 3T6 CA', 'CA', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30417, '70b3d5042', 0, 'Coveloz Tech Inc', '232 Herzberg Road, Suite 204 Kanata Ontario K2K 2A1 CA', 'CA', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30418, '00e0ec', 0, 'Celestica Inc', '1900-5140 Yonge Street PO Box 42 Toronto Ontario M2N 6L7 CA', 'CA', 'MA-L', '1980-01-01', '2019-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30419, '0050c2ffc', 0, 'Spirent Communications', '541 Industrial Way West Eatontown New Jersey 07724 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30420, '6ca100', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30421, 'a43111', 0, 'Ziv', 'Polígono Parque Tecnológico, 210 ZAMUDIO VIZCAYA 48170 ES', 'ES', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30422, '8ce117', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30423, '001047', 0, 'Echo Eletric Co Ltd', 'NO.6-17-1-602 Higashi Hongou Yokohama City 226 JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30424, 'd8d5b9', 0, 'Rainforest Automation, Inc', '827 Cambie St. Vancouver British Columbia V6B 2P4 CA', 'CA', 'MA-L', '2013-01-09', '2019-10-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30425, '0050c2d2a', 0, 'Millennium Electronics Pty.Ltd', '12 Webber Parade East Keilor Victoria 3033 AU', 'AU', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30426, 'b81daa', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2016-11-16', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30427, '70b3d5876', 0, 'Ionetech', '#50,sicheongseo4gil yeosu jeonnam 59674 KR', 'KR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30428, '00d06b', 0, 'SR Telecom Inc', '8150 Trans Canada Highway Quebec H4S 1M5 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30429, '00227d', 0, 'YE Data Inc', '182 Shinko Iruma Saitama 358-0055 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30430, '0050c2f7f', 0, 'Dynamic Design', '500 W Harbor Dr Unit 311 San Diego California 92101 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30431, '0050c2f91', 0, 'Re2 Inc', '4925 Harrison St Pittsburgh Pennsylvania 15201 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30432, '70b3d5af7', 0, 'DimoSystems BV', 'PO Box 875 Gorinchem Zuid-Holland 4200AW NL', 'NL', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30433, '0050c266a', 0, 'Abb Transmission and Distribution Automation Equipment (Xiamen) Co, Ltd', 'ABB Industrial Park Xiamen Fujian 361005 CN', 'CN', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30434, '0050c2ada', 0, 'Essepie Srl', 'Via Artigianato,5 DALMINE BERGAMO 24044 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30435, '9cbee0', 0, 'Bio Sound Lab Co, Ltd', '(Sangdaewon-dong, Sunil Technopia 907-908ho) Jungwon-gu Seongnam-si Gyeonggi-do, 462726 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30436, '2c200b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30437, '0050c23fe', 0, 'HaiVision Systems Inc', '4445 Garand Ville St-Laurent Quebec H4R2H9 CA', 'CA', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30438, '001d39', 0, 'Moohadigital Co, Ltd', 'Seoul Hightech Venture Center C-307 647-26 SEOUL 157-030 KR', 'KR', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30439, 'd425cc0', 0, 'Nordi Telekommunikatsiooni OÜ', 'Valukoja 8 Tallinn city Estonian Republic 11415 EE', 'EE', 'MA-M', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30440, '548d5a', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-10-09', '2019-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30441, '70b3d55df', 0, 'Semacon Business Machines', '7430 Trade Street San Diego CA 92121 US', 'US', 'MA-S', '2019-10-12', '2019-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30442, '70b3d5c31', 0, 'German Power GmbH', 'Freiburger Strasse 7 Pforzheim 75179 DE', 'DE', 'MA-S', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30443, '70b3d562d', 0, 'elements', 'Townsgate Road Suite 200 Westlake Village CA 91361 US', 'US', 'MA-S', '2019-12-10', '2019-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30444, 'e42b34', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30445, '04197f', 0, 'Grasphere Japan', '3-1-11 NNT build. Tokyo 1030013 JP', 'JP', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30446, '70b3d5773', 0, 'Rugged Science', '2511 Walmer Ave Norfolk VA 23513 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30447, '3ca067', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30448, 'f023b9a', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2017-08-15', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30449, 'b4055d', 0, 'Inspur Electronic Information Industry Co, Ltd', 'No 224 Shanda Road Jinan Shandong 250013 CN', 'CN', 'MA-L', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30450, '008070', 0, 'Computadoras Micron', 'GUERRERO 2001 - 19 MX', 'MX', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30451, '001a10', 0, 'Lucent Trans Electronics Co, Ltd', '9F-1,No.16,Chien Pah Rd. Chung Ho Taipei 235 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30452, 'b0aa77', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30453, 'b07870', 0, 'Wi-Next, Inc', '530 Lytton Avenue Palo Alto CA 94301 US', 'US', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30454, '001abc', 0, 'U4ea Tech Ltd', 'City Point Bristol BS1 6PL GB', 'GB', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30455, '0050c2f29', 0, 'Radyne Corp', '211 West Boden Street Milwaukee Wisconsin 53207 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30456, '0050c2226', 0, 'Ross Video Ltd', '8 John St. Iroquois ON K0E 1K0 CA', 'CA', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30457, '00233c', 0, 'Alflex', 'Blauw-roodlaan 300 ZOETERMEER 2718 SK NL', 'NL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30458, '28c68e', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30459, 'a4a1c2', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2014-07-13', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30460, '8c2505', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30461, '00c00a', 0, 'Micro Craft', '2-4-3 NISHIFURUMATSU JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30462, '000772', 0, 'Alcatel-Lucent Shanghai Bell Co, Ltd', 'No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN', 'CN', 'MA-L', '2001-10-24', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30463, '0ccb8d', 0, 'Asco Numatics GmbH', 'Otto-Hahn-Str. 7-11 Oelbronn-Duerrn 75248 DE', 'DE', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30464, '5cca1a', 0, 'Microsoft Mobile Oy', 'Keilalahdentie 4 Espoo 02150 FI', 'FI', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30465, '001da4', 0, 'Hangzhou System Tech Co, Ltd', 'ROOM A1505 HuaXing times plaza,NO 478 Wensan Road Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30466, 'cc4bfb', 0, 'Hellberg Safety AB', 'Stakebergsvagen 2 Stenkullen 44361 SE', 'SE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30467, '0050c22b6', 0, 'Softier Inc', '3 HaTidhar St Raanana 43665 IL', 'IL', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30468, '4c60d5', 0, 'airPointe of New Hampshire', '35E Industrial Way Rochester NH 03867 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30469, 'e817fc', 0, 'Fujitsu Cloud Tech Ltd', 'Shinjuku Front Tower 21-1 Kita-shinjuku 2-chome Shinjuku-ku, Tokyo 169-0074 JP', 'JP', 'MA-L', '2013-12-13', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30470, '987e46', 0, 'Emizon Networks Ltd', '1 Allerton Road Rugby Warwickshire CV23 0PA GB', 'GB', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30471, 'a83fa11', 0, 'GTDevice Llc', 'PO BOX 86339 Portland OR 97286 US', 'US', 'MA-M', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30472, 'b0fd0b9', 0, 'Eagle Acoustics Manufacturing, Llc', '333 E IL ROUTE 83, Ste. 100 MUNDELEIN IL 60060-4214 US', 'US', 'MA-M', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30473, '00a010', 0, 'Syslogic Datentechnik AG', 'Bruggerstrasse 69 CH-5400 Baden CH', 'CH', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30474, '000374', 0, 'Control Microsystems', '48 Steacie Drive Ottawa Ontario K2K 2A9 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30475, '54cda7', 0, 'Fujian Shenzhou Electronic Co, Ltd', 'Quanzhou Economical&Technological Development Zone,Quanzhou,Fujian,China QUANZHOU FUJIAN 362005 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30476, 'f40e11', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-04-22', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30477, '208b37', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30478, '70b3d5368', 0, 'White Matter Llc', '999 3rd Ave 700 Seattle 98104 US', 'US', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30479, '7c03ab', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30480, '0020e6', 0, 'Lidkoping Machine Tools AB', 'BOX 910 SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30481, '0016a9', 0, '2ei', 'Rua dos Rubis, 77 - Assumpcao Aguas de Lindoia São Paulo 13940-000 BR', 'BR', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30482, '000e96', 0, 'Cubic Defense Applications, Inc', 'P.O. Box 85587 San Diego CA 92186-5587 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30483, '001209', 0, 'Fastrax Ltd', 'Valimotie 7 Vantaa FI 01510 FI', 'FI', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30484, '00241b', 0, 'iWOW Communications Pte Ltd', '1 Lorong 2 Toa Payoh #04-01 319637 SG', 'SG', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30485, '001bc5077', 0, 'Momentum Data Systems', '5432 Bolsa Ave Huntington Beach California 92649 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30486, '1c82593', 0, 'C&A Marketing, Inc', '114 Tived Lane East Edison NJ 08837 US', 'US', 'MA-M', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30487, '000138', 0, 'XAVi Tech Corp', '9F, No. 129, Hsing Te Rd, 241 TAIWAN 241 TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30488, '000d17', 0, 'Turbo Networks CoLtd', '2F,No 1223, Chung Cheng Rd. Tao Yuan 330 TW', 'TW', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30489, 'a433d7', 0, 'MitraStar Tech Corp', 'No. 6, Innovation Road II, Hsinchu 300 TW', 'TW', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30490, '40fc89', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-11-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30491, '70b3d5976', 0, 'Atonarp Micro-Systems India Pvt. Ltd', 'The Millenia, Tower A, 3rd Floor, No. 1&2 Murphy Road – Ulsoor, Bangalore Karnataka 560008 IN', 'IN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30492, '00120a', 0, 'Emerson Climate Tech GmbH', 'Heerstrasse 111 Waiblingen BW 71332 DE', 'DE', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30493, '28fd80f', 1, 'Private', '', '', 'MA-M', '2015-02-16', '2015-02-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30494, '78c2c08', 0, 'Beijing Coilabs Tech Co, Ltd', 'The 8th floor, Zhongguancun Dream Lab Building, No.1 Haidian Street, Haidian District, Beijing City, China Beijing Beijing 100086 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30495, '70b3d55f3', 0, 'Rtone', '120 rue de Saint cyr Lyon 69009 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30496, '000003', 0, 'Xerox Corp', 'M/S 105-50C WEBSTER NY 14580 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30497, '004018', 0, 'Adobe Systems, Inc', '1585 CHARLESTON ROAD MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30498, '002304', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30499, '0050c2b20', 0, 'Five9 Network Systems Llc', '3600 W. Bayshore Road Palo Alto CA 94303 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30500, '9c8888', 0, 'Simac Techniek NV', 'De Run 1101 Veldhoven NB 5503LB NL', 'NL', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30501, '70b3d51ad', 0, 'Techworld Industries Ltd', 'Unit 1705, 17/F, Nanyang Plaza, 57 Hung To Road, Hong Kong N/A N/A HK', 'HK', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30502, '0080d5', 0, 'Cadre Tech', '19545 NW VON NEUMANN DRIVE BEAVERTON OR 97006 VU', 'VU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30503, '000d21', 0, 'Wiscore Inc', '6F, No. 180, Sec. 2, Duenhua S. Rd, Taipei 106 TW', 'TW', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30504, '000f95', 0, 'Elecom Co, Ltd Laneed Division', '8F Kanda-Muromachi Bldg. Chiyoda-Ku, Tokyo. 101-0052 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30505, '001c6b', 0, 'Covax Co Ltd', '3-27-22 kitahanada-cho kitaku sakai-shi oosaka 591-8002 JP', 'JP', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30506, 'c4cad9', 0, 'Hangzhou H3c Tech Co, Ltd', '310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30507, '00c0d0', 0, 'Ratoc System Inc', 'ASAHI NAMBA BLDG. 556 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30508, '00d02e', 0, 'Communication Automation Corp', '1180 MCDERMOTT DRIVE WEST CHESTER PA 19380 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30509, '7c7a91', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30510, 'ec107b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30511, '001927', 0, 'ImCoSys Ltd', 'Bundesstrasse 5 Zug ZG 6300 CH', 'CH', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30512, 'ec836c', 0, 'RM Tech Co, Ltd', 'C-801, Bupyeong Woolim Lions Valley Incheon City 403-911 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30513, '0050c2503', 0, 'Respironics, Inc', '1001 MURRY RIDGE LANE MURRYSVILLE PENNSYLVANIA 15668 US', 'US', 'IAB', '2005-09-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30514, '001e7e', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2007-10-22', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30515, '0050c2e10', 0, 'Radinetworks Co, Ltd', '7F-5, No.229, Fuhsing 2nd Rd Jubei Hsinchu County 30271 TW', 'TW', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30516, '1cab34', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30517, '409c28', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30518, '785860', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30519, '0004cf', 0, 'Seagate Tech', 'M/S NW1F01 Longmont CO 80503 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30520, '0050c20a0', 0, 'Cynaps', 'PO Box 131276 Bryanston 2021 ZA', 'ZA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30521, '70b3d5770', 0, 'Strega', 'Dreve de la Meute 31 Waterloo 1410 BE', 'BE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30522, '64557f', 0, 'Nsfocus Information Tech Co, Ltd', '3/F,Ether Building, No.4 Beiwa Rd.,Haidian District Beijing 100089 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30523, '34a7ba', 0, 'Fischer International Systems Corp', '5801 Pelican Bay Boulevard #300 Naples Florida 34108 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30524, '4cb81c', 0, 'Sam Electronics GmbH', 'Behringstr. 120 Hamburg Hamburg 22763 DE', 'DE', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30525, '2c279e5', 0, 'AudioNord Distribution A/S', 'Moelbakvej 4 Lystrup 8520 DK', 'DK', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30526, '000a2d', 0, 'Cabot Communications Ltd', 'Verona House Bristol Gloucestershire BS16 3RY US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30527, '0050c25f5', 0, 'Genesis Inc', '#517 Ilsan-midas,775-1 Janghang-Dong, Goyang Gyeonggi 410-837 KR', 'KR', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30528, '0050c216a', 0, 'Time Domain', '7057 Old Madison Pike Huntsville AL 35806 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30529, 'f8516d', 0, 'Denwa Tech Corp', '1931 NW 150 TH AVE Penbroke Pines Florida 33028 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30530, '140c5b', 0, 'PLNetworks', 'B-613, Tancheonsang-ro 164(Sigma 2) Seongnam-si Bundang-gu, Gyeonggi-do 13631 KR', 'KR', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30531, '003040', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30532, '00d068', 0, 'Iwill Corp', 'NO.10, WU-CHUAN 3 RD, TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30533, '287610', 0, 'IgniteNet', '1, Creation 3rd Rd. Hsinchu 300 TW', 'TW', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30534, '005c86', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30535, '70b3d5f5f', 0, 'RFRain Llc', '8 THE GREEN SUITE 4510 Dover DE 19901 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30536, '04aae1', 0, 'Beijing Microvision Tech Co, Ltd', 'ROOM 207-208,2/F,TAIXIANG COMMERCIAL BUILDING,NO.1A,LONGXIANG ROAD,HAIDIAN DISTRICT,BEIJING,P.R.C BEIJING BEIJING 100191 CN', 'CN', 'MA-L', '2019-08-23', '2019-08-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30537, '00181a', 0, 'AVerMedia Information Inc', '5F., No. 135, Jian 1st Rd., New Taipei City 235 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30538, '7c6df8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30539, '70b3d5d77', 0, 'Portrait Displays, Inc', '6663 OWENS DR PLEASANTON CA 94588 US', 'US', 'MA-S', '2020-01-24', '2020-01-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30540, '000630', 0, 'Adtranz Sweden', 'Dept. TCC/TH SE', 'SE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30541, 'a084cb', 0, 'SonicSensory, Inc', '1161 Logan St Los Angeles CA 90026 US', 'US', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30542, '000e1b', 0, 'Iav GmbH', 'Carnotstraße 1 Berlin 10587 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30543, '000ead', 0, 'Metanoia Tech, Inc', '5918 W. courtyard Dr. Austin TX 78730 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30544, '0050c268f', 0, 'Bertronic Srl', 'VIA SILVIO PELLICO 26 STEZZANO BERGAMO 24040 IT', 'IT', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30545, '0c4b54', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30546, '28bd89', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2019-07-10', '2019-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30547, '0020f9', 0, 'Paralink Networks, Inc', '4F, NO. 27, SEC.3, PATEH RD. TAIPEI TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30548, '000d50', 0, 'Galazar Networks', '35 Fitzgerald Ave Ottawa ON K2H 1E6 CA', 'CA', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30549, '0018e0', 0, 'Anaveo', 'Les Carrés du parc CHAMPAGNE au MONT D\'OR Rhône F-69410 FR', 'FR', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30550, '00211d', 0, 'Dataline AB', 'Katrinedalsgatan 53 Borås S-50451 SE', 'SE', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30551, '3cb15b', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2011-03-17', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30552, '80da13', 0, 'eero Inc', '660 3rd Street San Francisco CA 94107 US', 'US', 'MA-L', '2019-01-08', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30553, 'b0b3537', 0, 'Wuuk Labs Corp', '16192 COASTAL HWY LEWES DE 19958 US', 'US', 'MA-M', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30554, '0004b8', 0, 'Kumahira Co, Ltd', '4-34 Ujinahigashi 2-Chome JAPAN 734-8567 JP', 'JP', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30555, '000960', 0, 'Yozan Inc', 'YOZAN Bld.,3-5-18, Kitazawa Setagaya-ku Tokyo 155-0031 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30556, '0019b7', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30557, 'dc85de', 0, 'AzureWave Tech Inc', '8F ., No.94, Baozhong RD, Sindian, New Taipei City 231 TW', 'TW', 'MA-L', '2012-05-01', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30558, 'b8bf83', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30559, '0059ac', 0, 'Kpn. B.V.', 'Maanplein 55 Den Haag Zuid holland 2516 CK NL', 'NL', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30560, '000a31', 0, 'Hcv Consulting', 'P O Box 3692 Queensland 4212 AU', 'AU', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30561, '00111d', 0, 'Hectrix Ltd', 'Unit 906-911, 9/F, Stanhope Hosue, North Point Hong Kong CN', 'CN', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30562, '103dea', 0, 'Hfc Tech (Beijing) Ltd Co', 'Building #3, Room 1214 Beijing AP (Area Pacific) 100193 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30563, '1ce6c7', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30564, '28b2bd', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30565, '14dda9', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30566, '00132f', 0, 'Interactek', 'Sigmal 2 BLDG #C-319, 18 Kumi-dong Seongnam Kyung-gi 463-741 KR', 'KR', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30567, '4c0b3a', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2012-05-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30568, 'd067e5', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2011-05-07', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30569, '001ae1', 0, 'Edge Access Inc', '5440 BEAUMONT CENTER BLVD TAMPA FL 33634 US', 'US', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30570, '001df0', 0, 'Vidient Systems, Inc', '4000 Burton Drive Santa Clara CA 94054 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30571, '002709', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30572, '08ea44', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2011-11-26', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30573, '68ce4e', 0, 'L-3 Communications Infrared Products', '3414 Herrmann Drive Garland TX 75043 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30574, 'ec9f0d', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30575, '004034', 0, 'Bustek Corp', '4151 BURTON DRIVE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30576, '000f28', 0, 'Itronix Corp', 'South 801 Stevens Street Spokane WA 99204 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30577, '3873ea9', 0, 'Lightform, Inc', '123 Langton St. San Francisco CA 94103 US', 'US', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30578, '889746', 0, 'Sichuan AI-Link Tech Co, Ltd', 'Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN', 'CN', 'MA-L', '2018-12-27', '2018-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30579, '0050c2ab2', 0, 'ProCom Systems, Inc', '5100 Coachman Road Bettendorf IA 52722 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30580, '78f7d0', 0, 'Silverbrook Research', '3 Montague Street Balmain New South Wales 2041 AU', 'AU', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30581, '905d7c', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30582, '00148f', 0, 'Protronic (Far East) Ltd', 'Rm. 2504, Nanyang Plaza, Kwun Tong Kowloon HK', 'HK', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30583, '0017e6', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2006-04-08', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30584, '70b3d52f1', 0, 'Inspike S.R.L.', 'via G. De Castillia 7 Vimercate MB 20871 IT', 'IT', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30585, '70b3d5671', 0, 'Sea Shell Corp', '10th Fl. Chuohtanimachi bldg. 9-3-7, Tanimachi, Chuohku Osaka 542-0012 JP', 'JP', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30586, '70b3d570a', 0, 'Pullnet Tech, SA DE CV Ssc1012302s73', 'LUZ SAVIÑON 2007 BENITO JUAREZ CIUDAD DE MEXICO 03020 MX', 'MX', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30587, '04c3e6e', 0, 'Teleepoch Ltd', 'No.13 Langshan Rd,HiTech Park,Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30588, '4c917a5', 0, 'mtekvision', '6F, C\'s Tower, 58, Pangyo-ro 255veon-gil, Bundang-gu seongnam-si Gyeonggi-do 13486 KR', 'KR', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30589, '00d0e7', 0, 'Vcon Telecommunication Ltd', '22 MASKIT STREET IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30590, '001b4e', 0, 'Navman New Zealand', '7-21 Kawana Street Auckland 0627 NZ', 'NZ', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30591, '000a0c', 0, 'Scientific Research Corp', '2300 Windy Ridge Parkway Atlanta GA 30339 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30592, '0050c27c5', 0, 'Venture Research Inc', '3001 Summit Ave Plano TX 75074 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30593, '000446', 0, 'Cyzentech Co, Ltd', '601 Eunkyeong B/D 141-31, 135-876 KOREA KR', 'KR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30594, '000e4e', 0, 'Waveplus Tech Co, Ltd', '347 HsinHu 2nd Rd., NeiHu Taipei 114 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30595, '0050c2721', 0, 'Spectrum Communications Fze', 'A4-42 Sharjah AE', 'AE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30596, '001d2a', 0, 'Shenzhen Bul-Tech Co, Ltd', '4/F, COFCO Bdlg , 3rd District,Baoan District, Shenzhen City, shengzhen guangdong 518101 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30597, '945103', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-07-26', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30598, 'bcbac2', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.555 Qianmo Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-05-14', '2019-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30599, '00a034', 0, 'Axel', '16, AVENUE DU QUEBEC FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30600, '00b0e7', 0, 'British Federal Ltd', 'Castle Mill Works Dudley DY1 4DA England GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30601, '80ac7c', 0, 'Sichuan AI-Link Tech Co, Ltd', 'Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN', 'CN', 'MA-L', '2019-08-29', '2019-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30602, '001ddc', 0, 'HangZhou DeChangLong Tech&Info Co, Ltd', 'Room 1102,KeJi Mansion, HangZhou ZheJiang 310012 CN', 'CN', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30603, '005218', 0, 'Wuxi Keboda Electron CoLtd', 'No.155 Chunhui Road, Xishan District, Wuxi Jiangsu 214101 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30604, 'fca9b0', 0, 'Miartech (Shanghai),Inc', '3F,Building 4,No 290 Zhangheng Road Zhangjiang Hi-Tech Park,Pudong New District Shanghai,P.R.China SHANGHAI SHANGHAI 201204 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30605, '70b3d521d', 0, 'iRF - Intelligent RF Solutions, Llc', '14600 York Road, Suite B Sparks MD 21152 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30606, '3c1710', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30607, '70b3d5dd9', 0, 'MaNima Tech BV', 'Hastelweg 260B Eindhoven Noord-Brabant 5652CN NL', 'NL', 'MA-S', '2019-02-13', '2019-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30608, '009009', 0, 'i Controls, Inc', '2nd Fl, I\'Park 302, 11 Jeongja-Dong, Seongnam Gyeonggi-Do 463-859 KR', 'KR', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30609, '00112b', 0, 'NetModule AG', 'Meriedweg 11 Niederwangen CH 3172 CH', 'CH', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30610, '64cb9f', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2019-04-23', '2019-04-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30611, '0050c2624', 0, 'Comtest Networks', '1 Raymond Street Ottawa Ontario K1R 1A2 CA', 'CA', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30612, '0026d7', 0, 'KM Electornic Tech Co, Ltd', '5F, NO.3 Building, NO.118 Rd. Baoan District, Shenzhen China Shenzhen Guangdong 518101 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30613, 'b88a60', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30614, '70b3d5387', 0, 'Gwf MessSysteme AG', 'Obergrundstrasse 119 Luzern 6002 CH', 'CH', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30615, 'fa1466', 0, 'Allegion Plc', '500 Golden Ridge Rd Ste 160 Golden CO 80401-9553 US', 'US', 'CID', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30616, '509551', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30617, '0050c21f6', 0, 'Bae Systems Controls', 'Rm 373 Johnson City NY 13790 US', 'US', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30618, '00155c', 0, 'Dresser Wayne', '3814 Jarrett Way Austin Texas 78728 US', 'US', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30619, 'd4ceb8', 0, 'Enatel Ltd', '66 Treffers Road Christchurch Canterbury 8042 NZ', 'NZ', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30620, '3873ea', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30621, '6c4d51', 0, 'Shenzhen Ceres Tech Co, Ltd', '#601, Fl6, Bldg F, No.1008  Yangguang Community, Xili, Nanshan Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2019-05-30', '2019-05-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30622, '70b3d50db', 0, 'Cryptotronix Llc', 'P.O. Box 273029 Fort Collins CO 80525 US', 'US', 'MA-S', '2019-12-25', '2019-12-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30623, '00c047', 0, 'Unimicro Systems, Inc', '44382 S. GRIMMER BLVD. FREMONT CA 94538 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30624, '0050c2169', 0, 'Nordson Corp', '11475 Lakefield Dr. Daluth GA 30097 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30625, '34ef8b', 0, 'Ntt Communications Corp', 'NTT Hibiya Bldg. 7F Chiyoda-ku Tokyo 100-8019 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30626, '70b3d5eb7', 0, 'Skreens', '22 Ames Road Foxboro MA 02035 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30627, '002102', 0, 'UpdateLogic Inc', '2 Willow Street, Suite 101 Southborough MA 01745 US', 'US', 'MA-L', '2008-02-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30628, '00253b', 0, 'din Dietmar Nocker Facilitymanagement GmbH', 'Kotzinastrasse 5 Linz Upper Austria 4030 AT', 'AT', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30629, 'ace42e', 0, 'SK hynix', 'SK u-Tower, 25-1, Jeongja-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-844 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30630, '2c15e1', 0, 'Phicomm (Shanghai) Co, Ltd', '3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30631, '98fa9b', 0, 'Lcfc(HeFei) Electronics Tech Co, Ltd', 'YunGu Road 3188-1 Hefei Anhui 230000 CN', 'CN', 'MA-L', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30632, '004011', 0, 'Andover Controls Corp', '300 BRICKSTONE SQUARE ANDOVER MA 01810 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30633, '0005ca', 0, 'Hitron Tech, Inc', 'HSINCHU SBIP SUBSIDIARY Hsin-chu TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30634, '0007ff', 0, 'Gluon Networks', '5401 Old Redwood Hwy. Petaluma CA 94954 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30635, '001cca', 0, 'Shanghai Gaozhi Science & Tech Development Co', 'No.283 Qin Jiang Rd. Shanghai,China Shanghai 200233 CN', 'CN', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30636, '002655', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2010-01-05', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30637, '6c2e85', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR', 'FR', 'MA-L', '2010-11-24', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30638, 'f8d7bf', 0, 'Rev Ritter GmbH', 'Frankenstra M Bavaria 63776 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30639, '70b3d5ae0', 0, 'AnyComm.Co, Ltd', '3F, 54, Simin-daero 327beon-gil Dongan-gu Anyang-si Gyeonggi-do Gyeonggi-do 14055 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30640, '000118', 0, 'EZ Digital Co, Ltd', 'Bitville Bldg. Room 703 Seoul KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30641, '00054d', 0, 'Brans Tech, Inc', '501 Boramae Academy Tower KR', 'KR', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30642, '60427f', 0, 'Shenzhen Chuangwei-Rgb Electronics Co, Ltd', 'Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30643, '9405bbd', 0, 'Sunthink S&T Development Co, Ltd', 'A3-f1, xinghezhong Technology Green Valley, No.14, luolei Industrial Avenue, Shiyan street, Bao\'an District Shenzhen 518100 CN', 'CN', 'MA-M', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30644, 'e01cee', 0, 'Bravo Tech, Inc', '6185 Phyllis Dr. Unit D. Cypress CA 90630 US', 'US', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30645, '78ca83e', 0, 'Konecranes', 'Koneenkatu 8 Hyvinkää 05801 FI', 'FI', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30646, 'c0eeb5', 0, 'Enice Network.', 'NO.30, Shuige Rd, JiangNing Economic Development Zone, Nanjing Nanjing 211106 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30647, '0080e1', 0, 'STMicroelectronics Srl', '1000 AZTEC WEST london 12345 GB', 'GB', 'MA-L', '1997-11-14', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30648, '001512', 0, 'Zurich University of Applied Sciences', 'Technikumstrasse 9 Winterthur ZH CH-8401 CH', 'CH', 'MA-L', '2005-06-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30649, '007888', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30650, '001fec', 0, 'Synapse Électronique', '1010, 7e Avenue Grand-Mère Québec G9T 2B8 CA', 'CA', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30651, '002479', 0, 'Optec Displays, Inc', '528 S. 6th Avenue City of Industry California 91746 US', 'US', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30652, '70b3d5dab', 0, 'Set Power Systems GmbH', 'August Braun Strasse 3 Wangen Baden Wuerttemberg 88239 DE', 'DE', 'MA-S', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30653, '980637a', 0, 'Angora Networks', 'Alacaatli Mah. Park Cad 47/31, Cayyolu Ankara 06810 TR', 'TR', 'MA-M', '2019-05-22', '2019-05-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30654, '70b3d5c22', 0, 'Skyriver Communications Inc', '7310 Miramar Rd. #600 San Diego CA 92126 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30655, '2880a2', 0, 'Novatel Wireless Solutions, Inc', '9710 Scranton Rd., Suite 200 San Diego CA 92121 US', 'US', 'MA-L', '2017-05-23', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30656, '9c1465', 0, 'Edata Elektronik San. ve Tic. A.Ş.', 'Tantavi Mahallesi Menteşoğlu Cad. İstanbul - 34764 TR', 'TR', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30657, '54aed0', 0, 'Dasan Networks, Inc', 'DASAN Tower, 49, Daewangpangyo-ro, 644 Beon-gil, Bundang-gu Seongnam-si Gyeonggi-do 13493 KR', 'KR', 'MA-L', '2020-01-11', '2020-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30658, '0cefaf3', 0, 'Engineering Center Energoservice', 'Kotlasskaya 26 Arkhangelsk Arkhangelsk region 163046 RU', 'RU', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30659, 'd022128', 0, 'Shenzhen Sic Tech Co, Ltd', 'Room 601-31,Floor 6,Meinian International Square Shenzhen Guangdong 518042 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30660, '006099', 0, 'Sbe, Inc', '4000 Executive Parkway San Ramon CA 94583 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30661, 'b8763f', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30662, 'f8cc6e', 0, 'Depo Electronics Ltd', '12, kommunalnaya zona Krasnogorsk-Mitino Krasnogorsk Moscow region 143404 RU', 'RU', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30663, '000213', 0, 'S.D.E.L.', 'Aeropole D2A FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30664, '2cc5d3', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30665, '1c4d70', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30666, '0026db', 0, 'Ionics Ems Inc', 'Carmelray Industrial Park 2, Brgy. Tulo Calamba Laguna 4027 PH', 'PH', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30667, 'b47447', 0, 'CoreOS', 'PO Box 7775 #55097 San Francisco CA 94120-7775 US', 'US', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30668, '0015ef', 0, 'Nec Tokin Corp', '1-1,Asahi-Cho 7-chome,Shiroishi, Miyagi 989-0223 JP', 'JP', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30669, '70b3d5c58', 0, 'Rmi Laser Llc', '106 Laser Drive Lafayette Colorado 80026 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30670, '70b3d5fdf', 0, 'Nara Controls Inc', 'NARA BUILDING, 12TH FLOOR 719 SEOUL SEOUL 100-043 KR', 'KR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30671, '0080ce', 0, 'Broadcast Television Systems', 'P.O. BOX 30816 Utah 84130-0816 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30672, '00d0a9', 0, 'Shinano Kenshi Co, Ltd', 'ELECTRONIC EQUIPMENT DIVISION JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30673, '002664', 0, 'Core System Japan', 'Bunshu Bldg,2-27-6,Myojin Hachioji Tokyo 1920046 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30674, '004023', 0, 'Logic Corp', '3-14-10 MEIJI-SEIMEI BUILDING JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30675, '001994', 0, 'Jorjin Tech Inc', '5F, No.28, Lane141, Sing-ai Rd. Taipei 114 TW', 'TW', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30676, '0013c2', 0, 'Wacom Co, Ltd', '2-510-1 Toyonodai Otone-machi Kitasaitama-gun Saitama 349-1148 JP', 'JP', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30677, '70b3d599a', 0, 'Kevic. Inc,', '5, Nonhyunro 24 Gil, Gangnam-gu Seoul 06302 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30678, '000f96', 0, 'Telco Systems, Inc', '15 Berkshire Road Mansfield MA 02048 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30679, 'f49f54', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-07-26', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30680, '0012cd', 0, 'Asem SpA', 'Via Buia, 4 ARTEGNA Udine I-33011 IT', 'IT', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30681, 'b01bd2', 0, 'Le Shi Zhi Xin Electronic Tech (Tianjin) Ltd', ',Le Shi Building, No.105 Yaojiayuan Road,Chaoyang District,Beijing,China beijing beijing 100025 CN', 'CN', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30682, '70b3d5c68', 0, 'Mini Solution Co Ltd', '2-98-85, Yarimizu Hachiouji Toyko 1920375 JP', 'JP', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30683, '4cbcb4', 0, 'Abb SpA - Din Rail', 'V.le dell\'industria 18 Vittuone Milan 20010 IT', 'IT', 'MA-L', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30684, '00d0d6', 0, 'Aethra Telecomunicazioni', 'VIA MATTEO RICCI, 10 IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30685, 'd49c8e', 0, 'University of Fukui', '3-9-1 Bunkyo Fukui City 910-8507 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30686, '000a70', 0, 'Mpls Forum', '39355 California Street Fremont CA 94538 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30687, '001616', 0, 'Browan Communication Inc', 'No.1 Jen-Ai Road, HsinChu Industrial Park, HuKou Hsiang HsinChu Hsien 303 TW', 'TW', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30688, '98f0ab', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30689, '0060d6', 0, 'NovAtel Inc', 'SUITE 200, 6715-8TH STREET NE CALGARY, ALBERTA T2E 8M4 0000 CA', 'CA', 'MA-L', '1980-01-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30690, '00036c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30691, 'b4157e', 0, 'Celona Inc', '10061, Bubb Road Suite 300 Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30692, '005075', 0, 'Kestrel Solutions', '2370 CHARLESTON ROAD MT. VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30693, 'b4fe8c', 0, 'Centro Sicurezza Italia SpA', 'Via Venaria 28-30 Alpignano Torino 10091 IT', 'IT', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30694, 'd46f42', 0, 'Waxess Usa Inc', '1401 Dove Street Newport Beach CA 92660 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30695, '70b3d5428', 0, 'Presentation Switchers, Inc', '2324 Cheney-Spokane Road Cheney WA 99004 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30696, '14ae852', 0, 'Qingdao iTechene Tech Co, Ltd', 'UnitA3-A4,Level8,Block A ,International Innovation Park,No.1Keyuanwei Rd.,Laoshan District Qingdao 266100 CN', 'CN', 'MA-M', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30697, '000487', 0, 'Cogency Semiconductor, Inc', '362 Terry Fox Drive, Suite 210 CA', 'CA', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30698, '001667', 0, 'A-Tec Subsystem Inc', '4F, No. 86, Chung-Hsing Road, Shijr City, 221 TW', 'TW', 'MA-L', '2005-11-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30699, 'c4f464', 0, 'Spica international', 'Pot k sejmiscu 33 Ljubljana 1000 SI', 'SI', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30700, '64fb81c', 0, 'Bridgeport Instruments, Llc', '11740 Jollyville Rd. Austin TX 78759 US', 'US', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30701, '70b3d58b3', 0, 'Firefly Rfid Solutions', '1521 Boone Trail Rd Sanford NC 27330 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30702, 'e05d5c', 0, 'Oy Everon Ab', 'Teräskatu 8 Turku 20520 FI', 'FI', 'MA-L', '2018-07-05', '2018-07-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30703, '0014b1', 0, 'Axell Wireless Ltd', 'Aerial HOuse Chesham Buckinghamshire HP5 2QD GB', 'GB', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30704, '0021e6', 0, 'Starlight Video Ltd', '5/F., Shing Dao Industrial Building, HK', 'HK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30705, '40d855096', 0, 'Comtel Electronics GmbH', 'Bretonischer Ring 11 Grasbrunn 85630 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30706, '888279', 0, 'Shenzhen RB-Link Intelligent Tech CoLtd', 'Second floor, No 22, Wanfeng the third industry area, Shajing , BaoAn district Shenzhen City 518125 CN', 'CN', 'MA-L', '2017-06-17', '2017-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30707, '00a0f9', 0, 'Bintec Communications GmbH', 'SUEDWESTPARK 94 90449 NUERNBERG DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30708, 'e80c75', 0, 'Syncbak, Inc', '5 Research Center Marion IA 52302 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30709, '001711', 0, 'GE Healthcare Bio-Sciences AB', 'Björkgatan 30 Uppsala SE 75184 SE', 'SE', 'MA-L', '2006-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30710, '001e3a', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30711, '0050c2dc3', 0, 'Zed Ziegler Electronic Devices GmbH', 'In den Folgen 7 Langewiesen 98704 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30712, '140f42', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30713, '00c0f5', 0, 'Metacomp, Inc', '10989 VIA FRONTERA SAN DIEGO CA 92127 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30714, '00169a', 0, 'Quadrics Ltd', '1 Bridewell Street Bristol BS1 2AA GB', 'GB', 'MA-L', '2005-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30715, '0050c242c', 0, 'Trapeze Software Group Inc', '5265 Rockwell Drive NE Cedar Rapids IA 52402 US', 'US', 'IAB', '2004-12-11', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30716, '001432', 0, 'Tarallax Wireless, Inc', '10 West 100 South, Salt Lake City UT 84101 US', 'US', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30717, '001a69', 0, 'Wuhan Yangtze Optical Tech Co, Ltd', '4#,Guanshan 2 Road Wuhan Hubei 430073 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30718, '607688', 0, 'Velodyne', '345 Digital Drive Morgan Hill CA 95037 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30719, '2c3bfd', 0, 'Netstor Tech Co, Ltd', '6F, No. 1, Alley 16, Lane 235, Baoqiao Rd., Xindian District New Taipei City 23145 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30720, '04a151', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-05-02', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30721, '00901a', 0, 'Unisphere Solutions', '5 CARLISLE ROAD WESTFORD MA 01886 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30722, '009031', 0, 'Mysticom, Ltd', 'P.O. 8364 NATANIA 42504 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30723, 'c863fc', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-06-19', '2019-06-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30724, '34d954', 0, 'WiBotic Inc', '4000 15th Ave NE Lab 225, Fluke Hall, Box 352141 Seattle WA 98195 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30725, '0ce99a', 0, 'Atls Altec', '3 RUE DE LA GUIVERNONE ZI DU VERT GALANT ST OUEN L AUMONE 95310 FR', 'FR', 'MA-L', '2019-01-18', '2019-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30726, 'a08c9b', 0, 'Xtreme Tech Corp', '200 4616 Valiant Dr NW Calgary AB T3A0X9 CA', 'CA', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30727, 'a8ef26', 0, 'Tritonwave', '795 Lakeshore Dr, Suite 307 Quebec H9S 0A8 CA', 'CA', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30728, 'd4970b', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2014-03-11', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30729, '04c3e6b', 0, 'Flintec UK Ltd', 'W4/5 Capital Point, Wentloog Avenue Cardiff Cardiff CF3 2PW GB', 'GB', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30730, '78b46a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30731, '000c11', 0, 'Nippon Dempa Co, Ltd', '1-4-8 kakegawa city shizuoka pref. 436-0028 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30732, '001587', 0, 'Takenaka Seisakusho Co, Ltd', '178 HISHIE HIGASHI-OSAKA CITY OSAKA 578-0984 JP', 'JP', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30733, '8c593cd', 0, 'Idro-Elettrica S.P.A.', 'VIA BELLINI 2 SAN CESARIO SUL PANARO ITALY/MODENA 41018 IT', 'IT', 'MA-M', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30734, '8cbe24', 0, 'Tashang Semiconductor(Shanghai) Co, Ltd', 'Room 903, Building 5, Minggu Science Park,No. 7001, Zhong Chun Road, Minhang District ,Shanghai 201101, P.R. China Shanghai 123456 CN', 'CN', 'MA-L', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30735, '10364a', 0, 'Boston Dynamics', '78 4TH AVE Waltham MA 02451 US', 'US', 'MA-L', '2019-10-12', '2019-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30736, 'ccd42e', 0, 'Arcadyan Corp', 'No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30737, '001119', 0, 'Solteras, Inc', '900 W. Santa Anita Street San Gabriel CA 91776 US', 'US', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30738, '28cd1c', 0, 'Espotel Oy', 'Kappelitie 6 Espoo Espoo FI-02200 FI', 'FI', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30739, '00090d', 0, 'Leader Electronics Corp', '2-6-33, TSUNASHIMA-HIGASHI YOKOHAMA KANAGAWA 223-8505 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30740, '0017a3', 0, 'Mix s.r.l.', 'Via Caldera, 21 Milan I-20153 IT', 'IT', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30741, '1078d2', 0, 'Elitegroup Computer Systems Co, Ltd', 'NO. 239, Sec. 2, Ti Ding Blvd. Taipei Taiwan 11493 TW', 'TW', 'MA-L', '2010-07-01', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30742, '40d855114', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2013-08-29', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30743, '4cf02e', 0, 'Vifa Denmark A/S', 'Mariendalsvej 2A Viborg DK-8800 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30744, '0001c0', 0, 'CompuLab, Ltd', 'P.O. Box 66 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30745, '000823', 0, 'Texa Corp', 'Nara Bldg. 3F, 2-2-8 Shin-Yokohama, 222-0033 JP', 'JP', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30746, '00260f', 0, 'Linn Products Ltd', 'Glasgow Road Glasgow Scotland G76 0EQ GB', 'GB', 'MA-L', '2010-01-05', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30747, '0026c5', 0, 'Guangdong Gosun Telecommunications Co, Ltd', 'Guangdong software park D, No.11, CaiPing road , Guangzhou science city Guangzhou Guangdong 510663 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30748, '046273', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30749, '70b3d5476', 0, 'FR-Team International SA', 'Zone industrielle lotissement Vulcalux 10 Windhof 8399 LU', 'LU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30750, '64d154', 0, 'Routerboard.com', 'Mikrotikls SIA Riga Riga LV1009 LV', 'LV', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30751, '6c55e8', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2019-11-14', '2019-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30752, '00194b', 0, 'Sagemcom Broadband Sas', 'Le Ponnant de Paris CEDEX Paris 75512 FR', 'FR', 'MA-L', '2006-08-15', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30753, '001e31', 0, 'Infomark Co, Ltd', '5F.,Geown Bldg.,1360-53 Seoul Seocho-dong,Seocho-gu 137-863 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30754, '78c2c05', 0, 'ShenZhen TuLing Robot Co, Ltd', 'BLK 9, No 28, Langshan Road, Northern District of High Tech. Industry Park, Nanshan Dist., SZ., PRC. ShenZhen GuangDong 518000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30755, '48dd0c', 0, 'eero Inc', '660 3rd Street San Francisco CA 94107 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30756, '000394', 0, 'Connect One', '2 Hanagar Street IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30757, '5c43d2', 0, 'Hazemeyer', 'ZI Route de Grugies GAUCHY FRANCE 02430 FR', 'FR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30758, '0018e8', 0, 'Hacetron Corp', 'No. 542, Yang-Mei, Tao-Yuan, 326 TW', 'TW', 'MA-L', '2006-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30759, '001930', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30760, '001e5c', 0, 'RB GeneralEkonomik', 'Bulevar despota stefana 59a Beograd Serbia 11000 YU', 'YU', 'MA-L', '2007-10-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30761, '001edd', 0, 'Wasko S.A.', 'Berbeckiego 6 Gliwice Silesia 44-100 PL', 'PL', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30762, 'dcf110', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30763, 'e04136', 0, 'MitraStar Tech Corp', 'No. 6, Innovation Road II, Hsinchu Taiwan 300 TW', 'TW', 'MA-L', '2015-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30764, '00a056', 0, 'Micropross', '33, RUE GANTOIS 59000 LILLE FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30765, '000b9b', 0, 'Sirius System Co, Ltd', '3-27 Funado-cho Ashiya Hyogo 659-0093 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30766, '748e08', 0, 'Bestek Corp', 'No. 6, Lane 229, Sec. 3, Chang-Xing Rd. Taoyuan 33852 TW', 'TW', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30767, '40d8550e6', 0, 'Kyoritsu Electric Corp', '60 Granton Drive Richmond Hill Ontario L4B 2N6 CA', 'CA', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30768, '9c32a9', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30769, '202681', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2019-06-21', '2019-06-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30770, '000f08', 0, 'Indagon Oy', 'Nuijamiestentie 5 A Helsinki - 00400 FI', 'FI', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30771, '001dc7', 0, 'L-3 Communications Geneva Aerospace', '4240 International Parkway Carrollton Texas 75007 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30772, 'f845ad', 0, 'Konka Group Co, Ltd', 'Shenzhen Konka R & D Building, 28th floor 15-24 Nanshan District Guangdong 00000 CN', 'CN', 'MA-L', '2013-07-16', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30773, '0002ee', 0, 'Nokia Danmark A/S', 'Frederikskaj, Copenhagen V copenhagen 12345 DK', 'DK', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30774, '000927', 0, 'Toyokeiki Co, Ltd', '17-10-3,Shimosinjyo Osaka 533-0021 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30775, '8c593c0', 0, 'Fujian Chaozhi Group Co, Ltd', 'Chaozhi Group, 13th Floor, Zhongqing Building, Haixi Science and Technology Park, Shangjie Town, Minhou County Fuzhou Fujian 350000 CN', 'CN', 'MA-M', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30776, '4c55cc', 0, 'Zentri Pty Ltd', 'Level 9, 191 Clarence St, Sydney NSW 2000 AU', 'AU', 'MA-L', '2013-05-02', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30777, 'a8c83a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30778, '103d0a', 0, 'Hui Zhou Gaoshengda Tech Co, Ltd', 'No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN', 'CN', 'MA-L', '2018-10-22', '2018-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30779, '000cd7', 0, 'Nallatech Ltd', 'Boolean House Glasgow Scotland G68 0BH GB', 'GB', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30780, '001ebd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30781, '00227c', 0, 'Woori Smt Co, Ltd', '649-2,Suwolam-ri,Seotan-Myun Pyongtaek Kyonggi-Do 451-852 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30782, '70b3d5384', 0, 'Sensohive Tech', 'Cortex Park 26 Odense M 5230 DK', 'DK', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30783, '70b3d5adf', 0, 'Seraphim Optronics Ltd', '2 hacarmel st Yokneam Israel 20692 IL', 'IL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30784, '70b3d5d56', 0, 'Kronotech Srl', 'VIALE UNGHERIA 125 UDINE ITALY/UDINE 33100 IT', 'IT', 'MA-S', '2019-03-25', '2019-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30785, '003090', 0, 'Cyra Tech, Inc', '8000 CAPWELL DRIVE OAKLAND CA 94621 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30786, '0050c2641', 0, 'Neo Information Systems Co, Ltd', '609, Junganginduspia, #517-13, Sangdaeweon-Dong, Jungweon-Gu Seongnam Gyunggi-Do 462-713 KR', 'KR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30787, '0021cc', 0, 'Flextronics International', 'Stretton Green Distribution Centre Langford Way Warrington Cheshire WA4 4TQ GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30788, '3863f6', 0, '3nod Multimedia(Shenzhen)Co, Ltd', 'F6,Building11,Shenzhen Software Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30789, '44e49a', 0, 'Omnitronics Pty Ltd', '27 SARICH CRT OSBORNE PARK WA 6017 AU', 'AU', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30790, '409fc7', 0, 'Baekchun I&C Co, Ltd', '67-5, Gyesu-dong Bucheon-si Gyeonggi-do 422-070 KR', 'KR', 'MA-L', '2011-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30791, '48b5a7', 0, 'Glory Horse Industries Ltd', 'Woekshop 8, 4/F., World Wide Industrial Centre, Shatin, N.T. HKG HK', 'HK', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30792, '28f5370', 0, 'Valeo Siemens eAutomotive Norway', 'Graaterudveien 41 Drammen Buskerud 3036 NO', 'NO', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30793, '001701', 0, 'Kde, Inc', 'KDE TOWN, 42-7, Mangwol-dong Hanam Gyeonggi-do 465-150 KR', 'KR', 'MA-L', '2006-01-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30794, '00189a', 0, 'Hana Micron Inc', '#95-1 Wonnam-Li, Umbong-Myeon Asan-City Chung-Nam 336-864 KR', 'KR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30795, '001208', 0, 'Gantner Instruments GmbH', 'Montafonerstrasse 8 Schruns Vorarlberg 6780 AT', 'AT', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30796, '00261b', 0, 'Laurel Bank Machines Co, Ltd', '12-6 Kita-Ku Tokyo 114-0013 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30797, '7071bc', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2010-02-21', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30798, '1c88791', 0, 'Andra Sp. z o.o.', 'Pryzmaty 6/8 Warszawa 02-226 PL', 'PL', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30799, '000127', 0, 'Open Networks Pty Ltd', 'Level 5, 342 Flinders Street Melbourne VIC 3000 AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30800, '000a13', 0, 'Honeywell Video Systems', '6554 176 Street Surrey BC V3S 4G5 CA', 'CA', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30801, 'c0dc6a', 0, 'Qingdao Eastsoft Communication Tech Co, Ltd', 'Shandong QINGDAO, No. 16A, Shangqing Road, Shibei District QINGDAO Shandong 266023 CN', 'CN', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30802, '902106', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2015-03-03', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30803, '6cdffbb', 0, 'Cell System Co, Ltd', '1-2-8 Azamino-minami, Aobaku Yokohama Kanagawa 225-0012 JP', 'JP', 'MA-M', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30804, '0050c2ce8', 0, 'Thomas & Betts', '5900 Eastport Blvd Richmond Virginia 23231 US', 'US', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30805, 'a45a1c', 0, 'Smart electronic GmbH', 'Industriestrasse 29 St. Georgen Baden-Württemberg 78122 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30806, 'fc923b', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30807, '444ab0', 0, 'Zhejiang Moorgen Intelligence Tech Co, Ltd', 'No.181 Changluo road Luotuo street Zhenhai district Ningbo Zhejiang 315202 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30808, '0080f5', 0, 'Quantel Ltd', 'Turnpike Road Newbury Berkshire RG14 2NX GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30809, '0016d6', 0, 'Tda Tech Pty Ltd', '210 / 54 Currie Street Adelaide South Australia 5000 AU', 'AU', 'MA-L', '2005-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30810, 'bcffac', 0, 'Topcon Corp', '75-1, Hasunuma-cho Itabashi-ku TOKYO 174-8580 JP', 'JP', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30811, '0050c2f5b', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2012-03-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30812, '70b3d57f8', 0, 'Solvera Lynx d.d.', 'Stegne 23A 1000 Ljubljana Ljubljana 00386 SI', 'SI', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30813, '4c7487', 0, 'Leader Phone Communication Tech Co, Ltd', '121 Room (Park) No.1 Building, No.10 Xinghuo Road Science City Feng-tai District, Beijing, China Beijing 100070 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30814, '0005f4', 0, 'System Base Co, Ltd', '475-22, BangBae 2 dong, KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30815, '0050c2c90', 0, 'Real D', '5335 STERLING DRIVE BOULDER CO 80301 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30816, '3873ea6', 0, 'Live Sentinel', '27 Armthorpe Rd. Brampton Ontario L6T 5M4 CA', 'CA', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30817, 'fc3342', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-01-02', '2019-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30818, '7c55e7', 0, 'Ysi, Inc', '1725 Brannum Lane Yellow Springs Ohio 45387 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30819, 'fc1a11', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30820, '94bfc4', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-12-11', '2018-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30821, '00801b', 0, 'Kodiak Tech', '2340 HARRIS WAY SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30822, 'acea6a', 0, 'Genix Infocomm Co, Ltd', '2F, Daebo Bldg. #1009-34 Seoul 153-829 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30823, '70b3d54b4', 0, 'Hi Tech Systems Ltd', 'Holbrook House, Oakley Lane Basingstoke Hampshire RG23 7JY GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30824, '0050c2e3f', 0, 'Visito S.R.L.', 'Corso Duca Degli Abruzzi 2 TORINO IT', 'IT', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30825, '70b3d5edd', 0, 'Solar Network & Partners', 'Corneliusstr. 90 Geilenkirchen NRW 52511 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30826, 'b49ee6', 0, 'Shenzhen Tech Co Ltd', 'NO34 SHILONG RD SHENZHEN GUANGDONG 91732 CN', 'CN', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30827, '58e8766', 0, 'DivioTec Inc', '19F-1A, No.97, Sec. 4, ChongXin Rd., San Chong Dist., New Taipei 24161 TW', 'TW', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30828, '70b3d5968', 0, 'Lgm Ingénierie', '13 avenue Morane Saulnier Vélizy-Villacoublay 78140 FR', 'FR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30829, 'e01283', 0, 'Shenzhen Fanzhuo Communication Tech Co, Lt', 'No.1003 Kesi Road, Hi-Tech Park, Shenzhen Nanshan District 2602-2603 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30830, '0018c3', 0, 'CS Corp', 'CS-building, Pangyo seven venture valley 625 Seongnam-si Gyeonggi-do 463-400 KR', 'KR', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30831, '001f99', 0, 'Seronics CoLtd', '#401 Technopolis, Daegu Gyeong-buk 704-230 KR', 'KR', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30832, '2400ba', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30833, '00fd45', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30834, '70b3d59fd', 0, 'amakidenki', 'm.okuyama@amaki.co.jp higashiyamatoshi tokyo 207-0004 JP', 'JP', 'MA-S', '2018-11-02', '2018-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30835, '0050c25fe', 0, 'Novacomm Ltda', 'R. Benjui , 79 São Paulo SP 04689-000 BR', 'BR', 'IAB', '2006-06-18', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30836, '64c944', 0, 'Lark Tech, Inc', '2570 W El Camino Real Mountain View CA 94040 US', 'US', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30837, '00112c', 0, 'Izt GmbH', 'Am Weichselgarten 5 Erlangen Bavaria 91058 DE', 'DE', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30838, '00198c', 0, 'iXSea', '55 av auguste Renoir Marly le Roi 78160 FR', 'FR', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30839, '2cd444', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2012-05-01', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30840, 'ecc40d', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30841, '009084', 0, 'Atech System', '4F DAEBOONG BLDG. 1451-78 SEOUL 137-070 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30842, '000766', 0, 'Chou Chin Industrial Co, Ltd', '9F, #35, Chiau An St. Chung Ho City, TW', 'TW', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30843, '002262', 0, 'Bep Marine', '13 Tarndale Grove Albany Auckland 0632 NZ', 'NZ', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30844, '68d1fd', 0, 'Shenzhen Trimax Tech Co, Ltd', 'Room 1016, 10F, Max Smart Commercial Center, Shenzhen Guangdong 518133 CN', 'CN', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30845, '54b203', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30846, '004063', 0, 'Via Tech, Inc', '5020 BRANDIN COURT FREMONT CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30847, '0019b2', 0, 'XYnetsoft Co, Ltd', 'NO.158Zhenyu Street High Industries Development area ChangChun JiLin 130000 CN', 'CN', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30848, '003014', 0, 'Divio, Inc', '997 E. ARQUES AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30849, 'd44f68', 0, 'Eidetic Communications Inc', '3553 31st NW Calgary Alberta T2L2K7 CA', 'CA', 'MA-L', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30850, 'c08b6f', 0, 'S I Sistemas Inteligentes Eletrônicos Ltda', 'Rua Amadeu Piotto 161 Curitiba Paraná 81280020 BR', 'BR', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30851, '5cc213', 0, 'Fr. Sauter AG', 'Im Surinam 55 Basel BS CH4016 CH', 'CH', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30852, '20dce6', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) shenzhen guangdong Province 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30853, 'd022122', 0, 'Rhenac Systems GmbH', 'Christian-Lassen-Str. 16 Bonn NRW 53117 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30854, '70b3d50b4', 0, 'Aver', '13000 Danielson St Ste A Poway CA 92064 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30855, '000afc', 0, 'Core Tec Communications, Llc', '49 Leavenworth Street Waterbury CT 06702 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30856, '000d61', 0, 'Giga-Byte Tech Co, Ltd', 'No 6, Bau Chiang Road, Hsin-Tien Taipei Hsien 9999 TW', 'TW', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30857, '5c81a7', 0, 'Network Devices Pty Ltd', '16 Dickson Ave Artarmon NSW 2064 AU', 'AU', 'MA-L', '2017-09-10', '2017-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30858, '002380', 0, 'Nanoteq', 'PO Box 7991 Centurion Gauteng 0046 ZA', 'ZA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30859, '0050c2af1', 0, 'Green Goose', '6025 SW Taylor St. Portland OR 97221 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30860, '000fa5', 0, 'Bwa Tech GmbH', 'Johann-Krane-Weg 21 Muenster 48149 DE', 'DE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30861, '543d37', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-01-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30862, 'a85b78', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30863, 'ac64dd6', 0, 'Kpnetworks Ltd', '4-5-11-10F Shiba Minato-ku Tokyo 108-0014 JP', 'JP', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30864, '5082d5', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30865, 'ccd39dc', 0, 'Hangzhou Scooper Tech Co, Ltd', 'Room706,707,5th,No.998,Wenyi West Raod,Wuchang Street,Yuhang District,Hangzhou HangZhou ZheJiang 311121 CN', 'CN', 'MA-M', '2018-10-16', '2018-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30866, '0090ff', 0, 'Tellus Tech Inc', '40990 ENCYCLOPEDIA CIR. FREMONT CA 94538-2470 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30867, '0004c4', 0, 'Audiotonix Group Ltd', 'Unit 10, Silverglade Business Park Chessington Surrey KT9 2QL GB', 'GB', 'MA-L', '2001-01-24', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30868, '70b3d5251', 0, 'PixelApps s.r.o.', 'Hošťálkova 633/49 Praha 6 16900 CZ', 'CZ', 'MA-S', '2018-10-29', '2018-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30869, '48210b', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2019-09-05', '2019-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30870, '001f55', 0, 'Honeywell Security (China) Co, Ltd', 'Block 28, Section 2, Huai De Cui Gang Industrial Estate, Fu Yong, Bao An, ShenZhen, P.R. China ShenZhen GuangDong 518103 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30871, '00263e', 0, 'Trapeze Networks', '5753 West Las Positas Blvd. Pleasanton California 94588 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30872, '40605a', 0, 'Hawkeye Tech Co Ltd', '13F-5, No. 736 Chung Cheng Road, Chung He New Taipei 23511 TW', 'TW', 'MA-L', '2011-12-14', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30873, '70b3d5e6e', 0, 'Lieron Bvba', 'Beversluis 6 Wezemaal Vl. Brabant 3111 BE', 'BE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30874, '0050c246e', 0, 'Avenir Tech Inc', '20 Riverview Drive Norwalk CT 06850 US', 'US', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30875, '001b41', 0, 'General Infinity Co, Ltd', '3F,No.169, Xing-ai Rd, Taipei 114 TW', 'TW', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30876, '28a1eb', 0, 'Etek Tech (Shenzhen) Co, Ltd', 'A505-506、A509 Room,A5 Floor, Academy Of International Technology Innovation, Keji Nan 10th Road, Hi-Tech Industrial Park, Shenzhen, P.R.C. SHENZHEN GUANGDONG 518057 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30877, '000f8e', 0, 'DongYang Telecom Co, Ltd', '642-7, DEUNGCHON-DONG, KANGSEO-GU SEOUL KANGSE-GU 157-841 KR', 'KR', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30878, '00236a', 0, 'SmartRG Inc', '501 SE Columbia Shores Blvd Vancouver WA 98661 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30879, '549963', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30880, '1c83b0', 0, 'Linked IP GmbH', 'Kirchenstrasse 9 Anif / Niederalm SBG 5081 AT', 'AT', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30881, 'dc44278', 0, 'Wharton Electronics Ltd', 'Unit 15, Thame Park Business Centre Thame Oxfordshire OX9 3XA GB', 'GB', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30882, '70b3d5888', 0, 'Zetechtics Ltd', 'Main Street Amotherby Malton YO176TA GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30883, '70b3d590e', 0, 'Maytronics Ltd', '', '', 'MA-S', '2018-04-05', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30884, '001fe7', 0, 'Simet', 'Strada del Portone 129 Grugliasco Torino 10095 IT', 'IT', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30885, '70b3d5672', 0, 'Kleiber Infrared GmbH', 'Am Gewände 3 Unterwellenborn Thüringen 07333 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30886, '002180', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30887, '70b3d5164', 0, 'Tokyo Drawing Ltd', '103 Ni Terai-machi Nomi-shi Ishikawa 923-1121 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30888, '00000c', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30889, '00044a', 0, 'iPolicy Networks, Inc', '47467 Fremont Blvd. Fremont CA 94538 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30890, '0024b5', 0, 'Nortel Networks', '2221 Lakeside Blvd Richardson TX 75081 US', 'US', 'MA-L', '2008-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30891, 'bcb308', 0, 'Hongkong Ragentek Communication Tech Co, Ltd', 'Building D10-D11 PuDong District Shanghai 201315 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30892, '008094', 0, 'Alfa Laval Automation AB', 'ADN SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30893, '0050c2566', 0, 'ubinetsys.Co.Ltd', '3F Sang-gal B.D,220-3 Yongin-Si Gyunggi-Do 449-905 KR', 'KR', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30894, '2cae2b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30895, '70b3d58b2', 0, 'Npf Modem, Llc', 'Kolomyazhskiy prosp. 27A Saint-Petersburg 197341 RU', 'RU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30896, 'd0c8578', 0, 'Nanjing Magewell Electronics Co, Ltd', '14th Floor, Building 3, No. 89 Shengli Road, Jiangning Economic and Technological Development Zone Nanjing Jiangsu 211100 CN', 'CN', 'MA-M', '2019-03-25', '2019-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30897, '0050c2156', 0, 'CommServ Solutions Inc', '2217 Princess Anne Street Fredericksburg VA 22401 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30898, '0050c2e86', 0, 'Multisuns Corp', '12F, No. 19-3, San Chung Road, Taipei 115 TW', 'TW', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30899, '9cc0d2', 0, 'Conductix-Wampfler GmbH', 'Rheinstrasse 27+33 Baden-Württemberg DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30900, '40eace', 0, 'Founder Broadband Network Service Co, Ltd', '5F,Tower B,Beifa Plaza,No.16 Building Haisdian District Beijing 100088 CN', 'CN', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30901, '1007237', 0, 'nanoTech Co, Ltd', '4-2-17 Chuorinka Yamato Kanagawa 242-0007 JP', 'JP', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30902, '0002be', 0, 'Totsu Engineering, Inc', '5-16-20 Roppongi Minato-ku Tokyo 106-8551 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30903, '486b91', 0, 'Fleetwood Group Inc', '11832 James St Holland Michigan 49424 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30904, '64d1a3', 0, 'Sitecom Europe BV', 'Linatebaan 101 Rotterdam Zuid Holland 3045 AH NL', 'NL', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30905, '645aed', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30906, '001b5d', 0, 'Vololink Pty Ltd', 'Level 2, 541 Blackburn Road Mount Waverley Victoria 3149 AU', 'AU', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30907, '001b71', 0, 'Telular Corp', '311 South Wacker Drive Chicago IL 60606 US', 'US', 'MA-L', '2007-02-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30908, '6c3b6b', 0, 'Routerboard.com', 'Mikrotikls SIA Riga Riga LV1009 LV', 'LV', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30909, 'fccac4', 0, 'LifeHealth, Llc', '2656 Patton Rd Roseville MN 55113 US', 'US', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30910, '0001c8', 0, 'Conrad Corp', '', '', 'MA-L', '2000-11-09', '2000-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30911, '342109', 0, 'Jensen Scandinavia AS', 'Balder Allé 3 Jessheim 2050 NO', 'NO', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30912, '001436', 0, 'Qwerty Elektronik AB', 'Gryt 44 Ösmo 610 60 SE', 'SE', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30913, 'f44227', 0, 'S & S Research Inc', '89 Access Rd #10 Norwood MA 02062 US', 'US', 'MA-L', '2010-07-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30914, 'b45570', 0, 'Borea', 'Mlaka 1b Begunje SI-4275 SI', 'SI', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30915, '40d855144', 0, 'Venco', 'Carretera del Mig 75 Hospitalet de Llobregat Barcelona 08907 ES', 'ES', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30916, '70b3d5fec', 0, 'Finder SpA', 'via Drubiaglio 14 Almese TO 10040 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30917, '300a607', 0, 'Newtons4th Ltd', '1 Bede Island Road Leicester LE2 7EA GB', 'GB', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30918, '0000a7', 0, 'Network Computing Devices Inc', '350 NORTH BERNARDO MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30919, '00e0bf', 0, 'Torrent Networking Tech Corp', '8181 PROFESSIONAL PLACE LANDOVER MD 20785 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30920, 'f02572', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30921, 'a8a648', 0, 'Qingdao Hisense Communications Co, Ltd', 'Jiangxi Road Qingdao Shandong 266071 CN', 'CN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30922, '70b3d5382', 0, 'Naval Group', '40-42 Rue Du Docteur Finlay PARIS CEDEX 15 75732 FR', 'FR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30923, '0017d9', 0, 'Aai Corp', 'P.O. Box 126 Hunt Valley Maryland 21030 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30924, '00192b', 0, 'Aclara RF Systems Inc', '30400 Solon Road Solon OH 44139 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30925, '001a3e', 0, 'Faster Tech Llc', '1812 Avenue D Katy Texas 77493 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30926, '70f1a1', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30927, '30469a', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30928, '0055dab', 0, 'Interaxon Inc', 'Suite 303 - 511 King St W Toronto ON M5V 1K4 CA', 'CA', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30929, '94cc04a', 0, 'hyBee Inc', '#1003, Innovalley B, 253, Pangyo-ro, Bundang-gu Seongnam-si Gyeonggi-do 13486 KR', 'KR', 'MA-M', '2019-12-28', '2019-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30930, '0009d4', 0, 'Transtech Networks', '100 Wood Avenue Iselin NJ 08830 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30931, '001454', 0, 'Symwave', '10251 Vista Sorrento Parkway San Diego CA 92121 US', 'US', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30932, 'e818636', 0, 'Artech Solution Co, Ltd', '470/11 Pattanakarn Rd.,Suanluang,Bkk.10250 Thailand Bangkok Bangkok 10250 TH', 'TH', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30933, '24e5aa', 0, 'Philips Oral Healthcare, Inc', '22100 Bothell Everett Hwy Bothell WA 98021 US', 'US', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30934, '50e14a', 1, 'Private', '', '', 'MA-L', '2013-09-12', '2013-09-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30935, '340286', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30936, 'ec8914', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30937, '00071d', 0, 'Satelsa Sistemas Y Aplicaciones De Telecomunicaciones, S.A.', 'c/, Alejandro Moran, 56 ES', 'ES', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30938, 'ec43f6', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2013-01-09', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30939, 'ac2fa8', 0, 'Humannix Co, Ltd', '#402, 98-4, Songpa-Dong, Songpa-Gu Seoul 138-170 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30940, '0498f3', 0, 'Alps Electric Co, Ltd', '6-1 NISHIDA KAKUDA MIYAGI PREF 9876-8501 JP', 'JP', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30941, '40d8550fc', 0, 'eumig industrie-tv GmbH', 'Gewerbeparkstr.9 Salzburg Anif 5081 AT', 'AT', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30942, '70b3d5101', 0, 'Adolf Nissen Elektrobau GmbH + Co KG', 'Friedrichstädter Chaussee 4 Tönning 25832 DE', 'DE', 'MA-S', '2019-06-26', '2019-06-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30943, '00044e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30944, '001b47', 0, 'Futarque A/S', 'Aagade 15B Aalborg 9000 DK', 'DK', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30945, '0050c241a', 0, 'Bluewater Systems Ltd', '119 Armagh Street Christchurch Canterbury 8001 NZ', 'NZ', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30946, '001645', 0, 'Power Distribution, Inc', '4200 Oakleys Ct. Richmond VA 23223 US', 'US', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30947, '003532', 0, 'Electro-Metrics Corp', '231 Enterprise Road Johnstown New York 12095 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30948, 'b437d17', 0, 'GE Power Management', 'Avenida Pinoa 10 Zamudio Vizcaya 48170 ES', 'ES', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30949, '28167f', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30950, 'f490cb0', 0, 'Epitel, Inc', '630 S. Stringfellow Ct., Unit #B Salt Lake City UT 84111 US', 'US', 'MA-M', '2020-02-08', '2020-02-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30951, '000047', 0, 'Nicolet Instruments Corp', '5225 VERONA ROAD MADISON WI 53711 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30952, '0002af', 0, 'TeleCruz Tech, Inc', '2391 Qume Dr. San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30953, 'a4b1c1', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30954, '70b3d5363', 0, 'Contec Americas Inc', '3991 Sarno Rd Melbourne FL 32934 US', 'US', 'MA-S', '2018-04-05', '2019-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30955, '00e0c4', 0, 'Horner Electric, Inc', '1521 E. WASHINGTON ST. INDIANAPOLIS IN 46201 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30956, '78a714', 0, 'Amphenol', '20 Valley St. Endicott New York 13760 US', 'US', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30957, '000ceb', 0, 'Cnmp Networks, Inc', '1245 S. Winchester Blvd. San Jose CA 95128 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30958, 'f09a51', 0, 'Shanghai Viroyal Electronic Tech Co Ltd', 'LevelB,Building#3,401 Caobao Road,Shanghai,China Shanghai Shanghai 200233 CN', 'CN', 'MA-L', '2015-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30959, '5853c0', 0, 'Beijing Guang Runtong Tech Development Co Co, Ltd', 'Beijing city Haidian District North Third Ring Road 48, Beijing science and Technology Exhibition Center 1 building B block, room 18H Beijing Bejing 100000 CN', 'CN', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30960, '58e876c', 0, 'Kustom Signals Inc', '1010 W CHESTNUT CHANUTE KS 66720 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30961, '00901c', 0, 'mps Software GmbH', 'LUDWIGSTR 36 85551 KIRCHHEIM DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30962, '0050c2065', 0, 'Clever Devices', '1662 Route 300 Newburgh NY 12550 US', 'US', 'IAB', '2002-08-08', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30963, '00125b', 0, 'Kaimei Electroni', '14-3F, NO.81,SEC. 1,HSIN-TAI-WU ROAD,HSICHIH, TAIPEI HSIEN HSICHIH 221 TW', 'TW', 'MA-L', '2004-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30964, '0050c29cf', 0, 'Intuitive Surgical, Inc', '950 Kifer Road Sunnyvale CA 94040 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30965, '0008f4', 0, 'Bluetake Tech Co, Ltd', '6F, No. 33, Lane 155, Sec. 3, Pei Shen R Taipei Taiwan 222 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30966, '0050c20e8', 0, 'Audio Design Associates, Inc', '602-610 Mamaroneck Ave. White Plains NY 10605 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30967, '00a0c6', 0, 'Qualcomm Inc', '6455 LUSK BLVD SAN DIEGO CA 92121 US', 'US', 'MA-L', '1980-01-01', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30968, '40d85519d', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62901 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30969, '001f80', 0, 'Lucas Holding bv', 'Domein 28 Gemert NB 5421AR NL', 'NL', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30970, 'b8e779', 0, '9Solutions Oy', 'Teknologiantie 2 Oulu 90590 FI', 'FI', 'MA-L', '2010-11-24', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30971, '18fb7b', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2014-02-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30972, 'd01242', 0, 'Bios Corp', '2-43-15 Tomigaya Shibuya-ku TOKYO 151-0063 JP', 'JP', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30973, 'b4c6f8', 0, 'Axilspot Communication', 'A302 Han\'s Innovation Building, No.9018 Beihuan Ave., Nanshan District Shenzhen 518000 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30974, '080031', 0, 'Little Machines Inc', '4141 JUTLAND DRIVE SAN DIEGO CA 92117 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30975, '000e8e', 0, 'SparkLAN Communications, Inc', '3Fl . , No. 246, Sec. 1, Neihu Road., Neihu Chiu, Taipei 114 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30976, 'f0d9b2', 0, 'Exo S.A.', 'Av. Chiclana 3444 Buenos Aires 1260 AR', 'AR', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30977, '001bc502c', 0, 'Care Everywhere Llc', '9 Tech Circle Natick MA 01760 US', 'US', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30978, '0cd6bd', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30979, '0050c292e', 0, 'Goanna Tech Pty Ltd', '204 / 396 Scarborough Beach Rd Osborne Park WA 6017 AU', 'AU', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30980, '28e31f', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2014-05-27', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30981, '0050c27b2', 0, 'A.D.I Video Tech', '7 Hamarpe st, Jerusalem 45190 IL', 'IL', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30982, 'd4e8b2', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-05-26', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30983, '405539', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30984, '88a9a73', 0, 'Mikroelektronika', 'Batajnicki drum 23 Belgrade 11186 RS', 'RS', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30985, 'fc7d6c', 0, 'Hyesung Techwin Co, Ltd', '#1509,545,Dunchon-daero, Jungwon-gu Seongnam Gyeonggi-do 13215 KR', 'KR', 'MA-L', '2019-04-22', '2019-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30986, 'd05f64c', 0, 'Nanjing Huamai Tech Co, Ltd', 'No.11 Runfa Road, Dongshan Industry Gathering Zone, Jiangning District Nanjing Jiangsu 210000 CN', 'CN', 'MA-M', '2019-05-17', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30987, '0050c213e', 0, 'AVerMedia Systems, Inc', '7F.,No. 137,Jian Yi Rd Chung-Ho City Taipei TW', 'TW', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30988, '000f9d', 0, 'DisplayLink (UK) Ltd', 'Mount Pleasant House Cambridge Cambridgeshire CB3 0RN GB', 'GB', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30989, '0050c280f', 0, 'Selekron Microcontrol s.l.', 'C/ Peru, 8 Guadalajara 19005 ES', 'ES', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30990, '642184', 0, 'Nippon Denki Kagaku Co, Ltd', 'Nishino Gotochou 18 Kyoto City Kyoto Pref 607-8356 JP', 'JP', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30991, '00a001', 0, 'Drs Signal Solutions', '700 Quince Orchard Road Gaithersburg MD 20878-1794 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30992, '005063', 0, 'OY Comsel System AB', 'TEGELBRUKSGATAN 5-7 FIN-65100 VASA FI', 'FI', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30993, 'f4cae5', 0, 'Freebox Sas', '8 rue de la Ville l\'Eveque PARIS IdF 75008 FR', 'FR', 'MA-L', '2011-05-14', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30994, '2c16bd2', 0, 'Aimco', '10000 SE Pine St Portland OR 97216 US', 'US', 'MA-M', '2019-04-19', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30995, '14a78b', 0, 'Zhejiang Dahua Tech Co, Ltd', 'No.1199, Waterfront Road Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30996, '0024cf', 0, 'Inscape Data Corp', '1611 South Main Street Milpitas CA 95035 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30997, '6c8fb5', 0, 'Microsoft Mobile Oy', 'Keilalahdentie 4 Espoo 02150 FI', 'FI', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30998, 'c47c8d4', 0, 'Robostar', '700, Suin-ro, Sangnok-gu Ansan-si Kyŏnggi-do 426-220 KR', 'KR', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(30999, '70b3d5539', 0, 'Tempris GmbH', 'Industriestr. 7 Holzkirchen 83607 DE', 'DE', 'MA-S', '2019-07-03', '2019-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31000, '440377b', 0, 'Hangzhou Asia Infrastructure Tech Co, Ltd', 'No.7 Xiyuan Rd, Sandun Town, Westlake District Hangzhou Zhejiang 310000 CN', 'CN', 'MA-M', '2019-08-21', '2019-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31001, '00136f', 0, 'PacketMotion, Inc', '2121 El Camino Real San Mateo CA 94403 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31002, 'f8572e', 0, 'Core Brands Llc', '1800 South McDowell Blvd. Petaluma CA 94954 US', 'US', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31003, 'f84a73', 0, 'Eumtech Co, Ltd', 'Room 1201, 115, Dongdeok-ro Daegu Daegu 700-719 KR', 'KR', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31004, 'cc7f76', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31005, '0050c24ef', 0, 'Creative Retail Entertainment', 'Unit 2 Calcot Reading RG31 7SD US', 'US', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31006, '788df7', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31007, '847d50', 0, 'Holley Metering Ltd', '181 Wuchang Avenue Hangzhou Zhejiang 310023 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31008, 'cc1be0a', 0, 'Matter Labs Pty Ltd', 'Suite 105 South Yarra Vic 3141 AU', 'AU', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31009, '1c1ee3', 0, 'Hui Zhou Gaoshengda Tech Co, Ltd', 'No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31010, '4c65a82', 0, 'Orica Europe Pty Ltd & Co KG', 'Muelheimer Strasse 5 Troisdorf NRW 53840 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31011, '34415d', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31012, '9c69d1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31013, '0007aa', 0, 'Quantum Data Inc', '2111 Big Timber Rd. Elgin IL 60123-1100 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31014, '000fc4', 0, 'Nst Co, Ltd', '4-3-1 SHINMIYAKODA HAMAMATSU SHIZUOKA 431-2103 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31015, 'b85af7', 0, 'Ouya, Inc', '11693 San Vicente Blvd Los Angeles CA 90049 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31016, '68fb7e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31017, '70b3d5666', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31018, '3c24f0', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31019, 'dc9914', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31020, '70b3d56bd', 0, 'Rch Vietnam Ltd Liability Co', 'Workshop F.01B-2, Lot No. F.01B Long Hau Ho Chi Minh City Ho Chi Minh 70000 VN', 'VN', 'MA-S', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31021, '0050c2034', 0, 'Ing. Buero W. Kanis GmbH', 'Ortsteil Traubing Brueckenweg 2 D-82327 Tutzing DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31022, '0013f6', 0, 'Cintech', '21a route de la wantzenau Hoenheim 67800 FR', 'FR', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31023, '00116a', 0, 'Domo Ltd', 'Wessex House Eastleigh Hampshire SO50 9FD GB', 'GB', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31024, '34255d', 0, 'Shenzhen Loadcom Tech Co, Ltd', 'Yuehai Building A-13CD,Nanhai Road,Nanshan Area Shenzhen Guangdong 518054 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31025, '3c977e', 0, 'Ips Tech Ltd', '7 Floor,E block,Dong Hai Wang Building Shenzhen Guangodng 518000 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31026, '0060d1', 0, 'Cascade Communications', '6 TECHNOLOGY PARK DRIVE WESTFORD MA 01886 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31027, '0002d5', 0, 'Acr', 'Cardoulines B2 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31028, '00fc8b', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31029, '78ddd9', 0, 'Guangzhou Shiyuan Electronics Co, Ltd', 'No.6, 4th Yunpu Road, Yunpu Industry District Guangzhou Guangdong 510530 CN', 'CN', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31030, '0050c2d35', 0, 'UG Systems GmbH & Co KG', 'Kronacher Str. 41 Bamberg Bayern 96052 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31031, 'a41588', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31032, 'a40bed', 0, 'Carry Tech Co, Ltd', '4F, No.119, JianKang Road Jhonghe Dist. New Taipei City 23585 TW', 'TW', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31033, 'f48e92', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31034, '0050c289d', 0, 'Systemtechnik GmbH', 'Wielandstraße 12 Sömmerda Thuringia 99610 DE', 'DE', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31035, '00252f', 0, 'Energy, Inc', '3297 Pacific Street Charleston SC 29418 US', 'US', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31036, '000681', 0, 'Goepel Electronic GmbH', 'Goeschwitzer Str. 58-60 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31037, '000b0a', 0, 'dBm Optics', '300 S. Public Road Lafayette Colorado 80026 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31038, '0050c22d2', 0, 'Airnet Communications Corp', '3950 DOW RD MELBOURNE FL 32934 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31039, '0014e1', 0, 'Data Display AG', 'Industriestraße 1 Germering Bayern 82110 DE', 'DE', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31040, '002340', 0, 'MiXTelematics', 'Blaauwklip Office Park 2 Stellenbosch Western Cape 7600 ZA', 'ZA', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31041, 'a036f0', 0, 'Comprehensive Power', '420 Northboro Road Central Marlborough MA 01752 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31042, '004053', 0, 'Ampro Computers', '990 ALMONDOR AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31043, '00d03e', 0, 'Rocketchips, Inc', '7901 XERXES AVE. S. MINNEAPOLIS MN 55431 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31044, '4c3909', 0, 'Hpl Electric & Power Private Ltd', '133, Pace City-1, Sec-37 Gurgaon Haryana 122001 IN', 'IN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31045, '70b3d5ee4', 0, 'O-Net Automation Tech (Shenzhen)Ltd', '#35 Cuijing Road,Pingshan New District,Guangdong,Shenzhen.China Shenzhen Guangdong 518118 CN', 'CN', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31046, '38b19e', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-10-18', '2018-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31047, '04f169', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31048, '0881f4', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-01-09', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31049, 'ac8d14', 0, 'Smartrove Inc', '19630 Allendale Ave. Saratoga CA 95070 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31050, '001708', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2006-01-10', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31051, '001918', 0, 'Interactive Wear AG', 'Petersbrunner Strasse 3 Starnberg Bayern 82319 DE', 'DE', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31052, '003039', 0, 'Softbook Press', '7745 HERSCHEL AVENUE LA JOLLA CA 92037 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31053, '00091c', 0, 'CacheVision, Inc', '1990 Concourse Drive San Jose CA 95131 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31054, '0050c2636', 0, 'dSPACE GmbH', 'Techologiepark 25 Paderborn North Rhine-Westphalia 33100 DE', 'DE', 'IAB', '2006-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31055, '0017b7', 0, 'Tonze Tech Co', '5F-10, No.6, Lane 180, Taipei 11490 TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31056, '188219', 0, 'Alibaba Cloud Computing Ltd', 'Yuhang District of Hangzhou Wenyi Road, Building 1, No. 969 Xixi Park, Zhejiang Province Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31057, 'f0b429', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2015-04-11', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31058, 'b0c5ca8', 0, 'Astyx GmbH', 'Lise-Meitner-Str. 2a Ottobrunn Bavaria 85521 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31059, '98f9c70', 0, 'Shenzhen Huntkey Electric Co, Ltd', 'Huntkey Industrial Park, Xue-Xiang Village, Bantian, Longgang District, Shenzhen Guangdong 518129 CN', 'CN', 'MA-M', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31060, '00078f', 0, 'Emkay Innovative Products', '53, Pao Hsing Rd., Hsintien City Taipei TW', 'TW', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31061, '000d7e', 0, 'Axiowave Networks, Inc', '200 Nickerson Road Marlborough MA 01752 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31062, '000fea', 0, 'Giga-Byte Tech Co, Ltd', 'No.215,Nan-Ping Road,Ping-Jen City, Ping-Jen Taoyuan 324 TW', 'TW', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31063, '0014d8', 0, 'bio-logic SA', '1, rue de l\'Europe CLAIX 38640 FR', 'FR', 'MA-L', '2005-06-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31064, '00187a', 0, 'Wiremold', '60 Woodlawn St. West Hartford CT 06110 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31065, '0050c2b9b', 0, 'Telventy Energia S.A.', 'Valgrande, 6 Alcobendas Madrid 28108 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31066, '8c11cb', 0, 'Abus Security-Center GmbH & Co KG', 'Linker Kreuthweg 5 Affing / Muehlhausen Bavaria 86444 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31067, '70b3d5608', 0, 'Eiit SA', 'Camino Robledo de Chavela 9B Valdemorillo Madrid / Madrid 28210 ES', 'ES', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31068, '002020', 0, 'Megatron Computer Industries Pty, Ltd', 'AU', '', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31069, '000216', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31070, '84cfbf', 0, 'Fairphone', 'Piet Heinkade 181A Amsterdam North Holland 1019HC NL', 'NL', 'MA-L', '2014-09-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31071, '106530', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31072, '001838', 0, 'PanAccess Communications, Inc', 'Floor 8,Tower B,Global Trade Center,36 Beisanhuandonglu,Dongcheng District Beijing 100013 CN', 'CN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31073, '0050c2e69', 0, 'Netmaker', 'Mega Valley SB111,Gwanyang2,Dongan Anyang Gyeonggi 431-767 KR', 'KR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31074, '0050c277d', 0, 'Lincoln Industrial', 'One Lincoln Way Saint Louis MO 63120 US', 'US', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31075, '5ccd7c', 0, 'Meizu Tech Co, Ltd', 'MEIZU Tech Bldg., Technology& Innovation Coast Zhuhai Guangdong 519085 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31076, '0050c21e0', 0, 'Cognex Corp', '1 Vision Drive Natick MA 01760 US', 'US', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31077, '000c9c', 0, 'Chongho information & communications', 'Chongho Bldg, #7-61 Yangjae-dong, Seocho Seoul 137-130 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31078, '001d98', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31079, '40d855104', 0, 'Imple Sistemas Eletronicos Embarcados Ltda', 'RUA DIVA GARVIA 1663 JUIZ DE FORA MINAS GERIAS 36060-300 BR', 'BR', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31080, 'b05947', 0, 'Shenzhen Qihu Intelligent Tech Co Ltd', 'Room 201, Block A, No.1, Qianwan Road 1,Qianhai Shenzhen HongKong Modern Service Industry Cooperation Zone Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31081, '408805', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31082, '0090ec', 0, 'Pyrescom', '3 ALLEE DU MOULIN 66680 CANOHES FR', 'FR', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31083, '000053', 0, 'Compucorp', '2211 MICHIGAN AVENUE SANTA MONICA CA 90404 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31084, '4c65a87', 0, 'Wuhan MoreQuick Network Tech Co, Ltd', 'GuangGuDaDao 70#ShiMaoZhongXin C-2205 WuHan HuBei 430019 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31085, 'a03a75', 0, 'Pss Belgium N.V.', 'Hoogveld 50 Dendermonde 9200 BE', 'BE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31086, 'd0b33f', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F.,H-3 Building,OCT Eastern lndustrial Park. NO.1 XiangShan East Road., GUANGDONG SHENZHEN 518053 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31087, 'c4f0ec', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31088, '2c16bd3', 0, 'Saft AB', 'Jungnergatan Oskarshamn 57228 SE', 'SE', 'MA-M', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31089, 'a43bfa6', 0, 'Recognition Systems Llc', '2380 Owen Street Santa Clara CA 95054 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31090, '70b3d5035', 0, 'Hkw-Elektronik GmbH', 'Eisenacher Str. 42b Wutha-Farnroda Thüringen 99848 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31091, 'e8f1b0', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR', 'FR', 'MA-L', '2012-01-18', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31092, '40d85517a', 0, 'Argus-Spectrum', 'Serdobolskaya str.,65A Saint-Petersburg 197342 RU', 'RU', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31093, '14b31f', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31094, '001348', 0, 'Artila Electronics Co, Ltd', '2F., No.1, Alley 8, Siwei Lane, Zhongzheng Rd., Xindian City Taipei County 231 TW', 'TW', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31095, '886b76', 0, 'China Hopeful Group Hopeful Electric Co, Ltd', 'Shunde District of Foshan City, Guangdong Province, Guangxi Rong Ronggui Town Road, No. 148 Foshan GuangDong 528305 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31096, '40d8551b4', 0, 'InForce Computing, Inc', '48820 Kato Road Fremont CA 94538 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31097, 'c0d391d', 0, 'Regulus Co, Ltd', 'Yotsuya Orchid Bldg. 23-3 Daikyo-cho Shinjuku-ku Tokyo 160-0015 JP', 'JP', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31098, '000ab3', 0, 'Fa. Gira', 'Dahlienstraße Radevormwald Nordrhein-Westfalen 42477 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31099, '00264e', 0, 'Rail & Road Protec GmbH', 'Norderhofenden 12-13 Flensburg 24937 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31100, '487119', 0, 'Sgb Group Ltd', '13F,No.192,Sec.2,Chung Hsin Rd.,Hsin Tien City Taipei 231 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31101, '3055ed', 0, 'Trex Network Llc', 'Room 505, Tower B Nongke Building, Beijing 100097 CN', 'CN', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31102, 'bc3400b', 0, 'Faro Tech, Inc', '125 Technology Park Lake Mary FL 32746 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31103, '60128b', 0, 'Canon Inc', '30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31104, '00067a', 0, 'Jmp Systems', '3rd Fl. Shinwha Bldg., Seocho-ku Seoul, KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31105, '000c4d', 0, 'Curtiss-Wright Controls Avionics & Electronics', 'Landscape House, Churchtown, Dublin 14 IE', 'IE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31106, '0050c2ab7', 0, 'Twinfalls Tech', '604 - 500 W 10th Ave Vancouver BC V5Z4P1 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31107, '70b3d507a', 0, 'Zao Zeo', 'Khachaturiana 14a Moscow 127562 RU', 'RU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31108, '001383', 0, 'Application Tech and Engineering Research Laboratory', 'Shinjuku 1-chome Bldg. Shinjuku-ku Tokyo 160-0022 JP', 'JP', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31109, '0050c26da', 0, 'Techno Fittings S.r.l.', 'Via Michelangelo Tilli 53/A/6 Rome 00156 IT', 'IT', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31110, '0021c6', 0, 'Csj Global, Inc', '9th Fl. Samwhan Bldg. Annex, 17-26 Yeouido-dong, Seoul 150-874 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31111, 'a089e4', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31112, '000157', 0, 'Syswave Co, Ltd', 'Dongho B/D 5F, 221-2 KOREA 135-010 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31113, '001c21', 0, 'Nucsafe Inc', '601 Oak Ridge Turnpike Oak Ridge Tennessee 37830 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31114, '00268c', 0, 'StarLeaf Ltd', 'Chaston House, Mill Court Cambridge CB22 5LD GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31115, '6cdc6a', 0, 'Promethean Ltd', 'Activlab Blackburn Lancashire BB1 5SN GB', 'GB', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31116, '8c8401', 1, 'Private', '', '', 'MA-L', '2010-03-14', '2010-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31117, '001bc5010', 0, 'Softel SA de CV', 'Camino a Santa Teresa Tlalpan 14010 MX', 'MX', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31118, '28fecd', 0, 'Lemobile Information Tech (Beijing) Co, Ltd', '5/F LeEco Building, 105 Yaojiayuan Road, Chaoyang District Beijing Beijing 100025 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31119, 'b4ddd0', 0, 'Continental Automotive Hungary Kft', 'Napmátka u. 6. Budapest Pest H-1106 HU', 'HU', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31120, '0023dd', 0, 'Elgin S.A.', 'RUA BARAO DE CAMPINAS, 305 São Paulo 01201-901 BR', 'BR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31121, '0050c2a02', 0, 'Reference, Llc', '690 E Bridge St. Elkader IA 52043-0158 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31122, '08b258', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-11-20', '2016-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31123, '54c33e', 0, 'Ciena Corp', '7035 Ridge Road Hanover MD 21076 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31124, '7c604a', 0, 'Avelon', 'Bändliweg 20 Zurich 8048 CH', 'CH', 'MA-L', '2018-10-26', '2018-10-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31125, '002128', 0, 'Oracle Corp', '17 Network Circle Menlo Park CA 95025 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31126, '002635', 0, 'Bluetechnix GmbH', 'Waidhausenstr. 3/19 Vienna 1140 AT', 'AT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31127, '807a7f', 0, 'Abb Genway Xiamen Electrical Equipment Co, Ltd', '7F,No.23 Wanghai Road,Software Park 2, Lvling Road, Xiamen Fujian Province 361008 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31128, '98aafc4', 0, 'Rpe Radico', 'Marksa, 14 Obninsk Kaluga reg. 249035 RU', 'RU', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31129, '70b3d5cf8', 0, 'Idneo Tech S.A.U.', 'Gran Via Carlos III , 98 Planta 5 Barcelona Barcelona 08028 ES', 'ES', 'MA-S', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31130, '70b3d566c', 0, 'Kristech Krzysztof Kajstura', 'Porzeczkowa 12 Ustroń Please select region, state or province 43-450 PL', 'PL', 'MA-S', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31131, 'd05f64b', 0, 'North American Blue Tiger Co, Llc', '3727 Greenbriar Dr. Suite 119 Stafford TX 77477 US', 'US', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31132, 'c4954d3', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-M', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31133, '00023c', 0, 'Creative Tech, Ltd', '31 International Business Park Republic of SG', 'SG', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31134, '001bef', 0, 'Blossoms Digital Tech Co, Ltd', 'BLK25,Hengfeng Ind.City,Hezhou Shenzhen Guangdong 518126 CN', 'CN', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31135, 'dc56e6', 0, 'Shenzhen Bococom Tech Co, Ltd', '303, Dongjiang Environmental Build, LangShan Road. Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31136, '00d033', 0, 'Dalian Daxian Network', 'SYSTEM CO., LTD. CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31137, '0050c29f6', 0, 'Ion Sense Inc', '999 Broadway Saugus MA 01906 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31138, 'cc0dec', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31139, '70b3d5bd0', 0, 'Shs Srl', 'Via Ponte di Sirico,48 SAVIANO NAPLES 80039 IT', 'IT', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31140, 'e446da', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31141, 'bc98df', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31142, '0050c27b7', 0, 'Tattile Srl', 'via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT', 'IT', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31143, 'a4bf01', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31144, '586163', 0, 'Quantum Networks (SG) Pte. Ltd', '8, UBI ROAD, 2 ZERVEX #08-10, Singapore 408538 SG', 'SG', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31145, '70b3d5532', 0, 'Talleres de Escoriaza SA', 'Barrio Ventas, 35 Irun Gipuzkoa 20305 ES', 'ES', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31146, '001c45', 0, 'Chenbro Micom Co, Ltd', '15Fl., No. 150, Jian Yi Road Chung Ho City Taipei Hsien 235 TW', 'TW', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31147, 'a8a668', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31148, '70b3d5264', 0, 'ifak Tech + service GmbH', 'Ludwig-Erhard-Allee 10 Karlsruhe 76131 DE', 'DE', 'MA-S', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31149, '0004ce', 0, 'Patria Ailon', 'Naulakatu 3 FI', 'FI', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31150, '0050c21ae', 0, 'Home Director, Inc', '3751-A South Alston Ave. Durham NC 27713 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31151, '0050c2dd6', 0, 'Wartsila Voyage Ltd', '13-18 City Quay Dublin 2 D02 ED70 IE', 'IE', 'IAB', '2011-08-06', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31152, '70b3d5de1', 0, 'Duplomatic MS spa', 'Via Re Depaolini 24 Parabiago Milan 20015 IT', 'IT', 'MA-S', '2020-01-30', '2020-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31153, '0050c26fe', 0, 'Blue Origin', '21218 76th Ave. S Kent WA 98032 US', 'US', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31154, '002113', 0, 'Padtec S/A', 'Road Campinas Mogi-Mirim km 118,5 Campinas São Paulo 13086-902 BR', 'BR', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31155, '70b3d57c3', 0, 'Flexim Security Oy', 'P.O.Box 700 ESPOO Southern Finland 02131 FI', 'FI', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31156, 'e80fc8', 0, 'Universal Electronics, Inc', '201 E. Sandpointe Ave Santa Ana CA 92707 US', 'US', 'MA-L', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31157, '00097e', 0, 'Imi Tech Co, Ltd', '2nd floor, Eun Seok Building, 729-1 Gangnam-gu Seoul 135-080 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31158, '243184', 0, 'Sharp Corp', '22-22,Nagaike-Cho Osaka-City Osaka-Prefecture 545-8522 JP', 'JP', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31159, '0021f7', 0, 'Hpn Supply Chain', '8000 Foothills Blvd Roseville CA 95747 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31160, '0050c2921', 0, 'iQue Rfid Tech BV', 'Hogerwoerdstraat 30 Haarlem NH 2023 VD NL', 'NL', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31161, '686e23', 0, 'Wi3 Inc', 'P.O. Box 1123 Pittsford NY 14534 US', 'US', 'MA-L', '2011-06-05', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31162, '54ffcf', 0, 'Mopria Alliance', '2400 Camino Ramon, Ste #375 San Ramon CA 94583 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31163, '301f9a5', 0, 'Beijing Surestar Tech Co Ltd,', 'Room 502, building 1, No. 5 Yongfeng Road, Haidian District Beijing 100089 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31164, '00509f', 0, 'Horizon Computer', 'TRINITY BLDG. 4-22-7 TOKYO 106 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31165, '001e71', 0, 'MIrcom Group of Companies', '25 Interchange Way Vaughan, Ontario l4K 5W3 CA', 'CA', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31166, '88835d', 0, 'FN-Link Tech Ltd', 'No.8, Litong Road, Liuyang Economic & Technical Development Zone ChangSha Hu Nan 410300 CN', 'CN', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31167, '282c020', 0, 'Sakata Denki Co, Ltd', 'Yagisawa2-17-20 NishiTokyo-city Tokyo 202-0022 JP', 'JP', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31168, '00020c', 0, 'Metro-Optix', '2201 Avenue K Plano TX 75074 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31169, 'c80718', 0, 'TDSi', 'Unit 10 Concept Park Poole Dorset BH12 4QT GB', 'GB', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31170, '0021da', 0, 'Automation Products Group Inc', '1025 West 1700 North Logan Utah 84321 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31171, 'f898ef', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31172, '0001d7', 0, 'F5 Networks, Inc', '1322 N. Whitman Lane Liberty Lake WA 99019 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31173, '000ba0', 0, 'T&L Information Inc', '898-44 Hokye-Dong, Dongan-Gu Anyang Kyungki-Do 431-836 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31174, 'e8cba1', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31175, '0030d6', 0, 'Msc Vertriebs GmbH', 'INDUSTRIESTR. 16 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31176, '0090c2', 0, 'JK microsystems, Inc', '1275 YUBA AVENUE SAN PABLO CA 94806 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31177, '00141d', 0, 'Lti-Motion GmbH', 'Gewerbestrasse 5-9 Lahnau Hessen 35633 DE', 'DE', 'MA-L', '2005-03-22', '2018-07-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31178, '0019bb', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2006-09-25', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31179, '001b43', 0, 'Beijing DG Telecommunications equipment Co, Ltd', 'No.5 Jiangtai Road, Chaoyang District Beijing 100016 CN', 'CN', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31180, '141a51', 0, 'Treetech Sistemas Digitais', 'Praca Claudino Alves, 141 Atibaia São Paulo 12940-800 BR', 'BR', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31181, 'b44bd6c', 0, 'Impakt S.A.', 'Stanislawa Lema 16 Mosina Wielkopolska 62-050 PL', 'PL', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31182, '000262', 0, 'Soyo Group Soyo Com Tech Co, Ltd', '5H. No. 21 Wu-gong 5 Rd, Taipei Hsien Taiwan R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31183, '0050c20c3', 0, 'Tonbu, Inc', '871 Fox Lane San Jose CA 95131 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31184, '002037', 0, 'Seagate Tech', '8001 E. BLOOMINGTON FWY BLOOMINGTON MN 55420 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31185, 'fccf62', 0, 'Ibm Corp', '2051 Mission College Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31186, '3c6200', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3dong, Yeongtong-gu, Suwon-City Gyeonggi-do 443-742 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31187, 'ccb3ab', 0, 'shenzhen Biocare Bio-Medical Equipment Co, Ltd', '#A735, 7/F, Block A, Shenzhen Mingyou Industrial Products Exhibition & Procurement Center, Baoyuan Road, Xixiang Sub-district, Bao\'an District, 518102 Shenzhen, P.R. China Shenzhen 518000 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31188, '98aafc8', 0, 'Beijing Tiandi-Marco Electro-Hydraulic Control System Co Ltd', 'No.5 Qing Nian Gou Road, Hepingli Beijing 100013 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31189, 'b4417a', 0, 'Shenzhen Gongjin Electronics Co, LT', '4F,Baiying Building, No.1019,Nanhai RD,Shekou ShenZhen GuangDong 518067 CN', 'CN', 'MA-L', '2010-01-05', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31190, '0050c2c65', 0, 'Micro I/O Servicos de Electronica, Lda', 'Zona Industrial da Taboeira, Lote 31D Aveiro 3800-055 - AVEIRO PT', 'PT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31191, '9436e0', 0, 'Sichuan Bihong Broadcast & Television New Tech Co, Ltd', 'Guanghan City, Sichuan province Zhongshan road south three period of 36 Deyang Guanghan Sichuan Province 618300 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31192, '40d855164', 0, 'Nft Automatisierungssysteme GmbH', 'Ignatz-Wiemeler-Str. 16 Ibbenbueren NRW 49477 DE', 'DE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31193, '70b3d5f8b', 0, 'Iooota Srl', 'Via Molino Rosso, 8 Imola BO 40026 IT', 'IT', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31194, '70b3d50c7', 0, 'Peek Traffic', '5401 N SAM HOUSTON PKWY W HOUSTON null 77086 US', 'US', 'MA-S', '2018-10-17', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31195, '0050c23de', 0, 'Abb Power Tech S.p.A. Unità  Operativa Sace (Ptmv)', 'via Friuli 4 Dalmine Bergamo 24044 IT', 'IT', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31196, '002461', 0, 'Shin Wang Tech', '632-62, Guro-Dong, Guro-Gu Seoul 152-866 KR', 'KR', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31197, '40a36b6', 0, 'Securiton AG', 'Alpenstrasse 20, P.O. Box 127 Zollikofen CH-3052 CH', 'CH', 'MA-M', '2016-02-05', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31198, '000fb4', 0, 'Timespace Tech', 'Blackstone Road Huntingdon Cambridgeshire PE29 6TT GB', 'GB', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31199, '0050c24b4', 0, 'Matrix Audio Designs', '20 Hamilton Rd Barrie Ontario L4N 8Y5 CA', 'CA', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31200, '0050c2496', 0, 'Acutelogic Corp', '3-7-1 Chiyoda-ku Tokyo 101-0052 JP', 'JP', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31201, '24d13f', 0, 'Mexus Co, Ltd', '1512, Seoulsup IT Valley, Seoul Seoul 133-822 KR', 'KR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31202, '84c1c1', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31203, '70b3d5138', 0, 'Smitec S.p.A.', 'Via Carlo Ceresa, 10 San Giovanni Bianco Bergamo 24015 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31204, '70b3d563d', 0, 'Storbyte, Inc', '1800 Washington Blvd Suite 412 Baltimore MD 21230 US', 'US', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31205, '0020e8', 0, 'Datatrek Corp', '4505 WYLAND DRIVE ELKHART IN 46516 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31206, '00c0b1', 0, 'Genius Net Co', '4F, HANSOO B/D 210-5 SOUTH KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31207, 'b43db2', 0, 'Degreane Horizon', '730 Rue de l\'Initiative Cuers Var 83390 FR', 'FR', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31208, '44e9dd', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR', 'FR', 'MA-L', '2015-01-23', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31209, '4482e5', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31210, '0040ff', 0, 'Telebit Corp', '1315 CHESAPEAKE TERRACE SUNNYVALE CA 94089-1100 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31211, '000015', 0, 'Datapoint Corp', '9725 DATAPOINT DRIVE SAN ANTONIO TX 78284 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31212, '00c010', 0, 'Hirakawa Hewtech Corp', '7F, BLDG.B, OMORI BELLPORT JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31213, '9806376', 0, 'Boeing Ssg', '5905 LEGACY DR, SUITE 325 PLANO TX 75024 US', 'US', 'MA-M', '2019-05-22', '2019-05-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31214, 'cc1be0e', 0, 'Cassia Networks', 'Room B206 , ZhongGuanCun FaZhanDaSha Beijing Beijing 100085 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31215, '48df37', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31216, '405cfd', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31217, '74d21d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31218, 'd8ce3a', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31219, 'c89c1d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31220, '001bc50bc', 0, 'kuwatec, Inc', '2-39-5 Umesato Suginami-ku Tokyo 166-0011 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31221, '70b3d52bc', 0, 'Equipos DE TelecomunicaciÓN OptoelectrÓNicos, S.A.', 'POL.MALPICA, C/F OESTE, G.QUEJIDO, 74 ZARAGOZA ZARAGOZA 50057 ES', 'ES', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31222, '70b3d5da2', 0, 'Acd Elekronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'MA-S', '2019-09-25', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31223, '001779', 0, 'QuickTel', 'Cornishe El-Nile, Maasara Cairo 11743 EG', 'EG', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31224, '408256', 0, 'Continental Automotive GmbH', 'VD=-Strasse 1 Babenhausen Garmany 64832 DE', 'DE', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31225, '001666', 0, 'Quantier Communication Inc', '1F, No. 36, Industry E. Rd IV, Hsin-Chu 300 TW', 'TW', 'MA-L', '2005-11-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31226, '00248c', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31227, '38bc1a', 0, 'Meizu Tech Co, Ltd', 'MEIZU Tech Bldg., Technology & Innovation Coast Zhuhai Guangdong 519085 CN', 'CN', 'MA-L', '2013-01-09', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31228, '000811', 0, 'Voix Corp', '1991-3 4th Floor Top\'s Venture Tower Seoul 138-090 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31229, '000c3d', 0, 'Glsystech Co, Ltd', 'Song Bo B/D 3F Seoul KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31230, '70b3d5499', 0, 'Pycom Ltd', '57 Avenue Road Cranleigh Surrey GU6 7LJ GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31231, '542f8a', 0, 'Tellescom Industria E Comercio EM Telecomunicacao', 'Av. Buriti, 1900 – Setor B – Distrito Industrial Manaus Amazonas 69075-000 BR', 'BR', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31232, 'f0b052', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2014-09-30', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31233, '000a2b', 0, 'Etherstuff', '208 W. Mimosa Circle San Marcos TX 78666 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31234, '001d9d', 0, 'Artjoy International Ltd', 'Room 1601,No.239 ZhongXing Road,LuoHu District Shenzhen Guangdong 518001 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31235, '70f8e7b', 0, 'Photonfocus AG', 'Bahnhofplatz 10 Lachen SZ 8853 CH', 'CH', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31236, '70b3d5d15', 0, '3DGence sp. z o.o.', 'Mickiewicza 29 Katowice Slaskie 40-085 PL', 'PL', 'MA-S', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31237, 'a0c589', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31238, '70b3d568d', 0, 'Meta-chrom Co Ltd', 'Baumana St.,100 Yoshkar-Ola Select State 424000 RU', 'RU', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31239, '002181', 0, 'Si2 Microsystems Ltd', 'No 84, Sy No 150, EPIP, Whitefield Industrial Area Bangalore Karnataka 560066 IN', 'IN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31240, '08007a', 0, 'Indata', 'GJERDRUMS VEI 12 C NO', 'NO', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31241, '001c3c', 0, 'Seon Design Inc', '111-3B Burbidge Street Coquitlam BC V3K 7B2 CA', 'CA', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31242, '0050c25d2', 0, 'DA-Design Oy', 'Keskuskatu 29 Jokioinen FIN-31600 FI', 'FI', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31243, '48fcb8', 0, 'Woodstream Corp', '69 N. Locust Street Lititz PA 17543 US', 'US', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31244, '40d8550de', 0, 'Vpg', 'Box 423 Karlskoga SE-691 27 SE', 'SE', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31245, 'c09fe1', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31246, '70ca97', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2020-01-25', '2020-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31247, '000eb5', 0, 'Ecastle Electronics Co, Ltd', '#502, Namjang B/D, Bangbae-dong, Seoul 137-818 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31248, '70b3d5ab7', 0, 'Siglead Inc', 'NAKAGAWACHUO1-38-10 YOKOHAMA KANAGAWA 224-0003 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31249, '001972', 0, 'Plexus (Xiamen) Co, Ltd', 'No.6 Xiangxing 2 Road Xiamen Fujian 361006 CN', 'CN', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31250, '34d0b80', 0, 'Captec Ltd', '7 Whittle Avenue Fareham Hampshire PO15 5SH GB', 'GB', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31251, '70b3d5b7d', 0, 'Logix Its Inc', '990 upton lasalle Quebec h8r2t9 CA', 'CA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31252, 'b46077', 0, 'Sichuan Changhong Electric Ltd', 'No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN', 'CN', 'MA-L', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31253, '0001da', 0, 'Wincomm Corp', '2F, No. 3, Prosperity Road 1, Hsinchu Taiwan TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31254, '001f8b', 0, 'Cache IQ', '8834 North Capital of Texas Hwy Austin Texas 78759 US', 'US', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31255, '88a9a74', 0, 'Thomas & Darden, Inc', '916 Springdale Rd Bldg 4 #104 Austin 78702 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31256, '70b3d502b', 0, 'Scorpion Precision Industry (HK)Co Ltd', '16th Floor, Excelsior Industrial Building,68-76 Sha Tsui Road, Tsuen Wan New Territories 999077 HK', 'HK', 'MA-S', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31257, '000522', 0, 'Lea*D Corp, Inc', 'Advatech Bldg. IL', 'IL', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31258, '0050c25fc', 0, 'FilmLight Ltd', '14-15 Manette Street London W1D 4AP GB', 'GB', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31259, 'c005c2', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-02-07', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31260, '70b3d529c', 0, 'Teko Telecom Srl', 'via Meucci 24/a Castel San Pietro Terme Bologna 40024 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31261, '9806375', 0, 'GS Global Security Inc', '30 Pennsylvania Ave, Unit 16, CONCORD ONTARIO L4K 4A5 CA', 'CA', 'MA-M', '2019-05-29', '2019-05-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31262, '0000f2', 0, 'Spider Communications', '7491 BRIAR ROAD CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31263, '000232', 0, 'Avision, Inc', 'No. 20, Creation Rd. 1, Hsinchu Taiwan, R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31264, '7c8bca', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31265, 'fc2f6b', 0, 'Everspin Tech, Inc', '1347 N. Alma School Rd., Suite 220 Chandler AZ 85224 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31266, '00803c', 0, 'Tvs Electronics Ltd', '44, MILLER ROAD IN', 'IN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31267, '0050c2bf4', 0, 'Monarch Innovative Tech Pvt Ltd', 'Monarch House, Master Mind II, Mumbai Maharashtra 400065 IN', 'IN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31268, '0050c2692', 0, 'Mate Media Access Tech', '4, Hachoresh Street Yahud Center 56470 IL', 'IL', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31269, '948d50', 0, 'Beamex Oy Ab', 'Ristisuonraitti 10 Pietarsaari FI-68600 FI', 'FI', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31270, '94e96a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31271, 'f0acd7d', 0, 'Smart Power Tech Co, Ltd', 'Room 102,Unit A,Building 32,No.999,Gaoxinqi Road, High Tech Industrial Development Zone,Nanchang,Jiangxi Nanchang City Jiangxi Province 330096 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31272, '24a534', 0, 'SynTrust Tech International Ltd', '10F-1, No. 125, Songde Road, Taipei Taiwan 110 TW', 'TW', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31273, '000f30', 0, 'Raza Microelectronics Inc', '3080 North First Street San Jose CA 95134 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31274, '0050c2554', 0, 'Weinzierl Engineering GmbH', 'Bahnhofstrasse 6 Tyrlaching Bayern 84558 DE', 'DE', 'IAB', '2005-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31275, '74e14a5', 0, 'Utu Oy', 'Ahjontie 1 Ulvila Finland 28400 FI', 'FI', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31276, 'd87e76', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31277, '64d4bd', 0, 'Alps Electric Co, Ltd', '6-1 KAKUDA-CITY MIYAGI-PREF 981-1595 JP', 'JP', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31278, '40d855135', 0, 'Globalcom Engineering Srl', 'Via Volta 9 MORNAGO VA 21020 IT', 'IT', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31279, '70b3d59d3', 0, 'Communication Tech Ltd', '11F,No.166, Jian 1th Rd.,Jhonghe Dist. New Taipei 23511 TW', 'TW', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31280, 'f832e4', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31281, '14780b', 0, 'Varex Imaging Deutschland AG', 'Zweigniederlassung/Branch Walluf In der Rehbach 22 Walluf 65396 DE', 'DE', 'MA-L', '2017-02-21', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31282, '70b3d52a6', 0, 'Gsi Tech', 'Raul Walenberg 18 Tel Aviv IL 6971915 IL', 'IL', 'MA-S', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31283, '000086', 0, 'Megahertz Corp', '605 NORTH--5600 WEST SALT LAKE CITY UT 84116-3738 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31284, '18193f', 0, 'Tamtron Oy', 'P.O.Box 15 (Vestonkatu 11) Tampere 33561 FI', 'FI', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31285, '08c0eb', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31286, '0050c24b1', 0, 'Nsfocus Information Tech Co, Ltd', '5F Either Building, No 4 Beiwa Rd Beijing 100089 CN', 'CN', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31287, '908c09', 0, 'Total Phase', '735 Palomar Ave Sunnyvale CA 94085 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31288, '70b3d5595', 0, 'Plr Prueftechnik Linke und Ruehe GmbH', 'Altenhaeuser Str. 6 Magdeburg Saxony-Anhalt 39126 DE', 'DE', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31289, '0008a4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31290, '001354', 0, 'Zcomax Tech, Inc', '98 Ford Road Denville NJ 07834 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31291, '9cfbf1', 0, 'Mesomatic GmbH & CoKG', 'Siemensstr. 36 Kernen i.R. 71394 DE', 'DE', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31292, '70b3d5f8c', 0, 'European Advanced Tech', 'VIA CARDUCCI 32 MILANO MILANO 20123 IT', 'IT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31293, 'd825b0', 0, 'Rockeetech Systems Co, Ltd', 'Unit 201, #6 Lane 51, Shuicheng S Rd. Shanghai 201103 CN', 'CN', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31294, '74f06d', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd., Xindian Taipei 231 TW', 'TW', 'MA-L', '2010-03-28', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31295, '908c44', 0, 'H.K Zongmu Tech Co, Ltd', 'ROOM 604, BUILDING B, 977 SHANGFENG RD SHANGHAI 201201 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31296, '001f44', 0, 'GE Transportation Systems', '2901 East Lake Road Erie PA 16501 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31297, 'a0c5f2d', 0, 'UnaliWear, Inc', '3410 Cherry Lane Austin TX 78703 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31298, '0050c2340', 0, 'Virtu', 'Auke Vleerstraat 1 Enschede OV 7521 PE NL', 'NL', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31299, '40d855176', 0, 'Schneider Electric Motion, Inc Usa', '370 N. Main St. Marlborough CT 06447 US', 'US', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31300, '405d82', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31301, '848319', 0, 'Hangzhou Zero Zero Tech Co, Ltd', 'Bldg 13&14, Dream Town, Hangzhou, Zhejiang Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31302, 'b8ca04', 0, 'Holtek Semiconductor Inc', 'No.3, Creation Rd. II, Science Park Hsinchu 300 TW', 'TW', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31303, '001023', 0, 'Network Equipment Tech', '6900 Paseo Padre Parkway Freemont CA 94555-3660 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31304, '000f9f', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2004-04-03', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31305, '0025bf', 0, 'Wireless Cables Inc', '1414 Soquel Ave, Ste 212 Santa Cruz CA 95062 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31306, '00a0b2', 0, 'Shima Seiki', '85, SAKATA WAKAYAMA-CITY JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31307, '001d15', 0, 'Shenzhen Dolphin Electronic Co, Ltd', 'Building21,Baoyuan, No.1 Industrial Zone, Shenzhen Guangdong 518103 CN', 'CN', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31308, '88bd78', 0, 'Flaircomm Microelectronics, Inc', '7F, Guomai Building, Guomai Science and Technology Park, 116 East JiangBin Road, Fuzhou Fujian 350015 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31309, '70b3d5510', 0, 'Psl ElektronİK Sanayİ VE TİCaret A.S.', 'Antalya OSB 3. Kısım 25. Cadde No:30 ANTALYA 07190 TR', 'TR', 'MA-S', '2018-08-07', '2018-08-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31310, '0050c241d', 0, 'Altronic, Inc', '712 Trumbull Ave Girard OHIO 44420 US', 'US', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31311, '38f8ca', 0, 'Owin Inc', 'Chosunref 5fl,577,Seolleung-ro,Gangnam-gu Seoul 682-20 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31312, '0050c2afd', 0, 'HomeScenario, Inc', '5F No. 9 Sec. 2 Ho-Ping W. Rd. Taipei 100 TW', 'TW', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31313, '0018aa', 0, 'Protec Fire Detection plc', 'Protec House Nelson Lancashire BB9 6LQ GB', 'GB', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31314, '002528', 0, 'Daido Signal Co, Ltd', '6-17-19 Minato-ku TOKYO 105-8650 JP', 'JP', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31315, '0050c284f', 0, 'Gamber-Johnson Llc', '3001 Borham Avenue Stevens Point WI 54481 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31316, '0006e5', 0, 'Fujian Newland Computer Ltd Co', '141F Sunshine Holiday Hotel Fuzhou Fujian 350005 CN', 'CN', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31317, '0019ae', 0, 'Hopling Tech b.v.', 'Camerastraat 10 Almere Flevoland 1322 BC NL', 'NL', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31318, '0050c2e75', 0, 'Fsm AG', 'Scheffelstraße 49 Kirchzarten Baden-Württemberg 79199 DE', 'DE', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31319, '34f62d', 0, 'Sharp Corp', '1 Takumi-cho, Sakai-ku Sakai City Osaka 590-8522 JP', 'JP', 'MA-L', '2013-01-09', '2019-05-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31320, '70b3d59c9', 0, 'PK Sound', 'Bay 133 2634 45th Ave SE Calgary Alberta T2B 3M1 CA', 'CA', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31321, '00fd22', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31322, '00166f', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31323, '0050c29da', 0, 'Neutronik e.K.', 'Taitinger Str. 14 Dasing Bayern 86453 DE', 'DE', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31324, '001ead', 0, 'Wingtech Group Ltd', '6th floor, Unit G, No.668, East Beijing Road, Shanghai 200001 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31325, '4c5077', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31326, '2c54cf', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2014-04-22', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31327, '70b3d537e', 0, 'Elinkgate Jsc', 'J4A Buu Long Dist 10 Ho Chi Minh Vietnam 70350 VN', 'VN', 'MA-S', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31328, '0050c23ca', 0, 'Abb Inc', '843 North Jefferson St. Lewisburg West Virginia 24901 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31329, '002582', 0, 'Maksat Tech (P) Ltd', 'D-10/6, Okhla, Phase-I New Delhi 110020 IN', 'IN', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31330, '70b3d57df', 0, 'Rdt Ltd', 'Pavilion C2, Ashwood Park, Ashwood Way Basingstoke Hampshire RG23 8BG GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31331, '00d09e', 0, '2Wire Inc', '694 TASMAN DRIVE MILPITAS CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31332, '080084', 0, 'Tomen Electronics Corp', '1-1 UCHISAIWAI-CHO 2CHOME JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31333, '28f5377', 0, 'Shenzhen Modern Cowboy Tech Co, Ltd', 'Room 1006,Beike building,Keyuan road,Yuehai streets,Nanshan District Shenzhen Guangdong Province 518200 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31334, 'a4ed4e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-01-05', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31335, '2c3033', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-10-07', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31336, '000ac4', 0, 'Daewoo Teletech Co, Ltd', '265-3, Seohyeon, Bundang Seongnam Gyeonggi KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31337, '000ef4', 0, 'Kasda Networks Inc', 'B-31 Building, Tanglang Industry Zone Shenzhen Guangdong Province 518055 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31338, '14942f', 0, 'Usys Co, Ltd', '#911, SeoulTechnoPark, 232, Gongneung-ro, Nowon-gu Seoul KS013 KR', 'KR', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31339, '0080e2', 0, 'T.D.I. Co, Ltd', 'DEVELOPMENT DIV. #3 FUJI BLDG JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31340, '0009da', 0, 'Control Module Inc', '227 Brainard Road Enfield CT 06082 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31341, '70b3d5a90', 0, 'Era a.s.', 'Prumyslova 462 Pardubice 53003 CZ', 'CZ', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31342, '9c69b44', 0, 'Globalcom Engineering Spa', 'Via Volta 9 MORNAGO VA 21020 IT', 'IT', 'MA-M', '2018-09-27', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31343, '0007ce', 0, 'Cabletime Ltd', '64 Greenham Road Newbury Berkshire RG14 7HX GB', 'GB', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31344, '70b3d5498', 0, 'Xgem Sas', '9 Rue de la Négresse Biarritz 64200 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31345, '0050c2c0c', 0, 'Altierre', '1980 Concourse Drive San Jose CA 95131 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31346, 'b86091', 0, 'Onnet Tech and Innovations Llc', '1, 82/83 Street, New Industrial Area -II Ajman Ajman 52141 AE', 'AE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31347, 'd8dd5f', 0, 'Balmuda Inc', '5-1-21 Kyonancho Musashino Tokyo 180-0023 JP', 'JP', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31348, 'ec9f0d5', 0, 'Paw-Taw-John Services, Inc', '18125 N Ramsey Rd Rathdrum ID 83858-8288 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31349, '683f1e', 0, 'Effect Photonics B.V.', 'Kastanjelaan 400 Eindhoven Noord-Brabant 5616 LZ NL', 'NL', 'MA-L', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31350, 'dc21e2', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31351, '000f05', 0, '3B System Inc', '1727, SANKYUK2-DONG, BUK-GU DAEGU 702-845 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31352, '001419', 0, 'Sidsa', 'PTM - TORRES QUEVEDO 1 TRES CANTOS MADRID 28760 ES', 'ES', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31353, '746630', 0, 'T:mi Ytti', 'Messitytonkatu 8 C 39 Helsinki n/a 00180 FI', 'FI', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31354, '002213', 0, 'Pci Corp', 'No.25, Lane 66, Hebei 1st St., Beitun District Taichung 406 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31355, '60b3c4', 0, 'Elber Srl', 'via Pontevecchio 42 W Carasco Ge 16042 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31356, '40d85509d', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62901 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31357, '10417f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31358, '48435a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31359, '70b3d5854', 0, 'Adimec Advanced Image Systems', 'Luchthavenweg 91 Eindhoven 5657 EA NL', 'NL', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31360, '00c073', 0, 'Xedia Corp', '301 BALLARDVALE STREET WILMINGTON MA 01887 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31361, '001bc503e', 0, 'Daylight Solutions, Inc', '15378 Avenue of Science San Diego CA 92128 US', 'US', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31362, '0012c0', 0, 'HotLava Systems, Inc', '6329 Chelton Drive Oakland CA 94611 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31363, '001557', 0, 'Olivetti', 'Via Jervis 77 Ivrea Torino 10015 IT', 'IT', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31364, '0025ce', 0, 'InnerSpace', 'PO Box 2186 Grand Rapids MI 49501 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31365, '807d1b', 0, 'Neosystem Co Ltd', '4-19-12 Takao Dazaifu-shi Fukuoka 818-0122 JP', 'JP', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31366, '38b19ed', 0, 'Dallas Delta Corp', '102 Albert Street Brunswick East Victoria 3057 AU', 'AU', 'MA-M', '2018-10-22', '2018-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31367, '6092f5', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31368, '00d083', 0, 'Invertex, Inc', '1012 MORSE AVENUE- STE.#9 SUNNYVALE CA 94089 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31369, '000b4d', 0, 'Emuzed', '46750 Lakeview Boulevard Fremont California 94538 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31370, '000b89', 0, 'Top Global Tech, Ltd', 'Room 3310, China World Tower No. 1 Beijing Beijing 100004 CN', 'CN', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31371, '0018a1', 0, 'Tiqit Computers, Inc', '2215 Old Page Mill Rd Palo Alto CA 94304 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31372, '78818f', 0, 'Server Racks Australia Pty Ltd', '4 - 6 Endurance Ave Queanbeyan NSW 2620 AU', 'AU', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31373, '00d04c', 0, 'Eurotel Telecom Ltd', 'CANISTER HOUSE UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31374, '000aab', 0, 'Toyota Technical Development Corp', '1-9, Imae, Hanamoto-cho Toyota Aichi 470-0334 JP', 'JP', 'MA-L', '2002-10-14', '2016-03-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31375, '1820d5', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31376, '70b3d5a7f', 0, 'Audio Visual Digital Systems', 'PLOT NO.180 PHASE V SECTOR56, HSIIDC I.E KUNDLI SONEPAT SONEPAT HARYANA 131028 IN', 'IN', 'MA-S', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31377, 'f88a3ca', 0, 'Protos GmbH', 'Herrschaftswiesen 11 Koblach 6842 AT', 'AT', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31378, 'd8d775', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31379, '5856e8', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-03-28', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31380, '70b3d5927', 0, 'LG Electronics', '2621, Nuambusunhwan-ro, Gangnam-gu, Seoul 135-860 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31381, '029d8e', 0, 'Cardiac Recorders, Inc', '34 SCARBORO RD UK UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31382, '0050c2e38', 0, 'Aesir Copenhagen', 'Elektroniikkatie 10 Oulu 90590 FI', 'FI', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31383, 'd8182b', 0, 'Conti Temic microelectronic GmbH', 'Sieboldstraße 19 Nuremberg Bavaria 90411 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31384, '70b3d57bb', 0, 'Aloxy', 'Sint-Pietersvliet 7 Antwerp 2000 BE', 'BE', 'MA-S', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31385, 'd0131e', 0, 'Sunrex Tech Corp', 'No. 188-1,Chung Cheng Road.,Ta Ya Shiang Taichung 428 TW', 'TW', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31386, '8cde52', 0, 'Issc Tech Corp', '4F, No.8, Dusing Rd., Hsinchu City 30078 TW', 'TW', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31387, '78c2c0b', 0, 'Wan Chao An (Beijing) Tech Co, Ltd', 'Room 1-1-1403, Shang Di Jia Yuan Beijing Beijing 100085 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31388, '3478d7', 0, 'Gionee Communication Equipment Co, Ltd', '21/F,Times Technology Building,No. 7028,Shennan Avenue,Futian District Shenzhen 518000 CN', 'CN', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31389, '00099f', 0, 'Videx Inc', '1105 NE Circle Blvd Corvallis OR 97330 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31390, '001be9', 0, 'Broadcom', '16215 Alton Parkway Irvine CA 92618 US', 'US', 'MA-L', '2007-04-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31391, '0050c2a35', 0, 'Appareo Systems, Llc', '1854 NDSU Research Circle North Fargo ND 58102 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31392, '1007233', 0, 'Tongfang computer CoLtd', 'F8 building 2, 2nd section, Gaoxinqi strategic emerging industry part, liuxian 1st Rd. the 67 district, Bao an district, shenzhen, china shenzhen guangdong 518100 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31393, 'f419e2', 0, 'Volterra', '2550 Great America Way #350 Santa Clara CA 95054 US', 'US', 'MA-L', '2019-12-05', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31394, '0050c2350', 0, 'Kinesys Projects Ltd', 'The Business Village LONDON SW18 4JQ GB', 'GB', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31395, '0050c2524', 0, 'Motec Pty Ltd', '121 Merrindale Drive Croydon South Victoria 3136 AU', 'AU', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31396, '000813', 0, 'Diskbank, Inc', '3F Focus Building, 725-25 Seoul 135-080 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31397, '0050c209a', 0, 'Nbo Development Center Sekusui Chemical Co Ltd', '32 Wadai, Tsukuba-shi Ibaraki, 300-4292 JP', 'JP', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31398, '001496', 0, 'Phonic Corp', '12thFl, 59 Tung Hsing Rd Taipei 110 TW', 'TW', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31399, '0050c2a7d', 0, 'Vitelnet', '8201 Greensboro Dr. McLean VA 22102 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31400, '0cfe5d2', 0, 'Dspread International Co, Ltd', 'UNIT 402. 4/F FAIRMONT HSE NO.8 COTTON TREE DRIVE ADMIRALTY HONG KONG HONG KONG 999077 HK', 'HK', 'MA-M', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31401, 'b45062', 0, 'EmBestor Tech Inc', '7F, No.1, Chin-Shan 8th St Hsin-Chu, Taiwan 300 TW', 'TW', 'MA-L', '2019-06-03', '2019-06-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31402, '00e0d8', 0, 'LANBit Computer, Inc', '12F, 552 CHUNG HSIAO E., RD. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31403, '0006a1', 0, 'Celsian Tech, Inc', '3002 Dow Ave., Unit 138 Tustin CA 92780 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31404, '3c9066', 0, 'SmartRG Inc', '501 SE Columbia Shores Blvd Vancouver WA 98661 US', 'US', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31405, '70b3d5162', 0, 'Espai DE ProducciÓ I ElectrÓNI', 'C/Johannes Gutenberg, 4 y 6 Paterna Valencia 46980 ES', 'ES', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31406, '001bc506e', 0, 'Two Dimensional Instruments, Llc', 'P O Box 159 Crestwood KY 40014 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31407, '001be2', 0, 'AhnLab, Inc', '6th Fl, CCMM Bldg, 12 Yeouido-dong Seoul 150869 KR', 'KR', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31408, 'ccce40', 0, 'Janteq Corp', '9272 Jeronimo Road Irvine CA 92618 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31409, 'd0b53d', 0, 'Sepro Robotique', 'ZI Acti-Est Les Ajoncs LA ROCHE SUR YON F85003 FR', 'FR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31410, 'fcf8b7', 0, 'Tronteq Electronic', 'Siemensstrasse 22 Reutlingen Baden Wuerttemberg 72766 DE', 'DE', 'MA-L', '2013-12-13', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31411, '70b3d5df6', 0, 'Tiab Ltd', 'Upton Lodge Buildings, Middleton Cheney Banbury OX17 2PJ GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31412, 'd0a5a6', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31413, '00e092', 0, 'Admtek Inc', '1962 ZANKER ROAD SAN JOSE CA 95112 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31414, '0050c230b', 0, 'VX Tech Inc', '#2000, 777-8 Avenue SW Calgary Alberta T2P 3R5 CA', 'CA', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31415, '1cabc0', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31416, '40d855059', 0, 'Colonial Assembly and Design', '3361 SHANNON AIRPORT CIRCLE FREDERICKSBURG VIRGINIA 22408 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31417, '6cf5e8', 0, 'Mooredoll Inc', '5F,No.50,Ln.316,Ruiguan Rd.,Neihu Dist.,Taipei 114, Taiwan Taipei Neihu 114 TW', 'TW', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31418, '70b3d5209', 0, 'SmartNodes', 'Quai Banning 6 Liège Liège 4000 BE', 'BE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31419, 'ac3b77', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31420, '70b3d5170', 0, 'Mutelcor GmbH', 'An der Bastei, 42A Duisburg NRW 47259 DE', 'DE', 'MA-S', '2019-05-23', '2019-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31421, '001ba9', 0, 'Brother industries, Ltd', 'Printing & Solutions Company, Development Management Dept. Nagoya Aichi 467-8561 JP', 'JP', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31422, 'd86ce9', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR', 'FR', 'MA-L', '2012-06-14', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31423, '04d16e3', 0, 'Beijing Huaxia Qixin Tech Co, Ltd', '7th Floor, Building 1, No. 18, Yangfangdian Road, Haidian District, Beijing 705 Beijing Beijing 100038 CN', 'CN', 'MA-M', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31424, '0004f2', 0, 'Polycom', '1000 West 14th Street Canada V7P3P3 CA', 'CA', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31425, '34049e1', 0, 'Connected IO', '573 University Ave Los Gatos CA 95032 US', 'US', 'MA-M', '2016-10-03', '2019-06-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31426, '0050c2200', 0, 'Whittier Mailing Products, Inc', '13019 Park Street Santa Fe Springs California 90670 US', 'US', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31427, '0019e3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2006-11-29', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31428, '001f27', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31429, 'b8d8124', 0, 'V5 Tech Corp', '5F., No.7, Lixing 3rd Rd., East Dist., Hsinchu City 30078, Taiwan (R.O.C.) HsinChu Taiwan 30078 TW', 'TW', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31430, 'd8860b5', 0, 'Camtrace', '26 BIS BOULEVARD HENRI SELLIER SURESNES 92150 FR', 'FR', 'MA-M', '2018-11-09', '2018-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31431, '884a70', 0, 'Wacom Co, Ltd', 'Sumitomo Fudosan Shinjuku Grand Tower 31F,8-17-1 Nishi-shinjuku,Shinjuku-ku Tokyo 160-6131 JP', 'JP', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31432, '00308d', 0, 'Pinnacle Systems, Inc', 'Frankfurter Str. 3c D-38122 Braunschweig DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31433, '000b40', 0, 'Cambridge Industries Group (Cig)', '2560 Junction Avenue San Jose 95134 US', 'US', 'MA-L', '2002-10-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31434, '0007c9', 0, 'Technol Seven Co, Ltd', '25-16 Tobehon-cho, Nisi-ku, JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31435, '04c991', 0, 'Phistek Inc', '5 Floor, No.188, Section 3, Datong Road New Taipei City 221 TW', 'TW', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31436, 'f85f2a', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31437, '70b3d5c3b', 0, 'Vironova AB', 'Gävlegatan 22 Stockholm 11330 SE', 'SE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31438, '48fd8e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31439, '3438b7', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31440, '044f17', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31441, '20365b', 0, 'Megafone Ltd', 'Unit 702,7/F,Bankok Bank Building,NO.18 Bonham Strand West Hong Kong 999077 HK', 'HK', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31442, '008054', 0, 'Frontier Tech Corp', '10201 NO. PT. WASHINGTON ROAD MEQUON WI 53092 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31443, '000e9a', 0, 'Boe Tech Group Co, Ltd', 'No.10 Jiuxianqiao Road,Chaoyang District,Beijing,PRC Beijing 100016 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31444, '70b3d5533', 0, 'Nippon Marine Enterprises, Ltd', '14-1, Ogawa-cho Yokosuka Kanagawa 2380004 JP', 'JP', 'MA-S', '2018-12-10', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31445, '00192f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31446, '3c8f06', 0, 'Shenzhen Libtor Tech Co, Ltd', 'Room 608, Building A Shenzhen City Guangdong Province 518000 CN', 'CN', 'MA-L', '2019-06-15', '2019-06-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31447, '507d02', 0, 'Biodit', 'Calle Gustave Eiffel 3 Paterna Valencia 46980 ES', 'ES', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31448, '90356e', 0, 'Vodafone Omnitel N.V.', 'Via Guglielmo Jervis, 13 Ivrea Italy / Tourin 10015 IT', 'IT', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31449, '583bd9', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31450, '70b3d5a87', 0, 'Tornado Modular Systems', 'Inzhenernaya st. 4a Novosibirsk Novosibirsk 630128 RU', 'RU', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31451, '546ad8', 0, 'Elster Water Metering', 'Mas des Cavaliers II, 471 Rue Charles Nungesser Mauguio 34130 FR', 'FR', 'MA-L', '2018-06-25', '2018-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31452, '00305f', 0, 'Hasselblad', 'Hejrevej 30 Copenhagen NV DK-2400 DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31453, '00161a', 0, 'Dametric AB', 'Box 120 Skarholmen Stockholm SE-12723 SE', 'SE', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31454, 'b0b3532', 0, 'Rizhao Sunwam International Co, Ltd', 'No.001-00-114, Ruiyuan Mingcheng, Haiqu Zhong Road Rizhao Shandong 276800 CN', 'CN', 'MA-M', '2019-11-23', '2019-11-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31455, 'a4badb', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2010-01-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31456, '1c7370', 0, 'Neotech', '104, 37 Yaeun-ro Gumi-si Gyoungsangbuk-do 730-711 KR', 'KR', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31457, 'f88a3c', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31458, '000ce6', 0, 'Fortinet Inc', '899 Kifer Road Sunnyvale CA 94086 US', 'US', 'MA-L', '2003-04-11', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31459, '001624', 0, 'Teneros, Inc', '215 Castro St. Mt. View CA 94041 US', 'US', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31460, '0050c2b64', 0, 'Few Bauer GmbH', 'Silvanastr. 3 Muenchen Bayern D-81927 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31461, '30d6c9', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31462, '904e91b', 0, 'Shanghai JaWay Information Tech Co, Ltd', 'Rm. 1102, Science and Technology Building A, No. 900 of Yishan Road, Xuhui District, Shanghai 200030 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31463, '9405bbb', 0, 'Austar Hearing Science And Techniligy(Xiamen)Co, Ltd', 'RM201,No.2Gaoqi South 12th Road,HuliDist XIamen Fujian 361006 CN', 'CN', 'MA-M', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31464, '00607c', 0, 'WaveAccess, Ltd', 'P.O. BOX 2473 RA\'ANANA 43663 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31465, '00c0c8', 0, 'Micro Byte Pty. Ltd', '197 SHERBOURNE RD. AUSTRALIA 3094 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31466, '001712', 0, 'Isco International', '1001 Cambridge Drive Elk Grove Village IL 60007 US', 'US', 'MA-L', '2006-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31467, '001756', 0, 'Vinci Labs Oy', 'Finlaysoninkuja 21 A Tampere Länsi-Suomi 33210 FI', 'FI', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31468, '9c5b96', 0, 'Nmr Corp', '3F Esprit Build.,1-3-6 Nishi-Nippori Arakawa-Ku Tokyo 116-0013 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31469, '04714b9', 0, 'Lighthouse AI, Inc', '380 Portage Ave Palo Alto CA 94306 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31470, '70b3d5d5f', 0, 'Core Balance Co, Ltd', '#1807, #1808, 308-4, Seongsu-dong 2-ga, Seongdong-gu Seoul 04781 KR', 'KR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31471, '70b3d5e43', 0, 'SL Audio A/S', 'Ulvevej 28, Danmark Skive Denmark 7800 DK', 'DK', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31472, '000814', 0, 'Til Tech', 'Europark DePichaury, BAT 9 FR', 'FR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31473, '000d6a', 0, 'Redwood Tech Ltd', 'Amber House Bracknell Berkshire RG12 1JB GB', 'GB', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31474, '70b3d5354', 0, 'Imp-Computer Systems', 'Volgina 15 Belgrade 11000 RS', 'RS', 'MA-S', '2018-11-28', '2018-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31475, '40d855128', 0, 'Akse srl', 'Via Aldo Moro, 39 Reggio Emilia Italy 42124 IT', 'IT', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31476, '3c8ae5', 0, 'Tensun Information Tech(Hangzhou) Co, Ltd', 'Room 207,Building 5,Wensan Road Hangzhou Zhejiang 310013 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31477, 'a445cd', 0, 'IoT Diagnostics', '10052 Commerce Park Drive Cincinnati OH 45246 US', 'US', 'MA-L', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31478, '0010fb', 0, 'Zida Tech Ltd', '8/F BLOCK A GOODVIEW INDUSTRIAL BUILDIN TUEN MUN NT HK', 'HK', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31479, '24470e', 0, 'PentronicAB', 'Bergsliden 1 GUNNEBO 59093 SE', 'SE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31480, '0050c2e64', 0, 'Edgeware AB', 'Master Samuelsgatan 42 Stockholm 11157 SE', 'SE', 'IAB', '2011-08-06', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31481, '0c9160', 0, 'Hui Zhou Gaoshengda Tech Co, Ltd', 'No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN', 'CN', 'MA-L', '2015-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31482, '983b16', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu 30352 TW', 'TW', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31483, '58fcdb7', 0, 'Open Roads Consulting, Inc', '103 Watson Rd. Chesapeake Virginia 23320 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31484, 'f0acd72', 0, 'Quantum Power Systems', 'B11. 3RD CROSS. ITI IND. ESTATE. MAHADEVAPURA BANGALORE KARNATAKA 560048 IN', 'IN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31485, '000a69', 0, 'Sunny bell Tech Co, Ltd', '#502 BUWON B/D 107-45 BANPO-DONG SEOUL 137-806 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31486, 'b83a7b', 0, 'Worldplay (Canada) Inc', '803 - 24th Ave SE, Unit 200 Calgary Alberta T2G 1P5 CA', 'CA', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31487, 'c0bd42', 0, 'Zpa Smart Energy a.s.', 'Komenskeho 821 Trutnov 54101 CZ', 'CZ', 'MA-L', '2012-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31488, '4ca56d', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31489, '1c87763', 0, 'Unjo AB', 'Bergfotsgatan 3B Mölndal SE-43135 SE', 'SE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31490, 'f4c248', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31491, '00042e', 0, 'Netous Tech, Ltd', '1006, Block A, HONG KONG HK', 'HK', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31492, '0050c2841', 0, 'Connection Electronics Ltd', 'Unit 6A, 28/F, Cable TV Tower, Tsuen Wan, NT HK', 'HK', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31493, '000363', 0, 'Miraesys Co, Ltd', '650-2 4 Fl. Daemyung Bldg. 135-080 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31494, '0ae471', 0, 'Caterpillar, Inc', 'P.O. Box 610 Mossville IL 61552-0610 US', 'US', 'CID', '2018-12-01', '2018-12-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31495, '70b3d5606', 0, 'Ooo Research and Production Center Computer Tech', 'Komsomolsky avenue, 90-17 Perm Perm Region 614010 RU', 'RU', 'MA-S', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31496, '006014', 0, 'Edec Co, Ltd', '9F OF T.O.C. BUILDING SHINAGAWAKU, TOKYO JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31497, '0010da', 0, 'Kollmorgen Corp', '33 S.LA PATERA LN SANTA BARBARA CA 93117 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31498, '70b3d50c6', 0, 'Embedded Arts Co, Ltd', '1-1-6 Ryousoutuuun Bldg. 2F Kisarazu-shi Chiba 292-0067 JP', 'JP', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31499, '94e9ee', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31500, '00e0b4', 0, 'Techno Scope Co, Ltd', '13-6-7 KISHIMATI URAWASI SAITAMA 336 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31501, '70b3d5d46', 0, 'Contineo s.r.o.', 'Jiskrova 4 Košice - 040 01 SK', 'SK', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31502, 'e0f379', 0, 'Vaddio', '9433 Science Center Drive New Hope MN 55428 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31503, '6472d8', 0, 'GooWi Tech Co, Ltd', 'Unit C8.,9/F,Hongming Fatoty Building 99 How Ming Street Kwun Tong 999077 HK', 'HK', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31504, 'b816db', 0, 'Chant Sincere Co, Ltd', '7F-2,NO.188,SEC.3,TA TUNG ROAD XIZHI DISTRICT, NEW TAIPEI CITY TAIWAN,ROC 22103 TW', 'TW', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31505, '944996', 0, 'WiSilica Inc', '23282 Mill Creek Dr #340 Laguna Hills CA 92653 US', 'US', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31506, '0016b0', 0, 'VK Corp', 'VK B/D, 548-6, Anyang 8dong, Manan-gu Anyang Kyounggi 430-8903 KR', 'KR', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31507, '6465c0', 0, 'Nuvon, Inc', '3130 Alpine Road Portola Valley California 94028 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31508, '40d85506e', 0, 'C-Com Satellite Systems Inc', '2574 Sheffield Road Ottawa ONTARIO K1B3V7 CA', 'CA', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31509, 'e8faf7', 0, 'Guangdong Uniteddata Holding Group Co, Ltd', '39L, Pearl River Tower, No.15 Zhujiang West Road,Tianhe District GUANGZHOU GUANGDONG 510623 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31510, '402c76d', 0, 'Guangzhou Qi\'an Tech Co, Ltd', 'No. 3, Dasonggang, Jiangnan Avenue Middle Road, Haizhu District, Guangzhou (office only) Guangzhou Guangdong 510220 CN', 'CN', 'MA-M', '2019-10-25', '2019-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31511, '0050c2bf1', 0, 'Amatic Industries GmbH', 'Traunsteinstrasse 12 Rutzenmoos Upper Austria 4845 AT', 'AT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31512, '0050c2ebc', 0, 'Diehl Ako Stiftung & Co KG', 'Pfannerstr. 75 Wangen 88239 DE', 'DE', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31513, '0050c2c06', 0, 'Analog Way', '2 rue Georges Besse Antony 92160 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31514, 'f081af', 0, 'Irz Automation Tech Ltd', 'Unit 9-10 27/F Seapower Tower Kowloon HK', 'HK', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31515, '3c6a2c2', 0, 'Bosch Automotive Products (Suzhou) Co Ltd', 'No. 455 Xing Long Street Suzhou 215000 CN', 'CN', 'MA-M', '2018-07-09', '2018-07-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31516, '00b009', 0, 'Grass Valley, A Belden Brand', '3499, Douglas B. Floreani Montreal Quebec H4S 2C6 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31517, '0050c264f', 0, 'MA Lighting Tech GmbH', 'Dachdeckerstr. 16 Waldbuettelbrunn Bayern 97297 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31518, '0050c2651', 0, 'Staer Spa', 'VIA TIBURTINA,1266 ROMA 00131 IT', 'IT', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31519, 'e0c79d', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2012-06-14', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31520, '007532', 0, 'Inid BV', 'Mariettahof 27 Haarlem NH 2033WS NL', 'NL', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31521, '70b3d5ac8', 0, 'Heartland.Data Inc', '361 Fukui-Cho Ashikaga-City Tochigi-Pref 326-0338 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31522, '34f39a', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-07-15', '2016-07-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31523, '189ba52', 0, 'Airprotec', 'Avenue de l\'Industrie 22 Braine-l\'Alleud 1420 BE', 'BE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31524, '0050c222c', 0, 'Intrinsity', '11612 Bee Caves Road Austin TX 78738 US', 'US', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31525, '001738', 0, 'International Business Machines', '1 Azrieli Center Tel Aviv 67021 IL', 'IL', 'MA-L', '2006-01-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31526, '0050c2c8e', 0, 'Sdd Itg', 'Volgina 15 Belgrade 11060 RS', 'RS', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31527, '0030fa', 0, 'Telica, Inc', '734 FOREST STREET, BLDG. MARLBORO MA 01752 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31528, '0050c2957', 0, 'Stratec Control Systems', 'Ankerstraße 73 Koenigsbach Baden-Württemberg 75203 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31529, '0014f6', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2005-06-19', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31530, 'dce71c', 0, 'Aug Elektronik GmbH', 'Kleinwoellmiss 53 St. Martin a. W. Styria A-8580 AT', 'AT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31531, '0050c2ce5', 0, 'Maretron, Llp', '9014 N. 23rd Ave #10 Phoenix AZ 85021 US', 'US', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31532, '2c5d93', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-09-12', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31533, '70991c', 0, 'Shenzhen Honesty Electronics Co, Ltd', '5/F,Zone B,Chitat Industrial Park,West Longping Road Shenzhen City Longgang District, Guangdong 518172 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31534, 'b0b5e8', 0, 'Ruroc Ltd', 'Unit 2, Barnett Way, Barnwood Estate Gloucester GL4 3RT GB', 'GB', 'MA-L', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31535, '001070', 0, 'Caradon Trend Ltd', 'P.O. BOX 34, HORSHAM WEST SUSSEX, RH12 2YF ENGLAND GB', 'GB', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31536, '0050c20ce', 0, 'Rfl Electronics, Inc', '353 Powerville Road Booton Twp. NJ 07005 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31537, '000cc0', 0, 'Genera Oy', 'Niittylanpolku 16 Helsinki 00621 FI', 'FI', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31538, '001cd1', 0, 'Waves Audio Ltd', 'Azrilei Center 3, Triangle tower Tel Aviv Central 67023 IL', 'IL', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31539, '502b73', 0, 'Tenda Tech Co, LtdDongguan branch', 'Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31540, '70b3d52e5', 0, 'Fläkt Woods AB', 'Fläktgatan 1 Jönköping Foreign state 55184 SE', 'SE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31541, 'c8d9d2', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31542, '84e892', 0, 'Actiontec Electronics, Inc', '301 Olcott St Santa Clara CA 95054 US', 'US', 'MA-L', '2019-01-23', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31543, '000917', 0, 'Wem Tech Inc', '8F-2, No 386, Sec 5 Nanjing East Road. Taipei 105 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31544, '000a7e', 0, 'The Advantage Group', '1610 Des Peres Road St. Louis MO 63131 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31545, '0050c2c15', 0, 'Ino - Institut National d\'Optique', '2740, Einstein Street Quebec G1P 4S4 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31546, '4c2258', 0, 'cozybit, Inc', '605 Market Street San Francisco CA 94105 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31547, '94ce2c', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2013-03-10', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31548, '8c192dc', 0, 'You Zhengcheng Co, Ltd', 'Baoan District 45 District shenzhen guangdong 518133 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31549, '40f3854', 0, 'Embedded IQ', 'Block C, HHK House; 22 Ethel Avenue Johannesburg Gauteng 2195 ZA', 'ZA', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31550, '348f27', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31551, '00045c', 0, 'Mobiwave Pte Ltd', 'Blk 16, Kallang Place 339156 SG', 'SG', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31552, '0013d4', 0, 'ASUSTek Computer Inc', 'No.5 Shing Yeh Street Tao Yuan Hsien 333 TW', 'TW', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31553, '70b3d5acc', 0, 'Schneider Electric Motion Usa', '370 N. Main St. Marlborough CT 06447 US', 'US', 'MA-S', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31554, '8c1645', 0, 'Lcfc(HeFei) Electronics Tech Co, Ltd', 'YunGu Road 3188-1 Hefei Anhui 230000 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31555, '084ff9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31556, '00209e', 0, 'Brown\'S Operating System Services, Ltd', 'ST. AGNES HOUSE, CRESSWELL PK, BLACKHEATH, London SE3 9RD GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31557, '1c8464', 0, 'Formosa Wireless Communication Corp', '11F., No.3-2, Yuanqu St., Nangang Dist., Taipei City 115 TW', 'TW', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31558, '7403bd', 0, 'Buffalo.Inc', 'AKAMONDORI Bldg, 30-20, Ohsu 3-chome, Minami-ku, Nagoya Aichi Pref. 457-8520 JP', 'JP', 'MA-L', '2014-11-11', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31559, 'a4da223', 0, 'Duratech Enterprise, Llc', 'NO.1013,184,Gasan digital 2-ro,Geumcheon-gu,Seoul Seoul 08501 KR', 'KR', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31560, '38144e', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31561, '000a6a', 0, 'Svm Microwaves s.r.o.', 'U Mrazovky 5 Praha 5 15000 CZ', 'CZ', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31562, '001f6f', 0, 'Fujian Sunnada Communication Co, Ltd', '7/F Main Building,Fujian Torch Hi-Tech Innovation Park No.611 Industrial Road,Fuzhou Fuzhou Fujian China 350002 Fuzhou Fujian 350002 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31563, '70b3d5d70', 0, 'Rational Production srl Unipersonale', 'Via L. Galvani 7/H Albano S. Alessandro Bergamo 24061 IT', 'IT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31564, '10d07a', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31565, 'b0e4d5', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2020-01-17', '2020-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31566, '0050c2a0e', 0, 'Engicam s.r.l.', 'Via dei pratoni, 16 int. 13 Scandicci Firenze 50018 IT', 'IT', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31567, 'c0626b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31568, '0019cf', 0, 'Salicru, S.A.', 'Av. Serra , 100 Sta.Ma.Palautordera Barcelona 08460 ES', 'ES', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31569, '3c0c48', 0, 'Servergy, Inc', '1700 N. Redbud McKinney TEXAS 75069 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31570, '00bb60', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31571, 'c0cfa3', 0, 'Creative Electronics & Software, Inc', '650 Sundown Road South Elgin IL 60177 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31572, '0050c2b3d', 0, 'Ams', '2-4-3,Kikawahigashi,Yodogawaku Osaka City 532-0012 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31573, 'd83062', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-02-21', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31574, '50abbf', 0, 'Hoseo Telecom', '701 ACE Techno Tower 684-1 Seoul 157-721 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31575, '7c6ff8', 0, 'ShenZhen Acto Digital Video Tech Co, Ltd', '3/F,Building 7,Software Park ShenZhen GuangDong 518055 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31576, '4062ea', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31577, '000dca', 0, 'Tait Electronics', '535 Wairakei Rd Christchurch Canterbury 8005 NZ', 'NZ', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31578, '001bdb', 0, 'Valeo Vecs', '2 Avenue Fernand Pouillon CRETEIL Ile de France 94042 FR', 'FR', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31579, '000ae6', 0, 'Elitegroup Computer Systems Co, Ltd', 'No.22, Alley 38, Lane 91, Sec. 1, Nei Hu Taipei 114 TW', 'TW', 'MA-L', '2002-10-14', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31580, 'fc83c6', 0, 'N-Radio Tech Co, Ltd', '2#, 7F, Satellite Buiding, Keyuan Road, Nanshan ShenZhen GuangDong 518000 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31581, '30d17e', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31582, 'ec3c88', 0, 'Mcnex Co, Ltd', 'Hanshin IT Tower2 11F, Digital lo 9 gil Geumcheon-Gu Seoul 153-712 KR', 'KR', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31583, '34ea34', 0, 'HangZhou Gubei Electronics Tech Co, Ltd', 'Room 106, No.611 Jianghong Road, Binjiang District, Hangzhou, Zhejiang, China Hangzhou ZheJiang 310052 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31584, '001f0c', 0, 'Intelligent Digital Services GmbH', 'Grevesmuehlener Strasse 8 Mallentin Mecklenburg-Vorpommern 23639 DE', 'DE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31585, '987770', 0, 'Pep Digital Tech (Guangzhou) Co, Ltd', '23F, Yinhui Building, No.117 Longyi Road, Guangzhou Guangdong Province 510635 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31586, '583112', 0, 'Drust', '8 rue fabre d\'églantine Paris 75012 FR', 'FR', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31587, '98aafc9', 0, 'Beam Authentic', '25 Tamalpais Avenue, Suite C San Anselmo CA 94960 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31588, '0017d3', 0, 'Etymotic Research, Inc', '61 Martin Lane Elk Grove Village IL 60061 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31589, '70b3d5df7', 0, 'Refecor Oy', 'Isokatu 8A1 OULU FInland 90100 FI', 'FI', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31590, '00245d', 0, 'Terberg besturingstechniek B.V.', 'Lage Dijk-Noord 3 IJsselstein Utrecht 3401 VA NL', 'NL', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31591, '0050c2d59', 0, 'Buanco System A/S', 'Agerhatten 25 Odense SØ 5220 DK', 'DK', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31592, '40cd7a', 0, 'Qingdao Hisense Communications Co, Ltd', 'Qianwangang Road 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31593, '000f4b', 0, 'Oracle Corp', '900 Chelmsford Street Lowell MA 01851 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31594, '0050c279b', 0, 'Schniewindt GmbH & Co KG', 'Schoentaler Weg 46 Neuenrade NRW 58809 DE', 'DE', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31595, 'a47760', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31596, 'ac4b1e', 0, 'Integri-Sys.Com Llc', '9130 South Dadeland Bvld. Suite 1509 Miami FL 33156 US', 'US', 'MA-L', '2020-01-19', '2020-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31597, '00a019', 0, 'Nebula Consultants, Inc', '1449 DUNCAN DRIVE DELTA, BC V4L 1R5 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31598, '000044', 0, 'Castelle Corp', '3255-3 SCOTT BOULEVARD SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31599, 'c46ab7', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2012-05-01', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31600, '38f73d', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31601, '70b3d51a6', 0, 'Robotelf Tech (Chengdu) Co, Ltd', 'N3-4-1-1914, Global Center, No. 1700, Tianfu Road North, High-rech Zone Chengdu City Sichuan 610041 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31602, '0050c2044', 1, 'Private', '', '', 'IAB', '2002-08-08', '2002-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31603, '0050c2e4b', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2011-08-06', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31604, 'fcb698', 0, 'Cambridge Industries(Group) Co, Ltd', '22 Floor,Qilai Tower;889 Yishan Road Shanghai CHINA 200233 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31605, '70b3d539c', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'MA-S', '2014-11-04', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31606, '00001e', 0, 'Telsist Industria Electronica', 'RUA VILHENA DE MORAES, 380 BR', 'BR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31607, '40d85500a', 0, 'Sarana Sistem Mikro', 'JL.KEJAKSAAN NO 18 JAKARTA Click to Select 13430 ID', 'ID', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31608, 'ac2b6e', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31609, '8404d2', 0, 'Kirale Tech SL', 'General Vara de Rey 9, 5B Logrono La Rioja 26001 ES', 'ES', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31610, 'b0fd0b1', 0, 'IDspire Corp Ltd', '9F, No. 266, Sec. 1, Wenhua Rd., Banqiao Dist. New Taipei City 22041 TW', 'TW', 'MA-M', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31611, '340f66', 0, 'MicroArx Corp', 'P.O. Box 692 Hanover NH 03755 US', 'US', 'MA-L', '2019-07-13', '2019-07-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31612, '009074', 0, 'Argon Networks, Inc', '25 PORTER ROAD LITTLETON MA 01460 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31613, '000004', 0, 'Xerox Corp', 'M/S 105-50C WEBSTER NY 14580 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31614, '000467', 0, 'Wuhan Research Institute of Mii', '88 Youkeyuan Road, 430074 430074 P.R.CHINA CN', 'CN', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31615, 'f0af85', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31616, '001002', 0, 'Actia', '25 CHEMIN DE POUVOURVILLE 31432 TOULOUSE, CEDEX 04 FR', 'FR', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31617, '2c48358', 0, 'Dps Electronics', '317 Gallatin Park Dr #2 Bozeman MT 59715 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31618, '00d0ad', 0, 'TL Industries', '2541 TRACY ROAD NORTHWOOD OH 43619 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31619, '000ae0', 0, 'Fujitsu Softek', '1250 East Arques Ave Sunnyvale Ca 94085 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31620, '001818', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31621, '002381', 0, 'Lengda Tech(Xiamen) Co, Ltd', '5/F, 47 Haijing South 2nd Road,Xiamen Export Processing Zone, Haicang District, Xiamen Fujian 361026 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31622, '74b91e', 0, 'Nanjing Bestway Automation System Co, Ltd', '#50 Baoxiang Road, Jiangning Bin Jiang Economic Development Zone nanjing jiangsu 211161 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31623, '70b3d5623', 0, 'Beijing HuaLian Tech Co, Ltd', 'Floor4 16C, north district of Ufida software park, No. 68 Beiqing road, HaiDian district. Beijing Beijing 100094 CN', 'CN', 'MA-S', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31624, '0001f8', 0, 'Texio Tech Corp', '2-18-13 Shin Yokohama, 222-0033 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31625, '0090bf', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31626, 'c4ffbcc', 0, 'KyongBo Electric Co, Ltd', '5, Seongsuil-ro 12-gagil Seongdong-gu Seoul 04792 KR', 'KR', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31627, '70b3d5a80', 0, 'Evco S.p.a.', 'VIA FELTRE N. 81 SEDICO BELLUNO 32036 IT', 'IT', 'MA-S', '2019-06-21', '2019-06-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31628, '0023f9', 0, 'Double-Take Software, Inc', '8470 Allison Pointe Blvd Indianapolis IN 46250 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31629, '0050c2b42', 0, 'Etm Electromatic Inc', '35451 Dumbarton Court NEWARK CA 94560 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31630, '00d052', 0, 'Ascend Communications, Inc', '1701 HARBOR BAY PARKWAY ALAMEDA CA 94502 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31631, 'd8bb2c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31632, '70b3d5400', 0, 'Vtron Pty Ltd', 'Unit 2, 62 Township Drive West West Burleigh Queensland 4219 AU', 'AU', 'MA-S', '2016-09-06', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31633, '006047', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31634, '009027', 0, 'Intel Corp', 'HF1-06 HILLSBORO OR 97124 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31635, 'e4bd4b', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31636, 'd096fb', 0, 'Dasan Network Solutions', 'DASAN Tower 8F, 49 Daewangpangyo-ro644beon-gil Bundang-gu Seongnam-si Gyeonggi-do 13493 KR', 'KR', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31637, '0050c2638', 0, 'Hungarocom Telecommunication Ltd', 'Petzval Jozsef u. 52. Budapest 1119 HU', 'HU', 'IAB', '2006-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31638, 'a0a23c', 0, 'Gpms', '40 Ridge Rd Cornwall VT 05753 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31639, '0050c2122', 0, 'Diva Systems', '800 Saginaw Dr. Redwood City CA 94963 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31640, '0050c29cb', 0, 'Nis-time GmbH', 'Valterweg 10 Bremthal 65817 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31641, '0050c2fea', 0, 'Brunel GmbH Section Communications', 'Daimlerring 9 Hildesheim Niedersachsen 31135 DE', 'DE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31642, '78f9b4', 0, 'Nokia', 'Karaportti 3 Espoo Finland 02610 FI', 'FI', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31643, '70b3d5545', 0, 'Airity Tech Inc', '1505 Woodside Rd Redwood City CA 94061 US', 'US', 'MA-S', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31644, '0002ea', 0, 'Focus Enhancements', '1370 Dell Ave. Campbell CA 95008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31645, '0040dd', 0, 'Hong Tech', '532 WEDDELL DRIVE SUNNYVALE CA 94089 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31646, '601283', 0, 'Tsb Real Time Location Systems S.L.', 'Ronda Auguste y Louis Lumière 23, Nave 13 Parque Tecnológico de Valencia Paterna (Valencia) 46980 ES', 'ES', 'MA-L', '2010-02-21', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31647, '801daa', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2012-07-16', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31648, '70b3d5e3d', 0, 'Leo Bodnar Electronics Ltd', 'Unit 8 New Rookery Farm Silverstone NN12 8UP GB', 'GB', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31649, '446ee5', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31650, '34298fe', 0, 'Arc Tech Co, Ltd', '4F.-2, No.26, Wuquan 2nd Road, Xinzhuang District, New Taipei City 24892 TW', 'TW', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31651, '002018', 0, 'Cis Tech Inc', 'FL. 9-1, NO. 94, PAO CHUNG RD. TAIPEI HSIEN TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31652, '0050c2625', 0, 'Ebneuro Spa', 'VIA PIETRO FANFANI 97/a FIRENZE 50127 IT', 'IT', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31653, '001ba5', 0, 'MyungMin Systems, Inc', '#410,Doosan Venture Dime 2-cha,1307-37 Kyungki-do 431-060 KR', 'KR', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31654, '0022d9', 0, 'Fortex Industrial Ltd', 'Flat 16, 12 /F.,Pacific Trade Centre Kowloon Hong Kong 852 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31655, '68856a', 0, 'OuterLink Corp', '187 Ballardvale St., Ste. A260 Wilmington MA 01887 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31656, 'a44f29d', 0, 'Halliburton', '445 WOODLINE DR SPRING TX 77386 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31657, '70b3d55ea', 0, 'Kys, Inc', 'C-605 Digital Empire Bldg Yeongtong-gu Suwon-si, Gyoenggi-do 443-702 KR', 'KR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31658, '70b3d555a', 0, 'Sontay Ltd', 'Four Elms Road Edenbridge TN86AB GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31659, '000172', 0, 'TechnoLand Co, Ltd', '3-17-11 Akebono-cho JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31660, '00146f', 0, 'Kohler Co', '444 Highland Drive Kohler WI 53044 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31661, '3c427e6', 0, 'Edit Srl', 'Via Grotte di Nottola 10 Cisterna di Latina Latina 04012 IT', 'IT', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31662, 'fcd2b65', 0, 'Grandway Tech (Shenzhen) Ltd', 'Block 7, Zhu Keng Industrial Zone Ping Shan District Shenzhen 518118 CN', 'CN', 'MA-M', '2018-12-18', '2018-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31663, 'e01d3b', 0, 'Cambridge Industries(Group) Co, Ltd', '22 Floor, Qilai Tower, #889 Yishan Road Shanghai Shanghai 200233 CN', 'CN', 'MA-L', '2012-06-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31664, '303294', 0, 'Wiener, Plein & Baus GmbH', 'Muellersbaum 20 Burscheid NRW 51399 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31665, '00213f', 0, 'A-Team Tech Ltd', 'Rm. 1608, 16/F., Metropole Square, New Territories, HK', 'HK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31666, '0050c2e30', 0, 'Goennheimer Elektronic GmbH', 'Dr. Julius leber Str. 2 Neustadt 67433 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31667, '001567', 0, 'Radwin Inc', '900 Corporate Drive Mahwah NJ 07430 US', 'US', 'MA-L', '2005-08-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31668, '00195e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-08-21', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31669, 'f077d0', 0, 'Xcellen', '15F KINS Tower 25-1,Jeongja-dong,Bungdang-gu, Seongnam Gyeonggi 463811 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31670, '50b888', 0, 'wi2be Tecnologia S/A', 'Rua Manoel Valdomiro de Macedo, 2285 Curitiba Parana 81170-150 BR', 'BR', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31671, 'd08a55', 0, 'Skullcandy', '1441 Ute blvd. Park City Utah 84098 US', 'US', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31672, '7824af', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31673, '0050c20da', 0, 'Motion Analysis Corp', '3617 Westwind Blvd. Santa Rosa CA 95403 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31674, '000f7c', 0, 'ACTi Corp', '7F., No. 1, Alley 20, Lane 407, Sec. 2, Tiding Blvd., Taipei 114 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31675, '30fbb8', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31676, '70b3d554a', 0, 'Digital Instrument Transformers', '26 Bolshaya Vorobyovskaya, off 27 Ivanovo 153000 RU', 'RU', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31677, '847beb', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31678, '70b3d51fc', 0, 'Guan Show Technologe Co, Ltd', 'No.127, Jianguo 1st Rd., Lingya Dist. Kaohsiung City 802 TW', 'TW', 'MA-S', '2019-04-23', '2019-04-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31679, 'f88a3cb', 0, 'Fara AS', 'Sjøgangen 4 Trondheim NO-7010 NO', 'NO', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31680, '9c54da', 0, 'SkyBell Tech Inc', '1 Jenner Irvine CA 92618 US', 'US', 'MA-L', '2019-10-24', '2019-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31681, '0026a9', 0, 'Strong Tech Pty Ltd', '60 Wedgewood Road Hallam Victoria 3803 AU', 'AU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31682, 'f84a7f', 0, 'Innometriks Inc', '3654 Ocean Ranch Blvd Oceanside Ca 92056 US', 'US', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31683, '44e4d9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31684, '0050c20bc', 0, 'Infolink Software AG', 'Bernstrasse 49 CH-3018 Bern CH', 'CH', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31685, '0050c245e', 0, 'Halliburton - Sperry Drilling Service', '3000 N. Sam Houston Pkwy E. Houston TX 77032 US', 'US', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31686, '08a12b', 0, 'ShenZhen Ezl Tech Co, Ltd', 'RM21B, Building 2, China Phoenix Building, ShenZhen GuangDong 518026 CN', 'CN', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31687, '70b3d56f8', 0, 'Senseon Corp', '5-23-31 Mori Isogo-Ku Yokohama Kanagawa 235-0023 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31688, '28fd80', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-01-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31689, '440444', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31690, '041efa', 0, 'Bissell Homecare, Inc', '2345 Walker Ave NW Grand Rapids MI 49544 US', 'US', 'MA-L', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31691, '00255b', 0, 'CoachComm, Llc', '205 Technology Parkway Auburn AL 36830 US', 'US', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31692, '0cfc83', 0, 'Airoha Tech Corp,', '5F, No.6-5, Dushing Road , Hsinchu Science Park Hsinchu 300 TW', 'TW', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31693, '7cbc84d', 0, 'Vantage Integrated Security Solutions Pvt Ltd', 'B3, Bredon House, 321, Tettenhall Road, Tettenhall Wolverhampton West Midlands WV6 0JZ GB', 'GB', 'MA-M', '2018-08-28', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31694, 'a4b439', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31695, '0050c287a', 0, 'Spectrum Management, LC', '1020 Hoosier Dr. Larkspur CO 80118 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31696, '70b3d5e3f', 0, 'Bestcode Llc', '3034 SE Loop 820 Fort Worth TX 76140 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31697, '001586', 0, 'Xiamen Overseas Chinese Electronic Co, Ltd', 'No. 22, Huli Street, Xiamen Fujian 361006 CN', 'CN', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31698, '78c2c06', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu, Sichuan Chengdu Sichuan 610000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31699, 'e44cc7b', 0, 'SmallHD', '301 Gregson Dr Cary NC 27511 US', 'US', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31700, '005013', 0, 'Seagate Cloud Systems Inc', '7420 E. Dry Creek Parkway Longmont CO 80503 US', 'US', 'MA-L', '2000-11-09', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31701, '000aa1', 0, 'V V S Ltd', 'HPIC, 1. Ainslie Road , Glasgow Scotland G52 4RU GB', 'GB', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31702, '000499', 0, 'Chino Corp', '1 Mori, Fujioka City, Zip: 375-8505 JP', 'JP', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31703, '488244', 0, 'Life Fitness / Div. of Brunswick', '10601 W. Belmont Ave Franklin Park IL 60131 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31704, '301a28', 0, 'Mako Networks Ltd', '1/62 Paul Matthews Rd Auckland 0632 NZ', 'NZ', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31705, 'f8d9b8', 0, 'Open Mesh, Inc', '111 SW 5th Ave Ste1150 Portland OR 97204 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31706, '000dd9', 0, 'Anton Paar GmbH', 'Anton-Paar-Strasse 20 Graz 8054 AT', 'AT', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31707, '001860', 0, 'Sim Tech Group Shanghai Simcom Ltd,', 'SIM Technology building, Shanghai 200233 CN', 'CN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31708, 'e47185', 0, 'Securifi Ltd', '16F-3, #482 Zhongxiao E Rd, Sec 5 Taipei 11083 TW', 'TW', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31709, '140467', 0, 'Snk Tech Co, Ltd', '#1001, Byuksan Sunyoung Technopia, A-dong, 13 Ojeongongeop-gil, Uiwang-si, Gyeonggi-do 16072 KR', 'KR', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31710, '00e07a', 0, 'Mikrodidakt AB', 'Skiffervägen 48 LUND SE22478 SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31711, '001033', 0, 'Accesslan Communications, Inc', '44 AIRPORT PARKWAY SAN JOSE CA 95110 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31712, '9034fc', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2011-06-05', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31713, 'f4c6d7', 0, 'blackned GmbH', 'Am Hartholz 21 Alling Bavaria 82239 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31714, '442938', 0, 'NietZsche enterprise CoLtd', '4F. No.560 Sec2 Chung Shan Rd. New Taipei City Taiwan R.O.C Taipei ( 臺 北 縣 / 市 ) 220 TW', 'TW', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31715, '88797e', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31716, '00c066', 0, 'Docupoint, Inc', '2701 BAYVIEW DRIVE FREMONT CA 94538 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31717, '6083b2', 0, 'GkWare e.K.', 'Hatzper Str. 172B Essen NRW 45149 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31718, 'e4b318', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31719, '70b3d5722', 0, 'Uman', 'Unit 12, Oxbow Crescent, Esturies, Century City Cape Town Western Cape 7441 ZA', 'ZA', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31720, 'b8259a', 0, 'Thalmic Labs', '24 Charles Street West Kitchener Ontario N2G 1H2 CA', 'CA', 'MA-L', '2018-08-11', '2018-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31721, '00247b', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2008-12-03', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31722, '40c7c9', 0, 'Naviit Inc', '3058A Scott Blvd. Santa Clara CA 95054 US', 'US', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31723, '200a0da', 0, 'Irsap', 'Via delle Industrie, 211 Arqua\' Polesine Veneto 45031 IT', 'IT', 'MA-M', '2019-10-15', '2019-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31724, '0018a5', 0, 'ADigit Tech Corp', 'Rm D302E,No.185 3F-2,Kur-Wong Road, Tao-yuan, 325 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31725, '70b3d5b34', 0, 'Medtronic', '7 Hamarpe Street Jerusalem Israel 97774 IL', 'IL', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31726, '001444', 0, 'Grundfos Holding', 'Poul Due Jensensvej 7 Bjerringbro DK8850 DK', 'DK', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31727, '001951', 0, 'Netcons, s.r.o.', 'Stara Vajnorska 37 Bratislava Slovakia 831 04 SK', 'SK', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31728, 'e85659', 0, 'Advanced-Connectek Inc', 'No. 2,Alley 9, Lane 45, Baoxing Rd., Xiadian Dist., New Taipei City 231 TW', 'TW', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31729, '70b3d57b4', 0, 'Zumbach Electronic AG', 'Hauptstrasse 93 Orpund Bern 2552 CH', 'CH', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31730, '70b3d5fc2', 0, 'Hunter Liberty Corp', '85 GOLF CREST DRIVE, SUITE 301 ACWORTH GA 30101 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31731, '34298f4', 0, 'Isra Vision AG', 'Industriestraße 14 Darmstadt 64297 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31732, '00202d', 0, 'Taiyo Corp', '1-2-6 SANNOH, OHTA-KU 143 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31733, '0090ca', 0, 'Accord Video Telecommunications, Ltd', '10, MARTIN GEHL STR, PO BOX 3564 Petach-Tikva 49130 IL', 'IL', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31734, '0ceac9', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31735, '0090f8', 0, 'Mediatrix Telecom', '4229 GARLOCK QUEBEC J1L 2C8 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31736, '0018c8', 0, 'Isonas Inc', '6325 Gunpark Drive Boulder CO 80301 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31737, '0071cc', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-03-14', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31738, '70b3d5e76', 0, 'Dorsett Tech, Inc', 'Yadkinville NC 27055 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31739, 'ac61ea', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31740, '70b3d5fb8', 0, 'Hyannis Port Research', '75 2nd Ave, Suite 210 Needham MA 02494 US', 'US', 'MA-S', '2019-06-05', '2019-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31741, '00033f', 0, 'BigBand Networks, Ltd', '3 Azrieli Towers IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31742, '00807c', 0, 'Fibercom, Inc', '3353 ORANGE AVENUE NE ROANOKE VA 24012 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31743, 'd03d52', 0, 'Vaion Ltd', 'The Charter Building, Charter Place Uxbridge UB8 1JG GB', 'GB', 'MA-L', '2019-07-31', '2019-07-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31744, '00149b', 0, 'Nokota Communications, Llc', '200 Galleria Parkway Atlanta Georgia 30339 US', 'US', 'MA-L', '2005-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31745, '0017cd', 0, 'Cec Wireless R&D Ltd', 'West M5 Building,No.1 East Road Beijing 100016 CN', 'CN', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31746, 'bcfe8c', 0, 'Altronic, Llc', '712 Trumbull Ave Girard Ohio 44420 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31747, '64200c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-01-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31748, 'b8f6b1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-02-04', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31749, '806c1b', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US', 'US', 'MA-L', '2014-05-27', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31750, '000715', 0, 'General Research of Electronics, Inc', '3-12-17, Mita, Minato-ku Tokyo 108-0073 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31751, '000b39', 0, 'Keisoku Giken Co, Ltd', 'Tsuzuki-ku Yokohama Kanagawa 224-0037 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31752, 'a860b6', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31753, '8809af', 0, 'Masimo Corp', '40 Parker Irvine 92618 US', 'US', 'MA-L', '2015-07-31', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31754, '70b3d56b1', 0, 'Ttc Telekomunikace, s.r.o.', 'Trebohosticka 5 Praha 10 Praha 10000 CZ', 'CZ', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31755, 'a85b6c', 0, 'Robert Bosch GmbH, CM-Ci2', 'Renningen Stuttgart D-70465 DE', 'DE', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31756, 'a429b7', 0, 'bluesky', 'Rm1410 Tower A,Chengjian plaza,NO.18 beitaipingzhuang Road,Haidian district, Beijing 100088 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31757, '085ae0', 0, 'Recovision Tech Co, Ltd', '1709,No.5 Wanghai Road, Xiamen Fujian 361006 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31758, '00f051', 0, 'Kwb GmbH', 'Industriestraße 235 St. Margarethen Styria 8321 AT', 'AT', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31759, '74458a', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31760, '1c88792', 0, 'Airsmart System Co, Ltd', 'Unit416 , Tudao Intelligent Technology Building, No.9 KeJi Road ,Science and Technology Park, Nanshan District , Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31761, '34d0b8', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31762, '0c2a86', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31763, '88bcc1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31764, '00a045', 0, 'Phoenix Contact Electronics GmbH', 'POSTFACH 1341 lower saxony D-31812 DE', 'DE', 'MA-L', '1980-01-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31765, '6c5e7a', 0, 'Ubiquitous Internet Telecom Co, Ltd', '#512, 5th Floor, Kolon Digital Valley,Guro 3(sam)-dong, Guro-gu Seoul 152-777 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31766, '70b3d5458', 0, 'Ongisul Co, Ltd', 'Yangji Building 6F, 85, Seonghwang-ro Dongnam-gu, Cheonan-si, Chungcheongnam-do 31125 KR', 'KR', 'MA-S', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31767, '0050c214e', 0, 'Corinex Global', 'Klukata 6, P.O. Box 160 Bratislava 820 05 SK', 'SK', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31768, '0050c297f', 0, 'C&I CoLtd', 'Shinkawa 2-24-4 ChyuouKu Tokyo 104-0033 JP', 'JP', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31769, 'e0bc43', 0, 'C2 Microsystems, Inc', '2833 Junction Avenue San Jose California 95134 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31770, 'cc34d7', 0, 'Gewiss S.P.A.', 'VIA ALESSANDRO VOLTA 1 CENATE SOTTO 24069 IT', 'IT', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31771, '60f281', 0, 'Tranwo Tech Co, Ltd', 'No.236, Sec.3, Huanbei Rd. Jubei City Hsinchu County 30265 TW', 'TW', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31772, '5cadcf', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31773, '00806f', 0, 'Onelan Ltd', 'P.O. BOX 107 UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31774, '00089c', 0, 'Elecs Industry Co, Ltd', '1-22-23,Shinsaku,Takatsu-Ku Kawasaki Kanagawa 213-0014 JP', 'JP', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31775, '00142b', 0, 'Edata Communication Inc', '2F-1, No. 872, Chung-Cheng Rd Taipei Hsien 235 TW', 'TW', 'MA-L', '2005-03-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31776, '0017f8', 0, 'Motech Industries Inc', '6F, No. 248, Sec. 3, Pei-Shen Rd., Taipei Hsien 222 TW', 'TW', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31777, 'ac583b', 0, 'Human Assembler, Inc', '2-1-11-6F Shibuya-ku Tokyo 150-0002 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31778, '7493a4', 0, 'Zebra Tech Corp', '20314 Seneca Meadows Parkway Germantown Maryland 21771 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31779, 'e4776b', 0, 'Aartesys AG', 'Bahnhofplatz 7 Biel Bern CH-2501 CH', 'CH', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31780, '009094', 0, 'Osprey Tech, Inc', '600 AIRPORT BLVD. - STE. #900 MORRISVILLE NC 27560 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31781, '000978', 0, 'Aiji System Co, Ltd', '#208 Samho-Park-Tower Bldg. 1122-10, Ing Suwon Gyeonggi-do 442-835 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31782, 'd0d3fc', 0, 'Mios, Ltd', '645 W. 9th St. Los Angeles CA 90015 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31783, '0050c2de2', 0, 'Sequtec Inc', '2958 SCOTT BLVD SANTA CLARA CA 95054 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31784, '6002b4', 0, 'Wistron Neweb Corp', 'No.20 Park Avenue II Hsinchu 308 TW', 'TW', 'MA-L', '2013-01-09', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31785, '1c87792', 0, 'Smartmovt Tech Co, Ltd', 'Room204-210, F3 building, F518 Idea Land, Baoyuan road, Xixiang Ave, Bao’an District Shenzhen Guangdong 518100 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31786, '60e3ac', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2016-04-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31787, '9c431ea', 0, 'ST Access Control System Corp', '3F., No. 111 Zhongzheng Rd., Banciao Dist., New Taipei City New Taipei City 22054 TW', 'TW', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31788, '0050d6', 0, 'Atlas Copco Tools AB', 'S-105 23 STOCKHOLM SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31789, '0025db', 0, 'Ati Electronics(Shenzhen) Co, Ltd', '2F,1st Buliding,Tangyanshan Industrial Park, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31790, '70b3d5d6e', 0, 'ard sa', 'Micropolis Bat Clematis Gap France 05000 FR', 'FR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31791, 'd8d6f3', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2018-07-30', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31792, 'f0a35a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31793, 'bc7574', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31794, '90ec50', 0, 'C.O.B.O. Spa', 'via Tito Speri, 10 Leno Brescia 25024 IT', 'IT', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31795, '40d855020', 0, 'Entec Electric & Electronic Co, Ltd', '225-38 Choirubaekro, Bongdam-eup Hwaseong-city Gyeonggi-do 445-894 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31796, '742b62', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2013-07-29', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31797, '0270b0', 0, 'M/A-Com Inc Companies', '11717 EXPLORATION LANE GERMANTOWN MD 20767 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31798, '689c5e', 0, 'AcSiP Tech Corp', '3F., No.22, Dalin Rd. Taoyuan Taoyuan County 33067 TW', 'TW', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31799, '0017b2', 0, 'SK Telesys', '4F, Kyungdong bldg, 4-4, Sunae-Dong, Pundang-Gu Sungnam-City Kunggi-Do 463-825 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31800, 'c0e434', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2019-08-09', '2019-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31801, '000fe8', 0, 'Lobos, Inc', 'U&T Bldg 3F, 1-2-3 Sarugaku-cho, Chiyoda-ku, Tokyo 101-0064 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31802, '0055da4', 0, 'Datapath Ltd', 'Bemrose House, Derby Derbyshire DE21 6XQ GB', 'GB', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31803, '000643', 0, 'Sono Computer Co, Ltd', '1F., No. 8, Alley 35, Lane 91, Taipei TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31804, '0011eb', 0, 'Innovative Integration', '2390A Ward Avenue Simi Valley CA 93065 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31805, 'd0f27f', 0, 'SteadyServ Technoligies, Llc', '12895 Brighton Avenue Carmel IN 46032 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31806, '60d7e33', 0, 'Sks Automaatio oy', 'Martinkylantie 50 Vantaa 01720 FI', 'FI', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31807, '14ae855', 0, 'AZ-Tech Sdn Bhd', 'A108 & A109 BLOCK A KELANA BUSINESS CENTRE NO: 97 JALAN SS7/2 KELANA JAYA PETALING JAYA SELANGOR 47301 MY', 'MY', 'MA-M', '2019-12-07', '2019-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31808, '00006e', 0, 'Artisoft Inc', '691 EAST RIVER ROAD TUCSON AZ 85704 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31809, '006098', 0, 'HT Communications', '4480 SHOPPING LANE SIMI VALLEY CA 93063 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31810, '0050c2a04', 0, 'TP Radio', 'Agenavej 37 Greve . 2670 DK', 'DK', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31811, 'e00370', 0, 'ShenZhen Continental Wireless Tech Co, Ltd', 'North 23F, Dongfang Technology Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-03-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31812, '4883c7', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31813, '842c80', 0, 'Sichuan Changhong Electric Ltd', 'No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31814, '0000f5', 0, 'Diamond Sales Ltd', '17, CHARTERHOUSE STREET UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31815, '00022f', 0, 'P-Cube, Ltd', 'P.O. Box 12331 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31816, 'bc671c', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31817, '000527', 0, 'SJ Tek Co Ltd', 'Ho gae Dong 976-5, Dong An Ku, KR', 'KR', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31818, '3c5f01', 0, 'Synerchip Co, Ltd', 'c/o Synerchip USA Corp. Sunnyvale CA 94085 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31819, '5855ca', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-11-24', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31820, '70b3d5fe3', 0, 'Csm Machinery srl', 'Via Cadore Mare, 25 Cimetta di Codognè Treviso 31013 IT', 'IT', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31821, '70b3d5cc6', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2019-03-25', '2019-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31822, '000713', 0, 'IP One, Inc', 'Sammi Bldg., 1004 Seoul, 135-083 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31823, '001407', 0, 'Sperian Protection Instrumentation', '651 South Main Street Middletown CT 06457 US', 'US', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31824, 'a8bd27', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2016-05-18', '2016-05-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31825, '0000a4', 0, 'Acorn Computers Ltd', 'FULBOURN ROAD, CHERRY HINTON ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31826, '00022c', 0, 'Abb Bomem, Inc', '585, boul. Charest Est Canada G1K 9H4 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31827, 'a0e0af', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31828, '40f3859', 0, 'Fast Precision Tech Co Ltd', '4th Floor, Yang Tian Bldg., Chuang Ye Er Road & Yang Tian Road, Bao An District Shenzhen Guangdong 518101 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31829, '00160c', 0, 'Lpl Development S.A. DE C.V', 'LAGO GINEBRA 380 P3 D.F. 11480 MX', 'MX', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31830, '001bc504e', 0, 'Mitsubishi Electric India Pvt. Ltd', 'Emerald House, EL-3 Pune Maharashtra 411026 IN', 'IN', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31831, '002436', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2008-11-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31832, 'ace5f0', 0, 'Doppler Labs', '611 Broadway Suite 523 New York NY 10012 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31833, 'd461da', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31834, '70b3d5b1f', 0, 'Tecnowatt', 'Via dell\'Aeronautica Bergamo 24035 IT', 'IT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31835, '70b3d567f', 0, 'Iaan Co, Ltd', '4F 261 Yangjae-dong, Seocho-gu Seoul 06777 KR', 'KR', 'MA-S', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31836, '000e08', 0, 'Cisco-Linksys, Llc', '170 West Tasman Dr. San Jose CA 95134 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31837, '00178d', 0, 'Checkpoint Systems, Inc', '101 Wolf Drive Thorofare NJ 08086 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31838, '10cc1b', 0, 'Liverock Tech, Inc', 'Shinjuku 5-13-10,Joshu-Bldg. 4F Tokyo Shinjuku-ku 160-0022 JP', 'JP', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31839, '5c6a80', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31840, '000a61', 0, 'Cellinx Systems Inc', '408 Woosung Character199 officetel Seoul 135-856 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31841, '04e9e5', 0, 'Pjrc.Com, Llc', '14723 SW Brooke Ct Sherwood Oregon 97140 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31842, '001b12', 0, 'Apprion', 'Nasa Ames Rerearch Center Moffett Field California 94035 US', 'US', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31843, '70b3d5e7d', 0, 'Nanjing Dandick Science&Tech development Co, Ltd', 'No.5,JinMa Road,MaQun Science Park,Qixia district NanJing Jiang Su 210049 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31844, '000288', 0, 'Global Village Communication', '1144 EAST ARQUES AVE. SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31845, '000fba', 0, 'Tevebox AB', 'Berglinds vag 13 warmdo S-13900 SE', 'SE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31846, '0015fc', 0, 'Littelfuse Startco', '3714 Kinnear Place Saskatoon SK S7P 0A6 CA', 'CA', 'MA-L', '2005-10-01', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31847, 'a45d36', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-05-02', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31848, 'd4b110', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31849, '0050c216b', 0, 'Masterclock, Inc', '2484 W. Clay St. St. Charles MO 63301 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31850, '0050c2489', 0, 'Eree Electronique', '6 avenu Dr Schweitzer MEYZIEU 69882 FR', 'FR', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31851, '7485c4', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-08-21', '2018-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31852, '70ce8c', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31853, '00042a', 0, 'Wireless Networks, Inc', '2322 El Camino Real San Mateo CA 94403 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31854, '001375', 0, 'American Security Products Co', '11925 Pacific ave. Fontana CA 92335 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31855, 'f85063', 0, 'Verathon', '20001 N Creek Pkwy Bothell WA 98011 US', 'US', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31856, '84c8b1', 0, 'Incognito Software Systems Inc', '#500 - 375 Water St Vancouver BC - British Columbia V6B 5C6 CA', 'CA', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31857, '70b3d558d', 0, 'Dorlet Sau', 'Albert Eistein 34 Alava SPAIN 01510 ES', 'ES', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31858, '00042d', 0, 'Sarian Systems, Ltd', 'Beacon House West Yorkshire ENGLAND LS29 8JZ GB', 'GB', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31859, '000449', 0, 'Mapletree Networks', '315 Norwood Park South Norwood MA 02062 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31860, '000f99', 0, 'Apac opto Electronics Inc', '3 Tzu Chiang Road, Hsinchu Industrial Park Hukow, Hsinchu Hsien 303 TW', 'TW', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31861, 'd8ae90', 0, 'Itibia Tech', '5 Clausen Ct West Windsor NJ 08550 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31862, '646707', 0, 'Beijing Omnific Tech, Ltd', 'Rm. 402, Building 1, Shui Mu Qing Hua Community Beijing 100190 CN', 'CN', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31863, '0050c2ee0', 0, 'osf Hansjuergen Meier GmbH & Co KG', 'Eichendorffstraße 6 Espelkamp 32339 DE', 'DE', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31864, 'e49adc', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31865, 'd4789b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-01-19', '2019-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31866, '0020b3', 0, 'Tattile Srl', '3 APOLLO PLACE AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31867, '000ea6', 0, 'ASUSTek Computer Inc', '150, Li-Te Rd., PeiTou Taipei 112 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31868, '28ac9e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31869, '0c73ebd', 0, 'D-Link (Shanghai)Ltd Corp', 'Registered Address: Part J1, Floor 1, Building 2, No.115, Fute West First Road, China(Shanghai) Pilot Free Trade Zone Shanghai 200000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31870, '5cee79', 0, 'Global Digitech Co Ltd', '1F., No.25, Aly.56, Ln. 245, Sec. 4, Bade Rd., Taipei Taiwan 105 TW', 'TW', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31871, '781881', 0, 'AzureWave Tech Inc', '8F., No.94 Baozhong Rd., Xindian, Taipei 23144 TW', 'TW', 'MA-L', '2012-05-26', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31872, '0050c2493', 0, 'Artis GmbH', 'Buchenring 40 Egestorf 21272 DE', 'DE', 'IAB', '2005-05-12', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31873, '80b709', 0, 'Viptela, Inc', '1740 Technology Drive, Ste#500 San Jose California 95110 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31874, '00027a', 0, 'Ioi Tech Corp', '4F-3 No. 125 Lane 235, Taipei TAIWAN, R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31875, '000e46', 0, 'Niigata Seimitsu Co, Ltd', '3335-2, Shimonaka, Sanwa-mura Nakakubiki-gun Niigata 943-0222 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31876, '40d855105', 0, 'Tieline Research Pty Ltd', 'PO Box 2092 Malaga Western Australia 6944 AU', 'AU', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31877, '70b3d5ff5', 0, 'Prolan Process Control Co', 'Szentendrei út 1-3. Budakalász HUngary 2013 HU', 'HU', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31878, '00a044', 0, 'Ntt IT Co, Ltd', '231 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31879, 'b435f7', 0, 'Zhejiang Pearmain Electronics CoLtd', '4F Yitai Mansion, 76 Gucui Road, Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31880, '1c8776a', 0, 'Jiangsu Etern Communication Co, Ltd', '888 YUEXIU ROAD, LILI TOWN, WUJIANG DISTRICT, Suzhou Jiangsu 215211 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31881, '40ed985', 0, 'Cape', '1040 Mariposa St San Francisco CA 94107 US', 'US', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31882, '8cc8f4d', 0, 'Beijing Xinxunxintong Eletronics Co, Ltd', 'No.9 Yingfu Road,Haidian District Beijing 100192 CN', 'CN', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31883, '78d8001', 0, 'Shenzhen Envicool Information Tech Co, Ltd', 'Building 9, Hongxin Industrial Park, Guanlan, Longhua District, Shenzhen Guangdong 518110 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31884, 'bc2392', 0, 'Byd Precision Manufacture Co Ltd', 'No.3001, Bao He Road, Baolong Industrial, Longgang Street,Longgang Zone, Shenzhen shenzhen 518116 CN', 'CN', 'MA-L', '2019-06-18', '2019-06-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31885, '000f9c', 0, 'Panduit Corp', '17301 Ridgeland Ave Tinley Park Illinois 60477 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31886, '8ca2fd', 0, 'Starry, Inc', 'PO Box 52226 Boston MA 02205 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31887, '08006e', 0, 'Masscomp', 'ONE TECHNOLOGY PARK WESTFORD MA 01886 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31888, 'a03e6bc', 0, 'Qunar.com', 'xihaiguoji,1#8 Beijing Beijing 100086 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31889, '1ce62b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-03-10', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31890, 'f835dd', 0, 'Gemtek Tech Co, Ltd', 'No. 1 Jen Ai Road Hsinchu Industrial Park Hukou, Hsinchu 30352 TAIWAN, REPUBLIC OF CHINA Hsinchu TAIWAN 30352 TW', 'TW', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31891, '40d8550f7', 0, 'Comline Elektronik Elektrotechnik GmbH', 'Karl-Rapp-Straße 1 Wackersdorf Bayern 92442 DE', 'DE', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31892, '40d8551a9', 0, 'Lubino s.r.o.', 'Podnikatelska 553 Praha 9 - Bechovice Czech Republic 190 11 CZ', 'CZ', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31893, '902181', 0, 'Shanghai Huaqin Telecom Tech Co, Ltd', 'No.1 Building,399 Keyuan Road, Zhangjian Hi-Tech Park, shanghai shanghai 201203 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31894, '70b3d5831', 0, 'Arnouse Digital Devices, Corp', '1983 Marcus Ave, Suite 104 Lake Success NY 11042 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31895, '00249c', 0, 'Bimeng Comunication System Co Ltd', 'Level 16/f, Tower B,Sinotrans Plaza,No.43, Xi Zhi Men Northern Road,Hai dian District Beijing 100044 CN', 'CN', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31896, '001bc500b', 1, 'Private', '', '', 'MA-S', '2011-08-06', '2011-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31897, 'e47c65', 0, 'Sunstar Communication Tech Co, Ltd', '4F,Building D1, Mould Industrial Park, No.199 of Xiqu Ave,West High-tech Zone Chengdu Sichuan 611731 CN', 'CN', 'MA-L', '2019-10-23', '2019-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31898, '70b3d5933', 0, 'Sarl S@Tis', '19, Rue de Bretagne Saint Quentin Fallavier Rhone-Alpes 38070 FR', 'FR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31899, '6c24a6', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31900, '000ace', 0, 'Radiantech, Inc', '2-1, INDUSTRY EAST RD. 1, SCIENCE-BASED HSIN CHU 300 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31901, '2829d9', 0, 'GlobalBeiMing Tech (Beijing)Co Ltd', 'Beijing Chaoyang District 8 Guanghua Road A seat 320 rooms Beijing 100026 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31902, 'd02b20', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31903, '70b3d5de9', 1, 'Private', '', '', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31904, '0040d6', 0, 'Locamation B.V.', 'POSTBOX 360 HOLLAND NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31905, '0021a9', 0, 'Mobilink Telecom Co, Ltd', '292-3 Sindang-ri, Sandong-myun Gumi Gyeongbuk 730-853 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31906, '0050c2fba', 0, 'Elbit Systems of America', '4700 Marine Creek Parkway Fort Worth TX 76179 US', 'US', 'IAB', '2012-08-13', '2018-11-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31907, '5c8d4e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31908, '00302e', 0, 'Hoft & Wessel AG', 'Rotenburger Strasse 20 30659 Hannover DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31909, 'fcc734', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31910, '70b3d5a4e', 0, 'Array Tech Inc', '21 Sequin Drive Glastonbury 06033 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31911, '4c917a0', 0, 'Shenzhen Dangs Science & Tech Co, Ltd', '7D, 7th Floor, HSAE Building, Nanshan District, Shenzhen GuangDong 518000 CN', 'CN', 'MA-M', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31912, '785262', 0, 'Shenzhen Hojy Software Co, Ltd', '3F,East of Building25,Keyuanxi,Number 5,Kezhixi Road, Science & Industry Park ,Nan Shan District ,Shenzhen ShenZhen GuangDong 508057 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31913, 'bca042', 0, 'Shanghai Flyco Electrical Appliance Co, Ltd', 'No.555,Guang Fu Lin east Road,Songjiang District Shanghai Shanghai 201613 CN', 'CN', 'MA-L', '2016-11-26', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31914, 'fc3288', 0, 'Celot Wireless Co, Ltd', '4Fl.,NongHyup Bldg.,#1588-10 Gwanyang-Dong Anyang City, Gyeonggi-Do 431-727 KR', 'KR', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31915, '0050c2036', 0, 'Arcturus Networks Inc', '701 Evans Ave. - Suite 300 Toronto Ontario M9C 1A3 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31916, '001372', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2005-01-23', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31917, '60d2b9', 0, 'Realand Bio Co, Ltd', 'Room 201A, N.set, Jinshan Bd., No.248 Wushan Rd., Tianhe District Guangzhou Guangdong 510630 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31918, '74b57e', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31919, '70b3d5e16', 0, 'China Entropy Co, Ltd', 'Haidian District Beijing 100085 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31920, 'd43a2e', 0, 'Shenzhen Mtc Co Ltd', '5th Floor, 3rd Building, SHENZHEN MTC Industrial Park, XiaLilang Rd, Nanwan Street, Long’gang District Shenzhen Guangdong 518100 CN', 'CN', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31921, '000135', 0, 'Kdc Corp', '200-11 AnYang 7 dong KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31922, '0018e7', 0, 'Cameo Communications, Inc', 'NO.42, Sec. 6, Mincyuan E. Rd. Taipei 114 TW', 'TW', 'MA-L', '2006-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31923, 'c0c520', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-11-24', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31924, 'a8bd3a', 0, 'Unionman Tech Co, Ltd', '18F, HUAYANG TOWER,YANDAYI ROAD Huizhou Guangdong 516007 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31925, '7c7176', 0, 'Wuxi iData Tech Co Ltd', 'Floor 11, Building B1, Wuxi(Binhu) National Sensing Information Center, No. 999 Gaolang East Road, Wuxi City, Jiangsu Province, P.R.C. Wuxi Jiangsu 214131 CN', 'CN', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31926, '0069672', 0, 'Ningbo Shen Link Communication Tech Co, Ltd', 'No.87,Fengming Road,Lizhou Street Yuyao City Zhejiang Province 315403 CN', 'CN', 'MA-M', '2019-09-26', '2019-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31927, '000954', 0, 'AMiT spol. s. r. o.', 'Naskove 3 150 00 Praha 5 CZ', 'CZ', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31928, '0050c224d', 0, 'Mettler Toledo', '1571 Northpointe Parkway Lutz FL 33558 US', 'US', 'IAB', '2003-06-06', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31929, '0022c8', 0, 'Applied Instruments B.V.', 'Dynamoweg 3 Vlissingen Zeeland NL-4382WZ NL', 'NL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31930, '00cd90', 0, 'Mas Elektronik AG', 'Pollhornbogen 19 Hamburg 21107 DE', 'DE', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31931, '0050c21c8', 0, 'Euphony Tech Co, Ltd', '7FI.-4, No.131, Lane235, Bauchiau RD., S Shindian City Taipei 231 TW', 'TW', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31932, '001480', 0, 'Hitachi-LG Data Storage Korea, Inc', '19-1,Cheongho-ri Pyungtaik Kyunggi-Do 451-713 KR', 'KR', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31933, '70b3d53fa', 0, 'Zaklad Energoelektroniki Twerd', 'Aleksandrowska 28/30 Torun 87100 PL', 'PL', 'MA-S', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31934, 'e009bf', 0, 'Shenzhen Tong BO Wei Tech Co, Ltd', '5th floor building 4 pengtengda industrial,langkou community,dalang street longhua newly developed area Shenzhen GuangDong 518000 CN', 'CN', 'MA-L', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31935, '4883b4', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31936, 'b8266c', 0, 'Anov France', 'Chemin de Baillot Montauban Tarn & Garonne 82000 FR', 'FR', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31937, '70b3d5600', 0, 'Stellwerk GmbH', 'Am Saegewerk 3 Baienfurt BW 88255 DE', 'DE', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31938, '6ce4ce', 0, 'Villiger Security Solutions AG', 'Giessenmatt 2 Sins 5643 CH', 'CH', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31939, '94db56', 0, 'Sony Home Entertainment&Sound Products Inc', 'Sony City Osaki 2-10-1 Osaki Shinagawa-ku Tokyo Japan 141-8610 JP', 'JP', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31940, '7c5049', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31941, 'fca6cd', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31942, '00095b', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2002-06-05', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31943, 'b09074', 0, 'Fulan Electronics Ltd', 'Flat B&C,3/F,A1 Block, Gaoxin Cyber-Tech Zone,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31944, '4c2c80', 0, 'Beijing Skyway Tech Co, Ltd', 'No.5 Jiangtai Road, Beijing 100015 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31945, '087190', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31946, '009023', 0, 'Zilog Inc', '910 East Hamilton Ave. Campbell CA 95008 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31947, '0003f6', 0, 'Allegro Networks, Inc', '6399 San Ignacio Avenue San Jose CA 95119 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31948, 'a830ad', 0, 'Weifang Goertek Electronics Co, Ltd', 'Wei fang Export processing Zone Wei Fang Shan Dong 261205 CN', 'CN', 'MA-L', '2013-01-09', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31949, 'e0b6f57', 0, 'Shenzhen Xrinda Tech Ltd', 'Fl#15, Tianming Technology Building, Wushitou Road No.8, North high-tech park, Nanshan District, Shenzhen,P.R.China Shenzhen Guangdong 518052 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31950, '70b3d526b', 0, 'Sorama BV', 'Torenallee 20 Eindhoven Noord-Brabant 5617 BC NL', 'NL', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31951, '40f420', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31952, '000a43', 0, 'Chunghwa Telecom Co, Ltd', '12, Lane 551, Min-Tsu Road Taoyuan 326 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31953, '0050c2632', 0, 'RoseTechnology A/S', 'Ellegårdvej 36 Sønderborg 6400 DK', 'DK', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31954, '00b362', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31955, '70b3d5aa2', 0, 'eumig industrie-tv GmbH', 'Gewerbeparkstrasse 9 Anif Salzburg 5081 AT', 'AT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31956, '68b43a', 0, 'WaterFurnace International, Inc', '9000 Conservation Way Fort Wayne IN 46809 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31957, '0050c2fe4', 0, 'Rtt Mobile Interpretation', '1107 Hazeltine Blvd. Chaska MN 55318 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31958, '001ab9', 0, 'Pmc', '56, avenue Raspail Saint Maur 94100 FR', 'FR', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31959, '6015c7', 0, 'IdaTech', '63065 NE 18th St. Bend OR 97701 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31960, '984e97', 0, 'Starlight Marketing (H. K.) Ltd', '5/F., Shing Dao Industrial Building, HK', 'HK', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31961, '0050c2e0a', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31962, '0c8610', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2015-07-23', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31963, 'acbd70', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31964, '0000ca', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31965, '000125', 0, 'Yaesu Musen Co, Ltd', 'Tennozu Parkside Building Shinagawa-ku, Tokyo 140-0002 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31966, '0007cc', 0, 'Kaba Benzing GmbH', 'Albertistrabe 3 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31967, '002395', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31968, 'd8e56d', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2014-04-02', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31969, '1094bb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31970, '001003', 0, 'Imatron, Inc', '389 OYSTER POINT BLVD. SO. SAN FRANCISCO CA 94080 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31971, '005007', 0, 'Siemens Telecommunication Systems Ltd', 'NO. 90, SEC. 1, CHIEN KUO NORTH ROAD TAIPEI TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31972, '70b3d5b7a', 0, 'Mahle', '23030 Haggerty Road Farmington Hills MI 48335 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31973, '7ccbe2e', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-M', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31974, '70b3d5b48', 0, 'Dwq Informatikai Tanacsado es Vezerlestechnikai Kft', 'Bathoty Istvan str 14 Rackeve 2300 HU', 'HU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31975, '606bff', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31976, '70b3d5b43', 0, 'Zao Zeo', 'Khachaturiana 14a Moscow 127562 RU', 'RU', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31977, '00071b', 0, 'Cdvi Americas Ltd', '1637 Autoroute Laval West Laval Quebec H7L 3W3 CA', 'CA', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31978, '186751', 0, 'Komeg Industrielle Messtechnik GmbH', 'Zum Wasserwerk 3 Völklingen 66333 DE', 'DE', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31979, '2411d0', 0, 'Chongqing Ehs Science and Tech Development Co, Ltd', 'Saturn Business Center C3-15-7,Starlight No.5 Street Chongqing 400060 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31980, 'e034e4', 0, 'Feit Electric Co, Inc', '4901 Gregg Road Pico Rivera CA 90660 US', 'US', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31981, '6cc217', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2014-04-22', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31982, '603e7b', 0, 'Gafachi, Inc', '1 W Main St., STE 650 Rochester NY 14614 US', 'US', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31983, 'a4580fa', 0, 'Guangzhou Optical Bridge Communication Equipment Co, Ltd', 'room b201,NO.263,middle of zhougshan avenue,tianhe guangzhou 510660 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31984, '005095', 0, 'Peracom Networks', '13000 WESTON PARKWAY CARY NC 27513 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31985, '0050c2719', 0, 'ennovatis GmbH', 'Dechwitzer Straße 11 Großpösna Sachsen 04463 DE', 'DE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31986, '00070e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31987, '0050c28e0', 0, 'Shenzhen Pennda Tech Co, Ltd', 'Room 1801, Overseas Chinese Scholar Venture Building Shenzhen Guangdong 518057 CN', 'CN', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31988, '0050c2be7', 0, 'Genetec Inc', '2280 Alfred-Nobel Blvd., Suite 400 Saint-Laurent Quebec H4S 2A4 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31989, 'ec9a74', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-09-24', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31990, '28e6e9', 0, 'Sis Sat Internet Services GmbH', 'Justus-von-Liebig Str. 26 Neustadt Niedersachsen 31535 DE', 'DE', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31991, '000215', 0, 'Cotas Computer Tech A/B', 'Paludan-Mullers Vej 82 DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31992, '006086', 0, 'Logic Replacement Tech Ltd', '14 ARKWRIGHT ROAD UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31993, '002369', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31994, '70b3d5d36', 0, 'Insitu, Inc', '901 E Bingen Point Way Bingen WA 98605 US', 'US', 'MA-S', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31995, '000094', 0, 'Asante Tech', '821 FOX LANE SAN JOSE CA 95131 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31996, '001164', 0, 'Acard Tech Corp', '6F No.78 Sec1 Kwang Fu Road, Sanchung, Taipei Hsien 241 TW', 'TW', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31997, '00199f', 0, 'Dkt A/S', 'Fanoevej 6 Kr. Saaby DK-4060 DK', 'DK', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31998, '0481ae', 0, 'Clack Corp', '4462 Duraform Lane Windsor WI 53598 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(31999, 'e0143e', 0, 'Modoosis Inc', '#302, Samil Bldg., 656-282 Seoul 133-110 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32000, 'c84529', 0, 'Imk Networks Co, Ltd', '201-Ho jungribjunja, 16-3bunji, Seoul 143-816 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32001, '08eded', 0, 'Zhejiang Dahua Tech Co, Ltd', 'No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32002, '0050c2208', 0, 'nNovia, Inc', '1620 Oakland Rd. San jose CA 95131 US', 'US', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32003, '001bb6', 0, 'Bird Electronic Corp', '30303 Aurora Road Solon Ohio 44139 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32004, 'b84dee', 0, 'Hisense broadband multimedia Tech Co, Ltd', 'Song ling Road 399 Qingdao 266000 CN', 'CN', 'MA-L', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32005, '0003b7', 0, 'Zaccess Systems', '275 Shoreline Drive, #110 Redwood City CA 94065 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32006, '103047', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32007, '407496', 0, 'aFUN Tech Inc', '2F.,No.3,Lane29,HuLu ST.,Shihlin District, Taipei 11165 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32008, '003060', 0, 'Powerfile, Inc', '3350 Thomas Road Santa Clara CA 95054-2062 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32009, '000fd9', 0, 'FlexDSL Telecommunications AG', 'Haus zum Engel Altendorf Schwyz 8852 CH', 'CH', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32010, 'dc3c2e', 0, 'Manufacturing System Insights Inc', '2550 Ninth St. Berkely CA 94710 US', 'US', 'MA-L', '2011-10-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32011, '00005a', 0, 'SysKonnect GmbH', 'SIEMENSSTRAßE 23 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32012, '0040b5', 0, 'Video Tech Computers Ltd', '33/F., BLOCK #1, N.T. HONG KONG HK', 'HK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32013, '447e95', 0, 'Alpha and Omega, Inc', '4735 Montview Blvd Denver CO 80207 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32014, 'dc0ea1', 0, 'Compal Information (Kunshan) Co, Ltd', 'No.25, Third Avenue, A Zone, Kunshan Comprehensive Free Trade Zone,, Jiangsu, KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32015, 'a424dd', 0, 'Cambrionix Ltd', 'St Johns Innovation Centre Cambridge Cambridgeshire CB4 0WS GB', 'GB', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32016, '70b3d5881', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32017, '84a9ea', 0, 'Career Tech Usa', '9134 Independence Ave Chatsworth CA 91311 US', 'US', 'MA-L', '2019-07-03', '2019-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32018, '0050aa', 0, 'Konica Minolta Holdings, Inc', '1-6-1, Marunouchi, Tokyo 100-0005 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32019, '000dfa', 0, 'Micro Control Systems Ltd', '8-7 Sakurai Saku-shi Nagano 385-0056 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32020, 'ccbe59', 0, 'Calix Inc', '2777 Orchard Parkway San Jose CA 95134 US', 'US', 'MA-L', '2016-11-16', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32021, '0050c2d02', 0, 'Survalent Tech Corp', '2600 ARGENTIA ROAD MISSISSAUGA ONTARIO L5N 5V4 CA', 'CA', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32022, 'd89db9', 0, 'eMegatech International Corp', 'Room 403, No.24 Wucyuan 2nd Rd., Sinjhuang City, Taipei County, 238 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32023, '00170f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-01-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32024, '2085935', 0, 'Wave-In Communication', '8F, No.322, Sec. 1, Neihu Rd., Neihu Dist. Taipei City 114 TW', 'TW', 'MA-M', '2019-06-13', '2019-06-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32025, '0050c28a3', 0, 'Rtw GmbH & CoKG', 'Elbeallee 19 Köln NRW 50765 DE', 'DE', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32026, '7054f5', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32027, '705a9e', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2016-01-16', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32028, '70b3d5ff8', 0, 'Dutile, Glines and Higgins Corp', 'P.O. Box 5638 Manchester NH 03108 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32029, '00406d', 0, 'Lanco, Inc', '800 WEST AIRPORT FREEWAY IRVING TX 75062 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32030, '000eed', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32031, '18c58a', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32032, '0050c2e23', 0, 'Vitec', '99, rue Pierre Semard CHATILLON 92320 FR', 'FR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32033, '001d6a', 0, 'Alpha Networks Inc', 'No.8 Li-shing Seventh Road,Science-based Hsinchu 300 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32034, '0022c1', 0, 'Active Storage Inc', '2295 Jefferson Street Torrance CA 90501 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32035, '70b3d5417', 0, 'Figment Design Laboratories', '113 11th Avenue Johannesburg Gauteng 2170 ZA', 'ZA', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32036, '0012b0', 0, 'Efore Oyj (Plc)', 'Quartetto Business Park Espoo FI - 02600 FI', 'FI', 'MA-L', '2004-10-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32037, '0050c278b', 0, 'Omicron electronics GmbH', 'Oberes Ried 1 Klaus 6833 AT', 'AT', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32038, '0007c6', 0, 'Vds Vosskuhler GmbH', 'Weibe Breite 7 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32039, '90ac3f', 0, 'BrightSign Llc', '16795 Lark Ave. Los Gatos CA 95032 US', 'US', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32040, '307350', 0, 'Inpeco SA', 'Via San Gottardo 10 Lugano Ticino 6900 CH', 'CH', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32041, '986d35d', 0, 'Praesideo B.V.', 'P.O. Box 24008 Utrecht 3502 MA NL', 'NL', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32042, '9c5a44', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32043, 'e89363', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32044, '00055d', 0, 'D-Link Systems, Inc', '53 Discover Dr. Irvine CA 92618 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32045, '00063a', 0, 'Dura Micro, Inc', '13580 Fifth Street Chino CA 91710 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32046, '30c750', 0, 'Mic Tech Group', 'No. 6 Gaoxin 3 road Xi\'an Shaanxi 710075 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32047, '00244e', 0, 'RadChips, Inc', '422 East Vermijo Ave. Colorado Springs CO 80903 US', 'US', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32048, '60fe1e', 0, 'China Palms Telecom.Ltd', '2nd Floor of Building 1 PuDong District Shanghai 201203 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32049, '00c057', 0, 'Myco Electronics', 'MUSSERONGRAND 1G SE', 'SE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32050, '002371', 0, 'Soam Systel', '182-13, Daerung Post Tower II, 1504 Seoul Guro-dong, Guro-gu 152-847 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32051, '0050c28ef', 0, 'Tech Sensio Inc', '1751 Richardson, Suite 4.206 Montréal Québec H3K 1G6 CA', 'CA', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32052, '380195', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2015-05-03', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32053, '0050c2516', 0, 'Sowa Electric Co, Ltd', '92 Kitanokuchi-cho Shimotoba Kyoto-City 612-8392 JP', 'JP', 'IAB', '2005-10-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32054, '0050c264e', 0, 'Northern Power', '182 Mad River Park Waitsfield VT 05673 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32055, '20635f', 0, 'Abeeway', '29 chemin du vieux chêne meylan Isere 38240 FR', 'FR', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32056, '544e45', 1, 'Private', '', '', 'MA-L', '2015-04-04', '2015-04-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32057, 'e4a7a0', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32058, '00c0ad', 0, 'Marben Communication Systems', '1 RUE DU BOIS CHALAND FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32059, '5870c6', 0, 'Shanghai Xiaoyi Tech Co, Ltd', 'Shanghai Zhangjiang hi-tech park of Pudong New Area Shanghai Shanghai 201120 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32060, '40d8550b1', 0, 'Nanjing Tiansu Automation Control System Co, Ltd', 'Building 5, New Town Science & Technology Park Nanjing 210019 US', 'US', 'IAB', '2013-04-03', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32061, '20dbab', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3Dong, Yeongtong-Gu Suwon Geyonggi-Do 443-742 KR', 'KR', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32062, '0450da', 0, 'Qiku Internet Network Scientific (Shenzhen) Co, Ltd', 'Building A2, Chi Yuen Technology Park 1001 College Avenue, Nanshan District Shenzhen, Guangdong Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32063, '3c6a2c', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32064, 'a0510b', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-12-10', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32065, '001542', 0, 'Microhard S.R.L.', 'Via Primo Maggio 36 San Vittore Olona Milano 20028 IT', 'IT', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32066, '045c06', 0, 'Zmodo Tech Corp', '1401 Interstate Dr Champaign IL 61822 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32067, 'a05b21', 0, 'Envinet GmbH', 'Hans-Pinsel-Str. 4 Haar 85540 DE', 'DE', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32068, '34298fa', 0, 'Virtual Trunk Pte Ltd', '12 Kallang Avenue Aperia #04-30 339511 SG', 'SG', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32069, '70e843', 0, 'Beijing C&W Optical Communication Tech Co, Ltd', '2/F Yufa Plaza, No.19 Xiaoying Beilu, Chaoyang District, Beijing 100101 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32070, '0808c2', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32071, 'b4f323', 0, 'Petatel Inc', '#322 THE O VILLE 720-25, YEOKSAM-DONG GANGNAM-GU SEOUL 135080 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32072, '1001ca', 0, 'Ashley Butterworth', 'P.O. Box 3410 Santa Clara CA 95055 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32073, '702900', 0, 'Shenzhen ChipTrip Tech Co, Ltd', 'The 8th floor of VIA Technology Building NO. 9966 Shennan road , Nanshan Distict Shenzhen Shenzhen 518000 CN', 'CN', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32074, '70b3d54fd', 0, 'Enless Wireless', '45 TER AVENUE DE VERDUN BRUGES 33520 FR', 'FR', 'MA-S', '2019-11-26', '2019-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32075, '0005ee', 0, 'Vanderbilt International (Swe) AB', 'Englundavaegen 7 Solna SE-171 41 SE', 'SE', 'MA-L', '2001-06-04', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32076, '000610', 0, 'Abeona Networks Inc', '46117 Landing Parkway Fremont CA 94539 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32077, '0002df', 0, 'Net Com Systems, Inc', '15-3, Yoido-Dong, Seoul KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32078, '08d29a', 0, 'Proformatique', '10 bis rue Lucien Voilin Puteaux 92800 FR', 'FR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32079, '180cac', 0, 'Canon Inc', '3-30-2 Ohta-Ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32080, '78a106', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32081, '7c0623', 0, 'Ultra Electronics Sonar System Division', '419 Bridport Road Greenford Middlesex UB6 8UA GB', 'GB', 'MA-L', '2013-07-12', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32082, '2c957f', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32083, '00a0ab', 0, 'Netcs Informationstechnik GmbH', 'KATHARINENSTRASSE 17-18 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32084, '0010b1', 0, 'For-A Co, Ltd', '2-3-3 OOSAKU CHIBA PREF. 285 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32085, '0023c9', 0, 'Sichuan Tianyi Information Science & Tech Stock Co, Ltd', 'No.1,Hot Spring Highway,Dayi County Chengdu Sichuan 611330 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32086, '4c5499', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32087, '6c4008', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32088, '1c24eb', 0, 'Burlywood', '1501 S Sunset Street Longmont CO 80501 US', 'US', 'MA-L', '2018-10-23', '2018-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32089, '0050c210d', 0, 'Implementa GmbH', 'Leineweg 26 30823 Garbsen DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32090, '0050c287c', 0, 'Arcontia AB', 'Gruvgatan 35A Gothenburg Vastra Frolunda S-421 30 SE', 'SE', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32091, 'c04a00', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32092, '3497f6', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32093, '2c9924', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32094, '00229e', 0, 'Social Aid Research Co, Ltd', 'South 3, West 10, Chuo-ku Sapporo Hokkaido 060-0063 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32095, '0050c2a6b', 0, 'Explorer Inc', '379-22 kikyou-cho Hakodate Hokkaido 041-0801 JP', 'JP', 'IAB', '2010-05-15', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32096, '001ea8', 0, 'Datang Mobile Communications Equipment Co, Ltd', 'No.29,Xueyuan Rd. Beijing 100083 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32097, '50dd4f', 0, 'Automation Components, Inc', '2305 Pleasant View Rd Middleton WI 53562 US', 'US', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32098, '84509a', 0, 'Easy Soft TV Co, Ltd', '#1613, Heungduk U-Tower, Heungduk Jung ang-ro 120 Yongin-si Gyeounggi-do 16950 KR', 'KR', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32099, '70b3d5ec3', 0, 'Virtual Control Systems Ltd', '27 Main Street, Overton Morecambe Lancashire LA3 3HF GB', 'GB', 'MA-S', '2018-08-20', '2018-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32100, '942790', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2018-10-22', '2018-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32101, '00047a', 0, 'Axxessit Asa', 'AXXESSIT ASA HALDEN NO', 'NO', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32102, '0050c254b', 0, 'Innopsys', 'ZA Activestre Carbonne 31390 FR', 'FR', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32103, '001eb4', 0, 'Unifat Tech Ltd', '7/FLOOR, SUI HONG IND. BLDG., KWAI CHUNG N.T. HK', 'HK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32104, '0050c2a9e', 0, 'Procon Engineering Ltd', 'Vestry Estate Sevenoaks Kent TN14 5EL GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32105, '70b3d5c87', 0, 'Siemens AG', 'MO TPE RE PI Erlangen Bavaria 91052 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32106, 'e05a9fb', 0, 'Shenzhen Rongan Networks Tech Co, Ltd', 'Room 1903, Industrial and Research building of Sun Yat-Sen university,no.1, Yuexing 4th road, Yuehai street,Nanshan district Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2018-11-16', '2018-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32107, '0008c1', 0, 'Avistar Communications Corp', '15851 Dallas Pkwy. Addison TX 75001 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32108, '000a39', 0, 'LoPA Information Tech', '710-9, Dae Lim 3-Dong Young Deung po-gu Seoul, Korea 150-814 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32109, 'a816d0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32110, '0026bf', 0, 'ShenZhen Temobi Science&Tech Development Co, Ltd', '4FloorG, Jinrun Tower, 6019 Shennan Road ShenZhen 518000 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32111, '0050c2cab', 0, 'Sae IT-systems GmbH & Co KG', 'Im Gewerbegebiet Pesch 14 Köln NRW 50767 DE', 'DE', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32112, '403cfc', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-05-07', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32113, '50da00', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32114, '20f77c', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2018-04-10', '2018-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32115, '50c6ad', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32116, '0008a1', 0, 'CNet Tech Inc', 'No.15, Park Avenue II, Science-Based Ind Hsin-Chu 300 TW', 'TW', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32117, '0050c2986', 0, 'Dsci', '12249 Science Drive Orlando FL 32826 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32118, '301e80', 1, 'Private', '', '', 'MA-L', '2010-12-06', '2011-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32119, '70b3d53d8', 0, 'Abitsoftware, Ltd', 'Passfield Business Centre Passfield, Liphook Hampshire GU30 7SB GB', 'GB', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32120, '70b3d5fbc', 0, 'Twoway Communications, Inc', '41 Wu Kung 6 Rd., New Taipei Industrial Park, New Taipei City,24891,Taiwan,R.O.C. New Taipei city Taipei 24891 TW', 'TW', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32121, '44070b', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2018-07-09', '2018-07-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32122, '00119c', 0, 'EP&T Energy', '358 Eastern Valley Way Sydney NSW 2067 AU', 'AU', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32123, '002412', 0, 'Benign Tech Co, Ltd', '504 room, 5F, South building, Forsafe Tower, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32124, '00d021', 0, 'Regent Electronics Corp', '200 CENTENNIAL AVE.-STE. #201 PISCATAWAY NJ 08854 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32125, '00089a', 0, 'Alcatel Microelectronics', 'Excelsiorlaan 44-46 B-1930 Zavantem BE', 'BE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32126, '002190', 0, 'Goliath Solutions', '3082 Sterling Circle Boulder Colorado 80301 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32127, 'b0faeb', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32128, '70b3d5aa0', 0, 'Simple Works, Inc', 'PO Box 345 Libertyville Illinois 60048 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32129, 'bc903a', 0, 'Robert Bosch GmbH', 'Postfach 1661 Leonberg 71226 DE', 'DE', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32130, '000362', 0, 'Vodtel Communications, Inc', '12F, No 166 Chien-Yi Road 235 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32131, '004021', 0, 'Raster Graphics', '285 N. WOLFE ROAD SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32132, '0050c2967', 0, 'Watthour Engineering Co, Inc', '333 Crosspark Dr Pearl MS 39208 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32133, '002494', 0, 'Shenzhen Baoxin Tech Co, Ltd', '6F Huale BLDG., Zhonghangbei Rd., Shenzhen GuangDong 518028 CN', 'CN', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32134, '1866e3', 0, 'Veros Systems, Inc', 'PO Box 10534 College Station Texas 77842 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32135, '0050c2ec7', 0, 'Liquid Robotics, Inc', '1329 MOFFETT PARK DRIVE SUNNYVALE CA 94089 US', 'US', 'IAB', '2011-10-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32136, '0050c2f36', 0, 'Visitech AS', 'Kjellstadveien 5 Lier Lier 3400 NO', 'NO', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32137, '30595b', 0, 'streamnow AG', 'Brandstrasse 33 Schlieren Zürich 8952 CH', 'CH', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32138, '001455', 0, 'Coder Electronics Corp', 'Takeda Bldg, 1-30-6 Shirasagi, Nakano-ku Tokyo 165-0035 JP', 'JP', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32139, '001db3', 0, 'Hpn Supply Chain', '8000 Foothills Blvd Roseville CA 95747 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32140, '001c8d', 0, 'Mesa Imaging', 'Badenerstrasse 569 Zürich ZH 8048 CH', 'CH', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32141, '889e68', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32142, '00201d', 0, 'Katana Products', 'THE STUDIO, QUARRY HILL BOX, WILTSHIRE SN14 9HT GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32143, '000c06', 0, 'Nixvue Systems Pte Ltd', '30 Loyang Way, #07-02 Singapore Singapore S508769 SG', 'SG', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32144, '001110', 0, 'Maxanna Tech Co, Ltd', 'Room201, No.42-3, Luyuan Road Guangzhou 510095 CN', 'CN', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32145, 'd8952f', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-11-24', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32146, '1c1e38', 0, 'Pccw Global, Inc', '475 Spring Park Pl Suite 100 Herndon VA 20170 Herndon WA 20170 US', 'US', 'MA-L', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32147, '00e0d3', 0, 'Datentechnik GmbH', 'THERESIANUMGASSE 11 A-1040 WIEN AT', 'AT', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32148, '0010af', 0, 'Tac Systems, Inc', '1035 PUTMAN DRIVE--STE. HUNTSVILLE AL 35816-2271 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32149, '0050c25eb', 0, 'Garper Telecomunicaciones, S.L.', 'Calle Antoñita Jiménez, 8 Local Madrid 28019 ES', 'ES', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32150, '00195c', 0, 'Innotech Corp', '3-17-6 Yokohama Kanagawa 222-8580 JP', 'JP', 'MA-L', '2006-08-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32151, '001e9c', 0, 'Fidustron Inc', 'NO.770-6, Jhongiheng Rd. Jhonghe City Taipei County 235 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32152, 'a886dd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32153, 'a0086f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32154, '3843e5', 0, 'Grotech Inc', '19, Ojeongongeop-gil Uiwang-si Gyeonggi-do 16072 KR', 'KR', 'MA-L', '2019-10-05', '2019-10-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32155, '000171', 0, 'Allied Data Tech', 'Pascalweg 1, THE NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32156, '000f6e', 0, 'BBox', 'Gyar u. 2. (115) Budaors H-2040 HU', 'HU', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32157, 'bac485', 0, 'Fraunhofer Iis', 'Am Wolfsmantel 33 Erlangen Bayern 91058 DE', 'DE', 'CID', '2019-02-06', '2019-02-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32158, '2cf05d', 0, 'Micro-Star Int\'L Co, Ltd', 'No.69, Lide St., New Taipei City Taiwan 235 TW', 'TW', 'MA-L', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32159, '0050c26aa', 0, 'Ifox - Industria e Comercio Ltda', 'Rua Chico Pontes, 329 São Paulo São Paulo 02067-000 BR', 'BR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32160, '8489ece', 0, 'Shenzhen Intellifusion Tech Co, Ltd', 'Suite701, Science Museum, Shenzhen City Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32161, '0050c2774', 0, 'GeoSIG Ltd', 'Europastrasse 11 Glattbrugg Zürich 8152 CH', 'CH', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32162, '54fdbf', 0, 'Scheidt & Bachmann GmbH', 'Breite Strasse 132 Moenchengladbach NRW 41238 DE', 'DE', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32163, '74a34a', 0, 'Zimi Corp', 'Room A913, 159 Chengjiang Road, Jiangyin City, Jiangsu Province, P, R.China 214400 CN', 'CN', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32164, '00ad24', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32165, '4846c1', 0, 'FN-Link Tech Ltd', 'A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao\'an District SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-L', '2018-12-10', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32166, '70b3d51d6', 0, 'MacGray Services', '404 Wyman St Waltham MA 02451', '', 'MA-S', '2019-11-19', '2019-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32167, '0005f5', 0, 'Geospace Tech', '7007 Pinemont Houston TX 77040 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32168, '0018d9', 0, 'Santosha Internatonal, Inc', '3843 S. Bristol St. #242 Santa Ana CA 92704 US', 'US', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32169, '0050d9', 0, 'Engetron-Engenharia Eletronica Ind. e Com. Ltda', 'VIA SOCRATES M. BITTENCOURT, 1099 32010-010 Contagem MG BR', 'BR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32170, 'e0456d', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32171, '00102d', 0, 'Hitachi Software Engineering', '5-79, ONOECHO, NAKA-KU YOKOHAMA 231 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32172, 'e8fde8', 0, 'CeLa Link Corp', '401-1, Partners Tower1, Gasan digital 1-ro 83, Geumcheon-gu Seoul 08589 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32173, '001a3b', 0, 'Doah Elecom Inc', '8th fl. Century Plaza, 277-40 Seoul 133-123 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32174, '0024bc', 0, 'HuRob Co, Ltd', '2121, Jeongwang-Dong Siheung-Si Gyeonggi-Do 429-793 KR', 'KR', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32175, '0c771a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-01-19', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32176, 'c445ec', 0, 'Shanghai Yali Electron Co, Ltd', 'Room 1-607 Shanghai Shanghai 201100 US', 'US', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32177, '780f77', 0, 'HangZhou Gubei Electronics Tech Co, Ltd', 'HangZhou City, Zhejiang province Binjiang District Jiang Hong Road 611 Building 1 room 106 Hangzhou ZheJiang 310052 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32178, '00e03b', 0, 'Prominet Corp', '110 TURNPIKE RD. - STE. #208 WESTBOROUGH MA 01581 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32179, '000561', 0, 'nac Image Tech, Inc', '8-7 Sanban-cho, Chiyoda-ku, JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32180, 'f041c80', 0, 'Linpa Acoustic Tech Co, Ltd', '2A,No60 , Lizhong Road,DaliQingxi Town Dongguan Guandong 523648 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32181, '0006a0', 0, 'Mx Imaging', '2894 Columbia Street Torrance CA 90503 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32182, '0050c200a', 0, 'Tharsys', '3 rue Ariane-Parl 31520 Rationville FR', 'FR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32183, 'b847c6', 0, 'SanJet Tech Corp', '4F,No2,Li-Hsin Rd., 6, Hsinchu 30078 TW', 'TW', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32184, '70b3d56f9', 0, 'ENVItech s.r.o.', 'Janka Krala 16 Trencin 911 01 SK', 'SK', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32185, 'bcb22b', 0, 'EM-Tech', '40, Changwon-daero 1144beon-gil Seongsan-gu Changwon Gyeongsangnam-do KR 642-120 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32186, '9018ae', 0, 'Shanghai Meridian Tech, Co Ltd', 'Suite 6A Tongsheng Tower Pudong shanghai 200122 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32187, '80c63f', 0, 'Remec Broadband Wireless , Llc', '17034 Camino San Bernardo San Diego CA 92127 US', 'US', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32188, '786deb', 0, 'GE Lighting', '1975 Noble Rd East Cleveland OH 44112 US', 'US', 'MA-L', '2019-11-14', '2019-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32189, '18b209', 0, 'Torrey Pines Logic, Inc', '12651 High Bluff Drive, #100 San Diego CA 92130 US', 'US', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32190, '60271c', 0, 'Videor E. Hartig GmbH', 'Carl-Zeiss-Straße 8 Rödermark Hessen 63322 DE', 'DE', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32191, 'e80c38', 0, 'Daeyoung Information System Co, Ltd', '#826 TAMNIP-DONG, YUSEONG-GO, DAEJON 305-510 KR', 'KR', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32192, '0008f9', 0, 'Artesyn Embedded Tech', '2900 S. Diablo Way Suite 190 Tempe AZ 85282 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32193, '0050c251a', 0, 'SpeasTech, Inc', '1527 S. Bowman Road Little Rock Arkansas 72211 US', 'US', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32194, '0050c2edb', 0, 'Belik S.P.R.L.', 'Rue du Roussart 147 Waterloo Brabant 1410 BE', 'BE', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32195, '64b370', 0, 'PowerComm Solutions Llc', '15 Minneakoning Rd. Suite 311 Flemington NJ 08822 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32196, '64fb817', 0, 'Securosys SA', 'Technopark 1 Zürich ZH 8005 CH', 'CH', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32197, 'd0d94f9', 0, 'Hangzhou xiaoben Tech Co, Ltd', 'Room 401,Building 5,No.503,Xingguo Road,Qianjiang Economic Development Area Hangzhou Zhejiang 311106 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32198, '8c147d8', 0, 'V2 S.p.A.', 'Corso Principi di Piemonte 65/67 Racconigi Cuneo 12035 IT', 'IT', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32199, 'c4954d7', 0, 'Llc TechnoEnergo', 'Kemerovskaya str., 3 Nizhny Novgorod Nizhny Novgorod region 603152 RU', 'RU', 'MA-M', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32200, '0005ec', 0, 'Mosaic Systems Inc', '7 Campbell Park Somerville MA 02144 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32201, '00118e', 0, 'Halytech Mace', 'Unit 11, 22 Lexington Drive Baulkham Hills NSW 2153 AU', 'AU', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32202, '0025ea', 0, 'Iphion BV', 'Willemstraat 106 Eindhoven 5616GE NL', 'NL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32203, '9ce951', 0, 'Shenzhen Sang Fei Consumer Communications Ltd, Co', '11,Science And Technology Road, Shenzhen Hi-tech Industrial Park, Nanshan District Shenzhen City Guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32204, 'f46e24', 0, 'Nec Personal Computers, Ltd', 'Akihabara UDX,14-1, Sotokanda 4-Chome Chiyoda-ku Tokyo 101-0021 JP', 'JP', 'MA-L', '2017-06-17', '2017-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32205, '70b3d57fd', 0, 'Sys Tec electronic GmbH', 'Am Windrad 2 Heinsdorfergrund D-08468 DE', 'DE', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32206, '000e35', 0, 'Intel Corp', '2111 NE 25th Ave Hillsboro OR 97123 US', 'US', 'MA-L', '2004-02-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32207, '0014d6', 0, 'Jeongmin Electronics Co, Ltd', '#710, Byuksan Digital Valley 2, Seoul 153 783 KR', 'KR', 'MA-L', '2005-06-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32208, '000bdd', 0, 'Tohoku Ricoh Co, Ltd', '3-1 Shinmeido Shibata Miyagi pref. 989-1695 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32209, '00189f', 0, 'Lenntek Corp', '4F, 125 GuangMing 3rd. Road Jhu Bei Hsin Chu 302 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32210, '001bb3', 0, 'Condalo GmbH', 'Kohlstatt 3 Lichtenau Bavaria 86706 DE', 'DE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32211, '00249b', 0, 'Action Star Enterprise Co, Ltd', '10F, No.159, Sec.2, Datong Rd. Xizhi Dist. New Taipei City 221 TW', 'TW', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32212, 'd428b2', 0, 'ioBridge, Inc', '225 Cedar Hill Street Marlborough MA 01752 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32213, '70b3d562b', 0, 'Silicann Systems GmbH', 'Schillerplatz 10 Rostock 18055 DE', 'DE', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32214, '08008e', 0, 'Tandem Computers', '14231 Tendem Blvd. Austin TX 78728 - 6610 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32215, '0050c21b5', 0, 'Thrane & Thrane A/S', 'Lundtoftegaardsvej 93D Kgl. Lyngby DK 2800 DK', 'DK', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32216, 'f8f21e', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32217, '08002d', 0, 'Lan-Tec Inc', '2131 UNIVERSITY AVENUE BERKELEY CA 94704 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32218, '70b3d5be6', 0, 'Ccii Systems (Pty) Ltd', 'Unit 3, 67 Rosmead Avenue Cape Town Cape 7708 ZA', 'ZA', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32219, 'b05706', 0, 'Vallox Oy', 'Myllykylantie 9-11 Loimaa 32200 FI', 'FI', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32220, 'ac5a14', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32221, '70b3d5493', 0, 'Impulse Networks Pte Ltd', '1 Raffles Place, #44-08 Raffles Place Singapore 048616 SG', 'SG', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32222, '3009f98', 0, 'essence security', 'Aba Even 12 st Herzelia 4672530 IL', 'IL', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32223, '080082', 0, 'Veritas Software', '4800 GREAT AMERICA PARKWAY SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32224, '000462', 0, 'Dakos Data & Communication Co, Ltd', '2nd Floor Bethel Building 324-1 Zip code: 137-130 TW', 'TW', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32225, '38c2ba', 0, 'Cctv Neotech', '68, Digital-ro 9-gil, Geumcheon-gu Seoul ks013 KR', 'KR', 'MA-L', '2018-10-08', '2018-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32226, '6431391', 0, 'Livongo Health', '150 W. Evelyn Ave, Suite 150 Mountain View CA 94041 US', 'US', 'MA-M', '2019-09-12', '2019-09-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32227, '000a8d', 0, 'Eurotherm Ltd', 'FARADAY CLOSE WORTHING WEST SUSSEX BN13 3PL GB', 'GB', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32228, '7c49b9', 0, 'Plexus Manufacturing Sdn Bhd', 'Plot 87 Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32229, '70b3d5db4', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32230, '0022b1', 0, 'Elbit Systems Ltd', 'p.o.b. 539 Haifa 36925 IL', 'IL', 'MA-L', '2008-10-25', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32231, 'b437d19', 0, 'Nanjing yuekong Intelligent Tech', 'Room 923, No.2 Building, Deying International Square, No.222, Changhon Nanjing Jiangsu 210012 CN', 'CN', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32232, '70b3d56a9', 0, 'Ohmori Electric Industries CoLtd', 'Tuzuki-ku 1 Higashiyamata Yokohama-shi Kanagawa-ken 224-0024 JP', 'JP', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32233, '6c9bc0', 0, 'Chemoptics Inc', '261, Techno 2-ro, Yuseong-gu Daejeon 34026 KR', 'KR', 'MA-L', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32234, '0018e6', 0, 'Computer Hardware Design Sia', 'Dzelzavas 120i Riga LV-1021 LV', 'LV', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32235, '002421', 0, 'Micro-Star Int\'L Co, Ltd', 'No.69, Li-De St Taipei Hsien 235 TW', 'TW', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32236, 'f8e7a0', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32237, '0060aa', 0, 'Intelligent Devices Inc (Idi)', '1718-L BELMONT AVENUE BALTIMORE MD 21244 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32238, '0050c23f3', 0, 'Abb Power Grids Germany AG – Grid Automation', 'Kallstadter Strasse 1 Mannheim 68309 DE', 'DE', 'IAB', '2004-10-19', '2020-01-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32239, 'a057e3', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32240, '70b3d5b5b', 0, 'DynaMount Llc', '16357 Whispering Oaks Dr Ramona CA 92065 US', 'US', 'MA-S', '2019-08-12', '2019-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32241, '0030d5', 0, 'DResearch GmbH', 'Otto-Schmirgal-Str.3 10319 Berlin DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32242, '000690', 0, 'Euracom Communication GmbH', 'Franklinstraße 14 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32243, '0050c2254', 0, 'Thales Communications Ltd', 'Newton Road Crawley West Sussex RH10 9TS GB', 'GB', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32244, '001f07', 0, 'Azteq Mobile', 'Suite 210, 525 University Ave Palo Alto CA 94301 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32245, '0050c2dc9', 0, 'KinotonGmbH', 'Industriestrasse 20a Germering Bavaria 82110 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32246, '506028', 0, 'Xirrus, Inc', '2101 CORPORATE CENTER DR Thousand Oaks CALIFORNIA 91320 US', 'US', 'MA-L', '2011-10-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32247, '0000e5', 0, 'Sigmex Ltd', 'SIGMA HOUSE RH12 4UZ ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32248, '0002c0', 0, 'Bencent Tzeng Industry Co, Ltd', '3rd fl., No. 3 Ruey Kuang Rd., Taiwan Taiwan R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32249, 'c08359b', 0, 'Suzhou Siheng Science and Tech Ltd', '8 floor of Jincheng star, Yunhe road NO.150, gaoxin Zone, Suzhou Suzhou 215000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32250, '70b3d5134', 0, 'Conjing Networks Inc', '4F., No.108, Zhenxing Rd., East Dist. Hsinchu City Taiwan 30063 TW', 'TW', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32251, '28f5375', 0, 'Atomrock Llc', '22525 SE 64th Place, Suite 2288 Issaquah 98027 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32252, '000924', 0, 'Telebau GmbH', 'Am Kraehenberg 1 Waldeck-Sachsenhausen Germany 34513 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32253, '001583', 0, 'Ivt Corp', 'Shangdi Xinxi road, Haidian District Beijing 100085 US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32254, '844823', 0, 'Woxter Tech Co Ltd', '23F Doushiyangguang, Chegongmiao Shenzhen 518040 CN', 'CN', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32255, '70b3d50e6', 0, 'Nasdaq', '165 Broadway New York NY 10006 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32256, '84e0f48', 0, 'Ray Co, Ltd', '3~4F, 332-7, Samsung1-ro Hwaseong-si Gyeonggi-do 445-330 KR', 'KR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32257, 'dcd255', 0, 'Kinpo Electronics, Inc', 'No.147, Sec. 3, Beishen Rd Shenkeng Dist. New Taipei City 222 TW', 'TW', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32258, '848094', 0, 'Meter, Inc', '148 Townsend St San Francisco CA 94107 US', 'US', 'MA-L', '2019-06-21', '2019-06-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32259, '009085', 0, 'Golden Enterprises, Inc', '4450 WEST EAU GALLIE BLVD. MELBOURNE FL 32934 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32260, '0003bd', 0, 'OmniCluster Tech, Inc', '4950 Blue Lake Drive Boca Raton FL 33431 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32261, 'b843e4', 0, 'Vlatacom', 'Milutina Milankovica 5 Belgrade Serbia 11080 RS', 'RS', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32262, '848bcd9', 0, 'Noralsy', '16 rue Lavoisier Chennevieres sur Marne Ile de France 94430 FR', 'FR', 'MA-M', '2019-02-26', '2019-02-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32263, '00072d', 0, 'CNSystems', 'Baumkircherstrasse 1 AT', 'AT', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32264, '0050c213f', 0, 'Sentito Networks', '2096 Gaither Rd., Suite 100 Rockville MD 20850 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32265, '00138b', 0, 'Phantom Tech Llc', '7825 Fay Avenue, Suite 200 La Jolla CA 92037 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32266, '105f49', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32267, '9cc8ae', 0, 'Becton, Dickinson and Co', '1 Becton Drive Franklin Lakes MA 07417-1880 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32268, '00013a', 0, 'Shelcad Communications, Ltd', 'P.O. Box 8513 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32269, '000874', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2001-12-14', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32270, '0050c2daf', 0, 'eumig industrie-tv GmbH', 'Gewerbeparkstr.9 Salzburg Anif 5081 AT', 'AT', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32271, '80e4da8', 0, 'Krizer international Co,. Ltd', 'RM 9F, Block B, Central Building shenzhen guangdong 518101 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32272, 'e0cdfd', 0, 'Beijing E3Control Tech Co, Ltd', '1 Shangdi East Rd, Building A, Rm 205 Beijing Beijing 100085 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32273, '70b3d5691', 0, 'Peek Traffic', '5401 N SAM HOUSTON PKWY W HOUSTON 77086 US', 'US', 'MA-S', '2019-07-16', '2019-07-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32274, '08d5c0', 0, 'Seers Tech Co, Ltd', '1210 Techcenter, SKnTechnopark, 190-1 Seongnam-si Gyeonggi-do 462-721 KR', 'KR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32275, 'c8a70a', 0, 'Verizon Business', 'One Digex Plaza Beltsville MD 20705 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32276, '00451d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-04-10', '2018-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32277, '080026', 0, 'Norsk Data A.S.', 'P.O. BOX 25 BOGERUD NO', 'NO', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32278, '001617', 0, 'Msi', 'No.69, Li-De St, Jung-Ho City Taipei Hsien 235 TW', 'TW', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32279, '000dd8', 0, 'Bbn', '7F-3,NO.186, Jian Yi Rd ., Chung Ho City Taipei 235 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32280, '0050c29c1', 0, 'Tattile Srl', 'via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT', 'IT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32281, '54a4930', 0, 'Intelligent Surveillance Corp', 'PO Box 12168 College Station TX 77842 US', 'US', 'MA-M', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32282, '00401f', 0, 'Colorgraph Ltd', 'UNIT 2, MARS HOUSE RG7 4QW - UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32283, '00c055', 0, 'Modular Computing Tech', '2352 MAIN STREET CONCORD MA 01742 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32284, '0023c2', 0, 'Samsung Electronics Co, Ltd', '19th Fl., Korea Life Bldg. 1338-12 Seoul 137-860 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32285, '78d34f', 0, 'Pace-O-Matic, Inc', '4150 Blue Ridge Industrial Parkway Norcross GA 30071 US', 'US', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32286, '001abb', 0, 'Fontal Tech Incorporation', 'Rm.522, Bldg. 52, 195, Sec. 4, ChungHsing Rd., Chutung Hsinchu 310 TW', 'TW', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32287, '002109', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32288, '08d42b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32289, '001bc509e', 0, 'K+K Messtechnik GmbH', 'St.-Wendel-Str. 12 Braunschweig Niedersachsen 38116 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32290, 'b0495f', 0, 'Omron Healthcare Co, Ltd', '53, Kunotsubo, Terado-cho Muko Kyoto 6170002 JP', 'JP', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32291, 'e4c483', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32292, '80c7c5', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32293, '885fe83', 0, 'Sonnet Labs Inc', '8 The Green Suite #6290 Dover DE 19901 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32294, '00600e', 0, 'Wavenet International, Inc', '5825 KENNEDY ROAD MISSISSAUGA, ONTARIO L4Z 2G3 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32295, '00193e', 0, 'Adb Broadband Italia', 'VIALE SARCA 222 MILANO 20126 IT', 'IT', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32296, '70b3d54a8', 0, 'Acrodea, Inc', '3F, Daisan Yamada Bldg., 22 Aizumi-cho Shinjuku-ku Tokyo 1600005 JP', 'JP', 'MA-S', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32297, '00124d', 0, 'Inducon BV', 'Kerklaan 26 Leimuiden ZH 2541 CG NL', 'NL', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32298, '001f81', 0, 'Accel Semiconductor Corp', '1F,Mainbldg,149 Chun Xiao Road, Shanghai 201203 CN', 'CN', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32299, '0c96bf', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32300, '6c5f1c', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999, Qishan North 2nd Road, Xiamen 361000 Fujian US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32301, '18e29f', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32302, 'fc1ca1', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32303, '001027', 0, 'L-3 Communications East', 'ONE FEDERAL STREET - A&E-3ES CAMDEN NJ 08102 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32304, '001a81', 0, 'Zelax', '2nd buid., 1B, Zavodskaya st., Moscow 124681 RU', 'RU', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32305, '00191b', 0, 'Sputnik Engineering AG', 'Höheweg 85 Biel-Bienne BE 2502 CH', 'CH', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32306, '0019f3', 0, 'Cetis, Inc', '5025 Galley Rd Colorado Springs CO 80915 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32307, 'a4a4d3', 0, 'Bluebank Communication Tech CoLtd', 'No.13-2.Jiang Ying Road, Chongqing 401336 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32308, '086083', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-06-26', '2019-06-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32309, '0090e1', 0, 'Telena S.P.A.', 'VIA SAVONA, 146 20144 MILANO IT', 'IT', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32310, '000d29', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32311, '00175a', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32312, '5453ed', 0, 'Sony Corp', 'Gotenyama Tec 5-1-2 Tokyo Shinagawa-ku 141-0001 JP', 'JP', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32313, '3c363d', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2012-03-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32314, '24fd52', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW', 'TW', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32315, 'ccd3e2', 0, 'Jiangsu Yinhe Electronics Co, Ltd', 'No.188 Nanhuan Road, TangQiao Town Zhangjiagang Jiangsu 215611 CN', 'CN', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32316, '7c477c9', 0, 'DaLian Cheering Tech Co, Ltd', '321-1 Tuqiang Street RM308,DDA DaLian Liaoning 116023 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32317, '00a076', 0, 'Cardware Lab, Inc', '285 SOBRANTE WAY, STE. SUNNYVALE CA 94086 VI', 'VI', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32318, '0004bf', 0, 'VersaLogic Corp', '12100 SW Tualatin Rd Tualatin OR 97062 US', 'US', 'MA-L', '2001-01-24', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32319, '70b3d598e', 0, 'Autocom Diagnostic Partner AB', 'Grafitvägen 23B TROLLHÄTTAN 46138 SE', 'SE', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32320, '001d00', 0, 'Brivo Systems, Llc', '4330 East West Highway Bethesda MD 20814 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32321, '0050c2897', 0, 'Odf Optronics, Inc', '6112 Trotter Ridge Road Summerfield NC 27358 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32322, '50e0c7', 0, 'TurControlSystme AG', 'Geschwister-Scholl-Strasse 7 Genthin Sachsen-Anhalt 39307 DE', 'DE', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32323, '2008ed', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32324, 'f40e11d', 0, 'Dxg Tech Corp', '15FL.,NO.4,SEC.3, Taipei 10477 TW', 'TW', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32325, 'f0d7dc', 0, 'Wesine (Wuhan) Tech Co, Ltd', '10th Floor, Building 2, SBI Venture Street, Hongshan District Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32326, '001ac3', 0, 'Scientific Atlanta, Inc', '5030 Sugarloaf Pkwy Lawrenceville GA 30044 US', 'US', 'MA-L', '2006-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32327, '001bda', 0, 'UTStarcom Inc', '1275 Harbor Bay PKWY Alameda CA 94502 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32328, '6c5c3d8', 0, 'Guangzhou Guangri Elevator Industry Co, Ltd', '636 South of Guomao Road,Shilou County,Panyu District Guangzhou Guangdong 511047 CN', 'CN', 'MA-M', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32329, '70b3d573b', 0, 'S-I-C', 'Schornbacher Weg 37-8 Schorndorf BW 73614 DE', 'DE', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32330, 'ac1ddf0', 0, 'PiOctave Solutions Pvt Ltd', '#1217, Ground Floor,4th Cross Road, 1st Block, HAL 3rd Stage BENGALURU KARNATAKA 560 075 IN', 'IN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32331, '440377e', 0, 'Bolin Tech Co, Ltd', '5/F, No 4 Block, Jinruizhonghe Industry Park,Huarong Road, Da Lang, Long Hua, Shenzhen, China. shenzhen Guang Dong 518109 CN', 'CN', 'MA-M', '2019-08-24', '2019-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32332, 'd8ee78', 0, 'Moog Protokraft', '4545 W Stone Dr Bldg 135 Kingsport TN 37660 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32333, 'b0411d', 0, 'Ittim Tech', 'B1606, No.6, Zhongguancun South Street, Beijing Beijing 100086 CN', 'CN', 'MA-L', '2015-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32334, '306cbe', 0, 'Skymotion Tech (HK) Ltd', 'Unit 2603, 26/F, Metropole Square, 852 HK', 'HK', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32335, '38afd7', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2016-08-26', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32336, '000258', 0, 'Flying Packets Communications', '388 Market Street San Francisco CA 94111 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32337, '0050c2442', 0, 'Pico Computing, Inc', '9747 Businesspark Ave. San Diego CA 92131 US', 'US', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32338, '001e2d', 0, 'Stim', 'ZAC les COUSTELLIERS CASTRIES HERAULT 34160 FR', 'FR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32339, '00231e', 0, 'Cezzer Multimedia Tech', 'Pépinière d\'entreprises CREATIC Plouzané 29280 FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32340, '40d855085', 0, 'Peek Traffic Corp', '2906 Corporate Way Palmetto Fl 34221 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32341, '60d7e36', 0, 'Ameli s.r.l.', 'via Guido Rossa,10 Impruneta Firenze 50023 IT', 'IT', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32342, '1c7328', 0, 'Connected Home', '19-22, Rathbone Place London W1T 1HY GB', 'GB', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32343, '70b3d5bcd', 0, 'Sasken Tech Ltd', '139/25, Amarjyothi Layout, Domlur Bangalore 560071 IN', 'IN', 'MA-S', '2018-12-06', '2018-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32344, '001ba2', 0, 'Ids Imaging Development Systems GmbH', 'Dimbacher Str. 6 Obersulm BW 74182 DE', 'DE', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32345, '0050c277b', 0, 'Itibia Tech', '100 Menlo Park, Suite 212 Edison NJ 08837 US', 'US', 'IAB', '2007-07-01', '2016-02-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32346, '28fd800', 0, 'Millcode', 'Bergsgårdsliden 5 Halmstad Halland 30272 SE', 'SE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32347, '885fe8', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32348, '004051', 0, 'Garbee and Garbee', '4390 Darr Circle Colorado Springs CO 80908 US', 'US', 'MA-L', '2000-11-09', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32349, '885c47', 0, 'Alcatel-Lucent', 'Via Energy Park, 14 Vimercate MB 20871 IT', 'IT', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32350, '00c075', 0, 'Xante Corp', '2559 EMOGENE STREET MOBILE AL 36606 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32351, '0002c3', 0, 'Arelnet Ltd', '3 Hayarden St. IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32352, 'e8a364', 0, 'Signal Path International / Peachtree Audio', '2045 120th Ave NE Bellevue Washington 98005 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32353, '688ab5', 0, 'Edp Servicos', 'Rua Castilho, número 165, 5º andar Lisboa 1070-050 PT', 'PT', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32354, '2cd141b', 0, 'Resus Industries', 'Kleine monnikenwerve 9 Brugge West-Vlaanderen 8000 BE', 'BE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32355, '684f64', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32356, '00132e', 0, 'ITian Coporation', '4F Youngho Bd.1605-1 Seocho-dong Seoul 137-070 KR', 'KR', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32357, '0050c2e8e', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2011-09-25', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32358, '000a60', 0, 'Autostar Tech Pte Ltd', 'Unit 04-10 TECHplace II Singapore Singapore 569876 SG', 'SG', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32359, '0050c2652', 0, 'Wideco Sweden AB', 'Företagsgatan 7 Borås Viared 50494 SE', 'SE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32360, '0050c2e79', 0, 'Mcs Micronic Computer Systeme GmbH', 'Ullsteinstrasse 114, Tower C Berlin 12109 DE', 'DE', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32361, '6886a7', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32362, '0090e6', 0, 'ALi Corp', '6F, 246 NeiHu Road, Sec. 1 Taipei 114 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32363, '00094b', 0, 'FillFactory NV', 'Schalienhoevedreef 20B B-2800 Mechelen BE', 'BE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32364, '70b3d5f68', 0, 'AL Zajel Modern Telecomm', 'PO BOX:3932 AL QURUM MUSCAT 112 OM', 'OM', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32365, 'f023b9e', 0, 'Domotz Ltd', '334 Ladbroke Grove London W10 5AD GB', 'GB', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32366, '088dc8', 0, 'Ryowa Electronics Co, Ltd', '1483-1 Takahara-machi Yamagata-shi Yamagata-pref. 9900002 JP', 'JP', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32367, 'b88d12', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-08-31', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32368, '001bc5019', 0, 'Dunlop Systems & Components', 'Holbrook Lane Coventry West Midlands CV6 4QX GB', 'GB', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32369, 'a46032', 0, 'Mrv Communications (Networks) Ltd', 'Hayetzira 6 Yokneam Yokneam 20692 IL', 'IL', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32370, '0827ce', 0, 'Nagano Keiki Co, Ltd', '2150 IKUTA UEDA NAGANO 386-0411 JP', 'JP', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32371, '70b3d5999', 0, 'Logicube Inc', '19755 Nordhoff Place Chatsworth CA 91311 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32372, '00d0ba', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32373, '0018e4', 0, 'Yiguang', '3/FL.Industry zone,Fuxinlin,Hangcheng,Xixiang,Baoan Shenzhen Guangdong 518126 CN', 'CN', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32374, '14c03e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32375, '8c04ba', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2019-03-14', '2019-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32376, '3cfad3b', 0, 'Corelink Tech Co, Ltd', '2701, building D2, No.1, Keyuan Weiyi Road, Laoshan District Qingdao Shandong China CN', 'CN', 'MA-M', '2019-11-14', '2019-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32377, '0012ba', 0, 'Fsi Systems, Inc', '5847 County Road 41 Farmington NY 14425 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32378, '38892c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32379, '54bef7', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2013-07-12', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32380, '10dc4a', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32381, '00098a', 0, 'EqualLogic Inc', '9 Townsend West Nashua NH 03062 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32382, '001f3f', 0, 'Avm GmbH', 'Alt-Moabit 95 Berlin 10559 DE', 'DE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32383, '00252c', 0, 'Entourage Systems, Inc', '7901 Jones Branch Drive McLean Virginia 22102 US', 'US', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32384, '70ef00', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32385, '001435', 0, 'CityCom Corp', '3F., No.532, Sec. 2, Jhonghe City Taipei Hsien 23557 TW', 'TW', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32386, '0050c2830', 0, 'CompuShop Services Llc', '7517 Washington Ave S Edina MN 55439 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32387, '0050c2b67', 0, 'RC Systems Co Inc', '8621 Hwy. 6 Hitchcock TX 77563 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32388, '145bd1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-01-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32389, '0050c2281', 0, 'CabTronix GmbH', 'Hohstrass 1 Kloten Zuerich 8302 CH', 'CH', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32390, '00145b', 0, 'SeekerNet Inc', '300 Satellite Blvd. Suwanee Georgia 30024 US', 'US', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32391, '708b78', 0, 'citygrow Tech Co, Ltd', 'rm1404, blk A, ,5 - 21 Pak Tin Par Street Tsuen Wan HK', 'HK', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32392, '00a052', 0, 'Stanilite Electronics Pty. Ltd', '424, LANE COVE ROAD NORTH RYDE NSW 2113 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32393, '000054', 0, 'Schneider Electric', '35 rue Joseph Monier FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32394, 'e4f939', 0, 'Minxon Hotel Tech Inc', '3F, No.37, Dongxing Rd., Xinyi Dist. Taipei Taiwan 11070 TW', 'TW', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32395, '24693e', 0, 'innodisk Corp', '5F., No. 237, Sec. 1, Datong Rd., Xizhi Dist. New Taipei City Taiwan 221 TW', 'TW', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32396, '0050c26c4', 0, 'Rexxon GmbH', 'Zum Kesselort 53 Kiel Schleswig-Holstein 24149 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32397, '0023a8', 0, 'Marshall Electronics', '20608 Madrona Ave Torrance CA 90503 US', 'US', 'MA-L', '2008-10-25', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32398, '002423', 0, 'AzureWave Tech (Shanghai) Inc', 'NO. 8, LANE 66, CHENGBAO RD. SHANGHAI 201801 CN', 'CN', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32399, '24af4a', 0, 'Alcatel-Lucent Ipd', '701 E. Middlefield Rd. Mountain View CA 94043 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32400, '04021f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32401, '487a55', 0, 'Ale International', '32 avenue Kléber Colombes 92700 FR', 'FR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32402, '702ed9', 0, 'Guangzhou Shiyuan Electronics Co, Ltd', 'No.6, 4th Yunpu Road, Yunpu industry District Gunagzhou Guangdong 510530 CN', 'CN', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32403, '00088f', 0, 'Advanced Digital Tech', 'ADT BLDG.,3-3, YANGJAE-DONG, SEOUL KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32404, '000a91', 0, 'HemoCue AB', 'Box 1204 Ängelholm Skåne län 26223 SE', 'SE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32405, '242ffa', 0, 'Toshiba Global Commerce Solutions', 'B307/D121F RTP NC 27709 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32406, '94eb2c', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View 94043 US', 'US', 'MA-L', '2013-09-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32407, '00a026', 0, 'Teldat, S.A.', 'PARQUE TECNOLOGICO MADRID 28760 TACS CAN TOS (MADRID) ES', 'ES', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32408, '000abd', 0, 'Rupprecht & Patashnick Co', '25 Corporate Circle Albany NY 12203 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32409, '001497', 0, 'Zhiyuan Eletronics Co, Ltd', '2 Floor, NO.3 Building, Huangzhou Industrial Estate, Chebei Road, Guangzhou Guangdong 510660 CN', 'CN', 'MA-L', '2005-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32410, '002397', 0, 'Westell Tech Inc', '750 N Commons Dr Aurora IL 60504 US', 'US', 'MA-L', '2008-10-25', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32411, '0050c2e71', 0, 'traffic network solutions s.l', 'Bruc 120, pral 1ºB Barcelona 08009 ES', 'ES', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32412, '2c9efc', 0, 'Canon Inc', '3-30-2 Ohta-Ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32413, '0069671', 0, 'miliwave', 'room 423,105 gwanggyo-ro, yengtong-gu suwon-si Kyunggi-do 16229 KR', 'KR', 'MA-M', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32414, '00e0c7', 0, 'Eurotech Srl', 'VIA JACOPO LINUSSIO 1 33030 AMAROO (UD) IT', 'IT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32415, '0050c21cb', 0, 'quantumBEAM Ltd', 'Abbey Barns Ickleton Cambridgeshire CB10 1SX GB', 'GB', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32416, '48f925', 0, 'Maestronic', 'Futura plaza 2103 Kwun Tong 88 HK', 'HK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32417, 'b01f812', 1, 'Private', '', '', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32418, 'cc1be07', 0, 'Sichuan Dianjia network Tech CoLtd', 'East 6F,No.51 East Wenshui Road,Hongkou District Shanghai Shanghai 200437 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32419, '000ed2', 0, 'Filtronic plc', 'The Waterfront Saltaire W Yorks BD18 3TT GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32420, '00162e', 0, 'Space Shuttle Hi-Tech Co, Ltd', 'No. 226, Wu-Ho St., Wu-Lung Village, Hsinchu Hsien 307 TW', 'TW', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32421, '001f50', 0, 'Swissdis AG', 'Grasweg 7 Schwarzhaeusern BE 4911 CH', 'CH', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32422, 'ccf8f0', 0, 'Xi\'an Hisu Multimedia Tech Co, Ltd', '3 Floor , NO.1 Building , Modern Business Enterprise Centre (East) , NO.69, Jinye road , Xi¡¯an Xi\'an City Shanxi Province 710075 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32423, '70b3d535f', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32424, '70b3d53cb', 0, 'GeoSpectrum Tech Inc', '10 Akerley Blvd, #19 Dartmouth Nova Scotia B3B1J4 CA', 'CA', 'MA-S', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32425, '006024', 0, 'Gradient Tech, Inc', '2 MOUNT ROYAL AVENUE MARLBORO MA 01752 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32426, '0050c2172', 0, 'Saet I.S. S.r.l.', 'Via Leini l/b San Maurizio Canavese 10077 TO IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32427, '40d8551a8', 0, 'Multiobrabotka', 'Lermontova,74 Kamensk-Uralsky Sverdlovsk region 623400 RU', 'RU', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32428, 'a0bb3e8', 0, 'AutarcTech GmbH', 'Technologiepark 1 Ansbach Bavaria 91522 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32429, '9c2ea1', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32430, '00055b', 0, 'Charles Industries, Ltd', '5600 Apollo Dr. Rolling Meadows IL 60008 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32431, 'bc7670', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32432, '000e55', 0, 'Auvitran', '7c chemin des Prés MEYLAN 38410 FR', 'FR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32433, '0050c23ae', 0, 'Hankuk Tapi Computer Co, Ltd', '357-1, Jangdae-Dong, Yusung-Gu Daejeon 305-308 KR', 'KR', 'IAB', '2004-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32434, '0050c2df3', 0, 'Insevis GmbH', 'Am Weichselgarten 7 Erlangen D-91058 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32435, '681590', 0, 'Sagemcom Broadband Sas', '250 ROUTE DE L\'EMPEREUR RUEIL MALMAISON CEDEX Choisissez l\'état / la province 92848 FR', 'FR', 'MA-L', '2013-05-02', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32436, '88da1a', 0, 'Redpine Signals, Inc', '2107, N. First St San Jose CA 95131-2019 US', 'US', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32437, '009068', 0, 'Dvt Corp', '1670 OAKBROOK DR. - STE. #330 NORCROSS GA 30093 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32438, '000925', 0, 'Vsn Systemen BV', 'Keizersveld 83 Venray Limburg 5803 AP NL', 'NL', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32439, '0050c2822', 0, 'Winner Tech Co, Ltd', 'Rm707 GITEC 1121-9 Jungri Masan Gyeng-Nam GN 630-857 KR', 'KR', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32440, '0050c2a81', 0, 'Bpc circuits Ltd', 'Omni House Leicester LE4 1BF GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32441, 'b0b32b', 0, 'Slican sp. z o.o.', 'M. Konopnickiej 18 Bydgoszcz Kujawsko-Pomorskie 85-124 PL', 'PL', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32442, '4cbca5', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32443, '005b94', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32444, '00a0eb', 0, 'Encore Networks, Inc', '3800 Concorde Parkway, Chantilly, VA 20151 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32445, '00023d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32446, '000e3f', 0, 'Soronti, Inc', '12159 Business Park Dr, Suite 140 Draper Utah 84020 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32447, '34e1d1', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-01-05', '2019-01-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32448, '0050fc', 0, 'Edimax Tech Co Ltd', 'No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW', 'TW', 'MA-L', '2000-11-09', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32449, '000c5f', 0, 'Avtec, Inc', '4335 Augusta Hwy Gilbert SC 29054 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32450, '549fae', 0, 'iBASE Gaming Inc', '2F., No.542-17, Zhongzheng Rd Xinzhuang Dist., New Taipei City 24255 TW', 'TW', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32451, 'e08e3c', 0, 'Aztech Electronics Pte Ltd', '31, Ubi Road 1 Singapore Singapore 408694 SG', 'SG', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32452, '70b3d5b74', 0, 'OnYield Inc Ltd', '814 Houston Centre, 63 Mody Road Kowloon TST East HK', 'HK', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32453, '205531', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32454, 'd8e004', 0, 'Vodia Networks Inc', '33 Broad St Boston MA 02109 US', 'US', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32455, '000724', 0, 'Telemax Co, Ltd', '6th Fl. Sungwoo B/D, 1099-1 Kyungki-Do, 435-040 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32456, '847303', 0, 'Letv Mobile and Intelligent Information Tech (Beijing) Corp Ltd', '5th floor,Hongchengxintai building,No.105,Yaojiayuan Road,Chaoyang District,Beijing Beijing Chaoyang 100025 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32457, '1cfd08a', 0, 'Banmak Technogies Co, Ltd', '302, Building R3-B, High-Tech Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32458, '0050c23b7', 0, 'Mindspeed Tech', '8 Technology Drive Westborough Massachusetts 01581 US', 'US', 'IAB', '2004-08-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32459, '0050c2a6e', 0, 'Screen Technics Pty Ltd', 'Corner Vale & Suttor Roads Moss Vale NSW 2577 AU', 'AU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32460, 'f4ce36', 0, 'Nordic Semiconductor Asa', 'Otto Nielsens veg 12 Trondheim NO-7052 NO', 'NO', 'MA-L', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32461, 'a4b61e', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32462, '44a689', 0, 'Promax Electronica SA', 'FRANCESC MORAGAS 71-75 HOSPITALET DE LLOBREGAT BARCELONA 08907 ES', 'ES', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32463, '900e83', 0, 'Monico Monitoring, Inc', '18530 Klein Church Rd Spring TX 77379 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32464, '001399', 0, 'Stac Corp', '2-16-37 fujimi sayama-shi saitama 350-1306 JP', 'JP', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32465, '001bc5037', 0, 'Itw Reyflex North America', '195 E Algonquin Road Des Plaines IL 60090 US', 'US', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32466, '902bd2', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32467, '000f34', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32468, '001228', 0, 'Data Ltd', 'J. Hagaru 9 Bratislava 830 05 SK', 'SK', 'MA-L', '2004-08-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32469, 'a45602', 0, 'fenglian Tech Co, Ltd', '302 R D Building Oriental Cyberport HighTech Industrial Park Nanshan Shenzhen China Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32470, '0017a1', 0, '3soft Inc', 'shinyoung bldg 4f, chungdam-dong, gangnam-gu seoul 135-100 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32471, 'd05875', 0, 'Active Control Tech Inc', '1800 Appleby Line Burlington Ontario L7L 6A1 CA', 'CA', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32472, '0050c22fb', 0, 'Arthur Industries Inc, dba On Hold Media Group', '6836 Dallas Pkwy Plano TX 75024 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32473, '0050c2623', 0, 'Safeline SL', 'EDIFICIO SAFELINE MATARO BARCELONA 08302 ES', 'ES', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32474, '78521a', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32475, '40a36b2', 0, 'TOPROOTTechnology Corp Ltd', '5F-8, No. 14, Lane 609, Sec.5, Chongsin Rd., Sanchong Dist. NewTaipei City 241 TW', 'TW', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32476, '0007bb', 0, 'Candera Inc', '673 South Milpitas Blvd. Milpitas CA 95035 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32477, '000d18', 0, 'Mega-Trend Electronics Co, Ltd', 'Tong Fu Yu Ind., Ku Keng Village, Guan Lan Shengzhen Guang Dong 518110 CN', 'CN', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32478, '70b3d5f51', 0, 'IoT Routers Ltd', 'The Barn, 22 Brackendale Bradford West Yorkshire BD10 0SJ GB', 'GB', 'MA-S', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32479, '001b40', 0, 'Network Automation mxc AB', 'Box 7294 Stockholm 10390 SE', 'SE', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32480, '0050c2f0a', 0, 'Hascom International Pty Ltd', '15 Marloo Lane Quinns Rocks Western Australia 6030 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32481, '84a788', 0, 'Perples', '8F, 209 Dosan-daero, Seoul 135-892 KR', 'KR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32482, '8cc8f44', 0, 'Itech Electronic Co, Ltd', 'No.108, XiShanqiao Nanlu Nanjing Jiangsu 210039 CN', 'CN', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32483, '341a35', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32484, '4833dd', 0, 'Zennio Avance Y Tecnologia, S.L.', 'RIO JARAMA 132 NAVE P8.11 TOLEDO 45007 ES', 'ES', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32485, 'cc262d', 0, 'Verifi, Llc', '9466 Meridian Way West Chester OH 45069 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32486, '28e476', 0, 'Pi-Coral', '2130 Gold Street, Ste. 200 San Jose CA - California 95002 US', 'US', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32487, '34e1d18', 0, 'Hubitat Inc', '20343 N Hayden Rd, Suite 105-280 Scottsdale AZ 85255 US', 'US', 'MA-M', '2019-01-08', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32488, '0019f0', 0, 'Unionman Tech Co, Ltd', '18F, HUAYANG TOWER,YANDAYI ROAD HUIZHOU GUANGDONG 516007 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32489, '001a1a', 0, 'Gentex Corp/Electro-Acoustic Products', '2456 Brown Avenue Manchester NH 03103 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32490, '000bc0', 0, 'China IWNComm Co, Ltd', '4F.C Xietong Building,No.12 Gaoxin 2nd r Xi\'an shaanxi 710075 CN', 'CN', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32491, '001605', 0, 'Yorkville Sound Inc', '4625 WITMER INDUSTRIAL ESTATE NIAGARA FALLS NY 14305 US', 'US', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32492, '40d85508f', 0, 'Excelitas', '1330 E Cypress St Covina CA 91724 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32493, 'c4954d', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32494, '00c0fb', 0, 'Advanced Tech Labs', '22100 BOTHELL HIGHWAY S.E. BOTHELL WA 98041-3003 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32495, '0040b7', 0, 'Stealth Computer Systems', '2341 REGINA CT. SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32496, '0050c2a54', 0, 'Diamond Point International (Europe) Ltd', '13 Ashford House, Beaufort Court Rochester Kent ME2 4FA GB', 'GB', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32497, '001f2d', 0, 'Electro-Optical Imaging, Inc', '4300 Fortune Place, Suite C West Melbourne FL 32904 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32498, 'a0341b', 0, 'Adero Inc', '7410 HOllister Ave Goleta CA 93117 US', 'US', 'MA-L', '2017-03-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32499, '70b3d5365', 0, 'CircuitMeter Inc', '1238 Maple Ridge Dr Pickering Ontario L1X 1A5 CA', 'CA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32500, '70b3d5904', 0, 'Phb Eletronica Ltda.', 'Aroaba St., 129 São Paulo 05315-020 BR', 'BR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32501, 'c4f839', 0, 'Actia Automotive', '5 rue Jorge Semprun TOULOUSE 31400 FR', 'FR', 'MA-L', '2018-10-11', '2018-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32502, '70b3d594e', 0, 'BP Lubricants Usa, Inc', '201 North Webster White Cloud MI 49349 US', 'US', 'MA-S', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32503, '00807a', 0, 'Aitech Systems Ltd', '3080 OLCOTT STREET SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32504, '02cf1c', 0, 'Communication Machinery Corp', '1226 ANACAPA SANTA BARBARA CA 93101 US', 'US', 'MA-L', '2000-11-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32505, '94df58', 0, 'IJ Electron Co, Ltd', '401 ACE HIGHEND8, 345-4 GASAN-DONG SEOUL 153-802 KR', 'KR', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32506, '1c62b8', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32507, '905851', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32508, '0010b9', 0, 'Maxtor Corp', '2190 MILLER DRIVE LONGMONT CO 80501-6744 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32509, '08b7ec', 0, 'Wireless Seismic', '13100 SW Freeway Sugar Land TX 77478 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32510, 'e818637', 0, 'Siliconcube', 'Room 702, KSIA Building, 182, Seongnam-si Gyeonggi-do 463-400 KR', 'KR', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32511, '9c8ba0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32512, 'f093c5', 0, 'Garland Tech', '2130 Oak Bend Lane Garland TX 75040 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32513, '244f1d', 0, 'iRule Llc', '1555 Broadway St Detroit MI 48226 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32514, '68a8e1', 0, 'Wacom Co, Ltd', 'Sumitomo Fudosan Shinjuku Grand Tower 31F,8-17-1 Nishi-shinjuku,Shinjuku-ku Tokyo 160-6131 JP', 'JP', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32515, '70b3d523f', 0, 'Eta-Usa', '16170 Vineyard Blvd., #180 Morgan Hill CA 95037 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32516, '50934f', 0, 'Gradual Tecnologia Ltda.', 'Rua Attilio Giaretta, 110 Itatiba SP 13257-584 BR', 'BR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32517, '541dfb', 0, 'Freestyle Energy Ltd', '18-24 Ricketts Road Mount Waverley Victoria 3149 AU', 'AU', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32518, '60d7e32', 0, 'Novo innovations Ltd', 'Westwood way Westwood business park Coventry Cv4 8lg GB', 'GB', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32519, '70b3d51c9', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2018-09-07', '2018-09-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32520, 'f033e5', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32521, '78223d', 0, 'Affirmed Networks', '35 Nagog Park Acton MA 01720 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32522, '40d855083', 0, 'Delopt', '#3&4, 1st Cross, 7th Main Bangalore Karnataka 560062 IN', 'IN', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32523, '001715', 0, 'Qstik', 'Cartel Business Estate Harlow Essex CM20 2TT GB', 'GB', 'MA-L', '2006-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32524, '001d43', 0, 'Shenzhen G-link Digital Tech Co, Ltd', '4F, E Building,Huachuang Da Technology Zone ,Hangcheng Highway,Gushu,Xixiang , shenzhen GuangDong 518126 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32525, 'c84544', 0, 'Asia Pacific Cis (Wuxi) Co, Ltd', 'No 11, Xikun Road, Wuxi New District Wuxi Jiangsu 214028 CN', 'CN', 'MA-L', '2011-12-14', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32526, '0c9541', 0, 'Chipsea Tech (Shenzhen) Corp', '9F,BLOCK A,GARDEN CITY DIGITAL BUILDING,NO.1079 NANHAI ROAD,NANSHAN DISTRICT SHEN ZHEN GUANG DONG 518000 CN', 'CN', 'MA-L', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32527, '001394', 0, 'Infohand Co, Ltd', 'Kranz-Techno #1207, 5442-1, Sangdaewon-dong, Jungwon-gu Seongnam-si Gyeonggi-do 462-819 KR', 'KR', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32528, '0015f6', 0, 'Science And Engineering Services, Inc', '4015 PULASKI PIKE NW HUNTSVILLE AL 35810 US', 'US', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32529, 'b40c25', 0, 'Palo Alto Networks', '4401 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32530, '000227', 0, 'Esd Electronic System Design GmbH', 'Vahrenwalder Str. 207 30 165 Hannover DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32531, '001118', 0, 'Blx IC Design Corp, Ltd', 'Rm 1006, Quantum Plaza Beijing 100083 CN', 'CN', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32532, 'e0a3ac', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32533, '70b3d5e82', 0, 'RF Track', '80, avenue des buttes de Coesmes Rennes 35700 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32534, '001bc5001', 0, 'OpenRB.com, Direct Sia', 'E. Birznieka-Upisha Riga LV-1050 LV', 'LV', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32535, '50724d', 0, 'Beg Brueck Electronic GmbH', 'Schlosserstraße 30 Lindlar Nordrhein-Westfalen 51789 DE', 'DE', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32536, '000981', 0, 'Newport Networks', 'Enterprise House Chepstow Monmouthshire NP16 5PB GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32537, '0015f1', 0, 'Kylink Communications Corp', '8F-8, No. 351, Sec. 2, Zhongshan Rd., Zhonghe City 23504 TW', 'TW', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32538, '34008a', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32539, 'ac1ddf5', 0, 'Shenzhen Ouzheng Electronic Tech Co,.Ltd', 'Longgang District Pinghu Street Fangkeng Road No 7 B Building 2nd Floor Shenzhen Guangdong 518111 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32540, '54a54b', 0, 'Nsc Communications Siberia Ltd', 'Ordjonikidze 38 Novosibirsk 630099 RU', 'RU', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32541, 'f0dbe2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32542, '70b3d5505', 0, 'Mc2-Tech', '5 rue du Colibri Villeneuve d\'Ascq Nord 59650 FR', 'FR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32543, 'c4c563', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32544, '001d03', 0, 'Design Solutions Inc', '81 David Love Place Goleta Ca 93117 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32545, '0022d8', 0, 'Shenzhen Gst Security and Safety Tech Ltd', 'Room 502,Building 6 of Kupai Infomation Harbour, Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32546, '001fb2', 0, 'Sontheim Industrie Elektronik GmbH', 'Dieselstrasse 7 Kempten Allgaeu Bavaria D-87437 DE', 'DE', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32547, '74d6ea', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32548, '9cdfb1', 0, 'Shenzhen Crave Communication Co, Ltd', 'F3,8Building,DongFangMing IndustryZone,No.83 DabaoRD.,33 District BaoAn Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32549, 'f81d785', 0, 'Dacons', '90, Centum jungang-ro, Haeundae-gu Busan 48059 KR', 'KR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32550, '0013ac', 0, 'Sunmyung Electronics Co, Ltd', 'LARGO-PLAZA 8F, Janghang-Dong Koyang Kyungki 411-837 KR', 'KR', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32551, '001803', 0, 'ArcSoft Shanghai Co Ltd', '20th Floor, Suite (EAST) 2008, China Merchants Plaza, 333 Shanghai 200041 CN', 'CN', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32552, '002426', 0, 'Nohmi Bosai Ltd', '7-3,Kudan-Minami 4-Chome, Tokyo 102-8277 JP', 'JP', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32553, '4411c2', 0, 'Telegartner Karl Gartner GmbH', 'Lerchenstr. 35 Steinenbronn Baden-Wurttemberg 71144 DE', 'DE', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32554, 'f417b8', 0, 'AirTies Wireless Networks', 'Esentepe Mah., Kore Şehitleri Cad. Istanbul Şişli 34360 TR', 'TR', 'MA-L', '2017-08-20', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32555, 'f4323d', 0, 'Sichuan tianyi kanghe communications Co, Ltd', 'No.198, section 1, xueshan avenue, jinyuan town, dayi county, sichuan province chengdu sichuan 611330 CN', 'CN', 'MA-L', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32556, '10dcb6a', 0, 'Pickering Interfaces Ltd', 'Stephenson Road Clacton On Sea Essex CO154NL GB', 'GB', 'MA-M', '2019-07-18', '2019-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32557, '0050c2480', 0, 'Selkom GmbH', 'Jahnstraße 4 Muggensturm Baden-Württemberg 76461 DE', 'DE', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32558, '0050c2846', 0, 'Esp-Planning Co', 'Hukujucho Hirakata 2-51 Hashima-shi Gifu-ken 501-6257 JP', 'JP', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32559, '200a0de', 0, 'Hangzhou Dangbei Network TechCo, Ltd', 'Build C,Wanfu Center,Binkang Road No.228,Binjiang Area China 210051 CN', 'CN', 'MA-M', '2019-10-18', '2019-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32560, '00c0e9', 0, 'Oak Solutions, Ltd', 'BROADWAY HOUSE ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32561, '14a86b', 0, 'ShenZhen Telacom Science&Tech Co, Ltd', 'B1701/1705 Pavilion, Hua Qiang Bei RD4002, Futian District ShenZhen GuangDong 518028 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32562, '0050c2fe6', 0, 'Exibea AB', 'Ekmansgatan 3 Gothenburg Sweden 411 32 SE', 'SE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32563, 'd0bf9c', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2014-10-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32564, '7ccd11', 0, 'MS-Magnet', 'Parchevich 42 Sofia 1000 BG', 'BG', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32565, '885d908', 0, 'Creative Sensor Inc', '9F., No.501, Sec. 6, Nanjing E. Rd., Neihu Dist., Taipei City 114, Taiwan (R.O.C.) Taipei City Taiwan 114 TW', 'TW', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32566, '306f07', 0, 'Nations Tech Inc', '18F, Nations Tower, Nanshan District Shenzhen 518057 CN', 'CN', 'MA-L', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32567, '001362', 0, 'ShinHeung Precision Co, Ltd', 'DaeHa Bldg. 401 YoungDungPoGu Seoul 150-050 KR', 'KR', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32568, '2c36f8', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32569, '70bf3e', 0, 'Charles River Laboratories', '1023 Wappoo Road Suite 43B Charleston SC 29407 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32570, '00e035', 0, 'Artesyn Embedded Tech', '2900 S. Diablo Way Tempe AZ 85282 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32571, 'c8d10b', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo 24101 FI', 'FI', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32572, '50a733', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2011-07-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32573, '000369', 0, 'Nippon Antenna Co, Ltd', 'No. 49-8, Nishiogu, Tokyo 116-8561 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32574, '0023c5', 0, 'Radiation Safety and Control Services Inc', '91 Portsmouth Ave Stratham New Hampshire 03885 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32575, '64a769', 0, 'Htc Corp', 'No.23 Xinghua Road Taoyuan County 330 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32576, '70b3d5a3c', 0, 'Wave Music Ltd', 'Suite 1309 Asia Standard Tower 59-65 Queens Road Central Hong Kong 000000 HK', 'HK', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32577, '98aafc0', 0, 'Dalian Eastern Display Co, Ltd', 'No.99-5 Huaihe Middle Road E.& T Development Zone Dalian, China Dalian Liaoning 116600 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32578, '001cb5', 0, 'Neihua Network Tech Co, Ltd(Nhn)', 'Plot Xinmei Road 102-Q,New District WuXi Jiangsu 214028 CN', 'CN', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32579, '002711', 0, 'LanPro Inc', '1880 NW 93Av Miami Florida 33172 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32580, '189c5d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32581, '70b3d54db', 0, 'Temperature@lert', '108 Lincoln St. Boston MA 02111 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32582, '1ca0d3b', 0, 'Guang Dong He Zheng Network Tech Co, Ltd', 'N0.3,Sanjiang industrial zone,Hengli Town Dongguan Guangdong 523460 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32583, '8489ec5', 0, 'Zephyr Engineering, Inc', '2412 W. Huntington Dr. Tempe AZ 85282 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32584, '000998', 0, 'Capinfo Co Ltd', '7th Floor A Corporate Square, NO. 35 Fin Beijing 100032 CN', 'CN', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32585, '0050c2a87', 0, 'Littlemore Scientific', 'Gutchpool Farm Gillingham Dorset SP8 5QP GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32586, '70b3d5932', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'MA-S', '2015-04-29', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32587, '34049e0', 0, 'GoChip Inc', '275 Airpark Blvd, Suite 100 Chico CA 95973 US', 'US', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32588, '882d53', 0, 'Baidu Online Network Tech (Beijing) Co, Ltd', 'Baidu Campus, No.10 Shangdi 10th Street, Haidian District Beijing 100085 CN Beijing 100085 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32589, 'b8bc5b', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32590, 'a81b18', 0, 'Xts Corp', '10125 NW 116TH WAY, SUITE 5 MEDLEY FLORIDA 33178 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32591, '3078c2', 0, 'Innowireless / Qucell Networks', 'Innowireless Bldg. 190 Seohyeon-ro Bundang-gu, Seongnam-si Gyeonggi-do 13590 KR', 'KR', 'MA-L', '2012-07-16', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32592, '00215d', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32593, '40d85513c', 0, 'shanghai Anjian Information Tech Co , Ltd', 'Room 413,Block B , shanghai shanghai 200235 CN', 'CN', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32594, 'f84dfc', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.555,qianmo road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32595, '3cfad38', 0, 'Energous Corp', '3590 N. First Street San Jose CA 95134 US', 'US', 'MA-M', '2019-11-16', '2019-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32596, '001013', 0, 'Kontron America, Inc', '14118 Stowe Drive Poway, CA 9206 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32597, '0050c278f', 0, 'Elmar electronic', 'Hrvatske mornarice 1F Split 21000 HR', 'HR', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32598, '74f612', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-11-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32599, 'e48c0f', 0, 'Discovery Insure', '3 Alice lane Sandton Gauteng 2196 ZA', 'ZA', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32600, '885d90b', 0, 'Premier Merchandises Ltd', '23/F Metro Loft, 38 Kwai Hei Street, Hong Kong HK', 'HK', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32601, '00052d', 0, 'Zoltrix International Ltd', 'Room 701 Po Hing Centre, HK', 'HK', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32602, '0050c2083', 0, 'ard sa', 'Micropolis Bat Clematis Gap France 05000 FR', 'FR', 'IAB', '2002-08-08', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32603, '54fa96', 0, 'Nokia', 'Karaportti 3 Espoo Finland 02610 FI', 'FI', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32604, 'd8860bb', 0, 'Library Ideas', 'PO Box 9 Vienna VA 22183 US', 'US', 'MA-M', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32605, '001b01', 0, 'Applied Radio Tech', '1124 South Service Road West Oakville Ontario L6L 5T7 CA', 'CA', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32606, '405ee1', 0, 'Shenzhen H&T Intelligent Control Co, Ltd', 'D-Zone,10/F,Shenzhen Academy of Aerospace Technology,Hi-Tech Park at Nanshan District,Shenzhen,China Shenzhen 518000 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32607, '001198', 0, 'Prism Media Products Ltd', 'William James House Cambridge Cambridgeshire CB4 0WX GB', 'GB', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32608, '001f22', 0, 'Source Photonics, Inc', '20550 Nordhoff Street Chatsworth CA 91311 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32609, '000a54', 0, 'Laguna Hills, Inc', '3-5-2 Chiyoda-ku Tokyo 102-0083 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32610, '000ebd', 0, 'Burdick, a Quinton Compny', '500 Burdick Parkway Deerfield WI 53531 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32611, '84183a', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2014-04-22', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32612, '70b3d523e', 0, 'Tornado Modular Systems', 'Inzhenernaya st. 4a Novosibirsk 630128 RU', 'RU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32613, 'f8893c', 0, 'Inventec Appliances Corp', '37 Wugong 5th road, New Taipei Industrial Park, New Taipei City Wugu District 24890 TW', 'TW', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32614, '50de198', 0, 'Ivativ, Inc', '6141 RUNNING SPRINGS RD SAN JOSE CA 95135 US', 'US', 'MA-M', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32615, '00052c', 0, 'Supreme Magic Corp', 'Sun Towers Center Bldg., 13F 154-0024 JP', 'JP', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32616, '001bc5062', 0, 'Sulaon Oy', 'Muuraintie 6 Salo 24280 FI', 'FI', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32617, '748ef8', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2010-02-21', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32618, '3c9f81', 0, 'Shenzhen Catic Bit Communications Tech Co, Ltd', 'in Nanshan District,Shenzhen Software park Road 10 in Room 202 Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32619, 'a4526f', 0, 'Adb Broadband Italia', 'via Sarca 222 Milano 20126 IT', 'IT', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32620, '70b3d53c5', 0, 'P4q Electronics, S.L.', 'CTRA. BILBAO BALMASEDA, KM9 ALONSOTEGUI VIZCAYA 48810 ES', 'ES', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32621, '500b917', 0, 'Shenzhen Xinfa Electronic Co, Ltd', 'No 57, Baoli Road, Buji Town Longgang District Shenzhen, Guangdong 518112 CN', 'CN', 'MA-M', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32622, '786256', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32623, '0014f3', 0, 'ViXS Systems Inc', '2235 Sheppard Ave East TORONTO ONTARIO M2J 5B5 CA', 'CA', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32624, '002331', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2008-10-25', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32625, '448f17', 0, 'Samsung Electronics Co, Ltd Artik', '1-1, Samsungjeonja-ro Hwaseong-si Gyeonggi-do 18448 KR', 'KR', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32626, 'dca904', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32627, '002276', 0, 'Triple Eye B.V.', 'Vaassenseweg 71 Emst 8166 AT NL', 'NL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32628, 'e4dd79', 0, 'En-Vision America, Inc', '1845 Hovey Ave Normal IL 61761 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32629, '000598', 0, 'Cronos S.r.l.', 'Via cavour 58/A IT', 'IT', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32630, '0050c2229', 0, 'eko systems Inc', '2750 Prosperity Ave Fairfax VA 22031 US', 'US', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32631, '0050c2d1a', 0, 'Gillam-Fei S.A.', 'Mont St Martin 58 LIEGE B4000 BE', 'BE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32632, '84b541', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32633, '0003b8', 0, 'NetKit Solutions, Llc', '26630 Agoura Road Calabasas CA 91302 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32634, '0090aa', 0, 'Indigo Active Vision Systems Ltd', 'THE EDINBURGH TECHNOPOLE Edinburgh EH26 OPJ GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32635, '980284', 0, 'Theobroma Systems GmbH', 'Gutheil-Schoder Gasse 17 Wien 1230 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32636, '40d855167', 0, 'Assembly Contracts Ltd', 'Ledson Road Manchester Lancashire M23 9GP GB', 'GB', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32637, '70b3d5760', 0, 'Qualitteq Llc', '16th Parkovaya 26/1 Moscow 105484 RU', 'RU', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32638, '0080a3', 0, 'Lantronix', '15353 Barranca Parkway Irvine CA 92618 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32639, '001c69', 0, 'Packet Vision Ltd', 'SC House Maidenhead Berks SL6 4UB GB', 'GB', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32640, '949f3f', 0, 'Optek Digital Tech Co Ltd', 'Room508 Build A, Shennan Garden, Shenzhen Science and Industry Park, Nanshan Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32641, 'ccd31e9', 0, 'Siemens AG, MO Mlt BG', 'Eggenbergerstr. 31 Graz Styria 8020 AT', 'AT', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32642, '00146e', 0, 'H. Stoll GmbH & Co KG', 'Stollweg Reutlingen Deutschland 72760 DE', 'DE', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32643, '905f2e', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2013-01-09', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32644, 'a881f1', 0, 'Bmeye B.V.', 'Hoogoorddreef 60 Amsterdam 1101BE NL', 'NL', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32645, '70b3d5106', 0, 'Aplex Tech Inc', '2nd Floor,Tower3,District5,HongHuaLing industrial park, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32646, '70b3d537a', 0, 'Apg Cash Drawer, Llc', '5250 Industrial Blvd NE Minneapolis MN 55421 US', 'US', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32647, '50a132', 0, 'Shenzhen MiaoMing Intelligent Tech Co, Ltd', 'Chudong science and technology park, 111 shaxin road, tangxia town, dongguan city guangdong province 523710 CN', 'CN', 'MA-L', '2019-06-15', '2019-06-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32648, '00606c', 0, 'Arescom', '2833 JUNCTION AVE. - STE #206 SAN JOSE CA 95134 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32649, 'a8154d', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32650, '0019de', 0, 'Mobitek', '5F,No.60,Lane 321,Yang-Kwang Street Taipei 114 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32651, '70b3d52c4', 0, 'Hodwa Co, Ltd', '3F., No. 216, Xinhu 1st Rd., Neihu Dist. Taipei 11494 TW', 'TW', 'MA-S', '2019-11-15', '2019-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32652, '0010cd', 0, 'Interface Concept', '3 VENELLE de KERGOS 29000 QUIMPER FR', 'FR', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32653, '000818', 0, 'Pixelworks, Inc', '7700 SW Mohawk Street Tualatin OR 97062 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32654, '187117', 0, 'eta plus electronic GmbH', 'Lauterstr. 29 Nuertingen BW 72622 DE', 'DE', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32655, '7cec9b', 0, 'Fuzhou Teraway Information Tech Co, Ltd', '2F, Building 5#, No. 59, Yangqi Road, Cangshan District Fuzhou Fujian 350000 CN', 'CN', 'MA-L', '2019-03-19', '2019-03-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32656, '001adc', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32657, '7041b7', 0, 'Edwards Lifesciences Llc', 'One Edwards Way Irvine CA 92614 US', 'US', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32658, '44d2ca', 0, 'Anvia TV Oy', 'PO Box 29 SEINAJOKI FIN60101 FI', 'FI', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32659, '70b3d5731', 0, 'Phoniro Systems AB', 'Rorkullsvagen 4 Halmstad Halland 30241 SE', 'SE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32660, '40ed98b', 0, 'Siebert Industrieelektronik GmbH', 'Siebertstrasse 2 Eppelborn 66571 DE', 'DE', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32661, 'c0e862', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32662, '4cbc984', 0, 'Nemon Co, Ltd', 'B-834, 164 Tancheonsangro, Bundang Seongnam Gyeonggi 13631 KR', 'KR', 'MA-M', '2018-11-21', '2018-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32663, '00102f', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32664, '0050c24ec', 0, 'Thales Defence and Security Systems GmbH', 'Edisonstr. 3 24145 Keil DE', 'DE', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32665, '702b1d', 0, 'E-Domus International Ltd', '1st Floor London W1W 7BL GB', 'GB', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32666, '70b3d5550', 0, 'Merten GmbH&CoKG', 'Fritz-Kotz-Str. 8 Wiehl NRW 51674 DE', 'DE', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32667, 'ccd39de', 0, 'Shanghai tongli information Tech Co Ltd', 'Floor 2, building 1, liqin building, No.1885, metropolis road, minhang district Shanghai Shanghai 201108 CN', 'CN', 'MA-M', '2018-10-18', '2018-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32668, '08002e', 0, 'Metaphor Computer Systems', '2500 GARCIA AVENUE MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32669, '0050c246f', 0, 'Neuroware', '6726 Golden Hills Way Mississauga Ontario L5W1P1 CA', 'CA', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32670, '0050c2012', 0, 'Floware System Solutions Ltd', '28 Hacharoshet St., P.O.B. 812 IL', 'IL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32671, '648d9e', 0, 'Ivt Electronic Co, Ltd', 'F building Dongxing Insdustrial Area Dongguan City Guangdong provice 523457 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32672, 'a013cb', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32673, '04e598', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-08-01', '2018-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32674, '00b56d', 0, 'David Electronics Co, Ltd', '9F, -2, No. 188, Sec. 3, Ta-Tung Rd., New Taipei City, 22103 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32675, '504f94', 0, 'Loxone Electronics GmbH', 'Falkensteinstraße 6 Kollerschlag Upper Austria 4154 AT', 'AT', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32676, '000e02', 0, 'Advantech Amt Inc', '657 Orly Ave. Dorval Quebec H9P 1G1 CA', 'CA', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32677, '0050c239d', 0, 'DigitalDeck, Inc', '3 Twin Dolphin Drive, Suite 160 Redwood City CA 94065 US', 'US', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32678, '0050c23b2', 0, 'Tennessee Valley Authority', 'Computer Engineering TVAN Chattanooga TN 37402 US', 'US', 'IAB', '2004-08-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32679, '944452', 0, 'Belkin International Inc', '12045 E. Waterfront Drive Playa Vista CA 90094 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32680, 'cce798', 0, 'My Social Stuff', 'Sint-Hubertussyraat 65 Berchem 2600 BE', 'BE', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32681, '189ba59', 0, 'Apana Inc', '4290 Pacific Hwy A Bellingham WA 98226 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32682, '00c0dd', 0, 'QLogic Corp', '6321 Bury Dr. Eden Prarie MN 55346 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32683, '0050c211e', 0, 'Volvo Car Corp', 'Dept. 50910, TJA2N SE-40508 Goteborg SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32684, '00146c', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2005-05-07', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32685, 'd84710', 0, 'Sichuan Changhong Electric Ltd', '35 East Mianxing Road,High-Tech Park, MianYang SiChuan 621000 CN', 'CN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32686, '70b3d5407', 0, 'Idosens', '51 chemin du vieux chene MEYLAN ISERE 38240 FR', 'FR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32687, '4ce19e', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2018-09-18', '2018-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32688, '8ce5ef', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32689, '001440', 0, 'Atomic Corp', 'MAMPO BLDG TAITO-KU TOKYO 111-0053 JP', 'JP', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32690, 'd48cb5', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32691, '001317', 0, 'GN Netcom A/S', 'Metalbuen 66 Ballerup Skovlunde DK-2750 DK', 'DK', 'MA-L', '2004-12-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32692, '001481', 0, 'Multilink Inc', '580 Ternes Ave Elyria OH 44035 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32693, '6400f1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32694, '58986f', 0, 'Revolution Display', '912 Ruberta Ave Glendale CA 91201 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32695, '40d8550f0', 0, 'Redwood Systems', '3839 Spinnaker Ct. Fremont CA 94538 US', 'US', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32696, '70b3d5c32', 0, 'Infrasafe/ Advantor Systems', '12612 CHALLENGER PARKWAY ORLANDO FL 32826 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32697, '00c0e5', 0, 'Gespac, S.A.', 'CHEMIN DES AULX 18 CH', 'CH', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32698, '000059', 0, 'Hellige GmbH', 'Heinrich-von-Stephan-Str. 4 West Gernany DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32699, '000a4a', 0, 'Targa Systems Ltd', '1905 Grandtech Centre, Shatin N.T. HK', 'HK', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32700, '000d54', 0, '3Com Ltd', 'Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB', 'GB', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32701, '001919', 0, 'Astel Inc', '59-7 Jang-dong Yusung-Gu Daejeon Chungnam 305-343 KR', 'KR', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32702, '001a0c', 0, 'Swe-Dish Satellite Systems AB', 'Torggatan 15 Solna Stockholm SE-171 06 SE', 'SE', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32703, '5ce8eb', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-05-26', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32704, '200cc8', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-12-13', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32705, '000387', 0, 'Blaze Network Products', '5180 Hacienda Drive Dublin CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32706, '00cbbd', 0, 'Cambridge Broadband Networks Ltd', 'Selwyn House Cambridge Business Park Cambridge CB4 0WZ GB', 'GB', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32707, '70b3d51f4', 0, 'Hangzhou Woosiyuan Communication Co, Ltd', '13 Dongyuexincun Xihu district Hangzhou Zhejiang 310023 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32708, '000556', 0, '360 Systems', '31355 Agoura Road Westlake Village CA 91361 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32709, '000c4b', 0, 'Cheops Elektronik', 'Jeschkenstrasse 32 Geretsried Bayern 82538 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32710, '00181c', 0, 'Exterity Ltd', 'Ridge Way, Hillend Industrial Estate Dunfermline Fife KY11 9JD GB', 'GB', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32711, 'f09cbb', 0, 'RaonThink Inc', '916, Byucksan Digital Valley 2-Cha, 481-10, Kasan-Dong, Kumcheon-Gu, Seoul 153-783 KR', 'KR', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32712, '0000ed', 0, 'April', '60, RUE DE CARTALE FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32713, '00509c', 0, 'Beta Research', 'BETASTR. 1 85774 UNTERFOEHRING DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32714, '0018a7', 0, 'Yoggie Security Systems Ltd', 'P.P.Box 156 Beth Halevy 42870 IL', 'IL', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32715, '001a7d', 0, 'cyber-blue(HK)Ltd', 'Room 1408 block C stars Plaza HongLiRoad,FuTian District Shenzhen GuangDong 518028 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32716, '001c68', 0, 'Anhui Sun Create Electronics Co, Ltd', 'NO.199 Xiangzhang Road Hefei Anhui 230088 CN', 'CN', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32717, '0050c2df0', 0, 'Koncar Electrical Engineering Institute', 'Fallerovo setaliste 22 Zagreb 10000 HR', 'HR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32718, '54724f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32719, '74da38', 0, 'Edimax Tech Co Ltd', 'No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW', 'TW', 'MA-L', '2014-03-11', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32720, '0050c2386', 0, 'Precision System Science Co, Ltd', '88 Kamihongou,Matsudo-shi Chiba 271-0064 JP', 'JP', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32721, '0017d6', 0, 'Bluechips Microhouse Co, Ltd', '212/2 M.10 Tambol Umong Lamphun 51150 TH', 'TH', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32722, '14a364', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32723, '000fa3', 0, 'Alpha Networks Inc', 'No.8 Li-shing 7th Rd.,Science-based Industrial Park Hsinchu 300 TW', 'TW', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32724, '000281', 0, 'Madge Ltd', 'Madge House Maindenhead Berkshire SL6 2HP GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32725, '000dfb', 0, 'Komax AG', 'Industriestrasse 6 Dierikon LU 6036 CH', 'CH', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32726, '1c37bf', 0, 'Cloudium Systems Ltd', 'Hartnett Centre Limerick 00 IE', 'IE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32727, '9cbd9d', 0, 'SkyDisk, Inc', '2F Tenjin central place, Fukuoka-shi Fukuoka 810-0001 JP', 'JP', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32728, 'b0acd2', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32729, '0050c2b0c', 0, 'Smartb Tech', '#625 1ST FLOOR 3 RD CROSS CBI MAIN ROAD HMT LAYOUT RT NAGAR BANAGALORE KARNATAKA 560032 IN', 'IN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32730, '0050c2b10', 0, 'Marine Entertainment Systems Ltd', 'LSC House Orpington Kent BR5 3QY GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32731, '001654', 0, 'Flex-P Industries Sdn. Bhd.', 'No.128-12-2, Menara UMNO, Georgetown Penang 10400 US', 'US', 'MA-L', '2005-11-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32732, '001985', 0, 'IT Watchdogs, Inc', '12885 Research, Suite 210B Austin TX 78750 US', 'US', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32733, 'd8efcd', 0, 'Nokia', 'Karaportti 3 Espoo Finland 02610 FI', 'FI', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32734, '9c3a9a', 0, 'Shenzhen Sundray Tech Co Ltd', '5th Floor, Block A4, Nanshan ipark,NO.1001 Xue Yuan Road, Nanshan District, Shenzhen 518055, P.R. China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32735, '00606e', 0, 'Davicom Semiconductor, Inc', '2457 AUGUSTINE DRIVE SANTA CLARA CA 95054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32736, '080014', 0, 'Excelan', '1599 FLICKINGER AVENUE SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32737, '6cebb2', 0, 'Dongguan Sen DongLv Electronics Co, Ltd', 'Nanjiang RD 111st,Daning Dongguan Guangdong 523930', '', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32738, 'd09466', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32739, '70b3d54cc', 0, 'Fresenius Medical Care', '496 So. Abbott Ave Milpitas CA 95035 US', 'US', 'MA-S', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32740, 'b8f12a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32741, '0050c24ea', 0, 'Pmc', '56, Avenue Raspail Saint Maur 94100 FR', 'FR', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32742, 'a00627', 0, 'Nexpa System', '#105, YBS bldg,227-1 Yongdap-Dong Seoul ASI/KR/KS013/SEOUL KR', 'KR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32743, '0050c2b1f', 0, 'Atlas Copco Ias GmbH', 'Gewerbestraße 52 Bretten-Gölshausen Baden-Württemberg 75015 DE', 'DE', 'IAB', '2010-05-15', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32744, '40d85500d', 0, 'HuNS', 'Pyeongchon-dong, Dongan-gu, Anyang-si, Gyeonggi-do, Korea Anyang-si Gyeonggi-do 431-755 KR', 'KR', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32745, '6c7660', 0, 'Kyocera Corp', '2-1-1 Kagahara Yokohama-shi Kanagawa 224-8502 JP', 'JP', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32746, '70b3d5ed7', 0, 'Wave', '12078 University City Boulevard Harrisburg NC 28075 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32747, '001fb1', 0, 'Cybertech Inc', '935 Horsham Rd Horsham PA 19044 US', 'US', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32748, '0050c2aca', 0, 'Soft & Control Tech s.r.o.', 'Magnezitarska 10 Kosice Kosice mesto 04013 SK', 'SK', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32749, 'f46de2', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32750, '70b3d52fd', 0, 'Special Projects Group, Inc', '45 Wingate St Haverhill MA 0832 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32751, '84f129', 0, 'Metrascale Inc', '400 Liberty Ave. Brooklyn NY 11207 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32752, '70b3d57b2', 0, 'Rail Power Systems GmbH', 'Frankfurter Straße 111 Offenbach am Main Hessen 63067 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32753, '04c3e68', 0, 'Sloc GmbH', 'Nikolaiplatz 4 Graz Styria 8020 AT', 'AT', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32754, '000aea', 0, 'Adam Elektronik Ltd ŞTI', 'UZUNAYNA CAD. CELENK SOK. NO:1 Çakmak İstanbul 81260 TR', 'TR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32755, 'b47f5e', 0, 'Foresight Manufacture (S) Pte Ltd', '1 Sims Lane #04-09 Singapore 387355 SG', 'SG', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32756, '9c4a7b', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu Ou 90590 FI', 'FI', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32757, '40d8550c2', 0, 'SC Techswarm Srl', 'Lapusului Street, Nr. 17, Sc. A, Oradea Bihor 410271 RO', 'RO', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32758, '34c3d2', 0, 'FN-Link Tech Ltd', 'A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao\'an District SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32759, '70b3d59ad', 0, 'Fortuna Impex Pvt Ltd', '12D Harrington Mansions , 8 Ho Chi Minh Sarani Kolkata West Bengal 700071 IN', 'IN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32760, '501479', 0, 'iRobot Corp', '8 Crosby Drive Bedford MA 01730 US', 'US', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32761, '0001cd', 0, 'ARtem', 'Olgastraße 152 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32762, '0006e2', 0, 'Ceemax Tech Co, Ltd', '5f-7, 736, Chung Cheng Rd., TW', 'TW', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32763, '0050c208d', 0, 'Kylink Communications Corp', 'No. 31, Tzyh Chyang St. Taipei TW', 'TW', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32764, '000c54', 0, 'Pedestal Networks, Inc', '6503 Dumbarton Circle Fremont CA 94555 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32765, '000d6c', 0, 'M-Audio', '45 E ST Joseph St. Arcadia CA 91006 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32766, '00213e', 0, 'TomTom', 'Oosterdoksstraat 114 Amsterdam North Holland 1011 DK NL', 'NL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32767, 'd8bf4c', 0, 'Victory Concept Electronics Ltd', '4/F., CAC Tower, Kwun Tong Kowloon KLN HK', 'HK', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32768, '5c32c5', 0, 'Teracom Ltd', '11 Vasil Levski blvd. Ruse 7019 BG', 'BG', 'MA-L', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32769, '00a0b8', 0, 'NetApp', '1395 Crossman Ave Sunnyvale, CA 94089 US', 'US', 'MA-L', '1980-01-01', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32770, '009029', 0, 'Crypto AG', 'P.O. BOX CH-6301 Zug CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32771, '0060c5', 0, 'Ancot Corp', '115 CONSTITUTION DR. MENLO PARK CA 94025 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32772, '00177f', 0, 'Worldsmart Retech', '23 Hi-Tech Court Eight Mile Plains QLD 4113 AU', 'AU', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32773, '001893', 0, 'Shenzhen Photon Broadband Tech Co, Ltd', '2/F Hivac BLD,2th Langshan Rd,North Hi-Tech Industrial Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32774, '001a23', 0, 'Ice Qube, Inc', '141 Wilson Ave Greensburg Pa 15601 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32775, '001bc5054', 1, 'Private', '', '', 'MA-S', '2014-04-14', '2014-04-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32776, '0040d4', 0, 'Gage Talker Corp', '13680 NE 16TH STREET BELLEVUE WA 98005 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32777, '0060b1', 0, 'Input/Output, Inc', '12300 PARC CREST DRIVE STAFFORD TX 77477-2416 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32778, 'e89aff', 0, 'Fujian Landi Commercial Equipment Co, Ltd', 'Building 17,the 1st Section ,Fuzhou Software Park No.89 Software Road Fuzhou ,Fujian 350003 CN', 'CN', 'MA-L', '2013-01-09', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32779, '605718', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32780, 'bc6641e', 0, 'Lucent Trans Electronics Co, Ltd', '9F-1, NO.16, CHIEN PAH RD., NEW TAIPEI CITY 23511 TW', 'TW', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32781, '00194c', 0, 'Fujian Stelcom information & Tech Co, Ltd', '4F,Building A,Start Science Park, No.68,Hongshanyuan Rd Fuzhou Fujian 350002 CN', 'CN', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32782, '001cc3', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-06-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32783, '9c431e5', 0, 'ProMOS Tech Inc', '3A3, No.1, Lixing 1st Rd., East Dist., Hsinchu City Taiwan 300 TW', 'TW', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32784, 'ac5036', 0, 'Pi-Coral Inc', '2130 Gold St San Jose CA 95002-1177 US', 'US', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32785, '70b3d5ee1', 0, 'allora Factory Bvba', 'Lijsterlaan 11 Bornem 2880 BE', 'BE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32786, '000477', 0, 'Scalant Systems, Inc', '2040 Martin Avenue Santa Clara CA 95050 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32787, '0019ee', 0, 'Carlo Gavazzi Controls Spa-Controls Division', 'Via Safforze 8 BELLUNO BL I-32100 IT', 'IT', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32788, '002307', 0, 'Future Innovation Tech Co, Ltd', '312 3-DONG, GWANGMYUNG INDUSTRIAL COMPLEX 201 GWANGMYUNG GYUNGGI 423060 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32789, '0050c2073', 0, 'Alstom Signalling Ltd', 'Borehamwood Industrial Park Borehamwood Herts WD6 5PZ GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32790, '0050c211c', 0, 'Stonefly Networks', '10170 Huennekens St. San Diego CA 92121 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32791, '001f4f', 0, 'Thinkware Co Ltd', '15FL, Hanmi Tower, 45, Seoul 138-724 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32792, 'f80cf3', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2011-10-07', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32793, '3c1e04', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32794, '74e182', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32795, '44a191', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32796, '0090ed', 0, 'Central System Research Co, Ltd', '4-13-2 HIYOSHICHO KOKUBUNJI-CITY TOKYO 18500032 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32797, '00091e', 0, 'Firstech Tech Corp', '8fl.,No.267,section 4,Hsin-Yi Rd. ,Da-An Taipei 106 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32798, '001543', 0, 'Aberdeen Test Center', '400 Colleran Road Aberdeen Proving Grounds MD 21005-5059 US', 'US', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32799, 'd49398', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32800, '70b3d5c51', 0, 'Innotas Elektronik GmbH', 'Rathenaustr. 18a Zittau D-02763 DE', 'DE', 'MA-S', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32801, '009095', 0, 'Universal Avionics', '11351 WILLOWS ROAD NE REDMOND WA 98052-2552 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32802, '0006c2', 0, 'Smartmatic Corp', '6400 Congress Ave., Suite 1300 Boca Raton FL 33487 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32803, '000ebe', 0, 'B&B Electronics Manufacturing Co', '707 Dayton Road Ottawa Ilinois 61350 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32804, 'e41f13', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32805, 'b0c745', 0, 'Buffalo.Inc', 'AKAMONDORI Bldg.,30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref 460-8315 JP', 'JP', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32806, '30e3d6', 0, 'Spotify Usa Inc', '45 West 18th Street New York NY 10011 US', 'US', 'MA-L', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32807, '70b3d5da3', 0, 'Voleatech GmbH', 'Grathwohlstr. 5 Reutlingen 72762 DE', 'DE', 'MA-S', '2018-08-13', '2018-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32808, '000389', 0, 'Plantronics, Inc', '345 ENCINAL STREET SANTA CRUZ CA 95060 US', 'US', 'MA-L', '2000-11-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32809, '0006ee', 0, 'Shenyang Neu-era Information & Tech Stock Co, Ltd', '8/F, the 21st Century Building, Dvlpmnt Zone Shenyang, CN', 'CN', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32810, '4ce173c', 0, 'Remonde Network', 'Room 504 Building A, 3 Juquan Road, Science Town Guangzhou Guangdong 510170 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32811, '70886bc', 0, 'Max4g, Inc', '6400 Flying Cloud Drive, Suite 225 Eden Prairie MN 55344 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32812, '343dc4', 0, 'Buffalo.Inc', 'AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP', 'JP', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32813, '44f034', 0, 'Kaonmedia Co, Ltd', '884-3, Seongnam-daero, Bundang-gu Seongnam-si Gyeonggi-do 13517 KR', 'KR', 'MA-L', '2017-09-22', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32814, '70b3d5802', 0, 'Qingdao Cnr Hitach Railway Signal&communication Co, Ltd', '231-2 Ruichang Road Qingdao 266031 CN', 'CN', 'MA-S', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32815, '0012eb', 0, 'Pdh Solutions, Llc', '34154 Bennett Rd Warren OR 97053 US', 'US', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32816, '681d64', 0, 'Sunwave Communications Co, Ltd', '581,huoju Avenue,BinJiang District Hangzhou Zhejiang Province 310053 CN', 'CN', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32817, '5cf2862', 0, 'Shanghai Notion Information Tech Co, Ltd', 'Room 201,Building 3,NO 289,Bisheng Rd,Pudong district,Shanghai,China Shanghai Shanghai 201203 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32818, '282c023', 0, 'Dexin Digital Tech Corp Ltd', 'No.10 and 12, Wuxing Fourth Road,Wuhou District Chengdu 610045 Sichuan, PR China chengdu Sichuan 610045 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32819, '68a3c4', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32820, '18c451', 0, 'Tucson Embedded Systems', '5620 North Kolb Road Tucson AZ 85750 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32821, '9c431ed', 0, 'HK Elephone Communication Tech Co, Ltd', 'Unit 04, 7/F Bright Way Tower No.33 Mong Kok Rd KL Hong Kong 999077 HK', 'HK', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32822, '20aa25', 0, 'IP-Net Llc', '10256 N.W. 47th St. Sunrise FL 33351 US', 'US', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32823, '7cf90e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32824, '00140a', 0, 'Wepio Co, Ltd', '#1125, Opus1, Gurodongcomplex building Seoul 152-050 KR', 'KR', 'MA-L', '2005-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32825, 'b0c8ad', 0, 'People Power Co', '620 Lowell Ave Palo Alto CA 94301 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32826, '001bc5040', 0, 'Ooo Actidata', 'Bolshaya Pochtovaya 36 Bldg 10 Moscow 105082 RU', 'RU', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32827, '1c4bb9', 0, 'Smg Enterprise, Llc', '865 LOVE ST ELK GROVE VILLAGE IL 60007 US', 'US', 'MA-L', '2013-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32828, '446a2e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32829, 'd838fc', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32830, '000310', 0, 'E-Globaledge Corp', '7F Nakameguro GT Tower Meduro-ku, Tokyo 153-0051 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32831, '00056f', 0, 'Innomedia Tech Pvt. Ltd', '#3278, 12th Main Road IN', 'IN', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32832, 'c0132b', 0, 'Sichuan Changhong Electric Ltd', 'No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN', 'CN', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32833, 'c8f733', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32834, '70f8e76', 0, 'Flexim Security Oy', 'P.O.Box 700 ESPOO Southern Finland 02131 FI', 'FI', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32835, '70b3d5e69', 0, 'Fire4 Systems UK Ltd', '8 Regent Street Leeds West Yorkshire LS7 4PE GB', 'GB', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32836, '803049', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2019-11-23', '2019-11-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32837, '0009a4', 0, 'Hartec Corp', 'KOUHOKUKU SHIN-YOKOHAMA YOKOHAMA-SHI KANAGAWA-KEN 222-0033 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32838, '10da43', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-12-22', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32839, '8c1cdab', 0, 'T+A elektroakustik GmbH & CoKG', 'Planckstr. 9-11 Herford 32052 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32840, '0050c28e8', 0, 'Friedrich Kuhnt GmbH', 'Stubbenweg 15 Oldenburg Niedersachsen 26125 DE', 'DE', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32841, '00254f', 0, 'Elettrolab Srl', 'Via Dell\'Industria 25 San Vendemiano Treviso 31020 IT', 'IT', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32842, 'ec8263', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32843, '0050c2de8', 0, 'Visual Productions', 'Rollandstraat 55ZW Haarlem 2013SM NL', 'NL', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32844, '70b3d5a0d', 0, 'Globalcom Engineering Spa', 'Via Volta 39 CARDANO AL CAMPO VA 21010 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32845, 'a49f89', 0, 'Shanghai Rui Rui Communication Tech CoLtd', 'Room 1130,Building No.1 ShangHai 201199 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32846, 'e05a9fc', 0, 'ShenZhen Mornsun Smartlinker Ltd Co, Ltd', 'South 2nd Flr, 23 Bldg, Yuanxi Industrial Zone, Kefa Rd, Nanshan Keji Yuan ShenZhen GuangDong 518058 CN', 'CN', 'MA-M', '2018-11-19', '2018-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32847, '14b457', 0, 'Silicon Laboratories', '7000 W. William Cannon Dr. Austin TX 78735 US', 'US', 'MA-L', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32848, '5c710d', 0, 'Cisco Systems, Inc', '80 West Tasman Dr. San Jose CA 94568 US', 'US', 'MA-L', '2019-08-08', '2019-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32849, '001def', 0, 'Trimm, Inc', '407 RAILROAD STREET BUTNER NC 27509 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32850, '001f18', 0, 'Hakusan.Mfg.Co,.Ltd', 'Tomin-Kougyou-Ikebukuro BLD.5F Tosima Ward Tokyo-Met. 171-0022 JP', 'JP', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32851, '0005aa', 0, 'Moore Industries International Inc', '16650 Schoenborn St. North Hills CA 91343 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32852, '0050c265f', 0, 'Invocon, Inc', '19221 IH-45 South Ste. 530 Conroe TX 77385 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32853, '90507b', 0, 'Advanced Panmobil Systems GmbH & Co KG', 'Hansestraße 91 Cologne NRW 51149 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32854, '48b9c2', 0, 'Teletics Inc', '103 Edgevalley Close NW Calgary AB T3A 5E9 CA', 'CA', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32855, 'b49cdf', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32856, '00a084', 0, 'Dataplex Pty Ltd', 'Ground floor, MACQUARIE PARK NSW 2113 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32857, '00107e', 0, 'Bachmann Electronic GmbH', 'KREUZAECKERWEG 33 A 6806 FELDKIRCH AT', 'AT', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32858, '0050c2b03', 0, 'Spider Tecnologia Ind. e Com. Ltda.', 'Rua Alencar Araripe, 1440 São Paulo 04253-000 BR', 'BR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32859, '9873c4', 0, 'Sage Electronic Engineering Llc', '201 Terry St. Longmont CO 80501 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32860, '28fd80b', 0, 'Poket Hardware GmbH', 'Borsigstr. 9. Berlin Berlin 10115 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32861, '9c69b4d', 0, '«Intellect module» Llc', 'Krasnogo kursanta str. 25 lit. J Saint-Petersburg 197110 RU', 'RU', 'MA-M', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32862, '0004cc', 0, 'Peek Traffic B.V.', 'Postbus 2542 The NL', 'NL', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32863, '000e6e', 0, 'Mat S.A. (Mircrelec Advanced Tech)', 'Mousounitsis 15 Peristeri Athens GR', 'GR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32864, '001388', 0, 'WiMedia Alliance', '2400 Camino Ramon San Ramon CA 94583 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32865, '00270c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32866, '14f0c5', 0, 'Xtremio Ltd', 'POB 5246 Herzelyia 46152 IL', 'IL', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32867, '0050c2f48', 0, 'Midas Tech Dba Phoenix Audio Tech', '2934 N. Naomi Street Burbank CA 91504 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32868, '78507c', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32869, '0010b7', 0, 'Coyote Tech, Llc', '4360 PARK TERRACE DRIVE WESTLAKE VILLAGE CA 91361 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32870, '000f2a', 0, 'Cableware Electronics', '1702 Western Ave. Las Vegas Nevada 89102 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32871, '00230c', 0, 'Clover Electronics Co, Ltd', 'AKENO 306-1 ISE City MIE Prefecture 519-0501 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32872, '0050c206c', 0, 'WaveCom Electronics, Inc', '222 Cardinal Crescent Saskatcon, SK S7L 6H8 CA', 'CA', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32873, '00226c', 0, 'LinkSprite Tech, Inc', '1410 Cannon Mountain Dr Longmont CO 80503 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32874, '2479f8', 0, 'Kupson spol. s r.o.', 'Hradecka 787/14 Opava Czech Republic 74601 CZ', 'CZ', 'MA-L', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32875, '0050c228e', 0, 'Tattile Srl', 'Via Trento 127/129 Capriano del Colle Brescia 25020 IT', 'IT', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32876, '0050c25f2', 0, 'Esem Grünau GmbH & Co KG', 'Dornierstraße 6 Markdorf Baden-Württemberg 88677 DE', 'DE', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32877, 'fcc2de', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32878, 'f49ff3', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32879, '10a3b8', 0, 'Iskratel d.o.o.', 'Ljubljanska cesta 24a Kranj 4000 SI', 'SI', 'MA-L', '2018-12-18', '2018-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32880, '000e04', 0, 'Cma/Microdialysis AB', 'Dalvägen 10 / Box 2 Solna 171 18 SE', 'SE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32881, '002318', 0, 'Toshiba', '2-9,Suehiro-Cho Ome Tokyo 1988710 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32882, '1c6e4c', 0, 'Logistic Service & Engineering Co, Ltd', 'Unit N,9/F,Valiant Ind. Ctr.,2-12 Au Pui Wan St.,Fotan,Shatin,N.T.,Hong Kong Hong Kong 00000 HK', 'HK', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32883, '70b3d5287', 0, 'Hypex Electronics BV', 'Kattegat 8 Groningen Groningen 9723 JP NL', 'NL', 'MA-S', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32884, '0050c20be', 0, 'Stella Electronics & Tagging', 'Technopole de Chateau Gombert 13013 Marseille FR', 'FR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32885, '001be4', 0, 'Townet Srl', 'VIA DEI FINALE, 20 61043 CAGLI (PU) IT', 'IT', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32886, '0050c28f3', 0, 'Curtis Door Systems Inc', '104 Sharron Avenue Plattsburgh NY 12901 US', 'US', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32887, '70b3d5362', 0, 'Asiga', '2/36 Albert Street St Peters NSW 2044 AU', 'AU', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32888, '70b3d528a', 0, 'Transit Solutions, Llc', '114 West Grandview Avenue Zelienople PA 16063 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32889, '005097', 0, 'Mmc-Embedded Computertechnik GmbH', 'ULRICHSBERGERSTR. 17 D-94469 DEGGENDORF DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32890, '000ef5', 0, 'iPAC Tech Co, Ltd', '6F, No. 30, Shingjung Road, Neihu Taipei 114 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32891, '000d0c', 0, 'Mdi Security Systems', '9518 Ninth Street Rancho Cucamonga CA 91730 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32892, '0055dad', 0, 'Arrow Electronics, Inc', '665 Maestro Drive Reno NV 89511 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32893, '00a071', 0, 'Video Lottery Tech, Inc', '2311 SOUTH 7TH AVENUE BOZEMAN MT 59715 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32894, '080083', 0, 'Seiko Instruments Inc', '8, Nakase 1-chome Mihama-ku Chiba-shi Chiba 261-8507 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32895, '7864e6', 0, 'Green Motive Tech Ltd', 'Room 1106,11 Floor,The XinYuan Square, No 418 Gui ping Road shanghai shanghai 20233 CN', 'CN', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32896, 'f430b9', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32897, '0050c2cff', 0, 'Infrasafe, Inc', '12612 Challenger Pkwy Orlando FL 32826 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32898, 'dcda4f', 0, 'Getck Tech, Inc', 'Room 508, NO .48 ZhengYi road SHANGHAI 200082 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32899, 'ac80d6', 0, 'Hexatronic AB', 'Exportgatan 47B Gothenburg 42246 SE', 'SE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32900, '70b3d54dd', 0, 'Road-iQ, Llc', '2183 Alpine Way Bellingham WA 98226 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32901, 'fc65de', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32902, '0003db', 0, 'Apogee Electronics Corp', '1715 Berkeley St. Santa Monica CA 90405-3210 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32903, '002291', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32904, 'c07cd1', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2015-05-23', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32905, 'b8ee0e', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32906, '0002b1', 0, 'Anritsu, Ltd', 'Rutherford Close UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32907, '745fae', 0, 'Tsl Ppl', 'Units 1-2, First Avenue Marlow Buckinghamshire SL7 1YA GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32908, '001180', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2004-06-05', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32909, 'ac17c8', 0, 'Cisco Meraki', '500 Terry A. Francois Blvd San Francisco null 94158 US', 'US', 'MA-L', '2017-11-12', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32910, '0020d2', 0, 'Rad Data Communications, Ltd', '8 HANECHOSHET STREET KZ', 'KZ', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32911, '000f26', 0, 'WorldAccxx Llc', '4035 Tampa Rd. Oldsmar FL 34667 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32912, '709756', 0, 'Happyelectronics Co, Ltd', '#A-805, Bundang Technopark, Seongnam-Si 463-816 KR', 'KR', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32913, '70b3d5ba4', 0, 'Eiwa Giken Inc', '5-708 FUSHIYA NAKAGAWA-KU NAGOYA AICHI-PREFECTURE 454-0996 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32914, '44ee02', 0, 'Mti Ltd', 'Nishi-shinjuku Tokyo Opera City Tower 3-20-2 35F Shinjuku-ku Tokyo 163-1435 JP', 'JP', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32915, '7ceb7f', 0, 'Dmet Products Corp', '118, Fujisoft Akihabara Bldg 12F, Kanda Neribeicho 3 Chiyodaku Tokyo 1010022 JP', 'JP', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32916, '70b3d5c5f', 0, 'Clean-Lasersysteme GmbH', 'Dornkaulstr. 6-8 Herzogenrath NRW 52134 DE', 'DE', 'MA-S', '2019-02-15', '2019-02-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32917, '742edb', 0, 'Perinet GmbH', 'Rudower Chaussee 29 Berlin Berlin 12489 DE', 'DE', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32918, '001a91', 0, 'FusionDynamic Ltd', '1 B.S.R. towers, 4-th floor Ramat Gan 52573 IL', 'IL', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32919, '0050c2799', 0, 'Aavd', 'parc de gavaniere saint egreve isere 38120 FR', 'FR', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32920, '0050c2cb0', 0, 'Konsmetal S.A.', 'Bracka 25 St. Warsaw 00-028 PL', 'PL', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32921, '00bd27', 0, 'Exar Corp', '48720 Kato Rd. Fremont CA 94538 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32922, '60db2a', 0, 'Hns', '345-50, Gasan-dong, Geumcheon-gu, Seoul, Korea[153-707] Seoul The Seoul Metropolis 82 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32923, '7c573c', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32924, '0050c2368', 0, 'Aspel S.A.', 'os. Sienkiewicza 33 Zabierzow Malopolska 32080 PL', 'PL', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32925, '001b84', 0, 'Scan Engineering Telecom', 'Svobody str. 75 Voronezh 394030 RU', 'RU', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32926, 'd0d94fd', 0, 'Duksanmecasys Co, Ltd', '7F The 6th Byucksan Digital Valley 481-4 Gasan-Dong Geumcheon-Gu SEOUL 08501 KR', 'KR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32927, '0012e5', 0, 'Time America, Inc', '51 W. 3rd Street #310 Tempe AZ 85281 US', 'US', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32928, 'b41489', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32929, '0050c275a', 0, 'Gaisler Research AB', 'Forsta Langgatan 19 Goteborg VG 41327 SE', 'SE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32930, '0050c28f5', 0, 'tec5 AG', 'In der Au 27 Oberursel 61440 DE', 'DE', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32931, '70b3d513c', 0, 'Detec Systems Ltd', '1728 Shearwater Terrace Sidney BC V8L 5L4 CA', 'CA', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32932, 'f8633f', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32933, '2c641f', 0, 'Vizio, Inc', '39 Tesla Irvine CA 92618 US', 'US', 'MA-L', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32934, '00c027', 0, 'Cipher Systems, Inc', '22115 NW Imbrie Dr #285 Hillsboro OR 97124 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32935, '00115f', 0, 'Itx Security Co, Ltd', '9F Kolon Digital Tower Aston Bldg. 505-14 Gasan-dong Geumcheon-gu SEOUL 153-803 KR', 'KR', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32936, 'dc9b9c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32937, '789c85', 0, 'August Home, Inc', '657 Bryant Street San Francisco California 94107 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32938, 'b04e26', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32939, '90272b', 0, 'Algorab S.r.l.', 'Via Luigi Negrelli, 21/13 Lavis TN 38015 IT', 'IT', 'MA-L', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32940, '00229b', 0, 'AverLogic Tech, Inc', '7F-2, No.2, Lane 258, Rui Guang Rd., Nei-Hu Dist., Taipei Taiwan 114 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32941, '0c51f7', 0, 'Chauvin Arnoux', 'LA QUEUE DEVEE REUX PONT L EVEQUE 14130 FR', 'FR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32942, '000aa4', 0, 'Shanghai Surveillance Tech Co, Ltd', 'FL.25A,NO.8 CHANGYANG ROAD SHANGHAI 200082 CN', 'CN', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32943, '0050c2066', 1, 'Private', '', '', 'IAB', '2002-08-08', '2002-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32944, '0050c2091', 0, 'StorLogic, Inc', '100 Technology Park Lake Mary FL 32746 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32945, 'bc6010', 0, 'Qingdao Hisense Communications Co, Ltd', 'Qianwangang Road 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2015-01-23', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32946, '0050c2271', 0, 'Vlsip Tech Inc', '750 PRESIDENTIAL DR RICHARDSON TEXAS 75081 US', 'US', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32947, '0050c2819', 0, 'Cabinplant A/S', 'Roesbjergvej 9 Haarby Fyn 5683 DK', 'DK', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32948, '0050c2cad', 0, 'Pacific Coast Engineering', '1524 Fernwood Drive Oakland CA 94611 US', 'US', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32949, 'd4206d', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32950, '4054e4', 0, 'Wearsafe Labs Inc', '1429 Park Street Hartford CT 06106 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32951, '70b3d57bc', 0, 'First RF Corp', '6150 Lookout Rd Boulder CO 80301 US', 'US', 'MA-S', '2019-02-05', '2019-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32952, '00198d', 0, 'Ocean Optics, Inc', '830 Douglas Ave Dunedin FL 34698 US', 'US', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32953, '001fdf', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32954, '009083', 0, 'Turbo Communication, Inc', '4F-2, NO. 171, SUNG-TEH ROAD TAIPEI TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32955, '001b2b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32956, '7c3920', 0, 'Ssoma Security', 'Unit 703, Daeryung Technotown 13th, Geumcheongu Seoul 153754 KR', 'KR', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32957, '40d855068', 0, 'Oki Seatec Co, Ltd', 'UchiuraMito 537-5 Numazu Shizuoka 410-0223 JP', 'JP', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32958, '4cd9c4', 0, 'Magneti Marelli Automotive Electronics (Guangzhou) Co Ltd', 'Building B10, No.8 Jinghu Road Guangzhou Guangdong 510800 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32959, '00a0d5', 0, 'Sierra Wireless', '13811 Wireless Way Richmond RICHMOND B.C. V6V 3A4 CA', 'CA', 'MA-L', '1980-01-01', '2018-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32960, '0010e9', 0, 'Raidtec Ltd', 'CASTLE ROAD Little Island County Cork IE', 'IE', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32961, '0050c258d', 0, 'Zao', 'Frunze, 40 Omsk Omskaia district 644099 RU', 'RU', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32962, 'a863df', 0, 'Displaire Corp', '1300 Valley House Dr, Ste 100 Rohnert Park CA 94928 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32963, '1062d0', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2017-05-23', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32964, '70b3d5515', 0, 'Pcsc', '3541 Challenger St. Torrance CA 90503 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32965, 'bc9740e', 0, 'B4ComTechnologies Llc', 'Office 2/6, 16a, Ivana Babushkina street Moscow 117292 RU', 'RU', 'MA-M', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32966, '00e050', 0, 'Executone Information Systems, Inc', '478 WHEELERS FARMS ROAD MILFORD CT 06460 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32967, '00014b', 0, 'Ennovate Networks, Inc', '60 Codman Hill Road Boxborough MA 01719 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32968, '000983', 0, 'GlobalTop Tech, Inc', '#16 Nan-Ke 9th Road Tainan 741 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32969, '0024f1', 0, 'Shenzhen Fanhai Sanjiang Electronics Co, Ltd', '3Floor-Guangcai Xintiandi Building,Nanshan Rd,Nanshan, Shenzhen Guangdong 518054 CN', 'CN', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32970, '4c74bf', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32971, '00042b', 0, 'IT Access Co, Ltd', '3-17-6, Shinyokohama, Kouhoku-ku Yokohama-shi Kanagawa 222-8545 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32972, '005094', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32973, '407875', 0, 'Imbel - Industria de Material Belico do Brasil', 'Rua Monsenhor Manoel Gomes, 520 Rio de Janeiro RJ 20931-670 BR', 'BR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32974, '70b3d5de0', 0, 'eCozy GmbH', 'Trimburgstr. 2 Munich Bavaria 81249 DE', 'DE', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32975, '70b3d5334', 0, 'Dokuen Co Ltd', '12-3 minami-matsunoki-cho higashi-kujo minami-ku kyoto 6018023 JP', 'JP', 'MA-S', '2018-07-10', '2018-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32976, '000c37', 0, 'Geomation, Inc', '25188 Genesee Trail Road Golden CO 80401 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32977, '344b50', 0, 'zte Corp', '12/F,ZTE R&D Building,Kejinan Road, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32978, '00110a', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2004-04-15', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32979, '002215', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou, Taipei 112 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32980, '0050c2972', 0, 'Switch Science (Panini Keikaku)', '2-12-1 Kohjimachi, #805 Chiyoda-ku Tokyo 1020083 JP', 'JP', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32981, '743ecb', 0, 'Gentrice Tech', '15F No.738-5 JhengJhong Rd New Taipei city 235 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32982, '9441c1', 0, 'Mini-Cam Ltd', 'Unit 4 Yew Tree Way Warrington Cheshire WA33JD GB', 'GB', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32983, '70b3d543f', 0, 'biosilver .Co, Ltd', '2-14-4, shinyokohama yokohama kanagawa 2220033 JP', 'JP', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32984, '008041', 0, 'Veb Kombinat Robotron', 'GRUNAER STRAßE 2, DRESDEN 8010 GDR EAST DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32985, '000bbd', 0, 'Connexionz Ltd', '1 Show Place Christchurch NZ', 'NZ', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32986, '70b3d5c2d', 0, 'Ensotech Ltd', 'Unit F, 6 Floor, Cheung Hing Shing Centre, No.23 Sha Tsui Road Tsuen Wan 0000 HK', 'HK', 'MA-S', '2018-09-27', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32987, '70b3d5262', 0, 'Ooo Research and Production Center Computer Tech', 'Komsomolsky avenue, 90-17 Perm Perm Region 614010 RU', 'RU', 'MA-S', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32988, '0050c283b', 0, 'O. Bay AG', 'Luzernstrasse 45 Subingen Solothurn 4553 CH', 'CH', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32989, 'c0d0ff', 0, 'China Mobile Iot Co Ltd', 'NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN', 'CN', 'MA-L', '2018-04-22', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32990, 'f83376', 0, 'Good Mind Innovation Co, Ltd', '20, Lane 200, Cheng Hu Rd. Kaohsiung 833 TW', 'TW', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32991, 'b01f81', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-05-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32992, '14612f', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2016-07-27', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32993, '103d3e', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2019-01-29', '2019-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32994, '00143f', 0, 'Hotway Tech Corp', '3F.-4, No.81, Sec. 1, Xintai 5th Rd. Xizhi Dist. New Taipei City 22101 TW', 'TW', 'MA-L', '2005-04-01', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32995, '001ac6', 0, 'Micro Control Designs', '17490 Caribou Dr Monument Co. 80132 US', 'US', 'MA-L', '2006-12-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32996, '001f53', 0, 'Gemac Chemnitz GmbH', 'Zwickauer Straße 227 Chemnitz Sachsen 09116 DE', 'DE', 'MA-L', '2007-12-31', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32997, '781d4a', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32998, '00a09a', 0, 'Nihon Kohden America', '2446 DUPONT DRIVE IRVINE CA 92715 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(32999, '0013ba', 0, 'ReadyLinks Inc', '6595 Edenvale Boulevard Eden Prairie MN 55346 US', 'US', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33000, 'b898b0', 0, 'Atlona Inc', '70 Daggett Dr. San Jose CA 95134 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33001, '40d85513d', 0, 'Perm Scientific-Industrial Instrument Making Co Jsc', '25th of October Str, 106 Perm Privolgsky Federal District 614990 RU', 'RU', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33002, '70b3d56bb', 0, 'Luceo', '16 Rue Laënnec Vern Sur Seiche Bretagne 35770 FR', 'FR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33003, 'b0c5cab', 0, 'Risecomm (HK) Tech Co Ltd', 'Skyworth Building C501, Hi-tech Industrial Park, Shenzhen, China shenzhan guangdong 518057 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33004, '900628', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33005, '001356', 0, 'Flir Radiation Inc', '100 Midland Rd Oak Ridge TN 37830 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33006, '00a1de', 0, 'ShenZhen ShiHua Tech Co, Ltd', 'Room505,5/F TsingYi Building,LangShan 2ed Road,High-Tech Industrial Park, ShenZhen GuangDong 518052 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33007, '70b3d5220', 1, 'Private', '', '', 'MA-S', '2014-11-04', '2014-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33008, '90671c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33009, '48a195', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33010, '049162', 0, 'Microchip Tech Inc', '2355 W. Chandler Blvd. Chandler AZ 85224 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33011, 'fc8f7d', 0, 'Shenzhen Gongjin Electronics Co, LT', 'SONGGANG SHENZHEN GUANGDONG 518105 CN', 'CN', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33012, '000632', 0, 'Mesco Engineering GmbH', 'Wiesentalstraße 74 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33013, '001673', 0, 'Bury GmbH & Co KG', 'Robert-Koch-Str. 1-7 Loehne Germany 32584 DE', 'DE', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33014, '002553', 0, 'Adb Broadband Italia', 'VIALE SARCA 222 MILANO 20126 IT', 'IT', 'MA-L', '2009-02-28', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33015, '903c92', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33016, '007b18', 0, 'Sentry Co, Ltd', '792,Pyeongcheon-ro,Wonmi-gu Bucheon-si, Gyeonggi-do 420-805 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33017, '6462662', 0, 'Protectli', '1315 Hot Springs Way Vista CA 92081 US', 'US', 'MA-M', '2019-12-13', '2019-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33018, '0003e2', 0, 'Comspace Corp', '955 Freeport Pkwy Coppell TX 75019 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33019, '001b4d', 0, 'Areca Tech Corp', '8F., No. 22, Lane 35, Ji-Hu Rd. Taipei 114 TW', 'TW', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33020, '0050c2b96', 0, 'Onix Electronic Systems Inc', '205 Travelers Rest Blvd Summerville SC 29485 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33021, 'ace77b', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33022, '8489ec3', 0, 'Aerionics Inc', '3601 N St Paul Avenue Sioux Falls SD 57104 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33023, '009056', 0, 'Telestream, Inc', '848 GOLD FLAT RD., SUITE 1 NEVADA CITY CA 95959 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33024, '0050c2114', 0, 'Quest Innovations', 'Dr Sicco Mansholstraat 7 Wieringerwerf NL', 'NL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33025, 'a0ff70', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2020-02-13', '2020-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33026, '70b3d591f', 0, 'Jsc InformInvestGroup', 'Moscow, Prospekt Andropova street, 18 Moscow Moscow State 115432 RU', 'RU', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33027, '6462667', 0, 'Shenzhen C & D Electronics Co, Ltd', '9th FIoor, Building 9, No.1 Qingxiang road, BaoNeng Science and TechnoIogy Industrial Park, Longhua New District ShenZhen GuangDong 518000 CN', 'CN', 'MA-M', '2019-12-19', '2019-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33028, '100d2f', 0, 'Online Security Pty. Ltd', '5/21-25 Redland Drive Mitcham VIC 3132 AU', 'AU', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33029, 'ac3fa4', 0, 'Taiyo Yuden Co, Ltd', '8-1, Sakae-cho Takasaki-shi Gunma 370-8522 JP', 'JP', 'MA-L', '2012-03-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33030, '0050c2f1b', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33031, '001bc5094', 0, 'reelyActive', '501-1015 rue William Montreal Quebec H3C 1P4 CA', 'CA', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33032, '0050c212d', 0, 'Megisto Systems, Inc', '20251 Century Blvd. Germantown MD 20874 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33033, '0050c27ee', 0, 'NH Research', '16601 Hale Ave. Irvine CA 92606 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33034, '00131d', 0, 'Scanvaegt International A/S', 'P.O.Pedersens vej 18 Aarhus Jylland 8200 N DK', 'DK', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33035, '78e3b5', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-03-17', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33036, '78312b', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33037, '28faa0', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2015-08-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33038, '000497', 0, 'MacroSystem Digital Video AG', 'Schoellinger Feld 28 DE', 'DE', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33039, '000c42', 0, 'Routerboard.com', 'Pernavas 46 Riga LV-1009 LV', 'LV', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33040, '0050c26b4', 0, 'Somesca', '80 rue Jean Jaurès BOIS-COLOMBES 92270 FR', 'FR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33041, '380a94', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33042, 'bc97402', 0, 'Lattec I/S', 'Blytækkervej 10 Hillerød 3400 DK', 'DK', 'MA-M', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33043, '00049d', 0, 'Ipanema Tech', '28, Rue De La Redoute FR', 'FR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33044, '0012f4', 0, 'Belco International Co, Ltd', '212, Yeokok-Dong, Wonmi-gu Puchun-Si Kyongki-Do 420-100 KR', 'KR', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33045, '0050c2fc1', 0, 'Motec Pty Ltd', '121 Merrindale Drive Croydon South Victoria 3136 AU', 'AU', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33046, '70b3d5790', 0, 'Avi Pty Ltd', '9 Pitt Way Booragoon Western Australia 6154 AU', 'AU', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33047, '009005', 0, 'Protech Systems Co, Ltd', '5F, NO. 34, LANE 80, SEC. 3 TAIPEI TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33048, '00b0db', 0, 'Nextcell, Inc', '651 East 18th Street Plano TX 75074 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33049, 'bc9325', 0, 'Ningbo Joyson Preh Car Connect Co, Ltd', 'No. 99, Qingyi Road Ningbo Zhejiang 315040 CN', 'CN', 'MA-L', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33050, '08a6bc', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33051, '00b7a8', 0, 'Heinzinger electronic GmbH', 'Anton Jakob Str.4 Rosenheim BY 83026 DE', 'DE', 'MA-L', '2020-01-14', '2020-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33052, 'e4faed', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33053, '14a51a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-08-06', '2016-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33054, '4c6be8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33055, '000f53', 0, 'Solarflare Communications Inc', 'Suite 100, 7505 Irvine Center Drive Irvine CA 92618 US', 'US', 'MA-L', '2004-02-12', '2019-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33056, 'e09861', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33057, '64a232', 0, 'Ooo Samlight', '44A, Dubninskaya str., Moscow 127591 RU', 'RU', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33058, '2c625a', 0, 'Finest Security Systems Co, Ltd', '12F, No.103, Sec3, Nan King E. RD Taipei 104 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33059, '000090', 0, 'Microcom', '500 RIVER RIDGE DRIVE NORWOOD MA 02062-5028 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33060, '00110f', 0, 'netplat, Inc', '2F Olympia Center, 828-10, Yeoksam-dong, Gangnam-gu SEOUL 135-935 KR', 'KR', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33061, 'e019d8', 0, 'BH Tech', '12 RUE AMPERE GRENOBLE 38000 FR', 'FR', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33062, '0050c27c4', 0, 'MoBaCon', 'Ludwig-Wilhelm-Str. 6 Karlsruhe BW 76131 DE', 'DE', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33063, 'd05a00', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2017-03-26', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33064, '0050c2a43', 0, 'Nks CoLtd', 'Yodogawa-ku Niitaka Osaka 532-0033 JP', 'JP', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33065, '8489ecd', 0, 'Price Industries Ltd', '638 Raleigh Street Winnipeg Manitoba R2K3Z9 CA', 'CA', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33066, '001cd0', 0, 'Circleone Co, Ltd', '860-1,Noda Beppu-shi Ooita-ken 874-0016 JP', 'JP', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33067, '001cdd', 0, 'Cowbell Engineering Co, Ltd', '1739-1 Nagatoro SAKU Nagano 385-0021 JP', 'JP', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33068, '001dd5', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-09-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33069, '70b3d5682', 0, 'Rosslare Enterprises Ltd', 'Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK', 'HK', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33070, 'a885d7', 0, 'Sangfor Tech Inc', 'block A1 ?nanshan ipark, No 1001, xueyuan road Shenzhen 518100 CN', 'CN', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33071, '6462668', 0, 'Leontech Ltd', '1208 WorkingBerg Commercial Buildung, 41-47 Marble Road Hong Kong Hong Kong 00000 HK', 'HK', 'MA-M', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33072, '00a092', 0, 'H. Bollmann Manufacturers, Ltd', '26 VICTORIA WAY ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33073, '0012b8', 0, 'G2 Microsystems', '408 Euclid Ave Oakland CA 94610 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33074, '00e175', 0, 'AK-Systems Ltd', 'off 62, 27/29 Pavlovskaya str. Moscow 115093 RU', 'RU', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33075, '0050c2e55', 0, 'TTi Ltd', 'Glebe Road Huntingdon Cambridgeshire PE29 7DR GB', 'GB', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33076, 'd42122', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '2014-01-12', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33077, '50ff993', 0, 'Yongjing Shanghai Electronic Science and Tech', 'Room 202,Building 2,No.65,Lane1398,Xin Zhu Road, Minhang District Shanghai. shanghai shanghai 201100 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33078, 'f0acd7e', 0, 'Fiziico Co, Ltd', '8F-3, No. 15, Ln 360, Sec. 1, Neihu Rd., Neihu District Taipei 11493 TW', 'TW', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33079, '70b3d5072', 0, 'Lightdrop', 'Matiční 730/3 Ostrava 70200 CZ', 'CZ', 'MA-S', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33080, '0050c201f', 0, 'Kbs Industrieelektronik GmbH', 'Burkheimer Str. 3 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33081, '00158f', 0, 'Ntt Advanced Tech Corp', 'Shinjuku Mitsui Bldg. 2-1-1, Nishi-shinjuku, Shinjuku-ku Tokyo 163-0431 JP', 'JP', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33082, '0050c2c8c', 0, 'Lanmark Controls Inc', '125 Nagog Park Acton MA 01720 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33083, '8c271d', 0, 'QuantHouse', '52 Rue de la Victoire Paris 75009 FR', 'FR', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33084, 'e88d28', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33085, 'b899b0', 0, 'Cohere Tech', '404 Saratoga Avenue Santa Clara CA 95050 US', 'US', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33086, 'c8db26', 0, 'Logitech', '7700 Gateway Blvd Newark CA 94560 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33087, 'f063f9', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33088, '00136a', 0, 'Hach Lange Sarl', '6, route de Compois VESENAZ GENEVA 1222 CH', 'CH', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33089, '0022ed', 0, 'Tsi Power Corp', '1103 West Pierce Avenue Antigo WI 54409 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33090, 'b42200', 0, 'Brother industries, Ltd', '15-1, Naeshirocho, Mizuho-ku NAGOYA 4678561 JP', 'JP', 'MA-L', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33091, 'b09fba', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-07-12', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33092, '40a6e8', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33093, '2cd1410', 0, 'iCIRROUND Inc', '7F,No.,79, Chou-Tze St., Taipei Taiwan 114 TW', 'TW', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33094, '0008b1', 0, 'ProQuent Systems', '67 Forest Street Marlboro MA 01752 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33095, '001a7e', 0, 'LN Srithai Comm Ltd', '71/12 M.5, Bangna-Trad Rd, KM.52, Thakam Bangpakong Chachoengsao 24130 TH', 'TH', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33096, '283545', 0, 'Shenzhen Chuangwei-Rgb Electronics Co, Ltd', 'Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33097, '9c1463', 0, 'Zhejiang Dahua Tech Co, Ltd', 'No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2018-09-27', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33098, 'd0abd5', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-11-09', '2018-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33099, '0030ce', 0, 'Zaffire', '2630 Orchard Parkway San Jose CA 95134-2020 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33100, '906f18', 1, 'Private', '', '', 'MA-L', '2015-05-23', '2015-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33101, 'fc4b1c', 0, 'Intersensor S.R.L.', '101 Bd. Iuliu Maniu str., Bl. A2, Sc. 2, #47 Bucharest 061094 RO', 'RO', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33102, '74e14ab', 0, 'Loctek Visual Tech Corp', 'Floor 20 Aux Building No.757 Rili Middle Road Yinzhou District Ningbo China Ningbo zhejiang 315199 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33103, '70b3d5eac', 0, 'Kentech Instruments Ltd', 'The Isis Building Wallingford Oxfordshire OX10 8BA GB', 'GB', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33104, '70b3d5f17', 0, 'Vitec', '99 rue pierre sémard Chatillon France 92320 FR', 'FR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33105, '70b3d5e80', 0, 'Changzhou Rapid Information Tech Co, Ltd', 'Sanjing World Tech Park,3rd Floor,Bld NO3 NO.18huashan Road Changzhou Jiangsu 213001 CN', 'CN', 'MA-S', '2019-08-02', '2019-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33106, '000698', 0, 'egnite GmbH', 'Erinstraße 9 Castrop-Rauxel D-44575 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33107, '0023ee', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33108, '7c4b78', 0, 'Red Sun Synthesis Pte Ltd', '639, #11-544 510539 SG', 'SG', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33109, '3cdfa9', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-01-23', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33110, '70b3d5480', 0, 'Emergency Lighting Products Ltd', 'Gillmans Industrial Estate, Natts Lane Billingshurst RH14 9EZ GB', 'GB', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33111, 'c44268', 0, 'Crestron Electronics, Inc', '15 Volvo Drive Rockleigh NJ 07647 US', 'US', 'MA-L', '2020-01-25', '2020-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33112, '0050c2ca9', 0, 'Intelligent Devices', '300 Redland Ct. Owings Mills MD 21117 US', 'US', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33113, 'ec9ecd', 0, 'Artesyn Embedded Tech', '2900 S. Diablo Way Suite 190 Tempe Arizona 85282 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33114, '70b3d56d2', 0, 'Ahrens & Birner Co GmbH', 'Virchowstreet 19/19a Nuremberg 90409 DE', 'DE', 'MA-S', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33115, '0050a7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33116, '001bff', 0, 'Millennia Media Inc', '4200 Day Spring CT Placerville CA 95667 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33117, '98f4ab', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33118, '1c7022', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33119, '70b3d573a', 1, 'Private', '', '', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33120, '0004c7', 0, 'NetMount', 'P.O.B. 2325 IL', 'IL', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33121, '000c6e', 0, 'ASUSTek Computer Inc', '150, Li-Te Rd., PeiTou Taipei 112 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33122, '64ed57', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-01-05', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33123, '0050c2dc5', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33124, 'a8a089', 0, 'Tactical Communications', '473 Post Street Camarillo CA 93010 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33125, '0c9d92', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33126, '1caecb', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33127, 'a44bd5', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33128, '0050c230f', 0, 'Digicontrole Lda', 'Av. Eng. Arantes e Oliveira N°5 2° D Lisboa 1900-221 LIS PT', 'PT', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33129, '0050c263a', 0, '3dsp Corp', '16271 Laguna Canyon Road Irvine California 92618 US', 'US', 'IAB', '2006-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33130, '68c90b', 0, 'Texas Instruments', '12500 TI BLVD Dallas 75243 US', 'US', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33131, '9802d86', 0, 'Fritz Kuebler GmbH', 'Schubertstrasse 47 Villingen-Schwenningen Baden-Wuerttemberg 78054 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33132, '70b3d529f', 0, 'Code Hardware SA', '100 Metros Norte Hogar de Ancianos Quesada 21001 CR', 'CR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33133, '70b3d5203', 0, 'Woojin Inc', 'Gyeonggi Hwaseong Dongbu-daero 970beon-gil 110 18481 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33134, 'd467d3', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33135, '10dcb69', 0, 'Fuzhou Rockchip Electronics Co, Ltd', 'No. 18 Building, A District, No.89,software Boulevard Fuzhou,Fujian,PRC Fuzhou FuJian 350003 CN', 'CN', 'MA-M', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33136, '0009ad', 0, 'Hyundai Syscomm, Inc', 'SAN 136-1, AMI-RI, BUBAL-EUB ICHON KYOUNGKI-DO 467-701 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33137, '40d85512e', 0, 'Canfield Scientific, Inc', '253 Passaic Avenue Fairfield NJ 07004 US', 'US', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33138, '001bc5068', 0, 'Hcs Kablolama Sistemleri San. ve Tic.A.S.', 'Turgutreis Mah. Barbaros Cad. Esenler / ISTANBUL 34235 TR', 'TR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33139, '00c054', 0, 'Network Peripherals, Ltd', '4TH FLOOR, 17 BOWATER RD. ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33140, '0050c2197', 0, 'Epm Tecnologia e Equipamentos', 'Av Com Gumercindo Barranqueiros, 285 Jundiaí São Paulo 13211-410 BR', 'BR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33141, 'b8b3dc', 0, 'Derek(Shaoguan)Ltd', 'Gaojiling, Taiping Town, Shao Guan Guang Dong 512500 CN', 'CN', 'MA-L', '2015-03-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33142, '000b12', 0, 'Nuri Telecom Co, Ltd', 'B-10F Woolim Lion\'s Valley 371-28 Geuncheon-gu Seoul 153-803 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33143, '2891d0', 0, 'Stage Tec Entwicklungsgesellschaft für professionelle Audiotechnik mbH', 'Tabbertstraße 10 Berlin 12459 DE', 'DE', 'MA-L', '2012-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33144, '0050c2ea9', 0, 'Mettler Toledo', '1571 Northpointe Parkway Lutz FL 33558 US', 'US', 'IAB', '2011-10-15', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33145, '40d85514c', 0, 'Plt', 'Partiyniy pereulok d.1 build. 58 Moscow 115093 RU', 'RU', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33146, '34cff6', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2020-01-11', '2020-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33147, '009032', 0, 'Pelcombe Group Ltd', 'MAIN ROAD ESSEX C012 4LP GB', 'GB', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33148, '000fbe', 0, 'e-w/you Inc', '3F FINE Bldg. 6-17-17 Shinagawa-ku, Tokyo 140-0013 JP', 'JP', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33149, '0026f1', 0, 'ProCurve Networking by HP', '60 Alexandra Terrace 0000 118502 SG', 'SG', 'MA-L', '2010-01-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33150, '0050c22dd', 0, 'Westek Tech Ltd', 'Unit 1, Lancaster Road Melksham Wiltshire SN12 6TT GB', 'GB', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33151, '0050c2a26', 0, 'Preferred Oil, Llc', '1819 Moen Ave Joliet IL 60436 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33152, '0050c2eb2', 0, 'Otaki Electric Corp', '6-6,Aza-Kamibukuro,Syakanai Ohdate Akita 017-0012 JP', 'JP', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33153, 'a0bb3e5', 0, 'ManTech International Corp', '2250 Corporate Park Drive Herndon Virginia 20171 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33154, '70b3d5ee2', 0, 'Montrade Spa', 'Via Armando Sarti 6 Bologna 40132 IT', 'IT', 'MA-S', '2019-10-01', '2019-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33155, '0015f9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33156, '0018d5', 0, 'Reigncom', '14F Kamco Yanjae Tower, 949-3 Seoul 135-739 KR', 'KR', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33157, '403067', 0, 'Conlog (Pty) Ltd', '270 Felix Dlamini Road Durban Kwa-zulu Natal 4000 ZA', 'ZA', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33158, '70b3d5721', 0, 'Zoe Medical', '460 Boston Street Topsfield MA 01983 US', 'US', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33159, '70b3d5e1a', 0, 'Bizerba Luceo', '16 RUE LAENNEC VERN SUR SEICHE 35772 FR', 'FR', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33160, '34fa9f', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33161, '200a0d', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-10-10', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33162, '0050c265a', 0, 'Hisstema AB', 'Hantverksvägen 13 Södertälje S-151 65 SE', 'SE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33163, '001bf2', 0, 'Kworld Computer Co, Ltd', 'No. 113, Jian 2nd Rd., Jhonghe Taipei county 235 TW', 'TW', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33164, 'd481ca', 0, 'iDevices, Llc', '136 Simsbury, Rd Avon CT 06001 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33165, '8468c8', 0, 'Totolink Tech Int‘L Ltd', 'ROOM 702,7/F SPA CENTER NO 53055 LOCKHART ROAD WAN CHAI 999077 HK', 'HK', 'MA-L', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33166, '00003c', 0, 'Auspex Systems Inc', '5200 GREAT AMERICA PKWY SANTA CLARA CA 95054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33167, '000fc7', 0, 'Dionica R&D Ltd', 'Bologna Centre, F11 Mosta MST13 MT', 'MT', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33168, '0016a1', 0, '3Leaf Networks', '3255-1 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2005-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33169, '0050c2ded', 0, 'Lee Laser', '7605 Presidents Drive Orlando FL 32809 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33170, '6c4b7f', 0, 'Vossloh-Schwabe Deutschland GmbH', 'Wasenstrasse 25 Urbach 73660 DE', 'DE', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33171, '88708c', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999, Qishan North 2nd Road, Information & Optoelectronics Park, Xiamen Fujian 361006', '', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33172, '70b3d5b08', 0, 'SecuInfo Co, Ltd', '1411, Kranz Techno, 5442-1 Seongnam-si Gyeonggi-do 462-729 KR', 'KR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33173, '7065a3', 0, 'Kandao lightforge Co, Ltd', '5th Floor, M7 Steel Building, the second way in Technology Road , Nanshan District, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33174, '0003a3', 0, 'Mavix, Ltd', 'POB 217, Yokneam Illit, 20692 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33175, '000a6e', 0, 'Harmonic, Inc', '4300 North First Street San Jose CA 95134 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33176, 'e8de00', 0, 'ChongQing GuanFang Tech Co, Ltd', '2F, A District,No.3 Middle Section of Mount Huangshan Avenue ChongQing ChongQing 401121 CN', 'CN', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33177, '0040b0', 0, 'Bytex Corp, Engineering', '13873 PARK CENTER ROAD HERNDON VA 22071 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33178, '34e70b', 0, 'Han Networks Co, Ltd', '5F,#37 Building,#8 Dongbeiwang Eest Road Haidian District Beijing 100193 CN', 'CN', 'MA-L', '2016-01-16', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33179, '001d90', 0, 'Emco Flow Systems', '2150 Miller Drive Longmont CO 80501 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33180, '2c97b1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33181, '207355', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-01-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33182, 'a8e824', 0, 'Inim Electronics S.R.L.', 'VIA DEI LAVORATORI 10 - FRAZIONE CENTOBUCHI MONTEPRANDONE ASCOLI PICENO 63076 IT', 'IT', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33183, '0050c226d', 0, 'Dsp Design', 'TAPTON PK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33184, '000e95', 0, 'Fujiya Denki Seisakusho Co, Ltd', '8F Fukushima BLDG. 6-25-11,Nishi-Gotanda Shinagawa-Ku Tokyo 141-0031 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33185, '68efbd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33186, '70b3d5297', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33187, '0050c20eb', 0, 'iREZ Tech Llc', '15020 N 74th St. Scottsdale AZ 85260 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33188, '001463', 0, 'Idcs N.V.', 'Hellebeemden 9 Hasselt Limburg 3500 BE', 'BE', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33189, '002339', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2008-10-25', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33190, '002471', 0, 'Fusion MultiSystems dba Fusion-io', '6350 S. 3000 E., 6th floor Salt lake City UT 84121 US', 'US', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33191, 'ace87b', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33192, '545aa6', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2015-12-03', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33193, '8c192d6', 0, 'smartHome Partner GmbH', 'Dalbker Strasse 138 Oerlinghausen NRW 33813 DE', 'DE', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33194, '3c9d56', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33195, '0002b4', 0, 'Daphne', '101 Chaussee De Binche BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33196, '001b3b', 0, 'Yi-Qing Co, Ltd', '310 ROOM,12F TAIPEI 100 TW', 'TW', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33197, 'c4ffbc5', 0, 'comtime GmbH', 'Gutenbergring 22 Norderstedt 22848 US', 'US', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33198, 'c863147', 0, 'Shenzhen Wesion Tech Co, Ltd', 'A511, Mingyou Purchasing Center, Baoyuan Road, Xixiang Street Shenzhen Guangdong 518102 CN', 'CN', 'MA-M', '2019-01-15', '2019-01-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33199, 'b80756', 0, 'Cisco Meraki', '500 Terry A. Francois Blvd San Francisco null 94158 US', 'US', 'MA-L', '2019-03-22', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33200, '000a84', 0, 'Rainsun Enterprise Co, Ltd', 'No.14-3 , Lane 235, Ho-Chen Road ShinDian City TAIPEI 231 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33201, '40d855050', 0, 'Atg UV Tech', 'Genesis House Wigan WN5 8AA GB', 'GB', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33202, 'a0f459', 0, 'FN-Link Tech Ltd', '5th Floor, A Building, Haoye Logistics Park, Shugang Channel, Bao\'an District, SHENZHEN GUANGDONG 518000 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33203, '0050c2f3e', 0, 'Vtron Pty Ltd', 'Unit 2, 62 Township Drive West West Burleigh Queensland 4219 AU', 'AU', 'IAB', '2012-03-15', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33204, '40d855', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2013-01-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33205, '0050c26c1', 0, 'Radius Sweden AB', 'Tennv. 1 Karlskrona 371 50 SE', 'SE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33206, '001cf5', 0, 'Wiseblue Tech Ltd', 'Rm G5, 5/F, Kingsford Industrial Building Phase II, 26-32 Kwai Hei Street, Kwai Chung N.T. HK', 'HK', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33207, '84e4d9', 0, 'Shenzhen Need Tech Ltd', 'Room 581 ,Jinda technology center,No.8, Kefeng road, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33208, '0007fa', 0, 'Itt Co, Ltd', '1-14-7, Mukohjyuku, JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33209, '000c09', 0, 'Hitachi IE Systems Co, Ltd', 'Saiwai-cho 120-1,Inazawa-shi Inazawa-shi Aichi 492-8622 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33210, 'f8b568b', 0, 'Whizpace Pte. Ltd', '77 Ayer Rajah Crescent, #02-30 Singapore 139954 SG', 'SG', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33211, '00038a', 0, 'America Online, Inc', '44900 Prentice Drive Dulles VA 20166 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33212, '0050c26d7', 0, 'Mavenir System, Inc', '1651 N. Glenville Dr., Suite 201 Richardson TX 75081 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33213, 'c42c4f', 0, 'Qingdao Hisense Mobile Communication Tech Co, Ltd', 'No.399, Song Ling Road Qingdao Shandong 266100 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33214, '7ca1ae', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33215, '0025f2', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-01-05', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33216, 'd89685', 0, 'GoPro', '3000 Clearview Way San Mateo CA 94402 US', 'US', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33217, '001c0f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33218, '0050c2737', 0, 'Teradici Corp', '101 4621 Canada Way, Burnaby BC V6G 4X8 CA', 'CA', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33219, 'dc0077', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-11-17', '2015-11-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33220, 'd07fc4', 0, 'Ou Wei Tech Co,Ltd of Shenzhen City', 'Registered Address: Room 201, Block D, Huahan Innovation Park, Langshan Road, Xili Street, Nanshan District, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33221, '501395', 0, 'Sichuan AI-Link Tech Co, Ltd', 'Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN', 'CN', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33222, '00032c', 0, 'Abb Switzerland Ltd', 'Dept. ATEP Austrasse CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33223, '000526', 0, 'Ipas GmbH', 'Hölscherstr. 27 DE', 'DE', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33224, '18ad4d', 0, 'Polostar Tech Corp', '2F, No.351, Yangguang St. Taipei 11491 TW', 'TW', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33225, '9c685b', 0, 'Octonion SA', 'EPFL Innovation Park, Bâtiment C Lausanne Vaud 1015 CH', 'CH', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33226, '00a002', 0, 'Leeds & Northrup Australia Pty Ltd', 'PO BOX 4009 EIGHT MILE PLAINS QLD 4113 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33227, '3822d6', 0, 'Hangzhou H3c Tech Co, Ltd', '310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN', 'CN', 'MA-L', '2011-03-17', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33228, '0050c2ccd', 0, 'Fuji Data System Co, Ltd', '5-21-14 AMAGASAKI-Shi HYOGO-Prf. 660-0892 JP', 'JP', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33229, '206d31', 0, 'Firewalla Inc', '75 E. Santa Clara St. STE 600 San Jose CA 95113 US', 'US', 'MA-L', '2019-12-25', '2019-12-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33230, '1c21d14', 0, 'Scientific-Production Enterprise Dynamics', 'Anisimova street, 6 Cheboksary Chuvash Republic 428015 RU', 'RU', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33231, '84a134', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33232, '3c5282', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33233, '00301c', 0, 'Altvater Airdata Systems', 'GMBH & CO. KG DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33234, '0050c28dd', 0, 'Gimcon', 'Reininghausstraße 5 Graz Styria 8020 AT', 'AT', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33235, '2c279e6', 0, 'Rutledge Omni Services Pte Ltd', '34 Toh Guan Road East, #01-12/13 Enterprise Hub Singapore Singapore 608579 SG', 'SG', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33236, '8c593ce', 0, 'Shenzhen Tian-Power Tech Co, Ltd', 'Guangming New District Gongming Office Yulu Community No. 6 Industrial Zone Building 26 Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-04-10', '2019-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33237, '000040', 0, 'Applicon, Inc', '4251 PLYMOUTH RD 48015 ANN ARBOR MI 48106-0986 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33238, '28bf89', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33239, '0009d1', 0, 'Seranoa Networks Inc', 'CONCORD OFFICE CENTER CONCORD MA 01742 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33240, '001517', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2005-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33241, '0016e2', 0, 'American Fibertek, Inc', '120 Belmont Drive Somerset New Jersey 08873-1204 US', 'US', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33242, '002500', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2009-01-19', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33243, '98865d', 0, 'Nokia Shanghai Bell Co Ltd)', 'No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai Shanghai 201206 CN', 'CN', 'MA-L', '2019-03-25', '2019-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33244, '003063', 0, 'Santera Systems, Inc', '2901 SUMMIT AVENUE - STE. #100 PLANO TX 75074 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33245, '00d0eb', 0, 'Lightera Networks, Inc', '10201 BUBB ROAD CUPERTINO CA 95014 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33246, 'f81037', 0, 'Atopia Systems, LP', '681 N. Plano Road Richardson TX 75082 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33247, '70b3d50c3', 0, 'Aug. Winkhaus GmbH & Co KG', 'August-Winkhaus-Straße 31 Telgte NRW 48291 DE', 'DE', 'MA-S', '2019-11-01', '2019-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33248, '001d96', 0, 'WatchGuard Video', '3001 Summit Ave. Plano TX 75074 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33249, '00262e', 0, 'Chengdu Jiuzhou Electronic Tech Inc', 'A2 Building,Tianfu Software Park Chengdu Sichuan 610041 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33250, '40d85510f', 0, 'Cavalry Storage Inc', '4251 E BRICKELL ST ONTARIO CA 91761 US', 'US', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33251, '24d76b', 0, 'Syntronic AB', 'Utmarksvägen 33c Gävle 80291 SE', 'SE', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33252, 'bc7596', 0, 'Beijing Broadwit Tech Co, Ltd', 'Beijing Changping District Beijing International Information Industry Base Jizhida Building 3rd Floor Southeast Beijing Beijing 10000 CN', 'CN', 'MA-L', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33253, 'fcab90', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-01-19', '2019-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33254, '006020', 0, 'Pivotal Networking, Inc', '7246 SHARON DR., STE SAN JOSE CA 95129 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33255, '0050c2628', 0, 'Dare Development', 'Vijzelmolenlaan 7 Woerden UT 3447 GX NL', 'NL', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33256, '001212', 0, 'Plus Corp', '1033-1, Oshitate Inagi-shi Tokyo 206-0811 JP', 'JP', 'MA-L', '2004-08-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33257, '6c504d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33258, '20dc93', 0, 'Cheetah Hi-Tech, Inc', 'Rm 804, No. 5, Sec. 2, Anhe Rd. Taipei Taiwan 10680 TW', 'TW', 'MA-L', '2012-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33259, 'f8b5688', 0, 'Maven Wireless AB', 'Torshamnsgatan 35 KISTA 164 40 SE', 'SE', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33260, '70b3d509a', 0, 'Akse srl', 'Via Aldo Moro, 39 Reggio Emilia Italy 42124 IT', 'IT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33261, 'f4bcda', 0, 'Shenzhen Jingxun Software Telecommunication Tech Co, Ltd', '3/F,A5 Building Zhiyuan Community No.1001,Xueyuan Road Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33262, '005089', 0, 'Safety Management Systems', 'Burgemeester Burgerslaan 40 NH Rosmalen 5245 NL', 'NL', 'MA-L', '2000-11-09', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33263, '00d0d0', 0, 'Zhongxing Telecom Ltd', '8-9F BUILDING 54,301# CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33264, '00b09d', 0, 'Point Grey Research Inc', '305-1847 West Broadway Vancouver British Columbia V6J 1Y6 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33265, '001e9b', 0, 'San-Eisha, Ltd', '2-1 Ebara 5-chome Shinagawa-ku Tokyo 142-8611 JP', 'JP', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33266, '002578', 0, 'Jsc Concern Sozvezdie', 'Plekhanovskaya st., 14 Voronezh 394018 RU', 'RU', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33267, '84ad58', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33268, '00c007', 0, 'Pinnacle Data Systems, Inc', '1350 WEST FIFTH AVENUE COLUMBUS OH 43212 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33269, '000e74', 0, 'Solar Telecom. Tech', 'B B/D, 4F, Samho Venture Tower Seoul 137-941 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33270, '0050c2270', 0, 'S4 Tech Pty Ltd', '325 Pitt Street Sydney NSW 2000 NZ', 'NZ', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33271, '001518', 0, 'Shenzhen 10moons Tech Development Co, Ltd', 'Add:3F,Huaxing building, QiaoXiang road, shenzhen guangdong 518053 CN', 'CN', 'MA-L', '2005-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33272, '848a8d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33273, '00e087', 0, 'LeCroy - Networking Productions Division', '25 BURLINGTON MALL ROAD BURLINGTON MA 01803 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33274, '080021', 0, '3M Co', 'Telecom Division Austin TX 78726-9000 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33275, '001db7', 0, 'Tendril Networks, Inc', '5700-D Flatiron Parkway Boulder CO 80301 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33276, '40d8551a6', 0, 'RB-Link Wireless', 'Parque Comercial Europa Loja 20 Pombal 3100-371 PT', 'PT', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33277, '4ce2f1', 0, 'sclak srl', 'via borgonuovo 7 milano mi 20121 IT', 'IT', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33278, 'cc66b2', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33279, 'ec9f0d6', 0, 'Shenzhen Compare Electronics Co, Ltd', '18F 5D First Area, Shenzhen Bay Eco-tech Park, Nanshan District, Shenzhen 518057, China Shenzhen City (深圳市) Guangdong 518057 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33280, '00304d', 0, 'Esi', '3701 E. Plano Parkway Plano TX 75074 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33281, '0050c2575', 0, 'Solystic', '14 Avenue de Raspail GENTILLY Cedex Val de Marne 94257 FR', 'FR', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33282, '00252d', 0, 'Kiryung Electronics', 'Kiryung Bldg. 686-70, Sindaebang-dong Seoul 156-010 KR', 'KR', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33283, '286aba', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-10-19', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33284, '000994', 0, 'Cronyx Engineering', 'Marshala Sokolovskogo str. 4 Moscow 123063 RU', 'RU', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33285, '001e1f', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2007-09-29', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33286, 'a49005', 0, 'China Great-Wall Computer Shenzhen Co, Ltd', '409,2#,Greatwall Bldg,No.3 Kefa Road,Science & Industry Park,Nanshan District, Shenzhen Guangdong 51807 CN', 'CN', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33287, '70b3d53a7', 0, 'Varikorea', '#505 kolon digital tower aston, gasan, geumcheon seoul 08502 KR', 'KR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33288, '70b3d5b52', 0, 'AEye, Inc', '5700 Stoneridge Drive, Suite 102 Pleasanton CA 94588 US', 'US', 'MA-S', '2019-03-06', '2019-03-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33289, '001f17', 0, 'Idx Co, Ltd', '6-28-11 Shukugawara, Tana-ku Kawasaki-Shi Kanagawa-Ken 2140021 JP', 'JP', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33290, 'a0b662', 0, 'Acutvista Innovation Co, Ltd', '2F-1, No. 20 Alley 1, Lane 768, Sec. 4 Taipei City 11577 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33291, '0050c2e8b', 0, 'Rpa Electronic Solutions, Inc', '1285 Chenango St. Binghamton New York 13901 US', 'US', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33292, '10604b', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2012-07-16', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33293, '001bc50c2', 0, 'TechSolutions A/S', 'Lyskaer 15, 2 Herlev 2730 DK', 'DK', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33294, '70b3d5167', 0, 'Eiden Co, Ltd', '2-7-1 kurigi,asao-ku,kawasaki-shi kanagawa 215-0033 JP', 'JP', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33295, '0cfe5d4', 0, 'Yantai Dongfang Wisdom Electic Co, Ltd', '6 Jindu Road Yantai Shandong 264003 CN', 'CN', 'MA-M', '2018-08-08', '2018-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33296, 'd0c857b', 0, 'Chunghsin International Electronics Co, Ltd', '618-2# Gongren West Road,Jiaojiang, Taizhou Zhejiang 317700 CN', 'CN', 'MA-M', '2019-03-27', '2019-03-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33297, '002321', 0, 'Avitech International Corp', '15333 NE 90th Street Redmond WA 98052 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33298, '002683', 0, 'Ajoho Enterprise Co, Ltd', '7F., No.101, Ruihu St. Taipei 114 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33299, '70b3d508a', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33300, 'c82c2b6', 0, 'Grav I.T.', '601 1st Ave NW Gravette AR 72736 US', 'US', 'MA-M', '2019-02-05', '2019-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33301, '0003e6', 0, 'Entone, Inc', '2755 Campus Dr Ste 235 San Mateo CA 94403 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33302, '000783', 0, 'SynCom Network, Inc', '4F, No. 31, Hsintai Road, Chupei City, TW', 'TW', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33303, '40d8550be', 0, 'Manufacturing System Insights Inc', '2560 Ninth Street, Suite 123A Berkeley CA 94710 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33304, 'd46761', 0, 'United Gulf Gate Co', 'XonTel, Borj ALadel Tower, Fahad Al-Salem St Fl 21 Kuwait 0000 KW', 'KW', 'MA-L', '2014-02-25', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33305, '0015df', 0, 'Clivet S.p.A.', 'via Camp Lonc 25 Feltre Belluno 32030 IT', 'IT', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33306, '60735c', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33307, 'c44f33', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2018-06-25', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33308, '0005fe', 0, 'Traficon N.V.', 'Bissegemsestraat 45 BE', 'BE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33309, 'b4c170', 0, 'Yi chip Microelectronics (Hangzhou) Co, Ltd', 'Suite 401, Building #13, No. 498 Guoshoujing Rd., Pudong Shanghai 201210 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33310, '001447', 0, 'Boaz Inc', '282 Pukok-ri SongSan-myon Dangzin-gun Chungcheongnam-do, 343-834 Seoul SeoCho-gu 137-070 KR', 'KR', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33311, '001655', 0, 'Fuho Tech Co, Ltd', 'No. 30, Lane 726, Jinma Rd, Sec. 3 Chang Hua 500 TW', 'TW', 'MA-L', '2005-11-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33312, '0050c262e', 0, 'Tdm Ingénierie', '6 av H. Becquerel Mérignac Aquitaine 33700 FR', 'FR', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33313, 'ec9b5b', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI', 'FI', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33314, '40d855043', 0, 'SchulerControl GmbH', 'Richard-Schirrmannstr. 29 Titisee-Neustadt BW 79822 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33315, '4c1265', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33316, '002013', 0, 'Diversified Tech, Inc', '112 E. STATE STREET RIDGELAND MS 39157 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33317, '0009f8', 0, 'Unimo Tech Co, Ltd', 'BANGBAE DONG 479-12 SEOUL 137-820 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33318, '34bb1f', 0, 'BlackBerry Rts', '451 Phillip Street Waterloo ON N2L 3X2 CA', 'CA', 'MA-L', '2012-05-26', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33319, '8c4cdc', 0, 'Planex Communications Inc', 'Planex Volta Bldg., 2-11-9 Ebisu-Nishi,Shibuya-ku,Tokyo 150-0021,Japan Tokyo Tokyo 150-0021 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33320, 'd860b0', 0, 'bioMérieux Italia S.p.A.', 'Via di Campigliano, 58 Bagno a Ripoli Firenze 50012 IT', 'IT', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33321, '00c0ce', 0, 'Cei Systems & Engineering Pte', 'BLK 73 #02-18 AYER RAJAH CRESC SINGAPORE 0513 SG', 'SG', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33322, '0019c8', 0, 'AnyDATA Corp', '18902 Bardeen Ave. Irvine CA 91612 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33323, '1cf061', 0, 'Scaps GmbH', 'Bahnhofstraße 17 Deisenhofen Bavaria 82041 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33324, '087695', 0, 'Auto Industrial Co, Ltd', '14Floor, #235 Hanshin IT Tower, Seoul 152-768 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33325, '3c39e78', 0, 'Martem AS', 'Akadeemia tee 21/6 Tallinn Harjumaa 12618 EE', 'EE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33326, '001044', 0, 'InnoLabs Corp', '2F-4, NO. 16, LANE 609, CHUNG-HSIN RD. Taipei Hsien TW', 'TW', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33327, '0050c29ff', 0, 'Humphrey Products', '5070 East \'N\' Ave Kalamazoo MI 49048 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33328, '002542', 0, 'Pittasoft', '#913 Daeryung Techno Town 8th 481-11ga Geumcheon-gu Seoul 153-775 KR', 'KR', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33329, '0050c2a5d', 0, 'Mecc Co, Ltd', '196-1 FUKUDO OGORI-SHI FUKUOKA 838-0137 JP', 'JP', 'IAB', '2009-02-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33330, '002009', 0, 'Packard Bell Elec., Inc', '9425 CANOGA AVENUE CHATSWORTH CA 913211 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33331, '00d015', 0, 'Univex Microtechnology Corp', '2, TZE-CHIANG 3RD ROAD TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33332, '8cc8cd', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3dong, Yeongtong-gu Suwon Gyeonggi-do 443742 KR', 'KR', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33333, '9c066e', 0, 'Hytera Communications Corp Ltd', 'Hytera Tower, Hi-Tech Industrial Park North, Nanshan District Shenzhen Guangdong 518057 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33334, '001bc505a', 0, 'Postec Data Systems', '45-47 Paul Matthews Road Auckland 0632 NZ', 'NZ', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33335, 'd83134', 0, 'Roku, Inc', '150 Winchester Circle Los Gatos CA 95032 US', 'US', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33336, '000de7', 0, 'Snap-on Oem Group', '2333 East Walton Blvd. Auburn Hills MI 48326 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33337, '0050c2812', 0, 'Femto SA', 'Rue des Pres 137 Biel/Bienne BE 2503 CH', 'CH', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33338, '0014bd', 0, 'incNETWORKS, Inc', '198 Brighton Ave Long Branch NJ 07740 US', 'US', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33339, '001c4b', 0, 'Gener8, Inc', '897 Independence Ave Mountain View CA 94043 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33340, '001c98', 0, 'Lucky Tech (HK) Co Ltd', 'FLAT/RM 1503 15/F ISLAND BEVERLEY NO 1 GREAT GEORGE STREET CAUSEWAY BAY 999077 HK', 'HK', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33341, '002116', 0, 'Transcon Electronic Systems, spol. s r. o.', 'Kvapilova 2133 Frydek-Mistek 73802 CZ', 'CZ', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33342, 'f0d3a7', 0, 'CobaltRay Co, Ltd', 'Room 409,Humanteco Building,#281-16 Seoul 133120 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33343, '70b3d560c', 0, 'Ist ElektronikgesmbH', 'Marktplatz 40 Neukirchen am Walde Upper Austria 4724 AT', 'AT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33344, '000195', 0, 'Sena Tech, Inc', '116-23 Shinlim-dong KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33345, '000393', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2000-11-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33346, '5061bf', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33347, 'fc9435', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33348, '70b3d5e39', 0, 'Thinnect, Inc,', '440 N Wolfe Rd Sunnyvale CA 94085 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33349, 'b89a9a', 0, 'Xin Shi Jia Tech (Beijing) Co, Ltd', 'Room 1002, A Tower, Zhongguancun E World Wealth Center, No.11, Zhongguancun Street, Haidian District, Beijing City Beijing Beijing 100190 CN', 'CN', 'MA-L', '2018-08-03', '2018-08-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33350, '6469bc', 0, 'Hytera Communications Co .,Ltd', 'HYT Tower ,Hi-Tech Industrial Park North,Nanshan District, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33351, 'dc44273', 0, 'General Microsystems Sdn Bhd', '3-17, Jalan USJ 7/3B UEP Subang Jaya Selangor D. E. 47610 MY', 'MY', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33352, '4ca74b', 0, 'Alcatel-Lucent', 'Via Energy Park, 14 Vimercate MB 20871 IT', 'IT', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33353, '68d925', 0, 'ProSys Development Services', 'Mill House Mitcham Surrey CR4 4HY GB', 'GB', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33354, '44fda3', 0, 'Everysight Ltd', 'Advanced Technology Center P.O.B 539 Haifa Haifa 31053 IL', 'IL', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33355, '00015b', 0, 'Italtel S.p.A/RF-UP-I', '20019 Cast.Settimo M.se (MI) IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33356, '0050c2770', 0, 'Cadex Electronics Inc', '22000 Fraserwood Way Richmond BC V6W 1J6 CA', 'CA', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33357, '0005b7', 0, 'Arbor Tech Corp', '5F, No. 738, Zhong Zheng Rd., TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33358, 'f8dc7a', 0, 'Variscite Ltd', '60 Medinat Hayehudim st. Hertzelia 46722 IL', 'IL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33359, 'f065dd', 0, 'Primax Electronics Ltd', '669, Ruey Kuang Road, Neihu Taipei 114 TW', 'TW', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33360, 'b00073', 0, 'Wistron Neweb Corp', 'No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW', 'TW', 'MA-L', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33361, '00409d', 0, 'DigiBoard', '6400 FLYING CLOUD DRIVE EDEN PRAIRIE MN 55344 US', 'US', 'MA-L', '1980-01-01', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33362, '0040c8', 0, 'Milan Tech Corp', '894 ROSS DRIVE--STE #105 SUNNYVALE CA 94089 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33363, '70b3d5184', 0, 'Xv360 Optical Information Systems Ltd', '241, Sean Bldgs. Floor 1, S.Psaila Street Birkirkara Malta BKR9078 MT', 'MT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33364, '0cefaf9', 0, 'Rotel', '43-59 Queens Road East Wanchai Hong Kong 00000 HK', 'HK', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33365, 'e4a1e6', 0, 'Alcatel-Lucent Shanghai Bell Co, Ltd', 'No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN', 'CN', 'MA-L', '2016-01-25', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33366, '38fdfe5', 0, 'CaptiveAire Systems Inc', '4641 Paragon Park Raleigh NC 27616 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33367, '70b3d5b55', 0, 'Ctag - Esg36871424', 'Pol. Industrial A Granxa, Calle A, parcelas 249-250 Porriño Pontevedra 36400 ES', 'ES', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33368, '7c010a', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33369, '000309', 0, 'Texcel Tech Plc', 'Thames Road ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33370, '0014d2', 0, 'Kyuden Technosystems Corp', '4-19-18 SHIMIZU,MINAMI-KU FUKUOKA 815-0031 JP', 'JP', 'MA-L', '2005-06-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33371, '70b3d56fe', 0, 'Nto Ire-Polus', 'Akademika Vvedenskogo 1/2 Fryazino 141190 RU', 'RU', 'MA-S', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33372, 'f854b8', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33373, '0050c2971', 0, 'Ipitek', '2330 Faraday Ave Carlsbad CA 920 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33374, '0055dac', 0, 'Donguan WideLink Communication Tech Co, Ltd', 'Guangdong dongguan songshan lake high new technology industry development zone industrial south road no. 6 3 building the second floor Dongguan city Guangdong province 523808 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33375, '0003f7', 0, 'Plast-Control GmbH', 'Walter-Freitag-Str. 15 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33376, '000f3e', 0, 'CardioNet, Inc', '1010 Second Avenue San Diego CA 92101 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33377, '0050c2a01', 0, 'Patronics International Ltd', 'Eurotech House Plymouth Devon PL5 3LZ GB', 'GB', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33378, '08aca5', 0, 'Benu Video, Inc', '300 Concord Rd., Suite #110 Billerica MA 01821 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33379, 'e01f88', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33380, '0030f8', 0, 'Dynapro Systems, Inc', '800 Carleton Court New Westminster British Columbia V3M 6L3 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33381, '001cc7', 0, 'Rembrandt Tech, Llc d/b/a Remstream', '140 South Beverly Drive Beverly Hills CA 90212 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33382, '8c68c8', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33383, '00a06d', 0, 'Mannesmann Tally Corp', 'P.O. BOX 97018 KENT WA 98064-9718 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33384, '0050c2457', 0, 'Danbridge', 'Hirsemarken 5 Farum DK-3520 DK', 'DK', 'IAB', '2005-02-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33385, '70f196', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2014-07-13', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33386, '14a1bf', 0, 'Assa Abloy Korea Co, Ltd Unilock', '10f of JEI PLATZ Bldg., 186, Gasandigital 1-ro Geumcheon-gu Seoul 08502 KR', 'KR', 'MA-L', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33387, '00143e', 0, 'AirLink Communications, Inc', '3159 Corporate Place Hayward CA 94545 US', 'US', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33388, '0050c26f1', 0, 'Its Telecom', '29 Hametzuda Street Azur 58001 IL', 'IL', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33389, '0050c2c7d', 0, 'Tae Antriebstechnik GmbH', 'Am Kappengraben 20 Wehrheim Hessen 61273 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33390, '9802d8c', 0, 'Agv spa', 'Strada Savonesa 12 rivalta scrivia (AL) italy 15057 IT', 'IT', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33391, 'fcd733', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2015-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33392, '948815', 0, 'Infinique Worldwide Inc', '513, 4185 Shipp Drive Mississauga Ontario L4Z2Y8 CA', 'CA', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33393, '001f72', 0, 'QingDao Hiphone Tech Co,.Ltd', 'NO.106,JiangXi Road QingDao ShanDong 266071 CN', 'CN', 'MA-L', '2008-01-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33394, '0050c2ae9', 0, 'ClearCorp Enterprises, Inc', '7485 Park Lane Rd Longmont CO 80503 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33395, '70b3d5782', 0, 'thou&Tech', '161, Simin-daero, Dongan-gu, Anyang-si Anyang-si Gyeonggi-do 14067 KR', 'KR', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33396, '6845f1', 0, 'Toshiba Client Solutions Co, Ltd', 'Tachihi Building No.2, 6-1-3, Sakae-Cho Tachikawa-shi Tokyo 190-0003 JP', 'JP', 'MA-L', '2018-09-05', '2018-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33397, '38b19e3', 0, 'Avo Development Ltd', '179 Shepherds Hill Romford Essex RM3 0NR GB', 'GB', 'MA-M', '2018-10-23', '2018-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33398, '000146', 0, 'Tesco Controls, Inc', 'P.O. Box 239012 Sacramento CA 95823-9012 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33399, '0050c29c5', 0, 'Scansonic MI GmbH', 'Rudolf-Baschant-Straße 2 Berlin 13086 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33400, 'f862aa', 0, 'xn systems', '#917, Worldmerdian 2nd Seoul 153759 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33401, '0050c2098', 0, 'Epel Industrial, S.A.', 'CRTA. STA. Cruz Calafell No. 35 08830 - Sant Boi ES', 'ES', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33402, '0050c2952', 0, 'Tech Fass s.r.o.', 'Plavecka 503 Jesenice 252 42 CZ', 'CZ', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33403, '783a6c', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33404, 'f4308b', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33405, 'f8f532', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33406, 'f89173', 0, 'Aedle Sas', '11 Rue Campagne Première, Cour Intérieure, Entresol, CODE 13B80 Paris IDF 75014 FR', 'FR', 'MA-L', '2018-10-22', '2018-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33407, '70b3d5c63', 0, 'Xentech Solutions Ltd', 'Suite 6 Stanta Business Centre, 3 Soothouse Spring St Albans Hertfordshire AL36PF GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33408, 'd0c857a', 0, 'shenzhen cnsun', '5 Floor, 2 Building,Tongfuyu Industrial City shenzhen guangdong 518000 CN', 'CN', 'MA-M', '2019-03-27', '2019-03-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33409, '0050c29a5', 0, 'Conolog Corp', '5 Columbia Road Somerville NJ 08876 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33410, '70b3d5929', 0, 'OutSys', 'Via Caracciolo, 65 MIlano MI 20155 IT', 'IT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33411, '000a21', 0, 'Integra Telecom Co Ltd', '7th floor Hwayoung Bld. 112-2 Seoul KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33412, '001337', 0, 'Orient Power Home Network Ltd', '307 Harbour Centre, Tower 1, HK', 'HK', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33413, '0050c267b', 0, 'Sparton Electronics', '2400 East Ganson Street Jackson MI 49202 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33414, '001fbd', 0, 'Kyocera Wireless Corp', '10300 Campus Point Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33415, '9c95f8', 0, 'SmartDoor Systems, Llc', '5711-A Center Lane Falls Church Virginia 22041 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33416, 'ec0ec4', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-07-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33417, '08005a', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33418, '00103c', 0, 'IC Ensemble, Inc', '3255-2 SCOTT BLVD.--STE.#105 SANTA CLARA CA 95054 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33419, 'a497bb', 0, 'Hitachi Industrial Equipment Systems Co, Ltd', '3, Kanda Neribei-cho Chiyoda-ku Tokyo 101-0022 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33420, '3ccd93', 0, 'LG Electronics Inc', '19-1, CHEONGHO-RI, JINWI-MYEON PYEONGTAEK GYEONGGI-DO 451-713 KR', 'KR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33421, '70b3d5c7f', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33422, '54e3f6', 0, 'Alcatel-Lucent', '777 East Middlefield Road Mountain View CA 94043 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33423, '601803', 0, 'Daikin Air-conditioning (Shanghai) Co, Ltd', '318 Shen Fu Road, Xin Zhuang Industry Zone, Shanghai, 201108, China Shanghai 201108 CN', 'CN', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33424, 'a047d7', 0, 'Best IT World (India) Pvt. Ltd', '87, Mistry Complex,, Midc Cross Road A, Andheri-East Mumbai Maharashtra 400093 IN', 'IN', 'MA-L', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33425, '000479', 0, 'Radius Co, Ltd', '1-48-11, Itabashi JP', 'JP', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33426, '001b8c', 0, 'JMicron Tech Corp', '1F, No.13, Innovation Road 1 Hsinchu 300 TW', 'TW', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33427, '547f54', 0, 'Ingenico', '9, avenue de la gare - BP 25156 Valence cedex 9 26958 FR', 'FR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33428, '70b3d5740', 0, 'Prisma Telecom Testing Srl', 'Via Petrocchi, 4 Milano MI 20127 IT', 'IT', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33429, '70b3d5d44', 0, 'ic-automation GmbH', 'Alexander-Diehl-Straße, 2A Mainz Deutschland 55130 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33430, '0c2c54', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33431, '006026', 0, 'Viking Modular Solutions', '11 COLUMBIA LAGUNA HILLS CA 92656 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33432, '001034', 0, 'Gnp Computers', '555 E.Huntington Drive Monrovia CA 91016 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33433, '000e8b', 0, 'Astarte Tech Co, Ltd', '11F, No. 166 Dah-Yeh Rd. Peitou, Taipei TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33434, '001143', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2004-06-05', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33435, '40ac8d', 0, 'Data Management, Inc', '3322 Loop 306 San Angelo Texas 76904 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33436, '7cebea', 0, 'Asct', '4F., No.49, Wu-Gong 6th Rd. Wu-Gu Industrial Park, New Taipei City 248 TW', 'TW', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33437, '1c87765', 0, 'Zhuhai Myzr Tech Co, Ltd', 'Room 302,Area D2,National Hi-tech Zone,NO.1,Software Park Road Zhuhai 519085 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33438, '147bac', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33439, '0010ff', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33440, '0050c2135', 0, 'Elad Srl', 'via col de rust, 11 CANEVA PN 33070 IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33441, 'f8db88', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2013-09-12', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33442, '70b3d5e2e', 0, 'Merz s.r.o.', 'U Sirotcince 353/7 Liberec 460 01 CZ', 'CZ', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33443, '8cc8f49', 0, 'Swift Navigation Inc', '1543 Mission Street San Francisco CA 94103 US', 'US', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33444, '000a5d', 0, 'FingerTec Worldwide Sdn Bhd', 'No 6, 8 & 10 Bandar Kinrara 47100 PUchong Selangor MY', 'MY', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33445, '40ef4c', 0, 'Fihonest communication Co, Ltd', 'Room902,Park road,Zhixing business-building Dongguan Guangdong 523560 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33446, '0050c2f77', 0, 'Systemtechnik GmbH', 'Wielandstrasse 12 Soemmerda Thueringia 99610 DE', 'DE', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33447, '9802d81', 0, 'Shenzhen Ateko Photoelectricity Co, Ltd', '4-5F, E1 Building, TCL International E City, No.1001 Zhongshanyuan Road, Nanshan District Shenzhen, Guangdong 518052 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33448, '000f59', 0, 'Phonak AG', 'Länggasse 17 Murten FR 3280 CH', 'CH', 'MA-L', '2004-02-12', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33449, '001e1b', 0, 'Digital Stream Tech, Inc', '4,5,6th Fl., TaeChang B/D, 451-1 Seoul 134-030 KR', 'KR', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33450, '0050c2e85', 0, 'Cosmo Life Co, Ltd', 'Kounan2-16-7 Minato-ku Tokyo 108-0075 JP', 'JP', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33451, '24ea40', 0, 'Helmholz GmbH & Co KG', 'Hannberger Weg 2 Grossenseebach BAY 91091 DE', 'DE', 'MA-L', '2013-03-10', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33452, '006967a', 0, 'Zhejiang Holip Electronic Tech Co, Ltd', 'NO.339 XINQIAO NORTH ROAD Haiyan Zhejiang 314300 CN', 'CN', 'MA-M', '2019-09-25', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33453, '402c76a', 0, 'NowTechnologies Zrt', '18 Realtanoda Budapest 1053 HU', 'HU', 'MA-M', '2019-10-26', '2019-10-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33454, '00a070', 0, 'Coastcom', '1151 HARBOR BAY PARKWAY ALAMEDA CA 94502-6511 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33455, '000231', 0, 'Ingersoll-Rand', '1467 Route 31 South Annandale NJ 08801 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33456, '0006dd', 0, 'AT & T Laboratories - Cambridge Ltd', '24a Trumpington Street ENGLAND GB', 'GB', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33457, '0050c2933', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33458, 'b85e7b', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33459, '144fd7d', 0, 'Shanghai B&A Tech Co, Ltd', '4F, No. 150 Cailun Rd, Zhangjiang Shanghai 201210 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33460, '0020bf', 0, 'Aehr Test Systems', '1667 PLYMOUTH STREET MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33461, '00c0be', 0, 'Alcatel - Sel', 'LORENZ STR DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33462, 'f87b7a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-05-26', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33463, '70b3d52eb', 0, 'Brnet Co, Ltd', 'Zhoushi Jiangnan mingzhu garden 48-902 KUNSHAN JIANGSU 215300 CN', 'CN', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33464, 'b0b98a', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2016-09-22', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33465, '88e64b', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-01-23', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33466, '00e078', 0, 'Berkeley Networks', '683 RIVER OAKS PARKWAY SAN JOSE CA 95134 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33467, '00d0b9', 0, 'Microtek International, Inc', 'NO. 6 INDUSTRY EAST ROAD 3 TAIWAN 30077 TAIWAN 30077 R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33468, 'dc537c', 0, 'Compal Broadband Networks, Inc', '13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW', 'TW', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33469, '089b4b', 0, 'iKuai Networks', 'So Boss Tech Center 2 # 716 Fengtai District Beijing 100068 CN', 'CN', 'MA-L', '2015-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33470, '34ef44', 0, '2Wire Inc', '1764 Automation Pkwy San Jose CA 95131 US', 'US', 'MA-L', '2010-01-05', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33471, '0050c2c0d', 0, 'Fr. Sauter AG', 'Im Surinam 55 Basel BS 4016 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33472, 'c4cb6b', 0, 'Airista Flow, Inc', '913 Ridgebrook Road Suite 110 Sparks MD 21152 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33473, '6cdffb3', 0, 'Beijing Ainemo Co Ltd', 'Building K1, NO. 86 Beiyuan North road, Chaoyang district, Beijing China Beijing Beijing 100012 CN', 'CN', 'MA-M', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33474, '000554', 0, 'Rangestar Wireless', '9565 Soquel Drive, Suite 100 Aptos CA 95003 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33475, '0050c2284', 0, 'Micronet Ltd', '27 Hametzuda st. Azor 58001 IL', 'IL', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33476, 'a03e6b8', 0, '718th Research Institute of Csic', 'No.17 Zhanlan Road Handan City Hebei 056027 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33477, '00b03b', 0, 'HiQ Networks', '2475 Augustine Drive Santa Clara CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33478, '00e16d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33479, '001bc505e', 0, 'Ecomed-Complex', 'Petrogradskaya nab. 34 Saint-Petersburg 197101 RU', 'RU', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33480, '98f199', 0, 'Nec Platforms, Ltd', '2-3 Kandatsukasamachi Chiyodaku Tokyo 101-8532 JP', 'JP', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33481, '0014a1', 0, 'Synchronous Communication Corp', '9 floor, No168, Rueiguang Road, Neihu District Taipei 114 TW', 'TW', 'MA-L', '2005-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33482, '4c73a5', 0, 'Kove', '14 N. Peoria Street Chicago IL 60607 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33483, 'bc97406', 0, 'Shenzhen Colorwin Optical Tech Co, Ltd', '201-2,2nd Floor,G3 Building, TCL International E City,1001 Zhongshanyuan Road,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-M', '2019-03-21', '2019-03-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33484, '000e83', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33485, '0011cf', 0, 'Thrane & Thrane A/S', 'Lundtoftegårdsvej 93D Lyngby København 2800 DK', 'DK', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33486, 'd0b523', 0, 'Bestcare Cloucal Corp', '4F.,No.106,Sec.1,Xintai 5th Rd., New Taipei City 22102 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33487, 'e8802e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33488, '70b3d52e1', 0, 'hiSky S.C.S Ltd', '24 Ammal Rosh Hain 4809268 IL', 'IL', 'MA-S', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33489, '0050c25a2', 0, 'iNET Systems Inc', '4633 Old Ironsides Dr. Suite 418 Santa Clara CA 95054 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33490, '0050c26dd', 0, 'Zmicro Systems Inc', '9830 Summersridge Rd San Diego CA 92121 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33491, '70b3d53b8', 0, 'nVideon, Inc', '3170 Sugarplum Rd. NE Atlanta GA 30345 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33492, 'd09380', 0, 'Ducere Tech Pvt. Ltd', '222B West Marredpally Secunderabad Telangana 500026 IN', 'IN', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33493, 'bcf310', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2018-06-25', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33494, '00b091', 0, 'Transmeta Corp', '3940 Freedom Circle Santa Clara CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33495, '1071f9', 0, 'Cloud Telecomputers, Llc', '1032 Elwell Court Palo Alto CA 94303 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33496, '8c7cff', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2010-11-24', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33497, 'e89a8f', 0, 'Quanta Computer Inc', '211, Wen Hwa 2nd Rd.,Kuei Shan, Tao Yuan TAIPEI 33377 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33498, 'bc7737', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33499, '0050c2e1e', 0, 'Lo-Q plc', 'Unit 2, The Pavilions Twyford RG10 9NN GB', 'GB', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33500, '70b3d575d', 0, 'Nanjing Magewell Electronics Co, Ltd', 'Romm 701, Building C, Win-world Innovation Park Nanjing Jiangsu 211100 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33501, '70b3d5948', 0, 'Vision Systems Aurtomotive (Safety Tech)', 'CHEMIN DE CHIRADIE BRIGNAIS RHONE ALPES AUVERGNE 69530 FR', 'FR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33502, '2c16bd1', 0, 'Curtiss-Wright Drive Tech', 'Badstrasse 5 Neuhausen am Rheinfall Schaffhausen 8212 CH', 'CH', 'MA-M', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33503, '086195', 0, 'Rockwell Automation', '1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US', 'US', 'MA-L', '2019-06-21', '2019-06-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33504, '002074', 0, 'Sungwoon Systems', 'YUSUN BLDG.44-4 KOREA KR', 'KR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33505, '001bd4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33506, 'f8f1e6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33507, '001f3a', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2007-12-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33508, '04db8a', 0, 'Suntech International Ltd', 'Room 605, IT Mirae Tower Seoul 153-760 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33509, '40d8551b0', 0, 'Shin-ei Electronic Measuring Co, Ltd', '2636 Fujisawa-shi Kanagawa 252-0816 JP', 'JP', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33510, '84802d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33511, 'b01f811', 0, 'Uvax Concepts', 'Calle Corretger 71-2 Paterna Other 46980 ES', 'ES', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33512, '3894ed', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33513, '00a0c2', 0, 'R.A. Systems Co, Ltd', '1850-3 HIROOKANOMURA JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33514, '001a7c', 0, 'Hirschmann Multimedia B.V.', 'Pampuslaan 170 Weesp Noord-Holland 1382 JS NL', 'NL', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33515, 'c84f0e', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33516, 'bc4cc4', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33517, '6c5c3d7', 0, 'Soundking Electronics&Sound Co, Ltd', 'No.818 Chengxin RoadYinzhou Investment Business Park Ningbo Zhejiang 315105 CN', 'CN', 'MA-M', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33518, '001d1f', 0, 'Siauliu Tauro Televizoriai, Jsc', 'Pramones,15 Siauliai LT-57318 LT', 'LT', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33519, '001f4a', 0, 'Albentia Systems S.A.', 'Albala 13 Madrid 28037 ES', 'ES', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33520, '882593', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33521, '6c410e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-09-12', '2019-09-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33522, '0050c2209', 0, 'LK Ltd', 'Argosy Road Castle Donington Derby DE74 2SA GB', 'GB', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33523, '001764', 0, 'ATMedia GmbH', 'Stuhlsatzenhausweg 69 Saarbruecken Saarland 66123 DE', 'DE', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33524, '000979', 0, 'Advanced Television Systems Committee, Inc', '1750 K Street NW Washington DC 20006 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33525, '0050c21a8', 0, 'Anova Broadband', '4501 SINGER CT #201 CHANTILLY VA 20151 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33526, '0050c2285', 0, 'Littwin GmbH & Co KG', 'Am Strehl 153-155 Oldenburg Niedersachsen 26125 DE', 'DE', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33527, 'b8d812c', 0, 'Yuwei Info&Tech Development Co, Ltd', 'Floor 6, Taike Building, No 2 Taike Road, Futian Shenzhen Guangdong 518049 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33528, '3c831e', 0, 'Ckd Corp', '250, Ouji 2-Chome Komaki Aichi 485-8551 JP', 'JP', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33529, '70b3d53ea', 0, 'Dave Srl', 'VIA TALPONEDO 29/A PORCIA PORDENONE 330850 IT', 'IT', 'MA-S', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33530, '0000da', 0, 'Atex', '15 CROSBY DRIVE BEDFORD MA 01730 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33531, '008097', 0, 'Centralp Automatismes', '21, RUE MARCEL PAGNOL 69694 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33532, '000d52', 0, 'Comart system', 'No. 211, Ace Techno Tower III, 197-48 Seoul 152-050 KR', 'KR', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33533, '3c57d5', 0, 'FiveCo', 'Ch. de la Rueyre 116 Renens VD 1020 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33534, '001cbc', 0, 'CastGrabber, Llc', '6507 Wilkins Avenue Ste. 212 Pittsburgh PA 15217 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33535, '001efa', 0, 'Protei Ltd', '60A B.Sampsonievsky, Business Center St.Petersburg RU 194044 RU', 'RU', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33536, '18d276', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33537, '70b3d5843', 0, 'Ooo Research and Production Center Computer Tech', 'Komsomolsky avenue, 90-17 Perm Perm Region 614010 RU', 'RU', 'MA-S', '2019-10-01', '2019-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33538, '0000d4', 0, 'Pure Data Ltd', '200 WEST BEAVER CREEK ROAD L4B 1B4 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33539, '00082c', 0, 'Homag AG', 'Abt. Ess-Mp., Homag Str. 3-5 DE', 'DE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33540, '0050c25a0', 0, 'Rudolph Tech, Inc', '4900 West 78th Street Bloomington MN 55435 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33541, '002437', 0, 'Motorola - Bsg', '1101 Marina Village Pkwy Alameda CA 94501 US', 'US', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33542, '00a0cb', 0, 'Ark Telecommunications, Inc', '124 CARMEN LANE--SUITE SANTA MARIA CA 93454 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33543, '001658', 0, 'Fusiontech Tech Inc', '6F, No.78, Cheng Kung Rd., Sec. 1, Taipei 115 TW', 'TW', 'MA-L', '2005-11-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33544, '7ccbe20', 0, 'Heyuan Yongyida Tech Holdings Co, Ltd', 'Xin Yong Yi Science Park, GaoXin 3rd Road, High-tech Zone Heyuan Guangdong 517000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33545, '982dba', 0, 'Fibergate Inc', 'KDX Shibadaimon.Bld 2F 2-10-12 Shibadaimon Tokyo Minato-ku 1050012 JP', 'JP', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33546, '001166', 0, 'Taelim Electronics Co, Ltd', '196-5, ANYANG7-DONG MANAN-GU ANYANG-SI KYUGGI-DO 430-817 KR', 'KR', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33547, '001e0d', 0, 'Micran Ltd', 'Vershinina st. 47 Tomsk Tomsk Region 634034 RU', 'RU', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33548, '2464ef', 0, 'Cyg Sunri Co, Ltd', 'No. 3, Langshan 1st Road, North Area of Hi-Tech Industrial Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33549, '144fd7a', 0, 'Unirobot Corp', 'MK Hatagaya Sasazuka building 6F, Hatagaya, Shibuya-ku Tokyo Japan 1510072 JP', 'JP', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33550, 'ccc2e0', 0, 'Raisecom Tech Co, Ltd', 'No. 11, East Area, No. 10 Block, East Xibeiwang Road Beijing 100094 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33551, '60123c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33552, 'bc7abf', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33553, '0050c2280', 0, 'Agecodagis Sarl', '16, rue d\'Auriac Rieux Haute Garonne 31310 FR', 'FR', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33554, '0050c2b8e', 0, 'Wac (Israel) Ltd', 'Shefa Tal 12 Tel-Aviv 61070 IL', 'IL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33555, '8439beb', 0, 'Shenzhen Horn Audio Co, Ltd', 'NO.6 4th GuiHua road,PingShan, Shenzhen Guangdong 518118 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33556, 'c47ba3', 0, 'Navis Inc', 'Dmitrovskoe shosse 157 Moscow 127411 RU', 'RU', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33557, '30c82a', 0, 'WI-Biz srl', 'Via Carlo Ferrero 10 Cascine Vica Rivoli Torino 10098 IT', 'IT', 'MA-L', '2013-01-09', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33558, 'b8616f', 0, 'Accton Tech Corp', 'No.1 Creation Rd III, Science-based Industrial Park Hsinchu 30077 TW', 'TW', 'MA-L', '2010-03-28', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33559, '70b3d5c94', 0, 'Vars Tech', 'Squires gate industrial estate Unit 14 Blackpool lancashire FY4 3RN GB', 'GB', 'MA-S', '2020-01-16', '2020-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33560, '00307d', 0, 'Gre America, Inc', '425 HARBOR BLVD. BELMONT CA 94002 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33561, '9c5e73', 0, 'Calibre UK Ltd', 'Cornwall House Bradford West Yorkshire BD8 7JS GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33562, '40d855162', 0, 'Luna-Nexus', 'Terasaki 2nd 6F, 1-8-29 Osaka 532-0004 JP', 'JP', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33563, '3810d5', 0, 'Avm Audiovisuelles Marketing und Computersysteme GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2015-12-17', '2015-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33564, 'fcd2b6d', 0, 'Bee Smart(Changzhou) Information Tech Co, Ltd', 'Changwu Middle Road Changzhou Jiangsu 213100 CN', 'CN', 'MA-M', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33565, '542a1b', 0, 'Sonos, Inc', '614 Chapala St Santa Barbara CA 93101 US', 'US', 'MA-L', '2019-05-22', '2019-05-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33566, '001ed0', 0, 'Ingespace', '6 rue de lourmede Eurocentre 31621 FR', 'FR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33567, 'ec4c4d', 0, 'Zao Npk Rotek', 'Bild. 119-1, Prospekt Mira Moscow Moscow 129223 RU', 'RU', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33568, '70b3d576f', 0, 'Oti Ltd', 'Z.H.R Ind.Zone Rosh Pina North Israel 1200000 IL', 'IL', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33569, '00e059', 0, 'Controlled Environments, Ltd', '590 BERRY STREET WINNEPEG R3H OR9 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33570, '0007a2', 0, 'Opteon Corp', '70 Hastings Street Wellesley MA 02481 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33571, '000e84', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33572, '0050c22b8', 0, 'Admiral Secure Products, Ltd', '866 Mantle Crescent Mississauga Ontario L5V 2G3 CA', 'CA', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33573, 'b82ca0', 0, 'Resideo', '2 Corporate Center Dr. Melville NY 11747 US', 'US', 'MA-L', '2011-08-18', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33574, '3407fb', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2012-05-26', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33575, '70b3d5857', 0, 'Rch Italia SpA', 'Via Cendon 39 SILEA Treviso 31057 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33576, '0003d5', 0, 'Advanced Communications Co, Ltd', '2876-1 Ooka Shizuoka 41-0022 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33577, '0050c21c4', 0, 'Palm Solutions Group', '400 N. McCarthy Blvd Milpitas CA 95035-5112 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33578, 'ec8892', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US', 'US', 'MA-L', '2014-10-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33579, 'eae0d9', 0, 'Berk-tek Llc', '132 white oak rd new holland PA 17557 US', 'US', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33580, '70b3d525a', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach North Rhine-Westphalia 51465 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33581, '70b3d5844', 0, 'Sansfil Tech', 'rue pierre Fontaine Str paris NA 04271 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33582, 'bc97405', 0, 'Shanghai Laisi Information Tech Co, Ltd', '1001,21#,No.1158 Zhongxin RD,Songjiang district Shanghai shanghai 201614 CN', 'CN', 'MA-M', '2019-03-21', '2019-03-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33583, '00030b', 0, 'Hunter Tech, Inc', '1408, Woolim e-biz Center, Seoul 135-270 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33584, 'acf97e', 0, 'Elesys Inc', 'Suit 623, 812-1, Hyomun-dong Ulsan Buk-gu 683-360 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33585, '0003e7', 0, 'Logostek Co Ltd', '19th 15 Sunusu-Academy Tower Seoul KOREA 133-123 KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33586, '001121', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33587, '002149', 0, 'China Daheng Group ,Inc', '12F Daheng Science & Technology Tower ,NO.3 Suzhou Str. Beijing 100080 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33588, '0022b9', 0, 'Analogix Seminconductor, Inc', '3211 Scott Blvd., Suite 100 Santa Clara CA 95054 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33589, '0050c2b1a', 0, 'Elcus', 'Varshavskaia st. 5a, liter \'L\' St. Petersburg 196128 RU', 'RU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33590, '70b3d5431', 0, 'Power Electronics Espana, S.L.', 'C/ Leonardo Da Vinci, 24-26 Paterna Valencia 46980 ES', 'ES', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33591, '0010de', 0, 'International Datacasting Corp', '2680 QUEENSVIEW DRIVE OTTAWA, ONTARIO K2B 8H6 CA', 'CA', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33592, '000199', 0, 'HeiSei Electronics', '5/7 Alley 8, Lane 45 TAIWAN TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33593, '002689', 0, 'General Dynamics Robotic Systems', '1231 Tech Court Westminster MD 21157 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33594, 'a8a159', 0, 'ASRock Incorporation', '2F., No. 37, Sec. 2, Jhongyang S. Rd., Beitou District, Taipei 112 TW', 'TW', 'MA-L', '2018-12-31', '2018-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33595, '00d078', 0, 'Eltex of Sweden AB', 'Södra Portgatan 19 OSBY Skåne 283 50 SE', 'SE', 'MA-L', '2000-11-09', '2019-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33596, '0050c2639', 0, 'Qstreams Networks Inc', '2301 Dorsey Rd. Glen Burnie MD 21061 US', 'US', 'IAB', '2006-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33597, '5cf2864', 0, 'Chipsen Co, Ltd', 'Haan-ro 60 Gwang-myeong Gyeonggi-do 14322 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33598, 'a83fa1d', 0, 'Shenzhen Bio I/E Co, Ltd', 'Huafan Industrial Park,Building #12, Henggang JianLong Village Industrial Zone, Longgang District Shenzhen GuangDong province 518115 CN', 'CN', 'MA-M', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33599, '34466f', 0, 'HiTEM Engineering', '7420 Carroll Road San Diego CA 92121 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33600, '7419f80', 0, 'Marmitek', 'Postbus 4257 Eindhoven NB 5604 EG NL', 'NL', 'MA-M', '2014-01-20', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33601, '00181e', 0, 'Gdx Tech Ltd', '61-63 Back Sneddon Street Paisley Renfrewshire PA3 2DD GB', 'GB', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33602, '0023bb', 0, 'Schmitt Industries', '2765 NW Nicolai St Portland Oregon 97210 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33603, '0050c2d68', 0, 'HiSpeed Data, Inc', '4 Dakota Trail Branchburg NJ 08876 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33604, '1c69a5', 0, 'BlackBerry Rts', '451 Phillip Street Waterloo ON N2L 3X2 CA', 'CA', 'MA-L', '2012-04-08', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33605, '2c9aa4', 0, 'Eolo SpA', 'via Gran San Bernardo 12 Busto Arsizio VA 21052 IT', 'IT', 'MA-L', '2014-01-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33606, '34b7fd', 0, 'Guangzhou Younghead Electronic Tech Co, Ltd', 'Room 206,Wenzhenxin Building,Block 3, No.2 Kefa RD,Hi-Tech Park, Nanshan District, Shenzhen,China Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33607, '0007f3', 0, 'Thinkengine Networks', '100 Nickerson Road Marlborough MA 01752 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33608, '0050c218a', 0, 'Basler Electric Co', '12570 State Route 143 Highland Illinois 62249 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33609, '70b3d5c2a', 0, 'Array Telepresence', '7593 Tylers Place Blvd. West Chester Ohio 45069 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33610, '70b3d588d', 0, 'LG Electronics', '2621, Nuambusunhwan-ro, Gangnam-gu, Seoul 135-860 KR', 'KR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33611, '60def3', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33612, '70b3d5327', 0, 'Seneco A/S', 'Bøgekildevej 4 Hasselager Danmark 8361 DK', 'DK', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33613, '44656a', 0, 'Mega Video Electronic(HK) Industry Co, Ltd', 'Room 503, No.43 Fushun Street, Huanghai West Road, Dalian Liaoning 116600 CN', 'CN', 'MA-L', '2015-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33614, '18cf24', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33615, '70b3d5068', 0, 'Onethinx BV', 'Punterweg 2 Zwolle OV 8042 PB NL', 'NL', 'MA-S', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33616, '001555', 0, 'Dfm GmbH', 'Lahrer Strasse 6 Lahr Baden-Württemberg 77933 US', 'US', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33617, 'c85261', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33618, '9c13ab', 0, 'Chanson Water Co, Ltd', '2F, No.88-11, Sec 1, Guangfu Rd, Sanchong Dist. New Taipei City Taiwan 241 TW', 'TW', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33619, 'a0cc2b', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2016-08-12', '2016-08-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33620, '3c86d1', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33621, '40d85514b', 0, 'Vocality International Ltd', 'Lydling Barn Guildford Surrey GU86AP GB', 'GB', 'IAB', '2013-08-29', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33622, '70b3d50fb', 0, 'Cygnus Llc', '510 East 41st St Paterson NJ 07504 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33623, '0050c22f6', 0, 'Clifford Chance Llp', 'Canary Wharf London UK E14 5JJ GB', 'GB', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33624, '042bbb', 0, 'PicoCELA, Inc', '3-8-33, Momochihama Fukuoka-city Fukuoka 814-0001 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33625, '0050c2bb6', 0, 'Quarch Tech Ltd', '4C Dalfaber Industrial Estate Aviemore Inverness-Shire PH22 1ST GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33626, '00d070', 0, 'Long Well Electronics Corp', '4F, NO. 59-1, TSAO DI WEI TAIWAN 222 TAIWAN 222 R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33627, '0050c21e1', 0, 'Automaatiotekniikka Seppo Saari Oy', 'Tilhenkatu 1 Turku 20610 FI', 'FI', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33628, '0050c2835', 0, 'Communications Laboratories Inc', '750 North Drive Melbourne Florida 32934-9281 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33629, '6c22ab', 0, 'Ainsworth Game Tech', '10 Holker Street Newington New South Wales 2127 AU', 'AU', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33630, '7cbb6f', 0, 'Cosco Electronics Co, Ltd', '#1101, ENC Dream tower, 327-27 Seoul 153-793 KR', 'KR', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33631, 'f83094', 0, 'Alcatel-Lucent Telecom Ltd', 'The Quadrant, Stonehill Green SWINDON SN5 7DJ GB', 'GB', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33632, '807b858', 0, 'IDair, Llc', '6767 Old Madison Pike Huntsville AL 35806 US', 'US', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33633, '70b3d5320', 0, 'Cynix Systems Inc', 'Dunchon-daero Seongnam-si Gyeonggi-do 13215 KR', 'KR', 'MA-S', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33634, '005070', 0, 'Chaintech Computer Co, Ltd', '5TH F, ALLEY 2, LANE 222 TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33635, '00509b', 0, 'Switchcore AB', 'POSITIONEN 153 SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33636, '00048e', 0, 'Ohm Tech Labs, Inc', '141 Lanza Ave., B-12 Garfield NJ 07026 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33637, '000948', 0, 'Vista Control Systems, Corp', '2001 West Melinda Lane Phoenix AZ 85027 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33638, '001e77', 0, 'Air2App', '50 Old Forge Rd Hanover MA 02339 US', 'US', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33639, '1c659d', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33640, '78acc0', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2010-11-24', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33641, '386bbb', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2012-05-01', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33642, '000119', 0, 'RTUnet (Australia)', '8/3-5 Gilda Court Mulgrave Vic 3170 AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33643, '003059', 0, 'Kontron Compact Computers AG', 'Nordstrasse 11/F LUTERBACH 4542 CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33644, '441441', 0, 'AudioControl Inc', '22410 70Th Ave West, STE 1 Mountlake Terrace WA 98043 US', 'US', 'MA-L', '2016-04-30', '2016-04-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33645, '34008ac', 0, 'Shenzhen Eternal Idea Tech Co, Ltd', '5/F, Building C, Chuangwei Technology Park,1st Rd,Shiyan tangtou,Baoan District, Shenzhen, Guang Dong Province,PRC Shenzhen Guang Dong 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33646, '946372', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33647, '0050c22df', 0, 'Micrel-Nke', 'rue gutenberg HENNEBONT 56700 FR', 'FR', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33648, 'ecd9d1', 0, 'Shenzhen TG-Net Botone Tech Co, Ltd', 'East F/3,No.38 Huarong Second Industry Zone Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33649, '70b3d5942', 0, 'TruTeq Devices (Pty) Ltd', 'Ameton House, 1028 Clifton Avenue Lyttelton Manor X3, Centurion Gauteng 0157 ZA', 'ZA', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33650, 'ec65cc', 0, 'Panasonic Automotive Systems Co of America', '776 Highway 74 South Peachtree City null 30269 US', 'US', 'MA-L', '2017-12-11', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33651, 'ccc92c', 0, 'Schindler - Port Tech', 'via della Pace 22 Locarno Ticino 6600 CH', 'CH', 'MA-L', '2018-01-26', '2018-01-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33652, '001406', 0, 'Go Networks', '126 Yigal Alon st. Tel Aviv 67443 IL', 'IL', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33653, '001ebf', 0, 'Haas Automation Inc', '2800 Sturgis Rd Oxnard CA 93030 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33654, '5c1193', 0, 'Seal One AG', 'Berliner Str. 44 Frankfurt am Main Hessen 60311 DE', 'DE', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33655, '70b3d5b29', 0, 'WiViCom Co, Ltd', '602 Shichiku Sogo Building Niigata Niigata 950-0916 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33656, '001a33', 0, 'Asi Communications, Inc', '1042 E Guadalupe Rd Tempe AZ 85283 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33657, '28af0a', 0, 'Sirius XM Radio Inc', '1221 Avenue of the Americas New York NY 10020 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33658, '0004b9', 0, 'S.I. Soubou, Inc', '4-2586-8 Tokorozawa Sitama 359-0047 JP', 'JP', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33659, '000657', 0, 'Market Central, Inc', '500 Business Center Drive Pittsburgh PA 15205-1333 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33660, '0019ff', 0, 'Finnzymes', '800 West Cummings Park Woburn MA 01801 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33661, '001c25', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2007-05-13', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33662, 'a811fc', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33663, '203aef', 0, 'Sivantos GmbH', 'Henri-Dunant-Strasse 100 Erlangen Bavaria 91058 DE', 'DE', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33664, '0060b6', 0, 'Land Computer Co, Ltd', '7-4-17 NISHINAKAJIMA YODOGAWAKU 532 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33665, '0002f8', 0, 'Seakr Engineering, Inc', '12847 E. Peakview Ave. Englewood CO 80111 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33666, '70b3d51cb', 0, 'MatchX GmbH', 'Adalbert Str.8 Berlin 10999 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33667, '10082c', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33668, '0050c2bb3', 0, 'ClimateWell AB (publ)', 'Instrumentvagen 20 Hagersten 12653 SE', 'SE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33669, 'f04da2', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2010-06-10', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33670, '70b3d512f', 0, 'Dsp4you Ltd', 'Unit 1204, 106 How Ming Street Hong Kong 0000 HK', 'HK', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33671, '90a25b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33672, '00d060', 0, 'Panasonic Europe Ltd', 'LABORATORIES GMBH DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33673, '00049f', 0, 'Freescale Semiconductor', '2100 East Elliot Tempe AZ 85284 US', 'US', 'MA-L', '2000-12-04', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33674, '7085c2', 0, 'ASRock Incorporation', '2F., No. 37, Sec. 2, Jhongyang S. Rd., Beitou District, Taipei 112 TW', 'TW', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33675, 'f8b5686', 0, 'Package Guard, Inc', '2819 33rd ave so seattle WA 98144 US', 'US', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33676, '002120', 0, 'Sequel Tech', '2951 Cleveland Ave N Roseville MN 55113 US', 'US', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33677, 'e86cda', 0, 'Supercomputers and Neurocomputers Research Center', '2, Chekhov st Taganrog Rostov-on-Don region 347922 RU', 'RU', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33678, 'b4ed19', 0, 'Pie Digital, Inc', '575 Market st., 8th floor San Francisco CA 94105-2823 US', 'US', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33679, '70b3d5b1d', 0, 'Safelet BV', 'Bilderdijkkade 26a-hs amsterdam 1053 vc NL', 'NL', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33680, '3cfa43', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-08-06', '2016-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33681, '005066', 0, 'AtecoM GmbH advanced telecomunication modules', 'KAISERSTR. 100 D-52134 HERZOGENRATH DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33682, '001ac0', 0, 'Joybien Tech Co, Ltd', '14F-7, NO.2, JIAN 8TH RD., NEW TAIPEI CITY TAIWAN 23511 TW', 'TW', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33683, '001112', 0, 'Honeywell Cmss', '8323 Lindbergh Ct Sarasota FL 34243 US', 'US', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33684, '001206', 0, 'iQuest (NZ) Ltd', 'P.O.Box 15169 Hamilton Waikato 3243 NZ', 'NZ', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33685, '0050c23dd', 0, 'Elmic GmbH', 'Grabenstr. 149a Duisburg NRW 47057 DE', 'DE', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33686, '0050c2448', 0, 'Comtech Systems Inc', '2900 Titan Row Orlando Florida 32809 US', 'US', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33687, 'c8aacc', 1, 'Private', '', '', 'MA-L', '2010-01-05', '2010-01-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33688, '0004d8', 0, 'IPWireless, Inc', '4 Landsowne Court SN14 GRZ UK GB', 'GB', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33689, '0008ab', 0, 'EnerLinx.com, Inc', '3965 South Woodhill Lane New Berlin WI 53151 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33690, '0013ae', 0, 'Radiance Tech, Inc', '350 Wynn Dr. Huntsville Alabama 35805 US', 'US', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33691, '001874', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33692, '2caba4', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33693, '3c6a2c0', 0, 'Rio Lago Tech Llc', '17741 Ludlow St. Granada Hills CA 91344-4502 US', 'US', 'MA-M', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33694, '0005ed', 0, 'Technikum Joanneum GmbH', 'Alte Poststrasse 149 AT', 'AT', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33695, '0011ae', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2004-06-30', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33696, '40d85510c', 0, 'Contrans TI sp. z o.o.', 'Polanowicka 66 Wrocław dolnośląskie 51-180 PL', 'PL', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33697, '146102', 0, 'Alpine Electronics, Inc', '20-1, Yoshima Industrial Park Iwaki Fukushima 970-1192 JP', 'JP', 'MA-L', '2016-04-13', '2016-04-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33698, '0050c2678', 0, 'Ihm', 'Vandtaarnsvej 87 Soborg Copenhagen 2860 DK', 'DK', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33699, '3071b2', 0, 'Hangzhou Prevail Optoelectronic Equipment Co, Ltd', 'Industrial Development Area, Guali Town, Hangzhou City Zhe Jiang 311241 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33700, '001680', 0, 'Bally Gaming + Systems', '950 Sandhill Road Reno NV 89521 US', 'US', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33701, '00323a', 0, 'so-logic', 'Lustkandlgasse 52 Vienna Vienna 1090 AT', 'AT', 'MA-L', '2015-03-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33702, '807b85a', 0, 'Interplan Co, Ltd', '5F Ishihara Bld. 3-3-12 Iidabashi Chiyoda-ku Tokyo 102-0072 JP', 'JP', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33703, '0009ec', 0, 'Daktronics, Inc', '315 32nd Ave Brookings SD 57006 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33704, '0050c21e2', 0, 'Digitronic Automationsanlagen GmbH', 'Auf der Langwies 1 Huenstetten-Wallbach Hessen 65510 DE', 'DE', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33705, '4c9614', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2013-03-28', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33706, '8ccf09', 0, 'Dell Emc', '228 South St Hopkinton MA 01748 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33707, '0050c29d8', 0, 'Samsung Heavy Industries Co, Ltd', 'Institute of industrial Technology Daejeon 305-380 KR', 'KR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33708, 'b4aa4d', 0, 'Ensequence, Inc', '111 SW 5th Ave Suite 1400 Portland OR 97204 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33709, '0050c2037', 0, 'E.I.S.M.', 'Z.I. des Paluds BP 1441 13782 Aubagne Cedex FR', 'FR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33710, '78c313', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33711, '003026', 0, 'HeiTel Digital Video GmbH', 'Stuthagen 25 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33712, '00507c', 0, 'Videocon AG', 'ALBERT-SCHWEITZER-STR. 64 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33713, 'f802784', 0, 'Clarus Korea Co, Ltd', '2F, Illutech Bldg, Myoenmok7-dong, Seoul 131827 KR', 'KR', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33714, '24792a', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33715, '000348', 0, 'Norscan Instruments, Ltd', '7 Terracon Place R2J 4B3 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33716, '24c848', 0, 'mywerk Portal GmbH', 'Fabrikstr. 3 Gronau 48599 DE', 'DE', 'MA-L', '2013-09-12', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33717, 'c0c946', 0, 'Mitsuya Laboratories Inc', '6-31-18 KAWASAKI-CITY KANAGAWA 215-0021 JP', 'JP', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33718, '003a7d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33719, '001568', 0, 'Dilithium Networks', '5401 Old Redwood Hwy Petaluma CA 94954 US', 'US', 'MA-L', '2005-08-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33720, '0050c2f1a', 0, 'Aqua Management', '6280 S Valley View BLVD Las Vegas NV 89118 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33721, '40d855139', 0, 'Wow System', '#411, MEGA Center, SKn Techno Park, Sangdaewon 1-dong, Jungwon-gu Seongnam-si Gyeonggi-do 462-721 KR', 'KR', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33722, '74f8db7', 0, 'Wuhan Tianyu Information Industry Co, Ltd', 'HUST Industry Park, East-Lake Development Zone Wuhan Hubei 430223 CN', 'CN', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33723, '00e00d', 0, 'Radiant Systems', '1000 ALDERMAN DR. ALPHARETTA GA 30202 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33724, '0050c2092', 0, 'DigitAll World Co, Ltd', '248-4, YouSeong Twin Plaza Bldg, 4F Kyungki-Do 463 050 KR', 'KR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33725, 'a45055', 0, 'Busware.DE', 'Lindenstrasse 18 Scharbeutz 23684 DE', 'DE', 'MA-L', '2010-11-24', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33726, '9c69b43', 0, 'Appareo Systems, Llc', '1830 NDSU Research Circle N Fargo ND 58102 US', 'US', 'MA-M', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33727, '001bc500e', 0, 'Vigor Electric Corp', 'No. 42-12. Pidao Village New Taipei 251 TW', 'TW', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33728, '70b3d57b8', 0, 'SerEnergy A/S', 'Lyngvej 8 Aalborg Denmark 9000 DK', 'DK', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33729, '70b3d5ddf', 0, 'AeroVision Avionics, Inc', '2F, No.30, R&D Rd. II, Hsinchu City Hsinchu City 30076 TW', 'TW', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33730, '70b3d567b', 0, 'Stesalit Systems Ltd', 'Stesalit Towers, Block GP, Sector 5, Salt Lake Electronics Complex, Kolkata West Bengal 700091 IN', 'IN', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33731, '70b3d5122', 0, 'Henri Systems Holland bv', 'Scheepmalersstraat 33 Zwijndrecht ZH 3334 KG NL', 'NL', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33732, '0010d8', 0, 'Calista', '56A Packhorse Road Bucks SL9 8EF ENGLAND GB', 'GB', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33733, '0006e8', 0, 'Optical Network Testing, Inc', '55 Merchant St. Honolulu HI 96813 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33734, '0050c2955', 0, 'Roessmann Engineering', 'Pachernweg 11 Hart bei Graz Steiermark 8075 AT', 'AT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33735, '0050c2e29', 0, 'Fr. Sauter AG', 'Im Surinam 55 Basel BS 4016 CH', 'CH', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33736, 'c88ed12', 0, 'Rotronic AG', 'Grindelstrasse 6 Bassersdorf Zurich 8303 CH', 'CH', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33737, '144e34', 0, 'Remote Solution', '92, Chogokri, Nammyun Kimcheon city Kyungbuk 740-871 KR', 'KR', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33738, '000926', 0, 'Yoda Communications, Inc', '2F, No.3-1, Industry East Road IX, Hsinchu 300 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33739, '0018ed', 0, 'Accutech Ultrasystems Co, Ltd', '11F-4, No. 150, CHUNG-HO CITY, TAIPEI HSIEN, 235 TW', 'TW', 'MA-L', '2006-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33740, 'd45d42', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33741, '40d85506c', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2013-04-03', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33742, '1cfd08b', 0, 'guangzhou huiqun intelligent Tech Co Ltd', 'room 502, building 2, no. 6, haijing road, xinzao town, panyu district guangzhou guangdong 511436 CN', 'CN', 'MA-M', '2018-07-18', '2018-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33743, '00001d', 0, 'Cabletron Systems, Inc', '35 INDUSTRIAL WAY ROCHESTER NH 03867 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33744, '0050c25c6', 0, 'Technische Alternative GmbH', 'Langestrasse 124 Amaliendorf Lower Austria A-3872 AT', 'AT', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33745, '001229', 0, 'BroadEasy Tech Co, Ltd', '24th Floor,Tower A,JinShan Mansion, Nanjing Jiangsu 210009 CN', 'CN', 'MA-L', '2004-08-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33746, '003a9c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33747, '688975', 0, 'nuoxc', '龙岗区横岗街道西坑社区西坑梧岗路9号2栋 深圳市 广东省 518173 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33748, '70b3d5e2b', 0, 'Guan Show Technologe Co, Ltd', 'No.127, Jianguo 1st Rd., Lingya Dist. Kaohsiung City 802 TW', 'TW', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33749, '00204b', 0, 'Autocomputer Co, Ltd', 'NO. 18, PEI YUAN ROAD TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33750, '005015', 0, 'Bright Star Engineering', '19 ENFIELD DRIVE ANDOVER MA 01810 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33751, '000cfa', 0, 'Digital Systems Corp', '3 North Main Street Walkersville Maryland 21793 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33752, '0016cf', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2005-12-15', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33753, '00270d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33754, '00dd03', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33755, '000670', 0, 'Upponetti Oy', 'Tykistokatu 4D FI', 'FI', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33756, '40d8550df', 0, 'Xadi Inc', '100 - 321 McDermot Ave Winnipeg Manitoba R3A 0A3 CA', 'CA', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33757, '28c87a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-07-23', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33758, 'a09351', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33759, '0050c24bb', 0, 'Protonic Holland', 'Factorij 36 Zwaag 1689 AL NL', 'NL', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33760, '00167e', 0, 'Diboss.Co, Ltd', '126-1, Gongdan-dong Gumi Gyeongbuk 730-902 KR', 'KR', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33761, '0050c2c3f', 0, 'ANXeBusiness Corp', '4106 Reas Lane New Albany IN 47150 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33762, '00e00c', 0, 'Motorola', '5401 N. BEACH ST. S243 FT. WORTH TX 76137 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33763, '0040c4', 0, 'Kinkei System Corp', '1-22-17, KAMIKITA, HIRANOKU JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33764, '0050c2402', 0, 'Numeron Sp. z o.o.', 'Bronislawa Czecha 16 Czestochowa 42-200 PL', 'PL', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33765, '08005f', 0, 'Saber Tech Corp', '2381 BERING DRIVE SAN JOSE CA 95131-1125 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33766, '000b41', 0, 'Ing. Büro Dr. Beutlhauser', 'Roemerweg 4 Grassau D-83224 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33767, '0050c2bf0', 0, 'Aim', '21, avenue de la Plaine Fleurie MEYLAN 38240 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33768, '2c402b', 0, 'Smart iBlue Tech Ltd', 'Unit 12, 10/F., Hong Man Industrial Centre,2 Hong Man Street, Chai Wan, Hong Kong Hong Kong 000 HK', 'HK', 'MA-L', '2016-08-09', '2016-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33769, '001fa1', 0, 'Gtran Inc', '2651 Lavery Court Newbury Park CA 91320 US', 'US', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33770, '0023af', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33771, '808698', 0, 'Netronics Tech Inc', '600-15 Allstate Parkway Markham Ontario L3R 5B4 CA', 'CA', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33772, '0080b4', 0, 'Sophia Systems', '3337 KIFER ROAD SANTA CLARA CA 95051 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33773, '00226f', 0, '3onedata Tech Co Ltd', '3/F, B/2, Jiuxiangling Industrial District, Xili Town, Nanshan District, Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33774, '00212c', 0, 'SemIndia System Private Ltd', 'No. 1106/9, A.M Industrial Estate, Garvebhavipalya Bangalore Karnataka 560 068 IN', 'IN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33775, '8430e5', 0, 'SkyHawke Tech, Llc', '274 Commerce Park Dr, Ste M Ridgeland MS 39157 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33776, '00c0de', 0, 'Zcomm, Inc', '1050 C EAST DUANE AVENUE SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33777, '0012ae', 0, 'Hls Hard-Line Solutions Inc', '53 Main Street Dowling Ontario P0M 1R0 CA', 'CA', 'MA-L', '2004-10-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33778, 'b44bd68', 0, 'Arnouse Digital Devices, Corp', '1983 Marcus Ave, Suite 104 Lake Success NY 11042 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33779, '70b3d5e9d', 0, 'Intech', 'Vavilova st,13/7 Moscow 117312 RU', 'RU', 'MA-S', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33780, '70b3d53ec', 0, 'Outsight SA', '2 rue de Berite Paris 75006 FR', 'FR', 'MA-S', '2019-11-25', '2019-11-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33781, '80b32a', 0, 'UK Grid Solutions Ltd', 'Harry Kerr Drive Stafford Staffordshire ST17 4LX GB', 'GB', 'MA-L', '2011-03-17', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33782, 'e4a749', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2016-11-16', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33783, '001b09', 0, 'Matrix Telecom Pvt. Ltd', '394, GIDC, Makarpura, Vadodara Gujarat 390010 IN', 'IN', 'MA-L', '2007-01-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33784, '88dd79', 0, 'Voltaire', '13, Zarchin St Raanana 43662 IL', 'IL', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33785, '8c04ff', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2013-01-09', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33786, 'e80410', 1, 'Private', '', '', 'MA-L', '2013-07-12', '2013-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33787, '70b3d5a0b', 0, 'ambiHome GmbH', 'Theaterstrasse 19 Aachen NRW 52062', '', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33788, '346288', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33789, '00054f', 0, 'Garmin International', '1200 E. 151st St Olathe KS 66062 US', 'US', 'MA-L', '2001-10-24', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33790, '0050c224c', 0, 'Supertel', '38a, Petrogradskaya emb. St.Petersburg 197101 RU', 'RU', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33791, '389f5a', 0, 'C-Kur TV Inc', 'A-1902, 583, Yangcheon-ro, Gangseo-gu Seoul 07547 KR', 'KR', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33792, '70b3d5c9a', 0, 'Todd Digital Ltd', 'Level 15, 95 Customhouse Quay Wellington 6011 NZ', 'NZ', 'MA-S', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33793, '0050c2384', 0, 'Wireless Reading Systems Holding Asa', 'Skredderveien 9 Moss Østfold 1537 NO', 'NO', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33794, '70e56e', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33795, '0050e3', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33796, '00b02d', 0, 'ViaGate Tech, Inc', '745 Route 202/206 Bridgewater NJ 08807 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33797, '8c1cda9', 0, 'Raychem Rpg Pvt. Ltd', 'Safari Crossing, Near Halol GIDC, Village - Kanjari, Taluka - Halol Halol Gujarat 389350 IN', 'IN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33798, '0003ce', 0, 'Eten Tech, Inc', '2F, No. 9, Lane 235, Pao-Chiao Rd., TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33799, '001533', 0, 'Nadam.Co, Ltd', '#91-3 Wangrim-Li Hwaseong Gyeonggi 445-895 KR', 'KR', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33800, '70b3d530f', 0, 'Cardinal Scales Manufacturing Co', '203 East Daugherty Street Webb City MO 64870 US', 'US', 'MA-S', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33801, 'c8ee75', 0, 'Pishion International Co Ltd', '3F,NO,15-2,Beihuan Rd Taichung City 42760 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33802, '242642', 0, 'Sharp Corp', '22-22,Abeno-ku Osaka-City Osaka-Prefecture 545-8522 JP', 'JP', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33803, '000e5e', 0, 'Raisecom Tech', '2 Floor, South Building of Rainbow Plaza Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33804, '000fc8', 0, 'Chantry Networks', '1900 Minnesota Court Mississauga Ontario L5N 3C9 CA', 'CA', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33805, '0050c27d3', 0, 'Highrail Systems Ltd', '4 Morfa Lodge Porthmadog GWYNEDD LL49 9PF GB', 'GB', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33806, '001f37', 0, 'Genesis I&C', '#515 lisantekeunotaun Goyang Gyeonggi 410-722 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33807, 'd093f8', 0, 'Stonestreet One Llc', '9960 Corporate Campus Drive Louisville KY 40223 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33808, '40d8550cc', 0, 'Ateme', '26 Burospace Bievres 91570 FR', 'FR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33809, '0090cc', 0, 'Planex Communications Inc', '2F FENISSAY Ebisu Bldg Shibuya-ku, Tokyo 150-0011 JP', 'JP', 'MA-L', '1998-04-22', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33810, '000290', 0, 'Woorigisool, Inc', 'Yoopoong Bldg. Seoul Seoul KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33811, '5cf2869', 0, 'Shenzhen Vst Automotive Electronics Co, Ltd', '3 floor,1Building, No.3 West of ShangXue Science and technology park, Bantian town, LongGang District ShenZhen Guangdong 518100 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33812, '70b3d5ce5', 0, 'GridBridge Inc', '130 Penmarc Drive, Suite 101 Raleigh NC 27603 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33813, '70b3d534d', 0, 'Equos Research Co, Ltd', 'Akihabara Daibiru 7F, 1-18-13 Sotokanda Chiyoda-ku Tokyo 101-0021 JP', 'JP', 'MA-S', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33814, '680ad7', 0, 'Yancheng Kecheng Optoelectronic Tech Co, Ltd', 'No.1 East Road, Kaifa Avenue, Yancheng Jiangsu 224007 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33815, '78ae0c', 0, 'Far South Networks', '49 Bell Crescent Westlake Western Cape 7945 ZA', 'ZA', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33816, '0cefaf1', 0, 'Goerlitz AG', 'August-Thyssen-Strasse 32 Koblenz Rheinland-Pfalz 56070 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33817, '70b3d5c60', 0, 'Gogo BA', '303 S. Technology Ct Broomfield 80021 US', 'US', 'MA-S', '2014-11-04', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33818, 'd887d5', 0, 'Leadcore Tech Co, Ltd', '1258 Mingyue Road,Shanghai.China shanghai shanghai 201206 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33819, '001c75', 0, 'Segnet Ltd', '146 New London Road Chelmsford Essex CM2 OAW GB', 'GB', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33820, 'b0ec8f', 0, 'Gmx Sas', '32 Rue Brancion PARIS 75015 FR', 'FR', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33821, 'ec43e6', 0, 'Awcer Ltd', '100-413 Bucheon Technopark Bucheon-city Gyeonggi-do 421-741 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33822, '0007fe', 0, 'Rigaku Corp', '3-9-12, Matsubara-cho Tokyo 196-8666 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33823, '001e84', 0, 'Pika Tech Inc', '535 Legget Drive Ottawa Ontario K2K 3B8 CA', 'CA', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33824, '00e0c0', 0, 'Seiwa Electric Mfg. Co, Ltd', '86 TARADA SHIN-IKE, KYOTO PREFECTURE JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33825, '40c729', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33826, '001122', 0, 'Cimsys Inc', '#301,Sinsung-clean BLDG,140, Nongseo-Ri,Kiheung-Eup Yongin-City Kyunggi-Do 449-711 KR', 'KR', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33827, '84c727', 0, 'Gnodal Ltd', '178 - 180 Hotwell Road Bristol BS8 4RP GB', 'GB', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33828, '9ca10a', 0, 'Scle Sfe', 'Parc des Aygalades – Bât 10 MARSEILLE PACA 13014 FR', 'FR', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33829, '445ecd', 0, 'Razer Inc', '2035 Corte Del Nogal Carlsbad CA 92011 US', 'US', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33830, '94abde', 0, 'Omx Tech - Fze', 'Dubai Silicon Oasis - THUB - 1-D-OFF-124 Dubai 65673 AE', 'AE', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33831, '90c7d8', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33832, '00409f', 0, 'Telco Systems, Inc', '15 Berkshire Road Mansfield, MA 02048 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33833, 'fc4bbc', 0, 'Sunplus Tech Co, Ltd', 'No.19, Innovation First Road Hsinchu City 300 TW', 'TW', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33834, 'b8d526', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2019-01-11', '2019-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33835, '0000fa', 0, 'Microsage Computer Systems Inc', '680 SOUTH ROCK BLVD RENO NE 89502 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33836, 'c048e6', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33837, '70b3d5761', 0, 'Critical Link Llc', '6712 BROOKLAWN PKWY SYRACUSE NY 13211 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33838, '00d0a3', 0, 'Vocal Data, Inc', '1701 N GREENVILLE #304 RICHARDSON TX 75081 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33839, 'b0c5ca7', 0, 'Shenzhen Ktc Tech Group', 'Northern Wuhe Road,Banxuegang Industry Area,Buji,Shenzhen,China Shenzhen Guangdong 518129 CN', 'CN', 'MA-M', '2016-02-05', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33840, '0050c27ac', 0, 'Iusa SA DE CV', 'Km 109 CARRETERA PANAMERICANA MEX-QRO PASTEJE JOCOTITLAN ESTADO DE MEXICO 50700 MX', 'MX', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33841, '0050c2df1', 0, 'Saia Burgess Controls AG', 'Bahnhofstrasse 18 Murten FR 3280 CH', 'CH', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33842, '70b3d59f2', 0, 'Acorde Tech', 'PCTCAN - Av. Albert Einstein, 6 Santander Cantabria 39011 ES', 'ES', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33843, '0050c2790', 0, 'GE Security Kampro', '2F, No.8, Lane97, Wugong Rd., Hsin-Chuang City Taipei County 248 TW', 'TW', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33844, '0024c8', 0, 'Broadband Solutions Group', '1101 Marina Village Parkway Alameda CA 94501 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33845, '28565a', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33846, '0050c2150', 0, 'Torse', 'Waldrainstrasse 11 Koeniz 3098 CH', 'CH', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33847, '001bec', 0, 'Netio Tech Co, Ltd', '4F-1, No. 582, Rueiguang Rd., Neihu District Taipei 11492 TW', 'TW', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33848, '000603', 0, 'Baker Hughes Inc', '2001 Rankin Rd. Houston TX 77073 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33849, 'e81863e', 0, 'Acopian Technical Co', '131 Loomis Street Easton PA 18045 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33850, '44c306', 0, 'Sifrom Inc', '1201 N. Orange St., Ste 700 #7112 Wilmington DE 19801-1186 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33851, '000fb9', 0, 'Adaptive Instruments', '577 Main Street Hudson MA 01749 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33852, '002372', 0, 'More Star Industrial Group Ltd', 'Rm1221-1225, F12 Sangda Science and Technology Building , Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33853, '70b3d5070', 0, 'Lumiplan Duhamel', '2 rue de l\'industrie Domène Isère 38420 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33854, '001339', 0, 'Ccv Deutschland GmbH', 'Gewerbering 1 Au i. d. Hallertau Bayern 84072 DE', 'DE', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33855, '70b3d5296', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'MA-S', '2014-12-23', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33856, '70f8e78', 0, 'Eclipse Security', '3900 N. 29th Ave Hollywood FL 33020 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33857, '1c0219', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2020-01-23', '2020-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33858, '0050c2ab8', 0, 'Ahm Ltd (CLiKAPAD)', 'Arlington House, Dittons Bus. Pk POLEGATE East Sussex BN266HY GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33859, '001bc50b1', 0, 'Roslen Eco-Networking Products', '2010 Vada Ranch Road Auburn CA 95603 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33860, '9c69b47', 0, 'Pci Ltd', '35, Pioneer Road North Singapore 628475 SG', 'SG', 'MA-M', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33861, '54a4932', 0, 'genua GmbH', 'Domagkstr. 7 Kirchheim 85551 DE', 'DE', 'MA-M', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33862, '001b03', 0, 'Action Tech (SZ) Co, Ltd', 'Action Technology Building Baoyuan Road, Xixiang, Bao\'an District Shenzhen Guangdong 518102 CN', 'CN', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33863, '001c82', 0, 'Genew Tech', '3A3 Building B1, Cyber-tech Zone, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33864, 'd88d5c', 0, 'Elentec', 'Dongtangiheung-ro 64-3 Gyeonggi-do Hwaseong-si/Dongtan-myeon 445-812 KR', 'KR', 'MA-L', '2014-09-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33865, '70b3d5c45', 0, 'Stiebel Eltron GmbH', 'Dr.-Stiebel-Strasse 33 Holzminden 37603 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33866, '1819d6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33867, '000545', 0, 'Internet Photonics', '1030 Broad St., 2nd Floor Shrewsbury NJ 07702 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33868, '0013bd', 0, 'Hymatom SA', 'Zone Industrielle VENDARGUES HERAULT 34740 FR', 'FR', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33869, '001a53', 0, 'Zylaya', '444 N. Frederick Ave. Gaithersburg MD 20877 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33870, '0050c2aff', 0, 'XoByte Llc', '235 Peconic Street Ronkonkoma New York 11779 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33871, '00c08a', 0, 'Lauterbach GmbH', 'Altlaufstraße 40 Höhenkirchen-Siegertsbrunn 85635 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33872, '00803a', 0, 'Varityper, Inc', '900 MIDDLESEX TURNPIKE BILLERICA MA 01821 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33873, '185680', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33874, '04d16e5', 0, 'Dspread Tech (Beijing) Inc', 'Jingxin Building, 2045 Suite , Chaoyang District Beijing 100027 CN', 'CN', 'MA-M', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33875, '002175', 0, 'Pacific Satellite International Ltd', '20/F Tai Tung Building, Wanchai 100000 HK', 'HK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33876, 'd4ec0c', 0, 'Harley-Davidson Motor Co', '3700 W. Juneau Avenue Milwaukee Wisconsin 53208 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33877, 'ace9aa', 0, 'Hay Systems Ltd', 'Watermark Livingston West Lothian EH54 7EG GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33878, '70b3d5a52', 0, 'Apex Stabilizations GmbH', 'Künstlergasse 11, 4. OG, Top 2 Vienna 1150 AT', 'AT', 'MA-S', '2019-07-17', '2019-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33879, '00c03b', 0, 'Multiaccess Computing Corp', '5350 HOLLISTER AVE., STE. SANTA BARBARA CA 93111 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33880, '0019a0', 0, 'Nihon Data Systens, Inc', '6-9, Koyo-cho naka Kobe-shi Hyogo 658-0032 JP', 'JP', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33881, '109add', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-11-24', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33882, 'c88ed14', 0, 'Comlab AG', 'Ey 13 Ittigen BE 3076 CH', 'CH', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33883, '841c70', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-10-10', '2018-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33884, '0050c2580', 0, 'Buyang Electronics Industrial Co, Ltd', 'Oryu-Dong Seo-Ku Incheon 404-300 KR', 'KR', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33885, '0050c2947', 0, 'Imexhighway cvba', 'Port Arthurlaan 15 GHENT Oost-Vlaanderen 9000 BE', 'BE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33886, '0050c2432', 0, 'Topway Industries Ltd', 'Rm 1506, Cheung Fung Ind. Bldg., Tsuen Wan, N.T. HK', 'HK', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33887, '001cd7', 0, 'Harman/Becker Automotive Systems GmbH', 'Becker-Göring-Straße 16 Karlsbad Baden-Württemberg 76307 DE', 'DE', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33888, '001fca', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33889, '78c2c03', 0, 'Ningbo Sanxing Electric Co, Ltd', 'Fengwan No. 17, Cicheng Town, Ningbo Zhejiang 315033 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33890, 'd47c442', 0, 'YunDing Network Tech (Beijing) Co, Ltd', 'A521,Floor 5, Tencent Space Building No.388, Hui long guan East St. Beijing 100000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33891, '70b3d597a', 0, 'Orion Corp', '2nd Fl., Shin-Showa No.5 Bldg., 1-5-15 Higashi-Sakata Kimitsu Chiba 299-1144 JP', 'JP', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33892, '0004d1', 0, 'Drew Tech, Inc', '3915 Research Park Dr Ann Arbor MI 48108 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33893, '000b19', 0, 'Vernier Networks, Inc', '490 E. Middlefield Road Mountain View CA 94043 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33894, 'a028331', 0, 'Ordercube GmbH', 'Aßlinger Str. 6 Grafing b. München Bayern 85567 DE', 'DE', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33895, '0050c2bfc', 0, 'Altronix Corp', '140 58th street Brooklyn NY 11220 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33896, '00d78f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33897, '70b3d5faf', 0, 'Radig Hard & Software', 'An der Bahn 18 Kreuztal 57223 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33898, 'cc22373', 0, 'XConnect Professional Services', '459 Westlake Dr Brisbane QLD 4074 AU', 'AU', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33899, '0015d5', 0, 'Nicevt', 'Warshawskoe shosse 125 Moscow 117405 RU', 'RU', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33900, '001e9e', 0, 'ddm hopt + schuler GmbH + Co KG', 'Koenigsberger Strasse 12 Rottweil Baden-Württemberg 78626 DE', 'DE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33901, '745327', 0, 'Commsen Co, Ltd', '12/F., San Toi Building,139 Connaught Road Central 999077 HK', 'HK', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33902, 'b8c385', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33903, '002572', 0, 'Nemo-Q International AB', 'Box 210 Sollentuna 19123 SE', 'SE', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33904, '00031d', 0, 'Taiwan Commate Computer, Inc', '8F, No. 94, Sec 1, TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33905, '000c8d', 0, 'Matrix Vision GmbH', 'Talstrasse 16 Oppenweiler Baden-Württemberg D-71570 DE', 'DE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33906, '90e2fc3', 0, 'Shenzhen Hisource Tech Development Co, Ltd', 'Dalang Shenzhen Guangdong 518109 CN', 'CN', 'MA-M', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33907, '841e26', 0, 'Kernel-I Co, Ltd', '#606,ACE Techno Tower 10,470-5 Gasan-Dong, Geumcheon-gu, Seoul Korea 153-789 KR', 'KR', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33908, 'e0db88', 0, 'Open Standard Digital-IF Interface for Satcom Systems', '3090 Raritan Ave Aberdeen Proving Ground MD 21001 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33909, '08e84f', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33910, '54068b', 0, 'Ningbo Deli Kebei Tech CoLtd', 'zone 2nd , 301#, Road Xuxiake, Ninghai yuelong district ningbo Zhejiang 315600 CN', 'CN', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33911, '000c51', 0, 'Scientific Tech Inc', '6550 Dumbarton Circle Fremont CA 94560 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33912, '000d80', 0, 'Online Development Inc', '7209 Chapman Hwy Knoxville Tn 37920 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33913, '70b3d55ca', 0, 'Acd Elekronik GmbH', 'Engelberg 2 Achstetten 88480 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33914, '34008a7', 0, 'uberGARD Pte. Ltd', '39 Sungei Kadut Avenue Singapore 729663 SG', 'SG', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33915, 'a4ed430', 0, 'Sweam AB', 'Kistagången 12 Kista Stockholm 16440 SE', 'SE', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33916, 'a83fa13', 0, 'Guangzhou Tupu Internet Tech Co, Ltd', '602, No.11, Jiangong Road, Tianhe Software Park, Tianhe District Guangzhou Guangdong 510665 CN', 'CN', 'MA-M', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33917, '0040c0', 0, 'Vista Controls Corp', '27825 FREMONT COURT VALENCIA CA 91355 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33918, '384c90', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33919, '084929', 0, 'Cybati', '1701 East Empire Street, Suite 360 Bloomington IL 61704 UNITED STATES US', 'US', 'MA-L', '2013-12-13', '2013-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33920, '8cc681', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-11-15', '2019-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33921, '0050c26c7', 0, 'QuickCircuit Ltd', '2 Piermark Drive Auckland Auckland 0269 NZ', 'NZ', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33922, 'e8bba8', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD,WUSHA,CHANG\'AN,DONGGUAN,GUANGDONG,CHINA DONGGUAN GUANGDONG 523860 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33923, 'dcc622', 0, 'Buheung System', '302, 45, Jeonpa-ro, 24 Beongil Anyang-si Gyeonggi-do 430-857 KR', 'KR', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33924, 'a0e4cb', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33925, '08c021', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33926, '00e0a3', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33927, '00b06d', 0, 'Jones Futurex Inc', '3715 Atherton Road Rocklin CA 95765 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33928, '2c265f7', 0, 'Coremate Technical Co, Ltd', '7F., No576, Sec.1, Minsheng N. Rd., Taoyuan 33393 TW', 'TW', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33929, '000d1f', 0, 'AV Digital', 'Pottendorfer Strasse 25-27/4/1/1 Wien 1120 AT', 'AT', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33930, '34e6d7', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2014-08-20', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33931, '0050c28c9', 0, 'A+S Aktuatorik und Sensorik GmbH', 'Franz-Wienholz-Str. 16 Prenzlau Brandenburg 17291 DE', 'DE', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33932, '64dc01', 0, 'Static Systems Group Plc', 'Heathmill Road Wolverhampton West Midlands WV5 8AN GB', 'GB', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33933, '5c63bf', 0, 'TP-Link Tech Co, Ltd', '1-6F, Building 2, Pingshandayuan Industrial, South Zone, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33934, 'e4e409', 0, 'Leifheit AG', 'Leifhheitstreet Nassau Rheinland-Pfalz 56377 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33935, '000ef2', 0, 'Infinico Corp', '4F, F-1 Bldg., 1-2-12, Tokyo 105-0013 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33936, '001cab', 0, 'Meyer Sound Laboratories, Inc', '2832 San Pablo Ave. Berkeley CA 94702 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33937, '00136b', 0, 'E-Tec', '2-17-14-503 Hakataekimae Fukuoka Fukuokaken 812-0011 JP', 'JP', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33938, 'c88ed15', 0, 'Fibergate Inc', 'KDX Shibadaimon.Bld 2F Shibadaimon Minato-ku Tokyo 105-0012 Japan Tokyo Minato-ku 105-0012 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33939, '00089b', 0, 'Icp Electronics Inc', '4F, No. 22, Chung-Hsing Rd. Shi-Chi City Taipei 221 TW', 'TW', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33940, '000b48', 0, 'sofrel', '2 rue du plessis vern sur seiche ille et vilaine 35770 FR', 'FR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33941, '94a7b7', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33942, '40dc9d', 0, 'Hajen', '102-1302, Sinwon-ro 88, Yeongtong-gu Suwon-Si Gyeonggi-do 16681 KR', 'KR', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33943, '001b52', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-02-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33944, '44f477', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2014-10-13', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33945, '0025eb', 0, 'Reutech Radar Systems (Pty) Ltd', '35 Elektron Avenue Stellenbosch Western Cape 7600 ZA', 'ZA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33946, '747b7a', 0, 'Eth Inc', '#202 Mazium BLG, 545-6, Dangjung-dong, Gunpo-si Gyeonggi-do 435-833 KR', 'KR', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33947, '000520', 0, 'Smartronix, Inc', '22685 Three Notch Rd. California MD 20619 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33948, '001d1e', 0, 'Kyushu Ten Co, Ltd', '2360 YUNOKIMOTOMACHI SASEBO-City NAGASAKI Prefecture 857-0115 JP', 'JP', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33949, '38839a', 0, 'Shenzhen RF-Link Tech Co, Ltd', 'Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-10-15', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33950, '0006c3', 0, 'Schindler Elevator Ltd', 'R&D-CO Ebikon CH-6030 CH', 'CH', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33951, '0050c2d10', 0, 'Rosslare Enterprises Ltd', 'Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon 00000 HK', 'HK', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33952, '70b3d507e', 0, 'Entec Electric & Electronic Co, Ltd', '78-2 Buncheon-ri Hwaseong-city Gyungki-do 445-894 KR', 'KR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33953, '3c427e1', 0, 'Dongguan Taide Industrial Co, Ltd', 'Taide Industrial Park,Phase 2 Jinfenghuang Industrial District Huangdong,Fenggang Town Dongguan City GuangDong 523696 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33954, '006063', 0, 'Psion Dacom Plc.', 'PSION DACOM HOUSE CROWNHILL MILTON KEYNES MK8 0EF GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33955, '0050c2f3d', 0, 'Project service S.a.s', 'Via Paderno 31/C Seriate Bergamo 24100 IT', 'IT', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33956, '0050c2aa9', 0, 'San Giorgio S.E.I.N. srl', 'Via Pedulla\' 59 Genova 16165 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33957, '8c4435', 0, 'Shanghai BroadMobi Communication Tech Co, Ltd', 'Rm. 901, Bld. 9, No.1515 Gumei Rd, Xuhui District Shanghai 200233 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33958, 'a4cfd2', 0, 'Ubee Interactive Co, Ltd', 'Flat/RM 1202, 12/F, AT Tower, 180 Electric Road North Point 00000 HK', 'HK', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33959, '00a0ee', 0, 'Nashoba Networks', '9-11 GOLDSMITH ST. LITTLETON MA 01460 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33960, '0018a3', 0, 'Zippy Tech Corp', '10F, No. 50, Mincyuan Rd., Sindian City Taipei 231 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33961, '54b802', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33962, '70b3d5f22', 0, 'Shengli Financial Software Development', '3766 Nanhuan Road, Binjiang Hangzhou 310051 CN', 'CN', 'MA-S', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33963, '989bcb', 0, 'Avm Audiovisuelles Marketing und Computersysteme GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2018-12-13', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33964, '0050c2b57', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33965, '0055da6', 0, 'Ooo Dekatron', 'Oseny boulevard 15 apart. 394 Moscow Moscow 121609 RU', 'RU', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33966, 'd469a5', 0, 'Miura Systems Ltd', 'Axis 40, Oxford Road, Stokenchurch High Wycombe Buckinghamshire HP143SX GB', 'GB', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33967, 'f095f1', 0, 'Carl Zeiss AG', 'Carl-Zeiss-Straße 22 Oberkochen 73447 DE', 'DE', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33968, '54a493e', 0, 'Nederman Holding AB', 'Sydhamnsgatan 2 Helsingborg Sweden 252 28 SE', 'SE', 'MA-M', '2019-07-31', '2019-07-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33969, '000dbf', 0, 'TekTone Sound & Signal Mfg., Inc', '277 Industrial Park Rd. Franklin NC 28734 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33970, '9c54ca', 0, 'Zhengzhou Vcom Science and Tech Co, Ltd', 'National 863 Software Park£¬No.6 Cuizhu Street, Hi-tech Indusry Developing Park ZhengZhou City Henan Province 450001 CN', 'CN', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33971, 'c0a0de', 0, 'Multi Touch Oy', 'Henry Fordin katu 6 Helsinki 00150 FI', 'FI', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33972, '70b3d5207', 0, 'Savari Inc', '2005 De la cruz blvd, st 111, santa clara CA 95050 US', 'US', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33973, 'f8b5682', 0, 'Shenzhen New-Bund Tech Co, Ltd', 'Room20A, 20th Floor, HSAE Technology Building, Nanshan District, Shenzhen 518000 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33974, '4c218c', 0, 'Panasonic India Private Ltd', '12th floor, Ambience tower, Ambience Island Gurgaon Haryana 122002 IN', 'IN', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33975, 'a8995c', 0, 'aizo ag', 'Brandstrasse 33 Schlieren 8952 CH', 'CH', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33976, '0050c2cbe', 0, 'Code Blue Corp', '259 Hedcor St HOLLAND MI 49423 US', 'US', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33977, '28e34e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33978, '1c8e5c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2014-09-21', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33979, 'a8eec6', 0, 'Muuselabs NV/SA', 'Rue du Tocsin 12 Brussels 1000 BE', 'BE', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33980, '70b3d5040', 0, 'Savari Inc', '2005 De la cruz blvd, st 111, santa clara CA 95050 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33981, '400e85', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong 24180 US', 'US', 'MA-L', '2013-05-11', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33982, '4c7625', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2014-10-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33983, '5c9960', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33984, '00305e', 0, 'Abelko Innovation', 'Box 808 Lulea 97125 SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33985, '90da6a', 0, 'Focus H&S Co, Ltd', '#113, Doosan Venture Digm, 126-1 Anyang Gyeonggi-Do 431-755 KR', 'KR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33986, '5835d9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33987, '009c02', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-11-26', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33988, '8c3330', 0, 'EmFirst Co, Ltd', '701 Suwon Venture Center Suwon Gyeonggi-do 442-833 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33989, '50cd22', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2015-07-31', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33990, '4c1365', 0, 'Emplus Tech', 'Bld B, 10F, No.209, Sec.1, Nangang Rd Taipei 115 TW', 'TW', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33991, '0022f1', 1, 'Private', '', '', 'MA-L', '2008-10-25', '2008-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33992, '980ee4', 1, 'Private', '', '', 'MA-L', '2010-11-24', '2010-11-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33993, '0050c2ae0', 0, 'At4 wireless.S.A', 'c/ Severo Ochoa 2 Campanillas Málaga 29590 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33994, 'f8f082', 0, 'Nag Llc', 'Predelnaya st 57/2 Ekaterinburg Sverdlovskaya oblast 620161 RU', 'RU', 'MA-L', '2013-01-09', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33995, '001d1d', 0, 'Inter-M Corp', '653-5 Banghak-Dong, Dobong-Ku Seoul 132-846 KR', 'KR', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33996, '001df9', 0, 'Cybiotronics (Far East) Ltd', 'Unit 1906, Eastern Centre, Quarry Bay HK', 'HK', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33997, '0050c2f5e', 0, 'Y-cam Solutions Ltd', 'Vision House Richmond Surrey TW9 2JN GB', 'GB', 'IAB', '2012-03-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33998, '04848a', 0, '7inova Tech Ltd', '3F, A Building, QuanYuanFa Industrial Park, No. 72, GuanLan Rd LongHua District Shenzhen 518000 CN', 'CN', 'MA-L', '2013-06-20', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(33999, '986d353', 0, 'DH Mechatronic AG', 'Georg-Sasse-Straße 28-32 Ammersbek Schleswig-Holstein 22949 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34000, '40ed988', 0, 'Guangzhou Auric Intelligent Tech Co, Ltd', 'Room 209, No. 115, JiuFoJianShe Road, Sino-Singapore Guangzhou Knowledge City, Huangpu District, Guangzhou Guangzhou Guangdong 510555 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34001, '08bc20', 0, 'Hangzhou Royal Cloud Tech Co, Ltd', 'Hangzhou Xixi Road 957, 24, Unit 2, 302 Hangzhou 310030 CN', 'CN', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34002, '342912', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34003, '00207c', 0, 'Autec GmbH', 'BAHNHOFSTR. 57 55234 FRAMERSHEIM DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34004, '888717', 0, 'Canon Inc', '3-30-2 Ohta-Ku Tokyo 146-8501 JP', 'JP', 'MA-L', '2010-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34005, '889676', 0, 'Ttc Marconi s.r.o.', 'Trebohosticka s.r.o. Praha 10000 CZ', 'CZ', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34006, 'e091f5', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34007, '0050c2c78', 0, '9Solutions Oy', 'Teknologiantie 2 Oulu 90590 FI', 'FI', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34008, '40d85509e', 0, 'NanoPulse, Inc', '1 Krasnoselskiy per., 3 pom. I, of. 75 Moscow 107140 RU', 'RU', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34009, 'a0bdcd', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34010, '001bc50b9', 0, 'Denki Kogyo Co, Ltd', '13-4 Satsuki-cho Kanuma-shi Tochigi 3220014 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34011, 'f40e11b', 0, 'Bradar Industria SA', 'AVENIDA SHISHIMA HIFUMI,2911 SÃO JOSE DOS CAMPOS SÃO PAULO 12244-000 BR', 'BR', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34012, '000980', 0, 'Power Zenith Inc', 'Tsujido Nishikaigan 1-10-7 Fujisawa Kanagawa 251-0046 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34013, '0050c2137', 0, 'Uniwell Systems (UK) Ltd', 'Uniwell Building, Challenge Way Blackburn Lancashire BB1 5US GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34014, '001abe', 0, 'Computer HI-Tech Inc', 'HigashiUeno3-18-7 Taitoku Tokyo 110-0015 JP', 'JP', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34015, '0050c27e7', 0, 'V2Green, Inc', '1725 Westlake Ave. N Seattle WA 98109 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34016, 'f8e5cf', 0, 'Cgi IT UK Ltd', '20 Fenchurch Street, 14th Floor London EC3M 3BY GB', 'GB', 'MA-L', '2019-02-04', '2019-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34017, '002141', 0, 'Radlive', '4 Hanechoshet St. Tel Aviv 69710 IL', 'IL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34018, '28ed58', 0, 'Jag Jakob AG', 'Industriestrasse 20 BRUEGG BE 2555 CH', 'CH', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34019, 'e8fc60', 0, 'Elcom Innovations Private Ltd', '9TH FLOOR, MERIDIEN COMMERCIAL TOWER New Delhi 110001 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34020, '0050c2338', 0, 'Ernitec A/S', 'Hoerkaer 24 Herlev 2730 DK', 'DK', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34021, '001485', 0, 'Giga-Byte', 'No.215,Nan-Ping Road, Pin-Jen Taoyuan 326 TW', 'TW', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34022, '0050c28ac', 0, 'Telsa s.r.l', 'Via C.Colombo 2931 Osio Sotto Bergamo 24046 IT', 'IT', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34023, '0021fa', 0, 'A4sp Tech Ltd', 'Keilaranta 19 D Espoo Uusimaa 02150 FI', 'FI', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34024, '1c7b23', 0, 'Qingdao Hisense Communications Co, Ltd', 'Qianwangang Road 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34025, 'b8c8eb', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34026, '480bb23', 0, 'shanghai Rinlink Intelligent Tech Co, Ltd', 'Room1510,ROAD Xiuwen,Minhang District shanghai 201100 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34027, '04c3e67', 0, 'Advanced Digital Tech, s.r.o.', 'Purkynova 649/127 Medlanky Brno 612 00 CZ', 'CZ', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34028, '004029', 0, 'Compex', 'US', '', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34029, '001ab0', 0, 'Signal Networks Pvt. Ltd,', 'No.12, Kalpataru Apartments, Bangalore Karnataka 560001 IN', 'IN', 'MA-L', '2006-12-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34030, '80dabc', 0, 'Megafone Ltd', 'Unit 702,7/F,Bankok Bank Building,NO.18 Bonham Strand West Hong Kong 999077 HK', 'HK', 'MA-L', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34031, '0021df', 0, 'Martin Christ GmbH', 'An der Unteren Soese 50 Osterode Niedersachsen 37520 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34032, 'a03299', 0, 'Lenovo (Beijing) Co, Ltd', 'No.6, ChuangYe Road, Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34033, '70b3d5bd2', 0, 'Burk Tech', '7 Beaver Brook road Littleton MA 01460 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34034, '70b3d5d01', 0, 'Vision4ce Ltd', 'Unit 4, Wokingham Commercial Centre Wokingham Berkshire RG41 2RF GB', 'GB', 'MA-S', '2018-09-04', '2018-09-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34035, '70b3d59cc', 0, 'Zaxcom Inc', '230 West Parkway STE 9 Pompton Plains NJ 07444 US', 'US', 'MA-S', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34036, '000ca5', 0, 'Naman NZ Ltd', '13/17 Kawana St Auckland NZ', 'NZ', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34037, '00170b', 0, 'Contela, Inc', '6-8 Soonae-dong, Bundang-gu, Sungnam Kyunggi-do 463-825 KR', 'KR', 'MA-L', '2006-01-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34038, '70e24c', 0, 'Sae IT-systems GmbH & Co KG', 'Im Gewerbegebiet Pesch 14 Köln NRW 50767 DE', 'DE', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34039, '0050c2faa', 0, 'Yjsystem', '#902, E&C Venture Tower GuroDong, GuroGu Seoul 152-719 KR', 'KR', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34040, 'bc66412', 0, 'Process-Electronic Sp. z o.o.', 'ul. Jednosci 48 Sosnowiec slaskie 41-218 PL', 'PL', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34041, '00156d', 0, 'Ubiquiti Networks Inc', '495 Montague Expwy. Milpitas CA 95035 US', 'US', 'MA-L', '2005-08-09', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34042, 'b8c75d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-05-07', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34043, '0050c2387', 0, 'Inoteska s.r.o.', 'Podturen-Roven 221 Liptovsky Hradok Zilina region 033 01 SK', 'SK', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34044, 'f4ce46', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2010-01-05', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34045, '0050c2c1c', 0, 'Becton Dickinson', '7 Loveton Circle Sparks MD 21152 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34046, '18ef63', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34047, '70b3d5d11', 0, 'Eree Electronique', '6 avenu Dr Schweitzer MEYZIEU 69882 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34048, '20a6cd', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34049, '001008', 0, 'Vienna Systems Corp', '6651 FRASERWOOD PLACE RICHMOND, B.C. V6W 1J3 CA', 'CA', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34050, '00029c', 0, '3com', '405 SPRING HILL ROAD SHARON NH 03458 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34051, 'a8016d', 0, 'Aiwa Corp', '965 W Chicago Ave Chicago IL 60642 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34052, '0433c2', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-10-12', '2019-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34053, '9cf48e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34054, 'f41c95', 0, 'Beijing Yunyi Times Tech Co,.Ltd', 'Room 2005, 2f, building B, No.1 Kaituo Road, Shangdi Information Industry base, Haidian District BEIJING 100085 CN', 'CN', 'MA-L', '2019-11-23', '2019-11-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34055, '0050c208c', 0, 'IP Unity', '1575 McCandless Dr. Milpitas CA 95035 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34056, 'b8e856', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-07-12', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34057, '080036', 0, 'Intergraph Corp', 'ONE MADISON INDUSTRIAL PARK HUNTSVILLE AL 35807 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34058, '000c80', 0, 'Opelcomm Inc', '46750 Fremont Blvd. Ste 210 Fremont CA 94538 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34059, '0012e8', 0, 'Fraunhofer Ims', 'Finkenstrasse 61 Duisburg NRW 47057 DE', 'DE', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34060, '0050c24b3', 0, 'Ansa Corp', '17F, No. 738, Chung Cheng Road Chung Ho City Taipei County 235 TW', 'TW', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34061, '0050c258b', 0, 'Innovative Dynamics GmbH', 'Wiesenweg 9 Vordorf / Rethen Lower Saxony 38533 DE', 'DE', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34062, '646a52', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2015-01-23', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34063, '001066', 0, 'Advanced Control Systems, Inc', '2755 NORTHWOODS PARKWAY NORCROSS GA 30071 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34064, '00303d', 0, 'Iva Corp', '142 NORTH RD STE R SUDBURY MA 01776 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34065, '30785c', 0, 'Partow Tamas Novin (Parman)', 'UNIT 32 NO.31 26TH WEST AVE ,ALLAMEH TABATABAIE ST.SAADAT ABAD Tehran Tehran 1997968413 IR', 'IR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34066, '54a4939', 0, 'Do Easy International Ltd', 'No. 107, Wenjian St., Fengshan Dist. Kaohsiung 83067 TW', 'TW', 'MA-M', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34067, '904e2b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34068, '58238c', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2014-02-25', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34069, '785968', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-07-29', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34070, '54a31b', 0, 'Shenzhen Linkworld Tech Co,.Ltd', 'Room 667-675 , sixth floor , Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34071, 'e8de8e', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34072, '144802', 0, 'The Yeolrim Co, Ltd', 'D-311,H Business Park,26,Beobwon-ro 9-gil Songpa-gu,Seoul Korea Seoul 05836 KR', 'KR', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34073, 'a4d990', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34074, 'f8bc12', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2013-09-12', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34075, '28a02b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34076, '480bb27', 0, 'Beijing Dragon Resources Ltd', 'Tongjunzhuangxinlukou (500meters east) Shilipu Town, MiyunCountry, Beijing101500, China BeiJing 101500 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34077, '70b3d5d16', 0, 'Monnit Corp', '3400 S West Temple Salt Lake City 84115 US', 'US', 'MA-S', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34078, '70b3d5cb9', 0, 'Jsc «Satis-TL-94»', '1, bld.2, Timiryazevskaya str. Moscow 127422 RU', 'RU', 'MA-S', '2019-08-19', '2019-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34079, '0050c22ae', 0, 'Quest Retail Tech Pty Ltd', '37-39 Walsh Street Thebarton South Australia 5031 AU', 'AU', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34080, '78d8009', 0, 'SightLine Applications', '2828 SW CORBETT AVE PORTLAND OR 97201 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34081, 'f07d68', 0, 'D-Link Corp', 'No.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW', 'TW', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34082, 'f431c3', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34083, '00238a', 0, 'Ciena Corp', '920 Elkridge Landing Linthicum MD 21090 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34084, '208593c', 0, 'Regloplas AG', 'Flurhofstrasse 158c St. Gallen 9006 CH', 'CH', 'MA-M', '2019-06-20', '2019-06-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34085, '9433dd', 0, 'Taco Inc', '1160 Cranston Street Cranston RI 02920 US', 'US', 'MA-L', '2010-08-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34086, '001bc504d', 0, 'eiraku electric Corp', 'osaki 1-19-1 tokyo shinagawa 141-0032 JP', 'JP', 'MA-S', '2011-12-19', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34087, 'fc9fe1', 0, 'Conwin.Tech Ltd', '4D,Tianxia IC Bldg,115 Yiyuan road, Nanshan District,Shenzhen,Guangdong,P.P.China Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34088, '000d1e', 0, 'Control Techniques', 'The Gro Newtown Powys SY16 3BE GB', 'GB', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34089, '0050c2ad3', 0, 'Peek Traffic Corp', '2906 Corporate Way Palmetto Florida 34221 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34090, '70b3d5336', 0, 'Synaccess Networks Inc', '75 W. Baseline Rd. Gilbert AZ 85233 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34091, 'ec9f0dc', 0, 'Sarcos Corp', '360 S Wakara Way Salt Lake City UT 84108 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34092, '28dee5', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34093, '9cf029', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2020-01-23', '2020-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34094, '0050c22a0', 0, 'Sterling Industry Consult GmbH', 'Lindenstr. 170 Itzehoe D 25524 DE', 'DE', 'IAB', '2003-10-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34095, '0050c2abf', 0, 'Mcc Computer Co', '505 E. Palm Valley Blvd Round Rock Texas 78664 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34096, '0050c2392', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Strasse 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34097, '001b68', 0, 'Modnnet Co, Ltd', '2139 Daemyung-Dong DIP main B/D Room#505, Namgu Daegu Kyungsang Bookdo 705-701 KR', 'KR', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34098, 'cc55ad', 0, 'Rim', 'Phillip Street Waterloo Ontario N2L 3W8 CA', 'CA', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34099, '103378', 0, 'Flectron Co, Ltd', 'A-625, Sigma2, Tancheonsang-ro 164 Seongnam-si Gyeonggi-do 463-741 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34100, '549a113', 0, 'Royal Boon Edam International BV', 'PO box 40 Edam Noord Holland 1135 ZG NL', 'NL', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34101, '00005b', 0, 'Eltec Elektronik AG', 'Galileo-Galilei-Strasse 11 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34102, '009017', 0, 'Zypcom, Inc', '28400 Kohoutek Way Union City CA 94587-1212 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34103, '645563', 0, 'Intelight Inc', '3450 S Broadmont Drive #126 Tucson Arizona 85713 US', 'US', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34104, 'f06bca', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34105, '2036d7', 0, 'Shanghai Reacheng Communication Tech Co, Ltd', 'No. 80, Lane 1505 Zuchongzhi Road Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34106, '90e2fcb', 0, 'Shenzhen Dingsheng Intelligent Tech Co, Ltd', '10/F Block C, Skyworth Building, Gaoxin South 1st Rd., Hi-Tech Park, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34107, '0000f9', 0, 'Quotron Systems Inc', '5454 BEETHOVEN ST. LOS ANGELES CA 90066 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34108, '408bf6', 0, 'Shenzhen Tcl New Tech Co, Ltd', 'TCL Building, #5 Central Nanhai Road, Nanshan District, Shenzhen, Guangdong, 518067 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34109, '40d8550d5', 0, 'Shimizu Electric Co, Ltd', 'Nakayabe-cho 10-10 Shimizu-ku Shizuoka-shi Shizuoka-ken 424-0854 JP', 'JP', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34110, 'fa610e', 0, 'Laboratory for Computational Sensing and Robotics, Johns Hopkins University', '3400 North Charles Street Baltimore MD 21218 US', 'US', 'CID', '2016-02-25', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34111, 'b452a9', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34112, '70b3d5a22', 0, 'eSys Solutions Sweden AB', 'Sandsborgsvagen 50 Enskede 12233 SE', 'SE', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34113, '64956c', 0, 'LG Electronics', '222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR', 'KR', 'MA-L', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34114, '00d03d', 0, 'Galileo Tech, Ltd', 'MOSHAV MANOF IL', 'IL', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34115, 'b4a5a9', 0, 'Modi GmbH', 'Kapellenweg 21 REICHSHOF-Sinspert 51580 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34116, 'c84f86', 0, 'Sophos Ltd', 'The Pentagon Abingdon Oxfordshire OX14 3YP GB', 'GB', 'MA-L', '2018-10-22', '2018-10-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34117, '6462666', 0, 'Pass & Seymour, Inc d/b/a Legrand', '50 Boyd Ave Syracuse NY 13209 US', 'US', 'MA-M', '2019-12-18', '2019-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34118, '000c32', 0, 'Avionic Design GmbH', 'Wragekamp 10 Hamburg 22397 DE', 'DE', 'MA-L', '2003-02-07', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34119, '0050c2926', 0, 'DiTEST Fahrzeugdiagnose GmbH', 'ALTE POSTSTRASSE 152 A-8020 GRAZ STEIERMARK AT', 'AT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34120, '001d14', 0, 'Speradtone Information Tech Ltd', 'Room 1001 NO.418 Gui Ping Road, Shanghai 200233 CN', 'CN', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34121, '0050c290b', 0, 'E.ON ES Sverige AB', 'Box 50529 Malmö 20250 SE', 'SE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34122, '781c5a', 0, 'Sharp Corp', '22-22,Nagaike-cho Osaka city Osaka prefecture 545-8522 JP', 'JP', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34123, '70b3d5455', 0, 'Heartlandmicropayments', '2115 Chapman Road Suite 159 Chattanooga TN 37421 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34124, '1c82590', 0, 'Shandong Luneng Intelligence Tech Co, Ltd', 'Shandong Jinan Hightech zone Yinhe building block B, 2008 Xinluo Street Jinan Shandong 250100 CN', 'CN', 'MA-M', '2019-03-06', '2019-03-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34125, '000d9e', 0, 'Tokuden Ohizumi Seisakusyo Co, Ltd', 'Yoshida 1221 Ouragun Ohizumi Gunma 370-0523 JP', 'JP', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34126, '001a00', 0, 'Matrix Inc', 'AS bld.3-13-20 Osaka 530-0047 JP', 'JP', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34127, '6c5779', 0, 'Aclima, Inc', '10 Lombard Street San Francisco California 94111 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34128, '4c334e', 0, 'Hightech', 'No202.gsif, 4 Gyeonggang-ro 2326 beon-gil Gangneung-si Gangwon-do 25570 KR', 'KR', 'MA-L', '2016-04-11', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34129, 'd003df', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34130, '00804f', 0, 'Daikin Industries, Ltd', 'ELECTRONICS DIVISION JAPAN 525 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34131, '000d0f', 0, 'Finlux Ltd', 'Radiomiehenkatu 3 Turku FIN-20321 FI', 'FI', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34132, '002454', 0, 'Samsung Electronics Co, Ltd', '416, Maetan 3Dong, Yeongtong-Gu Suwon Geyonggi 443742 KR', 'KR', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34133, '70b3d581a', 0, 'Joehl & Koeferli AG', 'Wittenwilerstrasse 31 Aadorf TG 8355 CH', 'CH', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34134, '30a889', 0, 'Decimator Design', 'UNIT 5 / 11 PRECISION PLACE VINEYARD NSW 2765 AU', 'AU', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34135, '00123a', 0, 'Posystech Inc, Co', 'Room 407, Daeryung Techno Town 6, Seoul 153-771 KR', 'KR', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34136, '002250', 0, 'Point Six Wireless, Llc', '2333 Alumni Park Plaza Lexington KY 40517 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34137, '001bbe', 0, 'Icop Digital', '16801 W. 116th St. Lenexa KS 66219 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34138, '00b670', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34139, '08006f', 0, 'Philips Apeldoorn B.V.', 'P.O. BOX 105 THE NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34140, '001451', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2005-04-07', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34141, '002710', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34142, 'd81c14', 0, 'Compacta International, Ltd', '31342 Via Las Palmas San Juan Capistrano CA 92675 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34143, '6049c1', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2016-11-16', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34144, '88d2bf', 0, 'German Autolabs', 'Köpenicker Str. 154 Berlin Berlin 10997 DE', 'DE', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34145, '38afd0', 1, 'Private', '', '', 'MA-L', '2018-10-16', '2018-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34146, 'd039ea', 0, 'NetApp', '1395 Crossman Ave Sunnyvale, CA 94089 US', 'US', 'MA-L', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34147, '0004e7', 0, 'Lightpointe Communications, Inc', '10140 Barnes Canyon Road San Diego CA 92121 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34148, 'a40dbc', 0, 'Xiamen Intretech Inc', 'FL 7 NO 588 JIAHE RD TORCH CARDEN HIGH-TECH ZONE Xiamen FUJIAN 361006 CN', 'CN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34149, '0050c2746', 0, 'Realtronix Co', 'FLT A 16/F BLK 8 JUBILEE GARDEN HK', 'HK', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34150, '68f728', 0, 'Lcfc(HeFei) Electronics Tech Co, Ltd', 'YunGu Road 3188-1 Hefei Anhui 230000 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34151, '4865eee', 0, 'Cnu', 'No.8 Everygreen Road, Haidian District 3 layer 313 Beijing 100195 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34152, '0002e4', 0, 'JC Hyun Systems, Inc', 'Shinbong Bldg, 736-6, Seoul (135-080) KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34153, '0050c23d9', 0, 'Bavaria Digital Technik GmbH', 'Rehbichler Weg 26 Pfronten Bayern 87459 DE', 'DE', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34154, '6099d1', 0, 'Vuzix / Lenovo', '2166 Brighton Henrietta Town Line Road Rochester NY 14623 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34155, 'a8b2da', 0, 'Fujitsu Ltd', '403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP', 'JP', 'MA-L', '2017-05-23', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34156, '0025fa', 0, 'J&M Analytik AG', 'Willy-Messerschmitt-Strasse 8 Essingen BW 73457 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34157, '8895b9', 0, 'Unified Packet Systems Crop', '1F., No32,Lane 15,SEC 6, MinQuan E Rd., Taipei Neihu 114 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34158, '0050c264d', 0, 'Tera Information System Labs', '198 Allendale Road Suite 401 King of Prussia PA 19406 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34159, 'f0c88c', 0, 'LeddarTech Inc', '2740 Einstein Street Quebec City G1P 4S4 CA', 'CA', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34160, '000bf4', 1, 'Private', '', '', 'MA-L', '2003-02-07', '2003-02-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34161, '00161c', 0, 'e:cue', 'Friedrich-List-Strasse 23 Paderborn 33100 DE', 'DE', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34162, 'fc3ce9', 0, 'Tsingtong Tech Co, Ltd', 'Rm A03-72, Floor B1, Building 1, No.13 Dazhongsi, Haidian District Beijing 100098 CN', 'CN', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34163, '00d026', 0, 'Hirschmann Austria GmbH', 'OBERER PASPELSWEG 6 - 8 AT', 'AT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34164, '0050c2c4b', 0, 'R.V.R. elettronica s.p.a.', 'via del Fonditore 2/2c Bologna 40138 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34165, 'e4d124', 0, 'Mojo Networks, Inc', '339 N.Bernardo Ave Mountain View CA 94043 US', 'US', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34166, '000d5c', 0, 'Robert Bosch GmbH, VT-Atmo', 'Wernerstrasse 51 Stuttgart BW 70469 DE', 'DE', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34167, '309c23', 0, 'Micro-Star Int\'L Co, Ltd', 'No.69, Lide St., New Taipei City Taiwan 235 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34168, '0050c2699', 0, 'Bulletendpoints Enterprises Inc', '16 finch ave Dollars des ormeaux quebec H9a 3g8 CA', 'CA', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34169, '002271', 0, 'Jäger Computergesteuerte Meßtechnik GmbH', 'Rheinstraße 2-4 Lorsch Hessen 64653 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34170, '1ca0b8', 0, 'Hon Hai Precision Ind. Co, Ltd', 'GuangDongShenZhen ShenZhen GuangDong 518109 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34171, '5ca62d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-12-31', '2019-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34172, '0050c2c45', 0, 'Galvamat & Unican Tech SA', 'Alexis-Marie-Piaget 71-73 La Chaux-de-Fonds NE 2300 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34173, 'd86375', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-09-22', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34174, '0050c253d', 0, 'Digital communications Tech', '5201 Blue Lagoon Dr. #843 Miami Florida 33126 US', 'US', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34175, '001a0e', 0, 'Cheng Uei Precision Industry Co, Ltd', 'Junda Industry District, Dongkeng Town,Dongguan City DongGuan Guang Dong 523455 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34176, '0024ac', 0, 'Hangzhou DPtech Tech Co, Ltd', 'Huarong Shidai Bld., NO.3880,Jiang-Nan Avenue, Binjiang District Hangzhou Zhejiang 310051 CN', 'CN', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34177, 'f85971', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34178, '0050c2157', 0, 'nCore, Inc', '2870 Perrowville Rd. Forest VA 24551 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34179, '001450', 0, 'Heim Systems GmbH', 'Friedrich Ebert Strasse Bergisch Gladbach NRW 51429 DE', 'DE', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34180, 'a0fe61', 0, 'Vivint Wireless Inc', '4931 N 300 W Provo UT 84604 US', 'US', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34181, '70b3d58d0', 0, 'Raft Tech', 'Habarzel 25 Tel aviv 6971035 IL', 'IL', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34182, '000993', 0, 'Visteon Corp', '16630 Southfield Road Allen Park Michigan 48101 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34183, '0050c29e3', 0, 'Sai Informationstechnik', 'Hackhofergasse 1 Vienna 1190 AT', 'AT', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34184, '0050fe', 0, 'PCTVnet Asa', 'STRANDVEILEN 50 N-1324 LYSAKER NO', 'NO', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34185, '04fa83', 0, 'Qingdao Haier Tech Co, Ltd', 'Building A01,Haier Information Park, No.1 Haier Road, Qingdao Shandong 266101 CN', 'CN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34186, '84f883', 0, 'Luminar Tech', '12601 Research Pkwy Orlando FL 32828-7335 US', 'US', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34187, '0000dd', 0, 'Tcl Inc', '41829 ALBRAE STREET FREMONT CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34188, '0040a5', 0, 'Clinicomp Intl.', '4510 EXECCUTIVE DRIVE-STE.#200 SAN DIEGO CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34189, '8497b8', 0, 'Memjet Inc', '15920 Bernardo Center Drive San Diego CA 92127 US', 'US', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34190, '44b382', 0, 'Kuang-chi Institute of Advanced Tech', 'Software building, Gaoxingzhong 1st Road, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34191, '6050c1', 0, 'Kinetek Sports', '16885 Via Del Campo Ct. San Diego Ca 92127 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34192, '0050c248c', 0, 'Uniton AG', 'Pumpwerkstrasse 18 Regensdorf ZH 8105 CH', 'CH', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34193, '0050c2987', 0, 'Joinsoon Electronics Mfg. Co, Ltd', '19F., No. 79, Sec. 1, Sintai 5th Rd., Sijhih City Taipei County Taiwan 221 TW', 'TW', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34194, '0050c2920', 0, 'Rogue Engineering Inc', '3860 S. Jason St Englewood Colorado 80110 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34195, '00185f', 0, 'Tac Inc', '66 Nishiishigatsubocho Nishinanajyo Shimogyoku Kyoto 600-8896 JP', 'JP', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34196, '0022cf', 0, 'Planex Communications Inc', '2F F ・ NISSAY Ebisu Bldg3-16-3 Shibuya-ku Tokyo 150-0011 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34197, '646038', 0, 'Hirschmann Automation and Control GmbH', 'Stuttgarter Straße 45-51 Neckartenzlingen D-72654 DE', 'DE', 'MA-L', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34198, 'd4ad71', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34199, '00219e', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2008-10-25', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34200, '2c4835e', 0, 'Irootech Tech Co, Ltd', 'Room 606, Floor 6, Building 5, Eastern Yard 10, Xibeiwang East Road Beijing 100092 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34201, '844f03', 0, 'Ablelink Electronics Ltd', 'Flat 1602,16/F Kodak House 2 39 Healthy Street East, CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34202, '5c415a', 0, 'Amazon.com, Llc', '1200 12th Ave. South, Suite 1200 Seattle 98144 US', 'US', 'MA-L', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34203, '000720', 0, 'Trutzschler GmbH & Co KG', 'Duvenstraße 82-92 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34204, '0050c28df', 0, 'Dipl.-Ing. W. Nophut GmbH', 'Steigerwaldstrasse 11 Viereth/Trunstadt Bayern 96191 DE', 'DE', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34205, '4c0bbe', 0, 'Microsoft', '1 Microsoft Way Redmond Washington 98052 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34206, '000b1d', 0, 'LayerZero Power Systems, Inc', '3559 Townley Road Shaker Heights OH 44122-5156 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34207, '0050c2cb1', 0, 'ZK Celltest Inc', '256 Gibraltar Drive Sunnyvale CA 94089 US', 'US', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34208, '149d99', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34209, '70b3d5a45', 0, 'Viper Innovations Ltd', '45 Martingale Way Bristol BS20 7AW GB', 'GB', 'MA-S', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34210, '0050c2f7c', 0, 'Atonometrics, Inc', '8900 Shoal Creek Blvd Ste 116 Austin Texas 78757 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34211, '70b3d5f5e', 0, 'Selex ES Inc', '4221 Tudor Lane Greensboro NC 27410 US', 'US', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34212, '001eb0', 0, 'ImesD Electronica S.L.', 'd\'Entença 81 Barcelona 08015 ES', 'ES', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34213, '50f61a', 0, 'Kunshan Jade Tech Co, Ltd', '12th Floor, Southern Building, Pudong Software Park,828 Xueyuan Road, Bacheng Town Kunshan Jiangsu 215311 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34214, '0823b2', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34215, '00e0f6', 0, 'Decision Europe', '3, rue de Lattre de Tassigny 85170 SAINT DENIS LA CHEVASSE FR', 'FR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34216, '001e9a', 0, 'Hamilton Bonaduz AG', 'Via Crusch 8 Bonaduz Graubuenden 7402 CH', 'CH', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34217, '0050c2f33', 0, 'Applied Micro Electronics Ame bv', 'Esp 100 Eindhoven Noord Brabant 5633AA NL', 'NL', 'IAB', '2012-03-15', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34218, '70b3d590d', 0, 'Modtronix Engineering', 'Boden PL Castle Hill NSW 2154 AU', 'AU', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34219, '0050c27a2', 0, 'RaySat Israel Ltd', 'Bareket 1 Building, 1st Golan street Airport City Lod 70100 IL', 'IL', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34220, '00247e', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, LANE 351,SEC.1, TAIPING RD. nantou NANTOU 54261 TW', 'TW', 'MA-L', '2008-12-03', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34221, '00178c', 0, 'Independent Witness, Inc', '1515 West 2200 South Salt Lake City UT 84119 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34222, '3ccf5b', 0, 'Icomm HK Ltd', 'SUITES 2302-6, 23/F GREAT EAGLE CTR 23 HARBOUR RD WANCHAI NA HK', 'HK', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34223, '28ff3e', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34224, '08306b', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2017-03-26', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34225, '7cbc848', 0, 'Shenzhen Kuang-chi Space Tech Co, Ltd', 'No. 1 building, No. 2 Reservoir Road, Nan Keng community , Bantian street, Longgang District, Shenzhen shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-08-31', '2018-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34226, '00200e', 0, 'NSSLGlobal Tech AS', 'Martin Linges vei 25 Fornebu 1364 NO', 'NO', 'MA-L', '1980-01-01', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34227, '00e0d2', 0, 'Versanet Communications, Inc', '628 N. DIAMOND BAR BLVD. DIAMOND BAR CA 91765 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34228, '70b3d588f', 0, 'Quaesta Instruments, Llc', '1665 E 18th Street Tucson AZ 85719 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34229, '001a78', 0, 'ubtos', 'Rn.213, Woolim Lions Valley, #680 seoul Gasan-dong 153-803 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34230, '4860bc', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-05-07', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34231, '0017a2', 0, 'Camrivox Ltd', 'The Jeffreys Building Cambridge Cambridgeshire CB4 0WS GB', 'GB', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34232, '9c431eb', 0, 'Jnl Tech Inc', 'W1205 Industrial Dr Ixonia WI 53036 US', 'US', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34233, '70b3d5d2e', 0, 'Coheros Oy', 'Tammukkakatu 6 Nokia 37130 FI', 'FI', 'MA-S', '2018-06-27', '2020-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34234, '003015', 0, 'CP Clare Corp', '78 CHERRY HILL DRIVE BEVERLY MA 01915 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34235, '00a054', 1, 'Private', '', '', 'MA-L', '2001-10-24', '2002-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34236, '00edb8', 0, 'Kyocera Corp', '30 Hoji Kitami, Hokkaido 099-1595 JP', 'JP', 'MA-L', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34237, 'e04f43', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, Lane 351, Taiping Road, Sec.1,Tsao Tuen Nan-Tou Taiwan 54261 TW', 'TW', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34238, '48555c', 0, 'Wu Qi Tech, Inc', 'Xiantao street data on the 19th East Road Chongqing City Yubei District 401120 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34239, '90c682f', 1, 'Private', '', '', 'MA-M', '2015-02-16', '2015-02-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34240, '8c192d', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34241, '0050c235f', 0, 'F.Imm. S.r.L.', 'Viale delle Industrie 13/a ROVIGO RO 45100 IT', 'IT', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34242, '3cb792', 0, 'Hitachi Maxell, Ltd, Optronics Division', '5030 Totsuka-cho, Totsuka-ku Yokohama Kanagawa 244-0003 JP', 'JP', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34243, '001939', 0, 'Gigamips', '5th Floor, Yangjae Building, 261, Yangjae-Dong Seocho-Gu Seoul 137-130 KR', 'KR', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34244, 'a42b8c', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-09-21', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34245, '70b3d58f6', 0, 'Dofuntech Co, Ltd', 'RM306, Block E, RD Xinjunhuan,Pujiang Minghang Shanghai 201113 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34246, 'e447b3', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34247, '0050c2333', 0, 'Radix Corp', '4855 Wiley Post Way Salt Lake City Utah 84116 US', 'US', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34248, 'd479c3', 0, 'Cameronet GmbH & Co KG', 'Elberfelder Strasse 96 Remscheid NRW 42853 DE', 'DE', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34249, '00c0c4', 0, 'Computer Operational', 'REQUIREMENT ANALYSTS LTD GU12 4LZ GU12 4LZ ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34250, '000d08', 0, 'AboveCable, Inc', '8403 Colesville Road, #825 Silver Spring MD 20910 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34251, '4048fd9', 0, 'Plus One Global Ltd', '2-8-6,Nishishinbashi Minato-ku Tokyo 105-0003 JP', 'JP', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34252, '70b3d54ac', 0, 'Microsoft Research', '1 Microsoft Way Redmond WA 98052 US', 'US', 'MA-S', '2018-11-21', '2018-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34253, '0007c2', 0, 'Netsys Telecom', '4F, KyungNam B/D, 830-48, YeokSam-Dong Seoul 135-080 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34254, '748d08', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34255, '149f3c', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34256, '0080ad', 0, 'CNet Tech Inc', '2199 ZANKER ROAD SAN JOSE CA 95131 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34257, 'bc8aa3', 0, 'Nhn Entertainment', 'Play Museum, 629 Sampyeong-dong, Bundang-gu Seongnam-si, Gyeonggi-do 463-400 KR', 'KR', 'MA-L', '2016-05-18', '2016-05-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34258, '000c2e', 0, 'Openet information Tech(shenzhen) Co, Ltd', '2/F,A tower,international tech-innovatio shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34259, '70b3d545c', 0, 'AlyTech', '3 rue Condorcet Juvisy sur Orge 91260 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34260, 'f0ee58', 0, 'Pace Telematics GmbH', 'Haid-und-Neu-Str. 18 Karlsruhe 76131 DE', 'DE', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34261, '70b3d54c2', 0, 'hera Laborsysteme GmbH', 'Hermann-Rapp-Str. 40 Blaufelden 74572 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34262, '0050c260c', 0, 'Identic AB', 'Box 143 Vallentuna 18630 SE', 'SE', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34263, 'e08fec', 0, 'Repotec Co, Ltd', '3F, 258. CHUNG HO CITY, TAIPEI COUNTY 235 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34264, '0050c2085', 0, 'Crossport Systems', '10940 NE 33rd Place Bellevue WA 98005 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34265, '001fb7', 0, 'WiMate Tech Corp', '14A Building 2, Guimiao Garden, Nanguanglu, Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34266, '0050c276e', 0, 'Crinia Corp', 'PO Box 364 Cherrybrook NSW 2126 AU', 'AU', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34267, '6c5c3d4', 0, 'Hti Co, Ltd', 'Rm741, Kyungin Ctr., 20, Baekbeom-ro 577, Bupyung-Gu Incheon 21449 KR', 'KR', 'MA-M', '2018-07-25', '2018-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34268, '00803f', 0, 'Tatung Co', '22 CHUNGSHANG N. RD. 3RD SEC. TAIPEI TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34269, '0016a6', 0, 'Dovado FZ-Llc', 'Al-Thuraya Tower 1, office 504 Dubai AE', 'AE', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34270, '0025a7', 0, 'itron', '5390 Triangle Parkway Norcross GA 30092 US', 'US', 'MA-L', '2010-01-05', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34271, '0c57eb', 0, 'Mueller Systems', '48 Leona Drive, Suite C Middleboro MA 02346 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34272, '9802d8', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-01-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34273, 'f0f249', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34274, '0015a3', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-08-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34275, '0017f3', 0, 'Harris Corp', '1025 West NASA Blvd Melbourne FL 32919 US', 'US', 'MA-L', '2006-04-15', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34276, '001e2c', 0, 'CyVerse Corp', 'Shoutou Roukubankan Bldg. 4F Shibuya-ku Tokyo 150-0046 JP', 'JP', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34277, '582d34', 0, 'Qingping Electronics (Suzhou) Co, Ltd', 'Room 304, A3 Building, NO.88 Dongchang Road, Suzhou Industrial Park Suzhou Jiangsu Province 215028 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34278, '44d884', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-01-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34279, 'dcd916', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34280, '4c65a84', 0, 'Plus One Japan Ltd', '2-8-6,Nishishinbashi Minato-ku Tokyo 105-0003 JP', 'JP', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34281, '006069', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '1980-01-01', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34282, '008073', 0, 'Dwb Associates', '9360 SW GEMINI DRIVE BEAVERTON OR 97005-7151 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34283, '24e314', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34284, '74e14a4', 0, 'open joint stock Co Yug-Sistema plus', 'Krasnodar Krasnodar Region 350072 RU', 'RU', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34285, '144fd79', 0, 'Emerson Network Power (India) Pvt. Ltd', 'Plot No. G-1, Additional Ambernath Industrial Area, MIDC Phase-2, Bohonoli Ambernath, Maharashtra 421 506 IN', 'IN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34286, '70b3d548b', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2019-10-12', '2019-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34287, '000bc5', 0, 'Smc Networks, Inc', '38 Tesla Irvine CA 92618 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34288, 'e0e8e8', 0, 'Olive Telecommunication Pvt. Ltd', '862, Udyog Vihar Gurgaon Haryana 122016 IN', 'IN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34289, '0050c2370', 0, 'Europe Tech', '1681, Route des Dolines Valbonne 06560 FR', 'FR', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34290, '0050c27a6', 0, 'Asiana Idt', '5th Fl., B-Dong, Asiana Town Seoul 157-713 KR', 'KR', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34291, '70b3d55f8', 0, 'Forcite Helmet Systems Pty Ltd', '63 Dixon Street, Haymarket, Haymarket HQ Sydney NSW 2000 AU', 'AU', 'MA-S', '2019-06-11', '2019-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34292, '0050c2178', 0, 'Partner Voxstream A/S', 'Trekanten 17 Vojens D-6500 DK', 'DK', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34293, '000e6c', 0, 'Device Drivers Ltd', '1-5-1-103 Fuchu-shi Tokyo 1830005 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34294, '00ab48', 0, 'eero Inc', '660 3rd Street San Francisco CA 94107 US', 'US', 'MA-L', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34295, '001c0b', 0, 'SmartAnt Telecom', '2F, No. 669, Sec. 4, Chung Hsing Rd., Chutung Hsinchu 310 TW', 'TW', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34296, '70b3d5a70', 0, 'Gateview Tech', '104 White St #201 Wake Forest 27587 US', 'US', 'MA-S', '2019-05-02', '2019-05-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34297, '0050c27d8', 0, 'InnoScan K/S', 'Sødalsparken 11 Brabrand 8220 DK', 'DK', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34298, '6cd68a', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2010-01-05', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34299, 'b451f9', 0, 'NB Software', 'Eichhalde 3 Weissach i. T. Baden-Württemberg 71554 DE', 'DE', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34300, '1ca0d3c', 0, 'Lyt Inc', '440, North Wolfe Road Sunnyvale CA 94085 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34301, '88a9a75', 0, 'Volterman Inc', 'Suite B2, Sunset Lake Road Newark DE 19702 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34302, 'e4922a', 0, 'Dbg Holdings Ltd', 'UNIT D, 6/F., UNISON INDUSTRIAL CENTRE, 27-31 AUPUI WAN STREET, FOTAN, N.T. Hong Kong 999077 HK', 'HK', 'MA-L', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34303, '0090d4', 0, 'BindView Development Corp', '3355 WEST ALABAMA #1200 HOUSTON TX 77098 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34304, '0050c24f8', 0, 'Prodco International Inc', '4529 De Castille Montreal Quebec H1H1Y3 CA', 'CA', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34305, '00033e', 0, 'Tateyama System Laboratory Co, Ltd', '30 Shimonoban Oyama-cho 930-1305 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34306, '345bbb', 0, 'GD Midea Air-Conditioning Equipment Co, Ltd', 'Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong 528311 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34307, '0050c2306', 0, 'Noran Tel Communications Ltd', '3033 Saskatchewan Drive Regina Saskatchewan S4T 1H5 CA', 'CA', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34308, '001177', 0, 'Coaxial Networks, Inc', '4633 Old Ironsides Dr Santa Clara CA 95054 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34309, '001a27', 0, 'Ubistar', '8F, Seongo Building, 587-23 Seoul 135-747 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34310, '640e36', 0, 'Taztag', 'Cicea 1 Bruz 35170 FR', 'FR', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34311, '1c5fff', 0, 'Beijing Ereneben Information Tech Co, Ltd Shenzhen Branch', 'Room 14A, Building A, Honglong Central Plaza, No.3001,Heping Road, Luohu District, Shenzhen City Shenzhen Guangdong 518001 CN', 'CN', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34312, '70b3d5c73', 0, 'C.D.N.Corp', '1-18-22 Ohtsubo-higashi,Miyazaki-Ciy Miyazaki Miyazaki 880-0934 JP', 'JP', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34313, '000333', 0, 'Digitel Co, Ltd', '835-6, Yoksam-dong KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34314, '0050c8', 0, 'Addonics Tech, Inc', '1918 Junction Ave., San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34315, '74ff4c', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34316, '5c1cb9', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34317, '5041b9', 0, 'I-O Data Device, Inc', '3-10,Sakurada-machi Kanazawa Ishikawa 920-8512 JP', 'JP', 'MA-L', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34318, '6095cec', 0, 'Synamedia', 'Luipaardstraat 12 Kortrijk West-Vlaanderen 8500 BE', 'BE', 'MA-M', '2019-03-14', '2019-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34319, '509744', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2019-03-28', '2019-03-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34320, '9492d2', 0, 'Kcf Tech, Inc', '336 S Fraser Street State College PA 16801 US', 'US', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34321, '7c18cd', 0, 'E-Tron Co, Ltd', '66-11, Nonhyeon 2-dong, Gangnam-gu Seoul 06049 KR', 'KR', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34322, '44783e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34323, '4c8fa5', 0, 'Jastec', 'Jastec B/D 2F, 92-7 Kumgok-dong, Boondang-gu, 463-804 KR', 'KR', 'MA-L', '2013-01-09', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34324, '00218e', 0, 'Mekics Co, Ltd', 'Industrial Zone 861-10, Taegye-Dong Chunchon Kangwon 200-944 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34325, '78e400', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-03-14', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34326, '0050c28f6', 0, 'K-Mac Corp', '104-11, Munji-Dong Daejeon 305-380 KR', 'KR', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34327, 'b82a72', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2014-02-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34328, '84fedc', 0, 'Borqs Beijing Ltd', 'Tower A, Building B23, Universal Business Park, No.10 Jiuxianqiao Road Chaoyang District Beijing 100015 CN', 'CN', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34329, 'd8f1f0', 0, 'Pepxim International Ltd', 'A5, 5/F, HK Spinners Industrial Building, Phase 6 Cheung Sha Wan Hong Kong 0 HK', 'HK', 'MA-L', '2017-02-21', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34330, 'dce0eb', 0, 'Nanjing Aozheng Information Tech CoLtd', '#E1-453, Zidong Road #1,Qixia District Nanjing jiangsu 210000 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34331, '0050c233f', 0, 'Exys bvba', 'Populierenlaan 6 Tildonk 3150 BE', 'BE', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34332, '001e4f', 0, 'Dell Inc', 'One Dell Way, MS RR5-45 Round Rock 78682 US', 'US', 'MA-L', '2007-09-29', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34333, '000f0c', 0, 'Synchronic Engineering', '25 CAP DARNETAL DARNETAL FRANCE 76160 FR', 'FR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34334, '000f6d', 0, 'Midas Engineering', 'Ace Techno-Tower V #906 197-22 Seoul 152-848 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34335, '0050c22e0', 0, 'Baxter International Inc', 'One Baxter Parkway Deerfield IL 60015 US', 'US', 'IAB', '2004-02-13', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34336, 'f8c120', 0, 'Xi\'an Link-Science Tech Co, Ltd', '1/F,Block F,Building zhichao Weilai,No.999,10#Caotan Road,Xi\'an xi\'an 710016 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34337, '006038', 0, 'Nortel Networks', 'Global Operations Engineering Brampton ON l6T 5P6 Cana CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34338, '00dd0f', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34339, 'f46d04', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou, Taipei 112 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34340, '1ce165', 0, 'Marshal Corp', 'Field Three Sotokanda Bldg. 5-3-6, Sotokanda, Chiyodaku Tokyo 101-0021 JP', 'JP', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34341, '40d8550f3', 0, 'Econ Systems Inc', '5414 Lamco Street Montgomery Alabama 36117 US', 'US', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34342, 'e820e2', 0, 'Humax Co, Ltd', 'HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR', 'KR', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34343, '8c1cda7', 0, 'K Tech Corp', 'LIVMO Rising Bldg. 5F, 3-19-1 Shin-Yokohama, Kohoku-ku, Yokohama, Kanagawa 222-0033 JP', 'JP', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34344, '00c0fa', 0, 'Canary Communications, Inc', '1851 ZANKER ROAD SAN JOSE CA 95112-4213 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34345, '10005a', 0, 'Ibm Corp', '3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34346, '0050c29fd', 0, 'Bitt Tech-A Ltd', 'Wiener Strasse 70 Spillern Lower Austria 2104 AT', 'AT', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34347, 'a8c222', 0, 'TM-Research Inc', 'Hiyoshi Honcho 1-15-4 Yokohama Kanagawa 223-0062 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34348, 'e03e4a', 0, 'Cavanagh Group International', '9180 Four Mile Creek Rd. Gainesville GA 30506 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34349, '003099', 0, 'Boenig Und Kallenbach Ohg', 'AM SPOERKEL 100 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34350, '000604', 0, '@Track Communications, Inc', '1155 Kas Dr. Richardson TX 75081 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34351, '002330', 0, 'Dizipia, Inc', '15th Floor, East Wing, IT Venture Tower Seoul 138160 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34352, '0050c2ba4', 0, 'Custos Mobile S.L.', 'SOCIEDAD DE CONDUENOS 21 ALCALA DE HENARES MADRID 28804 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34353, '38f554', 0, 'Hisense Electric Co, Ltd', 'No. 218, Qianwangang Rd Qingdao Shandong 266555 CN', 'CN', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34354, '8c0ffa', 0, 'Hutec Co, Ltd', '46, Gunpocheomdansaneop 2-ro Gunpo-si Gyeonggi-do 15880 KR', 'KR', 'MA-L', '2019-05-10', '2019-05-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34355, '000e13', 0, 'Accu-Sort Systems Inc', '511 School House Road Telford PA 18969 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34356, '001a42', 0, 'Techcity Tech Co, Ltd', '4F, No. 4, Alley 1, Szu Wei Lane, Chung Cheng Rd., Hsin Tein City Taipei Hsien 231 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34357, '0022d3', 0, 'Hub-Tech', '77, Imae-dong Seongnam-si Gyeonggi-do 463-829 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34358, '0050c2f52', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2012-03-15', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34359, '70b3d5659', 0, 'E2g srl', 'Via Polveriera, 6 Novate Milanese Milano 20026 IT', 'IT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34360, '14e7c8', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34361, '70b3d5a8b', 0, 'Giant Power Tech Biomedical Corp', 'Rm201, 2nd Educational Building, No. 84, Gongzhuan Rd, Taishan Dist New Taipei City 24301 TW', 'TW', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34362, 'd4f057', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34363, '008089', 0, 'Tecnetics (Pty) Ltd', 'P.O. BOX/POSBUS 56412 SOUTH AFRICA ZA', 'ZA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34364, '001fc8', 0, 'Up-Today Industrial Co, Ltd', '7/F., Unify Commercial & Industrial Building Kowloon HK', 'HK', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34365, 'c09bf40', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2020-02-13', '2020-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34366, 'e4f004', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34367, '00e0ef', 0, 'Dionex', 'PO BOX 3603 SUNNYVALE CA 94088-3603 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34368, '7c3866', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34369, '9ce6e7', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34370, '00738d', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F.,H-3 Building,OCT Eastern lndustrial Park. NO.1 XiangShan East Road. GuangDong 518053 US', 'US', 'MA-L', '2013-09-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34371, '70b3d50e1', 0, 'MiWave Consulting, Llc', '1117 Paine Court Raleigh NC 27609 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34372, '0050c22ba', 0, 'Norco Industrial Tech Inc', 'UNIT 211-739 BIRCHMOUNT ROAD TORONTO ON M1K 1R6 CA', 'CA', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34373, '28f606', 0, 'Syes srl', 'Via Zanella 21 Lissone (MB) Monza Brianza 20851 IT', 'IT', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34374, '0008eb', 0, 'ROMWin Co, Ltd', '406 OmiyaOhtaka Bldg. 1-103 Saitama 330-0843 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34375, '00187e', 0, 'Rgb Spectrum', '950 Marina Village Pkwy Alameda CA 94501 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34376, '0050c2cd0', 0, 'Mme Mueller Mikroelektronik', 'Hauptstr. 8 Berlin 10827 DE', 'DE', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34377, '40d8551b1', 0, 'Logos 01 S.r.l.', 'Via Parini, 8 Porto Mantovano MN 46047 IT', 'IT', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34378, '70b3d5cce', 0, 'Proconex 2010 Inc', '16753 Hymus Blvd. Kirkland Quebec H9H 3L4 CA', 'CA', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34379, '74f61c', 0, 'Htc Corp', 'No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW', 'TW', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34380, '003004', 0, 'Leadtek Research Inc', '18F, No.166, Chien-Yi Road Hsien TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34381, '00076c', 0, 'Daehanet, Inc', '#8-2 Chung Jung Rd 2- Ga Seoul 120-012 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34382, 'b00875', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34383, '4c710c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-08-02', '2019-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34384, '60d89c', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34385, '2cb21a', 0, 'Phicomm (Shanghai) Co, Ltd', '3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34386, '30d659', 0, 'Merging Tech SA', 'Le Verney 4 Puidoux Outside the U.S or Canada 1070 CH', 'CH', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34387, 'e0c0d1', 0, 'CK Telecom (Shenzhen) Ltd', 'Floor 9th, Building 4C,Software Industry Base, Xuefu Road, Hi-Tech Park, Nanshan Dist. Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34388, '0006b7', 0, 'Telem GmbH', 'Lise-Meitner-Allee 31 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34389, '0006d1', 0, 'Tahoe Networks, Inc', '3052 Orchard Drive San Jose CA 95134 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34390, '0050c2236', 0, 'JLCooper Electronics', '142 Arena St El Segundo CA 90245 US', 'US', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34391, '00160e', 0, 'Optica Tech Inc', '2051 Dogwood Street Louisville CO 80027 US', 'US', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34392, 'c8a729', 0, 'SYStronics Co, Ltd', '#301-1404, Buchun Techno-Park II Buchun City Kyung gi-do 421-741 KR', 'KR', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34393, '54666c', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34394, '1cf29a', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34395, '906d05', 0, 'Bxb Electronics Co, Ltd', '6F.-1, NO.288-5, Xinya Rd., Qianzhen Dist. Kaohsiung 80673 TW', 'TW', 'MA-L', '2018-12-05', '2018-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34396, '00c0e3', 0, 'Ositech Communications, Inc', '679 SOUTHGATE DRIVE CANADA N1G 4S2 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34397, '000c7f', 0, 'synertronixx GmbH', 'Lange Laube 22 Hannover Niedersachsen 30159 DE', 'DE', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34398, '002097', 0, 'Applied Signal Tech', '160 SOBRANTE WAY SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34399, '70b3d50f8', 0, 'Special Services Group, Llc', 'PO Box 825 Denair CA 95316 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34400, '70b3d50bd', 0, 'Andium', '609 E 11th Street, 2B New York NY 10009 US', 'US', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34401, 'baf21c', 0, 'Iso/TC 22/SC 31', 'Behrenstr. 35 Berlin Berlin 10117 DE', 'DE', 'CID', '2018-12-18', '2018-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34402, '0014be', 0, 'Wink communication Tech CoLtd', 'Huijiang Ind Blding Dashi Town Guang zhou Guang dong 511430 CN', 'CN', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34403, '001b3e', 0, 'Curtis, Inc', '2405 Annapolis Lane Minneapolis MN 55441 US', 'US', 'MA-L', '2007-01-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34404, '2818fd', 0, 'Aditya Infotech Ltd', 'Khemka Square, A-12, Sector-4, Noida Uttar Pradesh 201301 IN', 'IN', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34405, '581d91', 0, 'Advanced Mobile Telecom Co, Ltd', '#608, Yatap Leaders Bldg. 342-1 Seongnam-si Gyeonggi-do 463-828 KR', 'KR', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34406, '18fa6f', 0, 'Isc applied systems Corp', '295 Labrosse Pointe-claire QC H9R-1A3 CA', 'CA', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34407, 'f85c45', 0, 'IC Nexus Co Ltd', '6F-1, No.3-2 Park Street Taipei 115 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34408, '68f956', 0, 'Objetivos y Servicio de Valor Añadido', 'c/Monte Esquinza, 28 1ºD MADRID MADRID 28010 ES', 'ES', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34409, '3c4cd0', 0, 'Ceragon Networks', '24 RAUEL WALLENBERG STREET TEL-AVIV 96719 IL', 'IL', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34410, '001b31', 0, 'Neural Image. Co Ltd', 'A307, CASI, Osaka Univ. Suita city Osaka 565-0871 JP', 'JP', 'MA-L', '2007-01-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34411, 'dc2e6a', 0, 'Hct. Co, Ltd', '105-1, Jangam-ri, Majang-myen Icheon-si Gyeonggi-do 467-811 KR', 'KR', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34412, 'f4e11e', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34413, '70b3d5ab9', 0, 'Dynamic Controls', '17 Print Place Christchurch Canterbury 8024 NZ', 'NZ', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34414, 'a043db', 0, 'Sitael S.p.A.', 'Via San Sabino, 21 Mola di Bari BA 70042 IT', 'IT', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34415, '0c73ebb', 0, 'Synaccess Networks', '14425 N 79th St., Suite C Scottsdale AZ 85260 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34416, '000601', 0, 'Otanikeiki Co, Ltd', '2-10-23 Hikari-Machi 732-0052 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34417, '001cc0', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34418, '0013c9', 0, 'Beyond Achieve Enterprises Ltd', 'XIN LIAN HI-TECH INDUSTRIAL AREA, HU-MEN DONGGUAN GUANG DONG CN', 'CN', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34419, '0023a9', 0, 'Beijing Detianquan Electromechanical Equipment Co, Ltd', 'No. 2 Chapeng Road, Haidian District, Beijing 100091 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34420, 'ac6123', 0, 'Drivven, Inc', '12001 Network Boulevard San Antonio TX 78249 US', 'US', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34421, '240a11', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2014-01-12', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34422, '000039', 0, 'Toshiba Corp', 'COMPUTER DIVISION TOKYO 105 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34423, '000a3e', 0, 'Eads Telecom', 'Landshuter Strasse 26 Munich Bavaria 85716 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34424, '0050c2815', 0, 'microC Design Srl', 'Str. Laptari Tei, Nr. 1 Bucuresti 023626 RO', 'RO', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34425, '002647', 0, 'Wfe Tech Corp', '17F NO.238,Chin-Hua N Rd, Taichung 404 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34426, '002696', 0, 'Noolix Co, Ltd', 'DAECHANG B/D 3F, 8-2 SUNAE-DONG SUNGNAM-SI KYUNGGI-DO 463-825 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34427, '6c8cdb', 0, 'Otus Tech Ltd', '26 Braid Road Edinburgh Morningside EH10 6AD GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34428, 'b0c4e7', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34429, '2827bf', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34430, '004049', 0, 'Roche Diagnostics International Ltd', 'FORRENSTRASSE ROTKREUZ ZG 6343 CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34431, '000a03', 0, 'Endesa Servicios, S.L.', 'AVGDA PARAL.LEL, 51 BARCELONA 08004 ES', 'ES', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34432, '48f7c0', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2015-11-15', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34433, '20934d', 0, 'Fujian Star-Net Communication Co, Ltd', '19-22# Building,,Star-net Science Plaza Fuzhou Fujian 350002 CN', 'CN', 'MA-L', '2014-05-27', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34434, '70b3d59df', 0, 'Dobe Computing', 'Dong-Bu 61 Song-Dam Univ. Chang-Ui 203 Yong-In 17145 KR', 'KR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34435, '0050c212b', 0, 'Dong A Eltek Co, Ltd', '7704 Dongil Techno Town #7, 823 Kyungki-Do, 431-062 KR', 'KR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34436, '002589', 0, 'Hills Industries Ltd', '5 Cambria Road Melbourne VIC 3173 AU', 'AU', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34437, '002168', 0, 'iVeia, Llc', '51 Franklin Street Annapolis MD 21401 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34438, '002303', 0, 'Lite-ON IT Corp', '14F, No. 392, Ruey Kuang Road, Neihu Taipei City 114 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34439, 'f87588', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34440, 'a83fa1b', 0, 'Exel s.r.l. unipersonale', 'via di corticella 201 bologna BO 40128 IT', 'IT', 'MA-M', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34441, 'b8f653', 0, 'Shenzhen Jingxun Software Telecommunication Tech Co, Ltd', '3/F,A5 Building Zhiyuan Community No.1001,Xueyuan Road Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2019-05-17', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34442, '00d056', 0, 'Somat Corp', '702 KILLARNEY STREET URBANA IL 61801 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34443, '00077e', 0, 'Elrest GmbH', 'Leibnizstraße 10 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34444, '4ce5ae', 0, 'Tianjin Beebox Intelligent Tech Co, Ltd', 'Room 103,NO.1 of the 2nd Street Tianjin Pilot Free Trade Zone Airport EconomicArea Airport International Logistics Zone, Tianjin 300300 CN', 'CN', 'MA-L', '2018-08-24', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34445, 'aca46e', 0, 'Shenzhen Gongjin Electronics Co, LT', 'SONGGANG SHENZHEN GUANGDONG 518105 CN', 'CN', 'MA-L', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34446, '000052', 0, 'Intrusion.com, Inc', '1101 E. ARAPAHO ROAD RICHARDSON TX 75081', '', 'MA-L', '1980-01-01', '2000-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34447, '04fe8d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34448, 'a4ef52', 0, 'Telewave Co, Ltd', 'A-203, SK Twintech Tower Seoul 153-773 KR', 'KR', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34449, '70b3d595e', 0, 'Blocksi Llc', '228 Hamilton avenue 3rd floor Palo Alto 94301 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34450, '6c5c3d0', 0, 'ShenZhen Hugsun Tech Co, Ltd', '413~415 Room, 4/F, No.6 Bldg., TongFuYu Industrial Park, Dalang Street, 518109, Longhua New District, ShengZhen GuangDong 518109 CN', 'CN', 'MA-M', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34451, '00604e', 0, 'Cycle Computer Corp, Inc', '20245 STEVENS CREEK BLVD. CUPERTINO CA 95014 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34452, '00e0a9', 0, 'Funai Electric Co, Ltd', '7-1, NAKAGAITO 7-CHOME, DAITO OSAKA 574 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34453, '0050c2def', 0, 'Powersense A/S', 'Skovlytoften 33 Holte Sealand 2840 DK', 'DK', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34454, '70b3d5a97', 0, 'Bizwerks, Llc', '1201 East 15th Street Plano TX 75074 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34455, 'b0a2e7', 0, 'Shenzhen Tinno Mobile Tech Corp', '4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34456, '0013ca', 0, 'Pico Digital', '6260 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34457, 'b4eed4', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-08-15', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34458, '70b3d5d0c', 0, 'Connor Winfield Ltd', 'Bay 143 Shannon Ind Est Shannon Clare 0000 IE', 'IE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34459, '54a9d4', 0, 'Minibar Systems', '7340 Westmore Road Rockville MD 20850 US', 'US', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34460, '500b91d', 0, 'Shenzhen Lucky Sonics Co .,Ltd', '201A, BLOCK 10 ROW 1, SHANGTUN VILLAGE HESHUIKOU COMMUNITY,GO NGMING STREET, GUANGMING DISTRICT SHENZHEN GUANGDONG 518107 CN', 'CN', 'MA-M', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34461, '70b3d5fa0', 0, 'Tiama', 'ZA des Plattes - 1 Chemin des Plattes VOURLES 69390 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34462, '4c65a81', 0, 'Beijing Bluehalo Internet Inc', '901B,Building A of Power Creative,NO.1 Shangdi East Road,Haidian District, Beijing 100085 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34463, 'ac9085', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34464, '000cf1', 0, 'Intel Corp', 'MS: JF3-420 Hillsboro OR 97124 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34465, '0050c22cf', 0, 'Diseño de Sistemas en Silicio S.A.', 'Charles Robert Darwin, 2 Paterna Valencia 46980 ES', 'ES', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34466, '000f54', 0, 'Entrelogic Corp', '33 Boston Post Rd. West. Marlborough MA 01752 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34467, '0026a4', 0, 'Novus Produtos Eletronicos Ltda', 'Rua Alvaro Chaves, 155 Porto Alegre RS 90220-040 BR', 'BR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34468, '80c5e6', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34469, '70b3d5628', 0, 'Mect S.R.L.', 'VIA E. FERMI 57/59 ALPIGNANO TORINO 10093 IT', 'IT', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34470, '8c1cda8', 0, 'Atol Llc', 'Bolshaya Novodmitrovskaya str., 14, build 4 Moscow 127015 RU', 'RU', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34471, 'a019b2a', 0, 'Adomi', '777 Mariners Island Blvd. Suite 150 San Mateo CA 94404 US', 'US', 'MA-M', '2018-03-18', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34472, '00e0bd', 0, 'Interface Systems, Inc', '5855 INTERFACE DRIVE ANN ARBOR MI 48103-9515 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34473, '000077', 0, 'Interphase Corp', '13800 SENLAC DALLAS TX 75234 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34474, '0050c2981', 0, 'Novotronik GmbH', 'Baeumenheimer Strasse 3 Mertingen Bavaria 86690 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34475, '0050c2b84', 0, 'Innovate Software Solutions Pvt Ltd', '#333 ,18th G Main Road,6th Block Bangalore Karnataka 560095 IN', 'IN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34476, '78d5b5', 0, 'Navielektro KY', 'HALLIMESTARINKATU 11 KAARINA FIN-20780 FI', 'FI', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34477, '5c1a6f', 0, 'Cambridge Industries(Group) Co, Ltd', '5/F,Building 8, 2388 ChenHang Road, MinHang District shanghai 201114 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34478, 'a0f479', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34479, '602e20', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34480, '0050c232e', 0, 'Manusa-Gest, S.L.', 'Avinguda Via Augusta, 71-73 Sant Cugat del Valles Barcelona 08174 ES', 'ES', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34481, '00188b', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2006-06-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34482, '70b3d53aa', 0, 'Rcatsone', '5925 Airport Road - Suite 905 Mississauga Ontario L4V 1W1 CA', 'CA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34483, '00a289', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-05-19', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34484, '244e7ba', 0, 'Shenzhen Awt science & Tech Ltd', '22E of Huari Building,Nanhua Garden,South Of Huaqiang Road,Futian Area Shenzhen 518057 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34485, 'dceb69', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34486, '00165c', 0, 'Trackflow Ltd', '167-169 Kensington High Street London England W86SH GB', 'GB', 'MA-L', '2005-11-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34487, '3cbbfd', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34488, '000219', 0, 'Paralon Tech', '700 Fifth Ave, Suite 6101 Seattle WA 98104 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34489, 'bc0963', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34490, '0050c2b95', 0, 'Rx Monitoring Services', '22A Eastman Ave Bedford NH 03110 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34491, '600194', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2015-11-15', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34492, 'd446e1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34493, '00e031', 0, 'Hagiwara Electric Co, Ltd', '7, SHIMOKOFUKADA, ASADA-CHO NISSHIN-SHI, AICHI 470-01 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34494, '0022da', 0, 'Anatek, Llc', '3219 East Camelback Road Phoenix AZ 85018 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34495, '6cdffb2', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-M', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34496, '00c0b4', 0, 'Myson Tech, Inc', '2F, NO. 3, INDUSTRY E. RD.IV TAIWAN TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34497, '001bb2', 0, 'Intellect International NV', 'Kleine Kloosterstraat 23 Zaventem Vlaamse brabant 1932 BE', 'BE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34498, '0050c2f0d', 0, 'Bluetest AB', 'Gotaverksgatan 1 Gothenburg SE-41755 SE', 'SE', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34499, '70b3d596f', 0, '4cam GmbH', 'Hauptstrasse 18 Reimlingen Bayern 86756 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34500, '88123d', 0, 'Suzhou Aquila Solutions Inc', 'Room 201, Building 3, 18 Dongchang Road, Suzhou Industry Park, Suzhou, PRC. Zip Code: 215000 Suzhou 215000 CN', 'CN', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34501, '5cac4c', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2010-04-27', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34502, '5ccead', 0, 'Cdyne Corp', '505 Independence Pkwy Ste 300 Chesapeake VA 23320 US', 'US', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34503, '0050c282c', 0, 'Vitelnet', '8701 Greensboro Dr. McLean VA 22102 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34504, '14a9e3', 0, 'Mst Corp', '4th Floor Lawford House London England N3 1 RL GB', 'GB', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34505, '70886b4', 0, 'Hori Co, Ltd', '640, Saedo-cho Yokohama-city Kanagawa 224-0054 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34506, '74bbd3', 0, 'Shenzhen xeme Communication Co, Ltd', '303,Block D,Huayuan technology innovation park,Bao Yuen road,Xixiang street,Baoan District Shenzhen Guangdong 518102 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34507, '0000e2', 0, 'Acer Tech Corp', '401 CHARCOT AVE. SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34508, '00073f', 0, 'Woojyun Systec Co, Ltd', '4F Han Yang B/D, Yoido-dong Seoul 150-010 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34509, '00243e', 1, 'Private', '', '', 'MA-L', '2008-11-09', '2008-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34510, '4844f7', 0, 'Samsung Electronics Co, Ltd', '416, Maetan-3dong, Yeongtong-gu Suwon Gyeonggi-do 443742 KR', 'KR', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34511, '40d855171', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34512, 'c0ee40', 0, 'Laird Tech', '50 South Main St Akron Ohio 44308 US', 'US', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34513, '3c427e9', 0, 'Taitex Corp', '1-7-12,WAKATAKE ICHINOMIYA-SHI AICHI-KEN 491-0832 JP', 'JP', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34514, '0050c20b7', 0, 'Rymic', '102-A Wynn Drive Huntsville AL 35805 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34515, '001d7e', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34516, '6c33a9', 0, 'Magicjack LP', '5700 Georgia Avenue West Palm Beach FL 33405 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34517, 'ac7289', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34518, 'e4fa1d', 0, 'Pad Peripheral Advanced Design Inc', '1400 Hocquart Saint-Bruno QC J3V 6E1 CA', 'CA', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34519, '88908d', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34520, '70b3d5268', 0, 'Cardinal Scale Mfg Co', '203 E. Daugherty Webb City MO 64870 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34521, '009072', 0, 'Simrad AS', 'P.O. BOX 111 3191 HORTEN NO', 'NO', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34522, '0050c22c9', 0, 'Roseman Engineering Ltd', '65 Weizman St. Givataim 53468 IL', 'IL', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34523, '783f15', 0, 'EasySYNC Ltd', 'Unit 1, 2 Seaward Place Glasgow Scotland G41 1HH GB', 'GB', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34524, '8cf9c9', 0, 'Mesada Tech Co, Ltd', 'TongFng Information Harbor,No.11 LangShan Road,HI-tech Park,Nanshan District, Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34525, '70b3d56ed', 0, 'Wiingtech International Co Ltd', '2F., No. 51, LN. 174, Chungshiao Rd. New Taipei City Taiwan 220 TW', 'TW', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34526, '0050c28da', 0, 'Docutemp, Inc', '19 CROSBY DRIVE BEDFORD MA 01730 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34527, '945b7e', 0, 'Trilobit Ltda.', 'R. ALVARENGA 1377 São Paulo 05509002 BR', 'BR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34528, '8c8e76', 0, 'taskit GmbH', 'Groß-Berliner Damm 37 Berlin 12487 DE', 'DE', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34529, '70b3d557a', 0, 'Rhythm Engineering, Llc', '11228 Thompson Ave. Lenexa KS 66219 US', 'US', 'MA-S', '2018-09-07', '2018-09-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34530, '8c83df', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2020-01-17', '2020-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34531, '0060e3', 0, 'Arbin Instruments', '3206 LONGMIRE DRIVE COLLEGE STATION TX 77845 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34532, '0001dc', 0, 'Activetelco', '43222 Christy Street Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34533, '70b3d5f94', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2019-06-05', '2019-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34534, 'c09bf41', 0, 'Connected Space Management', '62 boulevard Diderot Paris 75012 FR', 'FR', 'MA-M', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34535, '001aa8', 0, 'Mamiya Digital Imaging Co, Ltd', '2-2, 1-chome, Koraku Bunkyo-ku Tokyo 112-0004 JP', 'JP', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34536, '0050c2e97', 0, 'Arista Systems Corp', '5th Floor,No.82-8,GuangFu Road,Sec. 1 San Chung Taipei 241 TW', 'TW', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34537, '000e06', 0, 'Team Simoco Ltd', 'Field House Derby Derbyshire DE1 1NH GB', 'GB', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34538, '000e71', 0, 'Gemstar Tech Development Ltd', 'Unit 201, Stulex house, 698 prince edward road east, san po kong, Kolwoon Hong Kong 852 HK', 'HK', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34539, '0050c28cc', 0, 'LyconSys GmbH & CoKG', 'Schleusenstr. 9 Frankfurt am Main Hesse 60327 DE', 'DE', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34540, '843611', 0, 'hyungseul publishing networks', '526-4, paju bookcity, munbal-li, gyoha-eup paju-si Gyeonggi-do 413-832 KR', 'KR', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34541, 'd07650d', 0, 'tecnotron elekronik GmbH', 'Wildberg 64 Weissensberg Bavaria 88138 DE', 'DE', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34542, '301b97', 0, 'Lierda Science & Tech Group Co, Ltd', 'Lierda Science Park?No.1326 WenyiWestRoad Hangzhou ZheJiang 311121 CN', 'CN', 'MA-L', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34543, '00c069', 0, 'Axxcelera Broadband Wireless', '111 Castilian Drive Santa Barbara CA 93117 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34544, '000aad', 0, 'Stargames Corp', '13 Sheridan Close Milperra NSW 2031 AU', 'AU', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34545, 'b87bc5', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34546, '70b3d5544', 0, 'Silicon Safe Ltd', 'St John\'s Innovation centre, Crowley road Cambridge Cambridgeshire Cb4 ows GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34547, 'a85af3', 0, 'Shanghai Siflower Communication Tech Co, Ltd', 'Rm. 408, No. 84, Lane 887. Zhangjiang Hi-Tech Park. Zuchongzhi Rd. Shanghai, China Shanghai Shanghai 201210 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34548, '000031', 0, 'Qpsx Communications, Ltd', '33 RICHARDSON STREET Western 00000 AU', 'AU', 'MA-L', '1980-01-01', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34549, '0050c2f89', 0, 'Csa Engineering AG', 'Hans Huber-Strasse 38 Solothurn SO 4500 CH', 'CH', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34550, '0050c211a', 0, 'Teamaxess Ticketing GmbH', 'Gewerbepark Habach1 A-5321 Koppl AT', 'AT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34551, '0001cf', 0, 'Alpha Data Parallel Systems, Ltd', '58 Timber Bush UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34552, '000964', 0, 'Hi-Techniques, Inc', '2515 Frazier Ave. Madison WI 53713-1505 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34553, '002375', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-10-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34554, 'e039d7', 0, 'Plexxi, Inc', '100 Innovative Way Suite 3322 Nashua NH 03062 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34555, '84002d', 0, 'Pegatron Corp', 'No. 76, Ligong St., Beitou, Taipei 112 TW', 'TW', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34556, 'ec7097', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34557, '046b25', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'NO.198 FIRST SECTION,SNOW MOUNTAIN AVENUE, JINYUAN TOWN, DAYI COUNTY, CHENGDU SICHUAN 611330 CN', 'CN', 'MA-L', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34558, '000af3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34559, '001f1e', 0, 'Astec Tech Co, Ltd', '12F, No.2, Jian Ba Rd. Chung Ho Taipei Hsien 235 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34560, '0cf0b4', 0, 'Globalsat International Tech Ltd', '17th floor,China Youse Building,No.6013 Shennan Avenue,Futian District, Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34561, '0050c2dcc', 0, 'Instrumentel Ltd', 'Leeds Innovation center Leeds West Yorkshire LS2 9DF GB', 'GB', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34562, '586d8f', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34563, '3c3300', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO 268,Fuqian Rd,Jutang Community,Guanlan town , LongHua new district Shenzhen Guangdong 518110 CN', 'CN', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34564, '205869', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-01-11', '2019-01-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34565, '00505c', 0, 'Tundo Corp', '7 GIBOREI ISRAEL STREET IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34566, '0050c2302', 0, 'EuroDesign embedded Tech GmbH', 'Waldstraße 4A Kirchdorf a.d. Amper Bayern 85414 DE', 'DE', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34567, '20858c', 0, 'Assa', 'Gurogu Guro3dong Ace Twintower 2cha 209 Seoul 152-779 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34568, '184f32', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-04-04', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34569, 'ac1f6b', 0, 'Super Micro Computer, Inc', '980 Rock Ave San Jose CA 95131 US', 'US', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34570, 'f860f0', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34571, '009018', 0, 'Ito Electric Industry Co, Ltd', '4-26-12 MEIEKI NAKAMURA-KU NAGOYA-CITY AICHI 450-0002 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34572, 'ecc38a', 0, 'Accuenergy (Canada) Inc', '2 Lansing Square, Suite 503 Toronto Ontario M2J 4P8 CA', 'CA', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34573, '44d244', 0, 'Seiko Epson Corp', '80 Harashinden Shiojiri-shi Nagano-ken 399-0785 JP', 'JP', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34574, 'a411633', 0, 'Pax', '4 cresswell gardens london England sw5 0bj GB', 'GB', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34575, '2c4053', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34576, '0030b0', 0, 'Convergenet Tech', '2222 Trade Zone Boulevard San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34577, '0050c21c5', 0, 'Flander Oy', 'Satakunnankatu 18B Tampere 33 210 FI', 'FI', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34578, 'a43412', 0, 'Thales Alenia Space', '26 av JF Champollion Toulouse 31037 FR', 'FR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34579, '9cc950', 0, 'Baumer Holding', 'Hummelstrasse 17 Frauenfeld Thurgau 8501 CH', 'CH', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34580, '00008b', 0, 'Infotron', '9 NORTH OLNEY CHERRY HILL NJ 08003 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34581, 'a0c6ec', 0, 'ShenZhen Anyk Tech Co, Ltd', '5F,12B,ZhongXing Industrial Zone, Venture Road ShenZhen GuangDong 518054 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34582, '301966', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34583, 'b805ab', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34584, '08aed6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34585, '00c041', 0, 'Digital Transmission Systems', '4830 RIVER GREEN PARKWAY DULUTH GA 30136 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34586, 'dccf94', 0, 'Beijing Rongcheng Hutong Tech Co, Ltd', 'Room 401A,Building No.4,Yard No.5, Beijing 100024 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34587, '001bc50b8', 1, 'Private', '', '', 'MA-S', '2014-04-14', '2014-04-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34588, '5c8fe0', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-07-13', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34589, '38b8eb3', 0, 'Aina Wireless Inc', 'Hub Salo, Tehdaskatu 6 Salo 24100 FI', 'FI', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34590, '283638a', 0, 'Bluekey Pty Ltd', '6/28 Newheath Dr Arundel Queensland 4214 AU', 'AU', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34591, 'e81da8', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34592, '70b3d567d', 0, 'Acrodea, Inc', '3F, Daisan Yamada Bldg., 22 Aizumi-cho Shinjuku-ku Tokyo 1600005 JP', 'JP', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34593, '001c4f', 0, 'Macab AB', 'Vannhögsgatan 7 Trelleborg 23166 SE', 'SE', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34594, '40d855129', 0, 'Dsp Design', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34595, '747e1a', 0, 'Red Embedded Design Ltd', 'The Wave Shipley West Yorkshire BD17 7Du GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34596, '70b3d5231', 0, 'Delta Tau Data Systems, Inc', '21314 LASSEN STREET CHATSWORTH CALIFORNIA 91311 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34597, '0006d4', 0, 'Interactive Objects, Inc', '12600 SE 38th St. Bellevue WA 98006 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34598, '0050c28c6', 0, 'Gradual Tecnologia Ltda.', 'Rua Attilio Giaretta, 110 Itatiba SP 13257-584 BR', 'BR', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34599, '703d15', 0, 'Hangzhou H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN', 'CN', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34600, '3ce824', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34601, '70b3d53ba', 0, 'Silex Inside', 'rue du bosquet 7 LouvainlaNeuve Brabant 1348 BE', 'BE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34602, '80e455', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-08-20', '2019-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34603, '001db1', 0, 'Crescendo Networks', '6 Yoni Netanyahu St. Or-Yehuda 60376 IL', 'IL', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34604, '94319b', 0, 'Alphatronics BV', 'Watergoorweg 71 NIJKERK Gld 3861 MA NL', 'NL', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34605, '0ce0dc', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34606, 'ac5d5c', 0, 'FN-Link Tech Ltd', 'A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao\'an District SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-L', '2019-04-01', '2019-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34607, '001748', 0, 'Neokoros Brasil Ltda', 'Rua 86, numero 501, Setor Sul Goiania Goias 74083-330 BR', 'BR', 'MA-L', '2006-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34608, '70b3d5a1d', 0, 'Fluid Components International', '1755 La Costa Meadows Drive San Marcos CA 92078 US', 'US', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34609, '0050c2e3b', 0, 'Nanosolution Inc', 'Room 110, Woolim Lions Valley Seongnam-si Gyeonggi-do 462-806 KR', 'KR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34610, '0020fe', 0, 'Topware Inc / Grand Computer', 'CORPORATION TAIPEI R.O.C. TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34611, '00a0ef', 0, 'Lucidata Ltd', 'LUCIDATA HOUSE GREAT SHELFORD CAMBBRIDGE CB2 5HA GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34612, '70b3d5a27', 0, 'Hdl da Amazônia Industria Eletrônica Ltda', 'Avenida Abiurana, 1150 - Distrito Manaus MN 69075-010 BR', 'BR', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34613, '70b3d5e3a', 0, 'Cyanview', '26, Rue de la Foire Papignies 7861 BE', 'BE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34614, '58b961', 0, 'Solem Electronique', 'ZAE La Plaine CLAPIERS 34830 FR', 'FR', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34615, '0c473d', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34616, '40d855005', 0, 'Monarch Instrument', '15 Columbia drive Amherst NH 03031 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34617, '900a39', 0, 'Wiio, Inc', '99 S. Almaden Boulevard San Jose California 95113 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34618, 'ac0481', 0, 'Jiangsu Huaxing Electronics Co, Ltd', 'the Industrial concentration zone, Zhiqian town,Jintan distric Changzhou City Jiangsu Province 213234 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34619, '70b3d5834', 0, 'Nce Network Consulting Engineering srl', 'via Novaluce 42 Tremestieri Etneo Catania 95030 IT', 'IT', 'MA-S', '2019-08-28', '2019-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34620, '4cb911', 0, 'Raisecom Tech Co, Ltd', 'No. 11, East Area, No. 10 Block, East Xibeiwang Road Beijing 100094 CN', 'CN', 'MA-L', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34621, '00009c', 0, 'Rolm Mil-Spec Computers', '3151 ZANKER ROAD SAN JOSE CA 95148 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34622, '001cf1', 0, 'SUPoX Tech Co , Ltd', '7F, 419 , Chung San Rd. , Sec 2 Chung Ho Taipei Hsien 235 TW', 'TW', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34623, '982cbc', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34624, '0050c2341', 0, 'Novx Systems', 'Suite 100 Richmond Hill Ontario L4B 4N1 CA', 'CA', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34625, '0050c279d', 0, 'MiraTrek', '7985 Raytheon Road #200 San Diego CA 92111 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34626, '3c05ab', 0, 'Product Creation Studio', '425 Westlake Ave N Seattle WA 98109 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34627, '0050c2c0b', 0, 'ProSourcing GmbH', 'Dorfmatt 1 Muntelier Freiburg 3286 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34628, '58d56e', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34629, '000d13', 0, 'Wilhelm Rutenbeck GmbH&CoKG', 'Niederworth 1-10 Schalksmühle NRW 58579 DE', 'DE', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34630, '001924', 0, 'Lbnl Engineering', '1 Cyclotron Rd. Berkeley CA 94720 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34631, '70b3d5a7e', 0, 'Quicco Sound Corp', 'B2,1-3-3-1,Incubate Center, Shin-Miyakoda, Kita-ku Hamamatsu Shizuoka 431-2103 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34632, '000e60', 0, '360sun Digital Broadband Corp', '2F-2, No.2, Jianba Rd., Chung Ho Taipei 235 TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34633, '40d8550cb', 0, 'ReliOn Inc', '15913 E Euclid Ave Spokane Wa 99216 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34634, '9c8c6e', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34635, '1cfa68', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34636, '2c6798', 0, 'InTalTech Ltd', 'Shlomo Ben David 5 Rishon LeZion 7536215 IL', 'IL', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34637, '1879a2', 0, 'Gmj Electric Ltd', 'RM 1405, 14/F, C C WU BUILDING 999077 HK', 'HK', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34638, 'c4ef70', 0, 'Home Skinovations', 'Tavor building POB 533 Yokneam Israel 2069206 IL', 'IL', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34639, 'b436e3', 0, 'Kbvision Group', '337 N. Vineyard Avenue, 4th Floor, San Jose, CA 91764 San Jose CA 90847 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34640, '00d007', 0, 'Mic Associates, Inc', '1510-1, KAIDOKI JAPAN JAPAN 206-0012 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34641, '109ab9', 0, 'Tosibox Oy', 'Elektroniikkatie 8 Oulu 90590 FI', 'FI', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34642, '000aff', 0, 'Kilchherr Elektronik AG', 'Aeschistrasse 25 Muensingen BE 3110 CH', 'CH', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34643, '001bc5053', 0, 'Metrycom Communications Ltd', '2 Koifman st. Tel Aviv 68012 IL', 'IL', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34644, 'd824bd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34645, '40d85513a', 0, 'Supplier Ind. e Com de Eletroeletrônicos', 'Av. Edgar Nelson Meister, 1242, Bloco i Sala 402 Joinville Santa Catarina 89219501 BR', 'BR', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34646, 'f80278f', 1, 'Private', '', '', 'MA-M', '2015-02-16', '2015-02-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34647, '0050c220a', 0, 'Ferrari electronic AG', 'Ruhlsdorfer Str. 138 TELTOW 14513 DE', 'DE', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34648, '000cc9', 0, 'Ilwoo Data & Tech Co, Ltd', '1475-10,HWA HYUN BLD. 2nd Floor, SEOUL 137-071 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34649, 'f8ea0a', 0, 'Dipl.-Math. Michael Rauch', 'Kapellenstraße 31 Bretten BaWü 75015 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34650, 'dc05ed', 0, 'Nabtesco Corp', '9-18, Kaigan 1-chome Minato-ku Tokyo 105-0022 JP', 'JP', 'MA-L', '2011-03-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34651, '7c70bc', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-04-02', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34652, '00a0a6', 0, 'M.I. Systems, K.K.', '2-7-12-308 Satsukigaoka Ikeda-Shi Osaka 563-0029 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34653, '00255d', 0, 'Morningstar Corp', '10611 Iron Bridge Road Jessup MD 20794 US', 'US', 'MA-L', '2009-02-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34654, '64e682', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-02-04', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34655, 'a875d6', 0, 'FreeTek International Co, Ltd', 'Unit D, 15/F, Tai Ping Ind.Ctr., Blk 2, 55 Ting Kok Rd., Hong Kong Hong KOng 1111 HK', 'HK', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34656, 'e45aa2', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34657, '608b0e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34658, '00805f', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2000-11-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34659, '002507', 0, 'Astak Inc', '1911 Hartog Drive San Jose CA 95131 US', 'US', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34660, '0050c2a07', 0, 'Dynon Instruments', '19825 141st PL NE Woodinville WA 98072 US', 'US', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34661, 'c09c92', 0, 'Coby', 'COBY Electronics ShenZhen R&D Center SHENZHEN GUANGDONG 518109 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34662, '3499d7', 0, 'Universal Flow Monitors, Inc', '1755 E. Nine Mile Rd. Hazel Park MI 48030 US', 'US', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34663, 'c89346', 0, 'Mxchip Co Ltd', 'Room 811,Tongpu Building, Shanghai Shanghai 200333 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34664, 'f0a968', 0, 'Antailiye Tech Co, Ltd', '7/F,Zhengjiyuan Buiding,2 Road,Qianjing, Xixiang, Baoan District,Shenzhen SHEN ZHEN GUANGDONG 518000 CN', 'CN', 'MA-L', '2019-02-25', '2019-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34665, '0050c2278', 0, 'Replicom Ltd', '2 Hailan Street Or Akiva 30600 IL', 'IL', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34666, '0050c270a', 0, 'Efficient Channel Coding', '4830 E. 49th St. Cuyahoga Heights Ohio 44125 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34667, '001e83', 0, 'Lan/Man Standards Association (Lmsc)', 'C/O IEEE Standards Association Piscataway NJ 08855-1331 US', 'US', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34668, '7419f8d', 0, 'Ansjer Electronics Co, Ltd', '4 Bldg., Pinglan Indl. Park, Nanping, Zhuhai Guangdong 519060 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34669, '3cfdfe', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34670, '00033d', 0, 'ILSHin Lab', 'KCS B/D 228-13 Young Dap-Dong Seoul KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34671, '000b88', 0, 'Vidisco Ltd', '17 Yechiel Dresner Petach-Tikva 49277 IL', 'IL', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34672, '5c0979', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34673, '70b3d59d0', 0, 'Rj45 Tech', '7, rue Roland Martin Champigny sur Marne France 94500 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34674, '70b3d5738', 1, 'Private', '', '', 'MA-S', '2018-08-01', '2018-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34675, '0050c2894', 0, 'Shockfish SA', 'Parc Scientifique Lausanne VD 1015 CH', 'CH', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34676, '3c912b', 0, 'Vexata Inc', '1735 Technology Dr Suite 520 San Jose CA 95110 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34677, '0017f0', 0, 'Szcom Broadband Network Tech Co, Ltd', 'Room 602 No.8 Building ,Shenzhen Software Park, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34678, '90e2fc6', 0, 'Sindoh Techno Co, Ltd', 'Sindoh Bldg., 6, Hyoryeong-ro 61-gil, Seocho-gu Seoul 06643 KR', 'KR', 'MA-M', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34679, 'a01828', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34680, 'faba85', 0, 'Apat Optoelectronics Components Co, Ltd', '2-1503, COFCO Biz Park,Liuxian 2nd Rd., Baoan District, Shenzhen Shenzhen 518101 CN', 'CN', 'CID', '2018-04-06', '2018-12-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34681, 'e05a9f8', 0, 'Fujian Newland Auto-ID Tech Co,.Ltd', 'Newland Science & Technology Park, No.1 Rujiang West Rd,Mawei,Fuzhou, P.R.China Fuzhou Fujian 350015 CN', 'CN', 'MA-M', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34682, '0006ae', 0, 'Himachal Futuristic Communications Ltd', '8, Commercial Complex New Dehli 110048 IN', 'IN', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34683, '002319', 0, 'Sielox Llc', '170 East Ninth Ave. Runnemede NJ 08078 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34684, '74c9a3', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34685, '0050b2', 0, 'Brodel GmbH', 'Distelbusch 24 Velbert NRW 42549 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34686, '001a71', 0, 'Diostech Co, Ltd', '151-21, Buk-ri, Namsa-myeon, Yongin-city Gyeonggi-do 449 884 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34687, '74de2b', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34688, 'c81afe', 0, 'Dlogic GmbH', 'Rathausstrasse 14 Baar ZG 6341 CH', 'CH', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34689, 'b8eca3', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2016-09-08', '2016-09-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34690, '70b3d551c', 0, 'Atx Networks Corp', '1-501 Clements Road West Ajax Ontario L1s7H4 CA', 'CA', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34691, '00303a', 0, 'Maatel', '495 RUE DE POMMARIN 38360 VOREPPE FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34692, '00505e', 0, 'Digitek Micrologic S.A.', 'SANT JOAN DE LA SALLE 6 ES', 'ES', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34693, '001bfa', 0, 'G.i.N. mbH', 'Raiffeisenstraße 15 Griesheim Hessen 64347 DE', 'DE', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34694, 'd467e7', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2013-03-10', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34695, '00d011', 0, 'Prism Video, Inc', '15851 DALLAS PARKWAY-STE.#1060 ADDISON TX 75001 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34696, 'f81d787', 0, 'Wuhan Guide Infrared Co, Ltd', 'No.6 Huanglongshan South Rd Wuhan Hubei 430070 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34697, 'a4f522', 0, 'Chofu Seisakusho Co, Ltd', '2-1 Shimonoseki-shi Yamaguchi 752-8555 JP', 'JP', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34698, '70b3d5e9a', 0, 'Meta Computing Services, Corp', '5795 S Sandhill Rd Suite F Las Vegas NV 89120 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34699, 'd89ef3', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34700, '0024f4', 0, 'Kaminario, Ltd', 'Yatam Industrial Park Yokneam ISRAEL 20692 IL', 'IL', 'MA-L', '2009-01-19', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34701, '60d819', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2011-07-26', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34702, '9c4e36', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34703, '70b3d5b15', 0, 'Eta Beta Srl', 'Via Mura dei Francesi, 26 Ciampino Roma 00043 IT', 'IT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34704, '0050c20d4', 0, 'Palm Inc', '5470 Great America Parkway Santa Clara CA 95052 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34705, '547fee', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34706, '0050c26af', 0, 'Nanoradio AB', 'Torshamnsgatan 39 Kista-Stockholm SE-16482 SE', 'SE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34707, '4c7897', 0, 'Arrowhead Alarm Products Ltd', '344B Rosedale Road Auckland Auckland 0751 NZ', 'NZ', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34708, '70b3d57c8', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34709, '70b3d5777', 0, 'Quercus Tech, S.L.', 'Av. Onze de Setembre 19 Reus Tarragona 43203 ES', 'ES', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34710, 'b068e6', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2018-10-29', '2018-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34711, '001009', 0, 'Horanet', 'ZI Route de Niort – BP 70328 FONTENAY LE COMTE CEDEX VENDEE 85206 FR', 'FR', 'MA-L', '1997-11-14', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34712, '0018dd', 0, 'Silicondust Engineering Ltd', '38 Lillington Road Auckland NZ', 'NZ', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34713, 'ac6462', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34714, 'f4e5f2', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-07-30', '2019-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34715, '080060', 0, 'Industrial Networking Inc', '3990 FREEDOM CIRCLE SANTA CLARA CA 95050 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34716, '001967', 0, 'Teldat Sp.J.', 'Kijowska 44 Bydgoszcz woj. kujawsko-pomorskie 85-703 PL', 'PL', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34717, '00243a', 0, 'Ludl Electronic Products', '171 Brady Ave Hawthorne NY 10532 US', 'US', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34718, '70b3d5c4a', 0, 'Tiama', 'ZA des Plattes - 1 Chemin des Plattes VOURLES 69390 FR', 'FR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34719, '00c0d1', 0, 'Comtree Tech Corp', '5F-7, NO. 1, FU-HSING NORTH RD TAIWAN R.O.C. CN', 'CN', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34720, '00059e', 0, 'Zinwell Corp', '7F, No.512, Yuan-Shan Road TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34721, '000f91', 0, 'Aerotelecom Co, Ltd', '195-58 Anyang 7 Dong Anyang Kyunggi 430-817 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34722, '001bc5050', 0, 'TeliSwitch Solutions', '7 Hatochna st. Kfar Saba 44641 IL', 'IL', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34723, 'd007ca', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34724, '00204c', 0, 'Mitron Computer Pte Ltd', '1020 HOUGANG AVENUE 1 #03-3504 SINGAPORE 1953 SG', 'SG', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34725, '080064', 0, 'Sitasys AG', 'Freiburgstrasse 251 CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34726, '2016d8', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34727, '309bad', 0, 'Bbk Educational Electronics Corp, Ltd', 'LiWu INDUSTRIAL PARK,Wusha,Chang\'an Dong Guan Guang Dong 523860 CN', 'CN', 'MA-L', '2013-09-12', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34728, '70b3d543d', 0, 'Veryx Tech Private Ltd', 'Floor 1, RR Tower 4, Thiru-Vi-Ka Industrial Estate Chennai Tamil Nadu 600032 IN', 'IN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34729, 'e0cc7a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34730, '001b51', 0, 'Vector Tech Corp', 'No.7, Lane12, Yajou Road. Tucheng Taipei 236 TW', 'TW', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34731, '0050c2f14', 0, 'Vision Systems Aeronautic', 'ROUTE D\'IRIGNY BRIGNAIS 69530 FR', 'FR', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34732, '784561', 0, 'CyberTAN Tech Inc', '99 Park Ave III, Hsinchu Science Park Hsinchu 308 TW', 'TW', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34733, '70b3d5cca', 0, 'Siemens AS', 'Bratsbergveien 5 Trondheim 7037 NO', 'NO', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34734, '043110', 0, 'Inspur Group Co, Ltd', 'No.1036 Langchao Rd. Jinan Shandong 250101 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34735, '60ba18', 0, 'nextLAP GmbH', 'Hofmannstr. 61 München 81379 DE', 'DE', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34736, '0050c242e', 0, 'Oelmann Elektronik GmbH', 'Allerfeldstr. 17 Springe Niedersachsen 31832 DE', 'DE', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34737, '0050c2b81', 0, 'Ghl Advanced Technolgy GmbH & Co KG', 'Jung-Stilling-Straße 21 Kaiserslautern Rheinland-Pfalz 67663 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34738, 'ac1fd7', 0, 'Real Vision Tech Co, Ltd', 'A-805, 537, Dunchon-daero, Jungwon-gu Seongnam-si Gyeonggi-do 13216 KR', 'KR', 'MA-L', '2015-08-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34739, '70b3d5ff7', 0, 'Cybercom AB', 'Lindholmenspiren 3A Göteborg Vastra götland 41756 SE', 'SE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34740, '0021e7', 0, 'Informatics Services Corp', '140, Negin Bldg., Tehran 1549534511 IR', 'IR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34741, '501aa5', 0, 'GN Netcom A/S', 'Lautrupbjerg 7 Ballerup Ballerup DK-2750 DK', 'DK', 'MA-L', '2015-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34742, '0050c27e5', 0, 'Nystrom Engineering', '211 NE 365th Ave Corbett OR 97019 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34743, '0050c2ebf', 0, 'Civolution', 'HIGH TECH CAMPUS 9 EINDHOVEN 5656 AE NL', 'NL', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34744, '2cdcad', 0, 'Wistron Neweb Corp', 'No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW', 'TW', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34745, 'bc452e', 0, 'Knowledge Development for Pof S.L.', 'Ronda de Poniente 14, 2-C,D Tres Cantos Madrid 28760 ES', 'ES', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34746, '04c3e66', 0, 'Shenzhen Shuotian Information Tech Co, Ltd', 'Xixiang Street , Bao\'an District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34747, '00c080', 0, 'Netstar, Inc', 'CEDAR BUSINESS CENTER MINNEAPOLIS MN 55425-1235 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34748, '0080a2', 0, 'Creative Electronic Systems', 'Avenue Eugène-Lance 38bis CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34749, 'dcf505', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34750, '988b0a', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.555 Qianmo Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-12-31', '2018-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34751, '9c7514', 0, 'Wildix srl', 'loc. Le Basse, 3 Trento TN 38100 IT', 'IT', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34752, 'b0ee45', 0, 'AzureWave Tech Inc', '8F ., No.94, Baozhong Rd. , Xindian Dist., New Taipei City 231 US', 'US', 'MA-L', '2012-07-28', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34753, '001f54', 0, 'Lorex Tech Inc', '250 Royal Crest Court Markham Ontario L3R3S1 CA', 'CA', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34754, '9cbb98', 0, 'Shen Zhen Rnd Electronic Co, Ltd', 'G315,Hua Chuang Da business Certer Shen Zhen Guang Dong 518000 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34755, '70b3d5914', 0, 'Contec Americas Inc', '3991 Sarno Rd Melbourne FL 32934 US', 'US', 'MA-S', '2019-08-30', '2019-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34756, '00d0ed', 0, 'Xiox', '150 DOW STREET MANCHESTER NH 03101 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34757, '0019eb', 0, 'Pyronix Ltd', 'Braithwell Way Rotherham South Yorkshire S66 8QY GB', 'GB', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34758, '001d2f', 0, 'QuantumVision Corp', '335 Plantation Way Roswell Ga 30075 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34759, '2cfd37', 0, 'Blue Calypso, Inc', '101 West Renner RD Suite 280 Richardson TX 75082 US', 'US', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34760, '0020ab', 0, 'Micro Industries Corp', '8399 GREEN MEADOWS DR. N. WESTERVILLE OH 43081 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34761, '00078c', 0, 'Elektronikspecialisten i Borlange AB', 'Box 50 SE 780 SE', 'SE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34762, '68b8d9', 0, 'Act Kde, Inc', '196-14, Bangi-dong, Songpa-gu Seoul 138-834 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34763, '4cefc0', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34764, '08000a', 0, 'Nestar Systems Inc', '2585 EAST BAYSHORE ROAD PALO ALTO CA 94303 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34765, '8c5ca1', 0, 'd-broad, Inc', '3-17-5 ShinYokohama Kouhoku-Ku Yokohama Kanagawa 222-0033 JP', 'JP', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34766, '00271a', 0, 'Geenovo Tech Ltd', 'Unit 402, 4/F., Tower I,SHUI QING MU HUA YUAN, Beijing 100080 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34767, '0050c2c8d', 0, 'Emergency Message Controls Llc', '5 Canterbury Rd Charlottesville VA 22903 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34768, '5c076f', 0, 'Thought Creator', 'Largo da Pirâmide, Nº 3, Sala D Oeiras Lisboa 2795-156 Linda-a-Velha PT', 'PT', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34769, '107d1a', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34770, '4011755', 0, 'Mirc Electronics Ltd', 'Onida House, G-1, MIDC, Mahakali Caves Road, Andheri East Mumbai Maharashtra 400093 IN', 'IN', 'MA-M', '2019-07-08', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34771, '002044', 0, 'Genitech Pty Ltd', 'P.O. BOX 196 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34772, '002378', 0, 'GN Netcom A/S', 'Lautrupbjerg 7 Ballerup DK - 2750 DK', 'DK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34773, '002526', 0, 'Genuine Tech Co, Ltd', 'Klingelnberg Bldg. Yokohama Kanagawa 222-0033 JP', 'JP', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34774, '14ee9d', 0, 'AirNav Systems Llc', '4660 La Jolla Village Dr. - Suite 500 San Diego California CA 92122 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34775, 'bc2f3d', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2016-11-26', '2016-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34776, '4017e2', 0, 'Intai Tech Corp', 'No.9, JINGKE RD.,NANTUN DIST. TAICHUNG CITY 40852 TW', 'TW', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34777, 'c09ad0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34778, 'fcd2b6b', 0, 'T Chip Digital Tech CoLtd', 'Room 320, C Tower, Jingji Building, HuaFeng Headquarter, Xixiang, Baoan SHENZHEN Guangdong 518000 CN', 'CN', 'MA-M', '2018-12-17', '2018-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34779, '000b31', 0, 'Yantai ZhiYang Scientific and Tech industry Co, Ltd', '5F-4, NO. 64, Gong-Jian Rd. Hsi-Chih City Taipei County 221 CN', 'CN', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34780, '0019cc', 0, 'Rcg (HK) Ltd', '9/F., Core C, Cyberport 3 HK', 'HK', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34781, '70b3d5b75', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'MA-S', '2020-01-18', '2020-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34782, '000d35', 0, 'Pac International Ltd', '1 Park Gate Close Stockport Cheshire SK6 2SZ GB', 'GB', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34783, '000f78', 0, 'Datacap Systems Inc', '100 New Britain Blvd Chalfont PA 18914 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34784, '0050c2757', 0, 'E S P Tech Ltd', 'The Stables Deans Farm Estate Fareham Hampshire SO30 2DX US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34785, '94298d', 0, 'Shanghai AdaptComm Tech Co, Ltd', '3rd Floor, Building 14, No. 518 Xinzhuan Road, Songjiang District, Shanghai 201600 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34786, '98f781', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-06-19', '2019-06-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34787, '34495b', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2019-08-30', '2019-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34788, '002016', 0, 'Showa Electric Wire & Cable Co', 'NO. 20-25, SEISHIN 8-CHOME 229 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34789, '000596', 0, 'Genotech Co, Ltd', '#308 Gunkook Bldg., Gumchon-Gu Seoul KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34790, '001a05', 0, 'Optibase Ltd', '7 Shankar St. Herzliya ISRAEL 46120 IL', 'IL', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34791, '001ebb', 0, 'Bluelight Tech Inc', '6472 CAMDEN AVE., SUITE 102B SAN JOSE CA 95120 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34792, '50ce75', 0, 'Measy Electronics Co, Ltd', '#1506, Block B, Hai Song Bldg, Tairan 9th Road Shenzhen Guang Dong 518040 CN', 'CN', 'MA-L', '2010-05-26', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34793, '0462d7', 0, 'Alstom Hydro France', '82 Avenue Leon Blum GRENOBLE 38041 FR', 'FR', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34794, '1c6e76', 0, 'Quarion Tech Inc', '3248 Commerce Drive Newburgh IN 47630 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34795, '84e0f4b', 0, 'Orchard Electronics Co, Ltd', '8F,No.2,Lane 235,Bao-Chiao Rd., Hsin-Tien District, New Taipei City 23145 TW', 'TW', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34796, '0001f7', 0, 'Image Display Systems, Inc', '46560 Fremont Blvd. Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34797, '001770', 0, 'Arti Industrial Electronics Ltd', 'Ger-San Sitesi, 657. Sokak Ankara 06370 TR', 'TR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34798, '0009e9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34799, '8cd3a2', 0, 'VisSim AS', 'Vollveien 5 Horten Vestfold 3183 NO', 'NO', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34800, '70b3d5171', 0, 'Aetina Corp', '2F-1, No.237, Sec.1, Datong Rd., Xizhi Dist., New Taipei City No State 221 TW', 'TW', 'MA-S', '2019-04-19', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34801, 'ccc8d7', 0, 'Cias Elettronica srl', 'Via Giovanni Durando 38 Milan 20158 IT', 'IT', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34802, '1894c6', 0, 'ShenZhen Chenyee Tech Co, Ltd', '32F, Tower A, East Pacific International Center, No.7888, Shennan Avenue, Futian District Shenzhen 518040 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34803, 'c4571f', 0, 'June Life Inc', '649 Front Street San Francisco CA 94111 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34804, '282373', 0, 'Digita', 'Jämsänkatu 2 Helsinki Uusimaa 00520 FI', 'FI', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34805, '70b3d5bbf', 0, 'Ensys srl', 'Via Zamenhof, 817 Vicenza Vicenza 36100 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34806, '70b3d5f24', 0, 'Daavlin', '205 W Bement St. Bryan OH 43506 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34807, '001236', 0, 'ConSentry Networks', '1690 McCandless Dr Milipitas CA 95035 US', 'US', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34808, '002269', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2008-10-25', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34809, '8439be2', 0, 'Cheng Du virtual world Tech Ltd', '7F, Fang Da building, Ave 12 High-tech Industrial Park, Nanshan Dist Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34810, 'bce265', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34811, 'c8f750', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-10-17', '2018-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34812, '40a2db', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-10-26', '2019-10-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34813, '000880', 0, 'BroadTel Canada Communications Inc', '3700 Griffith, Suite 389 Saint-Laurent Quebec H4T 2B3 CA', 'CA', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34814, 'd0fa1d', 0, 'Qihoo 360 Tech Co, Ltd', 'Building 2,6 Haoyuan Chaoyang District Beijing 100015 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34815, 'a40450', 0, 'nFore Tech Inc', '5F, NO 31, Ln 258, Rulguang Rd Taipei Neihu District 11491 TW', 'TW', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34816, '189ba51', 0, 'ChengDu Vantron Tech, Ltd', '6th Floor, 1st Building,No.9, 3rd WuKe East Street, WuHou District, ChengDu SiChuan 610045 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34817, '885a06', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34818, 'b40216', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-07-22', '2019-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34819, '0050c29ae', 0, 'Esensors, Inc', '4240 Ridge Lea Road Amherst NY 14226 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34820, '88d962', 0, 'Canopus Systems US Llc', 'Nasa Ames Research Park Moffett Field CALIFORNIA 94035 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34821, '0050c2907', 0, 'Cristal Controles Ltee', '2025 Lavoisier #135 Quebec G1N 4L6 CA', 'CA', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34822, '00464b', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34823, '08e689', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34824, '001651', 0, 'Exeo Systems', '1650, rue Michelin, suite 201 Laval Québec H7L 4R3 CA', 'CA', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34825, '0050c2684', 0, 'Reason Tecnologia S.A.', 'R. Delminda Silveira, 855 Florianópolis Santa Catarina 88025-500 BR', 'BR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34826, '08bd43', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-06-20', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34827, '005979', 0, 'Networked Energy Services', '5215 Hellyer Avenue San Jose CA 95138 US', 'US', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34828, '000716', 0, 'J & S Marine Ltd', 'Pottington Business Park Devon EX31 1LY GB', 'GB', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34829, '1c19de', 0, 'eyevis GmbH', 'Hundsschleestrasse 23 Reutlingen BW 72766 DE', 'DE', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34830, '24a87d', 0, 'Panasonic Automotive Systems Asia Pacific(Thailand)Co, Ltd', '101 Moo 2 Teparak Road , Bangsaothong Samutprakarn 10540 TH', 'TH', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34831, 'd8da52', 0, 'Apator S.A.', 'ul Gdanska 4A lok. C4 Torun Kujawsko-Pomorskie 87-100 PL', 'PL', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34832, '343111', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34833, '009028', 0, 'Nippon Signal Co, Ltd', '11 HIRAIDE-KOGIO-DANCHI UISUNOMIYA TOCHIGI 321-8651 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34834, '48872d', 0, 'Shen Zhen DA Xia Long Que Tech Co, Ltd', 'Room 511, Building C, Yuxing Technology Park, Gushu Second Road, Bao’an District SHEN ZHEN GUANG DONG 518000 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34835, '5866ba', 0, 'Hangzhou H3c Tech Co, Ltd', '310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN', 'CN', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34836, '080581', 0, 'Roku, Inc', '12980 Saratoga Ave Saratoga CA 95070 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34837, '3448ed', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2019-11-06', '2019-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34838, '009054', 0, 'Innovative Semiconductors, Inc', '2570 W. EL CAMINO REAL MOUNTAIN VIEW CA 94040 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34839, '000f8d', 0, 'Fast TV-Server AG', 'Ruedesheimerstraße 11-13 Munich Germany 80686 DE', 'DE', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34840, 'bc9fe4', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2019-02-20', '2019-02-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34841, '1cea0b', 0, 'Edgecore Networks Corp', '1 Creation RD 3. Hsinchu 30077 TW', 'TW', 'MA-L', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34842, '70b3d5115', 0, 'Welltec Corp', '1075-93 Seongseok-dong, Ilsandong-gu Goyang-si Gyeonggi-do 10251 KR', 'KR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34843, 'c8d083', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34844, '5cd20b', 0, 'Yytek Co, Ltd', 'No.1 Bao Sheng South Road, Room 401, Ao Bei Technology Park, Ling Zhi Center Beijing 100192 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34845, '4cbc98e', 0, 'Wonder Workshop', '1500 Fashion Island, Suite #200 San Mateo CA 94404 US', 'US', 'MA-M', '2018-11-28', '2018-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34846, '688fc9', 0, 'Zhuolian (Shenzhen) Communication Co, Ltd', 'Shengli electromechanical Co., Ltd. 201, No.19, Xixiang section, Guangshen Road, Jingbei community, Xixiang street, Bao\'an District Shenzhen Shenzhen 518101 CN', 'CN', 'MA-L', '2019-12-05', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34847, 'bc99bc', 0, 'FonSee Tech Inc', '14F-2, No.32, Gaotie 2nd Rd., Zhubei City Hsinchu County 302 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34848, '0c383e', 0, 'Fanvil Tech Co, Ltd', '3F, Block A, Gaoxinqi Building, Anhua Industrial Park Shenzhen Guangdong 518101 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34849, 'e8718d', 0, 'Elsys Equipamentos Eletronicos Ltda', 'Av. Torquato Tapajós, n. 1052 - B. Flores Manaus Amazonas 69.058-830 BR', 'BR', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34850, '144fd7b', 0, 'Arkus-ST Ltd', 'Generala Antonova 3a Moscow 117342 RU', 'RU', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34851, '70b3d531b', 0, 'SilTerra Malaysia Sdn. Bhd.', 'Lot 8, Phase II, Kulim Hi-Tech Park KULIM KEDAH 09000 MY', 'MY', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34852, '0050c280d', 0, 'Acube Systems s.r.l.', 'via Tabacco, 58 Bassano del Grappa Vicenza 36061 IT', 'IT', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34853, '0050c2a6d', 0, 'Dtv Innovations', '1252 W. Northwest Highway Palatine IL 60067 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34854, '7c49eb', 0, 'Xiaomi Electronics, Co, Ltd', 'Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2017-12-17', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34855, '00e0a2', 0, 'Microslate Inc', '9625 IGNACE - STE. D BROSSARD QC J4Y 2P3 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34856, '781fdb', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34857, '580556', 0, 'Elettronica GF S.r.L.', 'Via Vittori, 63 FAENZA RA 48018 IT', 'IT', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34858, '549a11b', 0, 'Elite Silicon Tech, Inc', '5F-B, No.24-2, Idustry E. Road IV. Hsinchu Taiwan 300 TW', 'TW', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34859, '001bdc', 0, 'Vencer Co, Ltd', '20F-1, No.77, Sec.1, Hsin Tai Wu Rd., Hsi Chih Taipei 221 TW', 'TW', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34860, '0050c28dc', 0, 'Frame Systems Ltd', 'The Yard Hungerford Berkshire RG17 0BP GB', 'GB', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34861, '000627', 0, 'Uniwide Tech, Inc', 'Korea Development Bank B/D 5th Flr Taejon 302-122, KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34862, '70b3d59ef', 0, 'Cottonwood Creek Tech, Inc', '7108 S. Alton Way, Ste G-102 Centennial 80112 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34863, '383a219', 0, 'Skylark Wireless Llc', '1953 Richmond Ave. Houston TX 77098 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34864, '70b3d5e1b', 0, 'Neuron GmbH', 'Badenerstrasse 9 Brugg 5200 CH', 'CH', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34865, '70b3d56e3', 0, 'Shen Zhen Qls Electronic Tech Co, Ltd', 'Room A1502, NiuLanQian Building, MinZhi Road, LongHua Town ShenZhen GuangDong 518109 CN', 'CN', 'MA-S', '2019-07-03', '2019-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34866, '00a049', 0, 'Digitech Industries, Inc', 'PO BOX 2267 DANBURY CT 06810 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34867, '00013f', 0, 'Neighbor World Co, Ltd', '114A YERC, 134, Shinchon_dong 120-749 120-749 KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34868, '000d2d', 0, 'Nct Deutschland GmbH', 'Wildenbruchstraße 15 Jena Thüringen 07745 DE', 'DE', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34869, '000e2d', 0, 'Hyundai Digital Tech Co, Ltd', '223-22, Sangdaewon-1dong, Jungwon-gu Seongnam-si Kyoungki-do 462-807 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34870, '0050c26bc', 0, 'Paraytec Ltd', '1a St George\'s Place York N Yorkshire YO24 1GN GB', 'GB', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34871, '00e06b', 0, 'W&G Special Products', 'SCEINCE PARK EINDHOVIN 5049 NL', 'NL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34872, '0050c215e', 0, 'Celite Systems, Inc', '7600B Capital of Texas Hwy. N. Austin TX 78731 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34873, '344f69', 0, 'Ekinops Sas', '3, Rue Blaise Pascal LANNION FRANCE 22300 FR', 'FR', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34874, '40f3851', 0, 'Johnson Matthey', 'MTC, The Moat Billingham Cleveland TS23 4ED GB', 'GB', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34875, 'dc44b6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34876, '001847', 0, 'AceNet Tech Inc', '133 Vienna Dr. Milpitas CA 95035 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34877, '0050c29ee', 0, 'Michael Stevens & Partners Ltd', 'Invicta Works Bromley Kent BR2 9NT GB', 'GB', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34878, '0050c2726', 0, 'eta systemi Ckb', 'Via Arno 108, Sesto Fiorentino FI 50019 IT', 'IT', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34879, '00a021', 0, 'General Dynamics Mission Systems', '150 Rustcraft Road Dedham MA 02026 US', 'US', 'MA-L', '1980-01-01', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34880, '00121a', 0, 'Techno Soft Systemnics Inc', '2-5-17, Ebisu-nishi, Naniwa-ku, Osaka 556-0003 JP', 'JP', 'MA-L', '2004-08-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34881, '0050c2f84', 0, 'Dynon Instruments', '19825 141st PL NE Woodinville WA 98072 US', 'US', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34882, '189ba5', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34883, '2c6b7d', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34884, '00d071', 0, 'Echelon Corp', '2901 Patrick Henry Dr. Santa Clara CA 95054 US', 'US', 'MA-L', '2000-11-09', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34885, '002129', 0, 'Cisco-Linksys, Llc', '121 Theory Drive Irvine California 92612 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34886, '0055da3', 0, 'Novexx Solutions GmbH', 'Ohmstrasse 3 Eching Bayern 85386 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34887, '3817e1', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2017-03-26', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34888, '3c427e0', 0, 'Grandway Tech (Shenzhen) Ltd', 'Block 7, Zhu Keng Industrial Zone Ping Shan District Shenzhen 518118 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34889, '0018ce', 0, 'Dreamtech Co, Ltd', '#340-5, Yang-dang Ri, Jik-san Myeon Cheon-an si Chung-Nam 330810 KR', 'KR', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34890, '58fcdb0', 0, 'Spang Power Electronics', '9305 Progress Parkway Mentor Ohio 44060 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34891, '00235a', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO 25, The 3rd street, KuanShan SUZHOU 215300 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34892, '786c1c', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34893, '001bc50aa', 0, 'Senceive Ltd', 'Hurlingham Studios London SW6 3PA GB', 'GB', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34894, '0050c25d6', 0, 'BioAccess Tecnologia em Biometria Ltda.', 'Av. Pres. Kennedy, 47 Curitiba PR 80220-200 BR', 'BR', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34895, '0050c267d', 0, 'Esa Messtechnik GmbH', 'Schlossstrasse 119 Olching D-82140 DE', 'DE', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34896, '887f03', 0, 'Comper Tech Investment Ltd', 'Room 710, Wangjing SOHO Tower 1-B Beijing Beijing 100102 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34897, '70b3d5064', 0, 'AB Precision (Poole) Ltd', '1 FLEETS LANE POOLE DORSET BH15 3BZ GB', 'GB', 'MA-S', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34898, '000550', 0, 'Vcomms Connect Ltd', '75 The Esplanade, Level 3 Wellington Mail Centre 5045 Wellington NZ', 'NZ', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34899, '0050c2f54', 0, 'Hella Gutmann Solutions GmbH', 'Am Krebsbach 2 Ihringen 79241 DE', 'DE', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34900, '9876b6', 0, 'Adafruit', '150 Varick st New York NY 10013 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34901, '8cc8f47', 1, 'Private', '', '', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34902, '6ced51', 0, 'Nexcontrol Co, Ltd', '(#303-1007, Ssangyong 3th) 397, Seokcheon-ro Bucheon-si Gyeonggi-do 14449 KR', 'KR', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34903, '68215f', 0, 'Edgecore Networks Corp', '1 Creation RD 3. Hsinchu 30077 TW', 'TW', 'MA-L', '2019-10-31', '2019-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34904, '001590', 0, 'Hectronic GmbH', 'Allmendstraße 15 Bonndorf Baden-Württemberg 79848 DE', 'DE', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34905, '5c6a7d', 0, 'Kentkart Ege Elektronik San. VE Tic. Ltd Sti.', '1370 SK, NO:42/304, MONTRO IZMIR 35230 TR', 'TR', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34906, '0011fe', 0, 'Keiyo System Research, Inc', 'Hamada park Bldg. 6F Chiba-city Chiba-pref 260-0028 JP', 'JP', 'MA-L', '2004-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34907, '6416f0', 0, 'Huawei Tech Co, Ltd', 'Building 2, Zone B,Huawei Industrial Park,Bantian, Longgang District Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34908, 'a89fba', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34909, '048ae1', 0, 'Flextronics Manufacturing(Zhuhai)Co, Ltd', 'Xin Qing Science & Technology Industrial Park,Jin An Town,Doumen ,Zhuhai,Guangdong,PRC Zhuhai Guangdong 519180 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34910, 'a4da22d', 0, 'Shen Zhen City YaKun Electronics Co, Ltd', 'SOUTHERN BUILDING 5388 Shang Bu Industrial Zone Huaqiang North Road Futian District shen zhen city Guang Dong Province 518000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34911, '0050ab', 0, 'Naltec, Inc', '1-1-15, Nakanogo, Shimizu-ku Shizuoka-shi Shizuoka 424-0888 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34912, '00045e', 0, 'PolyTrax Information Tech AG', 'Martin-Kollar - Str. 5 DE', 'DE', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34913, '005d73', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-09-22', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34914, '001472', 0, 'China Broadband Wireless IP Standard group(ChinaBWIPS)', 'P.O.BOX 88,West High-tech Xi\'an Shaan Xi 710075 CN', 'CN', 'MA-L', '2005-05-07', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34915, '384233', 0, 'Wildeboer Bauteile GmbH', 'Marker Weg 11 Weener Niedersachsen 26826 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34916, '70b3d5490', 0, 'Xiamen Beogold Tech Co Ltd', '11F Amoy Institute of Technovation,Jimei District Xiamen Fujian 361021 CN', 'CN', 'MA-S', '2019-01-16', '2019-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34917, '0030f5', 0, 'Wild Lab. Ltd', '1-33-17-604 Harayama Urawa City Saitama prif. 336-0931 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34918, '40d8550d9', 0, 'Yuko Electric Co, Ltd', 'ICHIGAYA BUILDING 2002-12 TODA CITY SAITAMA 335-0021 JP', 'JP', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34919, '0050c2b80', 0, 'iScreen Llc', '3181 Poplar Avenue, Ste. 200 Memphis TN 38111-4717 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34920, '0050c2c25', 1, 'Private', '', '', 'IAB', '2010-05-15', '2010-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34921, '0050c261a', 0, 'Communication Components Inc', '89 Leuning Street South Hackensack NJ 07606 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34922, '0050c2804', 0, 'SoftSwitching Tech', '8155 Forsythia Street Middleton WI 53562 US', 'US', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34923, '70b3d5378', 0, 'synchrotron Soleil', 'l\'orme des merisiers gif sur yvette 91192 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34924, '00062c', 0, 'Bivio Networks', '4457 Willow Road, Pleasanton CA 94588 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34925, '94d723', 0, 'Shanghai DareGlobal Tech Co, Ltd', '22F Info-Tech Building Shanghai 200092 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34926, '0050c287e', 0, 'Scm Products, Inc', '155 RICEFIELD LANE HAUPPAUGE NEW YORK 11788 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34927, '0021c9', 0, 'Wavecom Asia Pacific Ltd', '201 Bio-Informatics Centre, No.2 Science Park West Ave HK', 'HK', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34928, '6c5ab5', 0, 'Tcl Technoly Electronics (Huizhou) Co, Ltd', '19th Zhongkai Hi-tech Development Zone Huizhou Guangdong 516006 CN', 'CN', 'MA-L', '2013-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34929, '205cfa', 0, 'Yangzhou ChangLian Network Tech Co, Ltd', 'No.60, Shangfang Temple Road Yangzhou City Jiangsu 225000 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34930, '64002d', 0, 'Powerlinq Co, Ltd', '13 PingDong Road 4 , Zhuhai GD 519060', '', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34931, 'f0d4f6', 0, 'Lars Thrane A/S', 'Stubbeled 2 Vedbæk 2950 DK', 'DK', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34932, '0010ca', 0, 'Telco Systems, Inc', '15 Berkshire Road Mansfield, MA 02048 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34933, '00e0a8', 0, 'Sat GmbH & Co', 'RUTHNERGASSE 1 VIENNA A-1210 AT', 'AT', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34934, '707be8', 0, 'Huawei Tech Co, Ltd', 'D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34935, '70b3d5008', 0, 'Esyse GmbH Embedded Systems Engineering', 'Ruth-Niehaus Str. 8 Meerbusch Nordrhein-Westfalen 40667 DE', 'DE', 'MA-S', '2018-08-08', '2018-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34936, '60cbfb', 0, 'AirScape Inc', '625 Charles Way Medford OR 97501 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34937, 'f4b688', 0, 'Plantronics, Inc', '345 ENCINAL STREET SANTA CRUZ CA 95060 US', 'US', 'MA-L', '2019-06-03', '2019-06-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34938, '021c7c', 0, 'Perq Systems Corp', '2600 LIBERTY AVENUE PITTSBURGH PA 15230 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34939, 'b8af67', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-03-17', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34940, '0050c2ddb', 0, 'Luceo', '16 Rue Laënnec Vern Sur Seiche 35770 FR', 'FR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34941, '5048eb', 0, 'Beijing Haihejinsheng Network Tech Co Ltd', 'RM 701 Unit 2 Huirong Bldg. No.106 Lianhuachi East RD. Xuanwu Dist. Beijing BEIJING CHINA 100055 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34942, 'd41ac8', 0, 'Nippon Printer Engineering', '2660 Katsuyama Fujikawaguchiko-town Yamanashi-Pref. 401-0310 JP', 'JP', 'MA-L', '2020-02-06', '2020-02-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34943, '001ed6', 0, 'Alentec & Orion AB', 'Grustagsvägen 4 138 40 ÄLTA SE', 'SE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34944, '0050c2d6d', 0, 'Pro-Digital Industria Eletronica', 'Rua Senador Saraiva, 200 Curitiba Parana 80510300 BR', 'BR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34945, '0014c0', 0, 'Symstream Tech Group Ltd', 'Level 1, 3 Chester Street Oakleigh Victoria 3166 AU', 'AU', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34946, '001a97', 0, 'fitivision Tech Inc', '8F, No. 356, Sec. 1, Neihu Rd Taipei 114 TW', 'TW', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34947, '4451db', 0, 'Raytheon Bbn Tech', '10 Moulton Street Cambridge MA 02138 US', 'US', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34948, '5464d9', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR', 'FR', 'MA-L', '2015-04-04', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34949, 'aa548b', 0, 'Tintri', '303 Ravendale Dr Mountain View CA 94070 US', 'US', 'CID', '2017-01-30', '2017-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34950, '70b3d502e', 0, 'Monnit Corp', '3400 S WEST TEMPLE SALT LAKE CITY UT 84115 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34951, '0020fc', 0, 'Matrox', '1055 ST. REGIS, DORVAL, QUEBEC H9P-2T4 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34952, '0003e8', 0, 'Wavelength Digital Ltd', '12 Vincent Avenue MK8 0AB MK8 0AB ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34953, 'f085c1', 0, 'Shenzhen RF-Link Tech Co, Ltd', 'Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34954, '64e950', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34955, 'c8d7b0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34956, '001af3', 0, 'Samyoung Electronics', '146-1, sangdaewon-dong, joongwon-gu sungnam-shi Gyunggi-do 462-807 KR', 'KR', 'MA-L', '2007-01-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34957, '0050c2db3', 0, 'Lauda DR. R. Wobser GmbH & Co KG', 'Pfarrstraße 41/43 Lauda-Koenigshofen Baden-Württemberg 97922 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34958, '3497fb', 0, 'Advanced RF Tech Inc', '3116 W Vanowen St Burbank California 91505 US', 'US', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34959, '70b3d5179', 0, 'Altran UK', '22 St Lawrence Street Bath Somerset BA1 1AN GB', 'GB', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34960, '002ec7', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34961, 'dc4bfe', 0, 'Shenzhen Belon Tech Co, Ltd', 'Tsinghua Information Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2019-08-28', '2019-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34962, '0002a6', 0, 'Effinet Systems Co, Ltd', 'Yugong Bldg. 502 Korea KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34963, '0011bb', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34964, '6c2acb', 0, 'Paxton Access Ltd', 'Paxton House Brighton East Sussex BN1 9HU GB', 'GB', 'MA-L', '2017-09-22', '2017-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34965, '001b79', 0, 'Faiveley Transport', 'ZI du bois de plante LA VILLE AUX DAMES 37700 FR', 'FR', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34966, '0076b1', 0, 'Somfy-Protect By Myfox Sas', 'Regent Park II, Bât I, 2460 l\'Occitane Labège 31670 FR', 'FR', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34967, '70f8e7c', 0, 'Fixstars Corp', '1-11-1 Ohsaki Shinagawa-ku TOKYO 141-0032 JP', 'JP', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34968, '001899', 0, 'ShenZhen jieshun Science&Tech Industry Co, Ltd', 'China GuangDong state Shenzhen City Futian section NO17. Meilin Road Shenzhen GuangDong 518049 CN', 'CN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34969, '50f003', 0, 'Open Stack, Inc', 'Advanced Research Center #411 Bun-Dang, Seong-Nam Gyung-Gi 463-816 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34970, '005054', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34971, '000b13', 0, 'Zetron Inc', 'PO Box 97004 REDMOND WA 98073 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34972, '0050c2703', 0, 'Sae IT-systems GmbH & Co KG', 'Im Gewerbegebiet Pesch 14 Köln NRW 50767 DE', 'DE', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34973, '7419f8e', 0, 'Volacomm Co, Ltd', '15F-6., No.7, Sec.3, New Taipei Blvd., Xinzhuang Dist., New Taipei City 242., Taiwan (R.O.C) Xinzhuang Dist. New Taipei City 242 TW', 'TW', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34974, '705e55', 0, 'Realme Chongqing MobileTelecommunications Corp Ltd', 'No.24 Nichang Boulevard, Huixing Block, Yubei District, Chongqing. Chongqing China 401120 CN', 'CN', 'MA-L', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34975, '00903a', 0, 'Nihon Media Tool Inc', '1875 OYAMA-CHO MIE 512-1102 JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34976, '000330', 0, 'Imagenics, Co, Ltd', '1-31-5 Kokuryo-Cho 182-0022 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34977, '001238', 0, 'SetaBox Tech Co, Ltd', '9F-1, No. 293-3, Sec2, Fu-Hsing S. Rd. Taipei 106 TW', 'TW', 'MA-L', '2004-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34978, '6c0e0d', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2010-01-05', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34979, '08c5e1', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34980, '70b3d5abb', 0, 'David Horn Communications Ltd', 'Enterprise way,, Bramingham Business park Luton Bedfordshire LU3 4BU GB', 'GB', 'MA-S', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34981, '00d003', 0, 'Comda Enterprises Corp', '2F, NO. 501-18, CHUNGCHEN ROAD TAIWAN TAIWAN ROC TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34982, '000639', 0, 'Newtec', 'Laarstraat 5 BE', 'BE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34983, '0050c2683', 0, 'Meggitt Safety System', '1915 Voyager Avenue Simi Valley Ca. 93063-3349 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34984, '0050c2724', 0, 'Hsc-Regelungstechnik GmbH', 'An der Lehmkaute 13 Bad Marienberg Rheinland Pfalz 56470 DE', 'DE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34985, '5c6984', 0, 'Nuvico', '1 Enterprise Place Unit G Hicksville NY 11801 US', 'US', 'MA-L', '2010-11-24', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34986, '945493', 0, 'Rigado, Llc', '2601 25th ST SE, STE 200 Salem OR 97302 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34987, '541473', 0, 'Wingtech Group (HongKong)Ltd', 'FLAT/RM 1903 19/F PODIUM PLAZA 5HANOI ROAD TSIM SHA TSUI HongKong 999077 HK', 'HK', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34988, '1c87741', 0, 'Sigfox', 'Bâtiment E-volution - 425, rue Jean Rostand Labege 31670 FR', 'FR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34989, '000866', 0, 'Dsx Access Systems, Inc', '10731 Rockwall Rd. Dallas TX 75238 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34990, '0013fe', 0, 'Grandtec Electronic Corp', '8F,NO.268,Lian Cheng Rd.,Chung Ho City, Taipei 235 TW', 'TW', 'MA-L', '2005-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34991, 'f81e6f', 0, 'Ebg compleo GmbH', 'Oberste-Wilms-Straße 15a Dortmund Nordrhein-Westfalen 44309 DE', 'DE', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34992, '643139d', 0, 'Zhejiang Moorgen Intelligent Tech Co, Ltd', '5 / F, Building A, qinghua pioneer park?No. 318 Tianhu Road, Camel Street, Zhenhai District Ningbo 315202 CN', 'CN', 'MA-M', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34993, '345a06', 0, 'Sharp Corp', '1 Takumi-cho, Sakai-ku Sakai City Osaka 590-8522 JP', 'JP', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34994, '48d875', 0, 'China TransInfo Tech Co, Ltd', 'Qianfang Building, Phase I, Zhongguancun Software Park, 8 Wangxi Road, Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34995, '5c5948', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-06-10', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34996, '94be46', 0, 'Motorola (Wuhan) Mobility Tech Communication Co, Ltd', 'No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN', 'CN', 'MA-L', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34997, '000d36', 0, 'Wu Han Routon Electronic Co, Ltd', 'Miao Shan District, East Lake Hi-Tech Wuhan Hubei 430223 CN', 'CN', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34998, '0050c2356', 0, 'Baytech Cinema', '2755 Campus Drive San Mateo CA 94403 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(34999, '001307', 0, 'Paravirtual Corp', '2953 Bunker Hill Lane Santa Clara CA 95054 US', 'US', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35000, '40d8551db', 0, 'Nippon Techno Lab.,Inc,', 'Hirakawacho Daiichi Seimai Building 5F Chiyoda-ku Tokyo 102-0093 JP', 'JP', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35001, '70b3d56cd', 0, 'Northbound Networks Pty. Ltd', '14 Sommersby Road Point Cook Victoria 3030 AU', 'AU', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35002, '70b3d5fb3', 0, '3ps Inc', '1300 Arrow Point Drive Cedar Park TX 78613 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35003, '0030df', 0, 'KB/Tel Telecomunicaciones', 'S.A. DE C.V. Mexico City 14060 MX', 'MX', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35004, '0050c209b', 0, 'Seffle Instrument AB', 'PO Box 25 661 21 Saffle SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35005, 'ec0ed6', 0, 'Itech Instruments Sas', '3 Avenue de la Maranne Châteauneuf-Les-Martigues 13220 FR', 'FR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35006, '88b1e1', 0, 'Mojo Networks, Inc', '339 N.Bernardo Ave Mountain View CA 94043 US', 'US', 'MA-L', '2014-01-12', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35007, '70b3d51be', 0, 'Potter Electric Signal Co Llc', '1609 Park 370 Place Hazelwood MO 63042 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35008, '006017', 0, 'Tokimec Inc', '2-16, MINAMI-KAMATA, OHTA-KU TOKYO 144 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35009, '0050c23d5', 0, 'Fluke Biomedical, Radiation Management Services', '6045 Cochran Rd. Solon Ohio 44139 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35010, '001bad', 0, 'iControl Inc', '3235 Kifer Road Santa Clara California 95051 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35011, '407074', 0, 'Life Tech (China) Co, Ltd', 'No.1, 2F, Nanshan Digital Culture Industrial base (East Tower Podium) 10128 Shennan Blvd, Nanshan Dist. Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35012, 'b49842', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35013, 'a04e01', 0, 'Central Engineering Co, Ltd', '2-3-19 shinyokohama kouhoku-ku yokohama-shi kanagawa 222-0033 JP', 'JP', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35014, '5cc1d7', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35015, '00062b', 0, 'Intraserver Tech', 'SEVEN OCTOBER HILL RD. HOLLISTON MA 01746 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35016, '00141c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35017, '0050c2345', 0, 'Act', 'Unit C1, South City Business Center Tallaght Dublin IE', 'IE', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35018, '001954', 0, 'Leaf Corp', 'Amuze 1F Isehara City Kanagawa-Pref. 259-1117 JP', 'JP', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35019, '002191', 0, 'D-Link Corp', 'NO.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35020, '1cd40c', 0, 'Kriwan Industrie-Elektronik GmbH', 'Allmand 11 Forchtenberg Baden-Würtemberg D-74670 DE', 'DE', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35021, '1c4024', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2015-04-18', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35022, '70b3d575c', 0, 'Upm Tech, Inc', '3000 NW Stucki pl ste #100 Hillsboro OR OR 97124 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35023, '000439', 0, 'Rosco Entertainment Tech, Inc', '2181 NW Front Ave. Portland OR 97209 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35024, '000dc9', 0, 'Thales Elektronik Systeme GmbH', 'Fritz-Ludwig-Str. 1 Koblenz 56070 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35025, 'a83fa10', 0, 'Imecon Engineering SrL', 'via Gerola 13/15 Fiesco CR 26010 IT', 'IT', 'MA-M', '2018-07-16', '2018-07-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35026, '7cab25', 0, 'Mesmo Tech Inc', '3F., No.181, ZHOUZI ST., NEIHU DIST., TAIPEI TAIPEI 11493 TW', 'TW', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35027, 'a42305', 0, 'Open Networking Laboratory', '1000 El Camino Real Menlo Park CA 94025 US', 'US', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35028, '1cab01', 0, 'Innovolt', '14 Piedmont Center Atlanta GA 30305 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35029, 'c8292a', 0, 'Barun Electronics', '869, Jangji-ri, Dongtan-myeon Hwaseong-si Gyeonggi-do 445812 KR', 'KR', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35030, '0018f0', 0, 'Joytoto Co, Ltd', '3F Sungwoo Bldg. 717-3, Sooseo-Dong Seoul 135-220 KR', 'KR', 'MA-L', '2006-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35031, '7c6adb', 0, 'SafeTone Tech Co, Ltd', 'Room 323,ZhuouJi Plaza,No.16 AnDe Road,East District, Beijing 100011 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35032, '0050c2881', 0, 'InnoTrans Communications, Inc', '6840 Via Del Oro, Ste#210 San Jose CA 95119 US', 'US', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35033, '38b8eb7', 1, 'Private', '', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35034, '3c24f09', 0, 'Siemens AG - Siemens Deutschland Mobility', 'Otto-Hahn-Ring 6 Munich 81379 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35035, '0020dd', 0, 'Cybertec Pty Ltd', 'Unit 11, 41 Higginbotham Road Gladesville NSW 2111 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35036, '00165d', 0, 'AirDefense, Inc', '4800 North Point Pkwy Alpharetta GA 30022 US', 'US', 'MA-L', '2005-11-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35037, 'a8a097', 0, 'ScioTeq bvba', 'President Kennedypark 35A Kortrijk 8500 BE', 'BE', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35038, '70b3d5b53', 0, 'Revolution Retail Systems, Llc', '1840 Hutton Drive Ste 130 Carrollton TX 75006 US', 'US', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35039, '70f754', 0, 'Ampak Tech, Inc', '3F, No.15-1 Zhonghua Road, Hsinchu Industrail Park, Hukou, Hsinchu Hsinchu,Taiwan R.O.C. 30352 TW', 'TW', 'MA-L', '2019-01-08', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35040, 'c01b23', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'NO.198 FIRST SECTION,SNOW MOUNTAIN AVENUE, JINYUAN TOWN, DAYI COUNTY, CHENGDU SICHUAN 611330 CN', 'CN', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35041, '0050c22fd', 0, 'American Microsystems, Ltd', '2190 Regal Parkway Euless Texas 76040 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35042, '94fe9d', 0, 'Shenzhen Gongjin Electronics Co, LT', 'SONGGANG SHENZHEN GUANGDONG 518105 CN', 'CN', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35043, '0017b8', 0, 'Novatron Co, Ltd', '#601 polaris bldg., 15-3 jeongja-dong, bundang-gu Seong Nam Gyeonggi Do 463-811 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35044, '0024a2', 0, 'Hong Kong Middleware Tech Ltd', 'Room 1315 ,Leighton Centre,77 Leighton Road Causeway Bay 852 HK', 'HK', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35045, '740abc', 0, 'LightwaveRF Tech Ltd', 'Innovation Campus Birmingham Faraday Wharf, Holt Street Birmingham B4 4BB GB', 'GB', 'MA-L', '2010-11-24', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35046, 'ccfd17', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35047, 'b47af1', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35048, '000607', 0, 'Omni Directional Control Tech Inc', '8F-2, No. 94, Pao-Chung Rd. Taipei Hsien, TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35049, '000b7a', 0, 'L-3 Linkabit', '9890 Town Center Drive San Diego CA 92121 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35050, '0023f8', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2008-10-25', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35051, '7cdd90', 0, 'Shenzhen Ogemray Tech Co, Ltd', '3 Floor, 9 Building, Minxing Industrial Zone, Shenzhen Guangdong 518131 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35052, '74e14ae', 0, 'Diamond Kinetics', '700 River Ave., Suite 318 Pittsburgh PA 15212 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35053, 'b8b81e', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35054, '00a035', 0, 'Cylink Corp', '3131 JAY STREET SANTA CLARA CA 95054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35055, '001b6a', 0, 'Powerwave Tech Sweden AB', '164 26 Knarrarnäsgatan 7, Kista SE', 'SE', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35056, '846aed', 0, 'Wireless Tsukamoto.,CoLtd', '16-21 1chome,Isoyama Suzuka Mie-pref 5100256 JP', 'JP', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35057, 'b8c68e', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35058, '00261a', 0, 'Femtocomm System Tech Corp', '2F.-2,No.28, Taiyuan St., Jhubei City, Hsinchu Country, 30288 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35059, '185933', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35060, 'f898b9', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-07-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35061, '70b3d5e7b', 0, 'Shenzhen SanYeCao Electronics Co, Ltd', '505, 5/F, Dahong High Tech Industry Park, No.6-18, Xinhe Road, Shajing, Baoan District, Shenzhen SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35062, '000b9c', 0, 'TriBeam Tech, Inc', '116 W. Eastman St., suite 208 Arlington Heights IL 60004 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35063, '001ef2', 0, 'Micro Motion Inc', '7070 Winchester Circle Boulder CO 80301 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35064, '40d8551a0', 0, 'Futaba Corp', '1080 Yabutsuka,Chosei-mura, Chosei-gun Chiba-ken 299-4395 JP', 'JP', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35065, '58493b', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2014-01-12', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35066, 'd076504', 1, 'Private', '', '', 'MA-M', '2014-04-14', '2014-04-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35067, '0050c2330', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2004-04-16', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35068, '0015e8', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2005-09-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35069, '40d8550d1', 0, 'Cantada Inc', '5742 Oakton Court Sarasota Florida 34233 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35070, '10ce45', 0, 'Miromico AG', 'Gallusstrasse 4 Zurich Zurich CH-8006 CH', 'CH', 'MA-L', '2020-01-29', '2020-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35071, '00906b', 0, 'Applied Resources, Inc', '9821 WIDMER ROAD LENEXA KS 66215-1239 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35072, '001355', 0, 'Tomen Cyber-business Solutions, Inc', '2-11-19 Kohnan TOKYO 108-0075 JP', 'JP', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35073, '001e14', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35074, '001f0e', 0, 'Japan Kyastem Co, Ltd', '1-4-4 Tachikawa Tokyo 190-0022 JP', 'JP', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35075, 'b8f934', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2010-11-24', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35076, '802afa', 0, 'Germaneers GmbH', 'Dr.-Kurt-Schumacher-Ring 3 Wettstetten Bayern 85139 DE', 'DE', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35077, '9cc7a6', 0, 'Avm GmbH', 'Alt-Moabit 95 berlin Berlin 10559 DE', 'DE', 'MA-L', '2012-05-26', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35078, 'cce0c3', 0, 'Exten Tech, Inc', '4201 W Parmer Lane Bldg A, Ste 200 Austin TX 78727 US', 'US', 'MA-L', '2015-08-11', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35079, '000878', 0, 'Benchmark Storage Innovations', '3122 Sterling Circle Boulder CO 80301 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35080, '0050c2614', 0, 'Proserv', 'Strandveien 43 NO', 'NO', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35081, '00113b', 0, 'Micronet Communications Inc', '12F-1, No. 100, Min-Chuan Road Hsin-Tien Taipei 231 TW', 'TW', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35082, '64d02d', 0, 'Next Generation Integration (Ngi)', '137 rue de Versailles Le Chesnay 78150 FR', 'FR', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35083, '7c1e52', 0, 'Microsoft', '1 Microsoft Way Redmond Washington 98052 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35084, '70b3d5225', 0, 'Rcd Radiokomunikace', 'U Posty 26 Stare Hradiste 53352 CZ', 'CZ', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35085, '00004f', 0, 'Logicraft, Inc', '22 COTTON ROAD NASHUA NH 03063 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35086, '008020', 0, 'Network Products', 'DIVISION OF ANDREW CORPORATION TORRANCE CA 90503 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35087, '0004e1', 0, 'Infinior Microsystems', '2F, Accufar Bldg, 234-10, Seoul KOREA 138-220 KR', 'KR', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35088, '7881ce', 0, 'China Mobile Iot Ltd Co', 'No. 8 Yangliu North Road, Yubei District, Chongqing, China Chong Qing Chong Qing 401120 CN', 'CN', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35089, '000a48', 0, 'Albatron Tech', '6F, No 716, Chung Cheng, Chung-Ho City Taipei Hsien TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35090, '0050c22f3', 0, 'Crossbow Tech, Inc', '41 Daggett Drive San Jose CA 95134 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35091, '70b3d5aa7', 0, 'Ateme', '26 Burospace Bievres IDF 91470', '', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35092, '28f033', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35093, '00208f', 0, 'Eci Telecom Ltd', 'HASIVIM ST. 30, PETACH-TIKVA 49133 49133 IL', 'IL', 'MA-L', '1980-01-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35094, '00dd0c', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35095, '002510', 0, 'Pico-Tesla Magnetic Therapies', '7852 South Elati Littleton CO 80120 US', 'US', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35096, '28d1af', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35097, '70b3d5538', 0, 'sydetion UG (h.b.)', 'Helfensteinstr. 14 GOEPPINGEN BW 73037 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35098, '107717', 0, 'Shenzhen Chuangwei-Rgb Electronics Co, Ltd', 'Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN', 'CN', 'MA-L', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35099, 'c4741e', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-10-23', '2019-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35100, '0050c236a', 0, 'Optronic Partner pr AB', 'Box 733 SKELLEFTEA SE 93127 SE', 'SE', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35101, '001c70', 0, 'Novacomm Ltda', 'RUA BEIJUI, 70 São Paulo 04689-000 BR', 'BR', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35102, '70b3d54f6', 0, 'Dorlet Sau', 'Albert Eistein 34 Alava SPAIN 01510 ES', 'ES', 'MA-S', '2018-09-27', '2018-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35103, '4455c4', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35104, '70b3d5786', 0, 'Rch Vietnam Ltd Liability Co', 'Workshop F.01B-2, Lot No. F.01B Long Hau Ho Chi Minh City Ho Chi Minh 70000 VN', 'VN', 'MA-S', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35105, '4cce2d', 0, 'Danlaw Inc', '23700 research Dr. Farmington Hills MI 48335 US', 'US', 'MA-L', '2020-01-23', '2020-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35106, '0009f7', 0, 'Sed, a division of Calian', '18 Innnovation Boulevard Saskatoon Saskatchewan (SK) S7K 3P7 CA', 'CA', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35107, '001c53', 0, 'Synergy Lighting Controls', 'One Lithonia Way Conyers GA 30012 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35108, '70b3d5c07', 0, 'Areco', '114 chemin de Saint Marc GRASSE PACA 06130 FR', 'FR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35109, '70b3d563f', 0, 'YG Co Co, Ltd', '65, Techno 3-ro Daejeon Yuseong-gu 34016 KR', 'KR', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35110, 'a4e991', 0, 'Sistemas Audiovisuales Itelsis S.L.', 'POL.IND. DEL TAMBRE SANTIAGO COMPOSTELA A CORUÑA 15890 ES', 'ES', 'MA-L', '2013-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35111, 'e0accb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-04-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35112, '0050c2e90', 0, 'GS Elektromedizinische Geraete G. Stemple GmbH', 'Hauswiesenstr. 26 Kaufering Bayern 86916 DE', 'DE', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35113, 'f83553', 0, 'Magenta Research Ltd', '128 Litchfield Road New Milford CT 06776 US', 'US', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35114, '70b3d5046', 0, 'Shenzhen Rihuida Electronics Co,. Ltd', 'Fuzhong Industrial Park #4 Shenzhen 518103 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35115, '500b91', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35116, '00109a', 0, 'Netline', '7, Rue de Bievres 92140 CLAMART FR', 'FR', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35117, '2ccd27', 0, 'Precor Inc', '20031 142nd Avenue NE Woodinville WA 98072 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35118, 'd49e6d', 0, 'Wuhan Zhongyuan Huadian Science & Tech Co,', 'NO.6, 6 Road, Sci. & Tech. region of HUST, East Lake Development Zone, Wuhan Hubei 430223 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35119, '0012c6', 0, 'Tgc America, Inc', '2901 Tasman Drive, Suite 111 Santa Clara CA 95054 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35120, '4001c6', 0, '3com Europe Ltd', 'Peoplebuilding 2 Hemel Hempstead HERTS. HP2 4NW GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35121, 'f4b164', 0, 'Lightning Telecommunications Tech Co Ltd', 'Room 1302, Tian¡¯an Hi-Tech Plaza Tower A, Futian District, ShenZhen GuangDong 518040 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35122, 'c40acb', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35123, '60d7e38', 0, 'HindlePower, Inc', '1075 Saint John St Easton PA 18042 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35124, '70b3d562c', 0, 'Ooo Ntc Rotek', 'Malaya Krasnoselskaya str., build. 2/8, block 7, floor 4, dep. II, room 5 Moscow Moscow 107140 RU', 'RU', 'MA-S', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35125, '001f2b', 0, 'Orange Logic', '#706 AceTechnoTower 10-cha,470-5 SEOUL 153-789 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35126, '780ac7', 0, 'Baofeng TV Co, Ltd', 'Room 2D, Building 5D, Nanshan District Software Industry Base ShenZhen GuangDong 518000 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35127, '70b3d5379', 0, 'Vensi, Inc', '113 McHenry Rd #191 Buffalo Grove IL 60089 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35128, '4c776d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35129, '001bc508e', 0, 'TrendPoint Systems', '1595 E. 6th Street Corona CA 92879 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35130, '484baa', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35131, '00154b', 0, 'Wonde Proud Tech Co, Ltd', '21F., No.100, Sec.1, Shintai 5th Rd Sijhih city Taipei County 221 TW', 'TW', 'MA-L', '2005-07-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35132, '0016f5', 0, 'Dalian Golden Hualu Digital Tech Co, Ltd', 'No.1 Hua Road,Qixianling Dalian LiaoNing 116023 CN', 'CN', 'MA-L', '2006-01-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35133, 'e89218', 0, 'Arcontia International AB', 'Gruvgatan 35A Vastra Frolunda 421 30 SE', 'SE', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35134, 'b0e71d', 0, 'Shanghai Maigantech Co, Ltd', 'Room 2211,No.88 Caoxi North Rd,Xuhui District Shanghai Shanghai 200030 CN', 'CN', 'MA-L', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35135, '00e02b', 0, 'Extreme Networks, Inc', '10460 BANDLEY DRIVE CUPERINT0 CA 95014 US', 'US', 'MA-L', '1980-01-01', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35136, '0050c2439', 0, 'Peleton Photonic Systems', '2355 St. Laurent BLVD Ottawa Ontario K1G 6C3 CA', 'CA', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35137, '0050c2d94', 0, 'Software Effect Enterprises, Inc', 'PO Box 1514 Newnan GA 30264 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35138, '484d7e', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35139, '5c17cf', 0, 'OnePlus Tech (Shenzhen) Co, Ltd', '18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-11-09', '2019-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35140, '0050c21f1', 0, 'Sky Computers, Inc', '27 Industrial Ave Chelmsford Mass 01824 US', 'US', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35141, '48d705', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35142, '0c9d56', 0, 'Consort Controls Ltd', '13 Campion Terrace Leamington Spa CV32 4SU GB', 'GB', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35143, '4ccc34', 0, 'Motorola Solutions Inc', 'One Motorola Plaza Holtsville NY 11742 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35144, '7419f87', 0, 'Heptagon Systems Pty. Ltd', '625-627 Ringwood Warrandyte Road Ringwood North VIC 3124 AU', 'AU', 'MA-M', '2014-01-20', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35145, '7079b3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35146, '00c021', 0, 'Netexpress', '989 EAST HILLSDALE BLVD. FOSTER CITY CA 94404-2113 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35147, '0050c2755', 0, 'Teletek Electronics', '14A Srebarna Str. Sofia 1407 BG', 'BG', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35148, 'c816a5', 0, 'Masimo Corp', '40 Parker Irvine CA 92618 US', 'US', 'MA-L', '2016-08-09', '2016-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35149, '5ce176', 0, 'Cisco Systems, Inc', '80 West Tasman Dr. San Jose CA 94568 US', 'US', 'MA-L', '2019-11-05', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35150, '0018f2', 0, 'Beijing Tianyu Communication Equipment Co, Ltd', '27th Floor, Tengda Plaza Beijing 100044 CN', 'CN', 'MA-L', '2006-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35151, 'f4dcf9', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2013-11-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35152, '5cf821', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35153, '000c5c', 0, 'Gtn Systems B.V.', 'Postbus 12236 Amsterdam NL', 'NL', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35154, '8014a8', 0, 'Guangzhou V-Solution Electronic Tech Co, Ltd', 'Room 406,Originality Building B3, NO.162 Science Avenue,Science Town Guangzhou Guangdong 510663 CN', 'CN', 'MA-L', '2014-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35155, '7cf05f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-03-17', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35156, '001bc5090', 0, 'Seven Solutions S.L', 'C/Baza, parcela 19, Peligros Granada 18210 ES', 'ES', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35157, '70b3d51f0', 0, 'Harmonic Design GmbH', 'Bahnhofstraße 1 Steinheim 71711 DE', 'DE', 'MA-S', '2019-07-16', '2019-07-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35158, '0009c5', 0, 'Kingene Tech Corp', '7F, No. 144, Minchuan E. Rd. Sec. 3 Taipei 105 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35159, '002299', 0, 'SeaMicro Inc', '4677 Old Ironsides Dr., Santa Clara CA 95054 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35160, '80e650', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35161, 'ac1ddfc', 0, 'Beijing Chunhong Tech Co, Ltd', 'Room1502 Hailong Plaza, Zhongguancun, Haidian, Beijing Beijing 100000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35162, 'bc9fef', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35163, 'cc2237d', 0, 'Shenzhen Hooenergy Tech Co, Ltd', 'NO.5C3-5,BLOCK CD,TIANZHANDASHA,FUTIAN DISTRICT SHENZHEN 518000 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35164, 'fcd2b61', 0, 'Link (Far-East) Corp', 'No.192, Lian-Cheng Rd., Chung-Ho, Taipei,Taiwan 23553 Taipei Taiwan 23553 TW', 'TW', 'MA-M', '2018-12-27', '2018-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35165, '0050c2e7f', 0, 'LS Control A/S', 'Indrustivej 12 Gelsted Herlufmagle DK-4160 DK', 'DK', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35166, '4865ee', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35167, '0050c28be', 0, 'The Pennsylvania State University', '0165 ARL Building State College PA 16804-0030 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35168, '0050c29b9', 0, 'Isa - Intelligent Sensing Anywhere, S.A.', 'Estádio Cidade de Coimbra Coimbra 3030-320 PT', 'PT', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35169, '1caa07', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35170, '80e4da2', 0, 'Thurlby Thandar Instruments Ltd', 'Glebe Road Huntingdon Cambridgeshire PE29 7DR GB', 'GB', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35171, '0050c2378', 0, 'Daintree Networks Pty', '111 N. Market St, Suite 615 San Jose CA 95113-1101 US', 'US', 'IAB', '2004-06-16', '2015-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35172, '0012fd', 0, 'Optimus IC S.A.', 'NAWOJOWSKA 118 NOWY SACZ MALOPOLSKA 33-300 PL', 'PL', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35173, '00230f', 0, 'Hirsch Electronics Corp', '1900 Carnegie, Bldg. B Santa Ana CA 92705 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35174, '50de19a', 0, 'Tannak International AB', 'Midgårdsvägen 13 Luleå 973 34 SE', 'SE', 'MA-M', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35175, '0005ae', 0, 'Mediaport Usa', '17151 Newhope Ave. #202 Fountain Valley CA 92708 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35176, '0024a9', 0, 'Ag Leader Tech', '2202 S Riverside Dr. Ames IA 50010 US', 'US', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35177, '84285a', 0, 'Saffron Solutions Inc', '1337 Mass Ave #273 Arlington MA 02476 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35178, '70b3d57b6', 0, 'Amada Miyachi America Inc', '1820 S. Myrtle Avenue Monrovia CA 91016 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35179, '00c031', 0, 'Design Research Systems, Inc', '925 E. EXECUTIVE PARK DR. SALT LAKE CITY UT 84117 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35180, '000547', 0, 'Starent Networks', '30 International Place Tewksbury MA 01876 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35181, 'f4e926', 0, 'Tianjin Zanpu Tech Inc', '3F Haiyi International Center, Huayuan Industrial Park, Tianjin Tianjin Tianjin 300384 CN', 'CN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35182, '88947e', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35183, '001f6c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35184, 'd84b2a', 0, 'Cognitas Tech, Inc', '6406 Laurel Bush Ln. Sugar Land Texas 77479 US', 'US', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35185, '04586f', 0, 'Sichuan Whayer information industry Co, Ltd', 'Layer 16,Building 10, C Area Chengdu City 610041 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35186, '70b3d5ba1', 0, 'Cathwell AS', 'Kongshavnsgate 18 Langesund Telemark N-3970 NO', 'NO', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35187, '005029', 0, '1394 Printer Working Group', 'P.O. BOX 23158 SAN JOSE CA 95153 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35188, '0006b6', 0, 'Nir-Or Israel Ltd', '11 Amal St. IL', 'IL', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35189, '70b3d5f92', 0, 'TechOne', '6-20-13-803, Chuo Fukutsu Fukuoka 8113217 JP', 'JP', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35190, 'a0a4c5', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35191, '24526a', 0, 'Zhejiang Dahua Tech Co, Ltd', 'No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35192, '006009', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35193, '0010d0', 0, 'Witcom, Ltd', 'P.O.B. 2250 HAIFA 31021 IL', 'IL', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35194, '0004f9', 0, 'Xtera Communications, Inc', '500 W Bethany Drive Allen TX 75013 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35195, 'f0d1a9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35196, 'd49524', 0, 'Clover Network, Inc', '415 N Mathilda Ave Sunnyvale CA 94085 US', 'US', 'MA-L', '2013-03-10', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35197, '006013', 0, 'Netstal Maschinen AG', 'INDUSTRIESTRASSE CH-8752 NAEFELS CH', 'CH', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35198, '00302d', 0, 'Quantum Bridge Communications', 'ONE HIGH STREET NORTH ANDOVER MA 01845 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35199, '5cc307', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35200, 'e8df70', 0, 'Avm Audiovisuelles Marketing und Computersysteme GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35201, '447e76', 0, 'Trek Tech (S) Pte Ltd', '30 Loyang Way #07-15 Singapore Singapore 508769 SG', 'SG', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35202, '403f8c', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-11-17', '2015-11-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35203, '7867d7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35204, '0003ad', 0, 'Emerson Energy Systems AB', 'PO Box 92113 SE', 'SE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35205, '0030be', 0, 'City-Net Tech, Inc', '135 E. Chesnut Ave., Ste. Monrovia CA 91016 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35206, '000af9', 0, 'HiConnect, Inc', 'Rm #906, Haksan Cosmostel, 110 Kwangjin-Gu Seoul 143-802 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35207, '301f9ae', 0, 'Shenzhen Fengliyuan Energy Conservating Tech Co Ltd', '8th floor of building A, Baoshan Industrial Estate, Longhua District, Shenzhen Shenzhen Guangdong 518131 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35208, '0060cd', 0, 'VideoServer, Inc', '5 FORBES ROAD LEXINGTON MA 02173 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35209, '00d06a', 0, 'Linkup Systems Corp', '1190 COLEMAN AVE.- STE #2C SAN JOSE CA 95110 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35210, '0030af', 0, 'Honeywell GmbH', 'Boeblinger Str. 17 D-71098 Schoenaich DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35211, 'cc10a3', 0, 'Beijing Nan Bao Tech Co, Ltd', 'Room 8476,Floor 8,Building 3 Shijingshan District Beijing 100041 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35212, '70b3d5dad', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'MA-S', '2014-11-04', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35213, '803a59', 0, 'AT&T', '1025 Lenox Park Blvd Atlanta GA 30319 US', 'US', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35214, '900cc8', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35215, '0060cf', 0, 'Alteon Networks, Inc', '50 GREAT OAKS BLVD. SAN JOSE CA 95119 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35216, '10880f', 0, 'Daruma Telecomunicações e Informática S.A.', 'AVENIDA INDEPENDENCIA, 3500, LOTEAMENTO INDUSTRIAL Taubaté São Paulo 12032-000 BR', 'BR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35217, 'a46e79', 0, 'Dft System CoLtd', 'Room 6B XINHAOFANG Building SHENZHEN GUANGDONG 518052 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35218, '1ccae33', 0, 'Shenzhen Smart Device Tech Co, Ltd', 'SSMEC Building, Gao Xin Nan First Avenue Hi-Tech Park South Shenzhen GuangDong 518057 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35219, '305890', 0, 'Frontier Silicon Ltd', '137 Euston Road London NW12AA GB', 'GB', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35220, '001405', 0, 'OpenIB, Inc', 'OpenFabrics, Inc., c/o QLogic Corporation Mountain View CA 94043-4655 US', 'US', 'MA-L', '2005-03-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35221, 'e0dadc', 0, 'Jvc Kenwood Corp', '3-12, Moriyacho, Kanagawa-ku Yokohama-shi Kanagawa 221-0022 JP', 'JP', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35222, '840d8e', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2018-01-25', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35223, 'bc4a56', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35224, '00257b', 0, 'Stj Electronics Pvt Ltd', 'X-24 OKHLA INDUSTRIAL AREA NEW DELHI DELHI 110 020 IN', 'IN', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35225, 'ac8acd', 0, 'Roger D.Wensker, G.Wensker sp.j.', 'Gosciszewo 59 Sztum Pomorskie 82-400 PL', 'PL', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35226, 'ac1ddf4', 0, 'Motec Pty Ltd', '121 Merrindale Drive Croydon South Victoria 3136 AU', 'AU', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35227, '70b3d5d5c', 0, 'Critical Link Llc', '6712 Brooklawn Parkway Syracuse null 13211 US', 'US', 'MA-S', '2017-09-27', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35228, '70b3d5b1e', 0, 'Fen Systems Ltd', '110 Cromwell Road Cambridge CB1 3EG GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35229, '70b3d5143', 0, 'A & T Tech', 'ul. Baumana 57a-31 Kemerovo 650040 RU', 'RU', 'MA-S', '2019-08-29', '2019-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35230, '001823', 0, 'Delta Electronics, Inc', '186 Ruey Kuang Road, Neihu, Taipei 114 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35231, '0050c27b1', 0, 'Ateme', '26 Burospace - route de GIZY - Bievres cedex Bievres 91570 FR', 'FR', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35232, '40d8551ab', 0, 'Rosslare Enterprises Ltd', 'Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK', 'HK', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35233, '006967', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35234, '001bc503b', 0, 'Promixis, Llc', '211 Edenberry Avenue Jupiter FL 33458 US', 'US', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35235, '684ca8', 0, 'Shenzhen Herotel Tech Co, Ltd', 'Room W1402, West Tower, No.10128, Shennan Road, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35236, '000696', 0, 'Advent Networks', '9600 Great Hills Tr. Austin TX 78759 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35237, '0016f0', 0, 'Dell', '909 Hermosa Ct Sunnyvale CA 94085 US', 'US', 'MA-L', '2006-01-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35238, '00176d', 0, 'Core Corp', '1-22-3, Sangenjaya, Setagaya-ku Tokyo-to 154-8552 JP', 'JP', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35239, '0050c2bcf', 0, 'Epiko, elektronski sistemi d.o.o.', 'Izanska cesta 146a Ljubljana Slovenija 1108 SI', 'SI', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35240, '70b3d5173', 0, 'National TeleConsultants Llc', '550 North Brand Boulevard, 17th Floor Glendale CA 91203-1944 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35241, '000324', 0, 'Sanyo Consumer Electronics Co, Ltd', '7-101 Tachikawa-cho Tottori City 680-8634 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35242, '0005af', 0, 'InnoScan Computing A/S', 'Soren Frichsvej 42R DK', 'DK', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35243, '001628', 0, 'Magicard Ltd', 'Hampshire Road Weymouth Dorset DT4 9XD GB', 'GB', 'MA-L', '2005-10-13', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35244, '001a56', 0, 'ViewTel Co,. Ltd', '#B-502,Bundang Techno Park 148 BunDang-Ku, SeongNam-Si GyeongGi-Do 463-760 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35245, '6cb2ae', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35246, 'a4da22', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35247, 'ac4330', 0, 'Versa Networks', '6001 America center Drive, Suite 400 San Jose CA 95070 US', 'US', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35248, '4ce9e4', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35249, '000fd8', 0, 'Force, Inc', '825 Park Street Christiansburg Va 24073 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35250, '0015ca', 0, 'TeraRecon, Inc', '2955 Campus Drive, Suite 325 San Mateo CA 94403 US', 'US', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35251, '80b07b', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-05-23', '2019-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35252, '0008d0', 0, 'Musashi Engineering Co, Ltd', '3-11-7, Nishi-shimbashi Minato-ku Tokyo 105-0003 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35253, '000d23', 0, 'Smart Solution, Inc', '465 West Lawndale #B Salt Lake City UT 84115 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35254, '08000b', 0, 'Unisys Corp', 'TOWNSHIP LINE ROAD BLUE BELL PA 19424 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35255, '000289', 0, 'Dne Tech', '50 Barnes Park N Wallingford CT 06492 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35256, '40d855165', 0, 'Techboard Srl', 'VIA DELLA SCIENZA 50 MODENA Modena 41122 IT', 'IT', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35257, '70b3d5fbe', 0, 'Hanbat National University', 'Hanbat National Univ., Deongmyeong-dong, Yuseong-gu Daejeon 34158 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35258, '70b3d56e7', 0, 'Aml', '2190 Regal Parkway Euless TX 76040 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35259, '002182', 0, 'SandLinks Systems, Ltd', 'P.O.Box 4629 Petah-Tiqwa Israel 49277 IL', 'IL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35260, '0023c8', 0, 'Team-R', 'Gragdanski str.111, A, 9-N St. Petersburg 195265 RU', 'RU', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35261, '388345', 0, 'TP-Link Tech Co, Ltd', 'Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan, Shenzhen, Guangdong Province 518057 CN', 'CN', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35262, '80656d', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35263, '2057af', 0, 'Shenzhen FH-Net Optoelectronics Co, Ltd', '5/F Building D1 TCL International E City NO.1001 Zhong shan yuan Rd, Nanshan District Shenzhen china Shenzhen GuangDong 518055 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35264, '2c279e9', 0, 'octoScope, Inc', '305 Foster Street, #104 Littleton MA 01460 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35265, '0010dd', 0, 'Enable Semiconductor, Inc', '1740 TECHNOLOGY DRIVE SAN JOSE CA 95110 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35266, '0050c2ae5', 0, 'Abs Gesellschaft f. Automatisierung, Bildverarbeitung und Software mbH', 'Erlanger Allee 103 Jena Thueringen 07747 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35267, '3cf4f9', 0, 'Moda-InnoChips', '42-7(Wonsi-Dong),Dongsan-ro 27beon-gil,Danwon-gu Ansan-si Gyeonggi-Do 15433 KR', 'KR', 'MA-L', '2018-02-11', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35268, '0022de', 0, 'Oppo Digital, Inc', '2629B Terminal Blvd Mountain View CA 94043 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35269, '70b3d5910', 0, 'Eginity, Inc', '37 N Orange Ave STE 770 Orlando 32801 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35270, '0050c2d4b', 0, 'Indra Australia', 'Unit 21 Rydalmere NSW 2116 AU', 'AU', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35271, '04d395', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35272, '001eaa', 0, 'E-Senza Tech GmbH', 'Blarerstrasse 56 Konstanz BW 78462 DE', 'DE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35273, '001f91', 0, 'Dbs Lodging Tech, Llc', '21196 Limber Mission Viejo CA 92692 US', 'US', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35274, '002560', 0, 'Ibridge Networks & Communications Ltd', '28,Bedford Road East Ham London E6 2NN GB', 'GB', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35275, 'a0593a', 0, 'V.D.S. Video Display Systems srl', 'Via Del Pantano 71 SCANDICCI FI 50018 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35276, '70b3d51c8', 0, 'Lda audio video profesional S.L.', 'C/ Severo Ochoa, 31 Malaga Malaga 29590 ES', 'ES', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35277, '70b3d5031', 0, 'Shenzhen Gaona Electronic CoLtd', 'F3.East block. Xinwu Industrial Building, Longzhu Road.Nanshan District Shenzhen Guangdong China 518000 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35278, 'f01090', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35279, '0008ae', 0, 'PacketFront Network Products AB', 'PO 1217 Kistagangen 2, IV Kista Stockholm SE -16428 SE', 'SE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35280, '000cf2', 0, 'Gamesa Eólica', 'Polígono Agustinos. C/ A s/n. Pamplona NAVARRA 31013 ES', 'ES', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35281, '58eb14', 0, 'Proteus Digital Health', '2600 Bridge Parkway, Ste 101 Redwood City California 94065 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35282, '40d855055', 0, 'Helmholtz Zentrum Dresden Rossendorf e.V.', 'Bautzner Landstrasse 400 Dresden Sachsen 01328 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35283, 'cc167e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35284, '70b3d59c7', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35285, '0080cb', 0, 'Falco Data Products', '440 POTRERO AVENUE SUNNYVALE CA 94086-4196 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35286, '0050c237f', 0, 'Foresearch', 'Kwanak-ku, Shinrim-dong 56-1 Bldg 138 Rm 302 Seoul Korea 151-742 KR', 'KR', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35287, '8478ac', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35288, 'e4956ea', 0, 'Red Point Positioning, Corp', '20 Webster Street, Suite 411 Brookline MASSACHUSETTS 02446 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35289, 'f81d78c', 0, 'Shenzhuoyue Tech, Ltd', 'Room 815/816 , ShangMei Times Building, No. 57 LongGuan East Road,Long Hua New District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35290, '6cad3f', 0, 'Hubbell Building Automation, Inc', '9601 Dessau Rd Austin Texas 78754 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35291, '88e917', 0, 'Tamaggo', '2001 McGill College Montreal Quebec H3A 3L3 CA', 'CA', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35292, '8c9f3b', 0, 'Qingdao Hisense Communications Co, Ltd', 'Qianwangang Road 218 Qingdao Shandong 266510 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35293, 'ac1ddfe', 0, 'Duravit AG', 'Werderstr. 36 Hornberg Baden Wuerttemberg 78132 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35294, '1c4176', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35295, '001b25', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2007-01-21', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35296, '001de2', 0, 'Radionor Communications', 'Ingvald Ystgaards veg 23 Trondheim TRD 7046 NO', 'NO', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35297, '0050c24eb', 0, 'Mandozzi Elettronica SA', 'Via Volta 2 Ponte Capriasca 6946 CH', 'CH', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35298, '549a114', 0, 'eTauro Llc', 'PMB 128 Houston TX 77044 US', 'US', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35299, 'e89eb4', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35300, '0050d2', 0, 'Cmc Electronics Inc', '600 Dr.Frederik-Philips Blvd Montreal QC H4M 2S9 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35301, '0050f9', 0, 'Sensormatic Electronics Llc', '1501 Yamato Rd Boca Raton FL 33431 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35302, '98d3d2', 0, 'Mekra Lang GmbH & Co KG', 'Buchheimerstr. 4 Ergersheim 91465 DE', 'DE', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35303, '707d95', 0, 'Shenzhen City LinwlanTechnology Co Ltd', '106 village road , manhole street Baoan district . Shenzhen Guangdong 518125 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35304, '000c6b', 0, 'Kurz Industrie-Elektronik GmbH', 'Foehrenbachstraße 3 Remshalden Baden-Württemberg 73630 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35305, '0050c2f11', 0, 'Organis GmbH', 'Schulstrasse 76 Landquart 7302 CH', 'CH', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35306, '00148d', 0, 'Cubic Defense Simulation Systems', '2001 W. Oakridge Road Orlando FL 32809 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35307, '0024e6', 0, 'In Motion Tech Inc', '#350, 625 Agnes Street New Westminster BC V3M 5Y4 CA', 'CA', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35308, '70b3d5ef2', 0, 'Kongsberg Intergrated Tactical Systems', '10 Pinehurst Dr Bellport New York 11713 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35309, '0c5415', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35310, '0005e2', 0, 'Creativ Network Tech', '1755 St. Regis Suite 240 Quebec H9B-2M9 CA', 'CA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35311, '0050c21dc', 0, 'Imarda New Zealand Ltd', 'Suite G16, National Innovation Centre, Eveleigh NSW 2015 NZ', 'NZ', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35312, '703187', 0, 'Acx GmbH', 'Äußere Zwickauer Straße 8 Zwickau 08064 DE', 'DE', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35313, '6858c5', 0, 'ZF Trw Automotive', '​12001 Tech Center Drive Livonia MI 48150 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35314, '0050c2c2e', 0, 'Dismuntel Sal', 'Pol ind cotes Algemesi Valencia 46680 ES', 'ES', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35315, '0c9301', 0, 'PT. Prasimax Inovasi Teknologi', 'Jl. Margonda Raya 494D Depok Jawa Barat 16424 ID', 'ID', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35316, '7cb177', 0, 'Satelco AG', 'Seestrasse 241 Au / Waedenswil ZH 8804 CH', 'CH', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35317, '58fcdb9', 0, 'Hi-Target Surveying Instrument Co, Ltd', 'Plant 202, BLDG 13, Tian\'An HQ Center, No.555 North Panyu RD. Donghuan Block, Guangzhou Guangdong 511400 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35318, '3894e0', 0, 'Syrotech Networks. Ltd', 'UNIT NO.-5 20F, KIN WING INDUSTERIAL BUILDING,33 KIN WING STREET TUEN MUN 999077 HK', 'HK', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35319, '000d76', 0, 'Hokuto Denshi Co,. Ltd', '3-7 Odori Nishi 16-Chome Chuoku Sapporo Hokkaido 060-0042 JP', 'JP', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35320, '64680c', 0, 'Comtrend Corp', '3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW', 'TW', 'MA-L', '2010-01-05', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35321, '0050c2079', 0, 'Flextel S.p.A', 'Corso Vercelli 328 10015 Ivrea (To) IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35322, '70b3d5f28', 0, 'Yi An Electronics Co, Ltd', '5F.-2, No. 81, Sec. 1, Xintai 5th Rd., Xizhi Dist New Taipei City 22101 TW', 'TW', 'MA-S', '2020-02-01', '2020-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35323, '001a2c', 0, 'Satec Co, Ltd', '358-4, Palgok2-Dong, Sangnok-Gu Ansan-Si Kyungki-Do 426-190 KR', 'KR', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35324, '00222c', 0, 'Ceton Corp', '8259 122nd Ave NE, Suite 275 Kirkland Washington 98033 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35325, '002320', 0, 'Nicira Networks', '3460 W. Bayshore Rd. Palo Alto CA 94303 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35326, '049f81', 0, 'NetAlly', '310 Littleton Road Westford MA 01886 US', 'US', 'MA-L', '2010-01-05', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35327, '0050c2be5', 0, 'RF Code, Inc', '9229 Waterford Centre Austin TX 78758 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35328, '68193f', 0, 'Digital Airways', '5, Place Jean SIARD ARGENTAN NORMANDY 61200 FR', 'FR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35329, '0013ad', 0, 'Sendo Ltd', 'Hatchford Brook Birmingham West Midlands B26 3RZ GB', 'GB', 'MA-L', '2005-02-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35330, '0015e0', 0, 'Ericsson', 'Nya Vattentornet Lund SE-221 83 NO', 'NO', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35331, '70b3d5248', 0, 'GL Tech Co, Ltd', 'No. Ten Changchun Road ZHENGZHOU HENAN 455000 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35332, 'dc1a01', 0, 'Ecoliv Tech ( Shenzhen ) Ltd', 'B-734, Tianhui building, Longhua Street, Pine Road, Longhua District Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35333, '244e7b4', 0, 'Leshi Internet Information & Tech (Beijing) Corp', 'Fl 16, Letv Building, 105 Yaojiayuan Road, Chaoyang District, Beijing,China Beijing 100025 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35334, '7cbacce', 0, 'Alpha Tech, Llc', '3030 GILCHRIST ROAD AKRON OH 44305 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35335, '70b3d5b1b', 0, 'Tech Link Corp', 'Shin-Yokohama Kohoku-ku yokohama kanagawa 222-0033 JP', 'JP', 'MA-S', '2019-12-18', '2019-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35336, '70b3d59d6', 0, 'Crown Solar Power Fencing Systems', '123/A, Ushodaya Towers Shahpurnagar, Jeedimetla Hyderabad Telangana 500055 IN', 'IN', 'MA-S', '2018-10-01', '2018-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35337, '0026f4', 0, 'Nesslab', '489-2 Maetan 3-dong, Yeong Tong-gu Suwon-si Gyeonggi-do 443-803 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35338, 'dcc793', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35339, '60d7e3d', 0, 'Quantronix, Inc', '380 S. 200 W. Farmington UT 84025 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35340, '885fe8d', 0, 'zhejiang yuanwang communication technolgy Co, Ltd', 'No. 6 of shen shi lei lu Road ZhuJi Zhejiang 311800 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35341, '70b3d5684', 0, 'Leco Corp', '3000 Lakeview Ave. St. Joseph null 49085 US', 'US', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35342, '70b3d50e7', 0, 'Pure Air Filtration', '6050 peachtree Pkwy Norcross GA 30092 US', 'US', 'MA-S', '2019-10-23', '2019-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35343, '0050c24ce', 0, 'Open Date Equipment Ltd', 'Units 7 & 8 Furmston Court Letchworth Garden City Hertfordshire SG6 1UJ US', 'US', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35344, '70b3d5a2e', 0, 'Kokam Co, Ltd', '1022, Gyeongsu-daero, Jangan-gu Suwon-si Gyeonggi-do 16203 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35345, '70b3d5c11', 0, 'Ariston Thermo s.p.a.', 'Via Aristide Merloni 45 Fabriano Ancona 60044 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35346, '0cb527', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35347, '001582', 0, 'Pulse Eight Ltd', '13 The Metro Centre Peterbourugh PE2 7UH GB', 'GB', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35348, '50a4d0e', 0, 'Sagetech Corp', 'PO Box 1146 White Salmon WA 98672 US', 'US', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35349, '0050c2509', 0, 'Hillcrest Laboratories, Inc', '15245 Shady Grove Road Rockville Maryland 20850 US', 'US', 'IAB', '2005-09-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35350, '0000d8', 0, 'Novell, Inc', '122 EAST 1700 SOUTH M/S:E-12-1 PROVO UT 84601 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35351, '0004ff', 0, 'Acronet Co, Ltd', 'Saman B/D 2Fl 137-064 KR', 'KR', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35352, '0050c24d6', 0, 'Ingenieurbüro Schober', 'Schloßgarten 16 Cadolzburg Bayern 90556 DE', 'DE', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35353, '00238b', 0, 'Quanta Computer Inc', 'NO. 211, WEN HWA 2RD.,KUEI SHAN HSIANG, TAO YUAN SHIEN, TAIPEI TAIWAN 333 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35354, 'a02c36', 0, 'FN-Link Tech Ltd', 'A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao\'an District SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35355, '2c86d2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-11-20', '2016-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35356, '8c1850', 0, 'China Mobile (Hangzhou) Information Tech Co, Ltd', 'No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Hangzhou 310000 CN', 'CN', 'MA-L', '2018-08-28', '2018-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35357, '907841', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-01-10', '2019-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35358, '00c064', 0, 'General Datacomm Llc', '353 Christian Street, Suite 4 Oxford CT 06478 US', 'US', 'MA-L', '1980-01-01', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35359, '000d84', 0, 'Makus Inc', '4F Daedo Bldg., 748-14 Yeoksam-dong Kangnam-gu Seoul 135-080 KR', 'KR', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35360, '70b3d5e14', 0, 'Automata Spa', 'Via Carducci 705 Caronno Pertusella Varese 21042 IT', 'IT', 'MA-S', '2019-02-26', '2019-02-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35361, '0090e7', 0, 'Horsch Elektronik AG', 'HAAGERSTRASSE CH-9473 GAMS CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35362, '000ced', 0, 'Real Digital Media', '485 North Keller Road Maitland FL 32751 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35363, '70b3d5025', 0, 'Elsuhd Net Ltd Co', 'Karrada dakhil-Q 909- St.20-Building 74 Karrada Baghdad 10001 IQ', 'IQ', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35364, '001e6d', 0, 'IT R&D Center', '461-25, Jeonmin-dong,Yuseong-Gu Daejeon 305-811 KR', 'KR', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35365, '38521a', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2010-06-10', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35366, '3866f0', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35367, '008056', 0, 'Sphinx Electronics GmbH & Co KG', 'Tullastr. 3 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35368, '0050c253c', 0, 'Marposs Spa', 'Via Saliceto 13 Bentivoglio Bologna 40010 IT', 'IT', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35369, '24a074', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35370, '8c0f83', 0, 'Angie Hospitality Llc', '12465 S Fort St, Ste 300 Draper UT 84020-9021 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35371, '304f75', 0, 'Dasan Network Solutions', 'DASAN Tower 8F, 49 Daewangpangyo-ro644beon-gil Bundang-gu Seongnam-si Gyeonggi-do 13493 KR', 'KR', 'MA-L', '2018-10-16', '2018-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35372, '000f44', 0, 'Tivella Inc', '795 Main Street Half Moon Bay CA 94019 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35373, '001bc502f', 0, 'Fibrain Co Ltd', 'ul. Wspólna 4A Rzeszów Podkarpacie 35-205 PL', 'PL', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35374, 'da9f19', 0, 'neXus ID Solutions AB', 'Telefonvägen 26 Stockholm 12626 SE', 'SE', 'CID', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35375, '0050c248a', 0, 'Mobile Matrix, Inc', '125 Half Mile Road Red Bank New Jersey 07701 US', 'US', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35376, 'a8d236', 0, 'Lightware Visual Engineering', 'Peterdy utca 15. Budapest H-1071 HU', 'HU', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35377, '5ce286', 0, 'Nortel Networks', 'CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX', 'MX', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35378, 'c8a1b6', 0, 'Shenzhen Longway Tech Co, Ltd', 'Suite 707,Incubation Building, China Academy of Science&Tech Development, South area Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35379, '9cffbe', 0, 'Otsl Inc', 'HANROKU Bldg. 2F, 2-1-2 Shinjuku-ku Tokyo 160-0021 JP', 'JP', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35380, '3c2f3a', 0, 'Sforzato Corp', '863 HINO-SHI TOKYO 191-0022 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35381, '0c73eba', 0, 'Pi Innovo Llc', '47023 Five Mile Rd Plymouth MI 48170 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35382, '000695', 0, 'Ensure Tech, Inc', '3526 West Liberty Ann Arbor MI 48103 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35383, '001859', 0, 'Strawberry Linux Co, Ltd', '1-28-8-204 Higashiayase Adachiku Tokyo 120-0004 JP', 'JP', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35384, '584925', 0, 'E3 Enterprise', '32F, Shinjuku Nomura Building Tokyo 163-0532 JP', 'JP', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35385, '70b3d5a05', 0, 'Wartsila Voyage Ltd', '13-18 City Quay Dublin 2 D02 ED70 IE', 'IE', 'MA-S', '2016-12-27', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35386, '2c48350', 0, 'Progress Rail Services, Inspection and Information Systems', '3801-1 South Selsa Road Independence null 64057 US', 'US', 'MA-M', '2018-03-18', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35387, '00c03e', 0, 'FA. Gebr. Heller GmbH', 'P.O. BOX 1428, DEP. EE7 DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35388, '70b3d540a', 0, 'Monroe Electronics, Inc', '100 Housel Avenue Lyndonville NY 14098 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35389, '0012c9', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2004-11-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35390, '00185e', 0, 'Nexterm Inc', '1-12-3, Shibaura, Minato-ku, Tokyo 105-0023 JP', 'JP', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35391, '001f8a', 0, 'Ellion Digital Inc', 'Suite 809, Sicox Tower, 513-14, Sangdaewon-dong, Jungwon-gu Sungnam-city Kyonggi-do 426-726 KR', 'KR', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35392, '54a4934', 0, 'Shenzhen C & D Electronics Co, Ltd', '9th FIoor, Building 9, No.1 Qingxiang road, BaoNeng Science and TechnoIogy Industrial Park, Longhua New District ShenZhen GuangDong 518000 CN', 'CN', 'MA-M', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35393, '000553', 0, 'Dvc Co, Inc', '10200 Hwy 290 W. Austin TX 78236 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35394, '000bcf', 0, 'Agfa Ndt Inc', '50 Industrial Park Road Lewistown PA 17044 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35395, '0050c2a30', 0, 'D-TA Systems', '2500 Lancaster Road Ottawa ON K1B 4S5 CA', 'CA', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35396, 'd47b75', 0, 'Harting Electronics GmbH', 'Marienwerderstraße. 3 Espelkamp North Rhine Westphalia 32339 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35397, '3826cd', 0, 'Andtek', 'Am Soeldnermoos 17 Hallbergmoos Bavaria 85399 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35398, 'd023db', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-08-05', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35399, 'cc33bb', 0, 'Sagemcom Broadband Sas', '250 ROUTE DE L\'EMPEREUR RUEIL MALMAISON CEDEX Choisissez l\'état / la province 92848 FR', 'FR', 'MA-L', '2013-05-02', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35400, '90f1b0', 0, 'Hangzhou Anheng Info&Tech Co, Ltd', '15F Zhongcai Bldg,#68 Tonghe Rd Hangzhou Zhejiang 310051 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35401, '000cbc', 0, 'Iscutum', '#899-6 Ho-Gye Dong, Dong-An Gu An-Yang City Kyong-Gi Do 431-080 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35402, '001358', 0, 'Realm Systems, Inc', '9350 South 535 East Sandy Utah 84070 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35403, '70b3d5bfa', 0, 'Nesa Srl', 'Via Sartori, 6/8 Vidor Treviso 31020 IT', 'IT', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35404, '0cfe5de', 0, 'Newgreen Tech Co, Ltd', '2F., No.200, Sec. 2, Gaotie N. Rd., Dayuan Dist., Taoyuan City 337, Taiwan (R.O.C.) Taoyuan City 33743 TW', 'TW', 'MA-M', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35405, 'ac60b6', 0, 'Ericsson AB', 'Torshamnsgatan 36 Stockholm SE-164 80 SE', 'SE', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35406, '18f0e4', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources , No.68 Qinghe Middle Street , Haidian District Beijing Beijing 100089 CN', 'CN', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35407, '50e0ef', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35408, '8c1cda2', 0, 'Geomc', 'Suite514, 130, Digital-ro Seoul 08589 KP', 'KP', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35409, '00903f', 0, 'Aztec Radiomedia', '31, RUE DU CHEMINDEFER 67200 STRASBOURG FR', 'FR', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35410, '0050c2f3c', 0, 'Vemco Sp. z o. o.', 'ul. Broniewskiego 3 Sopot pomorskie 81-837 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35411, '90b686', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35412, '70886b2', 0, 'CVnet', '111, Maeyeong-ro 345beon-gil, Yeongtong-gu Suwon-si Gyeonggi-do 16703 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35413, '002019', 0, 'Ohler GmbH', 'MAYBACHSTRASE 30 71332 WAIBLINGEN DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35414, '000aaf', 0, 'Pipal Systems', '2903 Bunker Hill Lane Santa Clara CA 95054 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35415, '70b3d55a2', 0, 'Wallner Automation GmbH', 'Kenzianweg 8 Schaerding Upper Austria A-4780 AT', 'AT', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35416, '84fcac', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35417, '70b3d512d', 0, 'S.E.I. Co, Ltd', '59 Nirayama Tada Izunokuni Shizuoka 4102133 JP', 'JP', 'MA-S', '2019-10-04', '2019-10-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35418, '0002e7', 0, 'Cab GmbH & Co KG', 'Wilhelm-Schickard-Str 14 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35419, '001338', 0, 'Fresenius-Vial', 'Le Grand Chemin BREZINS 38590 FR', 'FR', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35420, 'dc82f6', 0, 'iPort', '236 Calle Pintoresco San Clemente CA 92672 US', 'US', 'MA-L', '2015-07-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35421, '0001c4', 0, 'NeoWave, Inc', '10th KRIHS Bldg. 1591-6 SOUTH KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35422, '40d8551a3', 0, 'Noritake Itron Corp', '670-5 Uchimi Taiki-cho Watarai-gun Mie-ken 519-2736 JP', 'JP', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35423, '7c4fb5', 0, 'Arcadyan Tech Corp', '4F, No. 9, Park Avenue II , Hsinchu 300 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35424, '5cd61f', 0, 'Qardio, Inc', '340 S Lemon Ave #1104F Walnut California 91789 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35425, 'a08cfd', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston TX 77070 US', 'US', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35426, '6c9e7c', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-05-17', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35427, '00060c', 0, 'Melco Industries, Inc', '1575 W. 124th Ave. Denver CO 80234 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35428, '0050c2cee', 0, 'Embed-IT OG', 'Phorusgasse 8 Vienna 1040 AT', 'AT', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35429, 'd85dfb', 1, 'Private', '', '', 'MA-L', '2014-04-02', '2014-04-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35430, 'e44cc75', 0, 'CE Labs, Llc', '3209 WOOD DRIVE GARLAND TX 75041 US', 'US', 'MA-M', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35431, 'b4e8c9', 0, 'Xada Tech', 'No. 2-2, Xinyi Road Section 5, Lane 150, 1st Floor Taipei City Taipei City 110 TW', 'TW', 'MA-L', '2019-08-21', '2019-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35432, '001d08', 0, 'Jiangsu Yinhe Electronics Co, Ltd', '188 NANHUAN ROAD ZHANGJIAGANG JIANGSU 215611 CN', 'CN', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35433, '0050c2b13', 0, 'Measy Electronics Co, Ltd', 'Rm 1506, Block B, Haisong Bldg, Tairan 9th Rd, Chegongmiao, Futian Shenzhen Guangdong 518040 CN', 'CN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35434, '000591', 0, 'Active Silicon Ltd', 'Pinewood Mews Iver SL0 0NA GB', 'GB', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35435, '00245f', 0, 'Vine Telecom Co, Ltd', '191-4, 4F, Anyang-dong, Manan-gu Anyang-si Gyeonggi-do 430-010 KR', 'KR', 'MA-L', '2008-12-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35436, '644346', 0, 'GuangDong Quick Network Computer Co, Ltd', '12F,No.80 of Middle XianLie Road,YueXiu District GuangZhou GuangDong 510070 CN', 'CN', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35437, '206432', 0, 'Samsung Electro Mechanics Co, Ltd', '314, Maetan3-Dong, Yeongtong-Gu Suwon Gyunggi-Do 443-743 KR', 'KR', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35438, 'a0c5f2a', 0, 'Serious Integrated, Inc', '576 East Germann Road Gilbert AZ 85296 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35439, '70b3d5467', 0, 'GreenWake Tech', '56 boulevard Niels Bohr, CEI2 Villeurbanne 69100 FR', 'FR', 'MA-S', '2019-12-17', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35440, '00093b', 0, 'Hyundai Networks Inc', 'SAN 136-1 AMI-RI BUBAL_EUP ICHON KYUNGKI-DO 467-701 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35441, '001fe5', 0, 'In-Circuit GmbH', 'Königsbrücker Strasse 69 Dresden 01099 DE', 'DE', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35442, '40560c', 0, 'In Home Displays Ltd', 'Waterside House Edinburgh Lothian EH6 6QU GB', 'GB', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35443, 'd0d94f8', 0, 'Apption Labs Ltd', '7-8 Westbridge Close Leicester LE3 5LW GB', 'GB', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35444, '000bef', 0, 'Code Corp', '11814 S. Election Rd., Ste 200 Draper Utah 84020 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35445, '00260e', 0, 'Ablaze Systems, Llc', '523 West Valley Road Wayne Pennsylvania 19087 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35446, '00230d', 0, 'Nortel Networks', '2221 Lakeside Blvd Richardson TX 75081 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35447, '1c955d', 0, 'I-Lax Electronics Inc', '2283 ARGENTIA RD.- UNIT # 10 MISSISSAUGA ON. L5N 5Z2 CA', 'CA', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35448, '70b3d55cf', 0, 'Proel Tsi s.r.l.', 'VIA DIVISIONE JULIA, 10 MANZANO UD 33044 IT', 'IT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35449, '70b3d5eba', 0, 'Last Mile Gear', '1119 11th Ave LONGVIEW WA 98632 US', 'US', 'MA-S', '2018-07-09', '2018-07-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35450, '200db0', 0, 'Shenzhen Four Seas Global Link Network Tech Co, Ltd', 'Room 607-610, Block B, TAOJINDI Electronic Business Incubation Base Tenglong Road, Longhua District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-11-28', '2018-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35451, '004078', 0, 'Wearnes Automation Pte Ltd', '801 LORONG 7, TOA PAYOH SINGAPORE 1231 SG', 'SG', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35452, '000ecf', 0, 'Profibus Nutzerorganisation e.V.', 'Haid-und-Neu-Straße 7 Karlsruhe Baden-Württemberg 76131 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35453, '68831a', 0, 'Pandora Mobility Corp', '1F., No.33, Fude St Taoyuan Guishan 333 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35454, 'ac4e91', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35455, '944a0c', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '2015-01-23', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35456, '788e33', 0, 'Jiangsu Seuic Tech Co, Ltd', 'NO23.Wenzhu Road.Yuhuatai Distrct. Nanjing Jiangsu Province 210012 CN', 'CN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35457, '70b3d5e93', 0, 'Econ Tech CoLtd', 'Mogan Road 1418-41-4 Hangzhou Zhejiang 310015 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35458, '000f17', 0, 'Insta Elektro GmbH', 'Hohe Steinert 10 Luedenscheid NRW 58509 DE', 'DE', 'MA-L', '2004-02-12', '2016-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35459, '0c8112', 1, 'Private', '', '', 'MA-L', '2011-03-17', '2011-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35460, '00117d', 0, 'Zmd America, Inc', '15373 Innovation Drive San Dieo CA 92128 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35461, '0015d0', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-09-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35462, '0050c27d9', 0, 'Volumatic Ltd', 'Taurus House Coventry Warwickshire CV6 5PY GB', 'GB', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35463, '0050c29a9', 0, 'GD Mission Systems', '8220 E. Roosevelt St. Scottsdale AZ 85257 US', 'US', 'IAB', '2008-11-13', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35464, '2037bc', 0, 'Kuipers Electronic Engineering BV', 'Houtkopersstraat 6 Zwijndrecht Zuid-Holland 3334 KD NL', 'NL', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35465, 'c08359a', 0, 'Shanghai Charmhope Information Tech Co, Ltd', 'Building 11,No.230,Chuanhong Rd,Pudong Distrist Shanghai Shanghai 201202 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35466, '00022b', 0, 'Saxa, Inc', 'NBF Platinum Tower 1-17-3 Shirokane Minato-ku Tokyo 108-8050 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35467, '0005c3', 0, 'Pacific Instruments, Inc', '4080 Pike Lane Concord CA 94520 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35468, '94cc044', 0, 'ProConnections, Inc', '30 Massachusetts, Ave, Suite 301 North Andover MA 01845 US', 'US', 'MA-M', '2020-01-05', '2020-01-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35469, '3873eae', 0, 'Shenzhen Jixian Tech Co, Ltd', '4F, Building A, Tongfang Information Harbor, No.11, Langshan Road, North Area of High-tech Park, Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35470, '909497', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35471, '000edc', 0, 'Tellion Inc', '5th Fl. BONA Venture Town Seoul Seocho-gu. 137-719 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35472, '70b3d524d', 0, 'Info Creative (HK) Ltd', '44A 12/F,LUENTAK BLD.,JORDAN RD.,KOWLOON HONGKONG 999077 HK', 'HK', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35473, '001d52', 0, 'Defzone B.V.', 'Transportcentrum 10 Enschede Overijssel 7547 RW NL', 'NL', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35474, '14a72b', 0, 'currentoptronics Pvt.Ltd', 'CRT Building, Jupitor Jn , Near Time kids Koothattukulam - Piravom Rd ERNAKULAM Time Kids day care 686662 IN', 'IN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35475, 'd4f527', 0, 'Siemens AG', 'Oestliche Rheinbrückenstraße 50 Karlsruhe Baden-Württemberg 76181 DE', 'DE', 'MA-L', '2018-12-19', '2018-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35476, '000041', 0, 'Ice Corp', '17945 SKYPARK CIRCLE IRVINE CA 92714 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35477, '001a28', 0, 'Aswt Co, Ltd Taiwan Branch H.K.', '7F., No.3 Lane 91, Dongmei Rd. Hsinchu 30070 TW', 'TW', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35478, '40d357', 0, 'Ison Tech Co, Ltd', 'Room 6, 20F, No. 77, section 1, Xintai 5th Rd. Xizhi District New Taipei City Taiwan 22101 TW', 'TW', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35479, 'b0481a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35480, '70b3d5034', 0, 'Digital Systems Engineering', '17491 N. 93rd St. Scottsdale AZ 85255 US', 'US', 'MA-S', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35481, '001055', 0, 'Fujitsu Microelectronics, Inc', '3545 NORTH FIRST STREET SAN JOSE CA 95134-1806 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35482, '0050c2d1b', 0, 'Techkon GmbH', 'Wiesbadener Str. 27 Koenigstein Hessen 61462 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35483, 'b40f3b', 0, 'Tenda Tech Co, LtdDongguan branch', 'Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35484, '70b3d5141', 0, 'M.T. S.R.L.', 'VIA MONZA 83 GESSATE 20060 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35485, '00137e', 0, 'CorEdge Networks, Inc', '7600 Boone Ave N Brooklyn Park MN 55428 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35486, '940b2d', 0, 'NetView Tech(Shenzhen) Co, Ltd', 'RM2902,East Tower, Nanshan Software Park Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35487, '746a3a', 0, 'Aperi Corp', '360 Mobil Avenue Camarillo CA 93010 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35488, '70b3d504b', 0, 'Dream I System Co, Ltd', '#510, 298, Beotkkot-ro, Ceumcheon-gu Seoul 08510 KR', 'KR', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35489, '000eaa', 0, 'Scalent Systems, Inc', '490 S. California Ave Palo Alto CA 94306 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35490, '0022cc', 0, 'SciLog, Inc', '8845 South Greenview Drive Middleton Wisconsin 53562 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35491, '40d8550b4', 0, 'Mitsubishi Electric System & Service Co, Ltd', '26-43,1-Chome,Yata,Higashi-ku Nagoya Aichi 461-0040 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35492, '44d5f21', 0, 'Simplered Tech Ltd', '8F., No.23, Ln. 155, Sec. 3, Beishen Rd., Shenkeng Dist. New Taipei City 222 TW', 'TW', 'MA-M', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35493, '006056', 0, 'Network Tools, Inc', '2975 BOWERS AVENUE, #202 SANTA CLARA CA 95051-0955 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35494, '0050c2a5a', 0, 'Itas A/S', 'Klosterport 4A Århus C DK-8000 DK', 'DK', 'IAB', '2009-02-23', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35495, 'e0cb4e', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35496, '0008f3', 0, 'Wany', 'CEEI Cap Alpha Montpellier Herault 34940 FR', 'FR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35497, '0015fe', 0, 'Schilling Robotics Llc', '260 COUSTEAU PL DAVIS CA 95618 US', 'US', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35498, '048c03', 0, 'ThinPAD Tech (Shenzhen)Co, Ltd', 'Room 2305, Xingji Building, Xinsha Road Shenzhen Guangdong 518104 CN', 'CN', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35499, '54df24', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35500, '84e0f4a', 0, 'iSolution Tech Co, Ltd', '5F,Bldg #6, Zhongguan Honghualing Industrial South Park Shenzhen Guangdong 518055 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35501, '70b3d5661', 0, 'DesignA Electronics Ltd', 'Unit 6 Christchurch New Zealand 8011 NZ', 'NZ', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35502, '70b3d57ea', 0, 'Waterkotte GmbH', 'Gewerkenstr. 15 Herne 44628 DE', 'DE', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35503, '70b3d59aa', 0, 'Tecsys do Brasil Industrial Ltda', 'Rua Oros, 146 Sao Jose dos Campos SP 12237150 BR', 'BR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35504, '703509', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35505, '200a0d5', 0, 'Shenzhen Zhangyue Tech Co, Ltd', 'Nanshan District Yuehai Street Weixin Software Science Park Building 8 9th Floor Room 903 Shenzhen Guangdong 518500 CN', 'CN', 'MA-M', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35506, '000751', 0, 'm-u-t AG', 'Messgeräte für Medizin- und Umwelttechnik Wedel 22880 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35507, '3c7db1', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-09-02', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35508, '402c76b', 0, 'Beijing Kuaiyu Electronic Co, Ltd', 'Kuaiyu Technologies, Building 11, Yuquan Huigu, Tsinghua Science Park, No. 3 Minzhuang Road, Haidian District, Beijing Beijing 100195 CN', 'CN', 'MA-M', '2019-10-24', '2019-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35509, '0050c20b8', 0, 'Lan Controls, Inc', '10 Woodvue Road Windham NH 03087 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35510, '0492ee', 0, 'iway AG', 'Badenerstrasse 569 Zurich ZH 8048 CH', 'CH', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35511, 'ac9a22', 0, 'Nxp Semiconductors', '411 E. Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35512, '2c55d3', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35513, '48f027', 0, 'Chengdu newifi Co, Ltd', 'C11 Building 2001,No.219 ,2nd Tianhua Road,Hi-tech zone Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35514, '5ce7a0', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35515, '003044', 0, 'CradlePoint, Inc', '805 W. Franklin St. Boise ID 83702 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35516, '009090', 0, 'I-Bus', '9174 SKY PARK COURT SAN DIEGO CA 92123 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35517, '001dde', 0, 'Zhejiang Broadcast&Television Tech Co, Ltd', 'Building No.16,Xidoumen Industry Park,Wenyi Road, Hangzhou Zhejiang 310012 CN', 'CN', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35518, '0025e2', 0, 'Everspring Industry Co, Ltd', '7F., No. 609, Sec 1, Wanshou Rd., Gueishan Township Taoyuan County 333 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35519, '143605', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35520, '000c01', 0, 'Abatron AG', 'Lettenstrasse 9 Rotkreuz CH-6343 CH', 'CH', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35521, '0050c23f5', 0, 'Phaedrus Ltd', '5 Marsh House Mill Darwen Lancashire BB3 3JJ GB', 'GB', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35522, '48c58d', 0, 'Lear Corp GmbH', 'Industriestrasse 48 Kronach Bavaria 96317 DE', 'DE', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35523, '00096d', 0, 'Powernet Tech Corp', '371-51, Gasan-Dong Kumchon-Gu, Seoul 153-803 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35524, '0050c2233', 0, 'EdenTree Tech, Inc', '1040 Flynn Road Camarillo California 93012 US', 'US', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35525, '381766', 0, 'Promzakaz Ltd', 'Noviy Arbat street, 21 Moscow 119019 RU', 'RU', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35526, '70b3d5421', 0, 'North Star Bestech Co,', '203,e-spce b/d, digital-ro 27-gil, guro-gu seoul guro-gu 152-789 KR', 'KR', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35527, '008034', 0, 'Smt Goupil', '3 RUE DES ARCHIVES FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35528, '001116', 0, 'Coteau Vert Co, Ltd', '3-3-19 KACHIDOKI CHUO-KU TOKYO 104-0054 JP', 'JP', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35529, '74f8db0', 0, 'Enercon Tech', '25 Northbrook Drive Gray ME 04039 US', 'US', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35530, '0403d6', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35531, '7cbc84b', 0, 'Guangzhou Puppyrobot Tech CoLtd Beijing Branch', 'R&F center,63 East middle 3rd ring road beijing 10000 CN', 'CN', 'MA-M', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35532, '64df10', 0, 'JingLue Semiconductor(SH) Ltd', 'No.800 Naxian Rd Shanghai 201210 CN', 'CN', 'MA-L', '2019-05-07', '2019-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35533, 'e4f7a1', 0, 'Datafox GmbH', 'Dermbacher Str. 12 - 14 Geisa Thüringen 36419 DE', 'DE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35534, '70b3d5d87', 0, 'Zigen Corp', '6934 Canby Avenue Reseda CA 91335 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35535, '0050c26a0', 0, 'Gfp Lab S.r.l.', 'via Casalecchio 5 Rimini RN 47924 IT', 'IT', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35536, '441e91', 0, 'Arvida Intelligent Electronics Tech Co, Ltd', 'No.3 Qiliang Road., Danyang Jiangsu 212300 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35537, '70b3d5e74', 0, 'Exfrontier Co, Ltd', '5-27 Shinano-Cho Seto-City Aichi 480-1207 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35538, 'fcafac', 0, 'Socionext Inc', '19 Nishikujo-Kasuga-cho Minaki-ku Kyoto 601-8413 JP', 'JP', 'MA-L', '2014-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35539, '0030cf', 0, 'Two Tech, Inc', '419 SARGON WAY HORSHAM PA 19044 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35540, '0050c2470', 0, 'Cybectec Inc', '730 Commerciale St. Saint-Jean-Chrysostome Quebec G6Z 2C5 CA', 'CA', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35541, '702dd1', 0, 'Newings Communication Co, Ltd', '12F, Block 1, NO 7866, Humin Rd, Minhang District, Shanghai, China Shanghai Shanghai 200000 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35542, '70b3d5a41', 0, 'Thelight Luminary for Cine and TV S.L.', 'C/ Cerdanya, 11-A Sant Quirze del Valles Barcelona 08192 ES', 'ES', 'MA-S', '2018-09-04', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35543, '0006f2', 0, 'Platys Communications', '3150A Coronado Dr. Santa Clara CA 95054 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35544, '00191f', 0, 'Microlink Communications Inc', '8F , 31 , Hsintai Road , Chupei City , Hsinchu Chupei Taiwan 302 TW', 'TW', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35545, '001fe3', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2008-02-09', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35546, '0050c2d34', 0, 'Gaon Tech Corp', '#509, 199 Tekeuno2(i)-ro, Yuseong-gu Daejeon Yuseong-gu 305-500 KR', 'KR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35547, 'e49a79', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35548, 'dcf756', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35549, '0010ac', 0, 'Imci Tech', '8401 OLD COURT HKOUSE RD VIENNA VA 22182 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35550, '001a11', 0, 'Google, Inc', '1600 Amphitheater Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35551, '908260', 0, 'Ieee 1904.1 Working Group', '1351 Redwood Way, Petaluma CA 94954 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35552, 'f06e32', 0, 'Microtel Innovation S.R.L.', 'Via Armentera 8 BORGO VALSUGANA TN 38051 IT', 'IT', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35553, '0009d6', 0, 'Knc One GmbH', 'Hohe Welle 10 B Evessen 38173 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35554, '001bc500d', 0, 'Advanced Scientific Concepts, Inc', '135 E. Ortega Street Santa Barbara CA 93101 US', 'US', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35555, '001b57', 0, 'Semindia Systems Private Ltd', '#1106/9,A.M.Industrial Estate,Garvebhai palya, BANGALORE KARNATAKA 560068 IN', 'IN', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35556, 'd8c7c8', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2010-11-24', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35557, '080061', 0, 'Jarogate Ltd', '197-213 LYHAM ROAD UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35558, '0c8230', 0, 'Shenzhen Magnus Tech Co, Ltd', 'c-504,Skyworth Building,No.8 Road,High-tech south,Nanshan District, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35559, '080d84', 0, 'Geco, Inc', '1754 N. 48th St. Mesa AZ 85205 US', 'US', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35560, '604616', 0, 'Xiamen Vann Intelligent Co, Ltd', 'UNIT 101£¬NO.28 GUANRI RD., SOFTWARE PARK ¢ò XIAMEN FUJIAN 361009 CN', 'CN', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35561, '241eeb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35562, '70b3d5c20', 0, 'Mipot S.p.a.', 'Via Corona 5 Cormons 34071 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35563, '00500d', 0, 'Satori Electoric Co, Ltd', 'TIGUSADAI 38-8 MIDORI-KU YOKOHAMA, KANAGAWA JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35564, 'a893e6', 0, 'Jiangxi Jinggangshan Cking Communication Tech Co, Ltd', '5F,301building,Tairan High-tech park, Chegongmiao,Futian zone, SHENZHEN GUANGDONG 518000 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35565, '001de6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35566, '0050c29b1', 0, 'Bon Hora GmbH', 'Steinbuehlstrasse 15b Wetzlar Hessen 35578 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35567, '4c09b4', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35568, '3808fd', 0, 'Silca Spa', 'Via Podgora, 20 (Z.I.) Vittorio Veneto TV 31029 IT', 'IT', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35569, '00e0f3', 0, 'WebSprint Communications, Inc', '3026 SCOTT BLVD. SANTA CLARA CA 95054 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35570, '0050c213d', 0, 'Formula One Management Ltd', 'Sapphire House Biggin Hill Kent TN16 3BW GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35571, '40d855023', 0, 'Shanghai o-solution electronics & Tech Co, Ltd', '4226 Duzhuang Rd, Minhang District Shanghai Shanghai 201108 CN', 'CN', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35572, '9806370', 0, 'Zoleo Inc', '7a Taymall Avenue Toronto ON M8Z 3Y8 CA', 'CA', 'MA-M', '2019-05-23', '2019-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35573, 'f4eb38', 0, 'Sagemcom Broadband Sas', '15 Avenue Ambroise Croizat DOMERAT Allier 03410 FR', 'FR', 'MA-L', '2015-04-07', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35574, '88e034', 0, 'Shinwa Industries(China) Ltd', 'No.26,Huifeng West 2 Road,Zhongkai High-tech Zone Huizhou Guangdong 516006 CN', 'CN', 'MA-L', '2018-11-12', '2018-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35575, '70b3d540b', 0, 'Quercus Tech, S.L.', 'Av. Onze de Setembre 19 Reus Tarragona 43203 ES', 'ES', 'MA-S', '2019-02-26', '2019-02-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35576, 'b888e3', 0, 'Compal Information (Kunshan) Co, Ltd', 'No.25, Third Avenue, A Zone, Kunshan Comprehensive Free Trade Zone,, Jiangsu, KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35577, '0050c2ffa', 0, 'Nupoint Systems Inc', '4821 Colbrook Court Burnaby BC V5G 3Y3 CA', 'CA', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35578, '0050c2555', 0, 'Control Alternative Solutions, Inc', '1001 Barton Creek Drive Dripping Springs Texas 78620 US', 'US', 'IAB', '2005-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35579, '00195a', 0, 'Jenaer Antriebstechnik GmbH', 'Buchaer Strasse 1 Jena Thueringen 07745 DE', 'DE', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35580, '1c9179', 0, 'Integrated System Tech Ltd', 'Suite 5 Birch House Aldridge West Midlands WS9 0NF GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35581, '0030b2', 0, 'L-3 Sonoma EO', '428 Aviation Blvd Santa Rosa CA 95403 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35582, '000af6', 0, 'Emerson Climate Tech Retail Solutions, Inc', '1640 Airport Rd Kennesaw GA 30144-7038 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35583, '0023ca', 0, 'Behind The Set, Llc', '2185 Knollwood Dr. Boulder CO 80302 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35584, '0050c2e19', 0, 'Zoe Medical', '460 Boston Street Topsfield MA 01983 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35585, '001bc5071', 0, 'Center for E-Commerce Infrastructure Development, The University of Hong Kong', 'Room 301, Chow Yei Ching Building, HK', 'HK', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35586, '649a08', 0, 'Shenzhen SuperElectron Tech Co, Ltd', 'Layer 13,Haosheng Business Center,Dongbin Road,Nanshan District Shenzhen guangdong 518052 CN', 'CN', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35587, '881196', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-12-17', '2017-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35588, '0050c25d1', 0, 'Meucci Solutions', 'Bellevue 5 Gent Ledeberg Oost Vlaanderen B9050 BE', 'BE', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35589, '0050c26c8', 0, 'B&S Media Co, Ltd', '#702 JNK DIGITAL TOWER Seoul 152-848 KR', 'KR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35590, '64694e', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2019-09-17', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35591, '0001c7', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35592, 'acd9d6', 0, 'tci GmbH', 'Ludwig-Rinn-Straße 10-14 Heuchelheim Hessen 35452 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35593, '48e695', 0, 'Insigma Inc', '43490, Yukon Drive, Suite 102 Ashburn VA 20147 US', 'US', 'MA-L', '2018-08-21', '2018-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35594, '909f33', 0, 'Efm Networks', '6F, Benposra II 1197-1 Bojeong Giheung Gu Yong In Kyunggi do 446913 KR', 'KR', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35595, '70b3d5e88', 0, 'Breas Medical AB', 'Företagsvägen 1 Mölnlycke SE-435 33 SE', 'SE', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35596, '1c8779e', 0, 'Assystem France', '13 rue Marie Louise Dissard TOULOUSE 31024 FR', 'FR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35597, '9c93b0', 0, 'Megatronix (Beijing) Tech Co, Ltd', 'Floor11,Building C, Rongxin Center Chungyuan Road 34#, chaoyang distric, Beijing, P.R.China Beijing Beijing 100012 CN', 'CN', 'MA-L', '2019-07-03', '2019-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35598, '002110', 0, 'Clearbox Systems', 'Suite 2, Level 2 Macquarie Park NSW 2113 AU', 'AU', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35599, '802de1', 0, 'Solarbridge Tech', '9229 Waterford Centre Blvd Austin TX 78758 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35600, '2836387', 0, 'Innovative Tech Ltd', 'Innovative Business Park, Derker Street Oldham OL1 4EQ GB', 'GB', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35601, 'c4ffbca', 0, 'Advanced Navigation', 'Level 8, 37 Pitt Street Sydney NSW 2000 AU', 'AU', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35602, '883d24', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35603, '0050c24d9', 0, 'GE Security Kampro', '2F, No.8,Lane 97,Wugong Rd.,Wu-Ku Ind. Park Hsin-Chuang City Taipei County 248 TW', 'TW', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35604, '001bc50a8', 0, 'Link Precision', 'Rua Lauro Linhares, 589 Florianópolis SC 88036001 BR', 'BR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35605, 'f81d78e', 0, 'Guangdong Enok Communication Co, Ltd', 'No.139 Lixiang road, Songmushan Dalang town, Dongguan,Guangdong ,China DongGuan GuanDong 523795 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35606, '14ae850', 0, 'Kayamatics Ltd', 'Room 1209, Trend Centre, 29 Cheung Lee Street Chaiwan NA NA HK', 'HK', 'MA-M', '2019-12-10', '2019-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35607, '0050c2459', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Strasse 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2005-02-17', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35608, '70b3d5efa', 0, 'NextEra Energy Resources, Llc', '700 Universe Blvd Juno Beach Florida 33408 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35609, '104e07', 0, 'Shanghai Genvision Industries Co, Ltd', '2/F Building E,NO.55,Luo Jin Road,MinHang District,Shanghai Shanghai Shanghai 200237 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35610, '0050c2768', 0, 'Control Service do Brasil Ltda', 'Rua Funchal, 551 cj. 62 São Paulo 04551060 BR', 'BR', 'IAB', '2007-05-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35611, '0050c28b8', 0, 'Dss Networks, Inc', '23 Spectrum Pointe Drive Lake Forest CA 92630 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35612, '14a62c', 0, 'S.M. Dezac S.A.', 'Vial Sant jordi S/N Viladecavalls Barcelona 08232 ES', 'ES', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35613, 'f08edb', 0, 'VeloCloud Networks', '720 University Ave. Palo Alto CA 94301 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35614, '80be05', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35615, '00a0dd', 0, 'Azonix Corp', '900 MIDDLESEX TURNPIKE BILLERICA MA 01821 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35616, '0050c2287', 0, 'Tecnew Electronics Engineering Cr., Ltd', '16F, No. 75, Shin Tai Wu Rd., Sec. 1, Sh Taipei 221 TW', 'TW', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35617, '000caa', 0, 'Cubic Transportation Systems Inc', '1308 S. Washington Street Tullahoma TN 37388 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35618, '885d90f', 1, 'Private', '', '', 'MA-M', '2015-05-06', '2015-05-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35619, '089e08', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35620, 'f4951b', 0, 'Hefei Radio Communication Tech Co, Ltd', 'No.108, YinXing Road, High-tech Development Zone Hefei Anhui 230088 CN', 'CN', 'MA-L', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35621, 'f4eb9f', 0, 'Ellu Co 2019 SL', 'Paseo de la Castellana 144 14B Madrid Madrid 28046 ES', 'ES', 'MA-L', '2020-02-05', '2020-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35622, '0040cf', 0, 'Strawberry Tree, Inc', '160 SOUTH WOLFE ROAD SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35623, '0001be', 0, 'Gigalink Co, Ltd', '6th F/L Diplomatic Center 1376-1 KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35624, '0015bd', 0, 'Group 4 Tech Ltd', 'Challenge House Tewkesbury Gloucestershire GL20 8UQ GB', 'GB', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35625, '28ef01', 1, 'Private', '', '', 'MA-L', '2010-01-05', '2010-01-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35626, '001aef', 0, 'Loopcomm Tech, Inc', '18F-1, No. 150, Jian Yi Rd., Chung-Ho City Taipei Hsien 235 TW', 'TW', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35627, '008701', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35628, '788c77', 0, 'Lexmark International, Inc', '740 NEW CIRCLE ROAD LEXINGTON KY 40550 US', 'US', 'MA-L', '2019-01-16', '2019-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35629, '083a88', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, Lane 351, Taiping Road, Sec.1,Tsao Tuen Nan-Tou Taiwan 54261 TW', 'TW', 'MA-L', '2019-06-05', '2019-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35630, '000ca4', 0, 'Prompttec Product Management GmbH', 'Mariatrosterstr. 41 Graz AUSTRIA A-8043 AT', 'AT', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35631, '0011b1', 0, 'BlueExpert Tech Corp', '8F,No.16,Lane 77,Xing-Ai Rd,Nei-Hu District Taipei 11494 TW', 'TW', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35632, '004a77', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35633, '1ca0d3d', 0, 'Erato (HK) Corp Ltd', 'Unit P,8th floor, Kaiser Estate 3rd Phase, No,11 Hok Yuen Street, Hung Hom Kowloon Hong Kong 999077 HK', 'HK', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35634, 'e00084', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-05-13', '2019-05-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35635, '0050c208e', 0, 'Bsquare', '1136 W. Evelyn Ave. Sunnyvale CA 94086 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35636, 'a8d3f7', 0, 'Arcadyan Tech Corp', 'No.8, Sec.2, Guangfu Rd., Hsinchu City Hsinchu 30071 TW', 'TW', 'MA-L', '2015-08-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35637, '642737', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2011-10-14', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35638, '143719', 0, 'PT Prakarsa Visi Valutama', 'Jl. Cideng Timur No.11D Jakarta Pusat Indonesia 10130 ID', 'ID', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35639, '000d7d', 0, 'Afco Systems', '200 Finn Court Farmingdale NY 11735 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35640, '0050c22cc', 0, 'Embedded Toolsmiths', '3007 RIDGE VALE CIRCLE TAMPA FL 33594 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35641, 'fad988', 0, 'Momentum Data Systems', '5432 Bolsa Ave Unit B Huntington Beach CA 92649 US', 'US', 'CID', '2019-09-13', '2019-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35642, 'b81904', 0, 'Nokia Shanghai Bell Co Ltd)', 'No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai Shanghai 201206 CN', 'CN', 'MA-L', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35643, '0050c285a', 0, 'Art Spa', 'Voc.Pischiello 20 06065 Passignano sul Trasimeno (PG) 00000 IT', 'IT', 'IAB', '2008-01-18', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35644, 'e8040b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-05-07', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35645, '000f10', 0, 'Rdm Corp', '608 Weber St. N Waterloo ON N2V 1K4 CA', 'CA', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35646, '002570', 0, 'Eastern Communications Co Ltd', 'No.398 Wensan Road, Hangzhou Zhejiang 310013 CN', 'CN', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35647, '64d241', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35648, 'c4731e', 0, 'Samsung Electronics Co, Ltd', '416, Maetan 3dong, Yeongtong-Gu Suwon Gyeonggi-Do 443742 KR', 'KR', 'MA-L', '2012-05-26', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35649, 'd4ca6e', 0, 'u-blox AG', 'Zuercherstrasse 68 Thalwil 8800 CH', 'CH', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35650, 'e01d38', 0, 'Beijing HuaqinWorld Tech Co, Ltd', '30F,Beijing Silver Tower Chao Yang Dist Beijing 100027 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35651, '009065', 0, 'Finisar Corp', '1389 Moffett Park Dr Sunnyvale CA 94089 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35652, '00501c', 0, 'Jatom Systems, Inc', '99 MICHAEL COWPLAND DRIVE ONTARIO, K2M 1X3 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35653, 'fcb4e6', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST TAIWAN NEW TAIPEI 23585 TW', 'TW', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35654, '50ff999', 0, 'Sea Eagle Optoelectronic Information Tech(Tianjin)Co, Ltd', 'Nankai District Tianjin Tianjin 300000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35655, '000c8c', 0, 'Kodicom Co, Ltd', 'A-Dong 5FI.,SK Twin Tower 345-9, Seoul 153-023 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35656, '000d9f', 0, 'RF Micro Devices', '2191 Zanker Road San Jose CA 95131 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35657, '00197e', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2006-08-27', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35658, '80501b', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI', 'FI', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35659, '0050c2e73', 0, 'Acs Motion Control Ltd', 'Ramat Gabriel Industrial Park Migdal Ha\'Emek 10500 IL', 'IL', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35660, '84e0f4d', 0, 'Logos 01 S.r.l.', 'Via Pertini 23 Marmirolo MN 46045 IT', 'IT', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35661, '000b70', 0, 'Load Tech, Inc', '4225 Production Court Las Vegas NV 89115 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35662, '0050c21b8', 0, 'Electronic Systems Development', '39 Batavia St Somerset West Cape Province 7130 ZA', 'ZA', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35663, '84253f', 0, 'Silex Tech, Inc', '2-3-1 Hikaridai Seika-cho Kyoto 619-0237 JP', 'JP', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35664, '8463d6', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35665, '78c2c01', 0, 'Xronos.Inc', 'SHINANOMACHI35 SHINJUKUKU TOKYO 160-0016 JP', 'JP', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35666, '70b3d55f4', 0, 'FDSTiming', 'Rue du Nord 123 la Chaux-de-Fonds 2300 CH', 'CH', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35667, '70b3d5efc', 0, 'Absolent AB', 'Staplaregatan 1 Lidköping 53140 SE', 'SE', 'MA-S', '2019-10-08', '2019-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35668, '0007e8', 0, 'EdgeWave', '15333 Avenue of Science San Diego CA 92128 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35669, '001bc5035', 0, 'Rtls Ltd', '42 Bol. Gruzinskaya str. Moscow 123056 RU', 'RU', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35670, 'e4afa1', 0, 'Hes-SO', 'Case postale 2134 Sion 1950 CH', 'CH', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35671, 'f4bf80', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35672, '001b8e', 0, 'Hulu Sweden AB', 'Box 12328, 10228 Kista Stockholm 164 40 SE', 'SE', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35673, '001d1b', 0, 'Sangean Electronics Inc', 'No. 18, Lane 7, Li-De street Chung Ho City Taipei Hsien 235 TW', 'TW', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35674, '54055f', 0, 'Alcatel-Lucent', 'Via Energy Park, 14 Vimercate MB 20871 IT', 'IT', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35675, 'a07591', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-03-17', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35676, '001bc501d', 0, 'Rose + Herleth GbR', 'Wendenweg 17 Berlin 13595 DE', 'DE', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35677, 'd02212', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2014-08-20', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35678, '70b3d5b67', 0, 'RedWave Labs Ltd', '173 Curie Ave Didcot OX11 0QG GB', 'GB', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35679, '00a02b', 0, 'Transitions Research Corp', 'SHELTER ROCK LANE DANBURY CT 06810 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35680, '0050c2b39', 0, 'siXis, Inc', 'PO Box 14245 Research Triangle Park NC 27709-4245 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35681, '70b3d55ec', 0, 'Creative Electronics Ltd', 'Broomwood, South Park SEVENOAKS Kent TN131EL GB', 'GB', 'MA-S', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35682, '3037a6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35683, 'a86b7c', 0, 'Shenzhen Fenglian Tech Co, Ltd', 'ORIENTAL CYBERPORT, HIGHTECH 6 ROAD SHENZHEN GUANGDONG 518057 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35684, '0050c299e', 0, 'Engage Tech', '7041 Boone Avenue North Brooklyn Park MN 55428 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35685, 'd89760', 0, 'C2 Development, Inc', '127 S Bell Ave Ames IA 50010 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35686, 'e0a30f', 0, 'Pevco', '1401 Tangier Drive Baltimore MD 21220 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35687, '18d225', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35688, '001ee6', 0, 'Shenzhen Advanced Video Info-Tech Co, Ltd', 'Tianxiang 11A, Tian\'an Cyber Park , Futian Shenzhen Guangdong 518048 CN', 'CN', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35689, '0050c2943', 0, 'QuanZhou Tdx Electronics Co, Ltd', 'Hi-tech Park, Quanzhou Economic and Tech Development Zone, QuanZhou FuJian 362000 CN', 'CN', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35690, 'dc415f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35691, 'f8b5680', 0, 'LifePrint Products, Inc', '4667 Golden Foothill Parkway, Suite 102 El Dorado Hills CA 95762 US', 'US', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35692, '0090b5', 0, 'Nikon Corp', 'Electronic Imaging Division, Designing D TOKYO 140-8601 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35693, '0026f6', 0, 'Military Communication Institute', 'ul. Warszawska 22A Zegrze 05-130 PL', 'PL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35694, '0050c2590', 0, 'EM Motorsport Ltd', 'Church Farmhouse Oxford Oxfordshire OX33 1PR GB', 'GB', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35695, '28401a', 0, 'C8 MediSensors, Inc', '727 University Ave Los Gatos CA 95032 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35696, '40313c', 0, 'Xiaomi Electronics, Co, Ltd', 'Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2018-04-05', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35697, '00082e', 0, 'Multitone Electronics Plc', 'Multitone House, Beggarwood Lane GB', 'GB', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35698, '0016e0', 0, '3Com Ltd', 'Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB', 'GB', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35699, '70f8e72', 0, 'Voxx International', '180 Marcus Blvd. Hauppauge NY 11788 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35700, '542b8d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35701, '1c97c5', 0, 'Ynomia Pty Ltd', '153 Tooronga Rd Glen Iris 3146 AU', 'AU', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35702, '001577', 0, 'Allied Telesis, Inc', '3200 North First Street San Jose 95134 US', 'US', 'MA-L', '2005-08-24', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35703, '40d855120', 0, 'ObjectFab GmbH', 'Pohlandstrasse 19 Dresden D-01309 DE', 'DE', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35704, '002514', 0, 'PC Worth Int\'l Co, Ltd', '18F, No.100, Sec. 1, Xintai 5th Rd., Xizhi Dist., New Taipei City Taipei 22102 TW', 'TW', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35705, '40a6a4', 0, 'PassivSystems Ltd', 'Medway House Newbury Berks RG14 2PZ GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35706, '70b3d56ad', 0, 'Connit', '231 rue Pierre et Marie Curie LABEGE 31670 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35707, '480c49', 0, 'Nakayo Inc', 'Development Support Center 165 Higashiomuro-machi Maebashi-shi Gunma 379-2105 JP', 'JP', 'MA-L', '2014-05-27', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35708, '64899a', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2014-08-20', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35709, '001049', 0, 'ShoreTel, Inc', '960 Stewart Drive Sunnyvale CA 94085 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35710, '00231c', 0, 'Fourier Systems Ltd', '16 Hamelacha St Rosh Haayin 48091 IL', 'IL', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35711, '002223', 0, 'TimeKeeping Systems, Inc', '30700 Bainbridge Road Solon OH 44139 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35712, '04d16e9', 0, 'Fuzhou Zhuoyi Electronic Co, Ltd', 'NO.22 BAIHUAZHOU ROAD,FUZHOU,FUJIAN,CHINA FUZHOU FUJIAN 350008 CN', 'CN', 'MA-M', '2019-08-01', '2019-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35713, '40bc68', 0, 'Wuhan Funshion Online Tech Co, Ltd', '5th Floor,Financial Port Building A9,No.77 Optical Valley Avenue, East Lake High-Tech Development Zone, Wuhan Wuhan CN/Hubei 430000 CN', 'CN', 'MA-L', '2020-01-07', '2020-01-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35714, '000798', 0, 'Selea Srl', 'Via A. Moro No. 69 IT', 'IT', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35715, '000d77', 0, 'FalconStor Software', '125 Baylis Rd Melville NY 11747 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35716, '1436c6', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999, Qishan North 2nd Road, Information & Optoelectronics Park, Xiamen Fujian 361006', '', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35717, '7c3548', 0, 'Transcend Information', 'No.70, XingZhong Rd., NeiHu Dist., Taipei Taiwan 114 TW', 'TW', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35718, '50579c', 0, 'Seiko Epson Corp', '2070 Kotobuki Koaka Matsumoto-shi Nagano-ken 399-8702 JP', 'JP', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35719, '0050c24c8', 0, 'Neets', 'Langballe 4 Horsens 8700 DK', 'DK', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35720, '002279', 0, 'Nippon Conlux Co, Ltd', '5-3-8, Chiyoda Sakado-shi Saitama 350-0214 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35721, '88de7c', 0, 'Askey Computer Corp', '10F, No.119, JIANKANG RD.,ZHINGHE DIST, NEW TAIPEI CITY 23585 TW', 'TW', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35722, '24fd0d', 0, 'IndÚStria DE TelecomunicaÇÃO EletrÔNica', 'BR 101, KM 210 São Jose Santa Catarina 88104-800 BR', 'BR', 'MA-L', '2019-07-12', '2019-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35723, '0050c2d46', 0, 'Thales Nederland BV', 'Haaksbergerstraat 49 Hengelo Overijssel 7554PA NL', 'NL', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35724, '001bc50a4', 0, 'Radmor S.A.', 'HUTNICZA 3 GDYNIA Pomorskie 81-212 PL', 'PL', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35725, '8c192dd', 0, 'Pyras Tech Inc', '6F, No. 1353, Chung Cheng Rd., Taoyuan Dist., Taoyuan City Select State 33071 TW', 'TW', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35726, '50a4d05', 0, 'Trexom S.r.l.', 'viale dell\'Unione Europea, 19 TARCENTO Udine 33017 IT', 'IT', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35727, 'ac1ddf', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35728, '84bb69', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-09-25', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35729, '001d5d', 0, 'Control Dynamics Pty. Ltd', 'PO Box 636 MORLEY Western Australia 6943 AU', 'AU', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35730, 'bc0200', 0, 'Stewart Audio', '100 West El Camino Real Mountain View CA 94041 US', 'US', 'MA-L', '2012-03-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35731, '8439bed', 0, 'Shenzhen Lidaxun Digital Tech Co, Ltd', '4th Floor 3B03-3B05, Building 2,Internet Industries Park Area A, Baoan district Shenzhen Guangdong 51800 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35732, '70b3d5508', 0, 'Insevis GmbH', 'Am Weichselgarten 7 Erlangen D-91058 DE', 'DE', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35733, '70b3d5952', 0, 'Requea', '9 RUE ROBERT LYON 69006 FR', 'FR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35734, 'd05157', 0, 'Leax Arkivator Telecom', 'NanShan District YueHaiMen Street ShenZhen GuangDong 518061 CN', 'CN', 'MA-L', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35735, '0021a3', 0, 'Micromint', '111 Commerce St Lake Mary FL 32746 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35736, '5cf50d', 0, 'Institute of microelectronic applications', 'Na Valentince 1003/1 Praha 15000 CZ', 'CZ', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35737, '0009ca', 0, 'iMaxNetworks(Shenzhen)Ltd', '4/B,South Bldg of 29th,South District of Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35738, '40dead', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2020-01-15', '2020-01-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35739, '00108a', 0, 'TeraLogic, Inc', '707 CALIFORNIA STREET MOUNTAIN VIEW CA 94041 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35740, '0026f0', 0, 'cTrixs International GmbH', 'Lieferinger Hauptstr. 140 Salzburg Salzburg 5020 AT', 'AT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35741, '6c5c14', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35742, '70b3d5a3a', 0, 'Epsoft Co, Ltd', '301, Bupyeong-daero, Bupyeong-gu Incheon 21315 KR', 'KR', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35743, '00109c', 0, 'M-System Co, Ltd', '1-1-25 SHIN URASHIMA CHOU YOKOHAMA 221 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35744, '9c62ab', 0, 'Sumavision Tech Co, Ltd', '6F, Block A2, Power Creative Building,No.1 Shangdi East Road, Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35745, 'a8556a', 0, 'Pocketnet Tech Inc', 'Suite B, 7F., No. 550, Ruie Kwang Rd., Neihu District, Taipei 11429 TW', 'TW', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35746, '40d855102', 0, 'Power Electronics Espana, S.L.', 'Leonardo Da Vinci, 24-26 Paterna Valencia 46980 ES', 'ES', 'IAB', '2013-06-03', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35747, '70b3d5470', 0, 'Kitron Uab', 'TAIKOS 151 KAUNAS KAUNAS LT-52119 LT', 'LT', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35748, '2440ae', 0, 'Niic Tech Co, Ltd', 'Room 8218, Building 3#B, No. 268 Furong Road, Jingkai District Hefei 230601 CN', 'CN', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35749, '50de193', 0, 'Traxens', 'HELIOPOLIS III – 16 rue Louis Leprince Ringuet Marseille Provence-Alpes-Côte d\'Azur 13013 FR', 'FR', 'MA-M', '2019-11-05', '2019-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35750, '000d7a', 0, 'DiGATTO Asia Pacific Pte Ltd', '190 Mddle Road, #19-05 Fortune Center 188979 SG', 'SG', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35751, '0050c28d9', 0, 'Industrial Control and Communication Ltd', 'Unit 1 Manor Park Nailsea Bristol BS48 4DD GB', 'GB', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35752, 'f023b95', 0, 'Audeara Pty. Ltd', '375 Wickham Terrace Brisbane Queensland 4000 AU', 'AU', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35753, '445d5e', 0, 'Shenzhen Coolkit Tech Co, Ltd', 'B09 2nd Floor, T6 ArtZone XiLi, Nanshan Dist shenzhen guangdong 518110 CN', 'CN', 'MA-L', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35754, '000b25', 0, 'Aeluros', '201 San Antonio Circle #172 Mountain View CA 94040 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35755, '0023d0', 0, 'Uniloc Usa Inc', '3333 Michelson Drive Irvine CA 92612 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35756, '142971', 0, 'Nemoa Electronics (HK) Co Ltd', 'ROOM 610, MINGYOU PURCHASING & DISPLAYING CENTER, SHENZHEN GUANGDONG 518000 CN', 'CN', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35757, 'c8665d', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2015-09-27', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35758, 'd87d7f', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35759, '0050fa', 0, 'Oxtel, Ltd', 'THE MARKET PLACE 0X11 7LE England GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35760, '00804b', 0, 'Eagle Tech Pty.Ltd', '70 KEYS ROAD AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35761, 'c4ebe3', 0, 'Rrcn Sas', '23 chemin du vieux chene Meylan Isere 38246 FR', 'FR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35762, 'cce1d5', 0, 'Buffalo.Inc', 'AKAMONDORI Bldg.,30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref 460-8315 JP', 'JP', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35763, '3835fb', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35764, '70b3d5224', 0, 'Urbana Smart Solutions Pte Ltd', '6 Eu Tong Sen Street #06-20 The Central Singapore 059817 SG', 'SG', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35765, '2c16bd4', 0, 'Sunit Oy', 'Taitoraitti 1 Kajaani 87400 FI', 'FI', 'MA-M', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35766, '00a0b5', 0, '3H Tech', '3375 SCOTT BLVD. #336 SANTA CLARA CA 95054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35767, '0050c22e6', 0, 'Dalsa', '605 McMurray Rd. Waterloo Ontario N2V 2E9 US', 'US', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35768, '3039f2', 0, 'Adb Broadband Italia', 'VIALE SARCA 222 MILANO 20126 IT', 'IT', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35769, '547595', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35770, '4cbc72', 0, 'Primex Wireless', '965 Wells Street Lake Geneva WI 53147 US', 'US', 'MA-L', '2019-08-22', '2019-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35771, '0011d4', 0, 'NetEnrich, Inc', '890 Hillview Ct. Milpitas CA 95035 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35772, '001b0a', 0, 'Intelligent Distributed Controls Ltd', 'Keynes House, Chester Park Derby Derbyshire DE21 4AS GB', 'GB', 'MA-L', '2007-01-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35773, '00077b', 0, 'Millimetrix Broadband Networks', 'Kibutz Givat Hashelosha 48800 IL', 'IL', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35774, 'b0f1a3', 0, 'Fengfan (BeiJing) Tech Co, Ltd', 'Room518,Dianzichengdasha Town,No12,Jiuxianqiao Road Beijing Chaoyang District 100016 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35775, '24374c', 0, 'Cisco Spvtg', '5030 Sugarloaf Parkway Lawrenceville GA 30044 US', 'US', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35776, '9c4cae', 0, 'Mesa Labs', '10 Evergreen Dr Bozeman MT 59715 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35777, '44d5f27', 0, 'Shenzhen Qiutian Tech Co, Ltd', '5B01 5F Wangtang Building Xingao Road Xili Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35778, '002630', 0, 'Acorel S.A.S', '3, Rue Paul LANGEVIN SAINT-PERAY F-07130 FR', 'FR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35779, '0050c2b0d', 0, 'Japan Electronics System, Inc', 'Sanno 3-45-3 Ota ku Tokyo 143-0023 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35780, '2087ac', 0, 'Aes motomation', '48501 Warm Springs Blvd. Fremont CA 94539 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35781, '70b3d54ee', 0, 'Noa Co, Ltd', '#201, 96, Seokho-ro, Sangrok-gu Ansan-si Gyeonggi-do 15579 KR', 'KR', 'MA-S', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35782, '0080ca', 0, 'Netcom Research Inc', '201 TECHNOLOGY DRIVE IRVINE CA 92718 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35783, '549b12', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-03-17', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35784, 'e8c229', 0, 'H-Displays (Msc) Bhd', 'No. 31 & 32, Jalan Gangsa Dua Johor Bahru 81700 MY', 'MY', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35785, '9802d84', 0, 'Zedi, Inc', '1855 - 94 ST NW Edmonton AB T6N 1E6 CA', 'CA', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35786, '00063c', 0, 'Intrinsyc Software International Inc', '885 Dunsmuir Street, Suite 380 Vancouver B.C. V6C 1N5 CA', 'CA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35787, '001b86', 0, 'Bosch Access Systems GmbH', 'Charlottenburger Allee 50 AACHEN D-52068 DE', 'DE', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35788, '0050c2050', 0, 'Dataprobe, Inc', '1B Pearl Court Allendale NJ 07401 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35789, '0050c21ee', 0, 'Perto Periféricos de Automação S.A.', 'Rua Nissin Castiel, 640 Gravataí RS 94000-970 BR', 'BR', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35790, '0050c232b', 0, 'Digital Multimedia Tech Spa', 'Via Zanella, 21 Lissone Milan 20035 IT', 'IT', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35791, '0050c2fa9', 0, 'Hijet Print d.o.o.', 'Majstorska 3 Zagreb Croatia 10000 HR', 'HR', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35792, 'a082ac', 0, 'Linear Dms Solutions Sdn. Bhd.', '135, Jalan Utara PENANG Pulau Pinang 11700 MY', 'MY', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35793, 'b4a5ef', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '2016-04-01', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35794, '000074', 0, 'Ricoh Co Ltd', '2446 TODA, ATSUGI CITY 243 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35795, '008000', 0, 'Multitech Systems, Inc', '2205 WOODALE DRIVE MOUNDS VIEW MN 55112 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35796, '44d5f26', 0, 'Beam Communications Pty Ltd', 'U5/8 Anzed Court Mulgrave Victoria 3170 AU', 'AU', 'MA-M', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35797, '500b91a', 0, 'New Audio Llc', '132 W 31st Street Suite 701 New York NY 10001 US', 'US', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35798, '4c9157', 0, 'Fujian Landi Commercial Equipment Co, Ltd', 'Building 17,the 1st Section ,Fuzhou Software Park No.89 Software Road Fuzhou ,Fujian 350003 CN', 'CN', 'MA-L', '2019-01-29', '2019-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35799, '0009c6', 0, 'Visionics Corp', '5600 Rowland Road Minnetonka MN 55343 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35800, '3830f9', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35801, '800e24', 0, 'ForgetBox', '61 rue de Sèvres Ville d\'Avray IDF 92140 FR', 'FR', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35802, '70886b6', 0, 'Church & Dwight Co, Inc', '500 Charles Ewing Blvd Ewing NJ 08628 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35803, '986d359', 1, 'Private', '', '', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35804, '001395', 0, 'congatec AG', 'Auwiesenstrasse 5 Deggendorf 94469 DE', 'DE', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35805, 'c03f0e', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35806, '0022ff', 0, 'Nivis Llc', '1000 CIRCLE 75 ATLANTA GA 30339 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35807, '58856e', 0, 'Qsc AG', 'Mathias-Brueggen-Str. 55 Köln 50829 DE', 'DE', 'MA-L', '2014-09-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35808, 'a8f038', 0, 'Shen Zhen Shi Jin Hua Tai Electronics Co, Ltd', 'Room A,Forth Floor,Building B,Hengmingzhu Industrial Park,Xixiang Forist and Fruit Bureau,Qianjin Road, Baoan District,Shenzhen city,Guangdong provice 518126 CN', 'CN', 'MA-L', '2014-09-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35809, '004e35', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35810, '70b3d5795', 0, 'Tieche Engineered Systems', '940 Enchanted Way,Suite 104 Simi Valley CA 93065 US', 'US', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35811, '00044f', 0, 'Schubert System Elektronik GmbH', 'Rudolf-Diesel-Str. 17 DE', 'DE', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35812, '0050c20f8', 0, 'Tecnint Hte Srl', 'Via della tecnica 16/18 Osnago (Lecco) 23875 IT', 'IT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35813, 'b01f810', 0, 'Dalian GigaTec Electronics Co, Ltd', 'No.3 Kehai Street, Hi-Tech Zone Dalian Liao Ning 116023 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35814, '1033bf', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2019-04-24', '2019-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35815, 'd05f640', 0, 'Decathlon SA', '4 Boulevard de Mons Villeneuve d\'Ascq Haut de France 59650 FR', 'FR', 'MA-M', '2019-05-03', '2019-05-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35816, '00d07f', 0, 'Strategy & Tech, Ltd', 'Suite 4.2, Clifton Heights Bristol BS8 1EJ GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35817, '001ed4', 0, 'Doble Engineering', '85 Walnut St Watertown MA 02472 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35818, '000748', 0, 'The Imaging Source Europe', 'Sommerstraße 34-36 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35819, '000e86', 0, 'Alcatel North America', '2301 Sugar Bush Road Raleigh NC 27612 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35820, '001d4b', 0, 'Grid Connect Inc', '1630 W. Diehl Rd Naperville IL 60563 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35821, '70b3d5aba', 0, 'CL International', '12th Floor, Woolim Lions Valley 1 Bldg 27, Dunchon-daero 457beongil, Jungwon-gu Seongnam Kyeonggi-do 462-806 KR', 'KR', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35822, '00605d', 0, 'Scanivalve Corp', '1722 N. MADSON STREET LIBERTY LAKE WA 99019 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35823, '000708', 0, 'Bitrage Inc', '100 Southpark Blvd. Saint Augustine FL 32086 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35824, 'dc58bc', 0, 'Thomas-Krenn.AG', 'Speltenbach-Steinaecker 1 Freyung 94078 DE', 'DE', 'MA-L', '2018-10-18', '2018-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35825, '00012b', 0, 'Telenet Co, Ltd', '', '', 'MA-L', '2000-11-09', '2001-10-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35826, '6c416a', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35827, 'e422a5', 0, 'Plantronics, Inc', '345 ENCINAL STREET SANTA CRUZ CA 95060 US', 'US', 'MA-L', '2015-09-27', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35828, '0050c2fc0', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2012-08-13', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35829, '88a9a7e', 0, 'Impact Distribution', 'Ter Heidelaan 50a Aarschot 3200 BE', 'BE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35830, '88a9b7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35831, '000484', 0, 'Amann GmbH', 'Unteranger 6 DE', 'DE', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35832, '0050c2c29', 0, 'Newtel Engineering S.r.l.', 'via Strecciola, 7 Malgrate LC 23864 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35833, '70b3d50df', 0, 'B.E.A. sa', 'Allée des Noisetiers 5 Angleur Liege 4031 BE', 'BE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35834, '00be75', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35835, '0050c275d', 0, 'Fluid Analytics, Inc', '3525 SE 17th Ave. Portland OR 97202 US', 'US', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35836, 'cc720f', 0, 'viscount systems Inc', '4585 Tillicum Street Burnaby British Columbia V5J 5K9 CA', 'CA', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35837, '8c192d8', 0, 'Shenzhen Cylan Tech Co, Ltd', 'Room 605.607.608,Minning Business Building,Caitian North Road,Futian District,Shenzhen Shenzhen Guangdong 518036 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35838, '444e6d', 0, 'Avm Audiovisuelles Marketing und Computersysteme GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35839, 'fa2ee9', 0, 'Oca Alliance, Inc', '23117 39th Ave SE Bothell WA 98021 US', 'US', 'CID', '2017-09-13', '2017-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35840, '70b3d55eb', 0, 'Loma Systems s.r.o.', 'U Lomy 1069 Dob?any 33441 CZ', 'CZ', 'MA-S', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35841, '006067', 0, 'Acer Netxus Inc', '5F-3, 5 HSIN ANN ROAD SBIP HSINCHU 300 TJ', 'TJ', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35842, '002126', 0, 'Shenzhen Torch Equipment Co, Ltd', 'Floor 5, Block 3, Liming Industrial District, Zhongshanyuan Road, Nanshan, Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35843, '0007da', 0, 'Neuro Telecom Co, Ltd', '2F Misung B/D, 938-7 Kyunggi-do KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35844, '70b3d54ef', 0, 'Cmi, Inc', '316 East 9th Street Owensboro KY 42303 US', 'US', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35845, '001ecf', 0, 'Philips Electronics UK Ltd', 'PHILIPS CENTRE GUILDFORD SURREY GU2 8XH GB', 'GB', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35846, 'ac4723', 0, 'Genelec', 'Olvitie 5 Iisalmi 74100 FI', 'FI', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35847, '40c8cb', 0, 'AM Telecom Co, Ltd', '#608,YatapLeaders B/D, Jangmi-ro 42, Bundang-gu Seongnam-si Gyeonggi-do 463-828 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35848, '000239', 0, 'Visicom', '10052 Mesa Ridge Ct. San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35849, '0017fd', 0, 'Amulet Hotkey', 'Cavalier Road Heathfield Devon TQ12 6TQ GB', 'GB', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35850, 'ac34cb', 0, 'Shanhai Gbcom Communication Tech Co Ltd', 'Room 602, Building 6, No.555 Dongchuan Road Shanghai 200241 CN', 'CN', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35851, '14d64d', 0, 'D-Link International', '1 INTERNATIONAL BUSINESS PARK SINGAPORE 609917 SG', 'SG', 'MA-L', '2011-03-17', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35852, '0050c2ea1', 0, 'Tex Computer Srl', 'VIA MERCADANTE 35 CATTOLICA RIMINI 47841 IT', 'IT', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35853, '60facd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-11-26', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35854, 'fce14f', 0, 'Brk Brands, Inc', '3901 Liberty Street Aurora IL 60504 US', 'US', 'MA-L', '2019-12-05', '2019-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35855, '00e0ee', 0, 'Marel HF', 'Austurhraun 9 Gardabaer 210 IS', 'IS', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35856, '0050c21d8', 0, 'Guardian Controls International Ltd', '56, Crewe Road, Sandbach Cheshire CW11 4NN GB', 'GB', 'IAB', '2002-10-21', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35857, 'a4d1d2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-05-07', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35858, '0050c2f6b', 0, 'Algodue Elettronica srl', 'Via Passerina 3/a Fontaneto d\'Agogna 28010 IT', 'IT', 'IAB', '2012-05-09', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35859, '08006a', 0, 'AT&T', '3300 E Renner Road Richardson TX 75082 US', 'US', 'MA-L', '2000-11-09', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35860, '000fee', 0, 'XTec, Inc', '5775 Blue Lagoon Drive Miami Florida 33126 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35861, '0016be', 0, 'Infranet, Inc', '8th Floor, Cowell B/D, 66-1 Seoul 137-040 KR', 'KR', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35862, '0024e5', 0, 'Seer Tech, Inc', '2681 Parleys Way Salt Lake City Utah 84109 US', 'US', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35863, 'e06290', 0, 'Jinan Jovision Science & Tech Co, Ltd', 'Room 407, Tower C, Cyber Port Building, Jinan Shandong 250013 CN', 'CN', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35864, 'e0e7bb', 0, 'Nureva, Inc', '1000, 1221 8th Street SW Calgary AB T2R 0L4 CA', 'CA', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35865, '0001b6', 0, 'Saejin T&M Co, Ltd', '2nd Fl., Saejin Bldg., 689 KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35866, '000bf3', 0, 'Bae Systems', '6500 Tracor Lane Austin Texas 78725 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35867, 'c042d0', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35868, 'c49880', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35869, 'b4a2ebd', 0, 'Salzbrenner media GmbH', 'Industriegebiet See 1 Buttenheim 96155 DE', 'DE', 'MA-M', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35870, '8cdc02', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35871, '001554', 0, 'Atalum Wireless S.A.', 'C/ Orellana 5, 1º I Madrid 28004 ES', 'ES', 'MA-L', '2005-08-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35872, '7038ee', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2011-11-01', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35873, '1c25e1', 0, 'China Mobile Iot Co Ltd', 'NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN', 'CN', 'MA-L', '2016-05-23', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35874, '904e914', 0, 'Wrtnode Tech Inc', 'Dingsi Lu #18, Shahe, Changping Dist. Beijing 102209 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35875, '0014ab', 0, 'Senhai Electronic Tech Co, Ltd', 'Rm.10A. 28/F.SEGPlaza Huaqiangbei Road Shengzhen Guangdong 518031 CN', 'CN', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35876, '84c2e4', 0, 'Jiangsu Qinheng Co, Ltd', 'No. 18, Ningshuang Road Nanjing Jiangsu 210012 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35877, '284d92', 0, 'Luminator', '900 Klein Road Plano Texas 75074 US', 'US', 'MA-L', '2013-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35878, '00069e', 0, 'Uniqa, Inc', '477 Valley Way Milpitas CA 95035 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35879, '000b9f', 0, 'Neue Elsa GmbH', 'Sonnenweg 11 Aachen 52070 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35880, '5cb8cb', 0, 'Allis Communications', '10F.-3,No.31-1, Lane 169 Kangning St., New Taipei City New Taipei City 221 TW', 'TW', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35881, 'd05f642', 0, 'Shanghai Zhongmi Communication Tech Co, Ltd', 'RM510,418GuipingRoad.Caohejing Hi-TECH-PARK SHANGHAI 200233 CN', 'CN', 'MA-M', '2019-05-08', '2019-05-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35882, '00150c', 0, 'Avm GmbH', 'Alt-Moabit 95 Berlin 10559 DE', 'DE', 'MA-L', '2005-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35883, '0017c8', 0, 'Kyocera Display Corp', '2-14-9, Tamagawadai Tokyo 158-8610 JP', 'JP', 'MA-L', '2006-04-08', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35884, '74258a', 0, 'Hangzhou H3c Tech Co, Ltd', '310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35885, 'c80e14', 0, 'Avm Audiovisuelles Marketing und Computersysteme GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2015-03-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35886, '58528a', 0, 'Mitsubishi Electric Corp', '2-7-3 Marunouchi Chiyoda-ku Tokyo 100-8310 JP', 'JP', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35887, 'a0c5f27', 0, 'Viettronimex Jsc', '74-76 Nguyen Hue street, Ben nghe ward, distric 1 Ho Chi Minh 70000 VN', 'VN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35888, '00d008', 0, 'Mactell Corp', '7000 CAMERON ROAD AUSTIN TX 78752 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35889, '001ed7', 0, 'H-Stream Wireless, Inc', '2595 East Bayshore Road Palo Alto CA 94303 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35890, '0023e1', 0, 'Cavena Image Products AB', 'Nytorpsvägen 26 Täby Stockholm se-183 53 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35891, '100d7f', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35892, '542160', 0, 'Alula', '2340 Energy Park Drive St. Paul MN 55108 US', 'US', 'MA-L', '2013-05-11', '2019-07-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35893, '289efc', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35894, 'e0795e', 0, 'Wuxi Xiaohu Tech Co, Ltd', 'FL.2, Building A10, 777 West Jianzhu Road, Binhu District Wuxi Jiangsu Province 214000 CN', 'CN', 'MA-L', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35895, 'b4a2eb5', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35896, '000456', 0, 'Cambium Networks Ltd', 'Unit B2, Linhay Business Park, Ashburton Devon TQ13 7UP GB', 'GB', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35897, '002306', 0, 'Alps Electric Co, Ltd', '1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35898, '70b3d5a7b', 0, 'SmartSafe', 'Avenida das Américas 3301 Bloco 01 Lojas 102/110 Rio de Janeiro RJ 22631-003 BR', 'BR', 'MA-S', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35899, 'f83441', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35900, '80d336', 0, 'Cern', 'CH-1211 GENEVE SUISSE/SWITZ 023 CH', 'CH', 'MA-L', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35901, 'ec55f9', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2011-03-17', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35902, '789ce7', 0, 'Shenzhen Aikede Tech Co, Ltd', 'Room 9B,Block B,Neptunus Mansion, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35903, '001ef1', 0, 'Servimat', 'ZAET Les Haies St Maximin Oise 60740 FR', 'FR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35904, '8c541d', 0, 'Lge', '60-39 , Kasan -dong , Gumcheon-gu. Seoul 153-801 KR', 'KR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35905, '70b3d54f7', 0, 'Foxtel srl', 'via della chimica 25 viterbo 01100 IT', 'IT', 'MA-S', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35906, '00e0e7', 0, 'Raytheon E-Systems, Inc', '1301 E. COLLINS RICHARDSON TX 75081 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35907, 'b0eb57', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35908, '70b3d505f', 0, 'Unisor Multisystems Ltd', 'HAYETZIRA 6 ST NETANYA ISRAEL 4250578 IL', 'IL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35909, 'a8e552', 0, 'Juwel Aquarium AG & Co KG', 'Karl-Göx-Straße 1 Rotenburg / Wümme 27356 DE', 'DE', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35910, '80b219', 0, 'Elektron Tech UK Ltd', 'BROERS BUILDING, CAMBRIDGE CAMBS CB3 0FA US', 'US', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35911, '70b3d528e', 0, 'Tex Computer Srl', 'VIA MERCADANTE 35 CATTOLICA RIMINI 47841 IT', 'IT', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35912, '7cfe28', 0, 'Salutron Inc', '40979 Encyclopedia Circle Fremont CA 94538 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35913, 'bcfed9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35914, '3c5cf1', 0, 'eero Inc', '660 3rd Street San Francisco CA 94107 US', 'US', 'MA-L', '2019-12-10', '2019-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35915, '004009', 0, 'Tachibana Tectron Co, Ltd', 'SYSTEMATIC EQUIPMENT DIVISION JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35916, '001b48', 0, 'Shenzhen Lantech Electronics Co, Ltd', '306 Room, Nanshan Water Building, Shenzhen Guangdong 518052 CN', 'CN', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35917, '70b3d5d1a', 0, 'Monnit Corp', '3400 S West Temple Taylorsville UT 84115 US', 'US', 'MA-S', '2018-12-10', '2018-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35918, '00258c', 0, 'Esus Elektronik San. VE Dis. Tic. Ltd Sti.', 'ESENSEHIR MAHALLESI KURKCULER CADDESI ISTANBUL 34776 TR', 'TR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35919, 'ecadb8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35920, '000d3c', 0, 'i.Tech Dynamic Ltd', 'Room 1112, Metroplaza Tower 2, 223 Hing 852 HK', 'HK', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35921, '001d7c', 0, 'Abe Elettronica S.p.A.', 'Via Leonardo da Vinci, 92 CARAVAGGIO BG 24043 IT', 'IT', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35922, '0022a4', 0, '2Wire Inc', '1764 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2008-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35923, '70b3d5808', 0, 'Becton Dickinson', '7 Loveton Circle Sparks MD 21152 US', 'US', 'MA-S', '2019-01-25', '2019-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35924, '00a01b', 0, 'Premisys Communications, Inc', '48664 MILMONT DRIVE FREMONT CA 94538 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35925, '0004aa', 0, 'Jetstream Communications', '5400 Hellyer Avenue San Jose CA 95138-1005 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35926, '38fdfe7', 0, 'Rademacher Geraete-Elektronik GmbH', 'Buschkamp 7 Rhede NRW 46414 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35927, '70b3d5db2', 0, 'Micro Electroninc Products', 'TT Vasumweg 150 Amsterdam 1033 SH NL', 'NL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35928, '001904', 0, 'WB Electronics Sp. z o.o.', 'ul. Poznanska 129/133 Ozarow Mazowiecki Mazowieckie 05-850 PL', 'PL', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35929, '20443a', 0, 'Schneider Electric Asia Pacific Ltd', '13F East Wing, Warwick House, Taikoo Place Quarry Bay HK', 'HK', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35930, '70b3d5007', 0, 'Sensoneo', 'Kollarova 27 Bratislava Slovak Republic 84106 SK', 'SK', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35931, '508a42', 0, 'Uptmate Tech Co, Ltd', '6F., No.5, Jian 1st Rd.,Zhonghe Dist., New Taipei City 23558 TW', 'TW', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35932, '9c8dd3', 0, 'Leonton Tech', '3F, No.501-16, Zhongzheng Rd., Xindian Dist. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35933, 'dc9fdb', 0, 'Ubiquiti Networks Inc', '2580 Orchard Parkway San Jose CA 95131 US', 'US', 'MA-L', '2011-10-07', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35934, 'd05f64d', 0, 'Shenzhen Canzone Tech Co, Ltd', 'Minzhi Street Longhua District ShenZhen 518000 CN', 'CN', 'MA-M', '2019-05-06', '2019-05-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35935, '0015dd', 0, 'IP Control Systems Ltd', 'Unit 15, Hi-Tech Village, Boldon Tyne & Wear NE35 9PE GB', 'GB', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35936, 'b4b5af', 0, 'Minsung Electronics', 'Mega-valley #620 Anyang-si Kyeonggi-do 431-767 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35937, '2cd1411', 0, 'Ezee Systems Ltd', 'Room 2103, Singga Commercial Centre Hong Kong HKSAR HK HK', 'HK', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35938, '0050c2e5d', 0, 'T8 Ltd', 'Krasnobogatyrskaya str., 44/1 Moscow Moscow 107076 RU', 'RU', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35939, '84b153', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35940, '00114a', 0, 'Kayaba Industry Co,.Ltd', 'World Trade Center Bldg., 4-1 Minato-ku, Tokyo Meto. 105-6111 JP', 'JP', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35941, '0050c2f13', 0, 'Packet Plus, Inc', '1320 SW Hall St Portland OR 97201 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35942, '3c15c2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35943, '00a013', 0, 'Teltrend Ltd', 'RINGWAY HOUSE, BELL ROAD BASINGSTOKE HAMPSHIRE RG24 8F GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35944, '00079a', 0, 'Verint Systems Inc', '1800 Berlier, Suite 440 Laval, Quebec H7L 4S4 CA', 'CA', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35945, '000272', 0, 'CC&C Tech, Inc', '8F, 150, Chien I Rd., Chung Ho City, Taipei County 235 Taiwan R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35946, 'd041c9', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2018-12-27', '2018-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35947, '0050c28a2', 0, 'Uavision Engenharia de Sistemas', 'Ed Inovisa Inst. Sup. Agro Tapada da Ajuda Lisbon 1349-017 PT', 'PT', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35948, '002282', 0, '8086 Consultancy', '17 Lowfield Lane Newark Notts NG24 3HJ GB', 'GB', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35949, '40b395', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35950, 'e8f226', 0, 'Millson Custom Solutions Inc', '2036 COLUMBIA STREET VANCOUVER BRITISH COLUMBIA V5Y 3E1 CA', 'CA', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35951, '70b3d5308', 0, 'Dsd Microtechnology, Inc', '4700 WEST PROSPECT ROAD FORT LAUDERDALE FLORIDA 33309 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35952, '000ee7', 0, 'Aac Electronics Corp', 'FLOOR 7,SIXTH BUILDING OF NAIANYOU TNAN INDUSTRIAL AREA,NANSHAN DISTRICT SHENZHEN PROVINCE GUANGDONG 518054 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35953, '0050c2645', 0, 'The Software Group Ltd', '11 Pemberton Lane Shanty Bay Ontario L0L 2L0 CA', 'CA', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35954, '48eb30', 0, 'Eterna Tech, Inc', '3939 veselich ave los angeles california 90039 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35955, 'ac8317', 0, 'Shenzhen Furtunetel Communication Co, Ltd', 'F19 building A zhongke plaza Nan yi street high-tech zone, Nanshan District, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35956, 'b82fcb', 0, 'Cms Electracom', '24 Binney Road Kings Park NSW 2148 AU', 'AU', 'MA-L', '2020-01-30', '2020-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35957, '02bb01', 0, 'Octothorpe Corp', '285 WEST GREEN STREET PASADENA CA 91105 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35958, '001cf2', 0, 'Tenlon Tech Co, Ltd', '4/F.,Shenhua Bldg,No.3155,Binhe Road,Futian District Shenzhen Guangdong 518033 CN', 'CN', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35959, 'e441e6', 0, 'Ottec Tech GmbH', 'Bünteweg 33 Gehrden Lower Saxony 30989 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35960, '40d8550c0', 0, 'Act', 'Unit C1, South City Business Center Dublin IE', 'IE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35961, '70b3d5d2f', 0, 'L.I.F.E. Corp SA', '20, rue Jean-Pierre Beicht Luxembourg L-1226 LU', 'LU', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35962, '001005', 0, 'Uec Commercial', 'P.O. BOX 54, 4300 DURBAN ZA', 'ZA', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35963, '00e0c3', 0, 'Sakai System Development Corp', 'PORTUS CENTER BLD., 4-45-1 OSAKA-FU, 590 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35964, '70b3d54c5', 0, 'Moving iMage Tech Llc', '17760 Newhope Street Suite B Fountain Valley CA 92708 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35965, '70b3d5154', 0, 'Walk Horizon Tech (Beijing) Co, Ltd', 'Rm121 B1 Shouxindasha Building, 5 Jiangtailu Rd., Chaoyang District Beijing 100015 CN', 'CN', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35966, '000738', 0, 'Young Tech Co, Ltd', 'D-604, Sigma-II Officetel, Sungnam-si, Kyeonggi-do 763-741 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35967, '7c70bc2', 0, 'Digital Lumens', '374 Congress Street, 6th Floor Boston MA 02210 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35968, '50016b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35969, '54b121', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35970, '000f68', 0, 'Vavic Network Tech, Inc', '1st Floor, 15 Jiangong Road Guangzhou Guangdong 510665 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35971, '0050c292f', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35972, '0050c25d4', 0, 'Buyang Electronics Industrial Co, Ltd', '434-140 Oryu-Dong Incheon 404-300 KR', 'KR', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35973, '60d02c', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35974, 'd47c447', 0, 'Pongee Industries Co, Ltd', '5F., No.738, Chung-Cheng Road, Chung-Ho District, New Taipei City, 23511 TW', 'TW', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35975, '00606f', 0, 'Clarion Corp OF America', '25 Commerce Drive Allendale NJ 07401 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35976, '00d08f', 0, 'Ardent Tech, Inc', '250 N. WOLFE ROAD SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35977, '3828ea', 0, 'Fujian Netcom Tech Co, Ltd', 'Netcom Technology Building, B Zone:Tongpan Software Park, Fuzhou Fujian 350003 CN', 'CN', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35978, 'e03676', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-07-31', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35979, '080040', 0, 'Ferranti Computer Sys. Ltd', 'WYTHENSHAWE DIVISION UNITED KINGDOM GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35980, '000cb0', 0, 'Star Semiconductor Corp', '6F, No.17, Li-Hsin Rd Hsinchu City 300 TW', 'TW', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35981, '001ad5', 0, 'Kmc Chain Industrial Co, Ltd', '7F-8, No. 81, Sui-Lih Rd., Hsinchu Hsinchu 300 TW', 'TW', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35982, 'e88df5', 0, 'Znyx Networks, Inc', '48421 Milmont Drive Fremont CA 94538 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35983, 'fc6947', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35984, '2cdcd7', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2019-11-20', '2019-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35985, '000df3', 0, 'Asmax Solutions', 'Tatarska 5 Cracow 30-103 PL', 'PL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35986, '001a7f', 0, 'Gci Science & Tech Co, Ltd', 'No.381, Xingangzhong Road, guangzhou guangdong 510310 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35987, '0050c27d1', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35988, 'f0db30', 0, 'Yottabyte', '1750 S. Telegraph Road Bloomfield Twp. MI 48302 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35989, '34fa40', 0, 'Guangzhou Robustel Tech Co, Ltd', 'B301, Tianchang Shangmaoyuan Guangzhou Guangdong 510660 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35990, 'f82441', 0, 'Yeelink', 'F10-B4, Bldg. B, International Innovation Park Qingdao Shandong 266101 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35991, '00081f', 0, 'Pou Yuen Tech Corp Ltd', '16F, No. 107, Sect. 3, Taichung Keng Rd. TW', 'TW', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35992, '000cb7', 0, 'Nanjing Huazhuo Electronics Co, Ltd', 'No.77 Gaohu Road Nanjing Jiangsu 211100 CN', 'CN', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35993, '7c9763', 0, 'Openmatics s.r.o.', 'Poděbradova 2842/1 Pilsen Tschechien 30100 CZ', 'CZ', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35994, 'e8e770', 0, 'Warp9 Tech Design, Inc', '3650 Pheasant Run N.E. Blaine MN 55449 US', 'US', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35995, '782327', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35996, '00144d', 0, 'Intelligent Systems', '11101 Johns Hopkins Road Laurel MD 20723 US', 'US', 'MA-L', '2005-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35997, '0025d4', 0, 'General Dynamics Mission Systems', '150 Rustcraft Road Dedham MA 02026 US', 'US', 'MA-L', '2010-01-05', '2016-04-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35998, '38a86b', 0, 'Orga BV', 'Strickledeweg 13 Schiedam 3125 AT NL', 'NL', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(35999, 'c80210', 0, 'LG innotek', 'Jangduk-dong 978-1 Gwang-ju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36000, '6c94f8', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36001, '302478', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36002, '000a22', 0, 'Amperion Inc', '250 Apollo Drive Chelmsford MA 01824 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36003, '0021a0', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36004, '0050c233b', 0, 'MultimediaLED', '11370 Sunrise Park Drive Rancho Cordova CA 95742 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36005, '0050c2550', 0, 'Lju Automatisierungstechnik GmbH', 'Am Schlahn 1 Potsdam Brandenburg D-14476 DE', 'DE', 'IAB', '2005-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36006, '0006f6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36007, '0034fe', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36008, 'f8b568e', 0, 'Zao "Radius Avtomatika"', 'Panfilovskiy prospekt, 10/3 Zelenograd Moscow 124489 RU', 'RU', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36009, '081dc4', 0, 'Thermo Fisher Scientific Messtechnik GmbH', 'Frauenauracher Strasse 96 Erlangen 91056 DE', 'DE', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36010, '080075', 0, 'Dansk Data Electronik', 'HERLEV HOVEDGADE 199 DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36011, '0008d9', 0, 'Mitadenshi Co, Ltd', '1-8-6 Furuichi Asaminamiku Hiroshima 731-0123 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36012, '001c71', 0, 'Emergent Electronics', 'Bldg 2 Level 3 Suite 305 Sewickley PA 15143 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36013, '001f66', 0, 'Planar Llc', '32, Elkina str Chelyabinsk SU 454091 RU', 'RU', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36014, 'a021b7', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36015, '381dd9', 0, 'FN-Link Tech Ltd', 'A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao\'an District SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36016, '186590', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36017, '70b3d5317', 0, 'Iotopia Solutions', '711 Atlantic Ave Boston MA 02111 US', 'US', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36018, '00304a', 0, 'Fraunhofer Ipms', 'Maria-Reiche-Strasse 2 Dresden 01109 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36019, '0015a2', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-08-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36020, 'e85d86', 0, 'Chang Yow Tech International Co, Ltd', 'No 88 Shuren 6th St Wufong District Taichung 413 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36021, '747818', 0, 'Jurumani Solutions', '321 14th Road Midrand 1685 ZA', 'ZA', 'MA-L', '2011-03-17', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36022, 'c8ba94', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2014-02-25', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36023, '0050c2123', 0, 'Seranoa Networks Inc', 'Concord Office Center Concord MA 01742 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36024, '002130', 0, 'Keico Hightech Inc', 'Ace twin tower I, 12th Fl. Seoul 152-050 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36025, '00270f', 0, 'Envisionnovation Inc', '4 Wareham Drive Mississauga Ontario L5M 1B6 CA', 'CA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36026, '00d0d4', 0, 'V-Bits, Inc', '2150 TRADE ZONE BLVD. SAN JOSE CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36027, '000872', 0, 'Sorenson Communications', '4192 South Riverboat Road Salt Lake City UT 84123 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36028, '0010eb', 0, 'Selsius Systems, Inc', '5057 KELLER SPRINGS RD. DALLAS TX 75248 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36029, '40ed987', 0, 'Vaisala Oyj', 'Vanha Nurmijarventie 21 VANTAA Fin-01670 FI', 'FI', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36030, '001691', 0, 'Moser-Baer AG', 'Spitalstrasse 7 Sumiswald BE 3454 CH', 'CH', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36031, '0050c2662', 0, 'Asia Pacific Card & System Sdn Bhd', 'No 2, Jalan 1, Bandar Sultan Suleiman, Taiwanese Industrial Park Port Klang Selangor 42000 MY', 'MY', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36032, 'f854af', 0, 'Eci Telecom Ltd', '30 Hasivim St. Petah Tikva 49133 IL', 'IL', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36033, '0000d9', 0, 'Nippon Telegraph & Telephone', 'CORPORATION (NTT) TOKYO 100-8116 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36034, '0030e8', 0, 'Ensim Corp', '1215 Terra Bella Ave. Mountainview CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36035, '0001eb', 0, 'C-Com Corp', '3F, No. 48, Park Ave. II SBIP Hsinchu Taiwan Hsinchu Taiwan R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36036, '1469a2', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'NO.198 FIRST SECTION,SNOW MOUNTAIN AVENUE, JINYUAN TOWN, DAYI COUNTY, CHENGDU SICHUAN 611330 CN', 'CN', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36037, '00101a', 0, 'PictureTel Corp', '100 MINUTEMAN ROAD, MS641 ANDOVER MA 01810 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36038, '2c265fb', 0, 'Rexgen Inc', '127, Wonmanseong-ro, Deokjin -gu Jeonju-si Jeonbuk 561-202 KR', 'KR', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36039, '1c77f6', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36040, '70b3d5be9', 0, 'Telecast Inc', 'Jindaiji-Motomachi 3-36-11-103 Chofu Tokyo 182-0017 JP', 'JP', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36041, 'd8860bd', 0, 'ComNav Tech Ltd', 'Buliding 2,No. 618 Chengliu Middle Road JiaDing District Shanghai 201801 CN', 'CN', 'MA-M', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36042, 'e4d3f1', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36043, '7ce1ff', 0, 'Computer Performance, Inc Dba Digital Loggers, Inc', '2695 Walsh Avenue Santa Clara CA 95051 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36044, '4846fb', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36045, 'b01f81a', 0, 'Steffens Systems GmbH', 'Mathias-Brüggenstr. 83 Cologne NRW 50829 DE', 'DE', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36046, '1c21d15', 0, 'B-Scada Inc', '9030 W Fort Island Trail Crystal River FL 34429 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36047, '300a60d', 0, 'Sixth Energy Tech Private Ltd', '#62, Sri Varda, 10th main, HMT Layout, R.T.Nagar Bangalore Karnataka 560032 IN', 'IN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36048, 'c48a5a', 0, 'Jfcontrol', '1449-37 Seoburo Suwon Gyunggi-do 16643 KR', 'KR', 'MA-L', '2019-03-19', '2019-03-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36049, '001dd3', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-09-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36050, '50a715', 0, 'Aboundi, Inc', '4 Bud Way, Unit 10 Nashua NH 03063 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36051, '280c28', 0, 'Unigen DataStorage Corp', '11F.-6, No.251, Fuxing 1st St., Zhubei City, Hsinchu County 302, Taiwan (R.O.C.) Zhubei City 30271 TW', 'TW', 'MA-L', '2015-12-11', '2015-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36052, '70b3d5d50', 0, 'Gridsmart Tech', '10545 Hardin Valley Rd Knoxville TN 37932 US', 'US', 'MA-S', '2018-10-01', '2018-10-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36053, '0cf475', 0, 'Zliide Tech ApS', 'Sverigesgade 6 Aarhus 8000 DK', 'DK', 'MA-L', '2018-10-31', '2018-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36054, '70b3d5c7a', 0, 'Entec Electric & Electronic Co, Ltd', '78-2 Buncheon-ri, Bongdam-eup Hwaseong-city Gyungki-do 445-894 KR', 'KR', 'MA-S', '2019-05-07', '2019-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36055, '00087c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36056, '0050c2f94', 0, 'Digital Barriers', 'Photon House Leeds West Yorkshire LS121EG GB', 'GB', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36057, '344df7', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2014-07-13', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36058, '04714bb', 0, 'Digibest Tech Co, Ltd', '4F ,No.65 , SHITAN ROAD , NEIHU DIST. TAIPEI 114 TW', 'TW', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36059, '5092b9', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36060, '70b3d54e0', 0, 'Microvideo', 'Copley Hill Business Park, Cambridge Road Babraham CB22 3GN GB', 'GB', 'MA-S', '2018-08-01', '2018-08-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36061, '0013a7', 0, 'Battelle Memorial Institute', '505 KING AVE COLUMBUS OHIO 43201 US', 'US', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36062, '0cc3a7', 0, 'Meritec', 'P.O. Box 8003 Painesville Ohio 44077 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36063, '888322', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36064, 'd0b214', 0, 'PoeWit Inc', '2307 Sea Island Dr Fort Lauderdale FL 33301 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36065, '00e02a', 0, 'Tandberg Television AS', 'PHILIP PEDERSENS V 20 N-1324 LYSAKER NO', 'NO', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36066, 'dc60a1', 0, 'Teledyne Dalsa Professional Imaging', 'High Tech Campus 27 Eindhoven NB 5656 AE NL', 'NL', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36067, '001297', 0, 'O2Micro, Inc', '3118 Patrick Henry Drive Santa Clara CA 95054 US', 'US', 'MA-L', '2004-10-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36068, '30fd38', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36069, '085240', 0, 'EbV Elektronikbau- und Vertriebs GmbH', 'Heisterner Weg 8 - 12 Burbach Nordrhein-Westfalen 57299 DE', 'DE', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36070, 'f80df0', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36071, 'b87424', 0, 'Viessmann Elektronik GmbH', 'Beetwiese 2 Allendorf (Eder) 35108 DE', 'DE', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36072, '40d85500f', 0, 'Digital Dynamics, Inc', '5 VICTOR SQUARE SCOTTS VALLEY CA. 95066 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36073, '002115', 0, 'Phywe Systeme GmbH & Co KG', 'Robert-Bosch-Breite 10 Goettingen Niedersachsen 37079 DE', 'DE', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36074, 'cc6da0', 0, 'Roku, Inc', '12980 Saratoga Ave. Saratoga CA 95070 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36075, 'b830a8', 0, 'Road-Track Telematics Development', '15th Keren Hayesod St. Tirat Hacarmel Israel 15223 IL', 'IL', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36076, 'f8cfc5', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36077, '00904d', 0, 'Spec S.A.', 'CASP 172 3-B 08013 BARCELONA ES', 'ES', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36078, '0011b4', 0, 'Westermo Network Tech AB', 'Stora Sundby Sweden SE-640 40 SE', 'SE', 'MA-L', '2004-06-30', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36079, '1c87767', 0, 'Corp Systems Engineering', '1215 Brookville Way Indianapolis IN 46239 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36080, '049fca', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36081, '70b3d57ff', 0, 'eumig industrie-tv GmbH', 'Gewerbeparkstrasse 9 Anif Salzburg 5081 AT', 'AT', 'MA-S', '2019-05-17', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36082, '70b3d5b5d', 0, 'Shandhai Landleaf Architecture Tech Co, Ltd', 'Real Power Innovation Center tower NO.2,7Floor,No.51 Zhengxue Road,Yangpu District SHANGHAI SHANGHAI 200433 CN', 'CN', 'MA-S', '2019-10-10', '2019-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36083, '001ce2', 0, 'Attero Tech, Llc', '1315 Directors Row - Suite 107 Fort Wayne Indiana 46808 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36084, '8ce78c', 0, 'DK Networks', '20F-3, No.689, Zhong-Zheng Road, Zhong-He Dist. New Taipei City Taiwan 235 TW', 'TW', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36085, '0050c2491', 0, 'Fr. Sauter AG', 'Im Surinam 55 Basel BS CH4016 CH', 'CH', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36086, '0050c2afa', 0, 'Absolute Fire Solutions Inc', '1338 - 36 Ave NE Calgary Alberta T2E 6T6 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36087, '24a495', 0, 'Thales Canada Inc', '105 Moatfield Road Toronto Ontario M3B 0A4 CA', 'CA', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36088, 'e0d173', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36089, '547c69', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36090, '70b3d5a91', 0, 'Ideal Industries Ltd t/a Casella', 'Regent House, Wolseley Road Kempston, Bedford Bedfordshire MK427JY GB', 'GB', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36091, '00e0c8', 0, 'Virtual Access, Ltd', 'WOODSIDE HOUSE, WINKFIELD, WINDSOR, BERKSHIRE SL4 2DX ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36092, '000e0a', 0, 'Sakuma Design Office', '674-11 KUKI-SHI SAITAMA 346-0029 JP', 'JP', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36093, '70b3d5571', 0, 'Echogear', '12884 Frontrunner Blvd Ste 201 Draper UT 84020 US', 'US', 'MA-S', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36094, '94aab8', 0, 'Joview(Beijing) Tech Co Ltd', 'Room 302, South Building Beijing 100081 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36095, '74ee2a', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36096, '000acf', 0, 'Provideo Multimedia Co Ltd', '5F, NO.8, ALLEY 2, TZU-WEI LANE, HSIN TIEN CITY TAIPEI HSIEN, 231 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36097, '74b9eb', 0, 'JinQianMao Tech Co, Ltd', 'Room 506 YongHeng Building NO.58 JiangBing Raod FuZhou FuJian 350005 CN', 'CN', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36098, '7c7be4', 0, 'Z\'Sedai Kenkyusho Corp', 'Meikai sannomiya 2nd Bldg. 11th/fl. Kobe Hyogo 650-0034 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36099, '146308', 0, 'Jabil Circuit (Shanghai) Ltd', 'FL5-UNIT A2 NO. 1528 GUMEI ROAD SHANGHAI 200233 CN', 'CN', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36100, '000413', 0, 'snom Tech GmbH', 'Wittestr 30 G Berlin 13509 DE', 'DE', 'MA-L', '2000-11-09', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36101, '0050c2068', 0, 'Seabridge', 'PO Box 470 Hod Hasharon 45800 IL', 'IL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36102, '002118', 0, 'Athena Tech, Inc', '3721 Macintosh Dr Warrenton VA 20187 US', 'US', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36103, 'c8f386', 0, 'Shenzhen Xiaoniao Tech Co, Ltd', 'Floor 13 C-D Yunsong Buliding Futian District, Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36104, '28a241', 0, 'exlar Corp', '18400 west 77th street chanhassen mn 55317 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36105, 'a43bfad', 0, 'Jsc Component-Asu', 'Severnyi proezd 1, k. 5/6 Chernogolovka Moscow Region 142432', '', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36106, '8455a5', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-08-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36107, '00692d', 0, 'Sunnovo International Ltd', '1717 Haitai Building Beijing Beijing 100083 CN', 'CN', 'MA-L', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36108, '000a15', 0, 'Silicon Data, Inc', '4699 Old Ironsides Dr., #150 Santa Clara CA 95054 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36109, '001fdb', 0, 'Network Supply Corp,', '1938 NAKADAIRA KANAE IIDA NAGANO 395-0801 JP', 'JP', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36110, '0050c2fa3', 0, 'Xemex NV', 'Metropoolstraat 11a Schoten Antwerp BE-2900 BE', 'BE', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36111, '446246', 0, 'Comat AG', 'Bernstrasse 4 Worb 3076 CH', 'CH', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36112, '003037', 0, 'Packard Bell Nec Services', '299 avenue Patton, BP 645 49006 Angers Cedex 01 FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36113, '001995', 0, 'Jurong Hi-Tech (Suzhou)CoLtd', '275,Xing Long Street, Suzhou Indudtrial Park Suzhou Jiang Su 215021 CN', 'CN', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36114, '58e876d', 0, 'Xiamen Cacamle Tech Co, Ltd', 'Room 1501,15th floor,Building C,DaTang YOHO Park,Huli district Xiamen Fujian 361000 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36115, '0008d7', 0, 'How Corp', '1-11-17 Chiyoda Sagamihara Kanagawa 229-0037 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36116, '0050c276c', 0, 'Efg CZ spol. s r.o.', 'Na Jarově 4 Praha 3 Czech republic 13000 CZ', 'CZ', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36117, '002207', 0, 'Inteno Broadband Tech AB', 'Stensätravägen 13 Skärholmen SE 127 39 SE', 'SE', 'MA-L', '2008-10-25', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36118, '70b3d529d', 0, 'XTech2 Sia', 'Katrinas dambis 24a-15 Riga LV1045 LV', 'LV', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36119, '486b2c', 0, 'Bbk Educational Electronics Corp, Ltd', 'LiWu INDUSTRIAL PARK,Wusha,Chang\'an Dong Guan Guang Dong 523860 CN', 'CN', 'MA-L', '2014-07-13', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36120, '0cfe5d9', 0, 'Celerway Communication AS', 'Martin Lingesvei 25 Fornebu 1364 NO', 'NO', 'MA-M', '2018-08-08', '2018-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36121, '70b3d5719', 0, '2M Tech', '802 Greenview Drive Grand Prairie TX 75050 US', 'US', 'MA-S', '2019-06-25', '2019-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36122, '00102e', 0, 'Network Systems & Tech Pvt. Ltd', 'PLOT NO. 2, COCHIN EXPORT PROCESSING ZO KAKKANAD, COCHIN 682 030 IN', 'IN', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36123, '00118a', 0, 'Viewtran Tech Ltd', '3/F, R2-A builiding, High Tech Industrial Park, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2004-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36124, '0012bc', 0, 'Echolab Llc', '267 Boston Road Billerica MA 01862 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36125, 'a491b1', 0, 'Technicolor', 'Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE', 'BE', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36126, '70b3d5d09', 0, 'Rishaad Brown', '224 Thoreau dr. Apt.D Yorktown VA 23693 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36127, 'f4631f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36128, '0050c226f', 0, 'Digital Recorders Inc', '4018 Patriot Drive Durham NC 27703 US', 'US', 'IAB', '2003-06-30', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36129, '001174', 0, 'Mojo Networks, Inc', '339 N.Bernardo Ave Mountain View CA 94043 US', 'US', 'MA-L', '2004-06-05', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36130, '7cd95c', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2018-10-29', '2018-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36131, '70b3d58c1', 0, 'Rievtech Electronic Co, Ltd', 'Room 505, Building A, No.88,Dazhou Road,Tiexinqiao,Yu huatai District, Nanjing City, Jiangsu Province,P.R.China +0086 25 52895099 52890138 info@rievtech.com sales@rievtech.com Nanjing City Jiangsu Province 210000 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36132, '0050c2b22', 0, 'FarSite Communications Ltd', 'Tempus Business Centre Basingstoke Hampshire RG21 6XG GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36133, 'a0d37a', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36134, 'd46cda', 0, 'Csm GmbH', 'Raiffeisenstraße 34 Filderstadt Baden-Württemberg 70794 DE', 'DE', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36135, '90f3b7', 0, 'Kirisun Communications Co, Ltd', '3-6Flrs, ROBETA Building, 1 QiMin Road, Songping Shan Area, Science & Industry Park, Nanshan District Shenzhen GuangDong 518057 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36136, '70b3d516e', 0, 'Jemac Sweden AB', 'Trångsundsvägen 20A Kalmar 39356 SE', 'SE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36137, '70b3d5f9a', 0, 'Krabbenhøft og Ingolfsson', 'Thorsgade 59, 4. tv. København N Danmark 2200 DK', 'DK', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36138, '6035c0', 0, 'Sfr', '12 rue jean-philippe Rameau CS 80001 La plaine saint denis FRANCE 93634 FR', 'FR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36139, '9c99cd', 0, 'Voippartners', 'Via di Passolombardo 35 Rome 00133 IT', 'IT', 'MA-L', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36140, '000322', 0, 'Idis Co, Ltd', '7th Floor, 646-7 Yuksam-Dong, KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36141, '0050ed', 0, 'Anda Networks', '2921 COPPER ROAD SANTA CLARA CA 95051 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36142, '70b3d58ea', 0, 'JLCooper Electronics', '142 Arena St El Segundo CA 90245 US', 'US', 'MA-S', '2019-05-31', '2019-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36143, '0050c23d6', 0, 'Comlab Inc', '2300, Leon-Harmel Quebec G1N 4L2 CA', 'CA', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36144, '001915', 0, 'Tecom Co, Ltd', '23 R&D Road 2 Science Based Industrial Park Hsin-Chu 300 TW', 'TW', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36145, '001fc0', 0, 'Control Express Finland Oy', 'Laitaatsillantie 3 Savonlinna 57170 FI', 'FI', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36146, '747db6', 0, 'Aliwei Communications, Inc', 'Keji 6 Road , Hi-tech Industrial Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36147, 'f41ba1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36148, '2cdda3', 0, 'Point Grey Research Inc', '305-1847 West Broadway Vancouver British Columbia V6J 1Y6 CA', 'CA', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36149, '94e8c5', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36150, 'a45f9b', 0, 'Nexell', '12F, 31 Hwangsaeul-ro 258 beon-gil, Bundang-gu Seongnam-si, Gyeonggi-do 13595 KR', 'KR', 'MA-L', '2018-10-23', '2018-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36151, '0003ed', 0, 'Shinkawa Electric Co, Ltd', '3-2-24 3 chome JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36152, '0008d4', 0, 'IneoQuest Tech, Inc', '1931 Washington St Canton Massachusetts 02021 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36153, 'f8084f', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36154, '04b1a1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36155, '00190c', 0, 'Encore Electronics, Inc', '16483 Old Valley Blvd. La Puente CA 91744 US', 'US', 'MA-L', '2006-07-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36156, 'b0b8d5', 0, 'Nanjing Nengrui Auto Equipment Co, Ltd', 'No.108 Ganjiabian East Yaohua Town Nanjing Jiangsu 210046 CN', 'CN', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36157, 'd866ee', 0, 'Boxin Communication Co, Ltd', 'Room 309,Block A,New materials business building Haidian District Beijing 100094 CN', 'CN', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36158, 'c88ed1', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-07-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36159, '70b3d5828', 0, 'Xacti Corp', 'Tower East 28F, Umeda Sky bldg, 1-1-88, Oyodonaka, Kita-ku, Osaka Osaka 5316028 JP', 'JP', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36160, '3c9872', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36161, '00095d', 0, 'Dialogue Tech Corp', '10F, No. 196, Sec. 2, Jungshing Rd. Shindian City Taipei 231 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36162, '000c95', 0, 'PrimeNet', 'Hongik University, 72-1, Sangsu-Dong, Ma Seoul 121-791 KR', 'KR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36163, '009d6b', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36164, 'b4ce40', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36165, '0050c2bbd', 0, 'Its Telecom', '29 Hametzuda st. Azur 58001 IL', 'IL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36166, 'c08c60', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36167, '40d855178', 0, 'Reder Domotic GmbH', 'Gutensteinerstrasse 42 Pottenstein Austria 2563 AT', 'AT', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36168, '70b3d5835', 0, 'CommBox P/L', '3b/10 Rodborough Rd Frenchs Forest NSW 2086 AU', 'AU', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36169, 'cc7314', 0, 'Hong Kong Wheatek Tech Ltd', 'Building 20,No.2277, ZuChongZhi Road, PuDong District, Shanghai shanghai 201203 CN', 'CN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36170, 'f490cb7', 0, 'Teq SA', 'Via al Municipio 16 Barbengo Ticino 6917 CH', 'CH', 'MA-M', '2020-02-04', '2020-02-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36171, '006084', 0, 'Digital Video', '4920 AVALON RIDGE PKWY NORCROSS GA 30092 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36172, '009039', 0, 'Shasta Networks', '249 HUMBOLDT COURT SUNNYVALE CA 94089-1300 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36173, '70b3d578f', 0, 'SoFiHa', 'Hagenower Strasee 73 Schwerin 19061 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36174, '1c82598', 0, 'Shenzhen Aoa Tech Co, Ltd', 'B624,C1 Building,Hengchao Industrial Park,Tangtou Road,Shiyan,Bao\'an District SHENZHEN Guangdong 518108 CN', 'CN', 'MA-M', '2019-03-08', '2019-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36175, '000fbd', 0, 'Mrv Communications (Networks) Ltd', 'P.O Box 614 Yokneam 20692 IL', 'IL', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36176, '002495', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-12-16', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36177, '0011b0', 0, 'Fortelink Inc', '42501 Albrae street suite 202 Fremont CA 94538 US', 'US', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36178, '283b82', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36179, 'b0989f', 0, 'LG Cns', '53-94 Jinwisandan-ro, Jinwuy-Myun Pyungtaek-City Kyunggi-Do 451-862 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36180, 'bc3aea', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD,WUSHA,CHANG\'AN,DONGGUAN,GUANGDONG,CHINA DONGGUAN GUANGDONG 523860 CN', 'CN', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36181, '245ccb', 0, 'AXIe Consortium, Inc', 'P.O. Box 1016 Niwot CO 80544-1016 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36182, '0050c2b43', 0, 'J-Systems Inc', '1S678 School Ave. Lombard IL 60148 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36183, 'd4ae52', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2011-09-24', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36184, '001ef8', 0, 'Emfinity Inc', '1305 Kelly Lake Road Sudbury Ontario P3E5P5 CA', 'CA', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36185, '002535', 0, 'Minimax GmbH & Co KG', 'Industriestrasse 10/12 Bad Oldesloe SH 23840 DE', 'DE', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36186, '0050c2e44', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach Northrhine Westfalia 51465 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36187, '485169', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36188, '000788', 0, 'Clipcomm, Inc', '5th Fl, Ssangyang Bldg. Seoul 151-827 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36189, '0050c20ba', 0, 'Pro-Active', 'Parc Gutenberg 91120 Palaiseau FR', 'FR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36190, '70b3d5524', 0, 'Wuxi New Optical Communication Co, Ltd', 'Room 301,Building No. 2, Zhongguancun Software Park Taihu Sub-park Wuxi Jiangsu 214315 CN', 'CN', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36191, '7cff4d', 0, 'Avm Audiovisuelles Marketing und Computersysteme GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36192, '0050c2163', 0, 'Computerwise, Inc', '302 N. Winchester Olathe KS 66062 US', 'US', 'IAB', '2002-08-08', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36193, '14d4fe', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2011-07-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36194, '0050c2736', 0, 'Nika Ltd', 'Kievskaja 14B Vinnitsa 21009 UA', 'UA', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36195, '68764f', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2013-09-12', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36196, '70b3d5d3c', 0, 'Hrt', 'via Pio La Torre 13 Campogalliano 41011 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36197, '000287', 0, 'Adapcom', '172-A Component Drive San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36198, '0002ce', 0, 'FoxJet, Inc', '2016 E. Randal Mill Rd. #409 Arlington TX 76011-8223 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36199, '0050c2bc6', 0, 'MireroTack', 'dodang-dong,wonmi-gu, bucheon-si, gyeonggi-do dodang-dong,wonmi-gu bucheon-si/gyeonggi-do 420-806 KP', 'KP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36200, '645ebe', 0, 'Yahoo! Japan', 'Midtown Tower Minato-ku Tokyo 107-6211 JP', 'JP', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36201, '607ecd', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36202, '000abc', 0, 'Seabridge Ltd', '3 Hanagar St. Hod-Hasharon Israel 45241 IL', 'IL', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36203, '4ce1730', 0, 'Beijing Sutongwang E-Business Co, Ltd', 'Room 1108, Qingyun modern building. NO.43 Bei San Huan Xi Road Beijing Beijing 100086 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36204, '24d51c', 0, 'Zhongtian broadband Tech Co, Ltd', 'Rudong hekou town Zhongtian industrial park Nantong jiangsu Province 226463 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36205, '000c45', 0, 'Animation Tech Inc', '8F,No.138,Lane 235,Paochiao Road, Taipei Hsien 231 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36206, 'c86000', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36207, 'a4218a', 0, 'Nortel Networks', 'CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX', 'MX', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36208, 'c894d2', 0, 'Jiangsu Datang Electronic Products Co, Ltd', 'NO.20 Nanjing Jiangsu 211800 CN', 'CN', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36209, '681e8b', 0, 'InfoSight Corp', '20700 US Hwy 23 Chillicothe Ohio 45601 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36210, '001d13', 0, 'NextGTV', '13F Byucksan/Kyungin Digital Valley ll Seoul 153-803 KR', 'KR', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36211, '002512', 0, 'zte Corp', '12/F ZTE Plaza,Keji Road South,Hi-Tech Industrial Park,Nanshan District, Shenzhen GUANGDONG 518057 CN', 'CN', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36212, 'dc2b61', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2010-11-24', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36213, 'ec8350', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36214, '8030e0', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36215, '0080c3', 0, 'Bicc Information Systems & Svc', '500 CAPABILITY GREEN, LUTON ENGLAND LU1 3LT GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36216, '00181b', 0, 'TaiJin Metal Co, Ltd', '#95-9, Hangdong7-Ga, Joong-Gu In Cheon 400-037 KR', 'KR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36217, 'e47dbd', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2016-08-05', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36218, '70b3d502d', 0, 'NEXTtec srl', 'Via Ivrea 71/B Rivoli TO 10098 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36219, '0025e3', 0, 'Hanshinit Inc', 'Dong-Won Bld 3F, 395-13, Gal-Ma 2, Seo-Gu Daejeon 302-809 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36220, 'e064bb', 0, 'DigiView S.r.l.', 'Via Senigallia 18/2 Milano 20161 IT', 'IT', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36221, '001eba', 0, 'High Density Devices AS', 'Vestre Strandgate 26 Kristiansand 4611 NO', 'NO', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36222, 'f041c87', 0, 'Nanchang BlackShark Co, Ltd', 'Room 319, Jiaoqiao Town Office Building, Economic and Technical development zone, Nanchang City, Jiangxi Province. Nanchang 330013 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36223, '00102a', 0, 'ZF Microsystems, Inc', '1052 ELWELL COURT PALO ALTO CA 94303-4307 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36224, '0009b2', 0, 'L&F Inc', '4-2-9 ITABASHI-KU Tokyo 175-0083 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36225, '000350', 0, 'Bticino Spa', 'Via L. Manara, 4 IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36226, '74bfa1', 0, 'Hyunteck', '#603 107-Dong, Jugong Apt., Changhyeon-ri, Hwado-eup Namyangju-si Gyeonggi-do 472-779 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36227, '0050c29ca', 0, 'Esab-Atas GmbH', 'Liebigstraße 16 Seligenstadt Hessen 63500 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36228, '38458c', 0, 'MyCloud Tech Corp', 'Room 705£¬Building F, Jiahua Building£¬ Beijing 100085 CN', 'CN', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36229, '404eeb', 0, 'Higher Way Electronic Co, Ltd', 'No.15 Jingke E. Rd., Nantun District Taichung 408 TW', 'TW', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36230, '0004fe', 0, 'Pelago Networks', '701 E. Plano Parkway - Ste. #205 Plano TX 75074 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36231, '0050c2107', 0, 'NewHer Systems', 'Rivierensingel 598 5704 NV Helmond NL', 'NL', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36232, '4c804f', 0, 'Armstrong Monitoring Corp', '215 Colonnade Rd Nepean Ontario K2E 7K3 CA', 'CA', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36233, '1cc0e16', 0, 'Monument Labs, Inc', '222 W. Merchandise Mart Plaza Ste 1212 Chicago IL 60654 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36234, 'd8e0e1', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2016-10-12', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36235, '6ce4da', 0, 'Nec Platforms, Ltd', '2-3 Kandatsukasamachi Chiyodaku Tokyo 101-8532 JP', 'JP', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36236, '9440c9', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2018-12-05', '2018-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36237, '000e37', 0, 'Harms & Wende GmbH & CoKG', 'Grossmoorkehre 9 Hamburg D-21079 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36238, '0050c248e', 0, 'Teledyne Tekmar', '4736 Socialville Foster Rd Mason Ohio 45040 US', 'US', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36239, '7ce97c', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36240, '1ccae3a', 0, 'Sirea', '69 Rue de L\'industrie CASTRES Midi-Pyrénée 81100 FR', 'FR', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36241, '8cb7f7', 0, 'Shenzhen UniStrong Science & Tech Co, Ltd', '17/F, Global Digital Bldg, Hi-tech Park Shen zhen Guang dong 518000 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36242, '8486f3', 0, 'Greenvity Communications', '673 S. Milpitas Blvd Suite 204 Milpitas California 95035 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36243, 'a80cca', 0, 'Shenzhen Sundray Tech Co Ltd', '6th Floor,Block A1, Nanshan iPark, No.1001 XueYuan Road, Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36244, '04def2', 0, 'Shenzhen Ecom Tech Co Ltd', 'Longhua Street Qinghu Community Longhu Junhui Fashion Apartment Longhua New District, Shenzhen Guangdong 518012 CN', 'CN', 'MA-L', '2016-10-30', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36245, '14adca', 0, 'China Mobile Iot Ltd Co', 'No. 8 Yangliu North Road, Yubei District, Chongqing, China Chong Qing Chong Qing 401120 CN', 'CN', 'MA-L', '2019-03-21', '2019-03-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36246, '5062551', 0, 'Hagiwara Solutions Co, Ltd', '7F, Sakae TV BLD, 3-10-32, Nishiki, Naka-ku, Nagoya City Aichi Prefecture 460-0003 JP', 'JP', 'MA-M', '2019-09-05', '2019-09-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36247, '0025e4', 0, 'Omni-WiFi, Llc', '70 Sullivan Street Berwick Maine 03901 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36248, 'bc72b1', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36249, '001923', 0, 'Phonex Korea Co, Ltd', '33-3, Geoyeo-Dong Seoul Songpa-Gu 138-814 KR', 'KR', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36250, '0050c28ca', 0, 'Altair semiconductor Ltd', '6 Ha\'arash St. Hod Hasharon 45240 IL', 'IL', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36251, '0050c2d24', 0, 'Expro North Sea', 'Units 4-6, 9 Bessemer Close Verwood Dorset BH31 6AZ GB', 'GB', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36252, '14dde5', 0, 'Mpmkvvcl', 'NISHTHA PARISAR, GOVINDPURA BHOPAL MADHYA PRADESH 462023 IN', 'IN', 'MA-L', '2016-05-31', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36253, '000bee', 0, 'Incjet, Inc', 'One Winnenden Road Norwich CT 06360 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36254, '000e4a', 0, 'Changchun Huayu Webpad Co, Ltd', '4370 Gaoxin Road, High-Tech Changchun Jilin 130012 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36255, '38e3c5', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36256, '883f99', 0, 'Siemens AG', 'Werner-von-Siemens-Str. 48 Amberg 92224 DE', 'DE', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36257, '70b3d5964', 0, 'Visility', 'Universitetsparken 7 Roskilde 4000 DK', 'DK', 'MA-S', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36258, '0050c2813', 0, 'Intelleflex Corp', '2465 Augustine Dr Santa Clara CA 95054 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36259, 'e0c3f3', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36260, '0050c249e', 0, 'Armorlink Co .Ltd', 'No. 515 of Xinzhuang Industry Park Shenfu Road Shanghai Province Shanghai 201108 CN', 'CN', 'IAB', '2005-05-12', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36261, '0050c2acf', 0, 'SP Controls, Inc', '930 Linden Ave South San Francisco CA 94086 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36262, '40d855060', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36263, '40d855084', 0, 'Papendorf Software Engineering GmbH', 'Robert-Bosch-Str. 10 Gaertringen Baden-Wuerttemberg 71116 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36264, '183009', 0, 'Woojin Industrial Systems Co, Ltd', '95, Sari-ro, Sari-myeon Goesan-gun Chungcheongbuk-do 367-822 KR', 'KR', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36265, '300a605', 0, 'A9', '27,BUCHEON-RO 198BEON-GIL BUCHEON-SI GYEONGGI-DO 14555 KR', 'KR', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36266, '00061f', 0, 'Vision Components GmbH', 'Ottostraße 2 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36267, '000c73', 0, 'Telson Electronics Co, Ltd', 'Telson Venture Tower., 949-3 Dogok-Dong Seoul Kangnam-Ku 135-739 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36268, '70b3d5461', 0, 'Tesec Corp', '391-1, Kamikitadai 3-Chome Higasiyamato Tokyo 2070023 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36269, '4048fd1', 0, 'Fast Programming', 'Alyarmouk Riyadh Ar Riyadh 13251 SA', 'SA', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36270, '785517', 0, 'SankyuElectronics', '2-30-12 Ohta-ku Tokyo 146-0091 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36271, '08a5c8', 0, 'Sunnovo International Ltd', '1717 Haitai Building Beijing Beijing 100083 CN', 'CN', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36272, '54ef44', 0, 'Lumi United Tech Co, Ltd', '8th Floor, JinQi Wisdom Valley, No.1 TangLing Road, LinXian Ave, Taoyuan Residential District,Nanshan District ShenZhen GuangDong 518055 CN', 'CN', 'MA-L', '2019-03-21', '2019-03-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36273, '00d062', 0, 'Digigram', 'PARC DE PRE MILLIET FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36274, '0024f8', 0, 'Technical Solutions Co Ltd', 'Box 31750 Whitehorse Yukon Y1A 6L3 CA', 'CA', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36275, '0409a5', 0, 'Hfr, Inc', '5F, Hana EZ Tower Sungnam-si Kyunggi-do 463-870 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36276, '6c8b2f', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36277, 'b863bc', 0, 'Robotis, Co, Ltd', '#1506 Ace high End Tower 3, 371-50 Seoul 153-787 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36278, '787052', 0, 'Welotec GmbH', 'zum Hagenbach 7 Laer NRW 48366 DE', 'DE', 'MA-L', '2018-07-30', '2018-07-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36279, '7cdfa1', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36280, '000b3b', 0, 'devolo AG', 'Charlottenburger Allee 67 Aachen NRW 52068 DE', 'DE', 'MA-L', '2002-10-14', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36281, '0050c2c62', 0, 'Zeus Systems Private Ltd', 'B1 201 Center Point Mumbai Maharashtra 400013 IN', 'IN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36282, '00111c', 0, 'Pleora Tech Inc', '359 Terry Fox Drive, Suite 230 Kanata ON K2K 2E7 CA', 'CA', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36283, '000407', 0, 'Topcon Positioning Systems, Inc', '5758 W. Las Positas Blvd. Pleasanton CA 94588 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36284, '0005f0', 0, 'Satec', 'P.O. Box 45022 91450 IL', 'IL', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36285, '0050c2d09', 0, 'Guardtec, Inc', '#1203, Hansin IT Tower, 235, Seoul 152-768 KR', 'KR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36286, '8c59c3', 0, 'Adb Italia', 'Viale Sarca 222 Milan Italy 20126 IT', 'IT', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36287, 'ccd31e3', 0, 'Ken A/S', 'Bøgebjergvej 60 Brobyværk Denmark 5672 DK', 'DK', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36288, '70b3d5f12', 0, 'Incoil Induktion AB', 'Brandthovdagatan 29 Vasteras Vastmanland 72135 SE', 'SE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36289, '00602d', 0, 'Alerton Tech, Inc', '6670 185TH AVE. N.E. REDMOND WA 98052 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36290, 'bc4e3c', 0, 'Core Staff Co, Ltd', 'Shin-osaka Oriental Bldg. 14F, 7-1-26 Nishinakajima Yodogawa-ku Osaka 532-0011 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36291, '1ccae35', 0, 'TengFeng', '3F, 1st Bldg, Yuejun Zhenxing lnd. Park, Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36292, '34049ed', 0, 'uikismart', 'Nanshan Shenzhen Guangdong 518061 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36293, '70b3d5469', 0, 'Gentec Systems Co', '5F., No.51-3, Fuxing Rd., Xindian Dist., New Taipei City 23150 TW', 'TW', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36294, '70b3d5e54', 0, 'Beijing PanGu Co', 'Beijing agricultural college Beijing 100010 CN', 'CN', 'MA-S', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36295, 'd44c24', 0, 'Vuppalamritha Magnetic Components Ltd', '3rd Floor, 307 ,My Home Ashoka Chambers,S.P Road, Secunderabad AndhraPradesh 500003 IN', 'IN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36296, 'a40130', 0, 'ABIsystems Co, Ltd', '308 ACE Techno Tower8 191-7 Guro-dong Seoul KR', 'KR', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36297, '001fa0', 0, 'A10 Networks', '3 West Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36298, '1c6bca', 0, 'Mitsunami Co, Ltd', '2-30-11, Nishi-gotanda, Shinagawa-ku Tokyo 141-0031 JP', 'JP', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36299, '3c46d8', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36300, '70b3d5a29', 0, 'Qiagen Instruments AG', 'Garstligweg 8 Hombrechtikon Zurich 8634 CH', 'CH', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36301, '00305b', 0, 'Toko Inc', '18 COMIGAYA, TSURUGASHIMA-SHI JAPAN 350-2281 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36302, '0004c1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36303, '001adb', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-12-30', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36304, 'f86971', 0, 'Seibu Electric Co,', '1458-7 Hachioji Tokyo 193-0941 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36305, '1c82591', 0, '3xLOGIC Inc', '9882 E. 121st Street Fishers IN 46037 US', 'US', 'MA-M', '2019-03-01', '2019-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36306, '00017e', 0, 'Adtek System Science Co, Ltd', 'YBP West Tower Hodogaya Yokohama JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36307, '000671', 0, 'Softing AG', 'Richard-Reitzner-Allee 6 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36308, '0002f7', 0, 'Arm', '110, Fulbourn Road CB1 9NJ GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36309, '000c61', 0, 'AC Tech Corp Dba Advanced Digital', '1250-G Avenida Acaso Camarillo CA 93010 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36310, '0050c2b3c', 0, 'JanasCard', '1. pluku 12 Praha 8 CR 18600 CZ', 'CZ', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36311, 'bc4377', 0, 'Hang Zhou Huite Tech Co, Ltd', 'Rm1338,Block A¬FuLi Technology Building ,No.328,WenEr Rd Hang Zhou Zhe Jiang 310012 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36312, '70b3d53c2', 0, 'Cellular Specialties, Inc', '670 North Commercial Avenue, Manchester NH 03101 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36313, '008086', 0, 'Computer Generation Inc', '3855 PRESIDENTIAL PARKWAY ATLANTA GA 30340 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36314, '001045', 0, 'Nortel Networks', 'OPTera Solutions Division Kanata Ontario K2K-2X3 CA', 'CA', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36315, 'ec1766', 0, 'Research Centre Module', '3 Eight March 4Th Street Moscow Moscow 125190 RU', 'RU', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36316, '74dbd1', 0, 'Ebay Inc', '2211 N. First St San Jose Ca 95131 US', 'US', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36317, '1ca0d3e', 0, 'Exicom Tele-Systems Ltd', 'Plot Number 77A, IFFCO Road, Sector 18 Gurgaon Haryana 122015 IN', 'IN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36318, '70b3d5c35', 0, 'Vibrationmaster', 'Rue Du Commerce, Technoport 3A FOETZ 3895 LU', 'LU', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36319, '001459', 0, 'Moram Co, Ltd', '3F, Manwol Bldg., 1022-4 Suwon-shi Gyounggi-do 443-813 KR', 'KR', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36320, '0050c27ba', 0, 'Infodev Electronic Designers Intl.', 'CP 1222 HV Quebec G1R 5A7 CA', 'CA', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36321, '080067', 0, 'ComDesign', 'Goleta CA US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36322, 'a897dc', 0, 'Ibm', '4400 North First Street San Jose CA 95134 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36323, '0050c2359', 0, 'Kramer Electronics Ltd', '3 Am VeOlamo St. Jerusalem 95463 IL', 'IL', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36324, '00256b', 0, 'Atenix E.E. s.r.l.', 'Via Torricelli, 15/b VERONA VR 37135 IT', 'IT', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36325, '0050c2c66', 0, 'KS Beschallungstechnik GmbH', 'Westendstr.1 Hettenleidelheim Rhineland-Palatinate 67310 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36326, '9c0473', 0, 'Tecmobile (International) Ltd', 'Unit L, Braintree Industrial Estate, HA4 0EJ GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36327, '70533f', 0, 'Alfa Instrumentos Eletronicos Ltda.', 'Rua Coronel Mario de Azevedo, 138 Sao Paulo SP 02710-020 BR', 'BR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36328, 'f8b568c', 0, '3si Security Systems, Inc', '101 Lindenwood Drive, Suite 200 Malvern PA 19355 US', 'US', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36329, '0000b3', 0, 'Cimlinc Inc', '1957 CROOKS ROAD TROY MI 48084 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36330, '000cb4', 0, 'AutoCell Laboratories, Inc', '174 Concord Street Peterborough, New Hampshire 03458 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36331, '0050c2f8f', 0, 'Computerwise, Inc', '302 N. Winchester Olathe KS 66062 US', 'US', 'IAB', '2012-08-13', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36332, 'b8d8129', 0, 'Entotem Ltd', 'Unit 3, South Stanmore Stables, Newbury Berks RG20 8SR GB', 'GB', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36333, '70b3d52be', 0, 'Coherent Logix, Inc', '1120 S Capital of TX HWY Austin TX 78746 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36334, '0c47c9', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36335, '00a0f5', 0, 'Radguard Ltd', '8 HANECHOSHET STREET TEL-AVIV 69710 IL', 'IL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36336, '001a1f', 0, 'Coastal Environmental Systems', '820 First Avenue South Seattle wa 98134 US', 'US', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36337, 'b01f29', 0, 'Helvetia Inc', '8-11 tokaichi-nishimachi, kitaku Okayama okayama 7000856 JP', 'JP', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36338, '0050c2476', 0, 'Ascon S.p.a.', 'Via Falzarego 9/11 Bollate Milano 20021 IT', 'IT', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36339, '001a82', 0, 'Proba Building Automation Co, Ltd', 'Penghuan Building 501, Shangdi East Road #1, Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36340, '688f2e', 0, 'Hitron Tech Inc', 'No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW', 'TW', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36341, '8ce5c0', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36342, '3c22fb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36343, '002038', 0, 'Vme Microsystems International Corp', '12090 S. MEMORIAL PARKWAY HUNTSVILLE AL 35803 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36344, '94a1a2', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hukou Hsinchu 30352 TW', 'TW', 'MA-L', '2014-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36345, '189ba57', 0, 'Beijing Xinertel Tech Co, Ltd', '101, Building No.5, No.8 Chuangye Road., Haidian District Beijing Beijing 100085 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36346, '7488bb', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-12-06', '2018-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36347, '000894', 0, 'InnoVISION Multimedia Ltd', 'Rm 608, 6/F Tins Enterprises Centre, Kowloon, HK', 'HK', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36348, '181456', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu Ou 90590 FI', 'FI', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36349, 'ecf4bb', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2013-11-12', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36350, '38e1aa', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36351, '189e2c', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36352, '002043', 0, 'Neuron Co Ltd', '15 KWAI YI ROAD, BLOCK 2, KWAI CHUNG, N.T. HK', 'HK', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36353, 'b8b7d7', 0, '2gig Tech', '2961 West Maple Loop Drive Lehi Utah 84043 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36354, 'bc2b6b', 0, 'Beijing Haier IC Design Co, Ltd', 'Room 205, Tongheng Building, No.4 Huayuan Road, Haidian District Beijing Beijing 100088 CN', 'CN', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36355, '000721', 0, 'Formac Elektronik GmbH', 'Dofstraße 33 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36356, '40d855033', 0, 'Ermes Elettronica s.r.l.', 'Via Treviso, 36 San Vendemiano TV 31020 IT', 'IT', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36357, '286046', 0, 'Lantech Communications Global, Inc', '7F, No. 45, Lane 188, Ruiguang Rd., Neihu District Taipei City 11491 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36358, 'f8d0ac', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2012-05-26', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36359, '00162d', 0, 'STNet Co, Ltd', 'Shin-wha Building 4F, 954-25 Anyang-si Kyungki-do 431-060 KR', 'KR', 'MA-L', '2005-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36360, '001944', 0, 'Fossil Partners, L.P.', '2280 N. Greenville Ave. Richardson TX 75082 US', 'US', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36361, '94e848', 0, 'Fylde Micro Ltd', '8 AVROE CRESCENT BLACKPOOL LANCASHIRE FY4 2DP GB', 'GB', 'MA-L', '2011-03-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36362, '4ce1732', 0, 'Lenovo Data Center Group', '8001 Development Dr Morrisville NC 27560 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36363, '009014', 0, 'Rotork Instruments, Ltd', 'CHAUL END LANE LU4 8EZ England GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36364, '20a2e7', 0, 'Lee-Dickens Ltd', 'Rushton Rd Kettering Northamptonshire NN14 2QW GB', 'GB', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36365, '0c2a69', 0, 'electric imp, Inc', '5050 El Camino Real, Ste 221 Los Altos California 94022 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36366, '60699b', 0, 'Isepos GmbH', 'Wannweiler Str. 12 Kirchentellinsfurt 72138 US', 'US', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36367, 'b01f815', 0, 'Shenzhen Grid Tech Co, Ltd', '6thfloor,jinda Technology Center,No.8 of kefeng Road ,Science and Technology Park,NanshanDist,Shenzhen shenzhen guangdong 518054 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36368, '2c48356', 0, 'Exertus Oy', 'Kampusranta 9 C Seinäjoki 60320 FI', 'FI', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36369, '0001a7', 0, 'Unex Tech Corp', '8F-5, #130, SZE WEI RD., HSINCHU TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36370, '001bb8', 0, 'Blueway Electronic Co;Ltd', 'Workshop B,Dong Feng Village, HuiZhou GuangDong 516008 CN', 'CN', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36371, '0050c25a9', 0, 'Ayc Telecom Ltd', 'Unit 2 Fleet Business Park Church Crookham Hampshire GU52 8BF GB', 'GB', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36372, '0050c2ff4', 0, 'Burk Tech', '7 Beaver Brook road Littleton MA 01460 US', 'US', 'IAB', '2012-11-04', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36373, '00061c', 0, 'Hoshino Metal Industries, Ltd', '645 Yamanokami, Yabutsuka, 379-2302 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36374, '000d03', 0, 'Matrics, Inc', '8850 Stanford Blvd Columbia MD 21045 US', 'US', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36375, '9c53cd', 0, 'Engicam s.r.l.', 'Via Dei Pratoni n.16 Scandicci FIRENZE 50018 IT', 'IT', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36376, '9802d8d', 0, 'Promicon Elektronik GmbH + CoKG', 'Im Michelreis 6 Pliezhausen Baden-Württemberg 72124 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36377, '4cbc980', 0, 'Charge-Amps AB', 'GUSTAV III:S BOULEVARD 42, 8TR SOLNA 16973 SE', 'SE', 'MA-M', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36378, '001170', 0, 'Gsc Srl', 'VIA PER VIMERCATE USMATE VELATE MILANO 20040 IT', 'IT', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36379, '582f42', 0, 'Universal Electric Corp', '168 Georgetown Road Canonsburg PA 15317 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36380, '001b9d', 0, 'Novus Security Sp. z o.o.', 'ul. Puławska 431 Warsaw woj. mazowieckie 02-801 PL', 'PL', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36381, 'dc1ea3', 0, 'Accensus Llc', '200 South Wacker Drive Chicago IL 60606 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36382, '0050c2df4', 0, 'Potter Electric Signal Co Llc', '1609 Park 370 Place Hazelwood 63042 US', 'US', 'IAB', '2011-08-06', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36383, '74e2f5', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-05-26', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36384, '70b3d5994', 0, 'KeFF Networks', 'Sorogatan 1 Kista Stockholm 16441 SE', 'SE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36385, '706879', 0, 'Saijo Denki International Co, Ltd', '39/9 Moo 9 Soi Duangmanee Muang Nonthaburi 11000 TH', 'TH', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36386, '0014ef', 0, 'TZero Tech, Inc', '455 W. Maude Avenue Sunnyvale CA 94085 US', 'US', 'MA-L', '2005-06-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36387, '0015cd', 0, 'Exartech International Corp', '3/F, No.62, Lane 188, Ruei Guang Rd., Neihu Taipei 114 TW', 'TW', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36388, '805067', 0, 'W & D Tech Corp', '1F., NO.22, GONGYEQU 31TH RD TAICHUNG CITY TAIWAN 40768 TW', 'TW', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36389, '0050c2962', 0, 'Shockfish SA', 'Parc Scientifique Lausanne VD 1015 CH', 'CH', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36390, '1c5c55', 0, 'Prima Cinema, Inc', '1903 Wright Place, Suite 320 Carlsbad CA 92008 US', 'US', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36391, '1489fd', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36392, '40d8550ba', 0, 'Pch Engineering A/S', 'Ved Klaedebo 4 Horsholm 2970 DK', 'DK', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36393, '0006b1', 0, 'Sonicwall', '1160 Bordeaux Dr. Sunnyvale CA 94089 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36394, '0050c26a8', 0, 'Delcan Tech, Inc', '2055 Sugarloaf Circle, Suite 500 Duluth GA 30097 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36395, '0050c2059', 0, 'Austco Communication Systems Pty, Ltd', '40 O\'Malley St Osborne Park Western Australia 6017 AU', 'AU', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36396, '0050c2250', 0, 'Acd Elektronik GmbH', 'Industriegebiet Engelberg 2 Achstetten 88480 DE', 'DE', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36397, '1c8779c', 0, 'AllThingsTalk', 'Ajuinlei 1 Gent 9000 BE', 'BE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36398, '00e06e', 0, 'Far Systems S.p.A.', 'VIA F. ZENI 8 3868 ROVERETO (TN) IT', 'IT', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36399, '000861', 0, 'SoftEnergy Co, Ltd', '346 Sangwangsipli-Dong, KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36400, '00f76f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36401, '84b517', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36402, 'a0f9b7', 0, 'Ademco Smart Homes Tech(Tianjin)Co, Ltd', 'No.156 Nanhai Road,TEDA, Jinbin Development Park , 21st Factory Building Tianjin Tianjin 300457 CN', 'CN', 'MA-L', '2018-10-08', '2018-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36403, '000c19', 0, 'Telio Communications GmbH', 'Elbchaussee 1 Hamburg 22765 DE', 'DE', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36404, 'fc10bd', 0, 'Control Sistematizado S.A.', 'Cra 43 N 31 52 Medellin Antioquia 10101 CO', 'CO', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36405, '0050c28d6', 0, 'UltraVision Security Systems, Inc', '88 Stiles Road Salem NH 03079 US', 'US', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36406, '745c4b', 0, 'GN Audio A/S', 'Lautrupbjerg 7 Ballerup DK-2750 DK', 'DK', 'MA-L', '2017-06-11', '2017-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36407, '70b3d5096', 0, 'Havelsan A.Ş.', 'Mustafa Kemal Mah. 2120.Cad. No.39 ANKARA 06510 TR', 'TR', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36408, 'bc97400', 0, 'Alpha Ess Co, Ltd', 'JiuHua Road 888, Nantong High-Tech Industrial Development Zone, Nantong Jiangsu 226300 CN', 'CN', 'MA-M', '2019-03-19', '2019-03-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36409, '000df7', 0, 'Space Dynamics Lab', '1695 N. Research Park Way North Logan UT 84341 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36410, '001969', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2006-08-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36411, '0014ba', 0, 'Carvers SA de CV', 'Alvarez del Castillo 1550 Guadalajara Jalisco 44620 MX', 'MX', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36412, '0050c26f3', 0, 'E3Switch Llc', '80 Coronado Ave San Carlos CA 94070 US', 'US', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36413, '00239f', 0, 'Institut für Prüftechnik', 'Schulstraße 3 Todtenweis Bayern 86447 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36414, '70b3d5189', 0, 'Dave Srl', 'VIA TALPONEDO 29/A PORCIA PORDENONE 330850 IT', 'IT', 'MA-S', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36415, '000799', 0, 'Tipping Point Tech, Inc', '7501 B N. Capital of TX Hwy. Austin TX 78731 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36416, '0009db', 0, 'eSpace', '9623 Simsbury Ct. Twinsburg OH 44087-3220 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36417, '00041f', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2000-11-09', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36418, '0050c23c1', 0, 'MicroTek Electronics, Inc', '1020 Calle Cordillera, #105 San Clemente CA 92673 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36419, '583f54', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2015-02-19', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36420, '88d039', 0, 'Tcl Technoly Electronics(Huizhou).,Ltd', 'Section 37, Zhongkai Hi-Tech Development Zone Huizhou Guangdong 516006 CN', 'CN', 'MA-L', '2017-09-10', '2017-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36421, 'ccd39d5', 0, 'Shenzhen Royole Tech Co, Ltd', 'Building #43, Dayun Software Town, No.8288 Longgang Road, Henggang Street, Longgang District, Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2018-10-15', '2018-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36422, '000826', 0, 'Colorado Med Tech', '6175 Longbow Dr. Boulder CO 80301 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36423, '0050c2cb7', 0, 'inotech GmbH', 'Siemensallee 84 Karlsruhe BW 76187 DE', 'DE', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36424, '0019c0', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2006-09-25', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36425, 'd4f027', 0, 'Trust Power Ltd', '13 Berkley Street London W1J 8DU GB', 'GB', 'MA-L', '2011-03-17', '2019-05-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36426, 'e06995', 0, 'Pegatron Corp', '5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW', 'TW', 'MA-L', '2011-03-17', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36427, 'c4edba', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2013-01-09', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36428, '1889df', 0, 'CerebrEX Inc', 'Central Shin-Osaka Building 10F Osaka Osaka 532-0003 JP', 'JP', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36429, '005080', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36430, '0050c236d', 0, 'Oplink Communications', '3469 North First St. San Jose California 95134 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36431, '0019f6', 0, 'Acconet (Pte) Ltd', 'No. 16 Ayer Rajah Crescent Singapore 139965 SG', 'SG', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36432, '6c2e72', 0, 'B&B Exporting Ltd', 'Bldg.#D,Xinhe Industrial Park Guangzhou Guangdong 510880 CN', 'CN', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36433, '70b3d58d9', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36434, 'e4f3e8', 0, 'Shenzhen SuperElectron Tech Co, Ltd', '1213-1214, haosheng business center, dongbin road, nanshan street, nanshan district, shenzhen city Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2019-01-29', '2019-01-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36435, '0004fc', 0, 'Stratus Tech', '5 Mill and Main Place, Suite 500 Maynard MA 01754 US', 'US', 'MA-L', '2001-02-02', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36436, '001910', 0, 'Knick Elektronische Messgeraete GmbH & Co KG', 'Beuckestraße 22 Berlin 14163 DE', 'DE', 'MA-L', '2006-07-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36437, '581cbd', 0, 'Affinegy', '1705 S. Capital of Texas Hwy. Ste 310 Austin Texas 78746 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36438, '000dc3', 0, 'First Communication, Inc', '1F, No.36, Industry E. Rd. IV., Hsinchu TW', 'TW', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36439, '001c9a', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-05-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36440, '00256a', 0, 'inIT - Institut Industrial IT', 'Liebigstrasse 87 Lemgo Northrhine-Westfalia 32657 DE', 'DE', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36441, '70b3d563b', 0, 'Lazer Safe Pty Ltd', '27 Action Road Perth WA 6090 AU', 'AU', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36442, '9c431e0', 0, 'Antailiye Tech Co, Ltd', '7/F,Zhengjiyuan Buiding,2 Road,Qianjing, Xixiang, Baoan District,Shenzhen SHEN ZHEN GUANGDONG 518000 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36443, '70b3d521c', 0, 'Enyx SA', '8 rue greneta Paris 75003 FR', 'FR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36444, '70b3d54c9', 0, 'Elsist S.r.l.', 'Via G. Brodolini, 15 Casale Monf.to Alessandria 15033 IT', 'IT', 'MA-S', '2019-10-17', '2019-10-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36445, '00073c', 0, 'Telecom Design', 'Voie Romaine, Zone de Remora FR', 'FR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36446, '0050c219c', 0, 'Artec Design', 'Teaduspargi 6/1 Tallinn 12618 EE', 'EE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36447, '0050c2ef8', 0, 'Hcl Tech', 'A5, Sector 24 Noida Uttar Pradesh 201301 IN', 'IN', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36448, 'fc626e', 0, 'Beijing Mdc Telecom', '26 Xiaoyun Road #B2808, Chaoyang Beijing 100016 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36449, '1ccae3e', 0, 'Dabi Atlante S/A Industrias Medico Odontológicas', 'Av. Presidente Castelo Branco, 2525 Ribeirão Preto São Paulo 14095-903 BR', 'BR', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36450, '0005b8', 0, 'Electronic Design Associates, Inc', '331 Arcado Rd. NW Lilburn GA 30047-2841 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36451, '0050c2d96', 0, 'Contec GmbH', 'Wildbichler Strasse 2e Ebbs TIROL 6341 AT', 'AT', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36452, '8c8ef2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36453, 'b0b3539', 0, 'Hanmecips Co', '17, Alphacity 1-ro 31-gil, Suseong-gu, Daegu, Republic of Korea TAEGU TAEGU/053 ASIKRKS002TAEGU KR', 'KR', 'MA-M', '2019-11-26', '2019-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36454, '7c1dd9', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2014-09-21', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36455, '0002fd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36456, 'd4d919', 0, 'GoPro', '3000 Clearview Way San Mateo CA 94402 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36457, '000741', 0, 'Sierra Automated Systems', '2821 Burton Ave. Burbank CA 91504 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36458, '001487', 0, 'American Tech Integrators', '1358 Rosalia Ave San Jose CA 95130 US', 'US', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36459, '001c30', 0, 'Mode Lighting (UK ) Ltd', 'The Maltings Ware Hertfordshire SG12 9AD GB', 'GB', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36460, '78d38d', 0, 'Hongkong Yunlink Tech Ltd', '15B 15/F CHEUK NANG PLAZA 250 HENNESSY RD HK ShenzhenCity Guangdong Province 518103 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36461, '70b3d56df', 0, 'Mango Dsp, Inc', '83 East Avenue Suite#115 Norwalk CT 06851 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36462, '4cbc98d', 0, 'Elink Tech (Shenzhen) Co, Ltd', 'C-323,Baoan,Xinyidai Info.Tech.Industrial Park, No.139 Chuangye Er Rd.,Baoan District Shenzhen Guangdong 518101 CN', 'CN', 'MA-M', '2018-11-20', '2018-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36463, '000593', 0, 'Grammar Engine Inc', '921 Eastwind Drive Westerville OH 43081 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36464, '000718', 0, 'iCanTek Co, Ltd', '2nd Fl. DK Plaza II, 376-5, Sungman-si, Kyonggi-do 463-805 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36465, 'e41e0a4', 0, 'Xpr Group', 'Drève Richelle 161 - WOP G Waterloo 1410 BE', 'BE', 'MA-M', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36466, 'c09134', 0, 'ProCurve Networking by HP', '60 Alexandra Terrace 0000 118502 SG', 'SG', 'MA-L', '2010-02-21', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36467, 'a89d21', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36468, 'e07dea', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36469, '70b3d5680', 0, 'Basf Corp', '26 Davis Drive Research Triangle Park NC 27709 US', 'US', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36470, 'e8fbe9', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36471, '68b9d3', 0, 'Shenzhen Trolink Tech Co, Ltd', '201 B building 4 shijie, Chashu industry 505 block, Baoan airport Sanwei community, Hangcheng street Baoan area. Shenzhen GuangDong 518000 CN', 'CN', 'MA-L', '2020-01-21', '2020-01-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36472, '385610', 0, 'Candy House, Inc', '119 University Ave. Palo Alto CA 94301 US', 'US', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36473, '70b3d5693', 0, 'Altron, a.s.', 'Novodvorska 994/138 Praha 14221 CZ', 'CZ', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36474, '40d85508c', 0, 'Magnescale Co, Ltd', '45,Suzukawa Isehara Kanagawa 259-1146 JP', 'JP', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36475, '2c3796', 0, 'Cybo Co, Ltd', '218 MOO 3 LAEM CHA BANG SRIRACHA CHONBURI 20230 TH', 'TH', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36476, '08318b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36477, '00d00e', 0, 'Pluris, Inc', '10455 BANDLEY DRIVE CUPERTINO CA 95014 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36478, '30688c', 0, 'Reach Tech Inc', '4575 Cushing Parkway Fremont California 94538 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36479, '002311', 0, 'Gloscom Co, Ltd', '#507 Changhyun Bldg. Anyang City Kyunggo-do 431-080 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36480, 'e8944c', 0, 'Cogent Healthcare Systems Ltd', '69 Alma Road Berkshire SL4 3HT GB', 'GB', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36481, '0009e4', 0, 'K Tech Infosystem Inc', 'B-405, Bundang Techno-Park 148, Yatap-do Seongnam Kyonggi-Do 464-070 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36482, '001471', 0, 'Eastern Asia Tech Ltd', '8F-1, No. 188, Baoqiao Rd., Xindian Dist. New Taipei City 23145 TW', 'TW', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36483, '00211c', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36484, '0050c2c52', 0, 'Smartfield, Inc', '2601 SE Loop 289 Lubbock TX 79404 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36485, 'f82bc8', 0, 'Jiangsu Switter Co, Ltd', 'Room 512, Buliding 8, 118 Nanyuanbei Road Suzhou City Jiangsu Province 215006 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36486, 'ecd68a', 0, 'Shenzhen JMicron Intelligent Tech Developmen', 'Futian District, 13th Floor , Block B Building Tai Shenzhen Guangdong Province 518040 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36487, '70b3d585b', 0, 'Tsubakimoto Chain Co', 'Nakanoshima Mitsui Building, 6F, 3-3-3, Nakanoshima Kita-ku Osaka 530-0005 JP', 'JP', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36488, '08ed028', 0, 'Hantas Co, Ltd', '474 Dunchondaero, Jungwon-gu Seongnam-si Kyonggi-do 13229 KR', 'KR', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36489, '0012b7', 0, 'Ptw Freiburg', 'Loerracher Strasse 7 Freiburg 79115 DE', 'DE', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36490, '001a36', 0, 'Aipermon GmbH & Co KG', 'Zamdorfer Str. 100 Munich Bavaria D-81677 DE', 'DE', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36491, '08cc27', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2019-09-10', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36492, '547fbc', 0, 'iodyne', '35 Miller Ave #175 Mill Valley CA 94941 US', 'US', 'MA-L', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36493, '70b3d572e', 0, 'Maharsystem', 'No 1, 5th Alley ,Ozgol , Artesh Blvd Tehran Tehran 1694937141 IR', 'IR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36494, 'c03656', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2019-05-17', '2019-05-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36495, '0050c279c', 0, 'Vital Systems Inc', '21630 N 19th Ave. Suite B8 Phoenix AZ 85027 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36496, '001d44', 0, 'Krohne', 'Ludwig-Krohne-Str. 5 Duisburg 47058 DE', 'DE', 'MA-L', '2007-08-18', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36497, '34ce94', 0, 'Parsec (Pty) Ltd', 'Building 8-10 Manhattan Office Park Centurion Gauteng 0157 ZA', 'ZA', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36498, 'e0a198', 0, 'Noja Power Switchgear Pty Ltd', '16 Archimedes Place Murarrie QLD 4172 AU', 'AU', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36499, '0040e1', 0, 'Marner International, Inc', '1617 93RD LANE NE BLAINE MN 55449 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36500, '0009b8', 0, 'Entise Systems', '10095 Judy Avenue Cupertino CA 95014 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36501, '0050c2549', 0, 'Netsynt Spa', 'Via G. A. Resti 53 Roma 00143 IT', 'IT', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36502, '241b13', 0, 'Shanghai Nutshell Electronic Co, Ltd', '365 Guoshoujing RD.,Zhangjiang Hi-Tech Park, Pudong District Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36503, '70b3d5fbf', 0, 'SenSys (Design Electronics Ltd)', '71 Redwood Valley Lane RD1 Richmond Tasman 7081 NZ', 'NZ', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36504, '3c6a2cd', 0, 'Xiamen Smarttek Co, Ltd', '5F, B Area, Chuangxin Plaza, SoftPark I, Siming District Xiamen Fujian 361005 CN', 'CN', 'MA-M', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36505, '0004ef', 0, 'Polestar Corp', 'RM #802 SeoGeon B/D, 1480, Korea (ROK) KR', 'KR', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36506, '000e1c', 0, 'Hach Co', '5600 Lindbergh Drive Loveland CO 80538 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36507, '889471', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2013-11-12', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36508, 'd88adc', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36509, '000d25', 0, 'Sanden Corp', '20 Kotobuki-cho Isesaki-shi Gunma 372-8502 JP', 'JP', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36510, '304c7e', 0, 'Panasonic Electric Works Automation Controls Techno Co, Ltd', '2-9-18 Chidori Oota-ku Tokyo 146-8540 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36511, '2cd141a', 0, 'Fiberroad Tech Co, Ltd', '2F,5# Building,Minxing Industrial Park,MinKang Rd.Minzhi,Longhua District,ShenZhen China. shenzhen GuangDong 518131 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36512, '54f201', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36513, '0005dd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36514, '187c81', 0, 'Valeo Vision Systems', 'Dunmore Road County Galway IE', 'IE', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36515, 'b0416f', 0, 'Shenzhen Maxtang Computer Co, Ltd', '6/F, Bldg.3, Honghui Industrial Park, Liuxian 2nd Rd., Bao\'an Dist. Shenzhen Guangdong 518101 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36516, '70b3d53a4', 0, 'Ascenix Corp', '1120 Benfield Blvd. STE A Millersville MD 21108 US', 'US', 'MA-S', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36517, 'cc660a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36518, 'bc3400c', 0, 'Parlay Labs dba Highfive', '471 Emerson St. Palo Alto California 94301 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36519, '9897d1', 0, 'MitraStar Tech Corp', 'No. 6, Innovation Road II, Hsinchu 300 TW', 'TW', 'MA-L', '2015-11-17', '2015-11-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36520, '001264', 0, 'daum electronic GmbH', 'flugplatzstraße 100 Fürth Bavaria 90768 DE', 'DE', 'MA-L', '2004-09-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36521, '0023e0', 0, 'Ino Therapeutics Llc', '2902 Dairy Drive Madison WI 53718 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36522, 'e02630', 0, 'Intrigue Tech, Inc', '800 Old Pond Road Bridgeville PA 15017 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36523, 'ac64dd1', 0, 'Jsc InfoTeCS', 'Staryy Petrovsko-Razumovsky proyezd, 1/23, bld.1 Moscow 127287 RU', 'RU', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36524, '9c65ee', 0, 'Dasan Network Solutions', 'DASAN Tower 8F, 49 Daewangpangyo-ro644beon-gil Bundang-gu Seongnam-si Gyeonggi-do 13493 KR', 'KR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36525, '04c3e62', 0, 'SiS Tech', 'Business Park Varna, building B1, floor 4 Varna 9000 BG', 'BG', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36526, '00d034', 0, 'Ormec Systems Corp', '19 LINDEN PARK ROCHESTER NY 14625 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36527, '0005fd', 0, 'PacketLight Networks Ltd', '27 Habarzel St. Tel-Aviv 69710 IL', 'IL', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36528, '4c4bf96', 0, 'Shandong Linkotech Electronic Co, Ltd', '22nd Floor, Building 2, Aosheng Building, No.1166 Xinyi Street, High-tech Zone Jinan Shandong 250101 CN', 'CN', 'MA-M', '2019-06-24', '2019-06-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36529, '0050c2936', 0, 'Margaritis Engineering', '370 Verano Drive Los Altos CA 94022 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36530, '004020', 0, 'CommScope Inc', 'Unit 1, Kinmel Park Bodelwyddan RHYL LL18 5TZ GB', 'GB', 'MA-L', '1980-01-01', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36531, '000eb3', 0, 'Hewlett Packard', '2580 55th Street Boulder CO 80301 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36532, '70b3d5a06', 0, 'Kopis Mobile Llc', '3010 Lakeland Cv Suite M Flowood MS 39232 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36533, '7802b7', 0, 'ShenZhen Ultra Easy Tech Co, Ltd', '608,Building 2,Guangxingyuan Industrial Park A District, Baoyuan Rd ShenZhen,Guangdong 518102 CN', 'CN', 'MA-L', '2016-06-17', '2016-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36534, '34049ee', 0, 'ND SatCom GmbH', 'Graf-von-Soden-Straße Immenstaad Baden-Württemberg 88090 DE', 'DE', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36535, '04c241', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36536, '78ca83', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36537, '00749c', 0, 'Ruijie Networks Co, Ltd', '19# Building,Star-net Science Plaza,Juyuanzhou, 618 Jinshan Road Fuzhou Fujian 350002 CN', 'CN', 'MA-L', '2016-05-31', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36538, '001d0f', 0, 'TP-Link Tech Co, Ltd', '3/F, Bldg. R1-B, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36539, '008731', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36540, '70b3d5fae', 0, 'Silixa Ltd', '230 Centennial Park Elstree Hertfordshire WD6 3SN GB', 'GB', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36541, '001684', 0, 'Donjin Co, Ltd', '21F,Cangsong Building,Tairan,Futian Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36542, '00173b', 0, 'Cisco Systems, Inc', '170 West Tasman Dr. San Jose CA 95134-1706 US', 'US', 'MA-L', '2006-01-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36543, '70b3d5a5e', 0, 'ConectaIP Tecnologia S.L.', 'Novell 58 Barcelona 08014 ES', 'ES', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36544, '10a4be', 0, 'Shenzhen Bilian Electronic Co,Ltd', 'NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN', 'CN', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36545, 'e4f3c4', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36546, '0050c2676', 0, 'Eds', '100 Winchester Cir Los Gatos Ca 95032 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36547, '0050c2e33', 0, 'Morita Technical Center Co', '3-8-1, Kurigidai, Asao-ku, Kawasaki-shi, Kanagawa 215-0032 JP', 'JP', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36548, '7c3cb6', 0, 'Shenzhen Homecare Tech Co, Ltd', 'Homecare Industrial Zone,NO.30,Langdong road,Yangchuan,Songgang Town,Bao\'an Distric , Shenzhen Guangdong 5108105 CN', 'CN', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36549, '70b3d50e5', 0, 'Delta Solutions Llc', 'Kolokolnikov per., 22, building 5 Moscow 107045 RU', 'RU', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36550, '70b3d554c', 0, 'Husty M.Styczen J.Hupert Sp.J.', 'Rzepakowa 5e Krakow malopolska 31-989 PL', 'PL', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36551, '04d9f5', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2019-03-08', '2019-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36552, '000177', 0, 'Edsl', 'Habarzel 1 st ISRAEL 69710 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36553, '001de9', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36554, 'ac1ddf7', 0, 'Green IT Korea Co, Ltd', '1, Gaun-ro 1-gil, Namyangju-si Seoul 12263 KR', 'KR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36555, '00099a', 0, 'Elmo Co, Ltd', '6-14, MEIZEN-CHO, MIZUHO-KU NAGOYA AICHI-Pref. 467-8567 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36556, '40d85509c', 0, 'Keyware Solutions Inc', '5-37-18 Kamikitazawa Setagaya-ku Tokyo 156-8588 JP', 'JP', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36557, '001422', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2005-03-22', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36558, '00258d', 0, 'Haier', 'No.1,Haier Road Qingdao Shandong 266101 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36559, '7434ae', 0, 'this is engineering Inc', '352, 815 Daewangpangyo-ro, Sujeong-gu Seongnam-si Gyeonggi-do 13449 KR', 'KR', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36560, '00d075', 0, 'Alaris Medical Systems, Inc', 'P.O. BOX 85335 SAN DIEGO CA 92121-2733 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36561, '0050c2440', 0, 'Advanced Modular Computers Ltd', 'Union House, Unit B1, Deseronto Trading Estate Langley, Slough Berkshire SL3 7EW GB', 'GB', 'IAB', '2005-01-22', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36562, '002492', 0, 'Motorola, Broadband Solutions Group', '1101 Marina Village Parkway Alameda CA 94501 US', 'US', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36563, '383a217', 0, 'Chengdu Krosslan Tech Inc', '4F,Tower B, Rennan Mansion, No.5 Section 3, 2nd Ring Road South Chengdu Sichuan 610041 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36564, '70b3d5873', 0, 'Vishay Nobel AB', 'Box 423 Karlskoga SE-691 27 SE', 'SE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36565, 'cc7f75', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36566, '0060ed', 0, 'Ricardo Test Automation Ltd', 'LOWESMOOR WHARF WORCESTER, WR12RS GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36567, '001663', 0, 'Kbt Mobile', '4F, Polaris I, 15-3, Jeongja-dong, Bundang-gu Seongnam-si, Gyeonggi-do 463-811 KR', 'KR', 'MA-L', '2005-11-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36568, '808287', 0, 'Atcom Tech CoLtd', 'A-2F, #3 , Crown industry buildings Shenzhen Guang Dong 518040 US', 'US', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36569, '70b3d516a', 0, '4Jtech s.r.o.', 'Ringhofferova 115/1 Prague Czech Republic 155 21 CZ', 'CZ', 'MA-S', '2018-10-11', '2018-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36570, '70b3d5a34', 0, 'Rch Italia SpA', 'VIA CENDON 39 SILEA TREVISO 31057 IT', 'IT', 'MA-S', '2019-05-08', '2019-05-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36571, '90812a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36572, '0018f7', 0, 'Kameleon Tech', '217, rue St Honoré Paris 75001 FR', 'FR', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36573, '0050c2d5a', 0, 'Embedded Monitoring Systems Ltd', 'Suite 103, LEO Lisburn Co Antrim BT28 2BP GB', 'GB', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36574, 'a83fa19', 0, 'Shenzhen Itlong Intelligent Tech Co, Ltd', '12th floor, Building C1, Nanshan Zhiyuan, 1001 Xueyuan Avenue , Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-M', '2018-07-12', '2018-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36575, '0016b6', 0, 'Cisco-Linksys, Llc', '121 Theory Dr. Irvine CA 92612 US', 'US', 'MA-L', '2005-12-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36576, '00fc70', 0, 'Intrepid Control Systems, Inc', '31601 Research Park Dr. Madison Heights MI 48071 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36577, '40d855103', 0, 'Peek Traffic Corp', '2906 Corporate Way Palmetto Florida 34221 US', 'US', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36578, '70b3d580d', 0, 'Data Physics Corp', '1741 Technology Drive, Suite 260 San Jose California 95110 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36579, '04bf6d', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36580, '00a009', 0, 'Whitetree Network', 'TECHNOLOGIES, INC. PALO ALTO CA 94306 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36581, '000da2', 0, 'Infrant Tech, Inc', '48820 Kato Road Fremont CA 94538 US', 'US', 'MA-L', '2003-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36582, '0040b2', 0, 'Systemforschung', 'KONIGSTRASSE 33A DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36583, '74f726', 0, 'Neuron Robotics', '91 Pearson Ave Somerville MA 02144 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36584, '3ca10d', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36585, '70b3d5ca1', 0, 'Waldo System', '4th Floor, 658, Yangcheon-ro, Gangseo-gu, Seoul 07554 KR', 'KR', 'MA-S', '2018-08-13', '2018-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36586, '0003a0', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36587, '003013', 0, 'Nec Corp', '1-10 Nisshincho, Fuchu Tokyo 183-8501 0000 JP', 'JP', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36588, '0050c280c', 0, 'Luxpert Tech Co, Ltd', '#812 Hanshin IT Tower, 235, Gurodong, Gurogu, Seoul 152-768 KR', 'KR', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36589, '0090d6', 0, 'Crystal Group, Inc', '850 KACENA RD. HIAWATHA IA 52233 US', 'US', 'MA-L', '2000-11-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36590, '001e18', 0, 'Radio Activity srl', 'Via De Notaris 50 Milano MI 20128 IT', 'IT', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36591, '7072cf', 0, 'EdgeCore Networks', '20 Mason Irvine CA 92618 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36592, '689a87', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2018-10-23', '2018-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36593, '00a0a7', 0, 'Vorax Corp', '1031 EAST DUANE AVENUE, STE H SUNNYVALE CA 94086 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36594, '001e16', 0, 'Keytronix', 'Ungargasse 64-66/1/109 Vienna 1030 AT', 'AT', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36595, '44657f', 0, 'Calix Inc', '2777 Orchard Parkway San Jose CA 95134 US', 'US', 'MA-L', '2018-04-25', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36596, 'dc44275', 0, 'Century Audio, Inc', '6220 Overlook Rd. Peachtree Corners Georgia 30092 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36597, '70b3d5b0c', 0, 'Vigilate srl', 'Via Napoleonica, 6 Rezzato BS 25086 IT', 'IT', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36598, '28ee2c', 0, 'Frontline Test Equipment', 'PO Box 7507 Charlottesville Virginia 22906-7507 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36599, '4846f1', 0, 'Uros Oy', 'Tutkijantie 4 OULU 90590 FI', 'FI', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36600, '6489f1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-11-30', '2018-11-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36601, '94e4ba', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36602, '009037', 0, 'Acucomm, Inc', '4633 OLD IRONSIDES - STE #310 SANTA CLARA CA 95054 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36603, '005064', 0, 'Cae Electronics', 'P.O. BOX 1800 ST. LAURENT, QUEBEC H4L 4X4 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36604, '10b7f6', 0, 'Plastoform Industries Ltd', 'Units 1506A - 1512, Mita Centre, Kwai Chung, HK', 'HK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36605, '0050c2e39', 0, 'Telemetrics Inc', '6 LEIGHTON PL MAHWAH NJ 074303198 US', 'US', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36606, '6cd71f', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36607, '14169d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36608, '0002a1', 0, 'World Wide Packets', 'PO Box 14645 Spokane WA 99214 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36609, '000f73', 0, 'RS Automation Co, Ltd', '447-6, Gongse-Dong , Giheung-Gu Youngin-City Gyeonggi-Do 449-902 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36610, 'fc7f56', 0, 'CoSyst Control Systems GmbH', 'Martin-Albert-Str. 1 Nürnberg Bayern 90491 DE', 'DE', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36611, '9c4ebf', 0, 'BoxCast', '14538 Grapeland Ave Cleveland Ohio 44111 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36612, '70b3d5b40', 0, 'Wuhan Xingtuxinke ELectronic Co, Ltd', 'NO.C3-8F,Software Park,Optics Valley,East Lake Development Zone,Wuhan,Hubei,China Wuhan Hubei 430074 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36613, '008055', 0, 'Fermilab', 'P.O. BOX 500, MS-234 BATAVIA IL 60510 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36614, '0050c24ac', 0, 'Doramu Co, Ltd', '4F Oyama Bldg. Taito-ku, Tokyo 110-0015 JP', 'JP', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36615, '00c0b5', 0, 'Corp Network Systems, Inc', '5711 SIX FORKS ROAD--STE #306 RALEIGH NC 27609 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36616, 'a0bb3ed', 0, 'Shenzhen Talent Tech Co Ltd', '105~107,1/F,Bldg T3,Shenzhen SW Park,No 011,High-teh South 7th Road, Nanshan District,Shenzhen Shenzhen Guangdong 518040 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36617, 'c86314d', 0, 'Telematix AG', 'Freiburgstrasse 251 Bern Bern 3018 CH', 'CH', 'MA-M', '2019-01-14', '2019-01-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36618, '0026f2', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36619, 'cc9f7a', 0, 'Chiun Mai Communication Systems, Inc', 'No.4, Minsheng St., Tucheng District New Taipei City 23678 TW', 'TW', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36620, 'f85b3b', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2019-11-13', '2019-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36621, '00045d', 0, 'Beka Elektronik', 'Siemenstraße 29 Erftstadt 50374 DE', 'DE', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36622, '885d900', 0, 'Foshan Huaguo Optical Co, Ltd', 'NO.3 Changhong East Road,Zhanghca Town Foshan City Guang Dong,China Foshan Guang Dong 528000 CN', 'CN', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36623, '000d0a', 0, 'Barco Projection Systems NV', 'Beneluxpark 21 Kortrijk West Flanders 8500 BE', 'BE', 'MA-L', '2003-06-01', '2019-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36624, '0c5a19', 0, 'Axtion Sdn Bhd', 'A13-07, Subang Avenue Serviced Suites Subang Jaya Selangor 47500 MY', 'MY', 'MA-L', '2011-08-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36625, '001d64', 0, 'Adam Communications Systems Int Ltd', 'The Mission Stockport Cheshire SK1 3AH GB', 'GB', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36626, '0023a1', 0, 'Trend Electronics Ltd', 'Gut No. 350 Auranagabad Maharashtra 431210 IN', 'IN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36627, '407fe0', 0, 'Glory Star Technics (ShenZhen) Ltd', '4/f, West Block, Xi Li Village, Xin Wu Industry Bldg., Nan Shan District, ShenZhen, China Shenzhen China CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36628, 'd8b122', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2017-09-10', '2017-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36629, '70b3d5e1e', 0, 'Umano Medical Inc', '230, Boul. Nilus-Leclerc L\'Islet Québec G0R 2C0 CA', 'CA', 'MA-S', '2019-03-14', '2019-03-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36630, 'c88314', 0, 'Tempo Communications', '1390 Aspen Way Vista CA 92081 US', 'US', 'MA-L', '2020-02-05', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36631, '000969', 0, 'Meret Optical Communications', '10070 Mesa Rim Road San Diego California 92121 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36632, '0050c235d', 0, 'NetTest A/S', 'Kirkebjerg Alle 90 Brondby CPH 2605 DK', 'DK', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36633, '0050c27a8', 0, 'Integrated Design Tools, Inc', '1804 Miccosukee Commons Drive Suite 208 Tallahassee FL 32308 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36634, 'e41e0aa', 0, 'FireAngel Safety Tech Ltd', 'Sir William Lyons Road, Vanguard Centre Coventry Warwickshire CV4 7EZ GB', 'GB', 'MA-M', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36635, '008072', 0, 'Microplex Systems Ltd', '301-2071 Kingsway Port Coquitlam BC V3C6N2 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36636, '000808', 0, 'Ppt Vision, Inc', '12988 Valley View Rd. Eden Prairie MN 55344 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36637, '000569', 0, 'VMware, Inc', '3401 Hillview Avenue Palo Alto CA 94304 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36638, '001641', 0, 'Universal Global Scientific Industrial Co, Ltd', '141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW', 'TW', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36639, '001e2f', 0, 'DiMoto Pty Ltd', '7 Meljaren Place Buderim Queensland 4556 AU', 'AU', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36640, 'b8bebf', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36641, 'a4466b', 0, 'Eoc Tech', '#1601 Acro Palace, 1594 Gwanyang-dong, Dongan-gu Anyang-si Gyeonggi-do 431-060 KR', 'KR', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36642, 'cc500a', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36643, '0010c9', 0, 'Mitsubishi Electronics Logistic Support Co', 'Kamakura-city, Kanagawa 247 JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36644, '00c0fe', 0, 'Aptec Computer Systems, Inc', 'P.O. BOX 6750 PORTLAND OR 97228-6750 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36645, '6c160e', 0, 'ShotTracker', '7220 W Frontage Rd Merriam KS 66203 US', 'US', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36646, 'b0fd0b3', 0, 'Dmac Security Llc', '833 Shotgun Road Sunrise FL 33326 US', 'US', 'MA-M', '2019-02-13', '2019-02-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36647, '001c7d', 0, 'Excelpoint Manufacturing Pte Ltd', '15, Changi Business Park 486057 SG', 'SG', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36648, '5cf6dc', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2013-03-10', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36649, '900325', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36650, '78257a', 0, 'Leo Innovation Lab', 'Silkegade 8 Copenhagen K Denmark 1113 DK', 'DK', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36651, '34e3da', 0, 'Hoval Aktiengesellschaft', 'Austrasse 70 Vaduz 9490 LI', 'LI', 'MA-L', '2019-10-17', '2019-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36652, '0030ee', 0, 'Dsg Tech, Inc', '6F-4 No. 270, Chwig Hsiao Taipei TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36653, '0017b3', 0, 'Aftek Infosys Ltd', 'Pawan Complex Pune Maharashtra 411 038 IN', 'IN', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36654, '70b3d53c1', 0, 'thingdust AG', 'Moosstrasse 7 Lucerne Lucerne 6003 CH', 'CH', 'MA-S', '2020-01-31', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36655, '0024d9', 0, 'Bicom, Inc', '755 Main Street Monroe CT 06468 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36656, '1c20db', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-03-18', '2019-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36657, '0050c29e5', 0, 'Halliburton Far East Pte Ltd', '315 Jalan Ahmad Ibrahim 639940 SG', 'SG', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36658, '3831ac', 0, 'Weg', 'Av. Pref. Waldemar Grubba, 3000 Jaraguá do Sul Santa Catarina 89256-900 BR', 'BR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36659, '18aa45', 0, 'Fon Tech', 'C/Quintanavides, 15 Edificio 2 Planta 1 ES', 'ES', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36660, '701ce7', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36661, '0050c2609', 0, 'Toptech Systems, Inc', '280 Hunt Park Cove Longwood FL 32750 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36662, '001fd3', 0, 'Riva Networks Inc', '555 Riva Ave East Brunswick NJ 08816 US', 'US', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36663, '000c8f', 0, 'Nergal s.r.l.', 'Viale Bardanzellu,8 Roma 00155 IT', 'IT', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36664, '0050c2d14', 0, 'Saet I.S.', 'Via Leinì 1/b San maurizio Canavese TO 10077 IT', 'IT', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36665, '6cfaa7', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu 30352 TW', 'TW', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36666, '00806c', 0, 'Secure Systems & Services', '24, Chemin de la Pouranque F-13752 LES PENNES MIRABEAU CS30084 FR', 'FR', 'MA-L', '1980-01-01', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36667, '0050c2aa1', 0, 'Elrem Electronic AG', 'Unterstrasse 35 Herzogenbuchsee Bern 3360 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36668, '0050c2a70', 0, 'Reliable System Services Corp', '746 North Drive Melbourne Florida 32934 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36669, '0050c2e74', 0, 'Will Corp', '3-1-47 Yamato city Kanagawa pref. 242-0018 JP', 'JP', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36670, '0036fe', 0, 'SuperVision', 'po box 3472 palos verdes CA 90274 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36671, '70b3d501c', 0, 'Kumu Networks', '960 Hamlin Court Sunnyvale California 94089 US', 'US', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36672, '60a37d', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36673, 'f023b98', 0, 'G3 Tech< Inc', '2904 BACK ACRE CIRCLE, STE 107 MOUNT AIRY MD 21771 US', 'US', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36674, '001326', 0, 'Ecm Systems Ltd', 'Ellifoot Park HULL East Yorkshire HU12 9DZ GB', 'GB', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36675, '001a9d', 0, 'Skipper Wireless, Inc', 'Shinjuku-Sumitomo Bldg. 20F Shinjuku Tokyo 163-0220 JP', 'JP', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36676, '5462e2', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36677, '0050c26ff', 0, 'St. Michael Strategies Inc', '701 Salaberry Chambly Quebec J3L 1R2 CA', 'CA', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36678, '0050c270d', 0, 'ela-soft GmbH & Co KG', 'Breitenbachstraye 10 Berlin 13509 DE', 'DE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36679, '0050c29e8', 0, 'Hammock Corp', '7-8-F 30SANKYO-Building SHINJUKU-WARD TOKYO 169-0075 JP', 'JP', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36680, 'cc04b4', 0, 'Select Comfort', '9800 59th Ave N Minneapolis MN 55442 US', 'US', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36681, 'd460e3', 0, 'Sercomm Corp', '3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW', 'TW', 'MA-L', '2017-10-11', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36682, '000921', 0, 'Planmeca Oy', 'Asentajankatu 6 HELSINKI 00810 HELSIN FI', 'FI', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36683, '0050c2587', 0, 'Dynalco', '3690 NW 53rd St Ft. Lauderdale Florida 33309 US', 'US', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36684, '1c87762', 0, 'Ibeo Automotive Systems GmbH', 'Merkurring 60-62 Hamburg 22143 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36685, 'f4d7b2', 0, 'Lgs Innovations, Llc', '13665 Dulles Technology Drive Herndon VA 20171 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36686, '70b3d5ff2', 0, 'tiga.eleven GmbH', 'Stallburggasse 2/37 Viennna 1010 AT', 'AT', 'MA-S', '2019-01-08', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36687, '000476', 0, '3com', '5400 Bayfront Plaza Santa Clara CA 95052 US', 'US', 'MA-L', '2000-12-04', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36688, '000f8b', 0, 'Orion MultiSystems Inc', '3375 Scott Blvd Suite 338 Santa Clara CA 95054 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36689, '00044d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36690, '000850', 0, 'Arizona Instrument Corp', '1912 W. 4th Street Tempe AZ 85281 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36691, '0050c2121', 0, 'Coe Ltd', 'Photon House Leeds LS12 1EG GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36692, '0014fb', 0, 'Technical Solutions Inc', '101-7188 Progress Way Delta BC V4G 1M6 CA', 'CA', 'MA-L', '2005-06-19', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36693, 'c47c8d5', 0, 'Pascal Co, Ltd', '1-8-31, Honjo-Nishi Higashiosaka Osaka-hu 5780965 JP', 'JP', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36694, '70b3d57c7', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36695, '00a062', 0, 'Aes Prodata', '249 BALCATTA ROAD WESTERN AUSTRALIA 6021 AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36696, '0050f1', 0, 'Intel Corp', '94 Em-Hamoshavot Way. Petach-Tikva IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36697, '0050c2080', 0, 'Aim', '21 Avenue de la plaine fleure 38240 Meylon 12345 FR', 'FR', 'IAB', '2002-08-08', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36698, '0050c269b', 0, 'Tsien (UK) Ltd', 'Zion Building Chatteris Cambs PE16 6AE GB', 'GB', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36699, '40d8551b6', 0, 'Magic Systems', 'Mendeleevskaya 2 Saint-Petersburg 194044 RU', 'RU', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36700, '84e323', 0, 'Green Wave Telecommunication Sdn Bhd', '8, 12, 9 - Menara Mutiara, Bangsar, Jalan Liku, Off Jalan Bangsar Kuala Lumpur 59100 MY', 'MY', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36701, 'bc9b68', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36702, '4c6af6', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2018-11-30', '2018-12-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36703, '10521c', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2019-11-23', '2019-11-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36704, '0050c201b', 0, 'Cross Products Ltd', '23 The Calls, Leeds England GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36705, '0050c2ce9', 1, 'Private', '', '', 'IAB', '2010-08-19', '2010-08-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36706, '0050c2cd9', 0, 'Ndc Infrared Engineering, Inc', '5314 N. Irwindale Avenue Irwindale CA 91706 US', 'US', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36707, '503f56', 0, 'Syncmold Enterprise Corp', '9F., No.168, Jiankang Rd., Zhonghe Dist. Xinbei City 235 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36708, 'f4472a', 0, 'Nanjing Rousing Sci. and Tech Industrial Co, Ltd', 'A630,F6,NO.58 Nanhu Road,Jianye District Nanjing Jiangsu 210017 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36709, '546172', 0, 'Zodiac Aerospace Sas', '61 rue Pierre Curie PLAISIR 78370 FR', 'FR', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36710, '78d8005', 0, 'Björkviks Consulting AB', 'Hällkanavägen 7 Bro 19791 SE', 'SE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36711, '44b433', 0, 'tide.Co, Ltd', '9F Kapeul GreatValley A-dong, Digitalro 9-ghil 32, Geumcheon-gu seoul seoul ASIKRKS006 KR', 'KR', 'MA-L', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36712, '00163d', 0, 'Tsinghua Tongfang Legend Silicon Tech Co, Ltd', '26F TSINGHUA TONGFANG HI-TECH PLAZA BEIJING 100083 CN', 'CN', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36713, '00188f', 0, 'Montgomery Tech, Inc', '800 East Commerce Street Greenville AL 36037 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36714, '0050c2c5f', 0, 'Icon Time Systems', '15201 NW Greenbrier Parkway Beaverton OR 97006 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36715, '704aae', 0, 'Xstream Flow (Pty) Ltd', 'Room 123, Building 16, CSIR campus Pretoria Gauteng 0184 ZA', 'ZA', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36716, '00100c', 0, 'Ito Co, Ltd', '8-2 MIYANOSHITA-CHO HIRAKATA-CITY, OSAKA JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36717, '000977', 0, 'Brunner Elektronik AG', 'Müllerwis 1 Hittnau Zurich 8335 CH', 'CH', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36718, 'f40f24', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36719, '502cc6', 0, 'Gree Electric Appliances, Inc OF Zhuhai', 'Jinji West Road, Qianshan, Zhuhai Guangdong 519070 CN', 'CN', 'MA-L', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36720, '000fe5', 0, 'Mercury Security Corp', '2355 MIRA MAR AVE. LONG BEACH CA 90815 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36721, '6cb350', 0, 'Anhui comhigher Tech Co, Ltd', 'B6,717 Zhongshan South Road Wuhu Anhui 241000 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36722, '98a7b0', 0, 'Mcst Zao', '35/50, Nizhnyaya Krasnoselskaya St., Moscow 105666 RU', 'RU', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36723, '388602', 0, 'Flexoptix GmbH', 'Muehltalstr. 153 Darmstadt 64297 DE', 'DE', 'MA-L', '2015-10-25', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36724, '001268', 0, 'Ips d.o.o.', 'C. Ljubljanske brigade 17 Ljubljana SI-1000 SI', 'SI', 'MA-L', '2004-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36725, '00248e', 0, 'Infoware ZRt.', 'Huseg u. 10/a Budapest 1223 HU', 'HU', 'MA-L', '2008-12-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36726, '001c5c', 0, 'Integrated Medical Systems, Inc', '1984 Obispo Avenue Signal Hill CA 90755 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36727, '001cb2', 0, 'Bpt Spa', 'Via Stazione,48 Sesto al Reghena Pordenone 33079 IT', 'IT', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36728, '001d5c', 0, 'Tom Communication Industrial Co, Ltd', '1173 Nippa-choh Kohoku-ku Yokohama Kanagawa 223-0057 JP', 'JP', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36729, '341298', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36730, 'cc22372', 0, 'Apeiron Data Systems', '81 Blue Ravine Road Folsom CA 95630 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36731, 'd01c3c', 0, 'Tecno Mobile Ltd', 'ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK', 'HK', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36732, '0050c206f', 0, 'Digital Services Group', 'PO Box 36848 Birmingham AL 35236 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36733, '001722', 0, 'Hanazeder Electronic GmbH', 'J.M. Dimmelstr 10 Ried i. I. Oberösterreich 4910 AT', 'AT', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36734, '0050c2eae', 0, 'Alyrica Networks', '521B N 19th ST Philomath OREGON 97370 US', 'US', 'IAB', '2011-10-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36735, '70b3d5f70', 0, 'Honeywell', '13350 US Highway 19 N Clearwater null 33764 US', 'US', 'MA-S', '2017-08-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36736, '70b3d58ae', 0, 'Fareco', '8 EUROPARC de la Sainte Victoire MEYREUIL 13590 FR', 'FR', 'MA-S', '2018-10-08', '2018-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36737, '002301', 0, 'Witron Tech Ltd', '6/F, Xin Rui Building, 32 Tao Hua Road, Futian Free Trade Zone, Shenzhen 86 CN', 'CN', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36738, '302de8', 0, 'Jda, Llc (Jda Systems)', '4080 Pike Lane Concord CA 94520 US', 'US', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36739, '94d93c', 0, 'Enelps', 'Bul Arsenija Carnojevica 117 Belgrade 11070 RS', 'RS', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36740, '5cf9f0', 0, 'Atomos Engineering P/L', '36 Park St South Melbourne Victoria 3205 AU', 'AU', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36741, '70b3d583c', 0, 'Sinoembed', 'RM1105,No 2078,YueLiangWan Road,NanShan District ShenZhen GuangDong 518000 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36742, '00148b', 0, 'Globo Electronic GmbH & Co KG', 'Industriestrasse 4a Niederlauer Bayern 97618 DE', 'DE', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36743, '001f5c', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790V DK', 'DK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36744, '6431394', 0, 'Active Brains', 'Yokohama Dia BLDG 8F 1-7 Kinkocho Kanagawa-ku Yokohama Kanagawa 221-0056 JP', 'JP', 'MA-M', '2019-09-25', '2019-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36745, 'acf8cc', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-11-21', '2019-11-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36746, '0016df', 0, 'Lundinova AB', 'Dalbyvägen 1 Lund Skåne SE-224 60 US', 'US', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36747, '0050c2fd3', 0, 'Aster Electric Co, Ltd', '6-40 Minamiyamata3-chome,Tudukiku Yokohama Kanagawa 2240029 JP', 'JP', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36748, '0050c2bf9', 0, 'Vitelnet', '8201 Greensboro Dr. McLean VA 22102 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36749, '001bc5059', 0, 'Inpixal', '80 Avenue des Buttes de Coesmes RENNES BRETAGNE 35700 FR', 'FR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36750, '0050c244c', 0, 'Computime Systems UK Ltd', '4 Woodside Mews Leeds West Yorkshire LS16 6QE GB', 'GB', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36751, 'a04025', 0, 'Actioncable, Inc', '998 Westlynn Way Cupertino CA 95014 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36752, '247e12', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36753, '70b3d5ca7', 0, 'i-View Communication Inc', '2F, No.70, Min De Rd, Chutung, 310-48 Hsinchu, Taiwan Hsinchu County Chutung 310148 TW', 'TW', 'MA-S', '2019-08-21', '2019-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36754, 'a87eea', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-11-14', '2019-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36755, '00c01c', 0, 'Interlink Communications Ltd', 'BRUNEL ROAD, ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36756, '0050c20b1', 0, 'Beeline Networks, Inc', '2025 Stierlin Court Mountain View CA 94043 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36757, '0026e5', 0, 'Aeg Power Solutions', 'Emil Siepmannstraße 32 Warstein NRW 59581 DE', 'DE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36758, '0050c2ee4', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2011-11-26', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36759, '8482f4', 0, 'Beijing Huasun Unicreate Tech Co, Ltd', 'North Region 6th Floor, Tower A, Huizhi Mansion, Beijing 100085 CN', 'CN', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36760, '74c63b', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36761, '1c8774e', 0, 'Quest Integrity', '19823 58TH PL S, STE 100 Kent WA 98032 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36762, 'd4b27a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36763, '000b64', 0, 'Kieback & Peter GmbH & Co KG', 'Tempelhofer Weg 50 Berlin 12347 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36764, '001e45', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2007-09-29', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36765, '305da6', 0, 'Advaly System Inc', '7 KITA2 NISHI2 CYUO-KU SAPPORO HOKKAIDO 060-0002 JP', 'JP', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36766, '70b3d5ecd', 0, 'Sbs-Feintechnik GmbH & Co KG', 'Hermann-Burger-Str. 31 Schonach 78136 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36767, 'f4dd9e', 0, 'GoPro', '3000 Clearview Way San Mateo CA 94402 US', 'US', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36768, 'b8cef6', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2020-01-09', '2020-01-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36769, '000354', 0, 'Fiber Logic Communications', '5F-3, No. 9, Prosperity Road One, Hsinchu TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36770, '001f5f', 0, 'Blatand GmbH', 'Lichtenbergstrße 8 Garching Bavaria 85748 DE', 'DE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36771, '887398', 0, 'K2e Tekpoint', '201,Winstower,278-51,Sungsoo2ga 3dong,Sungdong-gu,Seoul,S.Korea,133-123 Seoul Sungdong-gu 133-123 KR', 'KR', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36772, 'cc1be06', 0, 'IC RealTech', '3050 North Andrews Avenue Extension Pompano Beach Florida 33064 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36773, 'ec9b8b', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36774, '00e053', 0, 'Cellport Labs, Inc', '885 ARAPAHOE AVE., BOULDER CO 80302 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36775, '000256', 0, 'Alpha Processor, Inc', '130 C Baker Ave. Ext. Concord MA 01742 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36776, '001634', 0, 'Mathtech, Inc', '6402 Arlington Blvd., Falls Church Virginia 22042-2356 US', 'US', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36777, '100723c', 0, 'Shenzhen Xinfa Electronic Co, Ltd', 'NO.57., Baoli Rd.,Buji Town.,Longgang District.,Shenzhen city.,guangdong province.,China shenzhen guangdong 518112 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36778, '001db0', 0, 'FuJian HengTong Information Tech Co, Ltd', 'No.14-804,Building 2,JinXiuFuCheng,No.338,HuaLin Road FuZhou City FuJian Province 350001 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36779, 'e82aea', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36780, '246aab', 0, 'IT-IS International', '1 Wainstones Court Middlesbrough Cleveland TS9 5JY GB', 'GB', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36781, '98f2b3', 0, 'Hewlett Packard Enterprise', '8000 Foothills Blvd. Roseville CA 95747 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36782, '70b3d59c5', 0, 'Lineage Power Pvt Ltd,', '30-A1, KIADB, 1ST PHASE INDUSTRIAL ESTATE,KUMBALGODU, BANGALORE-MYSORE ROAD BANGALORE KARNATAKA 560074 IN', 'IN', 'MA-S', '2018-09-26', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36783, '0c29ef', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36784, '0080ef', 0, 'Rational', '3320 SCOTT BOULEVARD SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36785, '0013a6', 0, 'Extricom Ltd', 'Glil Yam Herzlia 46905 IL', 'IL', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36786, '0050c273f', 0, 'Medav GmbH', 'Graefenberger Strasse 32 - 34 Uttenreuth Bayern 91080 DE', 'DE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36787, '84fe9e', 0, 'Rtc Industries, Inc', '2800 Golf Road Rolling Meadows IL 60008 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36788, 'c4bd6a', 0, 'Skf GmbH', 'Gunnar-Wester-Strasse 12 Schweinfurt DE DE-97421 DE', 'DE', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36789, '2c265f1', 0, 'Griessbach', 'Im Biotechnologiepark Luckenwalde 14943 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36790, '70b3d542e', 0, 'Dr. Zinngrebe GmbH', 'Schillerstraße 1/15 Ulm Baden-Württemberg 89077 DE', 'DE', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36791, '00b080', 0, 'Mannesmann Ipulsys B.V.', 'Bordewijklaan 18 2591 XR The Hague NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36792, '0017cb', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2006-04-08', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36793, 'f40e115', 0, 'E-Song', 'BUSAN TECHNOPARK Head office & Factory: Unit 102 Busan N/A 618-230 KR', 'KR', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36794, '6cdffb9', 0, 'YongTechs Electric Co Ltd', '18F-8, No.118, Ci-Yun Rd., Hsin Chu 30072, Taiwan(R.O.C.) Hsin Chu 30072 TW', 'TW', 'MA-M', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36795, '70b3d5d9a', 0, 'Wuhan Xingtuxinke ELectronic Co, Ltd', 'NO.C3-8F,Software Park,Optics Valley,East Lake Development Zone,Wuhan,Hubei,China Wuhan Hubei 430074 CN', 'CN', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36796, '00196d', 0, 'Raybit Systems Korea, Inc', 'Dream Tower 1221 Seoul 158-718 KR', 'KR', 'MA-L', '2006-08-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36797, '001ea4', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36798, 'd4c1c8', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36799, '7c6b9c', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36800, 'e497f0', 0, 'Shanghai Vlc Tech Ltd Co', 'Room 901, B-Zone, East Beijing Road Shanghai 200001 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36801, '58d071', 0, 'BW Broadcast', 'Unit 27 IO Centre Croydon Surrey CR0 4WQ GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36802, 'dcc64b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-11-16', '2016-11-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36803, '00269a', 0, 'Carina System Co, Ltd', '2-2-11 Kotonoo-cho Kobe Hyogo 651-0094 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36804, '40d8550e9', 0, 'Hameg GmbH', 'Industriestr. 6 Mainhausen 63533 DE', 'DE', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36805, '0050c26b0', 0, 'Smart Key International Ltd', 'Unit F46, 5/F., Wah Lok Ind Ctr Shatin NT HK HK', 'HK', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36806, '0050c279f', 0, 'Zao Npc', 'Ostrovskogo, 65 Perm Perm region 614007 RU', 'RU', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36807, '7c6c39', 0, 'Pixsys Srl', 'VIA DELLA CROCE ROSSA 42 PADOVA PD 35129 IT', 'IT', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36808, '70b3d58cb', 0, 'Welt Corp', 'Seocho, Bangbae, 481-5 Seoul 06699 KR', 'KR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36809, '000419', 0, 'Fibercycle Networks, Inc', '20 South Santa Cruz Ave. Los Gatos CA 95030 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36810, '001862', 0, 'Seagate Tech', '1280 Disc Drive Shakopee MN 55379 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36811, '70b3d58ec', 0, 'Rudy Tellert', 'Dorfstr. 15 Werneck 97440 DE', 'DE', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36812, 'f80df1', 0, 'Sontex SA', 'rue de la gare sonceboz Bern 2605 CH', 'CH', 'MA-L', '2018-08-21', '2018-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36813, 'ccd81f', 0, 'Maipu Communication Tech Co, Ltd', 'Maipu Mansion, No.288 Tianfu 3rd Street, High-tech Zone Chengdu Sichuan 610094 CN', 'CN', 'MA-L', '2018-11-19', '2018-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36814, '6869ca', 0, 'Hitachi, Ltd', '27-18, Minami Oi 6-chome, Shinagawa-ku Tokyo 140-8572 JP', 'JP', 'MA-L', '2020-01-18', '2020-01-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36815, '70b3d5b8a', 0, 'Nexus Tech VN', '2139 Corktree Ln San Jose California 95132 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36816, 'd837be', 0, 'Shenzhen Gongjin Electronics Co, LT', '#1905 Mei Hong Road Shanghai Shanghai 200000 CN', 'CN', 'MA-L', '2015-09-27', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36817, '001608', 0, 'Sequans Communications', '19 Le Parvis de la Défense PARIS LA DEFENSE CEDEX 92073 FR', 'FR', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36818, '001853', 0, 'Atera Networks Ltd', '31, Habarzel St. Tel-Aviv 69710 IL', 'IL', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36819, '0050c2827', 0, 'Enero Solutions Inc', '5764 Monkland Ave., Suite 100, Montreal Quebec H4A 1E9 CA', 'CA', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36820, '00074d', 0, 'Zebra Tech Corp', '333 Corporate Woods Parkway Vernon Hills IL 60061 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36821, '0050c21e6', 0, 'United Tri-Tech Corp', '550 Campbell Street Cornwall Ontario K6H 6T7 CA', 'CA', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36822, '70b3d5fd7', 0, 'Centum Adetel Group', '4 Chemin du ruisseau Ecully 69130 FR', 'FR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36823, 'd4adbd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-04-30', '2019-04-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36824, '00228c', 0, 'Photon Europe GmbH', 'Jülicher Straße 376 Aachen Nordrhein-Westfalen 52070 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36825, 'e4956e2', 0, 'Shanghai Hoping Tech Co, Ltd', 'Room 224, Building 3, No.99 Shanghai 201210 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36826, '70b3d5a21', 0, 'Ppi Inc', 'Cheomdan-Gwagiro 345 Gwangju Buk-gu 61 008 KR', 'KR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36827, '9cf6dd2', 0, 'Beijing Sifang Automation Co, Ltd', 'No.9,Shangdi 4th Street,Haidian District Beijing 100085 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36828, '5849ba', 0, 'Chitai Electronic Corp', '5F., No. 1 Lane 123, Pao-Chung Rd., Hsin-Tien City Taiepi 23144 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36829, '28fc51', 0, 'The Electric Controller and Manufacturing Co, Llc', 'PO Box 468 Saint Matthews SC 29135 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36830, '647c34', 0, 'Ubee Interactive Co, Ltd', 'Flat/RM 1202, 12/F, AT Tower North Point Hong Kong 180 HK', 'HK', 'MA-L', '2012-05-26', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36831, 'a0bb3e2', 0, 'DirectOut GmbH', 'Leipziger Str. 32 Mittweida Saxony 09648 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36832, 'a0d807', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36833, '0050c23f1', 0, 'Salland Electronics Holding BV', 'Katwolderweg 15 Zwolle Overijssel NL8041AC NL', 'NL', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36834, '542a9c', 0, 'Lsy Defense, Llc', '4175 Westport Rd. Louisville Kentucky 40207 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36835, '08d833', 0, 'Shenzhen RF Tech Co, Ltd', '5/F,Building 4 ,Baokun science and Technology Industrial Park,Dalang Street,Baoan District,Shenzhen,China Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36836, '00b0e1', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36837, '0c73eb5', 0, 'Husty M.Styczen J.Hupert Sp.J.', 'Rzepakowa 5e Krakow malopolska 31-989 PL', 'PL', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36838, 'a0cec8', 0, 'CE Link Ltd', '2/F, Building G, Licheng Tech. Ind. Zone Shenzhen Guangdong 518104 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36839, 'f8a45f', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2013-07-12', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36840, '0050c2633', 0, 'Rice University', '6100 Main Street MS 380 Houston Texas 77005 US', 'US', 'IAB', '2006-08-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36841, '98bc99', 0, 'Edeltech Co, Ltd', '#302 Jamae Bldg, 1010-28, Sadang-dong, Dongjak=gu Seoul 156-824 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36842, '9c443d', 0, 'Chengdu Xuguang Tech Co, Ltd', '2ND SECTION,PARK ROAD CHENGDU SICHUAN 610100 CN', 'CN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36843, '0c6f9c', 0, 'Shaw Communications Inc', 'Suite 900, 630 3rd Avenue S.W. CALGARY ALBERTA T2P 4L4 CA', 'CA', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36844, '70b3d539d', 0, 'Comark Interactive Solutions', '430 Fortune Blvd Milford MA 01757 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36845, '70b3d5ccf', 0, 'Netberg', '2F-1 No.36, Park St., Nangang District Taipei 11560 TW', 'TW', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36846, '00236e', 0, 'Burster GmbH & Co KG', 'Talstraße 1-5 Gernsbach Baden-Württemberg 76593 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36847, '002457', 0, 'Hammock Coporation', '7-8-F 30SANKYO-Building 1-30-4 TAKADANOBABA SHINJUKU-WARD TOKYO 169-0075 JAPAN JP', 'JP', 'MA-L', '2008-12-03', '2008-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36848, '6cac60', 0, 'Venetex Corp', '8-3-9,Shin-machi Ome-shi, Tokyo 198-0024 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36849, '90c6820', 0, 'Shenzhen Lencotion Tech Co, Ltd', 'LongGang,Buji Xia Shuijing,Hubei Shenzhen Guangdong 518112 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36850, '70b3d5c85', 0, 'Solid State Disks Ltd', 'The Granary Reading Berkshire RG74BB GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36851, '70e422', 0, 'Cisco Systems, Inc', '80 West Tasman Dr. San Jose CA 94568 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36852, '803253', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-08-13', '2019-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36853, '3c410e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-09-20', '2019-09-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36854, '0050c2993', 0, 'Unetconvergence Co, Ltd', '101-511 DIGITAL EMPIRE 2 SUWON-SI KYUNGGI-DO, 443-390 KR', 'KR', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36855, '34c69a', 0, 'Enecsys Ltd', 'Harston Mill Cambridge Cambridgeshire CB22 7GG GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36856, '08008f', 0, 'Chipcom Corp', 'SOUTHBOROUGH OFFICE SOUTHBOROUGH MA 01772-1886 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36857, '00006b', 0, 'Silicon Graphics', '2011 NORTH SHORELINE BLVD. MOUNTAIN VIEW CA 94039-7311 US', 'US', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36858, '001d19', 0, 'Arcadyan Tech Corp', '4F., No. 9 , Park Avenue II, Hsinchu 300 TW', 'TW', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36859, '384369', 0, 'Patrol Products Consortium Llc', '1128 Narragansett Blvd. Cranston RI 02905 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36860, '70b3d59f6', 0, 'Edgeware AB', 'Master Samuelsgatan 42 Stockholm 11157 SE', 'SE', 'MA-S', '2015-08-12', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36861, '98bb99', 0, 'Phicomm (Sichuan) Co, Ltd', '125 longquan street park road,longquan district,chengdu city Sichuan Chengdu 610015 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36862, '0060ec', 0, 'Hermary Opto Electronics Inc', '201-4050 GRAVELEY ST BURNABY, BC V5C-3T6 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36863, '00c034', 0, 'Transaction Network', 'SERVICES, INC. LANSING MI 48910-8356 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36864, 'cca7c1', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2020-01-17', '2020-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36865, '300a602', 0, 'Advanced Electronic Designs, Inc', '233 Enterprise Blvd Bozeman MT 59718 US', 'US', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36866, 'f09838', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-06-27', '2016-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36867, 'd47c44a', 0, 'Tendzone International Pte Ltd', 'Rm 202, Blk C, Huahan Innovation Park, No.16 Langshan Rd,Nanshan District Shenzhen GuangDong 518057 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36868, '18002d', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2013-01-09', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36869, 'ec3c5a', 0, 'Shen Zhen Heng Sheng Hui Digital Tech Co, Ltd', '5A 6FLOOR, BLOCK C12, FUYUAN INDUSTRIAL AREA, ZHOU SHI ROAD, SHENZHEN GUANGDONG 518102 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36870, '7cc709', 0, 'Shenzhen RF-Link Tech Co, Ltd', 'Bldg56A, 6/F, Baotian Rd3, Baoan District, Shenzhen, P.R.C Shenzhen Guangdong 518100 CN', 'CN', 'MA-L', '2015-01-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36871, '00902c', 0, 'Data & Control Equipment Ltd', 'COUNTY FARM, WENDOVER RD. BUCKS. HP22 STA GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36872, '000a96', 0, 'Mewtel Tech Inc', 'E15FL. IT VENTURE TOWER SEOUL 138-803 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36873, 'bc1665', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36874, '70b3d55fc', 0, 'Surtec', '616 avenue de l\'Europe Le Creusot burgundy 71206 FR', 'FR', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36875, '2836384', 0, 'Dspread Tech (Beijing) Inc', 'Jingxin Building, 2045 Suite , Chaoyang District Beijing 100027 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36876, '24be18', 0, 'Dadoutek Co Ltd', '14/F, Wilson Logistics Centre,No.24-28 Kung Yip St Kwai Chung New Territories 000 CN', 'CN', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36877, '0050c2125', 0, 'Tecwings GmbH', 'A-2100 Korneuburg AT', 'AT', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36878, '0050c2369', 0, 'Always On Wireless', '410 Pierce Houston TX 77002 US', 'US', 'IAB', '2004-06-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36879, '7c574e', 0, 'Cobi GmbH', 'Solmsstrasse 4 Frankfurt am Main 60486 DE', 'DE', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36880, '002503', 0, 'Ibm Corp', '2051 Mission College Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36881, '40d8551d6', 0, 'Ems Computers Pty Ltd', 'Unit 9 / 171 Power St Glendenning NSW 2177 AU', 'AU', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36882, '0050c26df', 0, 'QR Sciences Ltd', '8-10 Hamilton St Cannington 6107 AU', 'AU', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36883, '70b3d54b8', 0, 'International Roll-Call Corp', '8346 Old Richfood Road Mechanicsville VA 23116 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36884, '4c917ae', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2018-09-21', '2018-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36885, 'e450eb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36886, '381730', 0, 'Ulrich Lippert GmbH & Co KG', 'Christian-Henkel-Str. 12 Berlin 12349 DE', 'DE', 'MA-L', '2020-01-08', '2020-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36887, '000567', 0, 'Etymonic Design, Inc', '41 Byron Avenue NOL 1GO CA', 'CA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36888, '00172c', 0, 'Taejin Infotech', '6F Woolim e-Biz Center, 170-5 Seoul 152-769 KR', 'KR', 'MA-L', '2006-01-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36889, '0050c2e81', 0, 'Adaptive Tech, Inc', '2020 Kraft Drive Blacksburg VA 24060 US', 'US', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36890, '2c6a6f6', 0, 'Beep, Inc', '2519 Mission St SAN FRANCISCO CA 94110 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36891, '00501a', 0, 'IQinVision', '33122 Valle Road San Juan Capistrano CA 92675-4853 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36892, '0021bc', 0, 'Zala Computer', 'EL BOUNI ANNABA 23000 DZ', 'DZ', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36893, '0cb5de', 0, 'Alcatel-Lucent', 'Via Energy Park, 14 Vimercate MB 20871 IT', 'IT', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36894, '000c04', 0, 'Tecnova', '1486 St. Paul Ave. Gurnee Illinois 60031 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36895, '40d85510a', 0, 'Davis Derby Ltd', 'Chequers Lane Derby Derby DE21 6AW GB', 'GB', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36896, '00167a', 0, 'Skyworth Overseas Development Ltd', 'Room 1505-06,Westlands Centre 0000 0000 HK', 'HK', 'MA-L', '2005-11-24', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36897, 'b0e754', 0, '2Wire Inc', '1764 Automation Parkway San Jose 95131 US', 'US', 'MA-L', '2010-02-21', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36898, '0050c2c1a', 0, 'Sam Co, Ltd', 'Meguro F2 Building Meguro-ku Tokyo 153-0061 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36899, '644bf0', 0, 'CalDigit, Inc', '1941 Miraloma Ave #B Placentia CA 92870 US', 'US', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36900, 'f09e63', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36901, '38437d', 0, 'Compal Broadband Networks, Inc', '13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW', 'TW', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36902, '00805a', 0, 'Tulip Computers Internat\'L B.V', 'P.O. BOX 3333 THE NL', 'NL', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36903, '001289', 0, 'Advance Sterilization Products', '33 Technology Drive Irvine California 92618 US', 'US', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36904, '80647a', 0, 'Ola Sense Inc', '764 Avenue A Redondo Beach 90277 US', 'US', 'MA-L', '2019-07-16', '2019-07-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36905, 'f873a2', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2015-05-23', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36906, '2420c7', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2016-08-05', '2016-08-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36907, '70b3d5d4d', 0, 'The Morey Corp', '100 Morey Drive Woodridge IL 60517 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36908, '70b3d569c', 0, 'Keepen', '12, rue Anselme Saint-Ouen 93400 FR', 'FR', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36909, '00b1e3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-07-12', '2018-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36910, '0050c2147', 0, 'UniSUR', '7F, No.2-1, Industry E. Rd. Hsinchu 300 TW', 'TW', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36911, '0050c2dbb', 0, 'Esensors, Inc', '4240 Ridge Lea Road Amherst NY 14226 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36912, '0050c207d', 0, 'Caspian Networks', '2880 West Bayshore Rd Palo Alto CA 94303 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36913, 'a82bb5', 0, 'Edgecore Networks Corp', '1 Creation RD 3. Hsinchu 30077 TW', 'TW', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36914, '000ea3', 0, 'Cncr-IT Co, Ltd, HangZhou P.R.China', 'Yinjiang mansion NO.5F Wenyi Road HangZhou ZheJiang 310012 CN', 'CN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36915, '001920', 0, 'Kume electric Co, Ltd', '4-2-24 Kitakawara Itami-city Hyougo JP', 'JP', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36916, '002409', 0, 'The Toro Co', '5825 Jasmine Street Riverside CA 92504 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36917, 'a0fe91', 0, 'Avat Automation GmbH', 'Derendinger Strasse 40 Tuebingen 72072 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36918, '70b3d5f2e', 0, 'Shanghai Jcy Tech Co', '304, 228 Jiang Chang 3rd Road Shanghai,China Shanghai 200436 CN', 'CN', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36919, '64cb5d', 0, 'Sia TeleSet', 'Krāslavas iela 5 Vecstropi, Naujenes par., Daugavpils distr. LV-5413 LV', 'LV', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36920, '00c02f', 0, 'Okuma Corp', 'OGUCHI-CHO, NIWA-GUN JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36921, '0002c5', 0, 'Evertz Microsystems Ltd', '5292 John Lucas Drive Ontario L7L 5Z9 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36922, 'b48107', 0, 'Shenzhen Chuangwei-Rgb Electronics Co, Ltd', 'Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN', 'CN', 'MA-L', '2019-12-17', '2019-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36923, 'f05494', 0, 'Honeywell Connected Building', '1985 DOUGLAS DRIVE Golden Valley MN 55422 US', 'US', 'MA-L', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36924, '00e0e3', 0, 'SK-Elektronik GmbH', 'HEMMELRATHERWEG 201 51377 LEVERKUSEN DE', 'DE', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36925, '50338b', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36926, '0011c3', 0, 'Transceiving System Tech Corp', 'NO.85,Sec.2,Gongdaowu Rd., Hsinchu 300 TW', 'TW', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36927, '40d8550f8', 0, 'Better Place', 'Amal 13B, Afek Industrial park Rosh Ha\'ain, IL', 'IL', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36928, '70b3d5b9e', 0, 'Polsystem SI SP. Z O.O., S.K.A.', 'Francuska 92 Wrocław Dolnośląskie 54-405 PL', 'PL', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36929, '746ee4', 0, 'Asia Vital Components Co, Ltd', 'Rm. 3, 7F., No.24, Wuquan 2nd Rd., Xinzhuang Dist., New Taipei Taiwan 24892 TW', 'TW', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36930, '4cdc0d', 0, 'Coral Telecom Ltd', 'E-2, Sector 63 Noida Uttar Pradesh 201301 IN', 'IN', 'MA-L', '2019-05-02', '2019-05-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36931, 'f492bf', 0, 'Ubiquiti Networks Inc', '2580 Orchard Pkwy San Jose CA 95131 US', 'US', 'MA-L', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36932, '0090f2', 0, 'Cisco Systems, Inc', '170 W. TASMAN DR. SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36933, '000bfd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36934, '0050c2451', 0, 'Hameg GmbH', 'Industriestr. 6 Mainhausen 63533 DE', 'DE', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36935, '0050c2e14', 0, 'Calixto Systems Pvt Ltd', '#111, First Floor, 2H Main Road Bangalore Karnataka 560043 IN', 'IN', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36936, '84fcfe', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36937, '70b3d5208', 0, 'Dsp Design Ltd', 'TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36938, '5001d9', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-08-06', '2016-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36939, 'a89969', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-03-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36940, '0000a1', 0, 'Marquette Electric Co', '8200 WEST TOWER AVENUE MILWAUKEE WI 53223 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36941, '0012f3', 0, 'connectBlue AB', 'Norra Vallgatan 64 Malmoe SE-211 22 SE', 'SE', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36942, '501b32', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2019-03-09', '2019-03-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36943, '001814', 0, 'Mitutoyo Corp', '20-1, Sakado 1-chome, Takatsu-ku, Kawasaki-shi 213-8533 JP', 'JP', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36944, '00239b', 0, 'Elster Solutions, Llc,', '208 South Rogers Lane Raleigh North Carolina 27610 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36945, 'f81547', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2013-07-29', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36946, '004035', 0, 'Opcom', '1215 W. CROSBY RD. CARROLLTON TX 75006 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36947, '000e11', 0, 'Bdt Büro und Datentechnik GmbH & CoKG', 'Saline 29 Rottweil Baden-Württemberg D-78628 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36948, '98dac4', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2018-10-30', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36949, '000540', 0, 'Fast Corp', '2791-5 Shimo-Tsuruma 242-0001 JP', 'JP', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36950, '0022bb', 0, 'beyerdynamic GmbH & Co KG', 'Theresienstraße 8 Heilbronn 74072 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36951, '40d8550c5', 0, 'M.M. Elektrolab', 'Dzona Kenedija 11 Beograd Srbija 11000 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36952, '70b3d5dd3', 0, 'Vitec', '99, rue Pierre Semard CHATILLON 92320 FR', 'FR', 'MA-S', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36953, '000637', 0, 'Toptrend-Meta Information (ShenZhen) Inc', '2/F, Bldg. 3, Section A, Nor-East Zone CN', 'CN', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36954, '38eaa7', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36955, 'fcdb96', 0, 'Enervalley Co, Ltd', '907-101 DIGITAL EMPIRE II SUWON SI GYEONGGI DO 443 734 KR', 'KR', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36956, '4c917ab', 0, 'AvertX', '23221 E. Knox Ave Liberty Lake WA 99019 US', 'US', 'MA-M', '2018-09-21', '2018-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36957, '0050c2182', 0, 'wolf-inf-tec', 'Heinrich-Hertz-Strasse 19 Bremen 28211 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36958, '0012cf', 0, 'Accton Tech Corp', 'No. 1 Creation Rd. III, Science-based Industrial Park Hsinchu 300 TW', 'TW', 'MA-L', '2004-11-16', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36959, '0050c2ce2', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36960, '54f5b6', 0, 'Oriental Pacific International Ltd', '5 ARGUS PLACE NORTH SHORE CITY AUCKLAND 0627 NZ', 'NZ', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36961, 'dc44279', 0, 'Neusoft Corp', 'No.2 Xinxiu Street,Hunnan New District,Shenyang,Liaoning,China Shenyang Liaoning 110179 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36962, '001470', 0, 'Prokom Software SA', 'Al. Jerozolimskie 65/79 Warszawa Mazowieckie 00-697 PL', 'PL', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36963, '0022b7', 0, 'Gss Grundig Sat-Systems GmbH', 'Beutherner Strasse 43 Nuernberg Bayern 90471 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36964, '50795b', 0, 'Interexport Telecomunicaciones S.A.', 'Cerro Colorado 5240 piso 14 Santiago Region Metropolitana 8320000 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36965, 'b078f0', 0, 'Beijing HuaqinWorld Tech Co, Ltd', 'Beijing City, Chaoyang District Wangjing Garden Department Youle A District No. 3 building 308 room Bejjing Bejjing 100102 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36966, '0020c8', 0, 'Larscom Inc', '4600 PATRICK HENRY DRIVE SANTA CLARA CA 95054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36967, '001cdb', 0, 'Carpoint Co, Ltd', '1340-6, Namgang Bld 7F, Seocho-Dong SEOUL 137-070 KR', 'KR', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36968, '00223f', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2008-10-25', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36969, '80d019', 0, 'Embed, Inc', '410 Great Road Littleton MA 01460 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36970, '6897e8', 0, 'Society of Motion Picture & Television Engineers', '3 Barker Ave. FL5 White Plains NY 10601 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36971, '90a210', 0, 'United Telecoms Ltd', '18A/19,Doddanekundi Industrial Area, Bangalore Karanataka 560048 IN', 'IN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36972, '54d272', 0, 'Nuki Home Solutions GmbH', 'Muenzgrabenstrasse 92 Graz 8010 AT', 'AT', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36973, '70b3d5f35', 0, 'carbonTRACK', 'Level 2 104 Burwood Road Hawthorn Vic 3122 AU', 'AU', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36974, '00604a', 0, 'Saic Ideas Group', '7120 COLUMBIA GATEWAY DRIVE COLUMBIA MD 21046 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36975, '000fb3', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2004-04-03', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36976, 'd0f88c', 0, 'Motorola (Wuhan) Mobility Tech Communication Co, Ltd', 'No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36977, '08001a', 0, 'Tiara/ 10net', '7777 WASHINGTON VILLAGE DRIVE DAYTON OHIO 45459-3957 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36978, '000485', 0, 'PicoLight', '4665 Nautilus Court South Boulder CO 80301 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36979, '001b78', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2007-02-20', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36980, '002662', 0, 'Actiontec Electronics, Inc', '3301 Olcott St. Santa Clara CA 95054 US', 'US', 'MA-L', '2010-01-05', '2019-01-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36981, '7c2064', 0, 'Alcatel-Lucent Ipd', '600 March Drive Kanata Ontario K2K2E6 CA', 'CA', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36982, '70b3d5361', 0, 'Parent Power', '35 Garland Way Trigg Western Australia 6029 AU', 'AU', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36983, '000154', 0, 'G3m Corp', '4320 Stevens Creek Blvd. - Ste. #275 San Jose CA 95129 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36984, '0090e0', 0, 'Systran Corp', '4126 LINDEN AVENUE DAYTON OH 45432 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36985, 'ccd39dd', 0, 'Ethernity Networks', 'Ha-Melacha 13 Lod Israel 7152025 IL', 'IL', 'MA-M', '2018-10-18', '2018-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36986, '44aeab', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-05-31', '2019-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36987, '88685c', 0, 'Shenzhen ChuangDao & Perpetual Eternal Tech Co, Ltd', 'Area c,2/F,Building 1, BaoAn foreign trade industrial zone BaoAn District, Shenzhen Guangdong province 518100 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36988, 'f802781', 0, 'Reason Tecnologia S.A.', 'Rua Joaquim Carneiro, 192 Florianópolis Santa Catarina 8811120 BR', 'BR', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36989, '70b3d5b28', 0, 'Husty M.Styczen J.Hupert Sp.J.', 'ul.Rzepakowa 5e Krakow malopolska 31-989 PL', 'PL', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36990, '904e917', 0, 'Ibm', '9000 south rita rd Tucson AZ 85744 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36991, 'b81f5e', 0, 'Apption Labs Ltd', '7-8 Westbridge Close Leicester LE3 5LW GB', 'GB', 'MA-L', '2019-06-21', '2019-06-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36992, '0004b5', 0, 'Equitrac Corp', '1905 N.W. 82nd Avenue Miami FL 33126 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36993, '002513', 0, 'Cxp Digital BV', 'De Reulver 97A Enschede 7544RT NL', 'NL', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36994, 'fccf43', 0, 'Huizhou City Huiyang District Meisiqi Industry Development Co,.Ltd', 'Meisiqi lndustrialPark,Yuechang, Huizhou Guangdong 516000 CN', 'CN', 'MA-L', '2015-08-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36995, '8c147d6', 0, 'Shenzhen Meidou Tech Co, Ltd', 'Room 321,Building 4,Zhongxinggongyeyuan, Chuangye Road, Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36996, '50d4f7', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-03-26', '2019-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36997, '30a243', 0, 'Shenzhen Prifox Innovation Tech Co, Ltd', 'Room B905, Bldg 4, Software Industry Park, Shenzhen Guangdong Province 518057', '', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36998, 'd087e2', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(36999, '60fe20', 0, '2Wire Inc', '1764 Automation ParkWay San Jose CA 95131 US', 'US', 'MA-L', '2013-12-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37000, '50ff994', 0, 'Ipc Global', '4 Wadhurst Drive Boronia Victoria 3155 AU', 'AU', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37001, '001e72', 0, 'Pcs', '2 HENRI FARMAN LESCAR PYRENEES ATLANTIQUES 64230 FR', 'FR', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37002, '0050c2bfa', 0, 'Rohde&Schwarz Topex SA', '71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO', 'RO', 'IAB', '2010-05-15', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37003, '70b3d579e', 0, 'Cw2. GmbH & Co KG', 'Tübinger Straße 43 Stuttgart Baden-Württemberg 70178 DE', 'DE', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37004, 'a019b28', 0, 'Mis Industrie Systeme GmbH & Co KG', 'Lohwiese 7 Scheuring Bavaria 86937 DE', 'DE', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37005, '24dbad', 0, 'ShopperTrak Rct Corp', '200 W. Monroe Street Chicago IL 60606 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37006, '0050c2e82', 0, 'Xplore Tech Corp', '14000 Sumit Dr Austin TX 78728 US', 'US', 'IAB', '2011-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37007, 'e42ff6', 0, 'Unicore communication Inc', 'Rm.312 Building 2 IRICO, No.11St.4,Shangdi, Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37008, 'e4a5ef', 0, 'Tron Link Electronics Co, Ltd', 'FLAT A, 20/F., BLOCK 4,ON NING GARDEN, KOWLOON 999077 HK', 'HK', 'MA-L', '2011-05-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37009, '0003b9', 0, 'Hualong Telecom Co, Ltd', '9 Guanghua St. P.R. CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37010, '001b7c', 0, 'A & R Cambridge', 'Pembroke Avenue Cambridge CAMBS CB25 9QR GB', 'GB', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37011, '3c6278', 0, 'Shenzhen Jetnet Tech Co, Ltd', 'Room 403,4th floor,Qinghua Information Building,Keyuan Road,North District of Tech-Park,Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37012, '3057ac', 0, 'Irlab Ltd', '3rd Floor, 2A Biulding, Huihao Industrial Park Shenzhen Guang Dong 518106 CN', 'CN', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37013, 'bcf685', 0, 'D-Link International', '1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG', 'SG', 'MA-L', '2012-04-08', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37014, 'acdbda', 0, 'Shenzhen Geniatech Inc, Ltd', '18th F, GDC Building,No.9 ,Gaoxin Central Avenue 3rd Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37015, 'a43bfab', 0, 'Alstom Strongwish (Shenzhen) Co, Ltd', '5F, Building No.6, Keji Middle 2 Road, High-Tech Industrial Park Shenzhen Guangdong 518057 CN', 'CN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37016, 'a44f298', 0, 'Innovations in Optics, Inc', '82 Cummings Park Woburn MA 01801 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37017, '0050c24a1', 0, 'nVent, Schroff GmbH', 'Langenalber Strasse 96-100 Straubenhardt 75334 DE', 'DE', 'IAB', '2005-05-14', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37018, '0050c2aae', 0, 'Outline srl', 'VIA LEONARDO DA VINCI N°56 FLERO BRESCIA 25020 IT', 'IT', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37019, '28c2dd', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd., New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2015-01-23', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37020, '787b8a', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37021, 'f81d783', 0, 'Shanghai Sun Telecommunication Co, Ltd', 'Building No.145, Lane 666 Xianing Road, Jinshan Industrial Zone Shanghai Shanghai 201506 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37022, 'a4ed43d', 0, 'Brand New Brand Nordic AB', 'Nohrstedts väg 5 Söderbärke 77794 SE', 'SE', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37023, '0016f1', 0, 'OmniSense, Llc', '72 sams point road Ladys Island SC 29907 US', 'US', 'MA-L', '2006-01-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37024, '002376', 0, 'Htc Corp', 'No.23 Xinghua Road Taoyuan County 330 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37025, '989080', 0, 'Linkpower Network System Inc Ltd', 'Room 202, Build 18, Shahe Industrial Zone Shenzhen Guangdong 518053 CN', 'CN', 'MA-L', '2011-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37026, 'c81f66', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2013-05-02', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37027, '1c1b68', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37028, '84850a', 0, 'Hella Sonnen- und Wetterschutztechnik GmbH', 'Abfaltersbach 125 Abfaltersbach Tirol 9913 AT', 'AT', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37029, '601970', 0, 'Huizhou Qiaoxing Electronics Tech Co, Ltd', 'Room -611, TianAn High-Tech Plaza II , Futian District, Shenzhen, China Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37030, '70b3d5bd8', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 6 Dinkelsbuehl Bavaria 91550 DE', 'DE', 'MA-S', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37031, '000a10', 0, 'Fast media integrations AG', 'Schöngrund 26 Rotkreuz Canton of Zug 6343 CH', 'CH', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37032, '001f87', 0, 'Skydigital Inc', '#28-9 Wonhyoro1-ga, Yongsan-gu, Seoul 140-846 KR', 'KR', 'MA-L', '2008-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37033, '200a5e', 0, 'Xiangshan Giant Eagle Tech Developing Co, Ltd', 'Juexi Road no.9 Juexi street Ningbo Zhejiang 315708 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37034, '60fec5', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37035, '7c70bcc', 0, 'Lukup Media', '25/2 Norris Road Bangalore Karnataka 560025 IN', 'IN', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37036, '185936', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2014-11-11', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37037, '70b3d53f8', 0, 'The Fire Horn, Inc', '1212 Helen St Paducah KY 42001 US', 'US', 'MA-S', '2019-10-15', '2019-10-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37038, '0050c20ee', 0, 'Industrial Indexing Systems, Inc', '626 Fishers Run Victor NY 14564 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37039, '0050c221d', 0, 'Esg Elektroniksystem u. Logistik GmbH', 'Einsteinstr. 174 Muenchen Bayern 81675 DE', 'DE', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37040, '0050c28d7', 0, 'Polygon Informatics Ltd', 'Kalvaria sgt. 24. Szeged H-6722 HU', 'HU', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37041, '70b3d5526', 0, 'FlowNet Llc', '580 Lake Ave Lancaster NY 14086 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37042, '70b3d533f', 0, 'Xantia SA', 'Chemin du Longchamps 99 Bienne 2504 CH', 'CH', 'MA-S', '2019-01-16', '2019-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37043, 'bc9740b', 0, 'Foro Tel', '77, Shaumyana Str. Rostov-na-Donu UFO 344079 RU', 'RU', 'MA-M', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37044, '000812', 0, 'GM-2 Corp', 'Shiba-Matushira-Bldg. Tokyo Minato-ku 105-0014 JP', 'JP', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37045, '000bbf', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37046, '000ec7', 0, 'Motorola Korea', 'Hibrand B/D 17F SW Team Motorola Korea Yangjaedong Seocho KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37047, '001953', 0, 'Chainleader Communications Corp', '5F, No. 400, Sec. 2 Bade Rd., Taipei 105 TW', 'TW', 'MA-L', '2006-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37048, '00c093', 0, 'Alta Research Corp', '614 SOUTH FEDERAL HIGHWAY DEERFIELD BEACH FL 33441 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37049, '000185', 0, 'Hitachi Aloka Medical, Ltd', '3-7-19, Imai Ome-city 198-8577 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37050, '70b3d59c6', 0, 'OverSpeed Sarl', '53 bis boulevard des Belges Rouen 76000 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37051, '00142f', 0, 'Savvius', '1340 Treat Boulevard, Suite 500 Walnut Creek CA 94597 US', 'US', 'MA-L', '2005-04-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37052, '00b033', 0, 'Oao Izhevskiy radiozavod', '19 Bazisnaya street Izhevsk Udmurt Republic 426034 RU', 'RU', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37053, 'e43022', 0, 'Hanwha Techwin Security Vietnam', 'Plot O-2, Que Vo industrial park (Expanded area), Nam Son Commune, Bac Ninh City Bac Ninh Province 000 VN', 'VN', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37054, '080012', 0, 'Bell Atlantic Integrated Syst.', '40 TALL PINE DRIVE SUDBURY MA 01776 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37055, '247c4c', 0, 'Herman Miller', 'Unit 2, 2/F The Factory, 1 Yip Fat Street Wong Chuk Hang - HK', 'HK', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37056, '1cddea', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-05-24', '2017-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37057, '08661f', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2017-06-13', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37058, '4c65a85', 0, 'Tel-Electronics Ltd', 'Sovetskaya, 85 Molzino Moscow region 142411 RU', 'RU', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37059, 'e49069', 0, 'Rockwell Automation', '1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37060, '7419f82', 0, 'Symtop Instrument Co', 'Haidianqu Xueqinglu Xuezhixuan 613 Haidianqu Beijing 100083 CN', 'CN', 'MA-M', '2014-01-20', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37061, '70b3d5dbd', 0, 'Translite Global Llc', '6644 ANTOINE DRIVE HOUSTON TX 77091 US', 'US', 'MA-S', '2019-09-21', '2019-09-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37062, '0006e0', 0, 'Mat Co, Ltd', '864-3 Kwanyang-dong Kyunggi-do 431-060 KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37063, '001dcd', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2007-09-29', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37064, '74a4b5', 0, 'Powerleader Science and Tech Co Ltd', 'Powerleader Technology Park, #3 Guanyi Rd. Shenzhen Guangdong 518110 CN', 'CN', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37065, 'a81e84', 0, 'Quanta Computer Inc', 'No.211, Wen Hwa 2nd Rd., Kuei Shan Hsiang Tao Yuan 33377 TW', 'TW', 'MA-L', '2016-07-27', '2016-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37066, 'd888ce', 0, 'RF Tech Pty Ltd', '46/7 Sefton Rd Thornleigh NSW 2120 AU', 'AU', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37067, '70b3d5e71', 0, 'SiS Tech', 'Business Park Varna, building B1, floor 4 Varna 9000 BG', 'BG', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37068, '0019aa', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37069, '48cb6e', 0, 'Cello Electronics (UK) Ltd', 'Cliff Lodge Leyburn North Yorkshire DL8 5NS GB', 'GB', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37070, 'a4cc32', 0, 'Inficomm Co, Ltd', '3F, B-31 Building, Tanglang Industry Park, Taoyuan Str, Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37071, '88365f', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2017-05-23', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37072, '4016fa', 0, 'Ekm Metering', '363 Berkeley Way Santa Cruz CA 95062 US', 'US', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37073, '001bc50a9', 0, 'Elektrometal SA', 'Stawowa 71 Cieszyn Slaskie 43-400 PL', 'PL', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37074, '000588', 0, 'Sensoria Corp', '15950 Bernardo Ctr. Dr. San Diego CA 92127 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37075, '001f60', 0, 'Compass Systems Corp', '6F, No. 413, Sec. 2, Ti-Ding Blvd., Taipei NeihuDist 114 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37076, '0050c2ca3', 0, 'CT Co', 'Godovikova 9, Moscow Moscow RUSSIA 129085 RU', 'RU', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37077, '70b3d519b', 0, 'Global Technical Systems', '784 Lynnhaven Parkway Virginia Beach VA 23452 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37078, '30b9b0', 0, 'Intracom Asia Co, Ltd', '4F., No77, Sec. 1, Xintai 5th Rd., Xizhi Dist. New Taipei City Taiwan 221 TW', 'TW', 'MA-L', '2020-01-15', '2020-01-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37079, '0050c20bf', 1, 'Private', '', '', 'IAB', '2002-08-08', '2002-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37080, 'ccea1c', 0, 'Dconworks Co, Ltd', '182-13 Daerung Post Tower 2nd 5F Seoul 152-847 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37081, 'f05dc8', 0, 'Duracell Powermat', '230 Park Ave, suit 910 new york NY 10169 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37082, 'b4cefe', 0, 'James Czekaj', '41716 Waterfall Rd Northville MI 48168 US', 'US', 'MA-L', '2018-04-10', '2018-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37083, '0050c2155', 0, 'Enea Real Time AB', 'Drauegatan 7 Goteborg SE-41250 SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37084, '08e672', 0, 'Jebsee Electronics Co, Ltd', '24-3, SIN LE ROAD, TAINAN 70268 TW', 'TW', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37085, '00134b', 0, 'ToGoldenNet Tech Inc', '5F-1 No.25,Pu-ding., Hsin-Chu 300 TW', 'TW', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37086, '001829', 0, 'Gatsometer', 'Claes Tillyweg 2 Haarlem Noord-Holland 2031 CW NL', 'NL', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37087, '001cd9', 0, 'GlobalTop Tech, Inc', '16 Nan-ke 9th Rd. Science-base Industrial Park, ShanHua Tainan county 741 TW', 'TW', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37088, '1ccde5', 0, 'Shanghai Wind Tech Co, Ltd', 'Room 208,Section A, Building 3#, No.7 GuiQing Road, Xuhui District, Shanghai, China(Headquarter) Shanghai Shanghai 200233 CN', 'CN', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37089, '00504b', 0, 'Barconet N.V.', 'LUIPAARDSTRAAT 12 BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37090, '0050c225f', 0, 'Albert Handtmann Maschinenfabrik GmbH&CoKG', 'Hubertus Liebrecht Str. 10-12 Biberach D-BW 88483 DE', 'DE', 'IAB', '2003-06-06', '2017-08-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37091, '0015e5', 0, 'Cheertek Inc', 'No.2, Du-Sing First Road, Science-Based Industrial Park, Hsinchu 300 TW', 'TW', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37092, 'b07e70', 0, 'Zadara Storage Ltd', '6 Venture, Suite 140 Irvine CA 92618 US', 'US', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37093, 'b0c5ca5', 0, 'Systovi', '5, rue du Chêne Lassé SAINT-HERBLAIN Loire-Atlantique 44800 FR', 'FR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37094, '002053', 0, 'Huntsville Microsystems, Inc', 'P.O. BOX 12415 HUNTSVILLE AL 35815 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37095, '800010', 0, 'AT&T', '3300 E Renner Road Richardson TX 75082 US', 'US', 'MA-L', '2000-11-09', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37096, '0050c2312', 0, 'Dese Tech SL', 'Av. Benjamin Franklin 12 , Edif CEEI Paterna Valencia 46980 ES', 'ES', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37097, '0015f7', 0, 'Wintecronics Ltd', 'No. 716, 11F-3, Jung Jeng Rd. Chung Ho City Taipei Hsien 235 TW', 'TW', 'MA-L', '2005-10-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37098, 'c4393a', 0, 'Smc Networks, Inc', '20 Mason Irvine CA 92618 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37099, 'f025b7', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH', 'TH', 'MA-L', '2013-11-12', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37100, '00068b', 0, 'AirRunner Tech, Inc', '2401 Lupine Trail South Lake Tahoe CA 96150 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37101, '0050c2c82', 0, 'Kyosha Industries', '11 rue parmentier Bezons Val d\'Oise 95870 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37102, '70b3d5215', 0, 'Dataspeed Inc', '1935 Enterprise Dr Rochester Hills MI 48309 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37103, '88b66b', 0, 'easynetworks', 'Rd kaituo 1# kaituohuiyuan B 1020, shangdi Beijing 100084 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37104, '001815', 0, 'GZ Tech, Inc', 'Room 1, 5F., No.94, Baojhong Rd. Taipei 231 TW', 'TW', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37105, '0050c2f9c', 0, 'R&D Kometeh', 'Lermontovsky pr. 54 Saint-Petersburg 190103 RU', 'RU', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37106, '507ac5', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37107, 'c4954d8', 0, 'Xinjiang Golden Calf Energy Iot Tech Co, Ltd', 'A02 office building of Cloud Computing Industrial Park, Karamay District Karamay Xinjiang 834000 CN', 'CN', 'MA-M', '2019-09-18', '2019-09-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37108, '0007b1', 0, 'Equator Tech', '1300 White Oaks Rd. Campbell CA 95008 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37109, '0014f7', 0, 'Crevis Co, Ltd', '157-1, Hagal-Dong Youngin Kyungki 446930 KR', 'KR', 'MA-L', '2005-06-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37110, '90c792', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2014-04-02', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37111, 'b86a97', 0, 'Edgecore Networks Corp', '1 Creation RD 3. Hsinchu 30077 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37112, '0090c3', 0, 'Topic Semiconductor Corp', '11F-1, NO. 2, WU-LIN RD. HSIN-CHU TW', 'TW', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37113, '001476', 0, 'MultiCom Industries Ltd', 'Room 1206-7, Manhattan Center, Kwai Chung, N.T. HK', 'HK', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37114, '1c56fe', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2015-04-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37115, 'c47c8d1', 0, 'Lynx Innovation Litimed', 'Unit 8A,331 Rosedale Road Albany,North Shore City 0632 Auckland,New Zealand Auckland 0632 NZ', 'NZ', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37116, '002042', 0, 'Datametrics Corp', '8966 COMANCHE AVE. CHATSWORTH CA 91311 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37117, '0010a1', 0, 'Kendin Semiconductor, Inc', '1550 S. BASCOM AVE., STE. #250 CAMPBELL CA 95008 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37118, '0050c2b36', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37119, 'e89120', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37120, '0011da', 0, 'Vivaas Tech Inc', '15F, No. 10, Sec 1, Pei-Hsin Rd., Hsin-Tien city Taipei Hsien, 231 TW', 'TW', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37121, '00139b', 0, 'ioIMAGE Ltd', '3 Maskit Street Herzliya Pituach IL 46733 IL', 'IL', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37122, 'ac64dd8', 0, 'Pfdc Elancyl', 'LES CAUQUILLOUS 81506 LAVAUR CEDEX 81506 FR', 'FR', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37123, '34298f7', 0, 'Dongguan Kingtron Electronics Tech Co, Ltd', 'No.3 Fumin North Rd,Shu\'an Industrial Park, Humen Town Dongguan Guangdong China 523929 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37124, '8c1cdae', 0, 'Electronic Controlled Systems, Inc', '11200 Hampshire Ave South Bloomington MN 55438 US', 'US', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37125, '70bc10', 0, 'Microsoft Corp', 'One Microsoft Way REDMOND WA 98052 US', 'US', 'MA-L', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37126, '0040e8', 0, 'Charles River Data Systems, Inc', '983 CONCORD STREET FRAMINGHAM MA 01701 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37127, 'f41535', 0, 'Spon Communication Tech Co, Ltd', 'B Building, Lugu International Industrial Zone, NO.229, Tongzipo Road, Changsha, China changsha hunan 410000 CN', 'CN', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37128, 'f0ad4e', 0, 'Globalscale Tech, Inc', '5F, No. 2 Building, Minxing Industrial Park Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2010-04-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37129, '4c65a80', 0, 'Welt Corp', 'Seocho, Bangbae, 481-5 Seoul 06699 KR', 'KR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37130, 'a83fa1c', 0, 'Laonz Co, Ltd', '15-3,Eonnam-Gil,Seocho-gu Seoul 06779 KR', 'KR', 'MA-M', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37131, '00011a', 0, 'Hoffmann und Burmeister GbR', 'Niederberger Str. 75 D-53909 Zuelpich DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37132, '0002bb', 0, 'Continuous Computing Corp', '9380 Carroll Park Drive San Diego CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37133, 'd0634d', 0, 'Meiko Maschinenbau GmbH & Co KG', 'Englerstraße 3 Offenburg 77652 DE', 'DE', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37134, '00304b', 0, 'Orbacom Systems, Inc', '1704 TAYLORS LANE CINNAMINSON NJ 08077 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37135, '001365', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2005-01-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37136, 'ec42f0', 0, 'Adl Embedded Solutions, Inc', '4411 Morena Blvd. San Diego CA 92117 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37137, '60d262', 0, 'Tzukuri Pty Ltd', '6 Lenthall Street Kensington NSW 2033 AU', 'AU', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37138, '001d94', 0, 'Climax Tech Co, Ltd', 'No. 258, Hsin Hu 2nd Road Taipei City Taipei 114 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37139, 'b499ba', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2011-03-17', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37140, '70b3d5941', 0, 'Triax A/S', 'Bjornkaervej 3 Hornsyld Denmark 8783 DK', 'DK', 'MA-S', '2014-11-04', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37141, 'e06267', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-04-10', '2018-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37142, '00199d', 0, 'Vizio, Inc', '39 Tesla Irvine CA 92618 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37143, '6cd032', 0, 'LG Electronics', '16, Woomyeon-dong, Seocho-gu Seoul 137-724 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37144, '002344', 0, 'Objective Interface Systems, Inc', '220 Spring Street, Suite 530 Herndon VA 20170-6201 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37145, 'ec852f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-01-19', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37146, '609c9f', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2015-02-07', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37147, 'c4ffbc6', 0, 'Shenzhen C & D Electronics Co, Ltd', '9th FIoor, Building 9, No.1 Qingxiang road, BaoNeng Science and TechnoIogy Industrial Park, Longhua New District ShenZhen GuangDong 518000 CN', 'CN', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37148, 'd8860b3', 0, 'Auvidea GmbH', 'Kellerberg 3 Denklingen 86920 DE', 'DE', 'MA-M', '2018-11-06', '2018-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37149, '000863', 0, 'Entrisphere Inc', '1601 S. De Anza Blvd. Cupertino CA 95014 US', 'US', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37150, '00086a', 0, 'Securiton GmbH', 'Von-Drais-Strasse 33 Achern D-77855 DE', 'DE', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37151, 'a446fa', 0, 'AmTRAN Video Corp', '9 Goddard Irvine CA 92618 US', 'US', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37152, '0050c2f0b', 0, 'Treehaven Tech, Inc', '3960 Presidential Pkwy Suite B Powell OH 43065-9033 US', 'US', 'IAB', '2012-03-15', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37153, '045c8e', 0, 'gosund Group Co, Ltd', '11/F., FRONT BLOCK, HANG LOK BUILDING SHEUNG WAN, HK 999077 HK', 'HK', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37154, '70b3d5635', 0, 'Cosylab d.d.', 'Teslova ulica 30 Ljubljana 1000 SI', 'SI', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37155, '0007ac', 0, 'Eolring', '10 Rue Alfred Kastler FR', 'FR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37156, '000bfa', 0, 'Exemys Srl', 'LOYOLA 680 CAPITAL FEDERAL BS AS C1414 AR', 'AR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37157, '240b2a', 0, 'Viettel Group', 'Center for Research and Development Hanoi 1111 VN', 'VN', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37158, '485d60', 0, 'AzureWave Tech Inc', '8F ., No.94, Baozhong Rd. Xindian City Taipei County 231 TW', 'TW', 'MA-L', '2010-07-26', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37159, 'd0e44a', 0, 'Murata Manufacturing Co, Ltd', '1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP', 'JP', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37160, '94a3ca', 0, 'KonnectONE, Llc', '30 N Gould Street STE 4004 Sheridan WY 82801 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37161, '003062', 0, 'IP Video Networks Inc', '6650 Lusk Blvd SAN DIEGO CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37162, '000df1', 0, 'Ionix Inc', 'Ssangyong IT Twin Tower 604, 442-17, Sangdaewon-dong, Jungwon-gu, Seongnam-si Gyeonggi-do 462-120 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37163, 'b058c4', 0, 'Broadcast Microwave Services, Inc', '12367 Crosthwaite Circle Poway CA 92064 US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37164, 'cc7498', 0, 'Filmetrics Inc', '3560 Dunhill Street, #100 San Diego CA 92121 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37165, '0060dc', 0, 'Nec Magnus Communications, Ltd', '18 Nihon-odori,Naka-ku Yokohama, Kanagawa 231-0021 JP', 'JP', 'MA-L', '1980-01-01', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37166, '009096', 0, 'Askey Computer Corp', '2F, NO. 2, LANE 497 TAIPEI 23136 12345 TW', 'TW', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37167, '001c16', 0, 'ThyssenKrupp Elevator', '9280 Crestwyn Hills Drive Memphis TN 38125 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37168, '001f58', 0, 'Emh Energiemesstechnik GmbH', 'Vor dem Hassel 2 Brackel 21438 DE', 'DE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37169, '002413', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37170, '0050c29ce', 0, 'Ronan Engineering', '21200 Oxnard St. Woodland Hills CA 91367 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37171, '70b3d53db', 0, 'Kst Tech', '164-1, KST b/d., Bangi-dong, songpa-gu SEOUL N/A 138-050 KR', 'KR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37172, '5ce3b6', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2015-08-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37173, '00306b', 0, 'Cmos Systems, Inc', '23440 HAWTHORNE BLVD-STE #290 TORRANCE CA 90505 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37174, '0009c2', 0, 'Onity, Inc', '2232 Northmont Parkway Duluth GA 30096 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37175, '3c427e4', 0, 'Teknoware Oy', 'Ilmarisentie 8 Lahti 15200 FI', 'FI', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37176, '0090fd', 0, 'CopperCom, Inc', '3255-1 SCOTT BLVD.,--STE.#103 SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37177, '98293f', 0, 'Fujian Start Computer Equipment Co, Ltd', 'No.68 Hongshangyuan Road, Fuzhou City, Fujian Province, 350002 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37178, '70b3d5332', 0, 'InnoSenT', 'Am Roedertor 30 Donnersdorf Bavaria 97499 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37179, '0069670', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2019-09-24', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37180, '000170', 0, 'Ese Embedded System Engineer\'g', 'Mühlbachstraße 20 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37181, '00019b', 0, 'Kyoto Microcomputer Co, Ltd', '2-44 nakayama oe nishikyo-ku kyoto JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37182, '70b3d59fa', 0, 'Ideas s.r.l.', 'Via dei Brughi, 21 Gessate Milan 20060 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37183, '4022ed', 0, 'Digital Projection Ltd', 'Greenside Way Manchester Lancs M24 1XX GB', 'GB', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37184, '9cf938', 0, 'Areva NP GmbH', 'Seligenstaedter Str. 100 Karlstein Germany 63791 DE', 'DE', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37185, '00214c', 0, 'Samsung Electronics Co, Ltd', '416, METAN-3DONG, SUWON KYUNGKI-DO 442-742 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37186, '0455ca', 0, 'BriView (Xiamen) Corp', 'NO.1998 West of Fangshan Road,Xiang An Branch,Torch Hi-tech lndustrial Development Zone, Xiamen city Fujian Province 361102 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37187, '3c39e7d', 0, 'Red Hen Baby', '3476 South Court Palo Alto CA 94306 UNITED STATES US', 'US', 'MA-M', '2014-10-16', '2014-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37188, '0001c3', 0, 'Acromag, Inc', '30765 S. Wixom Road Wixom MI 48393 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37189, '0050c2016', 0, 'Dsp Design Ltd', 'Tapton Park Innovation Centre Derbyshire England S41 0TZ GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37190, '0022aa', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2008-10-25', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37191, '00e0ff', 0, 'Security Dynamics Tech, Inc', '20 CROSBY DRIVE BEDFORD MA 01730 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37192, '001d77', 0, 'NSGate', 'Rm 1304, 39 Kirpichnaya Street Moscow 105187 RU', 'RU', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37193, '5492be', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-01-05', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37194, 'fcd4f2', 0, 'The Coca Cola Co', 'One Coca Cola Plaza Atlanta GA 30313 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37195, 'c02c7a', 0, 'Shenzhen Horn Audio Co, Ltd', 'Block17,Tongfuyu lnd.Zone,Dalang,Baoan Shenzhen Guang Dong 518109 CN', 'CN', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37196, '6c14f7', 0, 'Erhardt+Leimer GmbH', 'Albert-Leimer-Platz 1 Stadtbergen 86391 DE', 'DE', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37197, '70b3d5494', 0, 'Schildknecht AG', 'Haugweg 26 Murr 71711 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37198, '144fd75', 0, 'Fls Finland OY', 'Voudinkatu 35 A Raisio FI21200 FI', 'FI', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37199, '0050c2706', 0, 'DioDigiWorks. Co, Ltd', '12F, 1208, Byucksan/Kyungin Digital Valley II, SEOUL 153-803 KR', 'KR', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37200, '001d6f', 0, 'Chainzone Tech Co, Ltd', 'Chainzone Tech. Ind Park, Nanxin 1st Rd. Foshan Guangdong 528200 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37201, '0050c2abd', 0, 'Monitor Business Machines Ltd', 'PO Box 108 042 Auckland US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37202, 'b41513', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37203, '000a56', 0, 'Hitachi Maxell Ltd', '6-20-1 Kinunodai Yawara-mura, Tsukuba-gun IBARAKI 300-2496 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37204, 'd494a1', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-09-24', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37205, '70b3d53d9', 0, 'Aplex Tech Inc', '2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN', 'CN', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37206, 'dc396f', 0, 'Avm Audiovisuelles Marketing und Computersysteme GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2019-04-18', '2019-04-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37207, '000102', 0, '3com', '5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US', 'US', 'MA-L', '2000-11-09', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37208, '0050c20d9', 0, 'Loewe Opta GmbH', 'Industriestrasse 11 Kronach 96317 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37209, '080037', 0, 'Fuji-Xerox Co Ltd', 'ADVANCED TECH & ENG\'G CENTER JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37210, '000ab4', 0, 'Etic Telecommunications', '13, chemin du vieux-chene ZIRST MEYLAN Isere 38240 FR', 'FR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37211, 'f47f35', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-03-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37212, '5ce28c', 0, 'Zyxel Communications Corp', 'No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW', 'TW', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37213, '0001ad', 0, 'Coach Master International d.b.a. Cmi Worldwide, Inc', '600 Stewart Street Seattle WA 98101 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37214, '0002fb', 0, 'Baumuller Aulugen-Systemtechnik GmbH', 'Ostendsts. 84 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37215, 'f0acd78', 0, 'Telefonix Inc', '2340 Ernie Krueger Circle Waukegan null 60087 US', 'US', 'MA-M', '2016-08-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37216, '70b3d55a7', 0, 'Abb S.p.A.', 'Via Pisani 16 Milano MI 20124 IT', 'IT', 'MA-S', '2018-11-12', '2018-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37217, '000a32', 0, 'Xsido Corp', '3F,2-8-13,Shiba-Daimon, Tokyo 105-0012 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37218, '70b3d5d0a', 1, 'Private', '', '', 'MA-S', '2015-04-29', '2015-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37219, '70b3d5fab', 0, 'Open System Solutions Ltd', 'Unit 33, Mitchell Point, Ensign Way Southampton Hampshire SO31 4RF GB', 'GB', 'MA-S', '2018-09-24', '2018-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37220, '000564', 0, 'Tsinghua Bitway Co, Ltd', '12 Floor, Tower C, Corporate CN', 'CN', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37221, '001da9', 0, 'Castles Tech, Co, Ltd', '2F, No.205, Sec 3 Beishin Rd., Hsin-Tien City Taipei 231 TW', 'TW', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37222, 'c40142', 0, 'MaxMedia Tech Ltd', '5F, No. 113, Jian 2nd Rd. Jhonghe District. New Taipei City 23585 TW', 'TW', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37223, '7c477c', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37224, '0050c2099', 0, 'Case Information & Communications', '18F Daishin Bldg., 395-68 Seoul KR', 'KR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37225, '000b34', 0, 'ShangHai Broadband Tech CoLtd', '17F,No.122,HuangXing Road ShangHai 200090 CN', 'CN', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37226, '001aa2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37227, '0024e3', 0, 'Cao Group', '4628 West Skyhawk Drive West Jordan UT 84084 US', 'US', 'MA-L', '2009-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37228, '00a02a', 0, 'Trancell Systems', '3180 DE LA CRUZ BLVD.-STE#200 SANTA CLARA CA 95054-2402 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37229, '000aa5', 0, 'Maxlink Industries Ltd', '29A SHENZHEN SPECIAL ZONE SHENZHEN GUANGDONG 518009 CN', 'CN', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37230, '001588', 0, 'Salutica Allied Solutions Sdn Bhd', '3 Jalan Zarib 6 Lahat, Ipoh Perak 31500 MY', 'MY', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37231, '001e8b', 0, 'Infra Access Korea Co, Ltd', '#902, Sambo Saving Bank B/D, Kwanak-gu, Seoul 151-830 KR', 'KR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37232, '0006fc', 0, 'Fnet Co, Ltd', 'KFSB Bldg. 10th F. 16-2 Seoul KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37233, '000e05', 0, 'Wireless Matrix Corp', 'UNIT 1A-3751 NORTH FRASER WAY BURNABY BC V5J 5G4 CA', 'CA', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37234, '0cfe5d7', 0, 'Vermes Microdispensing GmbH', 'Palnkamer Strasse 18 Otterfing Bayern 83624 DE', 'DE', 'MA-M', '2018-08-06', '2018-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37235, 'e4a8df', 0, 'Compal Information (Kunshan) Co, Ltd', 'NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN', 'CN', 'MA-L', '2019-10-16', '2019-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37236, '383a215', 0, 'Ooo Npp Uraltechnologiya', 'Studencheskaya str. 16-130 Ekaterinburg 620137 RU', 'RU', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37237, '5803fb', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.555 Qianmo Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37238, '8425a4', 0, 'Tariox Ltd', '173 Highway 53 Cathcart Ontario N0E 1B0 CA', 'CA', 'MA-L', '2013-11-12', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37239, '70b3d5dfd', 0, 'Contiweb', 'Ir. Wagterstraat 10 Boxmeer 5831 AZ NL', 'NL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37240, '78d800d', 0, 'Korea Micro Wireless Co, Ltd', '#323, 3F, Kyoungin Center, 20, Baekbeom-ro 577beon-gil, Bupyeong-gu Incheon 21449 KR', 'KR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37241, '0010d9', 0, 'Ibm Japan, Fujisawa MT+D', 'KIRIHARA-CHO 1, FUJISAWA CITY KANAGAWA 252 JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37242, '001cea', 0, 'Scientific Atlanta, Inc', '5030 Sugarloaf Pkwy Lawrenceville GA 30044 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37243, 'f88e85', 0, 'Comtrend Corp', '3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW', 'TW', 'MA-L', '2012-07-16', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37244, '1840a4', 0, 'Shenzhen Trylong Smart Science and Tech Co, Ltd', '15E, qingdian building, No#6007, Binhe road, futian district Shenzhen city Guangdong Province 518100 CN', 'CN', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37245, '00905b', 0, 'Raymond And Lae Engineering', '208 COMMERCE DR., UNIT #3C FORT COLLINS CO 80524 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37246, 'ac319d', 0, 'Shenzhen TG-Net Botone Tech Co, Ltd', '2nd floor,Building No.6,Pengtengda industrial zone,Huarong road,Dalang Street Office, Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37247, 'c0255c', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37248, '70b3d5d9b', 0, 'Russian Telecom Equipment Co', '3, Kapranov lane Moscow Moscow 123242 RU', 'RU', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37249, 'f079e8', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-07-01', '2017-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37250, '000300', 0, 'Barracuda Networks, Inc', '3175 S. Winchester Blvd Campbell CA 95008 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37251, '00211e', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2008-03-04', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37252, 'e05fb9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37253, 'd8150d', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37254, '7ccfcf', 0, 'Shanghai Seari Intelligent System Co, Ltd', 'No.505 Wuning Road, Putuo District Shanghai 200063 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37255, '306112', 0, 'Pav GmbH', 'Georg-Kaindl-Straße 11 Otterfing 83624 DE', 'DE', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37256, '2cbe08', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37257, '0090bb', 0, 'Tainet Communication System Corp', '3 FL, NO. 6, ALLEY 23, LANE 91 SEC. 1 Taipei TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37258, '000cf3', 0, 'Call Image SA', '867 Route Imperiale BAILLARGUES 34670 FR', 'FR', 'MA-L', '2003-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37259, '00170e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-01-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37260, '38b19e9', 0, 'Doepke Schaltgeräte GmbH', 'Stellmacherstr. 11 Norden Niedersachsen 26506 DE', 'DE', 'MA-M', '2018-10-26', '2018-10-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37261, '70b3d5815', 0, 'Waco Giken Co, Ltd', '1-1-50, Suehiro-Cho, Tsurumi-Ku, Yokohama 230-0045 JP', 'JP', 'MA-S', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37262, 'bc5a56', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2020-02-07', '2020-02-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37263, '000336', 0, 'Zetes Tech', '3 Rue De Stras Bourg BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37264, '0040e6', 0, 'Caen', '2, CHEMIN LATERAL FR', 'FR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37265, '0050c2fe7', 0, 'Erhardt+Leimer GmbH', 'Albert-Leimer-Platz 1 Stadtbergen 86391 DE', 'DE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37266, '640de6', 0, 'Petra Systems', 'One Cragwood Road South Plainfield NJ 07080 US', 'US', 'MA-L', '2015-05-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37267, '2c21d7', 0, 'Imax Corp', '2525 Speakman Drive Mississauga Ontario L5K 1B1 CA', 'CA', 'MA-L', '2015-12-03', '2018-07-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37268, 'c47c8d3', 0, 'Watec Co, Ltd', '254-2 Nihonkoku, Daihoji Tsuruoka-shi Yamagata 997-0017 JP', 'JP', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37269, '2415100', 0, 'Safetrust Inc', '8112 Mill Creek Rd Fremont CA 94539 US', 'US', 'MA-M', '2019-06-05', '2019-06-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37270, '001bcf', 0, 'Dataupia Corp', 'One Alewife Center Cambridge MA 02140 US', 'US', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37271, '0050c29ed', 0, 'Picell B.V.', 'Liede 35 Rotterdam 3068GP NL', 'NL', 'IAB', '2008-12-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37272, '0050c2b61', 0, 'Nayos Ltd', '7 Golda Meir Nes Ziona 74036 IL', 'IL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37273, '08a95a', 0, 'AzureWave Tech Inc', '8F., No. 94, Baoshong Rd. Xindian City, Taipei County 231 TW', 'TW', 'MA-L', '2011-10-07', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37274, 'e036e3', 0, 'Stage One International Co, Ltd', 'Fl. 5., No. 10., Lane 321, Yangguang St., Taipei City 11491 TW', 'TW', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37275, '601888', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37276, '70b3d5597', 0, 'Vape Rail International', '9 RUE DES NOISETIERS MONTREAL LA CLUSE 01460 FR', 'FR', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37277, '00090f', 0, 'Fortinet Inc', '1090 Kifer Road Sunnyvale CA 94086 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37278, '0050c2a52', 0, 'The Von Corp', '1038 Lomb Ave. SW Birmingham AL 35211 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37279, '5439df', 0, 'Huawei Tech Co, Ltd', 'D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37280, '142d27', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-01-12', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37281, '70b3d560e', 0, 'Hdanywhere', 'Unit 23 Link Business Centre Malvern Worcs WR14 1UQ GB', 'GB', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37282, '0050c294d', 0, 'C&H Tech Ltd', 'No.108, Fuzhong Rd Banqiao Taipei 220 TW', 'TW', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37283, '5869f9', 0, 'Fusion Transactive Ltd', 'PO Box 68281 Auckland 1145 NZ', 'NZ', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37284, '448723', 0, 'Hoya Service Corp', '4-10-2 Nakano Nakano-ku Tokyo 164-8545 JP', 'JP', 'MA-L', '2015-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37285, '38fdfe0', 0, 'Edge I&D Co, Ltd', '1342-12, Gyeongchung-daero, Chowol-eup Gwangju-si Gyeonggi-do 12735 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37286, '000b44', 0, 'Concord IDea Corp', '4118 14th Ave., Unit 4 Markham Ontario L3R 0J3 CA', 'CA', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37287, '0050c2944', 0, 'Wireonair A/S', 'Skudehavnsvej 17 Copenhagen 2100 DK', 'DK', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37288, 'f8a2b4', 0, 'Rhewa-Waagenfabrik August Freudewald GmbH &Co KG', 'Feldstr. 17 Mettmann 40822 DE', 'DE', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37289, '70b3d50ab', 0, 'Kst Tech', '164-1, KST b/d., Bangi-dong, songpa-gu SEOUL N/A 138-050 KR', 'KR', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37290, '0050c2d4e', 0, 'Keith & Koep GmbH', 'Uellendahler Str. 199 Wuppertal NRW 42109 DE', 'DE', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37291, '54f666', 0, 'Berthold Tech GmbH and CoKG', 'Calmbacher Strasse 22 Bad Wildbad 75323 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37292, '58bc8f', 0, 'Cognitive Systems Corp', '560 Westmount Road North Waterloo Ontario N2L 0A9 CA', 'CA', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37293, 'a4c939', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-07-23', '2019-07-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37294, '0050c2cef', 0, 'Lupatecnologia e Sistemas Ltda', 'Rua Viscondessa Di Cavalcante, 75/301 Juiz de Fora Minas Gerais 36020-070 BR', 'BR', 'IAB', '2010-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37295, 'f00248', 0, 'SmarteBuilding', '3267 Bee Cave Road Austin TX 78746 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37296, '0c73ebe', 0, 'Taiwan Pulse Motion Co, Ltd', '5F.-11, No. 210, Gongyequ 38th Rd. Taichung City 40768 TW', 'TW', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37297, 'f8b797', 0, 'Nec Platforms, Ltd', '2-3 Kandatsukasamachi Chiyodaku Tokyo 101-8532 JP', 'JP', 'MA-L', '2019-02-01', '2019-02-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37298, '000e23', 0, 'Incipient, Inc', '230 Third Ave. Waltham MA 02451 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37299, '00fa3b', 0, 'Cloos Electronic GmbH', 'Jambe ducommun 8 LE LOCLE 2400 CH', 'CH', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37300, '304a26', 0, 'Shenzhen Trolink Tech Co, Ltd', '201 B building 4 shijie, Chashu industry 505 block, Baoan airport Sanwei community, Hangcheng street Baoan area. Shenzhen GuangDong 518000 CN', 'CN', 'MA-L', '2018-09-10', '2018-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37301, '58cb52', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View CA 94043 US', 'US', 'MA-L', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37302, '2474f7', 0, 'GoPro', '3000 Clearview Way San Mateo CA 94402 US', 'US', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37303, '900917', 0, 'Far-sighted mobile', 'Technology Park Desay Building 6th-Floor Shenzhen Guangdong Province 518000 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37304, '7c0a50', 0, 'J-Mex Inc', 'B2, 3F, No.1, Li-Hsin 1st Road, Hsinchu Taiwan 300 TW', 'TW', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37305, '0050c21ce', 0, 'Datatek Applications, Inc', '399 Campus Drive Somerset NJ 08873 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37306, '0019fe', 0, 'Shenzhen Seecomm Tech Co, Ltd', 'Room 609,404Yannan Road ShenZhen Guangdong CN', 'CN', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37307, 'd46075', 0, 'Baidu Online Network Tech (Beijing) Co, Ltd', 'Baidu Campus, No.10 Shangdi 10th Street, Haidian District Beijing 100085 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37308, '003ee1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-12-14', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37309, '58e876e', 0, 'Baoruh Electronic Co, Ltd', 'o.285, Dingciang Street, Kaohsiung, 80790 Taiwan. Kaohsiung 80790 TW', 'TW', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37310, 'bc2c55', 0, 'Bear Flag Design, Inc', '1 Thayer Road Santa Cruz CA 95060 US', 'US', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37311, '00d9d1', 0, 'Sony Interactive Entertainment Inc', '1-7-1 Konan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2014-05-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37312, 'f8bc41', 0, 'Rosslare Enterprises Ltd', 'Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK', 'HK', 'MA-L', '2014-08-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37313, '000e5d', 0, 'Triple Play Tech A/S', 'Herstedvang 8 Albertslund DK-2620 DK', 'DK', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37314, '0050c2e5c', 0, 'Mcopia Co, Ltd', '4th Floor, Jinhyun Building, Neong-dong, 246-2, Kwangjin-Gu SEOUL 143-849 KR', 'KR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37315, 'e03e7d', 0, 'data-complex GmbH', 'Düsterngraben 7 Halberstadt Sachsen-Anhalt 38820 DE', 'DE', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37316, 'c87d77', 0, 'Shenzhen Kingtech Communication Equipment Co, Ltd', 'Floor3.Building A,NO.3,Road 1 of shangxue Dengxinkeng Industry Park,Bantian Street, Shenzhen City Guangdong 518112 CN', 'CN', 'MA-L', '2011-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37317, '98b039', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2013-05-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37318, '4c4bf94', 0, 'Shenzhen dingsheng Tech Co, Ltd', 'Floor 3, building 5, kaijeda industrial zone, no.97, huaxing road, langkou community, dalang street, longhua district Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37319, '080089', 0, 'Kinetics', 'Walnut Creek CA US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37320, '001549', 0, 'Dixtal Biomedica Ind. Com. Ltda', 'R. Eng. Francisco Pitta Brito, 703 São Paulo SP 04753-080 BR', 'BR', 'MA-L', '2005-07-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37321, '40d85508d', 0, 'Boehme Nachrichtentechnik', 'Hauptstrasse 32 Siek Schleswig-Holstein 22962 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37322, '4c8120', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37323, '70b3d516c', 0, 'Ocean', '30 rue Mozart CLICHY 92110 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37324, '00d0f7', 0, 'Next Nets Corp', 'MITA KOKUSAI BLDG. 17F JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37325, '182c91', 0, 'Concept Development, Inc', '1881 Langley Avenue Irvine CA 92614-5623 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37326, '000a2e', 0, 'Maple Networks Co, Ltd', '602, Dongwha SEOUL 156-010 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37327, '0016cb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2005-12-15', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37328, 'ec233d', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37329, 'f4b7b3', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37330, '609b2d', 0, 'Jmacs Japan Co, Ltd', '11F, KM Nishi-Umeda bldg., 7-20-1 Fukushima, Fukushima-ku Osaka-city Osaka 553-0003 JP', 'JP', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37331, '000326', 0, 'Iwasaki Information Systems Co, Ltd', '3361 Oshi JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37332, '00096c', 0, 'Imedia Semiconductor Corp', '4988 Great America Pkwy. Santa Clara CA 95054 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37333, 'd07650c', 0, 'Electro-Motive Diesel', '9301 W. 55th Street La Grange IL 60525 US', 'US', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37334, 'd05fce', 0, 'Hitachi Data Systems', '750 Central Expressway Santa Clara CA 95050 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37335, '085700', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37336, '0050c2e05', 0, 'Nocosium', '15 rue Jules Romains Vaulx-en-Velin 69120 FR', 'FR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37337, '241064', 0, 'Shenzhen Ecsino Tecnical Co Ltd', '7F Guoxin build ChangXin Road. Nan\'shan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37338, '6cdffb8', 0, 'Hardmeier', 'Pärnu mnt 102 Tallinn 11312 EE', 'EE', 'MA-M', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37339, '70b3d5a5d', 0, 'Position Imaging', '22 marin way unit 1 stratham NH 03885 US', 'US', 'MA-S', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37340, '0050c223a', 0, 'Chantry Networks', '1900 Minnesota Court Mississauga Ontario L5N 3C9 CA', 'CA', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37341, '0050c299f', 0, 'Sietron Elektronik', 'Mittere Feldstrasse 5 Freilassing 83395 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37342, '40d8551b7', 0, 'Tews Elektronik GmbH & Co KG', 'Sperberhorst 10 Hamburg 22459 DE', 'DE', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37343, 'b05508', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37344, '00158e', 0, 'Plustek.Inc', '13F-1,No3(Building F) Yuan Qu Street Taipei Yuan Qu 115 TW', 'TW', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37345, '84a783', 0, 'Alcatel-Lucent', 'Via Energy Park, 14 Vimercate MB 20871 IT', 'IT', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37346, '70b3d54f4', 0, 'WiTagg, Inc', '1045 Linda Vista Avenue Mountain View CA 94043 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37347, '344dea', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37348, '389496', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-08-20', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37349, '0025a0', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2010-01-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37350, '641225', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37351, '70b3d5062', 0, 'RM Michaelides Software & Elektronik GmbH', 'Donaustrasse 14 Fulda Hessen 36043', '', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37352, '70b3d5d54', 0, 'JL World Corp Ltd', 'Unit 20, 5/F., Block B, Proficient Industrial Centre Kowloon Bay 0000 HK', 'HK', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37353, '28fede', 0, 'Comesta, Inc', 'Techno1-ro 61-7, Yuseong-gu, Daejeon 34014 KR', 'KR', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37354, '003068', 0, 'Cybernetics Tech Co, Ltd', 'DAITOH BLDG. 4F 3-32-1 JAPAN 171-0033 JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37355, '0022d0', 0, 'Polar Electro Oy', 'Professorintie 5 Kempele Oulu 90440 FI', 'FI', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37356, '00164b', 0, 'Quorion Data Systems GmbH', 'An der Klinge 6 Erfurt Thuringia 99095 DE', 'DE', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37357, '24a2e1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37358, '88a2d7', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-03-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37359, '38256b', 0, 'Microsoft Mobile Oy', 'Keilalahdentie 4 Espoo 02150 FI', 'FI', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37360, '745427', 0, 'Shenzhen Fast Tech Co, Ltd', 'Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37361, '00d02d', 0, 'Resideo', '2 Corporate Center Dr. Melville NY 11747 US', 'US', 'MA-L', '2000-11-09', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37362, '000b3f', 0, 'Anthology Solutions Inc', '1722 Ringwood Ave. San Jose CA 95131 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37363, '2ccd69', 0, 'Aqavi.com', '3 Riverway Houston TX 77056 US', 'US', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37364, '30c7ae', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37365, 'dc4427e', 0, 'VerifEye Tech', '2-151 Whitehall Dr. Markham ON L3R9T1 CA', 'CA', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37366, '805e4f', 0, 'FN-Link Tech Ltd', 'A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao\'an District SHENZHEN GUANGDONG 518100 CN', 'CN', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37367, 'a8b456', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-08-30', '2018-08-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37368, '0012f8', 0, 'Wni Resources, Llc', '2146 Bering Drive San Jose California 95131-2013 US', 'US', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37369, '0022a0', 0, 'Aptiv Services US, Llc', '5725 Innovation Drive Troy MI 48098 US', 'US', 'MA-L', '2008-10-25', '2019-09-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37370, 'ac37c9', 0, 'Raid Inc', '200 Brickstone Square Andover MA 01810 US', 'US', 'MA-L', '2019-01-17', '2019-01-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37371, '001bc0', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2007-04-09', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37372, 'cc8cda', 0, 'Shenzhen Wei Da Intelligent Tech Go.,Ltd', '5K, Block B,Yueshang Center Cultural Square Jianshe East Rd Longhua New District Shenzhen 518109 CN', 'CN', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37373, '00c0ae', 0, 'Towercom Co Inc Dba PC House', '841 E. ARTESIA BLVD. CARSON CA 90746 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37374, '0050c2e18', 0, 'Abb Transmission and Distribution Automation Equipment (Xiamen) Co, Ltd', 'ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN', 'CN', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37375, '3c5ab4', 0, 'Google, Inc', '1600 Amphitheatre Parkway Mountain View 94043 US', 'US', 'MA-L', '2014-07-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37376, 'a83fa1', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-07-12', '2018-07-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37377, '0052c2', 0, 'peiker acustic GmbH', 'Max-Planck-Strasse 28-32 Friedrichsdorf 61381 DE', 'DE', 'MA-L', '2018-11-26', '2018-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37378, '70b3d5249', 0, 'Kospel S.A.', 'Olchowa 1 Koszalin 75-136 PL', 'PL', 'MA-S', '2020-01-16', '2020-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37379, '0050c21a6', 0, 'RF Code', '1250 S. Clearview Ave. Mesa AZ 85208-3378 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37380, '001402', 0, 'kk-electronic a/s', 'Cypresvej 6 Herning 7400 DK', 'DK', 'MA-L', '2005-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37381, '70b3d577c', 0, 'Husty M.Styczen J.Hupert Sp.J.', 'Rzepakowa 5e Krakow malopolska 31-989 PL', 'PL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37382, '20163d', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37383, '70b3d59bf', 0, 'Xiris Automation Inc', '1016 Sutton Dr, Unit C5 Burlington Ontario L7L 6B8 CA', 'CA', 'MA-S', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37384, '0050a2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37385, '000aac', 0, 'TerraTec Electronic GmbH', 'Herrenpfad 38 Nettetal 41334 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37386, '0050c2e6c', 0, 'Samsung Electronics Co, Ltd(Led Division)', 'San #24 Nongseo-Dong Yongin-City, Suwon-City Gyeonggi-do 446-711 KR', 'KR', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37387, '3c1a57', 0, 'Cardiopulmonary Corp', '200 Cascade Blvd Milford CT 06460 US', 'US', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37388, 'b047bf', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37389, '6c4d73', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-10-11', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37390, '000254', 0, 'WorldGate', '3190 Tremont Avenue Trevose PA 19053 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37391, '0017d8', 0, 'Magnum Semiconductor, Inc', '591 Yosemite Drive Milpitas CA 95035 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37392, '000efc', 0, 'Jtag Tech B.V.', 'Boschdijk 50 Eindhoven NB 5612 AN NL', 'NL', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37393, '0013f4', 0, 'Psitek (Pty) Ltd', 'The Vineyards Office Estate Tyger Valley Cape Town 7530 ZA', 'ZA', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37394, '0050c2779', 0, 'Coral Telecom Ltd', 'E-02 Sector 63 Noida UP 201301 IN', 'IN', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37395, '0050c2a18', 0, 'Eoslink', '#602, 900-1 Anyang-City Kyonggi-Do 431-060 KR', 'KR', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37396, '006046', 0, 'Vmetro, Inc', '1880 DAIRY ASHFORD- STE #535 HOUSTON TX 77077 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37397, '0050c226b', 0, 'Continental Gateway Ltd', 'Unit A, 6/F., Two Chinachem Plaza, Central HK', 'HK', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37398, '1835d1', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37399, '143cc3', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-01-19', '2019-01-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37400, '70b3d5c69', 0, 'AZ-Tech Sdn Bhd', 'A108 & A109 BLOCK A KELANA BUSINESS CENTRE NO: 97 JALAN SS7/2 KELANA JAYA PETALING JAYA SELANGOR 47301 MY', 'MY', 'MA-S', '2019-08-14', '2019-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37401, 'f43814', 0, 'Shanghai Howell Electronic Co, Ltd', '5-5/F, Bldg.1, No.788 Fengzhen Rd., Shanghai 200434 CN', 'CN', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37402, '001bc506b', 0, 'Verified Energy, Llc', 'PO Box 111 Oneida New York 13421 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37403, '001a4f', 0, 'Avm GmbH', 'Alt-Moabit 95 Berlin 10559 DE', 'DE', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37404, '0475f5', 0, 'Csst', 'Building 6, CSST industrial park, Tong fuyu Industrial zone Shenzhen Guangdong 518107 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37405, 'b8ca3a', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2013-01-09', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37406, 'f4c4d6', 0, 'Shenzhen Xinfa Electronic Co, Ltd', 'No 57, Baoli Road, Buji Town Longgang District Shenzhen, Guangdong 518112 CN', 'CN', 'MA-L', '2016-11-20', '2016-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37407, '30d386', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37408, 'bc97401', 0, 'comtac AG', 'Allenwindenstrasse 1 Flurlingen 8247 CH', 'CH', 'MA-M', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37409, '00908c', 0, 'Etrend Electronics, Inc', '2F, 22 INDUSTRY E. 9TH ROAD TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37410, '0050c23be', 0, 'Pauly Steuer- und Regelanlagen GmbH & Co KG', 'Pfingstweide 8 Friedberg Hessen 61169 DE', 'DE', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37411, 'd47ae2', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2016-10-30', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37412, 'f02fd8', 0, 'Bi2-Vision', '16-504, 21-ban, Shimomaruko 4-chome, Oota-ku Tokyo 146-0092 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37413, '001bc505c', 0, 'Suretrak Global Pty Ltd', 'PO Box 7075 Wetherill Park NSW 2164 AU', 'AU', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37414, '0050c229f', 0, 'Baudisch Electronic GmbH', 'Im Gewerbegebiet 7 Waeschenbeuren 73116 DE', 'DE', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37415, '9802d87', 0, 'Ormazabal Protection&Automation', 'B/Basauntz, 2 Igorre Bizkaia 48140 ES', 'ES', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37416, '70b3d574e', 0, 'PushCorp, Inc', '3001 W. Kingsley Rd. Garland TX 75041 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37417, '38bc01', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37418, '68d1ba', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37419, '0000b2', 0, 'Televideo Systems, Inc', '550 E. BROKAW ROAD SAN JOSE CA 95161-9048 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37420, '0080e8', 0, 'Cumulus Corporatiion', '23500 MERCANTILE ROAD CLEVELAND OH 44122 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37421, '70b3d53eb', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen 9008 CH', 'CH', 'MA-S', '2019-07-03', '2019-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37422, '00d0fd', 0, 'Optima Tele.Com, Inc', '4-20 Cachet Woods Court Markham ON L6C 3G1 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37423, '001aa4', 0, 'Future University-Hakodate', '116-2 Kamedanakano-cho Hakodate Hokkaido 041-8655 JP', 'JP', 'MA-L', '2006-12-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37424, '00149a', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-05-12', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37425, '4454c0', 0, 'Thompson Aerospace', '18 Technology Irvine CA 92618 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37426, '70b3d50d1', 0, 'Common Sense Monitoring Solutions Ltd', 'Unit 1, Holts Court Threshers Bush Essex CM17 0NS GB', 'GB', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37427, '8c593c1', 0, 'Future Robot Tech Co, Ltd', 'Room 406 Block A South Wind Tower, Nanshan Cloud Valley Innovation Industry Park, No 4093 Lau Sin Avenue Taoyuan Street Nanshan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-M', '2019-03-29', '2019-03-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37428, '00e002', 0, 'Crossroads Systems, Inc', '9390 RESEARCH BLVD. AUSTIN TX 78759 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37429, '0008d3', 0, 'Hercules Tech S.A.S.', '6,place des colombes Rennes Bretagne 35000 FR', 'FR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37430, '002668', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37431, '0050c2b38', 0, 'Grenmore Ltd', 'Unit 12, Northpoint Business Park Cork IE', 'IE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37432, 'ec9f0d2', 0, 'Drb Systems', '3245 Pickle Road Akron OH 44312 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37433, '641331', 0, 'Bosch Car Multimedia (Wuhu) Co Ltd', 'NO.48 North Yinhu Road Wuhu city Anhui Province 241000 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37434, '000149', 0, 'Tdt AG', 'Siemensstraße 18 Essenbach 84051 DE', 'DE', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37435, '00d0d9', 0, 'Dedicated Microcomputers', '1 Thellow Heath Park Northwich CW9 6JB GB', 'GB', 'MA-L', '2000-11-09', '2018-10-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37436, 'fcf1cd', 0, 'Optex-FA Co, Ltd', '91 Awata-cho Kyoto 600-8815 JP', 'JP', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37437, '141fbac', 0, 'Swiss Electronic (Shenzhen) Co, Ltd', '2712 Great China International Exchange Square Shenzhen Guangdong 518026 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37438, '70b3d5df3', 0, 'Spc Bioclinicum', 'Ugreshskaya 2 b.83 Moscow Moscow 115088 RU', 'RU', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37439, '00302f', 0, 'GE Aviation System', '3290 Patterson Ave., S.E. Grand Rapids MI 49512 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37440, '00043a', 0, 'Intelligent Telecommunications, Inc', '1687-2, Sinil-dong SOUTH KOREA 306-230 KR', 'KR', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37441, '0050c2c81', 0, 'Odyssee Systemes Sas', '840 Route de la Roquette MOUANS-SARTOUX 06370 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37442, 'bcf1f2', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37443, '70b3d56ec', 0, 'Crde', 'ZI DES GRANDS CAMPS MERCUES LOT 46090 FR', 'FR', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37444, '0050c2249', 0, 'Bender GmbH & Co KG', 'Londorfer Straße 65 35305 Grünberg 1161 DE', 'DE', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37445, '001fd1', 0, 'Optex Co, Ltd', '5-8-12 Otsu Shiga 520-0101 JP', 'JP', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37446, '40c4d6', 0, 'ChongQing Camyu Tech Development Co, Ltd', '4th Floor,Tower of Venus Technology Building ,NO 60 Xing Guang Road Chong Qing 401121 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37447, 'dccec1', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37448, '8afb16', 0, 'TeraByte, Inc', '10220 Lazy Bear St Las Vegas NV 89131 US', 'US', 'CID', '2019-02-09', '2019-02-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37449, '0cb771', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2019-03-20', '2019-03-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37450, '000524', 0, 'Btl System (HK) Ltd', '14/F., Blk. B, Vita Tower, Aberdeen HK', 'HK', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37451, '0050c2a66', 0, 'DVTech', '10 Kehilat Venezia st. Tel Aviv Israel 69400 IL', 'IL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37452, '000ed3', 0, 'Epicenter, Inc', '211 B Calle Pintoresco San Clemente CA 92672 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37453, '0050c2679', 0, 'Industrial Vacuum Systems', '3974 Linden Avenue SE Grand Rapids Michigan 49548 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37454, '001d1c', 0, 'Gennet s.a.', '2 Mesogeion ave. Athens Attiki 11527 GR', 'GR', 'MA-L', '2007-06-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37455, '70820e', 0, 'as electronics GmbH', 'Kantstraße 10 Großbettlingen Baden -Württemberg 72663 DE', 'DE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37456, '70b3d5205', 0, 'Esource Srl', 'via del Caravaggio 3 Milano Mi 20144 IT', 'IT', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37457, '24bcf8', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37458, '00806e', 0, 'Nippon Steel Corp', '31-1 SHINKAWA 2-CHOUME JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37459, '00076e', 0, 'Sinetica Corp Ltd', 'Willow House Monmouthshire Usk NP15 1HY GB', 'GB', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37460, '70b3d5db0', 0, 'Arnouse Digital Devices, Corp', '1983 Marcus Ave, Suite 104 Lake Success NY 11042 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37461, 'dce533b', 0, 'Tintel Hongkong CoLtd', 'FLAT C,23/F,LUCKY PLAZA,315-321 LOCKHART ROAD,WANCHAI,HONGKONG HONGKONG GUANG DONG PROVINCE 999077 HK', 'HK', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37462, '8c82a8', 0, 'Insigma Tech Co, Ltd', 'No.226 Tianmushan Road, Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37463, 'd410cf', 0, 'Huanshun Network Science and Tech Co, Ltd', 'No. 218-1, North Binjiang Road yuyao zhejiang 315400 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37464, '40d85506f', 0, 'Dorlet Sau', 'Albert Eistein 34 Miñano Mayor Alava 01510 ES', 'ES', 'IAB', '2013-04-03', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37465, 'f4d032', 0, 'Yunnan Ideal Information&Tech, Ltd', 'The 1st Floor, Building Four ,JingdianMingju,Haiyuanzhong road, High Tech Development Zone,Kunming,YunnanP.R.China Kunming Yunnan 650106 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37466, '70b3d5656', 0, 'SonoSound ApS', 'Malov Byvej 229 Malov Hovedstaden 2760 DK', 'DK', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37467, 'd43b04', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2018-10-08', '2018-10-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37468, '000f61', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2004-02-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37469, '002441', 0, 'Wanzl Metallwarenfabrik GmbH', 'Bubesheimer Straße 4 Leipheim Bavaria 89340 DE', 'DE', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37470, '5804cb', 0, 'Tianjin Huisun Tech Co, Ltd', '4/f, Building 3, No 1 Haitai Huake Street (outside Ring Road) Tianjin 300384 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37471, '0050c2fef', 0, 'Task Sistemas de Computacao', 'Rua Visconde de Ouro Preto, 5 Rio de Janeiro RJ 22250-180 BR', 'BR', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37472, '3417eb', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2013-12-13', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37473, '7cc95a', 0, 'Dell Emc', '176 South Street Hopkinton MA 01748 US', 'US', 'MA-L', '2015-04-04', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37474, '549a11c', 0, 'Xi\'an Hua Fan Tech Co, Ltd', 'Room No.1,3rd Floor,Xi Tie Gong Cheng Da Sha,No.205 Jinhua Road,Xincheng District Xi\'an Shaanxi 710032 CN', 'CN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37475, 'd4c9b2', 0, 'Quanergy Systems Inc', '482 Mercury Drive Sunnyvale California 94085 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37476, '90a62f', 0, 'Naver', 'NAVER Green Factory, 6, Buljeong-ro, Bundang-gu Seongnam-si Gyeonggi-do 463-867 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37477, '000a42', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37478, '0050c2baa', 0, 'NetworkFX Communications, Llc', '95-1036 Auina St. Mililani HI 96789 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37479, '0018a0', 0, 'Cierma Ascenseurs', '17 avenue guiglionda de saint agathe Nice PACA 06300 FR', 'FR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37480, '346b5b', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2019-01-22', '2019-01-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37481, 'c853e1', 0, 'Beijing Bytedance Network Tech Co, Ltd', 'No.1 Building, Zhonghang Square, West Road of the Northern 3rd Circuit, Haidian Distrct Beijing Beijing 100098 CN', 'CN', 'MA-L', '2019-11-27', '2019-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37482, 'fc956a', 0, 'Octagon Systems Corp', '7403 Church Ranch Blvd Westminster CO 80021 US', 'US', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37483, '000515', 0, 'Nuark Co, Ltd', '12F, Anyang K center, 1591-9, Burim-dong Gunggi-do 431-065 KR', 'KR', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37484, '0050c2283', 0, 'Ansitex Corp', '24F., No.56, Liansing Rd., Sijhih City, Taipei County 221 TW', 'TW', 'IAB', '2003-08-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37485, '40d855106', 0, 'Orbital A/S', 'Trykkerivej 5 Skjern 6900 DK', 'DK', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37486, '0005ce', 0, 'Prolink Microsystems Corp', '6F, No. 349, Yang-Kuang St. Nei-Hu Taipei, TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37487, '0050c2466', 0, 'Lonap Ltd', '5 Fleet Place London EC4M 7RD GB', 'GB', 'IAB', '2005-04-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37488, '000b77', 0, 'Cogent Systems, Inc', '209 Fair Oaks Ave. South Pasadena CA 91030 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37489, '000d19', 0, 'Robe Show lighting', 'Hazovice 2090 Roznov pod Radhostem 756 61 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37490, '001716', 0, 'Qno Tech Inc', '6F-2, No.25, Puding Road Hsinchu Taiwan 300 TW', 'TW', 'MA-L', '2006-01-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37491, '001c3f', 0, 'International Police Tech, Inc', '4150 S. 87th E. Avenue Tulsa OK 74145 US', 'US', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37492, '1cc0e12', 0, 'Abbott Medical Optics Inc', '510 Cottonwood Drive Milpitas CA 95035 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37493, '4a7f74', 0, 'Intec Inc', '1-1-25 Shin-urashima-cho, Kanagawa-ku Yokohama-shi Kanagawa-ken 221-0031 JP', 'JP', 'CID', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37494, '00e042', 0, 'Pacom Systems Ltd', 'UNIT 22 38/46 SOUTH ST. RYDALMERE 2116 NSW AU', 'AU', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37495, '005086', 0, 'Telkom SA, Ltd', 'TELKOM LABORATORY PRETORIA ZA', 'ZA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37496, '00e067', 0, 'eac Automation-Consulting GmbH', 'HERMSDORFER DAMM 222 73467 BERLIN DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37497, '0003ba', 0, 'Oracle Corp', '17 Network Circle Menlo Park CA 95025 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37498, '70b3d53f3', 0, 'Spea Spa', 'Via Torino 16 Volpiano Piemonte 10088 IT', 'IT', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37499, '0050c2018', 0, 'Cad-UL GmbH', 'Laemmerweg 32 DE', 'DE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37500, 'e0db55', 0, 'Dell Inc', 'One Dell way Round Rock 78682 US', 'US', 'MA-L', '2012-05-26', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37501, '001b97', 0, 'Violin Tech', '33 Wood Ave South Iselin NJ 08830 US', 'US', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37502, '0050c2fff', 0, 'Msr-Solutions GmbH', 'Friedrich-Ebert-Straße 20/2 Wangen Baden-Württemberg 88239 DE', 'DE', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37503, '3010b3', 0, 'Liteon Tech Corp', '4F,90,Chien 1 Road, ChungHo, TaiPei Hsien TaiPei TaiWan 23585 TW', 'TW', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37504, '00a0be', 0, 'Integrated Circuit Systems, Inc Communications Group', '1271 PARKMOOR AVENUE SAN JOSE CA 95126-3448 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37505, '000f76', 0, 'Digital Keystone, Inc', '1975 El Camino Real Mountain View CA 94040 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37506, '70b3d5430', 0, 'Algodue Elettronica srl', 'Via Passerina 3/A Fontaneto d\'Agogna Novara 28010 IT', 'IT', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37507, '70b3d5d24', 0, 'Microtronics Engineering GmbH', 'Hauptstrasse 7 Ruprechtshofen 3244 AT', 'AT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37508, '40d855099', 0, 'idcell CoLtd', '565 Iteco, Deokpung 3-dong Hanam-si 465-736 KR', 'KR', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37509, '70b3d5f61', 0, 'Power Diagnostic Service', 'No.5, Aly. 2, Ln. 261, Yanping Rd, Hsinchu City Hsinchu County 300 TW', 'TW', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37510, '0050c238d', 0, 'A&G Soluzioni Digitali', 'Palazzo S.Elisabetta Livorno LI 57126 IT', 'IT', 'IAB', '2004-07-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37511, 'b827eb', 0, 'Raspberry Pi Foundation', 'Mitchell Wood House Caldecote Cambridgeshire CB23 7NU US', 'US', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37512, '48022a', 0, 'B-Link Electronic Ltd', 'NO 268,FuQian Rd, JuTang Community,GuanLan town BaoAn district,ShenZhen, 518110,China Shen Zhen Guang Dong 518110 CN', 'CN', 'MA-L', '2011-09-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37513, '146a0b', 0, 'Cypress Electronics Ltd', '11/F., Block G, East Sun Industrial Centre, 16 Shing Yip Street, Hong Kong nil nil HK', 'HK', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37514, '349b5b', 0, 'Maquet GmbH', 'Kehler Strasse 31 Rastatt Baden-Württemberg 76437 DE', 'DE', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37515, '4ada10', 0, 'Emotiva Audio Corp', '135 SE Parkway Court Franklin TN 37064 US', 'US', 'CID', '2015-03-29', '2016-02-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37516, '98aafc', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37517, '28d436', 0, 'Jiangsu dewosi electric Co, Ltd', 'Dantu district fengjingchengbang xibanya 503, building 6 Zhenjiang Jiangsu 212028 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37518, '0050c2010', 0, 'Moisture Systems', '220 Mill Rd. Chelmsford MA 01824 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37519, 'd41f0c', 0, 'Jai Manufacturing', '2960-14 Uenojo Nishikata Kushima Miyazaki 888-0004 JP', 'JP', 'MA-L', '2010-02-21', '2019-11-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37520, '8c861e', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37521, '0050c2dff', 0, 'Tantal Electronica, SL', 'Major, 306 SALT GIRONA 17190 ES', 'ES', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37522, '4447cc', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.555 Qianmo Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37523, 'f0cba1', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-09-24', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37524, '94cc042', 0, 'Nanjing Yacer Communication Tech Co Ltd', '333 Taiping South Road Jinling Yujingyuan 19nd  floor Unit K Qin Huai District nanjing jiangsu 210000 CN', 'CN', 'MA-M', '2019-12-31', '2019-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37525, '003016', 0, 'Ishida Co, Ltd', '959-1 SHIMOMAGARI JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37526, '001eee', 0, 'Etl Systems Ltd', 'Coldwell Radio Station Hereford Herefordshire HR2 9NE GB', 'GB', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37527, '0050c2ef2', 0, 'Specialty Microwave Corp', '120 Raynor Ave Ronkonkoma New York 11779 US', 'US', 'IAB', '2011-12-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37528, '2c3311', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-11-20', '2016-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37529, '005096', 0, 'Salix Tech, Inc', '904 WIND RIVER LANE- STE. #101 GAITHERSBURG MD 20878 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37530, '0017e1', 0, 'Dacos Tech Co, Ltd', '104 Daeryung-Technotown III 448 SEOUL Keumcheon-Gu 153-772 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37531, '0050c2dbd', 0, 'Margento R&D', 'Gosposvetska 84 Maribor 2000 SI', 'SI', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37532, '70b3d56d9', 0, 'Vectare Inc', '10340 Democracy Ln Ste 101 Fairfax VA 22030 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37533, '380b3c', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37534, '00e0f9', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37535, '000b65', 0, 'Sy.A.C. srl', 'via Caboto 19/1 Trieste 34147 IT', 'IT', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37536, '0050c2eca', 0, 'BitWise Controls', '98 Inverness Dr East Englewood CO 80112 US', 'US', 'IAB', '2011-10-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37537, 'f4b8a7', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2015-04-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37538, '486dbb', 0, 'Vestel Elektronik San ve Tic. A.Ş.', 'Organize san Manisa Turket 45030 TR', 'TR', 'MA-L', '2016-05-23', '2016-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37539, 'd0dd49', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2019-06-19', '2019-06-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37540, '70b3d5454', 0, 'Golding Audio Ltd', '8 Peartree Business Centre, Stanway Colchester Essex CO30JN GB', 'GB', 'MA-S', '2019-07-10', '2019-07-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37541, '000666', 0, 'Roving Networks', '809 University Avenue Los Gatos CA 95032 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37542, '0050c2b51', 0, 'Aeroflex GmbH', 'Gutenbergstrasse 2-4 Ismaning Bavaria 85737 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37543, '4083de', 0, 'Zebra Tech Inc', '475 Half Day Road Lincolnshire IL 60069 US', 'US', 'MA-L', '2010-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37544, '2c1a31', 0, 'Electronics Co Ltd', 'Units 12,15&16,8/F,Metro Centre 2 Kowloon Bay HongKong 852 CN', 'CN', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37545, '70b3d5df8', 0, 'Rma Mess- und Regeltechnik GmbH & CoKG', 'Forsthausstr. 3 Rheinau 77866 DE', 'DE', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37546, 'b47c59', 0, 'Jiangsu Hengxin Tech Co, Ltd', 'No.138 Taodu Road,Yixing city,Jiangsu Province,China Yixing Jiangsu 214200 CN', 'CN', 'MA-L', '2019-06-17', '2019-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37547, '0005d1', 0, 'Metavector Tech', 'Steenweg Op Gierle, 100 BE', 'BE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37548, '0050c248d', 0, 'Metron Sp. z o.o.', 'ul. Targowa 12/22 Torun Kuj-pom 87-100 PL', 'PL', 'IAB', '2005-05-12', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37549, '70b3d58ff', 0, 'Imst GmbH', 'Carl-Friedrich-Gauss-Str. 2-4 Kamp-Lintfort Northrhine-Westfalia 47475 DE', 'DE', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37550, 'd00ea4', 0, 'Porsche Cars North America', '980 Hammond Drive Atlanta GA 30328 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37551, '40d855090', 0, 'Axxess Identification Ltd', '27-28 Shrivenham Hundred Business Park Swindon Wiltshire SN6 8TZ GB', 'GB', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37552, 'd09d0a', 0, 'Linkcom', '11 Rue du Soleil Levant Clamart 92140 FR', 'FR', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37553, '4c11bf', 0, 'Zhejiang Dahua Tech Co, Ltd', 'NO.1199 Bin An Road,Binjiang District,HangZhou,P.R.China HangZhou ZheJiang 310053 CN', 'CN', 'MA-L', '2014-03-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37554, '70b3d5af2', 0, 'True Networks Ltd', '#401 51 Seongnam-Daero Bundang-gu SEONGNAM-si GYEONGGI-do 13636 KR', 'KR', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37555, '34b5a3', 0, 'Cig Shanghai Co Ltd', '5th Floor, Building 8 No 2388 Chenhang Road SHANGHAI 201114 CN', 'CN', 'MA-L', '2019-07-16', '2019-07-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37556, '008026', 0, 'Network Products Corp', '1440 WEST COLORADO BLVD. PASADENA CA 91105 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37557, '000a94', 0, 'ShangHai cellink Co, Ltd', 'C3 MeiLong ZhongXin Industrial Park,No.1 ShangHai 200237 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37558, '70b3d5c7e', 0, 'BirdDog Australia', 'Unit 1, 8 Theobald St THORNBURY VIC 3071 AU', 'AU', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37559, '70b3d5027', 0, 'Redcap Solutions s.r.o.', 'Na Viničních Horách 16 Praha 6 16000 CZ', 'CZ', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37560, '70b3d59e3', 0, 'LG Electronics', '10, Magokjungang 10-ro, Gangseo-gu Seoul 07796 KR', 'KR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37561, '00163f', 0, 'CReTE Systems Inc', '7F,No.250,Sec.3,Pei Shen Rd.,Shen Keng Hsiang Taipei County 22204 TW', 'TW', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37562, '70b3d5142', 0, 'Dave Srl', 'VIA TALPONEDO 29/A PORCIA PORDENONE 330850 IT', 'IT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37563, '001fde', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2008-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37564, '0050c2b08', 0, 'Goerlitz AG', 'August-Thyssen-Str. 32 Koblenz Rheinland-Pfalz 56077 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37565, '000ae5', 0, 'ScottCare Corp', '4791 West 150th Street Cleveland Ohio 44135 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37566, '000bbc', 0, 'En Garde Systems, Inc', '2101 White Cloud St. NE Albuquerque NM 87112 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37567, '001e6c', 0, 'Opaque Systems', '4820 Fisher Road Athens OH 45701 US', 'US', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37568, '002151', 0, 'Millinet Co, Ltd', '2F, West Building, IT Venture Tower, 78, Garakbon-Dong Songpa-gu Seoul 138-803 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37569, '40d855003', 0, 'AlphaNavigation coltd', '3-1-22 hitahonmachi YAO OSAKA 581-0802 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37570, '70b3d5433', 0, 'Flexsolution Aps', 'Østervangsvej 39 Esbjerg N Jylland 6715 DK', 'DK', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37571, '00a07d', 0, 'Seeq Tech, Inc', '47131 BAYSIDE PARKWAY FREMONT CA 94538 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37572, '0050c210e', 0, 'Unipower AB', 'PO Box 411 SE-441 28 Alingsas SE', 'SE', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37573, '001538', 0, 'Rfid, Inc', '14100 East Jewell Ave. Aurora CO 80012 US', 'US', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37574, '48aa5d', 0, 'Store Electronic Systems', '39 rue de montigny Argenteuil 95100 FR', 'FR', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37575, 'b01f81e', 0, 'Advanced & Wise Tech Corp', '5F, No. 3-2, Industry East 9th Road, Hsinchu Science Park, Hsinchu City Hsinchu 30075 TW', 'TW', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37576, '5c6776', 0, 'Ids Imaging Development Systems GmbH', 'Dimbacher Str. 6 Obersulm BW 74182 DE', 'DE', 'MA-L', '2017-05-24', '2017-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37577, '009067', 0, 'WalkAbout Computers, Inc', '2655 N. OCEAN DRIVE--STE. #510 SINGER ISLAND FL 33404 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37578, '00061b', 0, 'Notebook Development Lab. Lenovo Japan Ltd', '1623-14 Shimotsuruma 242-8502 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37579, '04cb1d', 0, 'Traka plc', '30 Stilebrook Road Bucks Buckinghamshire MK46 5EA GB', 'GB', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37580, '70b3d5360', 0, 'PT. Emsonic Indonesia', 'Jl.Timor Blok E5, MM2100 Industrial Town Jatiwangi Cikarang Barat Bekasi Jawa Barat 17530 ID', 'ID', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37581, '98f9c7b', 0, 'Hiroia Communications Pte. Ltd Taiwan Branch', '7F., No.189, Xinhu 3rd Rd., Neihu Dist., Taipei City 11494 TW', 'TW', 'MA-M', '2018-08-21', '2018-08-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37582, '28940f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37583, '8425db', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37584, '0050c2318', 0, 'Milmega Ltd', 'Ryde Business Park Ryde Isle of WIght PO33 1BQ GB', 'GB', 'IAB', '2004-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37585, '6cb4a7', 0, 'Landauer, Inc', '2 Science Road Glenwood IL 60425 US', 'US', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37586, 'c8208e', 0, 'Storagedata', 'Randstad 22117 Almere Flevoland 1316BW NL', 'NL', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37587, '70b3d595a', 0, 'Sigmann Elektronik GmbH', 'Hauptstrasse 53 Hueffenhardt 74928 DE', 'DE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37588, '981333', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37589, '443708', 0, 'Mrv Comunications', 'Hayetzira Yokneam 614 IL', 'IL', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37590, '0080f1', 0, 'Opus Systems', '3000 CORONADO DRIVE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37591, '0050c2677', 0, 'ProconX Pty Ltd', 'PO Box 791 Sumner Park BC QLD 4074 AU', 'AU', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37592, '001e7c', 0, 'Taiwick Ltd', '5/F., Block E, Hing Yip Factory Bldg., Hong Kong China 852 HK', 'HK', 'MA-L', '2007-10-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37593, 'e0107f', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2014-08-20', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37594, '00224b', 0, 'Airtech Tech, Inc', '19fl-4, no.77, Hsin Tai Wu Rd., sec.1, Hsin-Chih Taipei 221 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37595, 'a41163d', 0, 'Shenzhen Zhishi Tech Co, Ltd', 'Room 712 in 3A of Hecheng Century Garden,Wuhe Street South No.118,Longgang District,Shenzhen SHENZHEN GUANG DONG 518000 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37596, '1c3b8f', 0, 'Selve GmbH & Co KG', 'Werdohler Landstraße 286 Lüdenscheid 58513 DE', 'DE', 'MA-L', '2018-10-11', '2018-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37597, '000df8', 0, 'Orga Kartensysteme GmbH', 'Konrad-Zuse-Ring 1 Flintbek Schleswig-Holstein 24220 DE', 'DE', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37598, '000f75', 0, 'First Silicon Solutions', '13939 Forest Lane Larkspur CO 80118 US', 'US', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37599, '7898fd', 0, 'Q9 Networks Inc', 'Suite 4400, PO Box 235 Toronto ON M5K 1J3 CA', 'CA', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37600, '40d85505b', 0, 'Data Flow Systems, Inc', '605 N. John Rodes Blvd. Melbourne Fl 32934 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37601, '78524a', 0, 'Ensenso GmbH', 'Gundelfingerstr. 2 Freiburg 79108 DE', 'DE', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37602, '70b3d5cdc', 0, 'Dat-Con d.o.o.', 'Cvetlična ulica 52 Polzela 3313 SI', 'SI', 'MA-S', '2018-11-07', '2018-11-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37603, '70b3d51f2', 0, 'Yuyama Mfg Co, Ltd', '3-3-1 TOYONAKASHI OSAKA 561-0841 JP', 'JP', 'MA-S', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37604, '0050c275f', 0, 'B. Rexroth the identity Co GmbH', 'Im Gruendchen 14 Bessenbach Bavaria 63856 DE', 'DE', 'IAB', '2007-05-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37605, '3092f6', 0, 'Shanghai Sunmon Communication Technogy Co, Ltd', 'Suite 604-605,Xing Yuan Technology Plaza 00000 ShangHai 200233 CN', 'CN', 'MA-L', '2013-01-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37606, '34dab7', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-10-10', '2018-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37607, '00e083', 0, 'Jato Tech, Inc', '505 EAST HUNTLAND DR. STE #550 AUSTIN TX 78752 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37608, '70b3d508f', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach North Rhine-Westphalia 51465 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37609, '90c6828', 0, 'Teletek Electronics', '14A Srebarna Str. Sofia 1407 BG', 'BG', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37610, '0050c20f5', 0, 'Spectra Tech Holding Co, Ltd', 'Unit 1301-09, 19-20 193 Prince Edward Road West HK', 'HK', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37611, 'b03829', 0, 'Siliconware Precision Industries Co, Ltd', 'No. 123, Sec.3, Da Fong Rd, Tantzu, Taichung 427 TW', 'TW', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37612, '38b19e2', 0, 'Hdanywhere', 'Unit 23 Link Business Centre Malvern Worcs WR14 1UQ GB', 'GB', 'MA-M', '2018-10-31', '2018-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37613, '70188b', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2013-07-12', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37614, 'd818d3', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37615, '0050c2020', 0, 'Icon Research Ltd', '3 Raw Holdings EH53 0HY GB', 'GB', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37616, '000d68', 0, 'Vinci Systems, Inc', '8330 Boone Boulevard Vienna VA 22182 US', 'US', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37617, '0050c2847', 0, 'Lars Morich Kommunikationstechnik GmbH', 'Friedrich-Ebert-Str. 27 65604 Elz DE', 'DE', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37618, 'b87ac9', 0, 'Siemens Ltd', '885 Mountain Hwy Bayswater Victoria 3153 AU', 'AU', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37619, 'c0847d', 0, 'Ampak Tech, Inc', 'No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37620, '00a04e', 0, 'Voelker Tech, Inc', '22 NEW BOSTON COURT DANVILLE CA 94526 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37621, '0040db', 0, 'Advanced Technical Solutions', '8050 SEMINOLE OFFICE CENTER SEMINOLE FL 34642 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37622, '0050c2d0a', 0, 'Airpoint Co, Ltd', '3rd fl. KDB Bldg. 946 unsan-dong Daejeon 302-120 KR', 'KR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37623, '60b185', 0, 'Ath system', 'Osady Lezaku 498 Chrast 53851 CZ', 'CZ', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37624, '00173d', 0, 'Neology', '13000 Gregg Street Suite A Poway CA 92064 US', 'US', 'MA-L', '2006-02-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37625, '001ce8', 0, 'Cummins Inc', '1400 73rd Ave NE Fridley MN 55432 US', 'US', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37626, '0017ac', 0, 'O\'Neil Product Development Inc', '8 Mason Irvine CA 92618 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37627, '0050c269d', 0, 'Dvation.Co, Ltd', 'Room506,5F Solive Bldg,333-2 SEOUL 153-010 KR', 'KR', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37628, '00238f', 0, 'Nidec Copal Corp', '2-18-10,SHIMURA ITABASHI-KU TOKYO 174-8550 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37629, '949fb4', 0, 'ChengDu JiaFaAnTai Tech Co, Ltd', '8th Floor, Building No.2, Zone A of Wisdom Valley Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37630, '00208e', 0, 'Chevin Software Eng. Ltd', '2 BOROUGHGATE, OTLEY, LS21 3AL UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37631, '0050c253f', 0, 'Ellips B.V.', 'Urkhovenseweg 11 Eindhoven Noord-Brabant 5641 KA NL', 'NL', 'IAB', '2005-12-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37632, '0050c2b46', 0, 'Mobileye', '13 Hartom st. Jerusalem 91450 IL', 'IL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37633, '803f5d', 0, 'Winstars Tech Ltd', 'Block4,Taisong Industrial Park, DaLang Street, LongHua Town , Bao\'an District Shenzhen Guangdong 518109 CN', 'CN', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37634, '40d855010', 0, 'Apg Cash Drawer, Llc', '5250 INDUSTRIAL BLVD NE MINNEAPOLIS 55421 US', 'US', 'IAB', '2012-11-04', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37635, '40d855101', 0, 'e.p.g. Elettronica Srl', 'Via Ungaretti 2 BULGAROGRASSO COMO 22070 IT', 'IT', 'IAB', '2013-06-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37636, 'b4ae2b', 0, 'Microsoft', '1 Microsoft Way Redmond Washington 98052 US', 'US', 'MA-L', '2015-04-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37637, 'a038f8', 0, 'Oura Health Oy', 'Elektroniikkatie 3 Oulu 90590 FI', 'FI', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37638, '0050c25ac', 0, 'Kinemetrics, Inc', '222 Vista Avenue Pasadena CA 91107 US', 'US', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37639, '002121', 0, 'VRmagic GmbH', 'Augustaanlage 32 Mannheim BW 68165 DE', 'DE', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37640, '0050c28a6', 0, 'Selco', 'ZI DU VAL D\'OMBREE COMBREE SA 49520 FR', 'FR', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37641, 'b8a8af', 0, 'Logic S.p.A.', 'Via Galilei 5 Cassina de\' Pecchi MI 20060 IT', 'IT', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37642, '70b3d5ae2', 0, 'Wartsila Voyage Ltd', '13-18 City Quay Dublin 2 D02 ED70 IE', 'IE', 'MA-S', '2014-11-04', '2019-09-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37643, '70b3d550c', 0, 'Hangzhou landesker digital Tech Co Ltd', 'Gudun road Youpanshidai Center Hangzhou Zhejiang 310030 CN', 'CN', 'MA-S', '2019-10-29', '2019-10-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37644, '0009b1', 0, 'Kanematsu Electronics, Ltd', '17-5, Kyobashi 2-chome Chuo-ku Tokyo 104-8338 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37645, '000aa8', 0, 'ePipe Pty. Ltd', 'P.O. Box 1428 Brisbane Queensland 4066 AU', 'AU', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37646, 'a01b29', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR', 'FR', 'MA-L', '2015-05-12', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37647, '7ccbe24', 0, 'Ningbo bird sales Co, Ltd', 'NO.999 Dacheng East Road Fenghua City Zhejiang Province 315559 CN', 'CN', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37648, '4c4e03', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37649, 'f44848', 0, 'Amscreen Group Ltd', 'Paragon Business Park Bolton Lancs BL6 6HG GB', 'GB', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37650, '181e78', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR', 'FR', 'MA-L', '2014-09-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37651, '000b23', 0, 'Siemens Home & Office Comm. Devices', '4849 Alpha Road Dallas 74244 US', 'US', 'MA-L', '2002-10-14', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37652, '60a10a', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2010-11-24', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37653, '3c26d5', 0, 'Sotera Wireless', '9444 Waples Street San Diego CA 92121 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37654, '10a932', 0, 'Beijing Cyber Cloud Tech Co ,Ltd', '2/F, Tower B, Jingmeng High-tech Building. No. 5 Shangdi East Road, Haidian District. Beijing 100085 CN', 'CN', 'MA-L', '2012-01-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37655, '58696c', 0, 'Ruijie Networks Co, Ltd', '19# Building,Star-net Science Plaza,Juyuanzhou, 618 Jinshan Road Fuzhou Fujian 350002 CN', 'CN', 'MA-L', '2012-05-26', '2016-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37656, 'c47dfe', 0, 'A.N. Solutions GmbH', 'Am Brauhaus 12 Dresden Saxony 01099 DE', 'DE', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37657, '00908a', 0, 'Bayly Communications, Inc', '105 GREEN COURT AJAX Ontario L1S 6W9 CA', 'CA', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37658, '000852', 0, 'Davolink Co Inc', 'Room-604, Kumhwa Plaza, Kyunggi-Do 435-040 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37659, '484520', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37660, '189ba53', 0, 'Phinetworks', '412, Woorim E-Biz Center 2, Digital ro 33 gil Seoul Guro gu 08377 KR', 'KR', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37661, '70b3d56d6', 0, 'KMtronic Ltd', 'Dobri Czintulov 28A str. Gorna Oryahovica VT 5100 BG', 'BG', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37662, 'c411e0', 0, 'Bull Group Co, Ltd', 'No.32 Sanhai Road,East Guanhaiwei Industrial Zone, Cixi City, Zhejiang, P.R.China Cixi Zhejiang 315314 CN', 'CN', 'MA-L', '2016-05-18', '2016-05-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37663, 'a4bb6d', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2019-10-02', '2019-10-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37664, '0008ba', 0, 'Erskine Systems Ltd', 'Salter Road Scarborough North Yorkshire YO11 3DU GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37665, '001bc5029', 0, '2 France Marine', '61, route de la Chapelle de Rousse GAN 64290 FR', 'FR', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37666, 'ece744', 0, 'Omntec mfg. Inc', '1993 Pond Road. Ronkonkoma NY 11779 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37667, '3c39e75', 0, 'Attrackting AG', 'Falkenstrasse 44 Biel/Bienne Berne 2502 CH', 'CH', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37668, 'e8330d', 0, 'Xaptec GmbH', 'Neidenburger Str. 10 Gelsenkirchen 45897 DE', 'DE', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37669, '6829dc', 0, 'Ficosa Electronics S.L.U.', 'Pol.Ind Can Mitjans s/n Viladecavalls Barcelona Viladecavalls Barcelona ES08232 ES', 'ES', 'MA-L', '2018-08-22', '2018-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37670, 'd89790', 0, 'Commonwealth Scientific and Industrial Research Organisation', 'GPO Box 1700 Canberra ACT 2601 AU', 'AU', 'MA-L', '2019-06-24', '2019-06-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37671, '70b3d5a24', 0, 'Booz Allen Hamilton', '1900 West Park Drive, Suite 205 Westborough 01581 US', 'US', 'MA-S', '2019-10-09', '2019-10-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37672, '001565', 0, 'Xiamen Yealink Network Tech Co, Ltd', '7F Hualian Electronic BLDG.580 Jiahe Road,Xiamen China Xiamen Fujian 361006 CN', 'CN', 'MA-L', '2005-08-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37673, '001e3c', 0, 'Lyngbox Media AB', 'Diskettgatan 11B Linkoping SE-58335 SE', 'SE', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37674, '509f3b', 0, 'OI Electric Co, Ltd', '7-3-16 KIKUNA YOKOHAMA KANAGAWA-KEN 222-0011 JP', 'JP', 'MA-L', '2016-04-06', '2016-04-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37675, '18fc9f', 0, 'Changhe Electronics Co, Ltd', '6th Floor, Building B, Dajiahao Square, Yu¡¯an 1st Road, Bao¡¯an, Shenzhen Guangdong 518101 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37676, '0010fd', 0, 'Cocom A/S', 'TELETONVEJ 8 DK 2860 SOBORG DK', 'DK', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37677, '0018ef', 0, 'Escape Communications, Inc', '2615 Pacific Coast Hwy Hermosa Beach CA 90254 US', 'US', 'MA-L', '2006-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37678, '7cbf88', 0, 'Mobilicom Ltd', 'Hametzoda 31 Azor 5800174 IL', 'IL', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37679, '70b3d503b', 0, 'Ssl - Electrical Aerospace Ground Equipment Section', '3852 Fabian Way Palo Alto CALIFORNIA 94303 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37680, '741ae01', 0, 'Socionext Inc', 'Nomura Shin-Yokohama Bldg., 2-10-23 Shin-Yokohama, Kohoku-ku Yokohama Kanagawa 222-0033 JP', 'JP', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37681, '00101e', 0, 'Matsushita Electronic Instruments Corp', '23-9 KIYOHARA INDUSTRIAL PARK UTSUNOMIYA Tochigi 321-32 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37682, '0009b6', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37683, '10bef5', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37684, 'acab2e', 0, 'Beijing LasNubes Tech Co, Ltd', 'Chao-Yang-Bei-Lu No. 103, Room 1109-1110 Beijing 100025 CN', 'CN', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37685, '70b3d5ee7', 0, 'Blue-Solutions Canada Inc', '1560 RUE DE COULOMB BOUCHERVILLE QUEBEC J4B 7Z7 CA', 'CA', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37686, '0030d9', 0, 'Datacore Software Corp', 'CORPORATE PARK FORT LAUDERDALE FL 33309 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37687, 'a80180', 0, 'Imago Tech GmbH', 'Strassheimer Str. 45 Friedberg Hessen 61169 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37688, '0050c2afc', 0, 'Odus Tech SA', 'Rue des bosquets 18 VEVEY VAUD 1800 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37689, '70b3d59e1', 0, 'Bolide Tech Group, Inc', '468 S. San Dimas Ave., San Dimas CA 91773 US', 'US', 'MA-S', '2019-07-25', '2019-07-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37690, '00d031', 0, 'Industrial Logic Corp', '15 PIEDMONT CENTER-STE #700 ATLANTA GA 30305 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37691, '4cc452', 0, 'Shang Hai Tyd. Electon Tech Ltd', 'Room No.5,N0.396,GuiLin Road, Shang Hai 200233 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37692, '001303', 0, 'GateConnect', 'Eisenhutweg 69 12487 Berlin 12487 DE', 'DE', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37693, '70b3d5ba9', 0, 'Alma', '4A, Bd de la Gare, Porte 1 Boissy St Léger PACA 94470 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37694, '90e710', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-07-11', '2018-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37695, '809133', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2019-03-11', '2019-03-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37696, '0060fe', 0, 'Lynx System Developers, Inc', '175N NEW BOSTON STREET WOBURN MA 01801 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37697, '0004dc', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2001-01-24', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37698, '001bc500a', 0, 'Mercury Hmi Ltd', 'George House Malton North Yorkshire Y017 6YB GB', 'GB', 'MA-S', '2011-08-06', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37699, 'a44ad3', 0, 'ST Electronics(Shanghai) Co, Ltd', 'Floors 1&3, No.6 Building, No.1151 Lianxi Road Shanghai Shanghai 201204 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37700, '00509a', 0, 'Tag Electronic Systems', 'GENESIS BUSINESS PARK WOKING, SURREY GU21 5RW GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37701, '000557', 0, 'Agile TV Corp', '333 Ravenswood Ave., Menlo Park CA 94025 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37702, '98fe03', 0, 'Ericsson - North America', '6300 Legacy Drive Plano TX 75024 US', 'US', 'MA-L', '2011-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37703, '2cc260', 0, 'Oracle Corp', 'Zarhin 13 Raanana 4366241 IL', 'IL', 'MA-L', '2012-01-19', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37704, '102f6b', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37705, '70b3d57ad', 0, 'Insitu, Inc', '118 E Columbia River Way Bingen WA 98605 US', 'US', 'MA-S', '2015-04-29', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37706, '004015', 0, 'Ascom Infrasys AG', 'DPT. EASO 3726 CH', 'CH', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37707, '0060ef', 0, 'Flytech Tech Co, Ltd', 'No.168 Sing-ai Rd., Neihu District TAIPEI CITY 114 TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37708, '70b3d5a64', 0, 'Newshine', 'Pingcheng Rd Shanghai Shanghai 201800 CN', 'CN', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37709, 'a0da92', 0, 'Nanjing Glarun Atten Tech Co Ltd', 'Dinghuai men No. 1, Gulou District CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37710, '00d035', 0, 'Behavior Tech Computer Corp', '20F-B, No.98, Sec. 1, Sijhih City Taipei County 22102 TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37711, '0050c2741', 0, 'Dain', 'Dongmun Vision Building, Sinjeong 6-dong, Yangcheon-gu, Seoul Yangcheon-gu, 158-740 KR', 'KR', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37712, '70b3d5696', 0, 'Open Grow', 'Edifício Expobeiras Viseu Viseu 3500 618 PT', 'PT', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37713, 'c4ffbcb', 0, 'Kaga Electronics Co, Ltd', '20 Kandamatsunaga-cho Chiyoda-ku TOKYO 101-8627 JP', 'JP', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37714, '889e33', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2019-02-27', '2019-02-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37715, 'd02516', 0, 'Mercury Communication Tech Co, Ltd', 'Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-01-23', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37716, '70b3d5bad', 0, 'Technik & Design GmbH', 'Rhinstrasse 84 Berlin Berlin 12681 DE', 'DE', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37717, '70b3d59f3', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-S', '2015-08-12', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37718, '0007a9', 0, 'Novasonics', '1390 Willow Road Menlo Park CA 94025 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37719, '509871', 0, 'Inventum Tech Private Ltd', 'C-70, Phase 2 Extension NOIDA Uttar Pradesh 201305 IN', 'IN', 'MA-L', '2013-05-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37720, '40d8551d2', 0, 'InventLab s.c.', 'ul. Czarodziejska 22 Wolka Kozodawska Masovian 05-502 PL', 'PL', 'IAB', '2014-01-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37721, '607edd', 0, 'Microsoft Mobile Oy', 'Keilalahdentie 4 ESPOO 02150 FI', 'FI', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37722, 'ccd31e1', 0, 'Rondo Burgdorf AG', 'Heimiswilstrasse 42 Burgdorf 3400 CH', 'CH', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37723, '0050c23f9', 0, 'Sintium Ltd', 'PO Box 14-273 Auckland 1134 NZ', 'NZ', 'IAB', '2004-11-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37724, '0025cf', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37725, '04888c', 0, 'Eifelwerk Butler Systeme GmbH', 'Eifelwerkstrasse 1 Malbergweich 54655 DE', 'DE', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37726, '70b3d5791', 0, 'Romteck Australia', '40 O’Malley Street, Osborne Park Perth Western Australia 6017 AU', 'AU', 'MA-S', '2017-08-14', '2019-11-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37727, 'f83880', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-06-28', '2018-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37728, '744d28', 0, 'Routerboard.com', 'Mikrotikls SIA Riga Riga LV1009 LV', 'LV', 'MA-L', '2018-11-28', '2018-11-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37729, '208593a', 0, 'H3 Industries, Inc', '12758 W Deep Canyon Dr. Star ID 83669 US', 'US', 'MA-M', '2019-06-12', '2019-06-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37730, '0050c205d', 0, 'Ignitus Communications, Llc', '43 Nagog Park Acton MA 01720 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37731, '0017cf', 0, 'iMCA-GmbH', 'Dorfstrasse 28b Itzehoe Schleswig-Holstein 25524 DE', 'DE', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37732, '0050c2abc', 0, 'Barrick', 'Balsamos Norte 324B y calle quinta Guayaquil Guayas 593 EC', 'EC', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37733, 'f8a03d', 0, 'Dinstar Tech Co, Ltd', 'Floor 6, Guoxing Building shenzhen Guangdong 518052 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37734, 'd88f76', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37735, '000a7c', 0, 'Tecton Ltd', 'Fishers Court Eastleigh Hampshire SO50 7HG GB', 'GB', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37736, '001115', 0, 'Epin Tech, Inc', 'Acorn Campus Cupertino CA 95014 US', 'US', 'MA-L', '2004-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37737, '00d076', 0, 'Bank of America', '1100 Merrill Drive Pennington NJ 08534 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37738, 'c83ea7', 0, 'Kunbus GmbH', 'Heerweg 15C Denkendorf BW D-73770 DE', 'DE', 'MA-L', '2010-08-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37739, '10c25a', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2017-10-31', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37740, 'c4411e', 0, 'Belkin International Inc', '12045 East Waterfront Drive Playa Vista null 90094 US', 'US', 'MA-L', '2019-03-22', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37741, '0050c28db', 0, 'Dcom Network Tech (Pty) Ltd', 'Unit A18, Bellville Business Park Cape Town Western Province 7530 ZA', 'ZA', 'IAB', '2008-04-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37742, '441ca8', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2015-06-13', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37743, '001ae2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37744, '002134', 0, 'Brandywine Communications', '1153 Warner Ave Tustin CA 92780 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37745, '8065e9', 0, 'BenQ Corp', '16 Jihu Road, Neihu Taipei 114 TW', 'TW', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37746, 'c06599', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37747, '44c4a9', 0, 'Opticom Communication, Llc', '1050 Connecticut Avenue, NW Washington DC 20036 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37748, '144fd78', 0, 'NPort Networks Inc,', '9F No. 242 BaoAi street, ShuLin District, New Taipei Taiwan 23845 TW', 'TW', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37749, '003070', 0, '1Net Corp', '347 Elizabeth Avenue - Ste. #100 Somerset NJ 08873 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37750, '00086f', 0, 'Resources Computer Network Ltd', 'Rm 324, Tech Centre, 72 Tat Chee Ave., HK', 'HK', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37751, '700b01', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37752, '0050c25f9', 0, 'Rothary Solutions AG', 'Hauptstrasse 84 Kreuzlingen TG 8280 CH', 'CH', 'IAB', '2006-06-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37753, 'c471fe', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37754, '148f21', 0, 'Garmin International', '1200 E. 151st St Olathe KS 66062 US', 'US', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37755, 'c4f5a5', 0, 'Kumalift Co, Ltd', '7-2-6 Saito-Asagi Ibaraki Osaka 567-0085 JP', 'JP', 'MA-L', '2016-05-14', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37756, '70b3d5ca5', 0, 'Pts Tech Pte Ltd', 'BLk 2, Kaki Bukit Ave 1 , #04-05 Singapore 417938 SG', 'SG', 'MA-S', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37757, '0014d5', 0, 'Datang Telecom Tech Co , Lcd, Optical Communication Br', '3rd Floor,Building 8,Hi-Tech Incubation Park, ChengDu SiChuan 610041 CN', 'CN', 'MA-L', '2005-06-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37758, '0050c24b0', 0, 'Esmart Distribution Pte Ltd', '17 Kallang Junction #04-03 339274 SG', 'SG', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37759, 'd4f9a1', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-02-19', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37760, '105917', 0, 'Tonal', '1074 Folsom St San Francisco 94103 US', 'US', 'MA-L', '2018-03-17', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37761, '00e0f5', 0, 'Teles AG', 'DOVESTR. 2-4 10587 BERLIN DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37762, 'bc66417', 0, 'Vsn Mobil', '1975 E. Sunrise Blbvd., #400 Fort Lauderdale Florida 33304 US', 'US', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37763, '08002c', 0, 'Britton Lee Inc', '14600 WINCHESTER BLVD LOS GATOS CA 95030 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37764, '0050c24e6', 0, 'Photonic Bridges, Inc', '405 Fawns Run Morganville New Jersey 07751 US', 'US', 'IAB', '2005-08-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37765, 'c49805', 0, 'Minieum Networks, Inc', '6404 International Parkway Plano Texas 75093 US', 'US', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37766, '289a4b', 0, 'SteelSeries ApS', '656 West Randolph, Suite 2E Chicago IL 60661 US', 'US', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37767, '004014', 0, 'Comsoft GmbH', 'WACHHAUSSTR. 5A DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37768, '008085', 0, 'H-Three Systems Corp', '100 PARK DRIVE, SUITE 204 NC 27709 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37769, '0017ad', 0, 'AceNet Corp', '7F-4, No.146, Wen-Shin Road Gueishan TAOYUAN TW', 'TW', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37770, '40d8550ce', 0, 'Est Analytical', '503 Commercial Dr Fairfield OH 45014 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37771, '68ab09', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37772, '00e0fe', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37773, '0002ac', 0, '3par data', '4209 Technology Drive Fremont CA 94538 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37774, '70b3d5369', 0, 'Alvat s.r.o.', 'Chodovska 228/3 Praha 4 14100 CZ', 'CZ', 'MA-S', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37775, '00a09f', 0, 'Commvision Corp', '510 LOGUE AVE. MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37776, '0050c24db', 0, 'Alfing Montagetechnik GmbH', 'Auguste-Kessler-Straße 20 Aalen Baden-Württemberg 73433 DE', 'DE', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37777, '7cc926', 0, 'Wuhan GreeNet Information Service Co, Ltd', '4-6F, Building 2, Phase 6, Optical Valley Software Park, East Lake High-Tech Development Zone Wuhan 430000 CN', 'CN', 'MA-L', '2019-05-28', '2019-05-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37778, '001f3c', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37779, '0050c2ae1', 0, 'Evercare', '4fl., 620-1 Shinsa-dong Seoul 135-890 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37780, 'e41289', 0, 'topsystem Systemhaus GmbH', 'Monnetstraße 24 Würselen NRW 52146 DE', 'DE', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37781, '34fc6f', 0, 'Alcea', '3 Rue Joly de Bammeville 91460 Marcoussis FR', 'FR', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37782, '40d8550e1', 0, 'Stv Electronic GmbH', 'Hellweg 203-205 Schloss Holte Nordrhein Westfalen 33758 DE', 'DE', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37783, '7897c3', 0, 'Dingxin Information Tech Co, Ltd', 'No.6 huasui Road,ZhuJiang Xincheng Guangzhou Guangdong 510623 CN', 'CN', 'MA-L', '2019-06-26', '2019-06-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37784, '24d0df', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37785, '00131f', 0, 'NxtPhase T&D, Corp', '3040 E. Broadway Vancouver BC V5M 1Z4 CA', 'CA', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37786, '0050c27a0', 0, 'MedAvant Healthcare', '2533 Centennial Blvd Jeffersonville IN 47130 US', 'US', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37787, '1cfd089', 0, 'Cobham Slip Rings', '18 Rue de Montréal ANNEMASSE Ville-la-Grand 74108 FR', 'FR', 'MA-M', '2018-07-19', '2019-09-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37788, '800c67', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-09-09', '2019-09-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37789, '78bad0', 0, 'Shinybow Tech Co Ltd', '9Fl.,No.63,Ju Guang Rd.,Chung Ho Dist. New Taipei 235 TW', 'TW', 'MA-L', '2011-08-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37790, 'b07908', 0, 'Cummings Engineering', '145 S. 79th St., Ste. 26 Chandler AZ 85226 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37791, '40d855014', 0, 'Toni Studio', '2F., No.10, Aly. 4, Ln. 198 New Taipei City 234 TW', 'TW', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37792, 'ccc5ef', 0, 'Co-Comm Servicios Telecomunicaciones S.L.', 'Lisboa, 20 Las Rozas Madrid Madrid 28232 ES', 'ES', 'MA-L', '2016-08-09', '2016-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37793, '342cc4', 0, 'Compal Broadband Networks, Inc', '13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW', 'TW', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37794, '0050bd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37795, '00177b', 0, 'Azalea Networks Inc', '673 S Milpitas Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37796, 'ec4476', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37797, '0050c2ed0', 0, 'Nippon Systemware Co, Ltd', 'Shibuya Office 9F Shibuya-ku Tokyo 150-0036 JP', 'JP', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37798, '5c2aef', 0, 'r2p Asia-Pacific Pty Ltd', '65 Epping Road Sydney NSW 2113 AU', 'AU', 'MA-L', '2013-11-12', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37799, '70b3d58b4', 0, 'Scenario Automation', 'Rua Paulo Elias, 216 São Carlos São Paulo 13564400 BR', 'BR', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37800, 'b88fb4', 0, 'Jabil circuit italia srl', 'via andrea appiani 12 milano 20121 IT', 'IT', 'MA-L', '2018-11-15', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37801, '0050c273b', 0, 'On Air Networks', '302,Ansan Software Center Ansan-Si Gyenonggi-Do 425-130 KR', 'KR', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37802, '001ec4', 0, 'Celio Corp', '265 E 100 S # 280 Salt Lake City UT 84111 US', 'US', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37803, '847f3d', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2018-06-30', '2018-06-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37804, '9c648b', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37805, '00c0bf', 0, 'Tech Concepts, Ltd', 'GRANGE ESTATE UNITED KINGDOM GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37806, '0050c27df', 1, 'Private', '', '', 'IAB', '2007-10-11', '2007-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37807, '001da3', 0, 'SabiOso', '189 S State Suite #250 Clearfield Utah 84015 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37808, '7cc6c4', 0, 'Kolff Computer Supplies b.v.', 'Kuipershaven 22 Dordrecht Zuid-Holland 3311 AL NL', 'NL', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37809, '046785', 0, 'scemtec Hard- und Software fuer Mess- und Steuerungstechnik GmbH', 'Gewerbeparkstr. 20 Reichshof-Wehnrath NRW 51580', '', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37810, 'b44c3b', 0, 'Zhejiang Dahua Tech Co, Ltd', 'No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37811, '001da5', 0, 'WB Electronics', 'Langelandsvej 1A Herning Herning 7400 DK', 'DK', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37812, 'dc9088', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37813, '000046', 0, 'Olivetti North America', 'E 22425 APPLEWAY LIBERTY LAKE WA 99019 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37814, '0017a8', 0, 'Edm Corp', '3-5-2 Itabashi Itabashi-ku Tokyo 173-0004 JP', 'JP', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37815, 'b050bc', 0, 'Shenzhen Basicom Electronic Co, Ltd', 'Basicom industry park, Baolong Avenue 3rd Road, Baolong industry town Shenzhen Guangdong 518116 CN', 'CN', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37816, '9809cf', 0, 'OnePlus Tech (Shenzhen) Co, Ltd', '18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2018-10-10', '2018-10-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37817, '70b3d538d', 0, 'Imp-Telekomunikacije Doo', 'Volgina 15 Belgrade 11060 RS', 'RS', 'MA-S', '2018-12-05', '2018-12-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37818, '0017a4', 0, 'Hewlett Packard', '20555 State Highway 249 Houston TX 77070 US', 'US', 'MA-L', '2006-04-08', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37819, '00c2c6', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37820, '30d46a', 0, 'Autosales Inc', '1200 Souteat Avenue Tallmadge Ohio 44278 US', 'US', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37821, '70b3d56be', 0, 'Vantage Integrated Security Solutions Pvt Ltd', 'B3, Bredon House, 321, Tettenhall Road, Tettenhall Wolverhampton West Midlands WV6 0JZ GB', 'GB', 'MA-S', '2015-08-12', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37822, '009057', 0, 'AANetcom, Inc', '4949 LIBERTY LANE - STE. #200 ALLENTOWN PA 18106-9015 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37823, '0050c21ea', 0, 'Dave Srl', 'via Talponedo 29/A Porcia PN 33170 IT', 'IT', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37824, '7ce56b', 0, 'Esen Optoelectronics Tech Co, Ltd', 'Houcheng Yuanjiaqiao ,Jingang Town Zhangjiagang Jiangsu 215631 CN', 'CN', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37825, '14579f', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-03-05', '2018-03-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37826, 'c821da', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2019-01-16', '2019-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37827, 'c4f57c', 0, 'Brocade Communications Systems, Inc', '130 Holger Way San Jose CA 95134 US', 'US', 'MA-L', '2012-04-08', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37828, 'bc51fe', 0, 'Swann communications Pty Ltd', 'Unit 13 Port Melbourne Victoria 3207 AU', 'AU', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37829, 'f893f3', 0, 'Volans', '3F IJU BD 770-13 YEOKSAM-DONG SEOUL 135-928 KR', 'KR', 'MA-L', '2010-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37830, '70b3d536a', 0, 'Becton Dickinson', '7 Loveton Circle Sparks MD 21152 US', 'US', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37831, '00b0ec', 0, 'Eacem', 'Avenue Louise 140, Bte 6 B-1050 BRUSSELS BE', 'BE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37832, '000e2a', 1, 'Private', '', '', 'MA-L', '2004-02-12', '2004-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37833, '904e91c', 0, 'Showtacle s.r.o.', 'Pecnianska 21 Bratislava Choose State / Province 85101 SK', 'SK', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37834, '10dcb65', 0, 'Milesight Taiwan', '10F., No. 87, Sec. 4, Chongxin Rd Sanchong Dist New Taipei City 24161 TW', 'TW', 'MA-M', '2019-07-24', '2019-07-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37835, '3cbf60', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37836, '3032d4', 0, 'Hanilstm Co, Ltd', '138-6, Sangdaewon-dong Jungwon-gu Seongnam Kyonggi-do 462-120 KR', 'KR', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37837, '8cc121', 0, 'Panasonic Corp Avc Networks Co', '1-15 Matsuo-cho Kadoma Osaka 571-8504 JP', 'JP', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37838, '345d10', 0, 'Wytek', '10 rue jean jaures Poitiers 86000 FR', 'FR', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37839, 'd8543a', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2010-01-05', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37840, '70b3d58ab', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62901 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37841, '7081eb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37842, '886440', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37843, '000544', 0, 'Valley Tech, Inc', '1006 West College Ave. State College PA 16801 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37844, '00269b', 0, 'Sokrat Ltd', 'Volkonskogo 2 Irkutsk 664007 RU', 'RU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37845, 'd425cc3', 0, 'Eisst Ltd', '10 Queen Street Place London EC4R 1AG GB', 'GB', 'MA-M', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37846, '0080d4', 0, 'Chase Research Ltd', '7 CHINEHAM BUSINESS PARK ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37847, '0050c2222', 0, 'imo-elektronik GmbH', 'Edisonstr. 19 Bielefeld 33689 DE', 'DE', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37848, '40d855089', 0, 'Wuhan Xingtuxinke ELectronic Co, Ltd', 'NO.C3-8F,SOFTWARE PARK Wuhan Hubei 430074 CN', 'CN', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37849, 'c42456', 0, 'Palo Alto Networks', '3000 Tannery Way Santa Clara CA 95054 US', 'US', 'MA-L', '2018-02-11', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37850, '0007f9', 0, 'Sensaphone', '901 Tryens Road Aston PA 19014 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37851, '000dd6', 0, 'Iti Ltd', 'R&D,ITI Bangalore Complex Dooravani Nagar, Bangalore Karnataka State 560016 IN', 'IN', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37852, 'f07959', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2014-11-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37853, '145a83', 0, 'Logi-D Inc', '5550 Des Rossignol Blvd Laval Quebec H7L 5W6 CA', 'CA', 'MA-L', '2015-03-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37854, '0010f0', 0, 'Rittal-Werk Rudolf Loh GmbH & Co', 'AUF DEM STUTZELBERG D-35745 HERBORN DE', 'DE', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37855, '0050c2bb5', 0, 'Mroad Information System', '3F, SUNGDO BD. 689-1 Seongnam-si GYeongi-do 461-200 KR', 'KR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37856, '70b3d5b0b', 0, 'Internet Protocolo Logica SL', 'Sector Foresta 43, local 26 Tres Cantos Madrid 28760 ES', 'ES', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37857, '0004e9', 0, 'Infiniswitch Corp', '134 Flanders Road Westborough MA 01581 US', 'US', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37858, '0050c2c84', 0, 'Domis', '10 avenue Jean Moulin RUMILLY 74150 FR', 'FR', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37859, '0050c2c12', 0, 'Oki Denki Bohsai Co, Ltd', 'Oomori-Hinoshita 9-1 Fukushima-City Fukushima 960-1101 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37860, 'a4134e', 0, 'Luxul', '14203 Minuteman Drive Draper UT 84020 US', 'US', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37861, '843835', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-05-02', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37862, '70b3d51a1', 0, 'HMicro Inc', '39355 California St., Suite 303 Fremont California 94538 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37863, '283638d', 0, 'Appeak Tech System CoLtd', '12F.,No176,Sec.2 Beixin Rd. Xindian Dist New Taipei City 231 TW', 'TW', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37864, '70b3d5fdb', 0, 'Design Shift', '3475 Edison Way, Suite G Menlo Park CA 94025 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37865, '000645', 0, 'Meisei Electric Co Ltd', '249-1, Moriya-kou, Moriya 302-0192 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37866, '0050c2038', 0, 'Etheira Tech', '104 Macintosh Street Shepparton Victoria 3630 AU', 'AU', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37867, '001f33', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2007-12-31', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37868, '480033', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2016-09-03', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37869, '70b3d579f', 0, 'Green Instruments A/S', 'Erhvervsparken 29 Broenderslev 9700 DK', 'DK', 'MA-S', '2019-05-16', '2019-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37870, '000b6f', 0, 'Media Streaming Networks Inc', '1905 Anam Tower, 702-10, Yeoksam dong, K Seoul 135-080 KR', 'KR', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37871, '001573', 0, 'NewSoft Tech Corp', '3F, 19-3, SanChong RD, NanKang, Taipei 115 US', 'US', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37872, '0050c2076', 0, 'Litton Guidance & Control Systems', '5500 Canoga Ave Woodland Hills CA 91367 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37873, '001fc1', 0, 'Hanlong Tech Co, Ltd', '2402 West Tower Building, Fuxin International Building, Nanjing Jiangsu 210002 CN', 'CN', 'MA-L', '2008-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37874, '00a0e1', 0, 'Westport Research Associates, Inc', '6102 ARLINGTON RAYTOWN MO 64133 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37875, '00051d', 0, 'Airocon, Inc', '116 Houghton Lane Boxboro MA 01719 US', 'US', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37876, '5433cb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37877, '08003f', 0, 'Fred Koschara Enterprises', '', '', 'MA-L', '2000-11-09', '2000-11-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37878, '500b911', 0, 'Spd Development Co Ltd', 'Stannard Way, Priory Business Park Bedford MK44 3UP GB', 'GB', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37879, '0050c221a', 0, 'Mst Systems Ltd', 'The Haysfield Malvern Worcestershire WR14 1GF GB', 'GB', 'IAB', '2003-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37880, '347e00', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37881, '2847aa', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo N.A. 24101 FI', 'FI', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37882, '04714b6', 0, 'Armstrong Fluid Tech', '23 Bertrand Avenue Toronto Ontario M1L2P3 CA', 'CA', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37883, '0030dc', 0, 'Rightech Corp', '4F, NO. 351, CHUNG-SHUN RD. TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37884, '000488', 0, 'Eurotherm Controls', '741F Miller Drive Lessburg VA 20175 US', 'US', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37885, '98f9c76', 0, 'GoodBox', 'Ground Floor, Optimum House Clippers Quay Salford Quays M50 3XP GB', 'GB', 'MA-M', '2018-08-21', '2018-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37886, 'b4a2eb0', 0, 'Qkm Tech(Dongguan)Co, Ltd', '2F,Block A Building 17,NO. 1,Headquarter,No.4,Xinzhu Road,SSL National Hi-tech Industrial Development Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-M', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37887, '60f13d', 0, 'Jablocom s.r.o.', 'V Nivach 12 Jablonec nad Nisou 466 01 CZ', 'CZ', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37888, '985aeb', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37889, '70b3d5d34', 0, 'G-Philos Co, Ltd', '#602,3 RDWOOLIMLIONSVALLY 24, DUNCHONDAERO, 388BEAN-GIL JUNGWONGU SEOUNGNAM-SI GYEONGGI-DO 13403 KR', 'KR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37890, '0050c2238', 0, 'Schwer+Kopka GmbH', 'Herknerstr. 4 Weingarten Baden-Württemberg 88250 DE', 'DE', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37891, '002313', 0, 'Qool Tech Ltd', 'Gotanda Chuo Bldg 8f, 2-3-5 Shinagawa-ku Tokyo 141-0022 JP', 'JP', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37892, '9068c3', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US', 'US', 'MA-L', '2014-08-20', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37893, '885d902', 0, 'Daidong Industrial System Co, Ltd', '153B 3L, Namdong Industrial Complex, 729-2, Gojan-dong Incheon Kyeong-gi 405-822 KR', 'KR', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37894, '0040b1', 0, 'Codonics Inc', '17991 ENGLEWOOD DRIVE MIDDLEBURG HTS OH 44130 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37895, '001baf', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37896, '3431c4', 0, 'Avm GmbH', 'Alt-Moabit 95 Berlin Berlin 10559 DE', 'DE', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37897, 'a4580f', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2016-09-03', '2016-09-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37898, '0007d4', 0, 'Zhejiang Yutong Network Communication Co Ltd', '805 HuaXing Technical Building Zhejiang CN', 'CN', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37899, '0018cd', 0, 'Erae Electronics Industry Co, Ltd', '#371-51, Gasan-dong Geumchen-gu Seoul 153-803 KR', 'KR', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37900, '4c322d', 0, 'Teledata Networks', '10 Hasadnaot Street HERZLIYA 46120 IL', 'IL', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37901, 'd46cbf', 0, 'Goodrich Isr', '6600 Gulton Crt Albuquerque NM 87109 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37902, 'f0d2f1', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2015-12-17', '2015-12-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37903, '8817a3', 0, 'Integrated Device Tech (Malaysia) Sdn. Bhd.', 'Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY', 'MY', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37904, '0010bd', 0, 'The Telecommunication Tech Committee (Ttc)', '1-1-12 Shiba Kouen, Minato-ku MINATO-KU, TOKYO 105-0011 JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37905, '00011c', 0, 'Universal Talkware Corp', '10 Second St. NE Minneapolis MN 55413 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37906, '00079e', 0, 'Ilinx Co, Ltd', '4th Floor Korea Telecom, Yangjae Branch Seoul KR', 'KR', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37907, '0050c211d', 0, 'Destiny Networks, Inc', '15790 Monterey Rd., Suite 300 Morgan Hill CA 95037 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37908, '0011d9', 0, 'TiVo', '2160 Gold Ave Alviso CA 95002-2160 US', 'US', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37909, '0050c2b4f', 0, 'Sencon UK Ltd', 'Stonebridge Cross Business Park Droitwich Worcestershire WR9 0LW GB', 'GB', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37910, '5cf207', 0, 'Speco Tech', '200 New Highway Amityville New York 11701 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37911, 'ac7a56', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37912, '005010', 0, 'NovaNET Learning, Inc', '125 W. CHURCH STREET-STE. #300 CHAMPAIGN IL 61820 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37913, '008012', 0, 'Integrated Measurement Systems', '9525 SW GEMINI DRIVE BEAVERTON OR 97005 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37914, '002114', 0, 'Hylab Tech Inc', '15F-2.,No.872,Jhongjheng Rd. Jhonghe City, Taipei 235 TW', 'TW', 'MA-L', '2008-03-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37915, '0080d0', 0, 'Computer Peripherals, Inc', '667 RANCHO CONEJO BLVD. NEWBURY PARK CA 91320 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37916, '0050c244f', 0, 'kippdata GmbH', 'Bornheimer Str. 33a Bonn NRW D-53111 DE', 'DE', 'IAB', '2005-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37917, 'e0edc7', 0, 'Shenzhen Friendcom Tech Development Co, Ltd', '6/F,17 Building, Guangqian Industrial Park, Nanshan District, Shen Zhen CIty Guang Dong 518055 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37918, '70b3d5776', 0, 'Power Ltd', 'Kazal str. 64-66 Budapest 1031 HU', 'HU', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37919, 'f81d784', 0, 'Digital Imaging Tech', '2275 Research Blvd Suite 500 Rockville MD 20850 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37920, '182cb4', 0, 'Nectarsoft Co, Ltd', '330, Seongam-ro, Mapo-gu Seoul Seoul 03920 KR', 'KR', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37921, '4c364e', 0, 'Panasonic Corp Connected Solutions Co', '4-1-62 Minoshima, Hakata-ku Fukuoka-shi Fukuoka 812-8531 JP', 'JP', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37922, '00e033', 0, 'E.E.P.D. GmbH', 'ROEMER-STRASSE 4 85229 MARKT INDERSDORF DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37923, '0050c23f7', 0, 'Advantage R&D', '16210 West Hardy Houston Texas 77060 US', 'US', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37924, '288335', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-22', '2015-12-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37925, 'e4b97a', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37926, '70b3d59f9', 0, 'Fluid Components Intl', '1755 La Costa Meadows Dr. San Marcos CA 92078 US', 'US', 'MA-S', '2018-07-17', '2018-07-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37927, '5021ec', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-12-11', '2019-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37928, '00e026', 0, 'Redlake Masd Llc', '3440 E. Pritannia Dr. Tuscon AZ 85706 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37929, '0050c27ad', 0, 'Turun Turvatekniikka Oy', 'Orikedonkatu 22 B Turku 20380 FI', 'FI', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37930, '00013c', 0, 'Tiw Systems', '2211 Lawson Lane Santa Clara CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37931, 'dce5336', 0, 'Wecan Solution Inc', '71, Yulhadong-ro 8-gil, Dong-gu, Daegu, Republic of Korea Daegu 41102 KR', 'KR', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37932, '001e2e', 0, 'Sirti S.p.A.', 'Via Bombrini 11/3 GENOA 16149 IT', 'IT', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37933, 'c06c0f', 0, 'Dobbs Stanford', '2715 Electronic Lane Dallas Texas 75220 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37934, 'cc3540', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2013-06-20', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37935, 'a08d16', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37936, 'a8a198', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37937, '5033f0', 0, 'Yichen (Shenzhen) Tech CoLtd', '23F, Building C1, Nanshan iPark, No. 1001 Xueyuan Road, Nanshan District, Shenzhen City, Guangdong, China shenzhen 518044 CN', 'CN', 'MA-L', '2017-06-17', '2017-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37938, '00209d', 0, 'Lippert Automationstechnik', 'D-68165 MANNHEIM DE', 'DE', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37939, '0050c2696', 0, 'Casabyte Inc', 'POB 10127 Blacksburg VA 24062 US', 'US', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37940, '70b3d5489', 0, 'ard sa', 'Micropolis Bat Clematis Gap France 05000 FR', 'FR', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37941, '301f9a1', 0, 'Dewesoft d.o.o.', 'Gabrsko 11a Trbovlje 1420 SI', 'SI', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37942, '601929', 0, 'Voltronic Power Tech(Shenzhen) Corp', '1-4F,Building 5,YuSheng Industrial Park,No.467,Section Xixiang,National Highway 107,Xixiang,Bao An District,Shenzhen,China Shenzhen Shenzhen 518000 CN', 'CN', 'MA-L', '2012-06-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37943, 'b49691', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37944, 'a4580fb', 0, 'Abb AB Pghv', 'Lyviksvägen 4 Ludvika 77180 SE', 'SE', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37945, '0050c24cd', 0, 'Securiton AG', 'Alpenstrasse 20, P.O. Box 127 Zollikofen CH-3052 CH', 'CH', 'IAB', '2005-07-21', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37946, 'b0bf99', 0, 'Wizitdongdo', '2F, 299-1, 3-DONG, SUNGSU 2-GA SEOUL 133-833 KR', 'KR', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37947, '40ed989', 0, 'TeraTron GmbH', 'Bunsenstr. 10 Gummersbach DE 51647 DE', 'DE', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37948, '0014dd', 0, 'Covergence Inc', 'One Clock Tower Place, Suite 200 Maynard MA 01754 US', 'US', 'MA-L', '2005-06-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37949, '8821e3', 0, 'Nebusens, S.L.', 'C/ Adaja S/N, Edificio M2 Villamayor de la Armuña Salamanca 37185 ES', 'ES', 'MA-L', '2011-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37950, '90185e', 0, 'Apex Tool Group GmbH & Co Ohg', 'Industriestraße 1 Westhausen 73463 DE', 'DE', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37951, 'c467b5', 0, 'Libratone A/S', 'Marielundvej 43 A 2730 HERLEV DK', 'DK', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37952, '587a6a', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37953, '3403de', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37954, '00a065', 0, 'Symantec Corp', '20330 Stevens Creek Blvd. Cupertino CA 95014 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37955, '0026ed', 0, 'zte Corp', '12/F ZTE Plaza,Keji Road South,Hi-Tech Industrial Park,Nanshan District, Shenzhen GUANGDONG 518057 CN', 'CN', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37956, '68af13', 0, 'Futura Mobility', '515 PENNSYLVANIA AVE FORT WASHINTON PA 19034 US', 'US', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37957, 'c0f991', 0, 'Gme Standard Communications P/L', '17 Gibbon Rd. Winston Hills New South Wales 2153 AU', 'AU', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37958, '0c54b9', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2015-07-31', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37959, '0015a7', 0, 'Robatech AG', 'Pilatusring 10 Muri AG 5630 CH', 'CH', 'MA-L', '2005-08-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37960, '20014f', 0, 'Linea Research Ltd', '1 Marquis Business Centre Baldock Hertfordshire SG7 6XL GB', 'GB', 'MA-L', '2012-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37961, '341513', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37962, '0050c252b', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'IAB', '2005-11-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37963, '78fd94', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37964, '000631', 0, 'Calix Inc', '2777 Orchard Parkway San Jose CA 95134 US', 'US', 'MA-L', '2001-06-04', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37965, '6869f2', 0, 'ComAp s.r.o', 'Kundratka 17 Prague 18000 CZ', 'CZ', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37966, '006025', 0, 'Active Imaging Plc', 'HATTORI HOUSE MAIDENHEAD Berkshire SL6 4UB GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37967, '000392', 0, 'Hyundai Teletek Co, Ltd', 'B-501, Techno Park, 148 Yatap-dong, KOREA Republic KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37968, '24ec99', 0, 'Askey Computer Corp', '10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW', 'TW', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37969, '70b3d563c', 0, 'Pivothead', '1224 Speer Blvd. Denver CO 80204 US', 'US', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37970, 'cc22379', 0, 'E Ink Corp', '1000 Technology Park Drive Billerica MA 01821 US', 'US', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37971, '70b3d59a0', 0, 'Eldes', 'Ukmerges 283B Vilnius 06313 LT', 'LT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37972, 'd8aed0', 0, 'Shanghai Engineering Science & Tech Co, Ltd Cgnpc', 'No.1588, Rd Zixing Shanghai Shanghai 200241 CN', 'CN', 'MA-L', '2019-09-27', '2019-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37973, '00e019', 0, 'Ing. Giordano Elettronica', 'VIA PIETRO COSSA 115/12 10146-TORINO IT', 'IT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37974, '00241f', 0, 'Dct-Delta GmbH', 'Bodanrückstraße 1 Bodman - Ludwigshafen Baden-Württemberg 78351 DE', 'DE', 'MA-L', '2008-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37975, '70b3d5b8b', 0, 'Profound Medical Inc', '3080 Yonge St Suite 4040 Toronto Ontario M4N3N1 CA', 'CA', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37976, '84a1d1', 0, 'Sagemcom Broadband Sas', '250, route de l\'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR', 'FR', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37977, '70b3d5858', 0, 'Hubbell Power Systems', '353 Powerville Road Boonton Township NJ 07005 US', 'US', 'MA-S', '2019-12-06', '2019-12-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37978, '64c5aa', 0, 'South African Broadcasting Corp', '77 Twickenham Avenue Auckland Park Gauteng 2006 ZA', 'ZA', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37979, 'bc0f64', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37980, '001032', 0, 'Alta Tech', '9500 SOUTH 500 WEST - STE #212 SANDY UT 84070 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37981, '0050c2a1e', 0, 'Mamac Systems, Inc', '8189 Century Blvd. Chanhassen Minnesota 55317-8002 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37982, '002273', 0, 'Techway', 'Rm 1002, Daehyun Techno World Bd, Uiwang-Si, Kyungki-Do 437-820 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37983, '4c5dcd', 0, 'Oy Finnish Electric Vehicle Tech Ltd', 'Majavantie 10 TUUSULA FI-04320 FI', 'FI', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37984, 'f86ce1', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2017-08-20', '2017-08-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37985, '149138', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2019-09-12', '2019-09-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37986, '0007a4', 0, 'GN Netcom Ltd', '12-13 Sedling Road, Wear Est., District England NE38 9BZ GB', 'GB', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37987, '0013d0', 0, 't+ Medical Ltd', '174E Milton Park Abingdon OX14 4SE GB', 'GB', 'MA-L', '2005-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37988, '70b3d52ac', 0, 'New Imaging Tech', '1 impasse de la noisette, Bâtiment D, BP 426 Verrières le buisson Essonne 91370 FR', 'FR', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37989, '480eec', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37990, '0040cd', 0, 'Tera Microsystems, Inc', '2500 GREAT AMERICA PARKWAY SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37991, '287184', 0, 'Spire Payments', 'Units 3 & 6 Milford Trading Estate Salisbury Wiltshire SP1 2UD GB', 'GB', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37992, '0050c2410', 0, 'Grossenbacher Systeme AG', 'Spinnereistrasse 10 St. Gallen SG 9008 CH', 'CH', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37993, '0010e7', 0, 'Breezecom, Ltd', 'PO Box 13139 Tel-Aviv 12345 IL', 'IL', 'MA-L', '1998-04-22', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37994, '080047', 0, 'Sequent Computer Systems Inc', '15450 S.W. KOLL PARKWAY . BEAVERTON OR 97006 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37995, '7ccc1f', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-07-22', '2016-07-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37996, '001844', 0, 'Heads Up Tech, Inc', '2033 Chennault Drive, Suite 100 Carrollton Texas 75006-5119 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37997, '70b3d5892', 0, 'Abb', 'Fulachstrasse 150 Schaffhausen 8200 CH', 'CH', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37998, 'd40bb9', 0, 'Solid Semecs bv.', 'Oostwijk 18 Uden Noord Brabant 5406 XT NL', 'NL', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(37999, '000c0f', 0, 'Techno-One Co, Ltd', '9-17-1 Higashi Sonoda Amagasaki Hyogo 661-0953 JP', 'JP', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38000, '640f28', 0, '2Wire Inc', '1764 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2011-03-17', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38001, '980c82', 0, 'Samsung Electro Mechanics Co, Ltd', 'Metan Dong 314, Youngtong Gu Suwon Kyung-gi Do. 443-743 KR', 'KR', 'MA-L', '2011-05-07', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38002, '70b3d54dc', 0, 'JK Device Corp', 'RYOGOKU 4-35-1-304 SUMIDA-KU TOKYO 1300026 JP', 'JP', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38003, '7050af', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38004, '00aa01', 0, 'Intel Corp', '445 piscataway NJ 08554 US', 'US', 'MA-L', '2000-11-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38005, '0050c28ec', 0, 'Balfour Beatty Rail GmbH', 'Garmischer Str. 35 Munich Germany 81373 DE', 'DE', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38006, '00147c', 0, '3Com Ltd', 'Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB', 'GB', 'MA-L', '2005-05-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38007, '0050c2b23', 0, 'Ronyo Tech s.r.o.', 'Martinovska 3168/48 Ostrava Moravskoslezský kraj 72300 CZ', 'CZ', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38008, 'bc66418', 0, 'Shenzhen Yaguang communication Co, Ltd', '7 Floor,3 building,Guangqian community ,Bagua Load Shenzhen Guangdong 518029 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38009, '0002ed', 0, 'Dxo Telecom Co, Ltd', '8F, 300-11, Yumgok-Dong, KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38010, '0050c20fd', 0, 'Inducomp Corp', '1265 Jefferson St. Pacific MO 63069 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38011, 'f42981', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38012, '0003a6', 0, 'Traxit Tech, Inc', '256 Great Road, Littleton MA 01461 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38013, '0050c2d91', 0, 'Chauvin Arnoux', 'LA QUEUE DEVEE REUX PONT L EVEQUE 14130 FR', 'FR', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38014, '6081f9', 0, 'Helium Systems, Inc', '717 Market Street San Francisco CA 94102 US', 'US', 'MA-L', '2014-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38015, '2c279e3', 1, 'Private', '', '', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38016, 'f8fe5c', 0, 'Reciprocal Labs Corp', '3 S. Pinckney St. Madison WI 53703 US', 'US', 'MA-L', '2011-09-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38017, 'd809c3', 0, 'Cercacor Labs', '189 Technology Dr Irvine CA 92618 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38018, '3ca72b', 0, 'Mrv Communications (Networks) Ltd', 'P.O Box 614 Yokneam 20692 IL', 'IL', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38019, '38f135', 0, 'SensorTec-Canada', '1Yonge Street, Suite 1801 Toronto ON M5E 1W7 CA', 'CA', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38020, '0018fc', 0, 'Altec Electronic AG', 'Lenggenbachstrasse 3 Fahrweid Zürich CH-8951 CH', 'CH', 'MA-L', '2006-07-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38021, '706582', 0, 'Suzhou Hanming Tech Co, Ltd', 'Suite 407, No. 166, Ren Ai Road Suzhou Jiangsu 215123 CN', 'CN', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38022, '442b03', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38023, '885a92', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38024, 'd022125', 0, 'Shanghai Routech Co, Ltd', 'R.709-(2), B Zone, No.668 Eastern Beijing Rd. Shanghai P.R.C Shanghai Shanghai 200001 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38025, '8c147dc', 0, 'Reynaers Aluminium', 'Oude Liersebaan 266 Duffel 2570 BE', 'BE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38026, '4c56df', 0, 'Targus US Llc', '1211 North Miller Street Anaheim CA 92806 US', 'US', 'MA-L', '2019-05-22', '2019-05-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38027, '001019', 0, 'Sirona Dental Systems GmbH & Co KG', 'FABRIKSTRASSE 31 64625 BENSHEIM DE', 'DE', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38028, '0026ad', 0, 'Arada Systems, Inc', '1024 Morse Avenue Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38029, '5cf2865', 0, 'Euroimmun Medizinische Labordiagnostika AG', 'Seekamp 31 Lübeck Schleswig-Holstein 23560 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38030, '0001ea', 0, 'Cirilium Corp', '1615 S. 52nd Street Tempe AZ 85281 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38031, '0050c2db2', 0, 'SoftwareCannery', '1660 Sandalwood Lane Carlsbad CA 92008 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38032, '9463d1', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2011-06-05', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38033, '0050c2e1b', 0, 'Embedded Labs', 'Unit 31 Waterford Business Park Waterford IE', 'IE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38034, 'e86819', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38035, 'f8b568', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-09-15', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38036, '18502a', 0, 'Soarnex', 'NO.158, RUIHU ST., NEIHU DIST., TAIPEI CITY TAIWAN (R.O.C.) 11494 TW', 'TW', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38037, '0050c2934', 0, 'Xilar Corp', '2160 South M-15 Hwy. Ortonville MI 48462 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38038, '5c0e8b', 0, 'Extreme Networks, Inc', '475 Half Day Road Lincolnshire IL 60069 US', 'US', 'MA-L', '2010-03-01', '2017-09-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38039, 'd4d898', 0, 'Korea Cno Tech Co, Ltd', '#240-1,Uigok-Ri Mungyeong-Si Gyeongsangbuk-do 745-853 KR', 'KR', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38040, '48ee07', 0, 'Silver Palm Tech Llc', '9639 DOCTOR PERRY RD STE 123N IJAMSVILLE Maryland 21754 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38041, '149fb6', 0, 'Guangdong Genius Tech Co, Ltd', '#126,BBK Road,Wusha,Chang\'An Dong Guan Guang Dong 523860 CN', 'CN', 'MA-L', '2017-07-14', '2017-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38042, '0014b6', 0, 'Enswer Tech Inc', '1F No.70 Sec.2 Chung Shun St. Taipei 116 TW', 'TW', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38043, '0050c2902', 0, 'China Railway Signal & Communication Corp', 'B49 Xisihuan Nanlu,Fengtai District, Beijing 100071 CN', 'CN', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38044, '28a186', 0, 'enblink', 'Room 212 Building 105-1 SNU SEOUL 151-742 KR', 'KR', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38045, 'a0bb3e', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2015-01-23', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38046, '70b3d572c', 0, 'NuRi&G Engineering Co,.Ltd', '#66-33, Elevator road, Geochang Industrial Complex Geochang-gun Gyeongsangnam-do 50148 KR', 'KR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38047, 'b0fc36', 0, 'CyberTAN Tech Inc', '99 Park Ave III, Hsinchu Science Park Hsinchu 308 TW', 'TW', 'MA-L', '2017-08-04', '2017-08-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38048, 'ba55ec', 0, 'Ieee 802.15', '445 Hoes Lane Piscataway NJ 08854-4141 US', 'US', 'CID', '2017-09-13', '2017-09-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38049, '00c008', 0, 'Seco Srl', 'VIA CALAMANDREI 91 IT', 'IT', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38050, '001e15', 0, 'Beech Hill Electronics', 'Beechcroft, Beech Hill Road Reading Berkshire RG7 2AU GB', 'GB', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38051, '70b3d5bc3', 0, 'eWireless', '4629 n capitol ave Indianapolis IN 46208 US', 'US', 'MA-S', '2018-07-18', '2018-07-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38052, '6c5e3b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-04-03', '2019-04-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38053, '0040e2', 0, 'Mesa Ridge Tech, Inc', '6725 MESA RIDGE ROAD-STE#100 SAN DIEGO CA 92121 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38054, 'd44ca7', 0, 'Informtekhnika & Communication, Llc', '1, build. 2/1, Verhnaya Moscow 107140 RU', 'RU', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38055, '00137c', 0, 'Kaicom Co, Ltd', '#109, Gayang Techno Town 1487, Gayang-dong,Kangso-gu Seoul 157-810 KR', 'KR', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38056, 'b01f816', 0, 'Comota Co, Ltd', 'Queens Tower C 10F Yokohama Kanagawa 220-6210 JP', 'JP', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38057, '70b3d5123', 0, 'Amfitech ApS', 'Platzvej 2 Vejle Syddanmark 7100 DK', 'DK', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38058, '00d09a', 0, 'Filanet Corp', '931 Benecia Avenue Sunnyvale CA 94085 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38059, '0050c2435', 0, 'Adatel Telecomunicaciones S.A.', 'Manuel Tovar, 38 Madrid 28034 ES', 'ES', 'IAB', '2005-01-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38060, 'd46e5c', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38061, '7869d4', 0, 'Shenyang Vibrotech Instruments Inc', 'No 23-2 Yunfeng St. Tiexi Dist. Shenyang Liaoning 110021 CN', 'CN', 'MA-L', '2019-05-23', '2019-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38062, '00504e', 0, 'Sierra Monitor Corp', '1991 TAROB COURT MILPITAS CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38063, '0050c2deb', 0, 'Ruwisch & Kollegen GmbH', 'Ostendstr. 25 Berlin 12459 DE', 'DE', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38064, '4419b6', 0, 'Hangzhou Hikvision Digital Tech Co, Ltd', 'No.469,Jianghui Road Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38065, '3cce15', 0, 'Mercedes-Benz Usa, Llc', 'One Mercedes Drive Montvale NJ 07645 US', 'US', 'MA-L', '2015-02-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38066, '70b3d5202', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach North Rhine-Westphalia 51465 DE', 'DE', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38067, '0050c2a20', 0, 'Quorum Tech Ltd', 'South Stour Avenue Ashford Kent TN23 7RS GB', 'GB', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38068, 'fc5b26', 0, 'MikroBits', 'Jalan Petung 31 Papringan Yogyakarta DIY 55281 ID', 'ID', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38069, 'd022be', 0, 'Samsung Electro-Mechanics(Thailand)', '93Moo5T. Bangsamak Bangpakong 24180 US', 'US', 'MA-L', '2013-06-20', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38070, '7cff62', 0, 'Huizhou Super Electron Tech Co, Ltd', '10F,Financial Tower,No.23,Xiapu Road Huizhou City Guangdong Province 516001 CN', 'CN', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38071, '70b3d5e36', 0, 'Guidance Navigation Ltd', '4 Dominus Way Leicester Leicestershire LE19 1RP GB', 'GB', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38072, '58bad4', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38073, 'fcd2b63', 0, 'Coet Costruzioni Elettrotecniche', 'Via Civesio 12 San Donato Milanese Mi 20097 IT', 'IT', 'MA-M', '2018-12-18', '2018-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38074, 'f40e01', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38075, '009006', 0, 'Hamamatsu Photonics K.K.', '812 JOKO-CHO HAMAMATSU 431-3196 JP', 'JP', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38076, '946124', 0, 'Pason Systems', '6130 - 3rd Street S.E. Calgary Alberta T2H1K4 CA', 'CA', 'MA-L', '2012-03-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38077, '2ccc15', 0, 'Nokia Corp', 'Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI', 'FI', 'MA-L', '2013-06-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38078, '70b3d57c2', 0, 'Morgan Schaffer Inc', '8300 rue St-Patrick bureau 150 LaSalle Quebec H8N 2H1 CA', 'CA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38079, 'e83f67', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-08-31', '2019-08-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38080, '001371', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2005-01-23', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38081, 'a411637', 0, 'Shenzhen Yiwanjia Information Tech Co, Ltd', 'Zone B,Floor 15,NO.2 Building,Yihe Road,Shilong Community,Shiyan Street,Baoan District Shenzhen 518000 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38082, '0050c2043', 0, 'Curtis, Inc', '2155 Niagara Lane, North Minneapolis MN 55447 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38083, '0022e3', 0, 'Amerigon', '21680 Haggerty Road Northville Michigan 48167 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38084, '0050c2949', 0, 'taskit GmbH', 'Seelenbinder Strasse 33 Berlin 12555 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38085, '68dce8', 0, 'PacketStorm Communications', '20 Meridian Rd Eatontown NJ 07724 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38086, 'b8c1a2', 0, 'Dragon Path Tech Co, Ltd', '12/F., San Toi Building, Central Hong Kong HK', 'HK', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38087, '70b3d5029', 0, 'Marimo electronics Co, Ltd', '1071,SUWAGATA UEDA NAGANO 3860032 JP', 'JP', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38088, '0050a5', 0, 'Capitol Business Systems, Ltd', '43/44 RIVERSIDE ROCHESTER, KENT England ME2 4DP GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38089, '00807d', 0, 'Equinox Systems Inc', '14260 SW 119TH AVENUE MIAMI FL 33186 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38090, '0050c26ed', 0, 'Sechan Electronics, Inc', '525 Furnace Hills Pike Lititz PA 17543 US', 'US', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38091, '20fdf1', 0, '3com Europe Ltd', 'Peoplebuilding 2 Hemel Hempstead HERTS. HP2 4NW GB', 'GB', 'MA-L', '2010-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38092, '3c39e74', 0, 'University of British Columbia', 'Department of Civil Engineering Vancouver BC V6T 1Z4 CA', 'CA', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38093, 'e4a8b6', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-25', '2016-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38094, 'c83c85', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2017-07-26', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38095, '000092', 0, 'Cogent Data Tech', '640 MULLIS STREET FRIDAY HARBOR WA 98250 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38096, '0050c26b3', 0, '4rf Communications Ltd', '26 Glover Street Ngauranga Wellington 6031 NZ', 'NZ', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38097, '0023b7', 0, 'Q-Light Co, Ltd', '178-1 Woogye-Ri, Sangdong-Myun, Gimhae-Si GyungsangNam-Do 621-812 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38098, '8cfeb4', 0, 'Vsoontech Electronics Co, Ltd', '18th, Floor, On Hong Commericial Building, 145 Hennessy Road, Wanchai, HONG KONG HongKong 999077 HK', 'HK', 'MA-L', '2017-06-02', '2017-06-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38099, '0018af', 0, 'Samsung Electronics Co, Ltd', '#94-1 Gumi-City Gyeong-Buk 730-350 KR', 'KR', 'MA-L', '2006-06-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38100, '001bd6', 0, 'Kelvin Hughes Ltd', 'New North Road Ilford Essex IG6 2UR GB', 'GB', 'MA-L', '2007-04-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38101, '94e98c', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2013-09-12', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38102, '70b3d551b', 0, 'Vitrea Smart Home Tech', '11 Moshe Levi st. Rishon Lezion 7565828 IL', 'IL', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38103, '001020', 0, 'Hand Held Products Inc', '700 Visions Drive Skaneateles Falls NY 13153-0208 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38104, '0050c27b0', 0, 'Imp Telekom', 'Vojkova 58 Ljubljana 1000 SI', 'SI', 'IAB', '2007-08-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38105, '0050c2c34', 0, 'Kyuhen', 'hanamigahama2-1-1 fukutsu fukuoka 811-3216 JP', 'JP', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38106, '9806373', 0, 'Hangzhou Sanxin Network Tech Co, Ltd', 'No. 195, Wen Er Road, Xihu District, Xinyuan 11-18F Hangzhou Zhejiang 310012 CN', 'CN', 'MA-M', '2019-05-29', '2019-05-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38107, '001f36', 0, 'Bellwin Information Co Ltd,', 'No.336, Beitun Rd., Beitun Dist., Taichung 406 TW', 'TW', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38108, '88cb87', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38109, '50ff992', 0, 'Shenzhen Kingvt Electronics Co, Ltd', '8/F,NO.100,LANGKOU INDUSTRLAL PARK,DALANG STREET,NEW LONGHUA DISTRCT,SHENZHEN,R.R.C Shenzhen 518000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38110, '009066', 0, 'Troika Networks, Inc', '2829 Townsgate Road, Westlake Village CA 91361 US', 'US', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38111, '0014bf', 0, 'Cisco-Linksys, Llc', '121 Theory Dr. Irvine CA 92612 US', 'US', 'MA-L', '2005-05-27', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38112, '985945', 0, 'Texas Instruments', '12500 TI Boulevard, MS 8723 Dallas TX 75243 US', 'US', 'MA-L', '2011-03-17', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38113, '5894cf', 0, 'Vertex Standard Lmr, Inc', '4-8-8 Nakameguro Meguro-ku Tokyo 153-8644 JP', 'JP', 'MA-L', '2012-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38114, '70b3d5044', 0, 'Don Electronics Ltd', 'Westfield Industrial Estate Leeds West Yorkshire LS19 7LX GB', 'GB', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38115, '70b3d5c80', 0, 'Link Care Services', '3bis rue Taylor Paris Paris 75010 FR', 'FR', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38116, 'cc2c83', 0, 'DarkMatter L.L.C', 'Level 15, Aldar HQ Abu Dhabi 27655 AE', 'AE', 'MA-L', '2018-11-27', '2018-11-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38117, '3050fd', 0, 'Skyworth Digital Tech(Shenzhen) Co, Ltd', '7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2019-01-28', '2019-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38118, '0001e1', 0, 'Kinpo Electronics, Inc', 'No.147, Sec. 3, Beishen Rd Shenkeng Dist. New Taipei City 222 TW', 'TW', 'MA-L', '2000-11-09', '2016-08-09'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38119, '0024c3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38120, '188a6a', 0, 'AVPro Global Hldgs', '2222 E 52nd Steeet N Sioux Falls SD 57104 US', 'US', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38121, 'f490cb3', 0, 'Ricker Lyman Robotic', '319 Main Street Beacon NY 12508 US', 'US', 'MA-M', '2020-01-28', '2020-01-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38122, '0013a3', 0, 'Siemens Home & Office Comm. Devices', '4849 Alpha Road Dallas 75244 US', 'US', 'MA-L', '2005-02-06', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38123, '001a5b', 0, 'NetCare Service Co, Ltd', '5-13-16 Shimizu, Asahi-ku Osaka 535-0021 JP', 'JP', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38124, '48bd3d', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38125, '646266b', 0, 'Signal Hound', '1502 SE Commerce Ave Suite 101 Battle Ground WA 98604 US', 'US', 'MA-M', '2019-12-18', '2019-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38126, '0050c2245', 0, 'Hauppauge Computer Works, Inc', '91 Cabot Court Hauppauge New York 11788 US', 'US', 'IAB', '2003-04-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38127, '000f09', 1, 'Private', '', '', 'MA-L', '2004-02-12', '2004-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38128, '000a16', 0, 'Lassen Research', '31695 Forward Road Manton CA 96059 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38129, 'd095c7', 0, 'Pantech Co, Ltd', '110-1 Ongjeong-Ri, Tongjin-Eup Gimpo-Si Gyounggi-Do 415-865 KR', 'KR', 'MA-L', '2013-07-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38130, '04ab6a', 0, 'Chun-il Co, Ltd', '13-7, Gimhae-daero 2694 beon-gil, Gimhae-si Gyeongsangnam-do 50936 KR', 'KR', 'MA-L', '2019-04-10', '2019-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38131, '003008', 0, 'Avio Digital, Inc', '957 INDUSTRIAL ROAD SAN CARLOS CA 94070 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38132, '00d020', 0, 'Aim System, Inc', '4TH FLOOR CHUNGWOO B/D 219-1 KOREA KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38133, '00186b', 0, 'Sambu Communics Co, Ltd', '38B-1L Namdong Industrial Complex Incheon 405-100 KR', 'KR', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38134, '0050c2787', 0, 'Austco Communication Systems Pty, Ltd', '40 O\'Malley Street Osborne Park Western Australia 6017 AU', 'AU', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38135, '0c469d', 0, 'MS Sedco', '8701 Castle Park Drive Indianapolis 46256 US', 'US', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38136, '70b3d5825', 0, 'Tattile Srl', 'VIA DONIZETTI, 1/3/5 MAIRANO BRESCIA 25030 IT', 'IT', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38137, 'd428d5', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38138, '7cbc840', 0, 'AG Neovo', '5F-1, No. 3-1, Park Street, Nangang District, Taipei, 11503, Taiwan Taipei 11503 TW', 'TW', 'MA-M', '2018-08-27', '2018-08-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38139, '0002d9', 0, 'Reliable Controls', '120 Hallowell Road Victoria, B.C. V9A 7K2 CA', 'CA', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38140, '000f4f', 0, 'Pcs Systemtechnik GmbH', '66 Hillside Rd Auckland 1310 NZ', 'NZ', 'MA-L', '2004-02-12', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38141, '0019d2', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38142, '001b7d', 0, 'Cxr Anderson Jacobson', 'Rue de l\'ornette Abondant 28410 FR', 'FR', 'MA-L', '2007-02-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38143, '001bc50bf', 0, 'TN Core Co, Ltd', '707, Daerung Post Tower 6, 50-3 Seoul - 153715 KR', 'KR', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38144, '70b3d5af3', 0, 'New Japan Radio Co, Ltd', '2-1-1 Fukuoka Fujimino Saitama 356-8510 JP', 'JP', 'MA-S', '2014-12-23', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38145, '80e4daf', 1, 'Private', '', '', 'MA-M', '2015-02-16', '2015-02-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38146, '70b3d577e', 0, 'Blue Marble Communications, Inc', '9520 Padgett St, Suite 101 San Diego CA 92126 US', 'US', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38147, '0050c21d4', 0, 'Phase IV Engineering Inc', '2820 Wilderness Place, Suite C Bolder Colorado 80301 US', 'US', 'IAB', '2002-10-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38148, '00145a', 0, 'Neratec Solutions AG', 'Rosswiesstrasse 29 CH-8608 Bubikon ZH CH', 'CH', 'MA-L', '2005-04-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38149, '00c0f4', 0, 'Interlink System Co, Ltd', 'INTERLINK B/D, 476-20 KOREA KR', 'KR', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38150, '0050c20ab', 0, 'Fastware.Net, Llc', '7985 S. Bemis St. Littleton CO 80120 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38151, '3ca315', 0, 'Bless Information & Communications Co, Ltd', '#64-1, Wonhyoro 3-ga, Yongsan-gu, Seoul 140-848 KR', 'KR', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38152, '0cf893', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2013-01-09', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38153, '40d85507b', 0, 'Ips Tech Ltd', '7 Floor,E block,Dong Hai Wang Building,BuLong Road, Shenzhen Guangdong 518000 CN', 'CN', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38154, '00175b', 0, 'Acs Solutions Switzerland Ltd', 'Frankenstrasse 70 Bern- Buempliz 3018 CH', 'CH', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38155, '00239a', 0, 'EasyData Hardware GmbH', 'Breslauer Str. 24 Wehrheim Hessen D-61273 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38156, 'cc1be0b', 0, 'Art&Core Inc', '6F, 44, Burim-ro 170beon-gil, Dongan-gu, Anyang-si Gyeonggi-do 431-060 KR', 'KR', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38157, '8cc8f42', 0, 'Dark Horse Connect Llc', '13492 Research Blvd, Ste 336 Austin TX 78750 US', 'US', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38158, 'f041c88', 0, 'Postium Korea Co, Ltd', 'A208 Samsong Techno Valley, 140 Tongil-ro, Deogyang-gu Koyang-si Kyeonggi-do 10594 KR', 'KR', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38159, '70b3d5bee', 0, 'Sicon srl', 'Via Sila 1/3 Isola Vicentina Vicenza 36033 IT', 'IT', 'MA-S', '2019-01-30', '2019-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38160, '0050c2865', 0, 'Persy Control Services B.v.', 'Veldoven 4a Hendrik Ido Ambacht Zuid Holland 3223PJ NL', 'NL', 'IAB', '2008-01-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38161, '34a843', 0, 'Kyocera Display Corp', '5-7-18 Higashinippori Arakawa-ku Tokyo 116-0014 JP', 'JP', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38162, '0cddef', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38163, '50df95', 0, 'Lytx', '9785 Towne Centre Drive San Diego CA 92121 US', 'US', 'MA-L', '2015-05-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38164, '0050c2959', 0, 'Dectris Ltd', 'Neuenhoferstrasse 107 Baden 5400 CH', 'CH', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38165, 'cc37ab', 0, 'Edgecore Networks Corp', '1 Creation Road 3. Hsinchu Hsinchu 30077 TW', 'TW', 'MA-L', '2015-04-04', '2019-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38166, '7c7d3d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38167, 'bca8a6', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2016-08-26', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38168, '60720b', 0, 'Blu Products Inc', '10814 NW 33rd Street Miami FL 33172 US', 'US', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38169, '001ca2', 0, 'Adb Broadband Italia', 'VIALE SARCA 222 MILANO 20126 IT', 'IT', 'MA-L', '2007-06-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38170, '001e17', 0, 'Stn BV', 'Amerikaweg 4 Hulst Zeeland 4561 PB NL', 'NL', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38171, '304449', 0, 'Plath GmbH', 'Gotenstrasse 18 Hamburg 20097 DE', 'DE', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38172, '2cb8ed', 0, 'Sonicwall', '5455 Great America Parkway Santa Clara CA 95054 US', 'US', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38173, '00a5bf', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38174, '18022d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-12-28', '2018-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38175, 'a4a179', 0, 'Nanjing dianyan electric power automation Co Ltd', 'No. 29, liuzhou north road, pukou district Nanjing Jiangsu 210031 CN', 'CN', 'MA-L', '2019-02-27', '2019-02-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38176, 'c45bf7', 0, 'Ants', '1164-21,Haeun-daero, Haeundae-gu, Busan 48069 KR', 'KR', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38177, '000918', 0, 'Samsung Techwin Co, Ltd', '42 CHANGWON KYONGNAM 641-716 KR', 'KR', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38178, '000e9e', 0, 'Topfield Co, Ltd', '4th floor, Deoksan Bldg 260-4, Seohyun-dong Seongnam Bundang-Ku 463-824 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38179, '70b3d513f', 0, 'Farmobile', '18132 Melrose Dr. Bucyrus KS 66013', '', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38180, '34298f3', 0, 'Beijing Vorx Telecommunications Co, Ltd', 'No.3 Minzhuang Rd, Haidian District Beijing 100195 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38181, 'dce533', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38182, '70b3d5bf9', 0, 'Okolab Srl', 'Via G. di Prisco n. 152 Ottaviano NA 80044 IT', 'IT', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38183, '0000b4', 0, 'Edimax Tech Co Ltd', 'No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW', 'TW', 'MA-L', '1980-01-01', '2017-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38184, '001639', 0, 'Ubiquam Co, Ltd', 'Technovill 4F,272-3 Yatap3 Seongnam Kyeonggi 463-836 KR', 'KR', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38185, '001d40', 0, 'Intel – GE Care Innovations Llc', '3721 Douglas Blvd Roseville CA 95661 US', 'US', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38186, '70c94e', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2017-11-12', '2017-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38187, '0445a1', 0, 'Nirit- Xinwei Telecom Tech Co, Ltd', '2-? ??????????? ??????, ?.12, ???.2 Moscow 115432 RU', 'RU', 'MA-L', '2019-11-22', '2019-11-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38188, '000732', 0, 'Aaeon Tech Inc', '5F, #135, Lane 235, Pao Chiao Road Taipei TW', 'TW', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38189, '0011d5', 0, 'Hangzhou Sunyard System Engineering Co, Ltd', 'Sunyard Science & Technology Building Hi-Tech Software Park(Second Land Consolidation) Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38190, '00bd82', 0, 'Shenzhen Youhua Tech Co, Ltd', 'Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN', 'CN', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38191, 'c88ed17', 0, 'Ube, Inc (dba Plum)', '9800 N. Lamar Blvd., STE 310 Austin TX 78753-4160 US', 'US', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38192, 'c80e95', 0, 'OmniLync Inc', '51a Bennington St. Newton MA 02458 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38193, 'c0f636', 0, 'Hangzhou Kuaiyue Tech, Ltd', 'Dongguan Hitech Park, Building 1-805, 288 Qiuyi Rd, Bingjiang District Hangzhou Zhejiang 310053 CN', 'CN', 'MA-L', '2016-05-23', '2016-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38194, '00c0c0', 0, 'Shore Microsystems, Inc', '23 POCAHONTAS AVENUE OCEANPORT NJ 07757 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38195, '002334', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38196, '0050c2a29', 0, 'Luminex Corp', '12212 Technology Blvd. Austin Texas 78727 US', 'US', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38197, 'bccd45', 0, 'Voismart', 'VIA BENIGNO CRESPI 12 MILANO 20159 IT', 'IT', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38198, 'dc7137', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-12-31', '2018-12-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38199, '0004e6', 0, 'Banyan Network Private Ltd', '443, 8th Floor, Guna Complex IN', 'IN', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38200, '000ec0', 0, 'Nortel Networks', '8200 Dixie Rd Brampton Ontario 0000 CA', 'CA', 'MA-L', '2004-02-12', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38201, '0050c2df2', 0, 'Ocean Sonics', 'Hill House Great Village Nova Scotia B0M 1L0 CA', 'CA', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38202, '0050c2f03', 0, 'Wren Sound Systems', '169 Gateshead Way Phoenixville PA 19460 US', 'US', 'IAB', '2011-12-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38203, 'd0a0d6', 0, 'Chengdu TD Tech Ltd', '3-5F,Building 3, No.219 Tian Hua Road 2, Software Park C,High-Tech Zone Chengdu Sichuan 610041 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38204, 'f00d5c', 0, 'JinQianMao Tech Co, Ltd', '58#,Jiangbin Road,Taijiang District Fuzhou Fujian 350009 CN', 'CN', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38205, '000eb2', 0, 'Micro-Research Finland Oy', 'Välitalontie 83 C Helsinki FIN-00660 FI', 'FI', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38206, '001396', 0, 'Acbel Polytech Inc', 'No.159,Sec.3, Tam-King Rd., Tamsui Taipei 251 TW', 'TW', 'MA-L', '2005-02-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38207, '0007fd', 0, 'LANergy Ltd', 'Rudloe Manor GB', 'GB', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38208, '683943', 0, 'ittim', '1202, No.6, Zhongguancun South Street, Haidian District, beijing 100080 CN', 'CN', 'MA-L', '2019-08-15', '2019-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38209, '0007c0', 0, 'NetZerver Inc', '26 West Lone Cactus Drive Phoenix AZ 85027 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38210, '5c5bc2', 0, 'Yik Corp', 'B-4F,Pangyo Silicon Park 613 Seongnam-si Gyeonggi-do 463-400 KR', 'KR', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38211, 'dc44274', 0, 'Nex Tech Pty Ltd', '7 Pimpala Street Lithgow New South Wales 2790 AU', 'AU', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38212, '0003da', 0, 'Takamisawa Cybernetics Co, Ltd', 'Nakano Heiwa Bldg. JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38213, '00c0da', 0, 'Nice Systems Ltd', '3 TEVUOT HA\'ARETZ ST IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38214, '0019d7', 0, 'Fortunetek Co, Ltd', '12F, No. 75, Sec 1, Chongqing S. Rd., Taipei 100 TW', 'TW', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38215, '70b3d5a72', 0, 'Business Marketers Group, Inc', 'N56W24720 N. Corporate Circle Sussex WI 53089 US', 'US', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38216, '70b3d5eca', 0, 'Transtronic AB', 'Fabriksgatan 1 Köping Västmanland 73124 SE', 'SE', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38217, '24615a', 0, 'China Mobile Group Device Co, Ltd', '32 Xuanwumen West Street,Xicheng District Beijing 100053 CN', 'CN', 'MA-L', '2016-01-16', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38218, '4cfaca', 0, 'Cambridge Industries(Group) Co, Ltd', '5/F,Building 8, 2388 ChenHang Road, MinHang District shanghai 201114 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38219, 'e8defb', 0, 'Mesotic Sas', '11, Avenue de la Division Leclerc Cachan 94230 FR', 'FR', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38220, '00152b', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38221, '0050c2a4f', 0, 'Deuta GmbH', 'Paffrather Str. 140 Bergisch Gladbach Northrhine Westfalia 51465 DE', 'DE', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38222, '0018bb', 0, 'Eliwell Controls srl', 'Via dell\'Industria, 15 Pieve d\'Alpago Belluno 32010 IT', 'IT', 'MA-L', '2006-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38223, '002408', 0, 'Pacific Biosciences', '1505 Adams Drive Menlo Park CA 94025 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38224, '0050c2fe0', 0, 'Azurtest', '4-11-17 Hatiman Kawajima Hikigun Saitama 3500151 JP', 'JP', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38225, '70b3d5e9e', 0, 'Msb Elektronik und Gerätebau GmbH', 'Hofwiesenstr. 23 Crailsheim 74564 DE', 'DE', 'MA-S', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38226, '00d861', 0, 'Micro-Star Int\'L Co, Ltd', 'No.69, Lide St., New Taipei City Taiwan 235 TW', 'TW', 'MA-L', '2018-08-02', '2018-08-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38227, '000021', 0, 'Sureman Co & Commun. Corp', '10F-5 NO. 7, SEC. 3 TAIPEI TAIWAN, R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38228, '00098d', 0, 'Velocity Semiconductor', 'Suite 32 Wey House Weybridge Surrey KT13 8NA GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38229, '9cffc2', 0, 'Avi Systems GmbH', 'Dr. Franz Wilhelmstraße 2A Krems a. d. Donau 3500 AT', 'AT', 'MA-L', '2019-06-27', '2019-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38230, '4cada8', 0, 'Panoptics Corp', 'D-908 Bundang Technopark, 700 Pangyoro, Bundang Seongnam Gyeonggi 13516 KR', 'KR', 'MA-L', '2019-08-15', '2019-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38231, '004045', 0, 'Twinhead Corp', '1537 CENTRE POINTE DRIVE MILPITAS CA 95035 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38232, '042ae2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-01-31', '2016-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38233, '0050c2d8f', 0, 'Syes srl', 'Via Zanella 21 Lissone MB 20035 IT', 'IT', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38234, '70b3d5a95', 0, 'Deuta Werke GmbH', 'Paffrather Str. 140 Bergisch Gladbach North Rhine-Westphalia 51465 DE', 'DE', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38235, '600837', 0, 'ivvi Scientific(Nanchang)CoLtd', 'Coolpad Cyber Harbor,2nd Mengxi Road,Hi-TechIndustrial Park(North),NanShan District,ShenZhen,P.R.C. shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38236, 'bcddc2', 0, 'Espressif Inc', 'Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN', 'CN', 'MA-L', '2017-12-10', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38237, '30ea26', 0, 'Sycada BV', 'Burgemeester Stramanweg 105B Amsterdam 1101 AA NL', 'NL', 'MA-L', '2019-01-10', '2019-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38238, '0060f4', 0, 'Advanced Computer Solutions, Inc', '12675 DANIELSON COURT POWAY CA 92064 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38239, '00e0d0', 0, 'Netspeed, Inc', '12303 TECHNOLOGY BLVD. AUSTIN TX 78727 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38240, '40c62a', 0, 'Shanghai Jing Ren Electronic Tech Co, Ltd', 'GUI Qing Road 7 No. 3 building G7 software base A District 208 room Xuhui District Shanghai City 200233 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38241, '800b51', 0, 'Chengdu XGimi Tech Co, Ltd', '5F Building A7,Tianfu Software Park,Tianfu Chengdu Sichuan 610041 CN', 'CN', 'MA-L', '2015-04-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38242, '0013fb', 0, 'Rkc Instrument Inc', '16-6, Kugahara 5-chome, Ohta-ku Tokyo 146-8515 JP', 'JP', 'MA-L', '2005-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38243, '00227f', 0, 'Ruckus Wireless', '350 West Java Drive Sunnyvale CA 94089 US', 'US', 'MA-L', '2008-10-25', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38244, '0cef7c', 0, 'AnaCom Inc', '1996 Lundy Ave San Jose CA 95131 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38245, '70b3d5c56', 0, 'Teletask', 'Ottergemsesteenweg-Zuid 729 GENT 9000 BE', 'BE', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38246, '0050c28ed', 0, 'AT-Automation Tech GmbH', 'Hermann-Boessow-Str. 6-8 Bad Oldesloe D-23843 DE', 'DE', 'IAB', '2008-05-02', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38247, '002651', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38248, '7830e1', 0, 'UltraClenz, Llc', '1440 W Indiantown Road Jupiter FL 33458 US', 'US', 'MA-L', '2010-02-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38249, '40d85517e', 0, 'Tokhatec', '2 Rue Georges Melies Bois D'Arcy 78390 FR', 'FR', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38250, 'e0b6f5d', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38251, '00104a', 0, 'The Parvus Corp', '3222 S Washington St. Salt Lake City UT 84115 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38252, '00e05e', 0, 'Japan Aviation Electronics Industry, Ltd', 'TOKYO 196 JAPAN JP', 'JP', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38253, '0050c23cc', 0, 'Linkwell Telesystems Pvt Ltd', 'B45, ELECTRONIC, COMPLEX, HYDERABAD ANDHRA PRADESH 500062 IN', 'IN', 'IAB', '2004-10-19', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38254, 'b894d2', 0, 'Retail Innovation Htt AB', 'Sjöängsvägen 2 Sollentuna S-192 72 SE', 'SE', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38255, '749637', 0, 'Todaair Electronic Co, Ltd', 'F.6 Electronic Building, No.1 Shuinan Guangdeli Road,Peng’Jiang District, Jiangmen, Guangdong, China JiangMen Guangdong 529000 CN', 'CN', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38256, '78ca835', 0, 'Huatune Tech (Shanghai) Co, Ltd', 'No.8 Longxi RD Shanghai Changning District 200336 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38257, 'c0bdc8', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38258, '0009a2', 0, 'Interface Co, Ltd', '2-5-12-201 Kyonancho Musashino-city Tokyo 180-0023 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38259, '0009d3', 0, 'Western DataCom Co, Inc', '925-D Bassett Rd. Westlake OH 44145 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38260, '34d0b85', 0, 'eesy-innovation GmbH', 'Otto-Hahn-Str. 13b Munich Bavaria 85521 DE', 'DE', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38261, '9cf6ddb', 0, 'Guangzhou Lango Electronics Tech Co, Ltd', '136#, Gaopu Road, Tianhe District Guangzhou Guangdong 510663 CN', 'CN', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38262, '38b19e6', 0, 'Thrust Networks', 'Pangeran Jayakarta 129 No B 7 Jakarta Jakarta 10730 ID', 'ID', 'MA-M', '2018-11-01', '2018-11-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38263, '000b32', 0, 'Vormetric, Inc', '2060 CORPORATE CT SAN JOSE CA 95131 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38264, '38c9a9', 0, 'Smart High Reliability Solutions, Inc', '1325 N Fiesta Blvd., #101 Gilbert AZ 85233 US', 'US', 'MA-L', '2013-11-12', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38265, 'a0bb3e0', 0, 'Link Labs', '130 Holiday Court, Suite 100 Annapolis Maryland 21401 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38266, '70b3d5f6d', 0, 'Qowisio', '4 rue fulton Angers 49000 FR', 'FR', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38267, '000417', 0, 'Elau AG', 'Dillberg 12 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38268, '0050c21ec', 0, 'Cosmo Co, Ltd', 'TAKARAMACHI 1-BANCHI YOKKAICHI-SHI MIE 510-0844 JP', 'JP', 'IAB', '2002-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38269, '0015f0', 0, 'Ego BV', 'Parade 15 \'s-Hertogenbosch Noord-Brabant 5211KL NL', 'NL', 'MA-L', '2005-09-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38270, '0050c2c89', 0, 'Creative Micro Design', '645B Dawson drive Newark DE 19713 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38271, '70b3d5286', 0, 'Pedax Danmark', 'Tinvej 5 Espergærde Sjælland 3060 DK', 'DK', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38272, '000257', 0, 'Microcom Corp', '8333A Green Meadows Dr. N. Westerville OH 43081 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38273, '00074f', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38274, '0003fe', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38275, 'fc94e3', 0, 'Technicolor CH Usa Inc', '5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US', 'US', 'MA-L', '2012-04-08', '2018-03-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38276, '10b713', 1, 'Private', '', '', 'MA-L', '2013-11-12', '2013-11-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38277, 'e03f49', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38278, '7c1015', 0, 'Brilliant Home Tech, Inc', '762 Judith Ct Incline Village NV 89451 US', 'US', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38279, '70b3d5e5c', 0, 'Walton Hi-Tech Industries Ltd', 'HOLDING NO. I-65/2, WARD NO-07 CHANDRA, KALIAKOIR, GAZIPUR. 1750 BD', 'BD', 'MA-S', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38280, '0060e9', 0, 'Atop Tech, Inc', 'SUITE 305, NO. 47, PARK AVENUE II, HSINCHU 30047 TW', 'TW', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38281, '00096e', 0, 'Giant Electronics Ltd', '7/F., ELITE INDUSTRIAL BUILDING, KWUN TONG KOWLOON HK', 'HK', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38282, '98c8b8', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'An DongGuan City,Guangdong, 523860 CN', 'CN', 'MA-L', '2019-12-24', '2019-12-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38283, '78542e', 0, 'D-Link International', '1 Internal Business Park, #03-12. SINGAPORE Singapore 609917 TW', 'TW', 'MA-L', '2013-01-09', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38284, 'b04519', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2014-09-07', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38285, '480bb2b', 0, 'Popit Oy', 'Metsänneidonkuja 6 Espoo 02130 FI', 'FI', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38286, '00023f', 0, 'Compal Electronics Inc', 'No.8 , Nandong Road , PingZhen Dist. Taoyuan Taiwan 32455 TW', 'TW', 'MA-L', '2000-11-09', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38287, 'cc07e4', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999, Qishan North 2nd Road, Information & Optoelectronics Park, Torch Hi-tech Industry Development Zone, Xiamen, P.R.China Xiamen Fujian 361006 US', 'US', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38288, '001b49', 0, 'Roberts Radio Ltd', 'Swinton Works Mexborough South Yorkshire S64 8AJ GB', 'GB', 'MA-L', '2007-02-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38289, '00223e', 0, 'IRTrans GmbH', 'Einsteinstrasse 14 Unterschleissheim BAYERN 85716 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38290, '70b3d51d7', 1, 'Private', '', '', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38291, 'e42686', 0, 'DWnet Tech(Suzhou) Corp', 'No.8,Tangzhuang Road, Suzhou Industrial Park, Jiangsu, China Suzhou 21500 CN', 'CN', 'MA-L', '2019-12-07', '2019-12-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38292, '0080eb', 0, 'Compcontrol B.V.', 'STRATUMSED K31 THE NL', 'NL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38293, '00dd0a', 0, 'Ungermann-Bass Inc', '3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38294, '3c0fc1', 0, 'Kbc Networks', '25691 Atlantic Ocean Dr Lake Forest CA 92630 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38295, '0050c2de6', 0, 'Fr. Sauter AG', 'Im Surinam 55 Basel BS CH 4016 CH', 'CH', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38296, '904e916', 0, 'Nuwa Robotics (HK) Ltd Taiwan Branch', '9F., No.101, Sec. 3, Nanjing E. Rd., Zhongshan Dist. Taipei 10487 TW', 'TW', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38297, '70b3d5398', 0, 'Sipro s.r.l.', 'VIALE DELL\'INDUSTRIA, 7 VERONA VERONA 37135 IT', 'IT', 'MA-S', '2019-04-08', '2019-04-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38298, '207759', 0, 'Optical Network Video Tech (Shenzhen) Co, Ltd', 'The 4-6th Floor, No. 59, HuaNing Road, Xinwei Community, Dalang Street, Longhua District Shenzhen 518000 CN', 'CN', 'MA-L', '2019-05-24', '2019-05-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38299, 'a01c8d', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-09-06', '2019-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38300, '002509', 0, 'Sharetronic Group Ltd', 'ShaJing,Bao\'an Zone, ShenZhen Guangdong 518104 CN', 'CN', 'MA-L', '2009-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38301, '20d75a', 0, 'Posh Mobile Ltd', '1011A 10/F Harbour Centre Tower 1, 1 Hok Cheung Street HungHom Kowloon 00000 HK', 'HK', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38302, '002524', 0, 'Lightcomm Tech Co, Ltd', '9/F.,Hi-Tech Venture Park Tower A, ShenZhen GuangDong 518040 CN', 'CN', 'MA-L', '2009-02-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38303, 'c488e5', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38304, 'd440f0', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2015-05-23', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38305, 'f490cb8', 0, 'Beijing Penslink Co, Ltd', '502,12rd floor,no.2,Fangheng International Center Beijing, Chaoyang district 100102 Beijing Beijing 100102 CN', 'CN', 'MA-M', '2020-02-11', '2020-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38306, '000ac7', 0, 'Unication Group', '3F., No. 6, Wu-Kung 5Rd., Hsinchuang Cit Taipei 242 TW', 'TW', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38307, '00198b', 0, 'Novera Optics Korea, Inc', '463-1 Jeon Min Dong Yuseong Gu Deajeon 305-811 KR', 'KR', 'MA-L', '2006-09-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38308, '002142', 0, 'Advanced Control Systems doo', 'Bulevar Zorana Djindjica 8a Belgrade Serbia 11070 YU', 'YU', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38309, '00200c', 0, 'Adastra Systems Corp', '28310 INDUSTRIAL BLVD.-STE-K HAYWARD CA 94545 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38310, 'ec5c68', 0, 'Chongqing Fugui Electronics Co, Ltd', 'Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2018-08-24', '2018-08-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38311, '000fa6', 0, 'S2 Security Corp', '6 Abbott Road Wellesley MA 02481 US', 'US', 'MA-L', '2004-04-03', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38312, '444687', 0, 'Realme Chongqing MobileTelecommunications Corp Ltd', 'No.24 Nichang Boulevard, Huixing Block, Yubei District, Chongqing. Chongqing China 401120 CN', 'CN', 'MA-L', '2019-09-26', '2019-09-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38313, '003035', 0, 'Corning Inc', 'Data Center Corning NY 14831 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38314, '000875', 0, 'Acorp Electronics Corp', '8F, No.111-6,Shing Teh Rd, San Chung Taipei Hsien 241 TW', 'TW', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38315, '084ebf', 0, 'Broad Net Mux Corp', '4-1-8 Kounan Minato-ku Tokyo 108-0075 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38316, '004039', 0, 'Optec Daiichi Denko Co, Ltd', 'FIBER OPTICS & TELECOM. DIV. JAPAN', '', 'MA-L', '1980-01-01', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38317, '008017', 0, 'Pfu Ltd', 'Nu 98-2 Unoke Kahoku-shi, Ishikawa 929-1192 JP', 'JP', 'MA-L', '2000-11-09', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38318, '50c7bf', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38319, '70b3d5d10', 0, 'Contec Americas Inc', '3991 Sarno Rd Melbourne FL 32934 US', 'US', 'MA-S', '2017-08-14', '2019-08-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38320, '70b3d50cf', 0, 'sohonet Ltd', '3-5, Soho Street London London W1D 3DG GB', 'GB', 'MA-S', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38321, '70b3d570e', 0, 'Wuhan Xingtuxinke ELectronic Co, Ltd', 'NO.C3-8F,Software Park,Optics Valley,East Lake Development Zone,Wuhan,Hubei,China Wuhan Hubei 430074 CN', 'CN', 'MA-S', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38322, '001d78', 0, 'Invengo Information Tech Co, Ltd', '3/F,No.T2-B,High-Tech Industrial Park South Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38323, '001e63', 0, 'Vibro-Meter SA', 'Route de Moncor 4 Fribourg CH-1701 CH', 'CH', 'MA-L', '2007-10-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38324, '40d855175', 0, 'Ahb Systeme GmbH', 'Julius-Hatry-Str. 1 Mannheim Baden-Württemberg 68163 DE', 'DE', 'IAB', '2013-09-25', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38325, 'a43bfa3', 0, 'Circus World Displays Ltd', '4080 Montrose Rd Niagara Falls Ontario L2H 1J9 CA', 'CA', 'MA-M', '2014-04-14', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38326, '70b3d5e67', 0, 'Applied Processing', '176 rue du Marechal Foch Flins sur Seine 78410 FR', 'FR', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38327, '70b3d5a5f', 0, 'Daatrics Ltd', '4th Floor, 86-90 Paul Street LONDON EC2A 4NE GB', 'GB', 'MA-S', '2018-07-07', '2018-07-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38328, '4c917a1', 0, 'Inster Tecnología y Comunicaciones Sau', 'Avda. Rita Levi Montalcini, 2 Parcela 5, Tecnogetafe - Getafe Madrid 28906 ES', 'ES', 'MA-M', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38329, '000385', 0, 'Actelis Networks, Inc', '1 Bazel St., P.O.B. 10173 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38330, '0040bc', 0, 'Algorithmics Ltd', '3 DRAYTON PARK ENGLAND GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38331, '90e202', 0, 'Texas Instruments', '12500 TI Blvd Dallas TX 75243 US', 'US', 'MA-L', '2018-09-06', '2018-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38332, '00253f', 1, 'Private', '', '', 'MA-L', '2009-02-15', '2009-02-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38333, '0050c2da7', 0, 'Capton', '3001 Bridgeway Sausalito CA 94965 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38334, '50ff99d', 0, 'Shenzhen Haipengxin Electronic Co, Ltd', 'Block C3,Mingzhuo Xingye Technology Park,Guangming Avenue Shenzhen Guangdong 518107 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38335, '70b3d58b0', 0, 'Ies S.r.l.', 'Via Amedeo Nazzari, 3 Anzio Roma 00042 IT', 'IT', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38336, '6a1f6c', 0, 'iPass, Inc', '3800 Bridge Parkway Redwood Shores CA 94065 US', 'US', 'CID', '2017-01-30', '2017-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38337, '00a097', 0, 'JC Information Systems', '4487 TECHNOLOGY DRIVE FREMONT CA 94538-6343 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38338, '0019b9', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38339, '6c5940', 0, 'Mercury Communication Tech Co, Ltd', 'Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2015-01-23', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38340, '4c4bf9c', 0, 'Connected IO', '8304 Esters Boulevard, Suite 850 Irving TX 75063 US', 'US', 'MA-M', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38341, '10c2ba', 0, 'Utt Co, Ltd', 'Seoul Korea 135-913 KR', 'KR', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38342, '3c81d8', 0, 'Sagemcom Broadband Sas', '250 route de l\'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR', 'FR', 'MA-L', '2012-05-01', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38343, '00778d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-12-18', '2018-12-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38344, '008005', 0, 'Cactus Computer Inc', '1120 METROCREST DRIVE CARROLLTON TX 75006 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38345, '000457', 0, 'Universal Access Tech, Inc', '2 Fl., No. 5, Alley 22, Nei Hu Taipei, TAIWAN 114 TW', 'TW', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38346, '70b3d5610', 0, 'Polvision', 'ul. Witkowska 16 Wrocław woj. dolnośląskie 51-003 PL', 'PL', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38347, '582059', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2019-05-15', '2019-05-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38348, 'ecced7', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2019-11-08', '2019-11-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38349, '000b9e', 0, 'Yasing Tech Corp', 'No. 50, Ta Hsueh Road, HsinChu, Taiwan HsinChu 300 TW', 'TW', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38350, '0050c26f4', 0, 'Cryogenic Control Systems, Inc', 'PO Box 7012 Rancho Santa Fe CA 92067-7012 US', 'US', 'IAB', '2007-02-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38351, '0050c22ff', 0, 'Patria Advanced Solutions', 'Naulakatu 3 Tampere FIN-33100 FI', 'FI', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38352, '002396', 0, 'Andes Tech Corp', '2F,No. 1, Li-Hsin First Road, Hsin-Chu Taiwan 300 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38353, 'e492e7', 0, 'Gridlink Tech Co, Ltd', 'Room No. 619, No. 108 Jiang Bin Dong Road Fuzhou Fujian 350015 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38354, '3c0461', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2017-10-31', '2017-10-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38355, '000343', 0, 'Martin Professional A/S', 'Olof Palmes Alle 18 DK', 'DK', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38356, '00aa3c', 0, 'Olivetti Telecom Spa (Olteco)', '10062 MILLER AVE.-STE.#204 CUPERTINO CA 95014 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38357, '8828b3', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-02-10', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38358, 'a4f4c2', 0, 'Vnpt Tech', 'HoaLac Hi-Tech Park HANOI HANOI 10000 VN', 'VN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38359, 'c848f5', 0, 'Medison Xray Co, Ltd', '3F Burim B/D 999 Daechi-dong Seoul 135-280 KR', 'KR', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38360, '8400d2', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2011-07-09', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38361, '001527', 0, 'Balboa Instruments', '1382 Bell Ave Tustin CA 92780 US', 'US', 'MA-L', '2005-07-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38362, 'f42853', 0, 'Zioncom Electronics (Shenzhen) Ltd', 'A1&A2 Building,Lantian Technology Park, Xinyu Road, Xingqiao Henggang Block, Shajing Street, Baoan District Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38363, '00039e', 0, 'Tera System Co, Ltd', 'Doosung B/F Rm 302 Republic of Korea KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38364, '001159', 0, 'Matisse Networks Inc', '339 N BERNARDO AVE MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38365, '00e0ae', 0, 'Xaqti Corp', '1630 OAKLAND RD. #A-214 SAN JOSE CA 95131 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38366, '0050c2fca', 0, 'Telemisis Ltd', '7 Blenheim Court Almondsbury Bristol BS32 4NE US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38367, '70b3d5a5a', 0, 'Rcs Energy Management Ltd', 'RMS House Newbury Berkshire RG14 5PX GB', 'GB', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38368, '70b3d5f88', 0, 'Odawarakiki Auto-Machine Mfg.Co, Ltd', '1-11-3 Nakacho Odawara Kanagawa 250-0005 JP', 'JP', 'MA-S', '2018-07-19', '2018-07-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38369, '44237c', 0, 'Beijing Xiaomi Mobile Software Co, Ltd', 'The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN', 'CN', 'MA-L', '2019-04-19', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38370, '4c4bf99', 0, 'Tecnoplus Srl', 'Via Cilavegna, 53 Gravellona Lomellina Pavia 27020 IT', 'IT', 'MA-M', '2019-06-24', '2019-06-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38371, '0050c22c4', 0, 'Invensys Energy Systens (NZ) Ltd', '39 Princess Street Christchurch 8030 NZ', 'NZ', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38372, 'c0aa68', 0, 'Osasi Technos Inc', '65-3, Hongu-cho, Kochi-shi, Kochi-ken 780-0945 JP', 'JP', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38373, '0050c2de4', 0, 'Egs Tech Ltd', '6 Waterside Business Park Rugeley Staffordshire WS15 1LJ GB', 'GB', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38374, '40d855169', 0, 'Photop Koncent', '5 Houyu Rd.,P.O.Box 206 fuzhou fujian 350001 CN', 'CN', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38375, '001bc5078', 0, 'Donbass Soft Ltd and CoKG', 'Im Gewerbepark C25 Regensburg Bavaria 93059 DE', 'DE', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38376, '5004b8', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38377, '009052', 0, 'Selcom Elettronica S.R.L.', 'VIA GRANDI, 5 40013 CASTELMAGGIORE BO IT', 'IT', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38378, '000d67', 0, 'Ericsson', '349 Terry Fox Drive Kanata Ottawa K2K 2V6 CA', 'CA', 'MA-L', '2003-06-01', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38379, '002595', 0, 'Northwest Signal Supply, Inc', '12965 SW Herman Rd Tualatin OR 97062 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38380, '4c8b55', 0, 'Grupo Digicon', 'Rua Nissin Castiel, 640 Gravataí Rio Grande do Sul 94045420 BR', 'BR', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38381, '0050c2fbd', 0, 'Eaton Fhf Funke + Huster Fernsig GmbH', 'Gewerbeallee 15-19 Mülheim an der Ruhr NRW D-45478 DE', 'DE', 'IAB', '2012-08-13', '2016-05-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38382, '70b3d5a26', 0, 'Hear Gear, Inc', '7800 Technology Drive West Melbourne Florida 32904 US', 'US', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38383, '3af521', 0, 'Bsg Wireless', '7411 John Smith Drive, Suite 1500 San Antonio TX 78229 US', 'US', 'CID', '2018-12-01', '2018-12-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38384, '001ad6', 0, 'Jiagnsu Aetna Electric Co, Ltd', 'NO.571 QIANHU ROAD,QIANQIAO INDUSTRY PARK,WUXI,JIANGSU,CHINA WUXI JIANGSU 214151 CN', 'CN', 'MA-L', '2006-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38385, '002217', 0, 'Neat Electronics', 'Varuvägen 2 Löddeköpinge Skåne SE-24642 SE', 'SE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38386, '001678', 0, 'Shenzhen Baoan Gaoke Electronics Co, Ltd', 'GAOKE INDUSTRIAL PARK, NO.8 TANGKENG ROAD, SHIYAN TOWN SHENZHEN GUANGDONG 518108 CN', 'CN', 'MA-L', '2005-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38387, 'c4eeae', 0, 'Vss Monitoring', '1850 Gateway Dr, Suite 500 San Mateo CA 94404 US', 'US', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38388, '0009cf', 0, 'iAd GmbH', 'Unterschlauersbacher Hauptstraße 10 Grosshabersdorf Bavaria 90613 DE', 'DE', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38389, '000bd9', 0, 'General Hydrogen', '13120 Vanier Place Richmond British Columbia V6V 2J2 CA', 'CA', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38390, '002233', 0, 'Adb Broadband Italia', 'VIALE SARCA 222 MILANO 20126 IT', 'IT', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38391, '002581', 0, 'x-star networks Inc', '1F,NO1-2,Chungching S.Rd.Sec 3 Taipei 10076 TW', 'TW', 'MA-L', '2009-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38392, '3c3556', 0, 'Cognitec Systems GmbH', 'Großenhainer Str. 101 Dresden Saxony 01127 DE', 'DE', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38393, 'bcff21', 0, 'Smart Code (Shenzhen) Tech Co, Ltd', 'Room 1206, Satellite Building,2002 Keyuan Road, Nanshan Shenzhen Guangdong (Province) 518000 CN', 'CN', 'MA-L', '2020-01-04', '2020-01-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38394, '0050c208f', 0, 'General Industries Argentina', 'Herrera 1175 C1295 Abu Buenos Aires AR', 'AR', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38395, '00180d', 0, 'Terabytes Server Storage Tech Corp', '14257 E Don Julian Rd City of Industry CA 91746 US', 'US', 'MA-L', '2006-04-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38396, '70b3d511f', 0, 'Geppetto Electronics', '2784 Homestead Rd. #323 Santa Clara CA 95051 US', 'US', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38397, 'dc2b66', 0, 'InfoBLOCK S.A. de C.V.', 'Hegel 229 - 10 Mexico City Distrito Federal 11570 MX', 'MX', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38398, '54511b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2016-01-02', '2016-01-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38399, '20a99b', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2014-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38400, 'b8f080', 0, 'Sps, Inc', '70, Techno8-ro Yuseong-gu Daejeon 305-500 KR', 'KR', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38401, 'f8b5687', 0, 'CloudMinds (Shenzhen) Holdings Co, Ltd', 'Tower 3, 33F, Unit B, Wangjing SOHO,Wangjing Street No.10 beijing 100102 CN', 'CN', 'MA-M', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38402, '70b3d5718', 0, 'Peek Traffic', '5401 N SAM HOUSTON PKWY W HOUSTON null 77086 US', 'US', 'MA-S', '2018-07-24', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38403, '2cedeb', 0, 'Alpheus Digital Co Ltd', 'Room 2, 23/F Tak King Industrial building Hong Kong 852 HK', 'HK', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38404, '44d4e0', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2014-02-25', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38405, 'b065bd', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2012-05-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38406, '5ca3eb', 0, 'Lokel s.r.o.', 'Moravska 797/85 Ostrava Moravskoslezsky 700 30 CZ', 'CZ', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38407, 'ec8a4c', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2014-04-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38408, '70b3d532a', 0, 'Wuhan Xingtuxinke ELectronic Co, Ltd', 'NO.C3-8F,Software Park,Optics Valley,East Lake Development Zone,Wuhan,Hubei,China Wuhan Hubei 430074 CN', 'CN', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38409, '00502c', 0, 'Soyo Computer, Inc', 'NO. 21 WU-KUNG 5 RD. TAIWAN TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38410, '0050c2b8f', 0, 'Gentec', '2625 Dalton Quebec G1P 3S9 CA', 'CA', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38411, 'ccc50a', 0, 'Shenzhen Dajiahao Tech Co, Ltd', '3F Buliding 1, 2th Park TaoHuaYuan Tech- Innovation, Shenzhen Guangdong 518102 CN', 'CN', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38412, '2c279ed', 0, 'Jiangsu JianHu Science & Tech Co, Ltd', 'No.95 East Guangdian Road of Yaoguan County, Wujin District Changzhou Jiangsu 213011 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38413, '0050c2ad8', 0, 'Incyma', 'Victor-Duret 18 Onex GE 1213 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38414, '9088a2', 0, 'Ionics Tech ME Ltda', 'RUA DEP. ANTONIO EDU VIEIRA FLORIAN POLIS SANTA CATARINA 88040000 BR', 'BR', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38415, '001b95', 0, 'Video Systems Srl', 'Loc. Gorizzo, 16 CAMINO AL TAGLIAMENTO UD IT', 'IT', 'MA-L', '2007-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38416, 'd44f80', 0, 'Kemper Digital GmbH', 'Koenigswall 16-18 Recklinghausen North-Rhine-Westphalia 45657 DE', 'DE', 'MA-L', '2010-12-06', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38417, '70b3d5440', 0, 'Discover Video', 'Bld 3 Wallingford CT 06492 US', 'US', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38418, '00e063', 0, 'Cabletron Systems, Inc', '35 INDUSTRIAL WAY ROCHESTER NH 03866-5005 US', 'US', 'MA-L', '1997-11-14', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38419, '0050c2015', 0, 'Leroy Automation', 'Boulevard du Libre - Echange ccc 00000 FR', 'FR', 'IAB', '2002-08-08', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38420, '34b20a', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2019-06-28', '2019-06-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38421, '0050c22da', 0, 'Pyramid Computer GmbH', 'Boetzinger Strasse 60 Freiburg BW 79111 DE', 'DE', 'IAB', '2004-02-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38422, '4891f6', 0, 'Shenzhen Reach software Tech Co, Ltd', '6/F,Block B, Kingdee Software park,#2,Keji 12th South Road,Hi-tech Industrial Park,Nanshan District Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38423, '70b3d585d', 0, 'Athreya Inc', '261 Conlins Road TORONTO ON M1C1C4 CA', 'CA', 'MA-S', '2016-09-06', '2016-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38424, '70d923', 0, 'vivo Mobile Communication Co, Ltd', '#283,BBK Road Wusha,Chang\'an DongGuan City,Guangdong 523860 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38425, '50464a', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2020-02-12', '2020-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38426, '0006ea', 0, 'Elzet80 Mikrocomputer GmbH&Co KG', 'Theaterplatz 9 DE', 'DE', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38427, 'b829f7', 0, 'Blaster Tech', '13337 South Street Cerritos CA 90703 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38428, '9806371', 0, 'E. P. Schlumberger', '1 rue Henri Becquerel Clamart 92140 FR', 'FR', 'MA-M', '2019-05-20', '2019-05-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38429, '0008c2', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38430, '001277', 0, 'Korenix Tech Co, Ltd', '11F-1, No. 108, MinQuan Rd. Xindian City Taipei 231 TW', 'TW', 'MA-L', '2004-10-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38431, '6c0ee6', 0, 'Chengdu Xiyida Electronic Tech Co,.Ltd', 'Room 408,Building A,No.33 Wuqing South Road,Wuhou District Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-03-04', '2016-03-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38432, '506255b', 0, 'Chengdu Cove Tech Co, Ltd', 'No.1-3, Floor 4, Building 2,No.1366 Middle Section of Tianfu Ave Chengdu SICHUAN 610000 CN', 'CN', 'MA-M', '2019-08-29', '2019-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38433, '00e020', 0, 'Tecnomen OY', 'P.O. BOX 93 FIN-02271 ESPOO FI', 'FI', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38434, '00057f', 0, 'Acqis Tech', '1621 West El Camino Real Mt. View CA 94040 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38435, 'a81758', 0, 'Elektronik System i Umeå AB', 'Box 7978 Umeå Västerbotten 907 19 SE', 'SE', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38436, '184462', 0, 'Riava Networks, Inc', 'Kato Bldg. 1F, 6-12-4 Soto-Kanda Chiyoda-ku Tokyo 1010021 JP', 'JP', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38437, '10dee4', 0, 'automationNEXT GmbH', 'Millennium Park 4 Lustenau Vorarlberg 6890 AT', 'AT', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38438, '001222', 0, 'Skardin (UK) Ltd', 'No. 5 Greenway (RO24) Harlow Essex CM19 5QB GB', 'GB', 'MA-L', '2004-08-19', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38439, '182032', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2011-11-01', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38440, '1c599b', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38441, '0012d9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38442, '0050c29d3', 0, 'Telemetrie Elektronik GmbH', 'Berliner Allee 42 Langenhagen Niedersachsen 30855 DE', 'DE', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38443, '0050c27db', 0, 'Mueller Elektronik', 'Hauptstraße 86 Spaichingen Baden-Württemberg 78549 DE', 'DE', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38444, '001ecc', 0, 'Cdvi', '31 Avenue du Général Leclerc PANTIN Ile de France 93500 FR', 'FR', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38445, 'c8f9f9', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38446, '386c9b', 0, 'Ivy Biomedical', '11 Business Park Drive Branford Connecticut 06405 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38447, 'b0da00', 0, 'Cera Electronique', 'PARC D'ACTIVITES VAL DE REUIL HAUTE NORMANDIE 27100 FR', 'FR', 'MA-L', '2014-01-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38448, 'f02475', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-10-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38449, '0030c1', 0, 'Hewlett Packard', '11000 WOLFE ROAD CUPERTINO CA 95014 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38450, '000b59', 0, 'ScriptPro, Llc', '5828 Reeds Rd. Mission Kansas 66202 US', 'US', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38451, '001f62', 0, 'Jsc Stilsoft', 'Mayakovskogo 15 Stavropol 355000 RU', 'RU', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38452, '001755', 0, 'GE Security', '12345 SW Leveton Drive Tualatin OR 97062 US', 'US', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38453, '008865', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-01-09', '2017-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38454, '0030bc', 0, 'Optronic AG', 'untereggerstrasse 53 9403 Goldach CH', 'CH', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38455, '000776', 0, 'Federal Apd', '42775 Nine Mile Rd. Novi MI 48375 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38456, '0022bd', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38457, '28f358', 0, '2C - Trifonov & Co', '133, Tsarigradsko Shose Blvd, BIZ IZOT, Sofia 1784 BG', 'BG', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38458, '44ba46', 0, 'Sichuan Tianyi Comheart Telecomco.,Ltd', 'FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN', 'CN', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38459, '903dbd', 0, 'Secure Meters Ltd', 'E CLASS, PRATAP NAGAR INDUSTRIAL AREA UDAIPUR RAJASTHAN 313003 IN', 'IN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38460, '482ca0', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38461, '70b3d57da', 0, 'Grupo Epelsa S.L.', 'C/ Punto Net,3 Alcala de Henares Madrid 28805 ES', 'ES', 'MA-S', '2018-11-19', '2018-11-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38462, '000542', 0, 'Otari, Inc', '4-33-3 Kokuryo-cho, JP', 'JP', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38463, '000c3c', 0, 'MediaChorus, Inc', '#205, ETRI TBI 2 Center Daejon DJ 305-333 KR', 'KR', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38464, '0026e8', 0, 'Murata Manufacturing Co, Ltd', '2288, Oaza-Ohshinohara, Yasu-cho, Yasu-gun Shiga 520-2393 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38465, '5c5eab', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2010-11-24', '2016-02-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38466, '74e28c', 0, 'Microsoft Corp', '1 Microsoft Way Redmond Washington 98052 FI', 'FI', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38467, '00034c', 0, 'Shanghai DigiVision Tech Co, Ltd', '11F, Heng Tong Shanghai 200050 CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38468, '0050c2817', 0, 'Odin TeleSystems Inc', '800 E. Campbell Rd Richardson TX 75081-1873 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38469, '001bc504a', 0, 'Certis Tech International Pte Ltd', 'Certis CISCO Centre 409179 409179 SG', 'SG', 'MA-S', '2011-12-19', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38470, '149fe8', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999,Qishan North 2nd Road,Information&Optoelectronics Park,Torch Hi-tech Industry Development Zone Xiamen Fujian 361006 CN', 'CN', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38471, '0006ad', 0, 'KB Electronics Ltd', '150 Bluewater Rd. B4B 1G9 CA', 'CA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38472, '40f52e', 0, 'Leica Microsystems (Schweiz) AG', 'Max Schmidheiny-Strasse 201 Heerbrugg SG 9435 CH', 'CH', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38473, '00a057', 0, 'Lancom Systems GmbH', 'Adenauer Straße 20 /B2 Würselen 52146 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38474, '001891', 0, 'Zhongshan General K-mate Electronics Co, Ltd', '3/F B1 Building, Fuwan Ind. Zone Sun Wen East Road Zhongshan Guangdong 528403 CN', 'CN', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38475, '6c5c3de', 0, 'Clinton Electronics Corp', '6701 Clinton Road Loves Park IL 61111 US', 'US', 'MA-M', '2018-08-03', '2018-08-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38476, '00e034', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38477, '0010e6', 0, 'Applied Intelligent Systems, Inc', '3923 RANCHERO DRIVE ANN ARBOR MI 48108 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38478, 'a03e6b1', 0, 'Business Support Consultant Co, Ltd', 'Room 703-705, 5 Guihua Road, Futian Free Trade Zone, Shenzhen, China Shenzhen Guangdong 518038 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38479, 'b4a2eb9', 0, 'Current Ways, Inc', '10221 BUENA VISTA AVE SANTEE CA 92071 US', 'US', 'MA-M', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38480, '0050c2124', 0, 'Tokai Soft Corp', '6-55 Nagaosacho, Nakamuraku Nagoya City, Aichi JP', 'JP', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38481, '0050c240a', 0, 'Contec Steuerungstechnik & Automation GmbH', 'Wildbichkerstraße 2e Ebbs Tirol 6341 AT', 'AT', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38482, '0050c255d', 0, 'Acd Elektronik GmbH', 'Engelberg 2 Achstetten bawu 88480 DE', 'DE', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38483, '40d855015', 0, 'Bitmill srl', 'Corso Vercelli 125A IVREA 10015 IT', 'IT', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38484, '044a6c', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2019-06-04', '2019-06-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38485, '003083', 0, 'Ivron Systems', '19-20 YORK ROAD IE', 'IE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38486, '005053', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38487, '0050c2e15', 0, 'Ihi Scube Co, Ltd', 'Takamatsu-cyo 1-100 Tachikawa-shi Tokyo 190-0011 JP', 'JP', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38488, '18b591', 0, 'I-Storm', 'Hogye-dong, Dongan-gu Anyang-si Gyeonggi-do 431-080 KR', 'KR', 'MA-L', '2012-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38489, 'b41def', 0, 'Internet Laboratories, Inc', 'P.O. Box 7697 Atlanta GA 30357 US', 'US', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38490, '70b3d50ca', 0, 'Vitec', '99, rue Pierre Semard CHATILLON 92320 FR', 'FR', 'MA-S', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38491, '18132d', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38492, '7c210e', 0, 'Cisco Systems, Inc', '80 West Tasman Dr. San Jose CA 94568 US', 'US', 'MA-L', '2019-08-22', '2019-08-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38493, '000eba', 0, 'Hanmi Semiconductor Co, Ltd', '#532-2, Gajwa-Dong, Seo-Ku, Incheon, 404 250 KR', 'KR', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38494, '745612', 0, 'Arris Group, Inc', '6450 Sequence Drive San Diego CA 92121 US', 'US', 'MA-L', '2010-11-24', '2016-05-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38495, '40d8550c7', 0, 'insensiv GmbH', 'Heidsieker Heide 114 Bielefeld Nordrhein-Westfalen 33739 DE', 'DE', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38496, '70b3d504a', 0, 'Gecko Robotics Inc', '6901 Lynn Way, Suite 310 Pittsburgh PA 15208 US', 'US', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38497, '002289', 0, 'Vandelrande Apc Inc', '1280 Lebourgneuf Blvd. Quebec G2K 0H1 CA', 'CA', 'MA-L', '2008-10-25', '2019-01-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38498, '002667', 0, 'Carecom Co, Ltd', '3-35-4 Chofu Tokyo 182-0025 JP', 'JP', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38499, '8cd48e', 0, 'Itel Mobile Ltd', 'RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK', 'HK', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38500, 'e4e130', 0, 'Tct mobile Ltd', 'No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38501, 'c00380', 0, 'Juniper Networks', '1133 Innovation Way Sunnyvale CA 94089 US', 'US', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38502, '007204', 0, 'Samsung Electronics Co, Ltd Artik', '1-1, Samsungjeonja-ro Hwaseong-si Gyeonggi-do 18448 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38503, '001e5b', 0, 'Unitron Co, Inc', '10925 Miller Road Dallas TX 75238 US', 'US', 'MA-L', '2007-10-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38504, '002390', 0, 'Algolware Corp', '13F-5, No. 77, Sec. 1, Sintai 5th Rd., Taipei County Taiwan 221 TW', 'TW', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38505, '0050c2f23', 0, 'Electro-Motive Diesel', '9301 West 55th Street LaGrange IL 60525 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38506, '34298f8', 0, 'Nanjing Sandemarine Electric Co, Ltd', 'Room 202, D Building, No.2 Dongda Road, Pukou District, Nanjing, Jiangsu Province, P.R.China Nanjing Jiangsu 210032 CN', 'CN', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38507, 'ccd39d4', 0, 'Shenzhen Chenggu Tech Co, Ltd', 'Longgang District Jihua street Zhonghaixin Industrial Innovation City 19A 3F Shenzhen Guagndong 518112 CN', 'CN', 'MA-M', '2018-10-16', '2018-10-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38508, '001643', 0, 'Sunhillo Corp', '444 Kelley Drive West Berlin New Jersey 08091 US', 'US', 'MA-L', '2005-10-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38509, '0050c2784', 0, 'Lewis Controls Inc', '260 N. 26th Ave Corneliu OR 97229 US', 'US', 'IAB', '2007-07-01', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38510, '2c36a0', 0, 'Capisco Ltd', 'PO Box 938 Auckland 0943 NZ', 'NZ', 'MA-L', '2011-11-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38511, '40d8550da', 0, 'Devialet SA', '126 rue Réaumur Paris 75002 FR', 'FR', 'IAB', '2013-05-16', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38512, '2435cc', 0, 'Zhongshan Scinan Internet of Things Co, Ltd', '15/F Bldg 1·Dezhong Plaza Torch Development Zone Zhongshan·Guangdong ZhongShan GuangDong 528437 CN', 'CN', 'MA-L', '2015-10-07', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38513, 'ecd09f', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38514, '70b3d59e6', 0, 'Blocksi Llc', '228 Hamilton avenue 3rd floor Palo Alto 94301 US', 'US', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38515, '001091', 0, 'NO Wires Needed BV', 'P.O. BOX 343 3720 AH BILTHOVEN NL', 'NL', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38516, '9835b8', 0, 'Assembled Products Corp', '115 E. Linden Rogers Arkansas 72756 US', 'US', 'MA-L', '2010-03-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38517, 'c8e1a7', 0, 'Vertu Corp Ltd', 'Beacon Hill Road Church Crookham Hampshire GU52 8DY GB', 'GB', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38518, '70b3d5949', 0, 'National Radio & Telecommunication Corp - Nrtc', 'T&T Complex, Haripur Haripur KPK 22620 PK', 'PK', 'MA-S', '2018-10-23', '2018-10-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38519, 'f871fe', 0, 'The Goldman Sachs Group, Inc', 'Christchurch Court | 10-15 Newgate Street London London EC1A 7HD GB', 'GB', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38520, '0050c2e72', 1, 'Private', '', '', 'IAB', '2011-08-06', '2011-09-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38521, '0009ee', 0, 'Meikyo Electric Co, Ltd', '4-27-2 Higashiogu Arakawa-ku Tokyo 116-0012 JP', 'JP', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38522, '282246', 0, 'Beijing Sinoix Communication Co, Ltd', 'Gehua Tower Room 603 Beijing 100000 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38523, 'd4f46f', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38524, '80ad16', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2017-12-10', '2017-12-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38525, '00309a', 0, 'Astro Terra Corp', '11526 SORRENTO VALLEY ROAD SAN DIEGO CA 92121 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38526, '000573', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38527, 'd4741b', 0, 'Beijing HuaDa ZhiBao Electronic System Co, Ltd', 'No.1 Gaojiayuan,Chaoyang District,Beijing,China Beijing Beijing 100015 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38528, '68a03e', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38529, '0019f5', 0, 'Imagination Tech Ltd', 'Zurich House Leeds West Yorkshire LS11 5DB GB', 'GB', 'MA-L', '2006-11-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38530, '001e4d', 0, 'Welkin Sciences, Llc', '102 S. Tejon St, Suite 200 Colorado Springs CO 80903 US', 'US', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38531, 'ac64dda', 0, 'Bluewave Global Manufacturing Ltd', '82/F, International Commerce Centre, 1 Austin Road West Kowloon 0 HK', 'HK', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38532, '00002b', 0, 'Crisp Automation, Inc', '5160 BLAZER PARKWAY DUBLIN OH 43017 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38533, '0004cb', 0, 'Tdsoft Communication, Ltd', '60 Medinat Hayehudim St. IL', 'IL', 'MA-L', '2001-01-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38534, '001d8b', 0, 'Adb Broadband Italia', 'VIALE SARCA 222 MILANO 20126 IT', 'IT', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38535, 'e4d53d', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2011-07-26', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38536, '9020c2', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2018-12-12', '2018-12-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38537, '0050c2c4e', 0, 'Elaso AG', 'Gewerbestrasse 14 Zuchwil Solothurn 4528 CH', 'CH', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38538, '28c63f', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38539, '7cf098', 0, 'Bee Beans Tech, Inc', 'TCI B5 Tsukuba City Ibaraki 305-0047 JP', 'JP', 'MA-L', '2010-04-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38540, '6cf37f', 0, 'Aruba, a Hewlett Packard Enterprise Co', '3333 Scott Blvd Santa Clara CA 95054 US', 'US', 'MA-L', '2011-08-05', '2018-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38541, '70b3d5f39', 0, 'Zenros ApS', 'Kongevejen 331- 1. Holte Hovedstaden DK2840 DK', 'DK', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38542, '78ca833', 0, 'Neofon GmbH', 'Sonnengrund 13a Starnberg 82319 DE', 'DE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38543, 'ccd31ed', 0, 'Cujo Llc', '2512 Artesia Blvd Redondo Beach CA 90278 US', 'US', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38544, '000d2f', 0, 'Ain Comm.TechCo, Ltd', '4F, No.76, Sec2 Mintzu Rd Jung-Li City 320 TW', 'TW', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38545, '0050c27e4', 0, 'Meta Vision Systems Ltd', 'Oakfield House Eynsham Oxfordshire OX29 4TH GB', 'GB', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38546, '809393', 0, 'Xapt GmbH', 'Neidenburger Str. 10 Gelsenkirchen NRW 45897 DE', 'DE', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38547, '70b3d5ddd', 0, 'Bio Rad Laboratories', '6000 JAMES WATSON DR. HERCULES CA 94547 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38548, '28c13c', 0, 'Hon Hai Precision Ind. Co, Ltd', 'GuangDongShenZhen ShenZhen GuangDong 518109 CN', 'CN', 'MA-L', '2017-08-11', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38549, '7cbacc0', 0, 'Tgt Ltd', 'Flat/Rm 1003 10/F, Witty Commercial Building, 1A-1L Tung Choi Street, Hong Kong HongKong 529060 HK', 'HK', 'MA-M', '2017-08-15', '2017-08-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38550, '006050', 0, 'Internix Inc', '59-10 TAKAKURA-CHO TOKYO 192 JP', 'JP', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38551, '001fa5', 0, 'Blue-White Industries', '5300 Business Drive Huntington Beach CA 92649 US', 'US', 'MA-L', '2008-01-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38552, '38fdfeb', 0, 'Swedish Adrenaline AB', 'Pilefeltsgatan 73 Halmstad 302 50 SE', 'SE', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38553, '08dfcb', 0, 'Systrome Networks', 'Sohna Road Gurgaon Haryana 122018 IN', 'IN', 'MA-L', '2017-12-28', '2017-12-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38554, '001552', 0, 'Wi-Gear Inc', '340 Church Street San Francisco CA 94114 US', 'US', 'MA-L', '2005-07-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38555, '0026b7', 0, 'Kingston Tech Co, Inc', '17600 Newhope St. Fountain Valley CA 92708 US', 'US', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38556, '70b3d5f48', 0, 'Heitec AG', 'Dr.-Otto-Leich-Str. 16 Eckental Bavaria 90542 DE', 'DE', 'MA-S', '2019-04-12', '2019-04-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38557, '70b3d505c', 0, 'Amber Kinetics Inc', '32920 Alvarado-Niles Rd #250 Union City CA 94587 US', 'US', 'MA-S', '2018-08-14', '2018-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38558, '784405', 0, 'Fujitu(Hong Kong) Electronic Co, Ltd', '8/F,QingHai Building,Xiang Mei Road,Futian District SHENZHEN GUANGDONG 518000 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38559, 'b01041', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-04-22', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38560, '0050c2901', 0, 'Research Applications Incorp', '650 South 79th Street Chandler Arizona 85226 US', 'US', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38561, '001bc5065', 0, 'Plair Media Inc', '2901 Tasman Drive Santa Clara California 95054 US', 'US', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38562, 'ccf0fd', 0, 'China Mobile (Hangzhou) Information Tech Co, Ltd', 'No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District, Hangzhou, Zhejiang Hangzhou Zhejiang 310000 CN', 'CN', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38563, '00d00a', 0, 'Lanaccess Telecom S.A.', 'GRAN VIA 8-10 4 1 ES', 'ES', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38564, '0015b5', 0, 'CI Network Corp', '2F Daini Inoue Bldg Tokyo 107-0052 JP', 'JP', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38565, '0050c2f04', 0, 'Kinki Roentgen Industrial Co, Ltd', '259 Kamidachiuri-Agaru Muromachidori, Kyoto 6020029 JP', 'JP', 'IAB', '2011-12-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38566, '8cf945', 0, 'Power Automation pte Ltd', '28 Ayer Rajah Crescent 139959 SG', 'SG', 'MA-L', '2013-05-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38567, '70b3d5841', 0, 'Stanet Co, Ltd', '6F., No.67, Guangfu S. Rd. Taipei 105 TW', 'TW', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38568, '0050c23ee', 0, 'Commoca, Inc', '#68 East Mendez Vigo Suite 3 Mayaguez PR 00680 PR', 'PR', 'IAB', '2004-10-19', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38569, '0012cc', 0, 'Bitatek Co, Ltd', '6F.,No 115,Wugong 3rd Rd Wugu District New Taipei City 248 TW', 'TW', 'MA-L', '2004-11-16', '2015-10-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38570, '7427ea', 0, 'Elitegroup Computer Systems Co, Ltd', 'No. 239, Sec. 2, Ti Ding Blvd., Taipei 11493 US', 'US', 'MA-L', '2013-01-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38571, '541b5d', 0, 'Techno-Innov', '35 rue du champ Blanc Meyzieu Rhône 69330 FR', 'FR', 'MA-L', '2013-07-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38572, '582bdb', 0, 'Pax AB', 'Box 72 Hälleforsnäs 64806 SE', 'SE', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38573, '9c1d36', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-07-03', '2018-07-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38574, '000aa9', 0, 'Brooks Automation GmbH', 'Goeschwitzer Strasse 25 Jena Thuringia 07745 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38575, '0050c286f', 0, 'b-plus GmbH', 'Ulrichsbergerstr. 17 Deggendorf Bavaria 94469 DE', 'DE', 'IAB', '2008-02-20', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38576, 'a03e6bd', 0, 'Jining SmartCity Infotech CoLtd', 'Technology Center,Renchen District, Jining Shandong 272000 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38577, '0050c256c', 0, 'Targeted Tech, Llc', '273 Azalea Road Mobile AL 36609 US', 'US', 'IAB', '2006-02-05', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38578, '001e36', 0, 'Ipte', 'Geleenlaan 5 Genk Limburg 3600 BE', 'BE', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38579, '743170', 0, 'Arcadyan Tech Corp', '4F. , No. 9 , Park Avenue II, Hsinchu 300 TW', 'TW', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38580, '107b44', 0, 'ASUSTek Computer Inc', '15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW', 'TW', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38581, '70b3d5ee9', 0, 'Sc3 Automation', '790 Principale Ouest Magog Quebec J1X2B3 CA', 'CA', 'MA-S', '2019-08-06', '2019-08-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38582, '00c003', 0, 'Globalnet Communications', '912, PLACE TRANS CANADA CANADA J4G 2M1 CA', 'CA', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38583, 'e8b4ae', 0, 'Shenzhen C & D Electronics Co, Ltd', 'Building 2, Xia You Song Mountain Top Industrial District, You Song Village Shenzhen Guang Dong 518000 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38584, 'ac4e2e', 0, 'Shenzhen JingHanDa Electronics CoLtd', '5th Floor,No 4 ,Road 1,ShangXue Technology industrial Park,LongGang district,ShenZhen,GuangDong,China ShenZhen GuangDong 518129 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38585, '98f9c7d', 0, 'hangzhou soar security Tech Ltd liability Co', 'Zhebao Ideal Xiangyuan Creative industrial Park Hangzhou Zhejiang Zhejiang CN', 'CN', 'MA-M', '2018-08-16', '2018-08-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38586, '701f3c', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2020-01-01', '2020-01-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38587, '0015b3', 0, 'Caretech AB', 'Nyborgsvägen 197 Kalix 95291 SE', 'SE', 'MA-L', '2005-09-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38588, '1cb857', 0, 'Becon Tech Co,.Ltd', 'Room C405-A Induckwon IT Vally, 40, Imiro Uiwang city Kyunggi-do 16006 KR', 'KR', 'MA-L', '2016-10-12', '2016-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38589, '0021c1', 0, 'Abb Oy / Medium Voltage Products', 'PO Box 699 Vaasa FI-65101 FI', 'FI', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38590, '40d855004', 0, 'CR Magnetics, Inc', '3500 Scarlet Oak Blvd Saint Louis Missouri 63122 US', 'US', 'IAB', '2012-11-04', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38591, '70886bb', 0, 'Beijing Strongleader Science & Tech Co, Ltd', 'No. 12 Yard, Zhong Guan Cun South St. Beijing Beijing 100081 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38592, '0050c20df', 0, 'Innovation Institute, Inc', 'PO Box 9359 Caguas PR 00726-9359 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38593, '001dea', 0, 'Commtest Instruments Ltd', 'Level 2, 22 Moorhouse Ave Christchurch Canterbury 8243 NZ', 'NZ', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38594, '944a09', 0, 'BitWise Controls', '98 Inverness Dr East Englewood CO 80112 US', 'US', 'MA-L', '2012-05-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38595, '0c8910', 0, 'Samsung Electronics Co, Ltd', '129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR', 'KR', 'MA-L', '2013-09-12', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38596, '0881bc', 0, 'HongKong Ipro Tech Co, Ltd', 'Flat/Rm A3 9/F Silvercorp Int Tower HONGKONG 999077 HK', 'HK', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38597, '7cfe90', 0, 'Mellanox Tech, Inc', '350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US', 'US', 'MA-L', '2015-05-23', '2016-05-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38598, 'd4b8ff', 0, 'Home Control Singapore Pte Ltd', '620A Lorong 1 Toa Payoh Singapore Singapore 217909 SG', 'SG', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38599, '70b3d598a', 0, 'vision systems safety Tech', 'Route d’Irigny – ZI NORD - BP 32 Brignais Rhone alpes auverne 69530 FR', 'FR', 'MA-S', '2018-12-20', '2018-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38600, '000253', 0, 'Televideo, Inc', '2345 Harris Way San Jose CA 95131 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38601, '5087b8', 0, 'Nuvyyo Inc', '1 Smythe Rd Carleton Place Ontario K7C4J4 CA', 'CA', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38602, 'f8adcb', 0, 'Hmd Global Oy', 'Bertel Jungin aukio 9 Espoo 02600 FI', 'FI', 'MA-L', '2019-04-05', '2019-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38603, '4ca64d', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-12-20', '2019-12-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38604, '503cea', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-09-06', '2017-09-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38605, '301f9a', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2017-12-11', '2017-12-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38606, '0050c2c2b', 0, 'Z-App Systems, Inc', '1732 N. First St. San Jose CA 95112 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38607, 'd0e782', 0, 'AzureWave Tech Inc', '8F., No. 94, Baozhong Rd . New Taipei City Taiwan 231 TW', 'TW', 'MA-L', '2013-01-09', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38608, '98c0eb', 0, 'Global Regency Ltd', '20F, Phase A, Wenjin Plaza, Shen Zhen Guangdong 518000 CN', 'CN', 'MA-L', '2013-12-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38609, '20c3a4', 0, 'RetailNext', '60 S. Market St, 10th Floor San Jose CA 95113 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38610, '001e4e', 0, 'Dako Edv-Ingenieur- und Systemhaus GmbH', 'Ernst-Haeckel-Platz 5/6 Jena Thuringia 07745 DE', 'DE', 'MA-L', '2007-09-29', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38611, '002351', 0, '2Wire Inc', '1764 Automation Parkway San Jose CA 95131 US', 'US', 'MA-L', '2008-10-25', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38612, '00235f', 0, 'Silicon Micro Sensors GmbH', 'Grenzstrasse 28 / Gebäude 32 Dresden Saxony 01109 DE', 'DE', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38613, '28fd802', 0, 'Zhixiang Tech Co, Ltd', '7-2604 Media Village, Chaoyang District, Beijing 100107 CN', 'CN', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38614, '70b3d5b09', 0, 'First Light Imaging', '100 route des Houilleres MEYREUIL 13590 FR', 'FR', 'MA-S', '2016-10-11', '2016-10-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38615, '001bbf', 0, 'Sagemcom Broadband Sas', '14 Rue Paul Dautier Vélizy 78457 FR', 'FR', 'MA-L', '2007-04-09', '2015-10-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38616, '001da6', 0, 'Media Numerics Ltd', 'Rodenbacher Chaussee 6 Hanau Hessen 63457 DE', 'DE', 'MA-L', '2007-08-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38617, '001c8b', 0, 'MJ Innovations Ltd', '333 Wyecroft Road Oakville Ontario L6K 2H2 CA', 'CA', 'MA-L', '2007-05-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38618, '94ebcd', 0, 'BlackBerry Rts', '295 Phillip Street Waterloo Ontario N2L3W8 CA', 'CA', 'MA-L', '2013-01-16', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38619, 'e818633', 0, 'DongGuan Pengxun Electronics Tech Co, Ltd', '10th floor, Jinhui Bussiness Building, DongGuan City GuangDong Province 523850 CN', 'CN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38620, '0821ef', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-12-03', '2015-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38621, '6cab05', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-02-22', '2019-02-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38622, '0010d1', 0, 'Top Layer Networks, Inc', '4 MECHANIC ST.- STE#212 NATICK MA 01760 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38623, '00151c', 0, 'Leneco', '6th.,Dong Moon Good Morning Tower 1 Kyeong Ki-Do GoYang-Si 411-817 KR', 'KR', 'MA-L', '2005-07-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38624, '4888ca', 0, 'Motorola (Wuhan) Mobility Tech Communication Co, Ltd', 'No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN', 'CN', 'MA-L', '2016-04-27', '2016-04-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38625, 'c4fe5b', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2019-10-30', '2019-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38626, '802fde', 0, 'Zurich Instruments AG', 'Technoparkstrasse 1 Zurich 8005 CH', 'CH', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38627, '8ce2da', 0, 'Circle Media Inc', '1319 SE Martin Luther King Jr. Blvd. Portland Oregon 97214 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38628, '785712', 0, 'Mobile Integration Workgroup', '4580 Klahanie DR SE STE 106 Issaquah WA 98029 US', 'US', 'MA-L', '2010-05-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38629, '70b3d5e21', 0, 'Llvision Tech Co, Ltd', 'Room302,Building A Fuxing,No.30 He Tao Yuan,Guan Dong Dian Bei Jie Beijing Beijing 100026 CN', 'CN', 'MA-S', '2015-04-29', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38630, '00089f', 0, 'Efm Networks', '403, 4th floor Elegance 1 Bldg. Sungnam-si Kyunggi-do 463-808 KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38631, '0009bf', 0, 'Nintendo Co, Ltd', '11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP', 'JP', 'MA-L', '2002-06-05', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38632, '546751', 0, 'Compal Broadband Networks, Inc', '13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW', 'TW', 'MA-L', '2015-11-15', '2015-11-15'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38633, '70b3d5c12', 0, 'Beijing Wisetone Information Tech Co, Ltd', 'B-7A ,48A Zhichun Road,Haidian District,Beijing Beijing Beijing 100098 CN', 'CN', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38634, '0050c24b6', 0, 'General Resources Co, Ltd', 'B1,No. 15,Lane 174,Hsin-Ming Rd.,Nei Hu Taipei 114 TW', 'TW', 'IAB', '2005-07-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38635, '0050c2c97', 0, 'Mstronic Co, Ltd', '2F, No#12 Gongshang Rd. Taipei County 248 TW', 'TW', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38636, '40d85505d', 0, 'Leica Biosystems', '5205 Route 12 Richmond Illinois 60071 US', 'US', 'IAB', '2013-04-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38637, 'f80278c', 0, 'Tech Research, Llc', '4525 140th Ave North Clearwater FL 33762 US', 'US', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38638, '749ef5', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2019-07-26', '2019-07-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38639, '0000ad', 0, 'Bruker Instruments Inc', 'MANNING PARK BILLERICA MA 01821 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38640, '0c8bfd', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2012-03-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38641, '70b3d5a7c', 0, 'Transelektronik Messgeräte GmbH', 'Theresiengasse 3 Wien Austria 1180 AT', 'AT', 'MA-S', '2016-03-24', '2016-03-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38642, '0000f8', 0, 'Digital Equipment Corp', 'LKG 1-2/A19 LITTLETON MA 01460-1289 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38643, '68122d', 0, 'Special Instrument Development Co, Ltd', '6F-1, No. 123, Lane 235 Hsin Tien Taipei Hsien 231 TW', 'TW', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38644, '60eb69', 0, 'Quanta Computer Inc', '211, Wen Hwa 2nd Rd.,Kuei Shan, Tao Yuan 33377 TW', 'TW', 'MA-L', '2010-07-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38645, '40ba61', 0, 'Arima Communications Corp', '6F., No.866, Jhongjheng Rd., Jhonghe Dist. New Taipei City 23586 TW', 'TW', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38646, '48c093', 0, 'Xirrus, Inc', '2101 Corporate Center Dr. Thousand Oaks CA 91320 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38647, '58b568', 0, 'Securitas Direct EspaÑA, Sau', 'C/ Priégola, 2 Pozuelo de Alarcon Madrid 28224 ES', 'ES', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38648, '3c5731', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-11-14', '2019-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38649, '000026', 0, 'Sha-Ken Co, Ltd', 'MINAMI-OTSUKA TOKYO JP', 'JP', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38650, '000472', 0, 'Telelynx, Inc', '3F-1, 66 Nankan Rd., TAIWAN TW', 'TW', 'MA-L', '2000-12-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38651, '9843da', 0, 'Intertech', '3F. 14-9 Sarihyun-Ro. Ilsandong-Gu Goyang-Si Gyeonggi-Do 410-821 KR', 'KR', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38652, '68cae4', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38653, '000a12', 0, 'Azylex Tech, Inc', '7-2Fl., No. 738 Chung Cheng Road, Chung Ho City Taipei 235 TW', 'TW', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38654, '000c13', 0, 'MediaQ', '2975 San Ysidro Way Santa Clara CA 95051 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38655, 'ccd281', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2018-12-14', '2018-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38656, '70b3d5a6a', 0, 'Privafy, Inc', '2 Burlington Woods Dr. Suite 200 Burlington MA 01803 US', 'US', 'MA-S', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38657, '2c9464', 0, 'Cincoze Co, Ltd', '7F., No. 4 Aly. 1 Ln. 235, Baociao Rd., New Taipei City 23145 US', 'US', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38658, '70b3d5252', 0, 'Sierra Nevada Corp', '444 Salomon Circle Sparks NV 89434 US', 'US', 'MA-S', '2017-09-27', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38659, '3c57bd', 0, 'Kessler Crane Inc', '602 East Jefferson St Plymouth Indidana 46563 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38660, '70b3d5c7b', 0, 'EM Clarity Pty Ltd', '55 Curzon St Tennyson QLD 4105 AU', 'AU', 'MA-S', '2019-05-28', '2019-05-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38661, '0050c2a2d', 0, 'Inventure Inc', '3-1-1, Shin-yokohama, Kouhoku-ku Yokohama Kanagawa-ken 222-8505 JP', 'JP', 'IAB', '2009-02-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38662, 'e42f26', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan City Hubei Province 430074 CN', 'CN', 'MA-L', '2012-06-18', '2016-01-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38663, '8c873b', 0, 'Leica Camera AG', 'Am Leitz-Park 5 Wetzlar Hessen 35578 DE', 'DE', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38664, '9802d8e', 1, 'Private', '', '', 'MA-M', '2015-02-16', '2015-02-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38665, '0c7a15', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2019-09-19', '2019-09-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38666, '000d38', 0, 'Nissin Inc', '10-7 KAMEI-CHO TAKARAZUKA HYOGO 665-0047 JP', 'JP', 'MA-L', '2003-06-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38667, '0012f7', 0, 'Xiamen Xinglian Electronics Co, Ltd', 'Xinglian Electronics (Xingtel) Building,Chuangxin Road, Xiamen Fujian 361006 CN', 'CN', 'MA-L', '2004-12-11', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38668, '44ea4b', 0, 'Actlas Inc', '2-2-32, Asahikawa, Yokote Akita 013-0033 JP', 'JP', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38669, '4048fdc', 0, 'Ecotap B.V.', 'Industrieweg 4 Boxtel 5281RW NL', 'NL', 'MA-M', '2017-09-11', '2017-09-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38670, '889f6f', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38671, '00d017', 0, 'Syntech Information Co, Ltd', '8F, 210, TA-TUNG RD., SEC. 3 TAIWAN TAIWAN ROC TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38672, '2c228b', 0, 'Ctr Srl', 'Via Lario 33 Cantù Cantù (CO) 22063 IT', 'IT', 'MA-L', '2015-10-12', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38673, '0017f6', 0, 'Pyramid Meriden Inc', '45 Gracey Ave. Meriden CT 06451 US', 'US', 'MA-L', '2006-04-15', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38674, '68974b', 0, 'Shenzhen Costar Electronics Co Ltd', 'No.94 Fuyuan 1st Road,Yuyuan Industrial Park, Shenzhen Guangdong 518103 CN', 'CN', 'MA-L', '2011-07-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38675, '0050c2ea8', 0, 'MB connect line GmbH Fernwartungssysteme', 'Winnettener Straße 5 Dinkelsbühl Bavaria 91550 DE', 'DE', 'IAB', '2011-10-15', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38676, '5474e6', 0, 'Webtech Wireless', '215-4299 Canada Way Burnaby BC V5G 1H3 CA', 'CA', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38677, '4c4d66', 0, 'Nanjing Jiahao Tech Co, Ltd', 'Moling Industrial Park, Development Zone, Jiangning, Nanjing Nanjing Jiangsu 211111 CN', 'CN', 'MA-L', '2018-11-13', '2018-11-13'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38678, '50de19d', 0, 'Penny & Giles Aerospace Ltd', '15 Enterprise Way Christchurch Dorset BH23 6HH GB', 'GB', 'MA-M', '2019-11-06', '2019-11-06'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38679, '00c092', 0, 'Mennen Medical Inc', '10123 MAIN STREET CLARENCE NY 14031-2095 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38680, '00500e', 0, 'Chromatis Networks, Inc', '3 BETHESDA METRO CENTER BETHESDA MD 20814 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38681, 'e0e0fc', 0, 'Huawei Device Co, Ltd', 'No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38682, '00062f', 0, 'Pivotech Systems Inc', '200 Centennial Ave., Piscataway NJ 08854 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38683, '00079f', 0, 'Action Digital Inc', '10650 Main St. Fairfax VA 22030 US', 'US', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38684, '00504f', 0, 'Olencom Electronics', 'SOLTAM INDUSTRIAL PARK YOKNEAM 20692 IL', 'IL', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38685, '00d01c', 0, 'Sbs Tech,', 'CONNECTIVITY PRODUCTS ST. PAUL MN 55121-1245 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38686, '0019a2', 0, 'Ordyn Tech', 'Ozone Manay Tech Park, Bangalore 560 068 IN', 'IN', 'MA-L', '2006-09-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38687, '0050c2b29', 0, 'Integra LifeSciences (Ireland) Ltd', 'Sragh Industrial Estate Tullamore Co Offaly IRELAND IE', 'IE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38688, 'ec9233', 0, 'Eddyfi Ndt Inc', '2800, Louis-Lumiere street Quebec Quebec G1P 0A4 CA', 'CA', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38689, '08edb9', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2012-04-08', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38690, 'dc0575', 0, 'Siemens Energy Automation', 'GOA WORKS ,L-6 , VERNA GOA 403722 IN', 'IN', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38691, '001bc5061', 0, 'Scientific-Technical Center Epsilon Ltd Co', 'Shkiperskiy Protok, plot 14, building 1 St.-Petersburg - 199106 RU', 'RU', 'MA-S', '2014-04-14', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38692, '00901e', 0, 'Selesta Ingegneria S.p.A.', 'via di Francia, 28 Genova 16149 IT', 'IT', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38693, '0050c209d', 0, 'Zelpos', 'Rosickeho 25 77900 Olomouc CZ', 'CZ', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38694, 'e4aaea', 0, 'Liteon Tech Corp', '4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW', 'TW', 'MA-L', '2019-07-31', '2019-07-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38695, '28b448', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38696, '00114c', 0, 'caffeina applied research Ltd', '125 baird ave cochrane alberta t4c 1c7 CA', 'CA', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38697, 'bcb852', 0, 'Cybera, Inc', '9009 Carothers Parkway Franklin TN 37067 US', 'US', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38698, '0026da', 0, 'Universal Media Corp /Slovakia/ s.r.o.', 'Mickiewiczova 7104/14 Bratislava 811 07 SK', 'SK', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38699, '6044f5', 0, 'Easy Digital Ltd', 'Victoria Buildings, 1 Haddington Road Dublin 4 IE', 'IE', 'MA-L', '2012-02-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38700, 'e86183', 0, 'Black Diamond Advanced Tech, Llc', '7450 S. Priest Drive Tempe AZ 85283 US', 'US', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38701, '3059b7', 0, 'Microsoft', '1 Microsoft Way Redmond Washington 98052 US', 'US', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38702, 'f40a4a', 0, 'Indusnet Communication Tech Co, Ltd', '3th floor A block,No11 Gaopeng st,Wuhou district chengdu sichuan 610041 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38703, 'a4e31b', 0, 'Nokia', '600 March Road Kanata Ontario K2K 2E6 CA', 'CA', 'MA-L', '2019-06-17', '2019-06-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38704, '00c081', 0, 'Metrodata Ltd', 'BLENHEIM HOUSE TW20 8RY TW20 8RY ENGLAND GB', 'GB', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38705, '0024bb', 0, 'Central Corp', 'NISSO 17 Bldg.7F 2-14-30 Yokohama Kanagawa 222-0033 JP', 'JP', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38706, 'c81fea', 0, 'Avaya Inc', '360 Mt Kemble Ave Morristown NJ 07960 US', 'US', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38707, '401175', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2019-07-04', '2019-07-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38708, '0050c2563', 0, 'Ortrat, S.L.', 'Calle de la Sófora 15 E-28020 Madrid ES', 'ES', 'IAB', '2006-01-03', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38709, '70b3d5c6f', 0, 'nyantec GmbH', 'Europaplatz 2 Berlin 10557 DE', 'DE', 'MA-S', '2016-10-11', '2017-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38710, '0050c2d74', 0, 'Computech International', '525 Northern Boulevard Great Neck NY 11021 US', 'US', 'IAB', '2011-02-21', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38711, '6851b7', 0, 'PowerCloud Systems, Inc', '3333 Coyote Hill Rd Palo Alto CA 94304 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38712, '807b856', 0, 'Quickte Tech Co, Ltd', '4thF/Bldg44, XiLiTong Long industrial Zone, Shenzhen Guangdong province 518052 CN', 'CN', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38713, '009070', 0, 'Neo Networks, Inc', '10300 BREN ROAD EAST MINNETONKA MN 55343 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38714, '0024b6', 0, 'Seagate Tech', '1280 Disc Drive Shakopee MN 55379 US', 'US', 'MA-L', '2008-12-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38715, '000063', 0, 'Barco Control Rooms GmbH', 'An der Rossweid 5 Karlsruhe D-76229 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38716, '000108', 0, 'Avlab Tech, Inc', '3F-1, No. 134, Sec. 3 Hsin Tien, Taipei TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38717, '0030a7', 0, 'Schweitzer Engineering', 'LABORATORIES, INC. PULLMAN WA 99163 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38718, '00d03b', 0, 'Vision Products Pty. Ltd', 'SECOND AVENUE, TECHNOLOGY PARK AUSTRALIA 5095 AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38719, '000c6a', 0, 'Mbari', '7700 Sandholdt Road Moss Landing CA 95039 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38720, '9cb008', 0, 'Ubiquitous Computing Tech Corp', '2-20-1 Nishi-Gotanda Shinagawa-ku Tokyo 1410031 JP', 'JP', 'MA-L', '2011-11-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38721, '0020fd', 0, 'Itv Tech, Inc', '6800 OWENSMOUTH AVE. #230 CANOGA PARK CA 91303 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38722, '00e0b0', 0, 'Cisco Systems, Inc', '170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38723, 'd8ca06', 0, 'Titan DataCenters France', 'E.SpacePark 45 Allee des ormes mougins 06250 FR', 'FR', 'MA-L', '2019-03-12', '2019-03-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38724, '0050c2fa7', 0, 'Exelis Inc', '430 W 5th Street Panama City FL 32401 US', 'US', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38725, '8cfca0', 0, 'Shenzhen Smart Device Tech Co, Ltd', 'SSMEC Building,Gao Xin Nan First Avenue Hi-Tech Park South,Nanshan Shenzhen GuangDong 518057 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38726, '40d8550f6', 1, 'Private', '', '', 'IAB', '2013-05-16', '2013-05-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38727, 'd89341', 0, 'General Electric Global Research', '2623 Camino Ramon San Ramon CA 94583 US', 'US', 'MA-L', '2014-09-21', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38728, '78acbf', 0, 'Igneous Systems', '2401 4th Ave Seattle WA 98121 US', 'US', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38729, '34e1d19', 0, 'Apart Audio NV', 'Industriepark Brechtsebaan 8 bus 1 Schoten 2900 BE', 'BE', 'MA-M', '2019-01-08', '2019-01-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38730, '00135b', 0, 'PanelLink Cinema, Llc', '1070 E Arques Ave Sunnyvale CA 94085 US', 'US', 'MA-L', '2005-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38731, '0050c2efc', 1, 'Private', '', '', 'IAB', '2011-12-14', '2011-12-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38732, 'd47c446', 0, 'Asda Ict Co, Ltd', '4F-2,No.2,Sec.4,Zhongyang Rd,Tucheng Dist, New Taipei City 999079 TW', 'TW', 'MA-M', '2018-03-18', '2018-03-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38733, 'dc647c', 0, 'C.R.S. iiMotion GmbH', 'Hermann-Schwer-Str. 3 Villingen-Schwenningen 78048 DE', 'DE', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38734, 'e0b6f52', 0, 'Shanghai- British Information Tech Co, Ltd', 'No.1 Building, No.433 Guoshoujing Road, Pudong District, Shanghai shanghai 201203 CN', 'CN', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38735, 'fc335f', 0, 'Polyera', '8045 Lamon Avenue Skokie IL 60077 US', 'US', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38736, '00066b', 0, 'Sysmex Corp', '4-4-4 Takatsukadai, 651-2271 JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38737, '0050c2f8e', 0, 'Gpo', 'SK-Technopark B/D D-1007,8 #1345 Gwangmyeong-Si Gyeonggi-Do 423-050 KR', 'KR', 'IAB', '2012-08-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38738, 'f02929', 0, 'Cisco Systems, Inc', '170 West Tasman Drive San Jose CA 95134 US', 'US', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38739, '346895', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2014-09-28', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38740, '00f663', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38741, '3cb53d', 0, 'Hunan Goke Microelectronics Co, Ltd', 'No.9, East 10th Road(South), Xingsha, Changsha Changsha HUNAN 410131 CN', 'CN', 'MA-L', '2020-01-10', '2020-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38742, '080050', 0, 'Daisy Systems Corp', '139 KIFER COURT SUNNYVALE CA 94086 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38743, '00059c', 0, 'Kleinknecht GmbH, Ing. Büro', 'Bachstraße 30 DE', 'DE', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38744, '001ea0', 0, 'Xln-t', 'Hoogstraat 52 Putte Antwerp B2580 BE', 'BE', 'MA-L', '2007-12-31', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38745, 'd43a65', 0, 'Igrs Engineering Lab Ltd', '8F,Taipeng Mansion Haidian District Beijing 10000 CN', 'CN', 'MA-L', '2013-03-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38746, '70b3d5930', 0, 'The Institute of Mine Seismology', '175 Tinderbox Road Tinderbox, Hobart Tasmania 7054 AU', 'AU', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38747, '00501f', 0, 'Mrg Systems, Ltd', 'WILLOW HOUSE, SLAD ROAD GLOS. GL5 1QG England GB', 'GB', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38748, '0005e0', 0, 'Empirix Corp', '205 Lowell St. Wilmington MA 01887 US', 'US', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38749, 'a4580f0', 0, 'Innopro', 'Building 33, Dahe Industrial Zone, Huanguan South Rd., Guanlan Street, ShenZhen GuangDong 518100 CN', 'CN', 'MA-M', '2016-10-03', '2016-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38750, '0050c2051', 0, 'Jsr Ultrasonics', '3800 Monroe Ave. Pittsford NY 14534 US', 'US', 'IAB', '2002-08-08', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38751, '0050c25b9', 0, 'Taiwan Video & Monitor', '3F, 141 Jen Ai Rd Sec. 3 Taipei City 106 TW', 'TW', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38752, '00228b', 0, 'Kensington Computer Products Group', '333 Twin Dolphin Dr. Redwood Shores CA 94065 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38753, 'f0d14f', 0, 'Linear Llc', '1950 CAMINO VIDA ROBLE #150 CARLSBAD CA 92008-6517 US', 'US', 'MA-L', '2012-01-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38754, '6c7220', 0, 'D-Link International', '1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG', 'SG', 'MA-L', '2015-05-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38755, '000886', 0, 'Hansung Teliann, Inc', '195-1, Neungpyung-ri, Opo-eub KR', 'KR', 'MA-L', '2001-12-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38756, '001181', 0, 'InterEnergy CoLtd,', '3F Shinyokohama Bosei Bldg. Yokohama city Kanagawa 222-0033 JP', 'JP', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38757, '001178', 0, 'Chiron Tech Ltd', 'Wyvols Court Reading Berkshire RG7 1WY GB', 'GB', 'MA-L', '2004-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38758, '0011e5', 0, 'KCodes Corp', 'Floor 2, Number 501, Section 2 Neihu District Taipei City 114 TW', 'TW', 'MA-L', '2004-07-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38759, '0026fe', 0, 'Mkd Tech Inc', 'R.B8, No.1 Lising 1st Rd., Hsinchu 30078 TW', 'TW', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38760, '684898', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38761, '0080e3', 0, 'Coral Network Corp', '(NOW BAY NETWORKS) SANTA CLARA CA 95052-8185 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38762, '0010d7', 0, 'Argosy Research Inc', 'NO. 44, LANE 411, CHUNG HUA RD TW', 'TW', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38763, '3c15fb', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-01-25', '2018-01-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38764, 'f06865', 0, 'Taicang T&W Electronics', '89# Jiang Nan RD Suzhou Jiangsu 215412 CN', 'CN', 'MA-L', '2019-04-29', '2019-04-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38765, '0050c2c2d', 0, 'Digitale Analoge COMponenten West Electronic Vertriebs GmbH', 'Schallbruch 19-21 Haan NRW 42781 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38766, '40d85513e', 0, 'hanatech', 'D-1412 gwangmyeong techno park gwangmyeong-si gyeonggi-do 423-795 KR', 'KR', 'IAB', '2013-08-29', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38767, '70288b', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2016-03-16', '2016-03-16'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38768, 'ecf342', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38769, '5cc999', 0, 'New H3c Tech Co, Ltd', '466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN', 'CN', 'MA-L', '2018-06-25', '2018-06-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38770, '70b3d5884', 0, 'LG Electronics', '19, Yangje-daero 11gil, Seocho-gu Seoul 06772 KR', 'KR', 'MA-S', '2019-03-22', '2019-03-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38771, '00033a', 0, 'Silicon Wave, Inc', '6256 Greenwich Drive San Diego CA 92122 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38772, '889b39', 0, 'Samsung Electronics Co, Ltd', '#94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38773, '002613', 0, 'Engel Axil S.L.', 'Puig dels Tudons, 6 Barbera del Valles Barcelona 08210 ES', 'ES', 'MA-L', '2010-01-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38774, '0050c2b8b', 0, 'Fbb', 'Hei en Boeicopseweg 118 Hei en Boeicop 4126RL NL', 'NL', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38775, '70b3d59ed', 0, 'Benchmark Electronics BV', 'Lelyweg 10 Almelo Overijssel 7602 EA NL', 'NL', 'MA-S', '2015-08-12', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38776, '1c398a', 0, 'Fiberhome Telecommunication Tech Co, Ltd', 'No.5 DongXin Road Wuhan Hubei 430074 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38777, '000a85', 0, 'Plat\'C2,Inc', '2-3-6 SOTOKANDA CHIYODA-KU TOKYO 101-0021 JP', 'JP', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38778, '0050c241e', 0, 'Videotek Sistemas Eletronicos Ltda.', 'Rua Atilio Piffer, 513 São Paulo SP 02516-000 BR', 'BR', 'IAB', '2004-12-10', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38779, 'e006e6', 0, 'Hon Hai Precision Ind. Co, Ltd', 'Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN', 'CN', 'MA-L', '2012-04-08', '2016-05-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38780, 'a4530e', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2019-04-19', '2019-04-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38781, '00e8ab', 0, 'Meggitt Training Systems, Inc', '296 Brogdon Rd Suwanee GA 30024 US', 'US', 'MA-L', '2012-05-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38782, '94fb29', 0, 'Zebra Tech Inc', 'ONE ZEBRA PLAZA HOLTSVILLE NY 11742 US', 'US', 'MA-L', '2016-09-28', '2016-09-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38783, 'a47758', 0, 'Ningbo FreeWings Tech Co, Ltd', 'No.502 Wenshui Road, Shounan Street, Yinzhou District Ningbo Zhejiang 315192 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38784, '00c0db', 0, 'Ipc Corp (Pte) Ltd', '122 EUNOS AVE., 7 #05-10 SINGAPORE 1440 SG', 'SG', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38785, 'e878a1', 0, 'Beoview Intercom Doo', 'TRESNJINOG CVETA 5/17 BELGRADE 11070 RS', 'RS', 'MA-L', '2011-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38786, '58a76f', 0, 'iD Corp', 'goryokaku bld. 2F hakodate hokkaido 040-0011 JP', 'JP', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38787, '70f8e7d', 0, 'System-on-Chip engineering', 'Jose María Escuza 23 Entreplanta Dcha D Bilbao Bizkaia ES48013 ES', 'ES', 'MA-M', '2016-08-25', '2016-08-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38788, 'c8c64a', 0, 'Flextronics Tech(Ind) Pvt Ltd', 'SURVEYNO.381, PADUR ROAD, KUTHAMBAKKAM VILLAGE, 602107 POONAMALLEE TALUK, THIRUVALLUR DISTRIC Chennai 602107 IN', 'IN', 'MA-L', '2019-01-10', '2019-01-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38789, '04d16eb', 0, 'National Radio & Telecommunication Corp - Nrtc', 'House 420, Street 13, Chaklala Scheme 3 Rawalpindi Islamabad 46000 PK', 'PK', 'MA-M', '2019-08-08', '2019-08-08'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38790, '0005df', 0, 'Electronic Innovation, Inc', '12731 Cannington Way SW Calgary, AB T2W 1Z7 CA', 'CA', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38791, '0007f5', 0, 'Bridgeco Co AG', 'Ringstr. 14 CH', 'CH', 'MA-L', '2001-10-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38792, '008027', 0, 'Adaptive Systems, Inc', '1400 N.W. COMPTON DRIVE BEAVERTON OR 97006 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38793, '00d07e', 0, 'Keycorp Ltd', 'P.O. BOX 199 AU', 'AU', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38794, '000adb', 0, 'Trilliant', '401 Harrison Oaks Blvd. Suite 300 Cary NC 27513 US', 'US', 'MA-L', '2002-10-14', '2018-02-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38795, '8cb82c', 0, 'IPitomy Communications', '1940 Northgate Boulevard Sarasota Florida 34234 US', 'US', 'MA-L', '2011-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38796, 'c4e984', 0, 'TP-Link Tech Co, Ltd', 'Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN', 'CN', 'MA-L', '2013-11-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38797, 'f483e1', 0, 'Shanghai Clouder Semiconductor Co, Ltd', 'Room515,No.8,Wuzhong Rd,Xuhui District Shanghai Shanghai 200336 CN', 'CN', 'MA-L', '2016-10-30', '2016-10-30'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38798, '00041a', 0, 'Ines Test and Measurement GmbH & CoKG', 'An der Mühlenaue 5 Bad Nenndorf 31542 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38799, '0040f7', 0, 'Polaroid Corp', '300 Baker Avenue Concord MA 01742 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38800, '70b3d5fa3', 0, 'Elva-1 Microwave Handelsbolag', 'c/o Hornlund, Kungsgatan 54 Furulund 244 62 SE', 'SE', 'MA-S', '2017-10-28', '2017-10-28'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38801, '70b3d5cdb', 0, 'Wuhan Xingtuxinke ELectronic Co, Ltd', 'NO.C3-8F,Software Park,Optics Valley,East Lake Development Zone,Wuhan,Hubei,China Wuhan Hubei 430074 CN', 'CN', 'MA-S', '2019-04-26', '2019-04-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38802, 'f09ce9', 0, 'Extreme Networks, Inc', '1011 McCarthy Blvd Milpitas CA 95035 US', 'US', 'MA-L', '2012-06-14', '2020-01-31'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38803, 'e8162b', 0, 'Ideo Security Co, Ltd', '1404, Seoul Forest IT Valley, 77, Seongsuil-ro Seongdong-gu, SEOUL 133-822 KR', 'KR', 'MA-L', '2014-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38804, '144fd73', 0, 'Qingdao Wodatong Electronics Co, Ltd', 'West of Committees, HouHaiXi Community, JiHongTan Street, Chengyang District, Qingdao Shandong 266111 CN', 'CN', 'MA-M', '2017-02-21', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38805, 'a02833b', 0, 'FlexLink AB', 'BYFOGDEGATAN 11 GOTEBORG 41505 SE', 'SE', 'MA-M', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38806, '649ef3', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2011-10-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38807, '0050c2f51', 0, 'Ndc Infrared Engineering, Inc', '5314 N. Irwindale Avenue Irwindale CA 91706 US', 'US', 'IAB', '2012-03-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38808, 'aa0002', 0, 'Digital Equipment Corp', 'LKG 1-2/A19 LITTLETON MA 01460-1289 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38809, '000572', 0, 'Deonet Co, Ltd', '#127-5 Jinyoung B/D 3th F, Seoul KR', 'KR', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38810, '000e67', 0, 'Eltis Microelectronics Ltd', 'Unit 902B, 9/F., Sunbeam Centre Kwun Tong Kowloon HK', 'HK', 'MA-L', '2004-02-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38811, '0014b5', 0, 'Physiometrix, Inc', '101 BILLERICA AVE #5 N. BILLERICA MA 01862 US', 'US', 'MA-L', '2005-05-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38812, '002358', 0, 'Systel SA', 'ZI DE BELLE AIRE AYTRE 17440 FR', 'FR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38813, '24a7dc', 0, 'BSkyB Ltd', '130 Kings Road Brentwood Essex 08854 GB', 'GB', 'MA-L', '2016-09-22', '2016-09-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38814, '00a0ed', 0, 'Brooks Automation, Inc', '15 Elizabeth Drive Chelmsford MA 01824 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38815, '004061', 0, 'Datatech Enterprises Co, Ltd', '(LIN KOU INDUSTRIAL ZONE SEC,4 TAOYUAN COUNTY TAIWAN R.O.C. TW', 'TW', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38816, 'c40683', 0, 'Huawei Tech Co, Ltd', 'No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN', 'CN', 'MA-L', '2018-10-03', '2018-10-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38817, '1c21d12', 0, 'Varaani Works Oy', 'Takojankatu 1c B 16 Tampere Pirkanmaa 33540 FI', 'FI', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38818, '0c5101', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2016-03-01', '2016-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38819, '6891d0b', 0, 'Altis Tech', '711 Lu Plaza, 2 Wing Yip Street, Kwun Tong Hong Kong 0000 HK', 'HK', 'MA-M', '2016-03-07', '2016-03-07'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38820, '70b3d5056', 0, 'Mirae Information Tech Co, Ltd', 'GYEONGGI-DO SEONGNAM-SI JUNGWON-GU 13376 KR', 'KR', 'MA-S', '2019-02-12', '2019-02-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38821, '24586e', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-07-01', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38822, '641c67', 0, 'Digibras Industria DO Brasils/A', 'Rua Tambaqui, 180-B - MANAUS - AM ¨C BRAZIL manaus MANAUS 69075-210 BR', 'BR', 'MA-L', '2013-01-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38823, '40d855183', 0, 'Emac, Inc', '2390 EMAC Way Carbondale IL 62901 US', 'US', 'IAB', '2013-11-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38824, 'e0469a', 0, 'Netgear', '350 East Plumeria Drive San Jose CA 95134 US', 'US', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38825, '10c07c', 0, 'Blu-ray Disc Association', '4444 Riverside Drive #103 Burbank California 91505 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38826, '2ca2b4', 0, 'Fortify Tech, Llc', '6200 Shingle Creek Pkwy, Suite 400 Minneapolis Minnesota 55430 US', 'US', 'MA-L', '2015-01-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38827, '40f3852', 0, 'Beijing Zongheng Electro-Mechanical Tech Development Co', 'No.1 Fenghui East Road, Yongfeng Industry Base, Haidian District, Beijing China Beijing 100094 CN', 'CN', 'MA-M', '2016-11-04', '2016-11-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38828, '00900b', 0, 'Lanner Electronics, Inc', '8F-4, NO. 77, SEC. 1 TAIPEI HSIEN TW', 'TW', 'MA-L', '1998-04-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38829, '0016e5', 0, 'Fordley Development Ltd', 'ROOM 706, 7TH FLOOR, YU SUNG BOON BUILDING, 107-111 DES VOEUX ROAD, CENTRAL, HK', 'HK', 'MA-L', '2005-12-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38830, '0006c8', 0, 'Sumitomo Metal Micro Devices, Inc', '1, Higashimukojima Higashino-cho JP', 'JP', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38831, '0021fb', 0, 'LG Electronics (Mobile Communications)', '60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR', 'KR', 'MA-L', '2008-10-25', '2017-08-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38832, '247e51', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2018-04-25', '2018-04-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38833, '0030e5', 0, 'Amper Datos S.A.', 'C/Marconi n*3 (PTM) 28760 Madrid ES', 'ES', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38834, '00d0d7', 0, 'B2c2, Inc', '2020 CHALLENGER DRIVE- ALAMEDA CA 94501 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38835, '70b3d50ef', 0, 'Dextera Labs', '3175 Quatre-Bourgeois #104 Quebec Quebec G1W2K7 CA', 'CA', 'MA-S', '2016-12-27', '2016-12-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38836, 'e81cba', 0, 'Fortinet Inc', '899 Kifer Road Sunnyvale null 94086 US', 'US', 'MA-L', '2018-06-25', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38837, '00b01e', 0, 'Rantic Labs, Inc', '702 Brazos, Suite #500 Austin TX 78701 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38838, '283410', 0, 'Enigma Diagnostics Ltd', 'Building 224 DSTL Porton Down Salisbury SP4 0JQ GB', 'GB', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38839, 'ccbd35', 0, 'Steinel GmbH', 'Dieselstrasse 80-84 Herzebrock-Clarholz 33442 DE', 'DE', 'MA-L', '2013-03-28', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38840, 'a0d635', 0, 'Wbs Tech', 'Unit32, 2 Slough Ave, Slough Business Park Silverwater New South Wales 2128 AU', 'AU', 'MA-L', '2018-04-05', '2018-04-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38841, '90e2fcc', 0, 'Stanley Security', '8350 Sunlight Drive Fishers IN 46037 US', 'US', 'MA-M', '2019-12-03', '2019-12-03'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38842, '00025e', 0, 'High Tech Ltd', 'Chongqing Jinghong People\'s Republic of CN', 'CN', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38843, '000b72', 0, 'Lawo AG', 'Am Oberwald 8 Rastatt Baden-Württemberg 76437 DE', 'DE', 'MA-L', '2002-10-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38844, '308730', 0, 'Huawei Tech Co, Ltd', 'Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN', 'CN', 'MA-L', '2010-11-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38845, '0003d2', 0, 'Crossbeam Systems, Inc', '80 Central Street Boxborough MA 01719 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38846, '0080a8', 0, 'Vitacom Corp', '1330 CHARLESTON ROAD MOUNTAIN VIEW CA 94043 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38847, '0012d6', 0, 'Jiangsu Yitong High-Tech Co, Ltd', 'No 216 Huanghe Road Changshu Jiangsu 215500 CN', 'CN', 'MA-L', '2004-11-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38848, '0014c4', 0, 'Vitelcom Mobile Tech', 'PTA, Avda, Juan López Peñalver, nº 7 Campanillas. Malaga. ES', 'ES', 'MA-L', '2005-05-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38849, '940070', 0, 'Nokia Corp', 'Elektroniikkatie 10 Oulu 90570 FI', 'FI', 'MA-L', '2011-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38850, '00a0e6', 0, 'Dialogic Corp', '1515 ROUTE 10 PARSIPPANY NJ 07054 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38851, '00032b', 0, 'Gai Datenfunksysteme GmbH', 'Riedleparkstraße 28 Friedrichshafen 88045 DE', 'DE', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38852, '0008ff', 0, 'Trilogy Communications Ltd', '26 Focus Way Andover Hampshire SP10 5NY GB', 'GB', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38853, '58d9c3', 0, 'Motorola Mobility Llc, a Lenovo Co', '222 West Merchandise Mart Plaza Chicago IL 60654 US', 'US', 'MA-L', '2018-11-20', '2018-11-20'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38854, 'f40e116', 0, 'Alpha Design Tech Pvt Ltd', '#9, Service Road, HAL II Stage Bangalore Karnataka 560008 IN', 'IN', 'MA-M', '2014-10-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38855, '00175d', 0, 'Dongseo system.', '974-21 Mansu-dong Namdong-gu Incheon In-Cheon 405-865 KR', 'KR', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38856, '0050c282d', 0, 'Elmec Inc', '61 Hayotzrim Street Karmiel Haifa 20101 US', 'US', 'IAB', '2007-12-18', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38857, '74888b', 0, 'Adb Broadband Italia', 'via Sarca 222 Milano 20126 IT', 'IT', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38858, '7451ba', 0, 'Xiaomi Communications Co Ltd', 'The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN', 'CN', 'MA-L', '2015-01-23', '2016-08-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38859, 'fcecda', 0, 'Ubiquiti Networks Inc', '2580 Orchard Pkwy San Jose CA 95131 US', 'US', 'MA-L', '2016-07-14', '2016-07-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38860, '70b3d5701', 0, 'Compar Computer GmbH', 'Steigweg 24 Kitzingen 97318 DE', 'DE', 'MA-S', '2019-04-10', '2019-04-10'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38861, '00606d', 0, 'Digital Equipment Corp', '550 KING STREET LITTLETON MA 01460 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38862, '000357', 0, 'Intervoice-Brite, Inc', '17811 Waterview Pkwy. Dallas TX 75252 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38863, '885d90a', 0, 'Shenzhen Speedrun Tech Co, Ltd', 'Room 303,Builing 5, GuiYuan Garden, NO.62 Airong Road, SheKou, NanShan District ShenZhen GuangDong 518067 CN', 'CN', 'MA-M', '2015-05-06', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38864, '001218', 0, 'Aruze Corp', 'Ariake Frontier Building A Kohtoh-ku Tokyo 135-0063 JP', 'JP', 'MA-L', '2004-08-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38865, '00bb3a', 0, 'Amazon Tech Inc', 'P.O Box 8102 Reno NV 89507 US', 'US', 'MA-L', '2013-01-09', '2019-07-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38866, '90c682b', 0, 'Lachmann & Rink GmbH', 'Hommeswiese 129 Freudenberg NRW 57258 DE', 'DE', 'MA-M', '2015-02-16', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38867, '0050c272a', 0, 'Phytec Messtechnik GmbH', 'Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE', 'DE', 'IAB', '2007-05-14', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38868, '0050c2bcc', 0, 'Vvdn Tech Pvt. Ltd', '1241/36,ATUL KATARIA CHOWK GURGAON HARYANA 122001 IN', 'IN', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38869, '0050c25c3', 0, 'KS System GmbH', 'Alexanderstr. 37 Muelheim NRW 45472 DE', 'DE', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38870, '001b21', 0, 'Intel Corp', 'Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY', 'MY', 'MA-L', '2007-01-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38871, '98ffd0', 0, 'Lenovo Mobile Communication Tech Ltd', 'No.999,Qishan North 2nd Road Xiamen Fujian 361006 CN', 'CN', 'MA-L', '2013-09-22', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38872, '00601d', 0, 'Lucent Tech', '101 CRAWFORDS CORNER RD. HOLMDEL NJ 07733 US', 'US', 'MA-L', '1980-01-01', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38873, '0011ac', 0, 'Simtec Electronics', 'Avondale Drive Tarleton Lancashire PR4 6AX GB', 'GB', 'MA-L', '2004-06-30', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38874, '0050c2b19', 0, 'Polytron Corp', '4400 Wyland Dr, Elkhart IN 46516 US', 'US', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38875, '0050c2b3e', 0, 'Sage Consultants', 'Level 1, 169 Kelvin Grove Rd Kelvin Grove QLD 4059 AU', 'AU', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38876, '1cc316', 0, 'MileSight Tech Co, Ltd', '202-2,No.21 Wanghai Road, 2nd Software Park Xiamen Fujian 361006 CN', 'CN', 'MA-L', '2012-07-16', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38877, 'ec2280', 0, 'D-Link International', '1 Internal Business Park, #03-12, SINGAPORE Singapore 609917 SG', 'SG', 'MA-L', '2014-05-27', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38878, '70b3d58c6', 0, 'Onosokki Co, Ltd', '3-9-3 shinyokohama,kohoku yokohama 222-8507 JP', 'JP', 'MA-S', '2018-06-27', '2018-06-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38879, '6061df', 0, 'Z-meta Research Llc', '8365 Quay Drive Arvada CO 80003 US', 'US', 'MA-L', '2018-12-19', '2018-12-19'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38880, '0012e7', 0, 'Projectek Networking Electronics Corp', '5F-9, No. 16, Lane 609, Sec. 5, Chungshin Rd., Sanchung, Taipei 241 TW', 'TW', 'MA-L', '2004-11-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38881, '0015a0', 0, 'Nokia Danmark A/S', 'Frederikskaj Copenhagen V DK-1790 DK', 'DK', 'MA-L', '2005-08-24', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38882, '848bcdd', 0, 'Engisat Lda', 'RUA CENTRAL SAO LOURENÇO Nº 312 VILAR DE ANDORINHO PORTO 4430-358 PT', 'PT', 'MA-M', '2019-03-01', '2019-03-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38883, '7ca237', 0, 'King Slide Tech Co, Ltd', 'No. 6, Luke 9th Rd., Kaohsiung Taiwan 82151 TW', 'TW', 'MA-L', '2015-04-18', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38884, '8c1cda', 0, 'Ieee Registration Authority', '445 Hoes Lane Piscataway NJ 08554 US', 'US', 'MA-L', '2018-01-26', '2018-01-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38885, '000033', 0, 'Egan Machinery Co', 'SOUTH ADAMSVILLE ROAD SOMMERVILLE NJ 08876 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38886, 'e80462', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2010-06-10', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38887, '0050c27e8', 0, 'Mistral Solutions Pvt. Ltd', '#60, Adarsh Regent, 100 Ft. Ring Road BANGALORE KARNATAKA 560071 IN', 'IN', 'IAB', '2007-10-11', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38888, '643150', 0, 'Hewlett Packard', '11445 Compaq Center Drive Houston 77070 US', 'US', 'MA-L', '2010-11-24', '2015-10-12'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38889, '70b3d5eb2', 0, 'Shooter Detection Systems', '300 Newburyport Turnpike Rowley MA 01969 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38890, '0009f2', 0, 'Cohu, Inc, Electronics Division', '3912 Calle Fortunada San Diego CA 92123 US', 'US', 'MA-L', '2002-06-05', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38891, '0050c226a', 0, 'FG Synerys', '19, impasse Fourcaran TOULOUSE 31021 FR', 'FR', 'IAB', '2003-06-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38892, '0050c2caf', 0, 'Fr. Sauter AG', 'Im Surinam 55 Basel BS CH 4016 CH', 'CH', 'IAB', '2010-07-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38893, '70b3d5a25', 0, 'PulseTor Llc', '1580 Reed Road Pennington NJ 08534 US', 'US', 'MA-S', '2014-11-04', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38894, '8439bea', 0, 'Emotiq s.r.l.', 'Via Cristoforo Baioni 9 Bergamo BG 24123 IT', 'IT', 'MA-M', '2016-02-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38895, '48c796', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2017-11-02', '2017-11-02'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38896, '70b3d5c76', 0, 'Ela Innovation', '297 RUE MAURICE BEJART MONTPELLIER 34080 FR', 'FR', 'MA-S', '2019-07-11', '2019-07-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38897, '0040ee', 0, 'Optimem', '297 N. BERNARDO AVENUE MOUNTAIN VIEW CA 94043-5205 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38898, '0050c2927', 0, 'Atis group s.r.o.', 'Za Strašnickou vozovnou 7 Prague Czech Republic 110 00 CZ', 'CZ', 'IAB', '2008-11-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38899, '309935', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2017-05-23', '2017-05-23'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38900, '48049f', 0, 'Elecom Co, Ltd', '9FLand Axis Tower.1-1 fushimi machi,4-chome chuoku osaka 5418765 JP', 'JP', 'MA-L', '2018-12-04', '2018-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38901, '000523', 0, 'Avl List GmbH', 'Hans List Platz 1 Graz 8020 AT', 'AT', 'MA-L', '2001-02-02', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38902, '7c70bcf', 1, 'Private', '', '', 'MA-M', '2014-04-14', '2014-04-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38903, '0050c26bd', 0, 'Mitron Oy', 'P.O. Box 113 FORSSA HÄME FIN-30101 FI', 'FI', 'IAB', '2007-01-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38904, '002153', 0, 'SeaMicro Inc', '3250 Jay Street Santa Clara CA 95054 US', 'US', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38905, '70b3d5d92', 0, 'Zamir Recognition Systems Ltd', 'Manachat Tech Park 1/22 Jerusalem 96951 IL', 'IL', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38906, 'e05a9f0', 0, 'annapurnalabs', 'Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa 3508409 IL', 'IL', 'MA-M', '2018-11-14', '2018-11-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38907, '00c05a', 0, 'Semaphore Communications Corp', '217 HUMBOLDT COURT SUNNYVALE CA 94089-1300 US', 'US', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38908, '0050c258f', 0, 'XoIP Systems Pty Ltd', 'Unit 17, 538 Gardeners Rd Alexandria NSW 2015 AU', 'AU', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38909, '001fa4', 0, 'Shenzhen Gongjin Electronics Co, LT', '4F,Baiying Building, No.1019,Nanhai RD,Shekou, ShenZhen GuangDong 518067 CN', 'CN', 'MA-L', '2008-01-20', '2017-02-21'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38910, '101218', 0, 'Korins Inc', 'Rm. 608, Suntechcity Bldg. Seongnam Gyeonggi 462-725 KR', 'KR', 'MA-L', '2014-07-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38911, '701dc4', 0, 'NorthStar Battery Co, Llc', '4000 Continental Way Springfield MO 65803 US', 'US', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38912, '70b3d5397', 0, 'Guangxi Hunter Information Industry Co, Ltd', 'Hunter Building,Creative Industry Park In Guilin,China Guilin Guangxi Province 541004 CN', 'CN', 'MA-S', '2017-08-14', '2017-08-14'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38913, '00d084', 0, 'Nexcomm Systems, Inc', 'SUIT #NAL-903, SUNGNAM-CITY SUNGNAM-CITY KYUNGGI-DO,K KR', 'KR', 'MA-L', '2000-11-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38914, '000bbe', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2003-02-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38915, '0050c2e5b', 0, 'Caipo Automazione Industriale s.r.l.', 'Fraz. Violetto, 39 Valle Mosso Biella 13825 IT', 'IT', 'IAB', '2011-08-06', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38916, '7cc8d0', 0, 'Tianjin Yaan Tech Co, Ltd', 'No.8 Ziyuan Road,Huayuan Industrial Zone Tianjin 300384 CN', 'CN', 'MA-L', '2012-06-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38917, 'a0fc6e', 0, 'Telegrafia a.s.', 'Lomena 7 Kosice Slovakia 040 01', '', 'MA-L', '2014-02-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38918, 'c08488', 0, 'Finis Inc', '7085-E Las Positas Rd Livermore CA 94551 US', 'US', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38919, '801844', 0, 'Dell Inc', 'One Dell Way Round Rock TX 78682 US', 'US', 'MA-L', '2016-06-11', '2016-06-11'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38920, '001873', 0, 'Cisco Systems, Inc', '80 West Tasman Drive San Jose CA 94568 US', 'US', 'MA-L', '2006-06-13', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38921, 'd8b6c1', 0, 'NetworkAccountant, Inc', '12101 Tukwila International Blvd. Seattle Washington 98168 US', 'US', 'MA-L', '2010-07-26', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38922, '0050c25c9', 0, 'Shenzhen Quanlong Technique CoLtd', 'No.215, Building Langfeng, Road Kefa no.2 Hong Kong 25175 852 CN', 'CN', 'IAB', '2006-04-13', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38923, '40169f', 0, 'TP-Link Tech Co, Ltd', '1-6F, Building 2, Pingshandayuan Industrial, South Zone, Shenzhen Guangdong 518000 CN', 'CN', 'MA-L', '2011-03-17', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38924, 'f82793', 0, 'Apple, Inc', '1 Infinite Loop Cupertino CA 95014 US', 'US', 'MA-L', '2013-09-12', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38925, '58ac78', 0, 'Cisco Systems, Inc', '80 West Tasman Dr. San Jose CA 94568 US', 'US', 'MA-L', '2015-09-27', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38926, '70b3d51fd', 0, 'Brs Sistemas Eletrônicos', 'Rua Gomes de Freitas, 491 / 204 Porto Alegre RS 91380-000 BR', 'BR', 'MA-S', '2016-04-24', '2016-04-24'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38927, '080020', 0, 'Oracle Corp', '17 Network Circle Menlo Park CA 95025 US', 'US', 'MA-L', '1997-11-14', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38928, '00056e', 0, 'National Enhance Tech, Inc', '2F, No. 196-3, Tatung Rd., Sec. 3, TW', 'TW', 'MA-L', '2001-06-04', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38929, '8cc5e1', 0, 'ShenZhen Konka Telecommunication Tech Co, Ltd', 'No.9008 Shennan Road ShenZhen GuangDong 518053 CN', 'CN', 'MA-L', '2013-01-09', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38930, '7076ff', 0, 'Kerlink', '1 rue Jacqueline AURIOL THORIGNE FOUILLARD 35235 FR', 'FR', 'MA-L', '2014-09-07', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38931, '203dbd', 0, 'LG innotek', '26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR', 'KR', 'MA-L', '2018-02-18', '2018-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38932, '50dcfc', 0, 'Ecocom', '15ST,Block A,Fortune Plaza, No.7002 ShenNan Avenue, Futian District Shenzhen Guangdong 518040 CN', 'CN', 'MA-L', '2018-04-22', '2018-04-22'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38933, 'fcaab6', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2018-07-27', '2018-07-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38934, '70b3d558a', 0, 'Itk Dr. Kassen GmbH', 'Beim Eberacker 3 D-35633 Lahnau DE', 'DE', 'MA-S', '2019-12-04', '2019-12-04'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38935, '0017d2', 0, 'Thinlinx Pty Ltd', '31 Carwoola Crescent Mooloolaba Queensland 4557 AU', 'AU', 'MA-L', '2006-04-08', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38936, '0050c2ee5', 0, 'Cytec Zylindertechnik GmbH', 'Steffensrott 1 Jülich NRW 52428 DE', 'DE', 'IAB', '2011-11-26', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38937, '48137e', 0, 'Samsung Electronics Co, Ltd', '#94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR', 'KR', 'MA-L', '2015-07-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38938, '70b3d5eee', 0, 'Sociedad Iberica DE Construcciones Electricas, S.A. (Sice)', 'C/Sepulveda, 6 ALCOBENDAS MADRID 28108 ES', 'ES', 'MA-S', '2016-02-18', '2016-02-18'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38939, '70ff5c', 0, 'Cheerzing Communication(Xiamen)Tech Co, Ltd', 'Room N514,North Torch Building,5 Torch Road Xiamen Fujian 361005 CN', 'CN', 'MA-L', '2014-08-20', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38940, '549a117', 0, 'Niveo International BV', 'Communicatieweg 9-L Mijdrecht 3641 SG NL', 'NL', 'MA-M', '2015-04-05', '2016-02-05'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38941, '847973', 0, 'Shanghai Baud Data Communication Co, Ltd', 'NO.123 JULI RD PUDONG ZHANGJIANG HIGH-TECH PARK SHANGHAI 201203 CN', 'CN', 'MA-L', '2015-05-23', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38942, '4040a7', 0, 'Sony Mobile Communications Inc', '4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP', 'JP', 'MA-L', '2015-07-23', '2018-03-17'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38943, 'c4a366', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2016-04-01', '2016-04-01'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38944, '602101', 0, 'Guangdong Oppo Mobile Telecommunications Corp, Ltd', 'NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN', 'CN', 'MA-L', '2017-03-26', '2017-03-26'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38945, '0023e4', 0, 'IPnect Co Ltd', '808 albatross B/D 237-18 Seoul 153-801 KR', 'KR', 'MA-L', '2008-10-25', '2015-09-27'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38946, '0050c2b88', 0, 'Gigatronik Köln GmbH', 'Ruth-Hallensleben-Straße 4 Köln 50739 DE', 'DE', 'IAB', '2010-05-15', '2015-08-29'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38947, '0050c2cf5', 0, 'Gogo BA', '303 S. Technology Dr. Broomfield CO 80021 US', 'US', 'IAB', '2010-08-19', '2017-03-25'); INSERT INTO `mac_vendors` (`id`, `oui`, `isprivate`, `companyName`, `companyAddress`, `countryCode`, `assignmentBlockSize`, `dateCreated`, `dateUpdated`) VALUES(38948, 'b00ad5', 0, 'zte Corp', '12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN', 'CN', 'MA-L', '2019-11-13', '2019-11-13'); -- -------------------------------------------------------- -- -- Структура таблицы `OU` -- CREATE TABLE `OU` ( `id` int(11) NOT NULL, `ou_name` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `default_users` tinyint(1) NOT NULL DEFAULT 0, `default_hotspot` tinyint(1) NOT NULL DEFAULT 0, `nagios_dir` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nagios_host_use` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nagios_ping` tinyint(1) NOT NULL DEFAULT 1, `nagios_default_service` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `enabled` int(11) NOT NULL DEFAULT 0, `filter_group_id` int(11) NOT NULL DEFAULT 0, `queue_id` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Дамп данных таблицы `OU` -- INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(0, '!Всё', 0, 0, '/etc/nagios/any', 'generic-host', 1, NULL, 0, 0, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(1, 'Сервера', 0, 0, NULL, NULL, 1, NULL, 1, 1, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(2, 'Администраторы', 0, 0, NULL, NULL, 1, NULL, 0, 0, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(3, 'Пользователи', 0, 0, NULL, NULL, 1, NULL, 0, 0, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(4, 'VOIP', 0, 0, 'voip', 'voip', 1, NULL, 0, 0, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(5, 'IPCAM', 0, 0, 'videocam', 'ip-cam', 0, NULL, 0, 0, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(6, 'Принтеры', 0, 0, 'printers', 'printers', 1, 'printer-service', 0, 0, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(7, 'Свичи', 0, 0, 'switches', 'switches', 1, NULL, 0, 0, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(8, 'UPS', 0, 0, 'ups', 'ups', 1, NULL, 0, 0, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(9, 'Охрана', 0, 0, 'security', 'security', 1, NULL, 0, 0, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(10, 'Роутеры', 0, 0, 'routers', 'routers', 1, NULL, 0, 0, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(12, 'WiFi AP', 0, 0, 'ap', 'ap', 1, NULL, 0, 0, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(23, 'WiFi', 0, 0, NULL, NULL, 1, NULL, 1, 1, 4); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(24, 'VPN', 0, 0, NULL, NULL, 1, NULL, 0, 0, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(27, 'DHCP', 1, 0, NULL, NULL, 1, NULL, 0, 0, 0); INSERT INTO `OU` (`id`, `ou_name`, `default_users`, `default_hotspot`, `nagios_dir`, `nagios_host_use`, `nagios_ping`, `nagios_default_service`, `enabled`, `filter_group_id`, `queue_id`) VALUES(28, 'Гости', 0, 0, NULL, NULL, 1, NULL, 0, 0, 0); -- -------------------------------------------------------- -- -- Структура таблицы `Queue_list` -- CREATE TABLE `Queue_list` ( `id` int(11) NOT NULL, `queue_name` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `Download` int(11) NOT NULL DEFAULT 0, `Upload` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Дамп данных таблицы `Queue_list` -- INSERT INTO `Queue_list` (`id`, `queue_name`, `Download`, `Upload`) VALUES(0, 'unlimited', 0, 0); INSERT INTO `Queue_list` (`id`, `queue_name`, `Download`, `Upload`) VALUES(1, '2M/2M', 2048, 2048); INSERT INTO `Queue_list` (`id`, `queue_name`, `Download`, `Upload`) VALUES(2, '10M/10M', 10240, 10240); INSERT INTO `Queue_list` (`id`, `queue_name`, `Download`, `Upload`) VALUES(3, '100M/100M', 102400, 102400); INSERT INTO `Queue_list` (`id`, `queue_name`, `Download`, `Upload`) VALUES(4, '50M/50M', 50000, 50000); INSERT INTO `Queue_list` (`id`, `queue_name`, `Download`, `Upload`) VALUES(5, '20M/20M', 20480, 20480); INSERT INTO `Queue_list` (`id`, `queue_name`, `Download`, `Upload`) VALUES(6, '200M/200M', 212400, 212400); INSERT INTO `Queue_list` (`id`, `queue_name`, `Download`, `Upload`) VALUES(7, '1G/1G', 1024000, 1024000); -- -------------------------------------------------------- -- -- Структура таблицы `remote_syslog` -- CREATE TABLE `remote_syslog` ( `id` int(11) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp(), `device_id` int(11) NOT NULL, `ip` varchar(15) COLLATE utf8mb4_unicode_ci NOT NULL, `message` text COLLATE utf8mb4_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `subnets` -- CREATE TABLE `subnets` ( `id` int(11) NOT NULL, `subnet` varchar(18) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ip_int_start` bigint(20) NOT NULL, `ip_int_stop` bigint(20) NOT NULL, `dhcp_start` bigint(20) NOT NULL DEFAULT 0, `dhcp_stop` bigint(20) NOT NULL DEFAULT 0, `dhcp_lease_time` int(11) NOT NULL DEFAULT 480, `gateway` bigint(20) NOT NULL DEFAULT 0, `office` tinyint(1) NOT NULL DEFAULT 1, `hotspot` tinyint(1) NOT NULL DEFAULT 0, `vpn` tinyint(1) NOT NULL DEFAULT 0, `free` tinyint(1) NOT NULL DEFAULT 0, `dhcp` tinyint(1) NOT NULL DEFAULT 1, `static` tinyint(1) NOT NULL DEFAULT 0, `dhcp_update_hostname` tinyint(1) NOT NULL DEFAULT 0, `discovery` tinyint(1) NOT NULL DEFAULT 1, `comment` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Дамп данных таблицы `subnets` -- INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(1, '192.168.2.0/24', 3232236032, 3232236287, 3232236132, 3232236182, 480, 3232236033, 1, 0, 0, 0, 1, 0, 0, 1, 'Сервера'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(2, '192.168.3.0/24', 3232236288, 3232236543, 3232236388, 3232236438, 480, 3232236289, 1, 0, 0, 0, 1, 0, 0, 1, 'Сотрудники, Можаевская'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(3, '192.168.5.0/24', 3232236800, 3232237055, 3232236900, 3232237000, 480, 3232236801, 1, 0, 0, 0, 1, 0, 0, 1, 'Сотрудники, Дзержинского'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(4, '192.168.8.0/24', 3232237568, 3232237823, 3232237668, 3232237718, 480, 3232237569, 1, 0, 0, 0, 1, 0, 0, 1, 'Удалёнщики - прямой линк'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(5, '192.168.9.0/24', 3232237824, 3232238079, 3232237924, 3232238024, 480, 3232237825, 1, 0, 0, 0, 1, 0, 0, 1, 'Литовская, сотрудники'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(6, '192.168.13.0/24', 3232238848, 3232239103, 3232238911, 3232239039, 480, 3232238849, 1, 0, 0, 0, 1, 0, 0, 1, 'Облако'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(7, '192.168.12.0/24', 3232238592, 3232238847, 3232238602, 3232238846, 480, 3232238593, 1, 0, 0, 0, 1, 0, 0, 1, 'Управление, Дзержинского'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(8, '192.168.22.0/24', 3232241152, 3232241407, 3232241162, 3232241406, 480, 3232241153, 1, 0, 0, 0, 1, 0, 0, 1, 'Управление, Литовская'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(9, '192.168.32.0/24', 3232243712, 3232243967, 3232243722, 3232243966, 480, 3232243713, 1, 0, 0, 0, 1, 0, 0, 1, 'Управление, Можаевская'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(10, '10.160.0.0/24', 178257920, 178258175, 178258020, 178258070, 1440, 178257921, 1, 0, 0, 0, 1, 0, 0, 1, 'Жуково'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(11, '192.168.0.0/16', 3232235520, 3232301055, 0, 0, 480, 0, 0, 0, 0, 1, 0, 0, 0, 0, 'Не считать трафик'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(12, '10.0.0.0/8', 167772160, 184549375, 0, 0, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Не считать трафик'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(13, '172.16.0.0/12', 2886729728, 2887778303, 0, 0, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Не считать трафик'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(14, '192.168.40.0/24', 3232245760, 3232246015, 3232245762, 3232245960, 480, 3232245761, 1, 0, 0, 0, 1, 0, 0, 1, 'WiFI, Можаевская'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(15, '192.168.200.0/24', 3232286720, 3232286975, 3232286783, 3232286911, 480, 3232286721, 1, 0, 0, 0, 0, 0, 0, 1, 'Транспорт - оптика'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(16, '192.168.201.0/24', 3232286976, 3232287231, 3232287039, 3232287167, 480, 3232286977, 1, 0, 1, 0, 0, 0, 0, 0, 'Транспорт - туннели'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(17, '10.111.4.0/24', 175047680, 175047935, 175047743, 175047871, 480, 175047681, 1, 0, 0, 0, 0, 0, 0, 1, 'Мультиплексоры'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(18, '10.1.7.0/24', 167839488, 167839743, 167839551, 167839679, 480, 167839489, 1, 0, 1, 0, 0, 0, 0, 0, 'l2tp vpn'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(19, '10.1.3.0/24', 167838464, 167838719, 167838527, 167838655, 480, 167838465, 1, 0, 1, 0, 0, 0, 0, 0, 'gre vpn'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(20, '10.5.1.0/24', 168100096, 168100351, 168100159, 168100287, 480, 168100097, 1, 0, 1, 0, 0, 0, 0, 0, 'openvpn'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(21, '10.5.2.0/24', 168100352, 168100607, 168100415, 168100543, 480, 168100353, 1, 0, 1, 0, 0, 0, 0, 0, 'new openvpn'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(22, '192.168.42.0/24', 3232246272, 3232246527, 3232246472, 3232246526, 1440, 3232246273, 1, 0, 0, 0, 1, 0, 0, 1, 'Управление, Жуково'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(23, '192.168.50.0/24', 3232248320, 3232248575, 3232248330, 3232248574, 480, 3232248321, 1, 0, 0, 0, 1, 0, 0, 1, 'Гудков, Дом'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(24, '192.168.41.0/24', 3232246016, 3232246271, 3232246079, 3232246207, 480, 3232246017, 1, 0, 0, 0, 1, 0, 0, 1, 'WiFi, Дзержинского84'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(25, '192.168.15.0/24', 3232239360, 3232239615, 3232239423, 3232239551, 480, 3232239361, 1, 0, 0, 0, 1, 0, 0, 1, 'Жуково - оборудование'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(26, '192.168.45.0/24', 3232247040, 3232247295, 3232247103, 3232247231, 480, 3232247041, 1, 0, 0, 0, 1, 0, 0, 1, 'Ceph test cluster'); INSERT INTO `subnets` (`id`, `subnet`, `ip_int_start`, `ip_int_stop`, `dhcp_start`, `dhcp_stop`, `dhcp_lease_time`, `gateway`, `office`, `hotspot`, `vpn`, `free`, `dhcp`, `static`, `dhcp_update_hostname`, `discovery`, `comment`) VALUES(27, '192.168.205.0/24', 3232288000, 3232288255, 3232288002, 3232288254, 480, 3232288001, 1, 0, 0, 0, 1, 0, 0, 1, 'Гости'); -- -------------------------------------------------------- -- -- Структура таблицы `syslog` -- CREATE TABLE `syslog` ( `id` int(11) UNSIGNED NOT NULL, `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), `auth_id` int(11) NOT NULL DEFAULT 0, `customer` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'system', `message` text COLLATE utf8mb4_unicode_ci NOT NULL, `level` int(11) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `Traffic_detail` -- CREATE TABLE `Traffic_detail` ( `id` bigint(20) UNSIGNED NOT NULL, `auth_id` int(11) DEFAULT NULL, `router_id` int(11) NOT NULL DEFAULT 0, `timestamp` timestamp NULL DEFAULT NULL, `proto` int(11) DEFAULT NULL, `src_ip` int(10) UNSIGNED NOT NULL, `dst_ip` int(10) UNSIGNED NOT NULL, `src_port` smallint(5) UNSIGNED NOT NULL, `dst_port` smallint(5) UNSIGNED NOT NULL, `bytes` bigint(20) NOT NULL, `pkt` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `Unknown_mac` -- CREATE TABLE `Unknown_mac` ( `id` int(11) NOT NULL, `mac` varchar(12) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `port_id` int(11) DEFAULT NULL, `device_id` int(11) DEFAULT NULL, `timestamp` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `User_auth` -- CREATE TABLE `User_auth` ( `id` int(11) NOT NULL, `user_id` int(11) NOT NULL DEFAULT 0, `ou_id` int(11) DEFAULT NULL, `ip` varchar(18) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ip_int` int(10) UNSIGNED NOT NULL DEFAULT 0, `save_traf` tinyint(1) NOT NULL DEFAULT 0, `enabled` tinyint(1) NOT NULL DEFAULT 0, `dhcp` tinyint(1) NOT NULL DEFAULT 1, `filter_group_id` tinyint(1) NOT NULL DEFAULT 0, `deleted` tinyint(4) NOT NULL DEFAULT 0, `comments` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dns_name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `WikiName` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dhcp_acl` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `queue_id` int(11) NOT NULL DEFAULT 0, `mac` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `dhcp_action` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `dhcp_time` datetime NOT NULL DEFAULT current_timestamp(), `dhcp_hostname` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_found` datetime NOT NULL DEFAULT current_timestamp(), `blocked` tinyint(1) NOT NULL DEFAULT 0, `day_quota` int(11) NOT NULL DEFAULT 0, `month_quota` int(11) NOT NULL DEFAULT 0, `device_model_id` int(11) DEFAULT 87, `firmware` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), `clientid` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `nagios` tinyint(1) NOT NULL DEFAULT 0, `nagios_status` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `nagios_handler` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_check` tinyint(1) NOT NULL DEFAULT 0, `changed` tinyint(1) NOT NULL DEFAULT 0, `changed_time` datetime NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `User_auth_alias` -- CREATE TABLE `User_auth_alias` ( `id` int(11) NOT NULL, `auth_id` int(11) NOT NULL, `alias` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timestamp` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `User_list` -- CREATE TABLE `User_list` ( `id` int(10) UNSIGNED NOT NULL, `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), `login` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `fio` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT 1, `blocked` tinyint(1) NOT NULL DEFAULT 0, `deleted` tinyint(1) NOT NULL DEFAULT 0, `ou_id` int(11) NOT NULL DEFAULT 0, `device_id` int(11) DEFAULT NULL, `filter_group_id` int(11) NOT NULL DEFAULT 0, `queue_id` int(11) NOT NULL DEFAULT 0, `day_quota` int(11) NOT NULL DEFAULT 0, `month_quota` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `User_stats` -- CREATE TABLE `User_stats` ( `id` int(11) NOT NULL, `router_id` int(11) DEFAULT 0, `auth_id` int(11) NOT NULL DEFAULT 0, `timestamp` datetime NOT NULL DEFAULT current_timestamp(), `byte_in` bigint(20) NOT NULL DEFAULT 0, `byte_out` bigint(20) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `User_stats_full` -- CREATE TABLE `User_stats_full` ( `id` int(11) NOT NULL, `router_id` int(11) DEFAULT 0, `auth_id` int(11) NOT NULL DEFAULT 0, `timestamp` datetime NOT NULL DEFAULT current_timestamp(), `byte_in` bigint(20) NOT NULL DEFAULT 0, `byte_out` bigint(20) NOT NULL DEFAULT 0, `pkt_in` int(11) DEFAULT NULL, `pkt_out` int(11) DEFAULT NULL, `step` int(11) NOT NULL DEFAULT 600 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `variables` -- CREATE TABLE `variables` ( `id` int(11) NOT NULL, `name` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL, `value` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `clear_time` timestamp NOT NULL DEFAULT current_timestamp(), `created` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Структура таблицы `vendors` -- CREATE TABLE `vendors` ( `id` int(11) NOT NULL, `name` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Дамп данных таблицы `vendors` -- INSERT INTO `vendors` (`id`, `name`) VALUES(1, 'Unknown'); INSERT INTO `vendors` (`id`, `name`) VALUES(2, 'Eltex'); INSERT INTO `vendors` (`id`, `name`) VALUES(3, 'Huawei'); INSERT INTO `vendors` (`id`, `name`) VALUES(4, 'Zyxel'); INSERT INTO `vendors` (`id`, `name`) VALUES(5, 'Raisecom'); INSERT INTO `vendors` (`id`, `name`) VALUES(6, 'SNR'); INSERT INTO `vendors` (`id`, `name`) VALUES(7, 'Dlink'); INSERT INTO `vendors` (`id`, `name`) VALUES(8, 'Allied Telesis'); INSERT INTO `vendors` (`id`, `name`) VALUES(9, 'Mikrotik'); INSERT INTO `vendors` (`id`, `name`) VALUES(10, 'NetGear'); INSERT INTO `vendors` (`id`, `name`) VALUES(11, 'Ubiquiti'); INSERT INTO `vendors` (`id`, `name`) VALUES(15, 'HP'); INSERT INTO `vendors` (`id`, `name`) VALUES(16, 'Cisco'); INSERT INTO `vendors` (`id`, `name`) VALUES(17, 'Maipu'); INSERT INTO `vendors` (`id`, `name`) VALUES(18, 'Asus'); INSERT INTO `vendors` (`id`, `name`) VALUES(19, 'Linux'); INSERT INTO `vendors` (`id`, `name`) VALUES(20, 'APC'); INSERT INTO `vendors` (`id`, `name`) VALUES(21, 'Schneider'); INSERT INTO `vendors` (`id`, `name`) VALUES(33, 'QSC'); INSERT INTO `vendors` (`id`, `name`) VALUES(34, 'Projectiondesign'); INSERT INTO `vendors` (`id`, `name`) VALUES(35, 'Lenovo'); INSERT INTO `vendors` (`id`, `name`) VALUES(36, 'HiWatch'); INSERT INTO `vendors` (`id`, `name`) VALUES(37, 'LTV'); INSERT INTO `vendors` (`id`, `name`) VALUES(38, 'Yeastar'); INSERT INTO `vendors` (`id`, `name`) VALUES(39, 'Yealink'); INSERT INTO `vendors` (`id`, `name`) VALUES(40, 'Gigaset'); INSERT INTO `vendors` (`id`, `name`) VALUES(41, 'Linksys'); INSERT INTO `vendors` (`id`, `name`) VALUES(42, 'Samsung'); INSERT INTO `vendors` (`id`, `name`) VALUES(43, 'Supermicro'); INSERT INTO `vendors` (`id`, `name`) VALUES(44, 'RDP'); INSERT INTO `vendors` (`id`, `name`) VALUES(45, 'SANYO'); INSERT INTO `vendors` (`id`, `name`) VALUES(46, 'Extreme'); INSERT INTO `vendors` (`id`, `name`) VALUES(47, 'Intel'); INSERT INTO `vendors` (`id`, `name`) VALUES(48, 'Micron'); INSERT INTO `vendors` (`id`, `name`) VALUES(49, 'Gigabyte'); INSERT INTO `vendors` (`id`, `name`) VALUES(50, 'Acer'); INSERT INTO `vendors` (`id`, `name`) VALUES(51, 'Seagate'); INSERT INTO `vendors` (`id`, `name`) VALUES(52, 'SanDisk'); INSERT INTO `vendors` (`id`, `name`) VALUES(53, 'Toshiba'); INSERT INTO `vendors` (`id`, `name`) VALUES(54, 'Kingston'); INSERT INTO `vendors` (`id`, `name`) VALUES(55, 'AddPac'); INSERT INTO `vendors` (`id`, `name`) VALUES(56, 'Devline'); INSERT INTO `vendors` (`id`, `name`) VALUES(57, 'Canon'); INSERT INTO `vendors` (`id`, `name`) VALUES(58, 'Brother'); -- -- Индексы сохранённых таблиц -- -- -- Индексы таблицы `auth_rules` -- ALTER TABLE `auth_rules` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `rule` (`rule`), ADD KEY `user_id` (`user_id`); -- -- Индексы таблицы `building` -- ALTER TABLE `building` ADD PRIMARY KEY (`id`); -- -- Индексы таблицы `config` -- ALTER TABLE `config` ADD PRIMARY KEY (`id`), ADD KEY `option` (`option_id`); -- -- Индексы таблицы `config_options` -- ALTER TABLE `config_options` ADD PRIMARY KEY (`id`); -- -- Индексы таблицы `connections` -- ALTER TABLE `connections` ADD PRIMARY KEY (`id`), ADD KEY `auth_id` (`auth_id`), ADD KEY `device_id` (`device_id`,`port_id`); -- -- Индексы таблицы `Customers` -- ALTER TABLE `Customers` ADD PRIMARY KEY (`id`); -- -- Индексы таблицы `devices` -- ALTER TABLE `devices` ADD PRIMARY KEY (`id`), ADD KEY `ip` (`ip`), ADD KEY `device_type` (`device_type`); -- -- Индексы таблицы `device_l3_interfaces` -- ALTER TABLE `device_l3_interfaces` ADD PRIMARY KEY (`id`); -- -- Индексы таблицы `device_models` -- ALTER TABLE `device_models` ADD PRIMARY KEY (`id`); -- -- Индексы таблицы `device_ports` -- ALTER TABLE `device_ports` ADD PRIMARY KEY (`id`), ADD KEY `device_id` (`device_id`), ADD KEY `port` (`port`), ADD KEY `target_port_id` (`target_port_id`); -- -- Индексы таблицы `device_types` -- ALTER TABLE `device_types` ADD PRIMARY KEY (`id`); -- -- Индексы таблицы `dhcp_log` -- ALTER TABLE `dhcp_log` ADD PRIMARY KEY (`id`), ADD KEY `timestamp` (`timestamp`,`action`); -- -- Индексы таблицы `dns_cache` -- ALTER TABLE `dns_cache` ADD PRIMARY KEY (`id`), ADD KEY `dns` (`dns`,`ip`), ADD KEY `timestamp` (`timestamp`); -- -- Индексы таблицы `Filter_list` -- ALTER TABLE `Filter_list` ADD PRIMARY KEY (`id`), ADD KEY `Name` (`name`); -- -- Индексы таблицы `Group_filters` -- ALTER TABLE `Group_filters` ADD PRIMARY KEY (`id`), ADD KEY `GroupId` (`group_id`,`filter_id`); -- -- Индексы таблицы `Group_list` -- ALTER TABLE `Group_list` ADD PRIMARY KEY (`id`); -- -- Индексы таблицы `mac_history` -- ALTER TABLE `mac_history` ADD PRIMARY KEY (`id`), ADD KEY `mac` (`mac`,`timestamp`), ADD KEY `ip` (`ip`,`timestamp`), ADD KEY `timestamp` (`timestamp`,`mac`), ADD KEY `timestamp_2` (`timestamp`,`ip`); -- -- Индексы таблицы `mac_vendors` -- ALTER TABLE `mac_vendors` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `oui` (`oui`); -- -- Индексы таблицы `OU` -- ALTER TABLE `OU` ADD PRIMARY KEY (`id`); -- -- Индексы таблицы `Queue_list` -- ALTER TABLE `Queue_list` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `id` (`id`); -- -- Индексы таблицы `remote_syslog` -- ALTER TABLE `remote_syslog` ADD PRIMARY KEY (`id`), ADD KEY `date` (`date`,`device_id`,`ip`); ALTER TABLE `remote_syslog` ADD FULLTEXT KEY `message` (`message`); -- -- Индексы таблицы `subnets` -- ALTER TABLE `subnets` ADD PRIMARY KEY (`id`), ADD KEY `ip_int_start` (`ip_int_start`,`ip_int_stop`), ADD KEY `dhcp` (`dhcp`,`office`,`hotspot`,`static`); -- -- Индексы таблицы `syslog` -- ALTER TABLE `syslog` ADD PRIMARY KEY (`id`), ADD KEY `timestamp_2` (`timestamp`,`level`,`customer`) USING BTREE; -- -- Индексы таблицы `Traffic_detail` -- ALTER TABLE `Traffic_detail` ADD PRIMARY KEY (`id`), ADD KEY `src` (`auth_id`,`timestamp`,`router_id`,`src_ip`), ADD KEY `dst` (`auth_id`,`timestamp`,`router_id`,`dst_ip`); -- -- Индексы таблицы `Unknown_mac` -- ALTER TABLE `Unknown_mac` ADD PRIMARY KEY (`id`), ADD KEY `timestamp` (`timestamp`,`device_id`,`port_id`,`mac`); -- -- Индексы таблицы `User_auth` -- ALTER TABLE `User_auth` ADD PRIMARY KEY (`id`), ADD KEY `auth_index` (`id`,`user_id`,`ip_int`,`mac`,`ip`,`deleted`) USING BTREE, ADD KEY `deleted` (`deleted`), ADD KEY `ou_id` (`ou_id`); -- -- Индексы таблицы `User_auth_alias` -- ALTER TABLE `User_auth_alias` ADD PRIMARY KEY (`id`), ADD KEY `auth_id` (`auth_id`); -- -- Индексы таблицы `User_list` -- ALTER TABLE `User_list` ADD PRIMARY KEY (`id`), ADD KEY `users` (`id`,`ou_id`,`enabled`,`blocked`,`deleted`); -- -- Индексы таблицы `User_stats` -- ALTER TABLE `User_stats` ADD PRIMARY KEY (`id`), ADD KEY `timestamp` (`timestamp`,`auth_id`,`router_id`); -- -- Индексы таблицы `User_stats_full` -- ALTER TABLE `User_stats_full` ADD PRIMARY KEY (`id`), ADD KEY `timestamp` (`timestamp`,`auth_id`,`router_id`); -- -- Индексы таблицы `variables` -- ALTER TABLE `variables` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `name` (`name`), ADD KEY `clear_time` (`clear_time`,`created`); -- -- Индексы таблицы `vendors` -- ALTER TABLE `vendors` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT для сохранённых таблиц -- -- -- AUTO_INCREMENT для таблицы `auth_rules` -- ALTER TABLE `auth_rules` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `building` -- ALTER TABLE `building` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT для таблицы `config` -- ALTER TABLE `config` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=119; -- -- AUTO_INCREMENT для таблицы `config_options` -- ALTER TABLE `config_options` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65; -- -- AUTO_INCREMENT для таблицы `connections` -- ALTER TABLE `connections` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `Customers` -- ALTER TABLE `Customers` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT для таблицы `devices` -- ALTER TABLE `devices` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `device_l3_interfaces` -- ALTER TABLE `device_l3_interfaces` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `device_models` -- ALTER TABLE `device_models` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10013; -- -- AUTO_INCREMENT для таблицы `device_ports` -- ALTER TABLE `device_ports` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `device_types` -- ALTER TABLE `device_types` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT для таблицы `dhcp_log` -- ALTER TABLE `dhcp_log` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `dns_cache` -- ALTER TABLE `dns_cache` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `Filter_list` -- ALTER TABLE `Filter_list` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=105; -- -- AUTO_INCREMENT для таблицы `Group_filters` -- ALTER TABLE `Group_filters` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=220; -- -- AUTO_INCREMENT для таблицы `Group_list` -- ALTER TABLE `Group_list` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT для таблицы `mac_history` -- ALTER TABLE `mac_history` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `mac_vendors` -- ALTER TABLE `mac_vendors` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38949; -- -- AUTO_INCREMENT для таблицы `OU` -- ALTER TABLE `OU` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT для таблицы `Queue_list` -- ALTER TABLE `Queue_list` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT для таблицы `remote_syslog` -- ALTER TABLE `remote_syslog` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `subnets` -- ALTER TABLE `subnets` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; -- -- AUTO_INCREMENT для таблицы `syslog` -- ALTER TABLE `syslog` MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `Traffic_detail` -- ALTER TABLE `Traffic_detail` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `Unknown_mac` -- ALTER TABLE `Unknown_mac` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `User_auth` -- ALTER TABLE `User_auth` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `User_auth_alias` -- ALTER TABLE `User_auth_alias` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `User_list` -- ALTER TABLE `User_list` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `User_stats` -- ALTER TABLE `User_stats` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `User_stats_full` -- ALTER TABLE `User_stats_full` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `variables` -- ALTER TABLE `variables` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT для таблицы `vendors` -- ALTER TABLE `vendors` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10023;